Make __tunables_init hidden and avoid PLT
[glibc.git] / ChangeLog
blobbaf21026c39eb19b88fc6f082f25b71aea5fbac1
1 2017-05-25   Siddhesh Poyarekar  <siddhesh@sourceware.org>
2              H.J. Lu  <hongjiu.lu@intel.com>
4         * elf/dl-tunables.c (__tunable_set_val): Make a hidden alias.
5         * elf/dl-tunables.h (__tunables_init): Mark it hidden in rtld.
6         (__tunable_set_val): Likewise.
8 2017-05-25  H.J. Lu  <hongjiu.lu@intel.com>
10         * Makeconfig ($(common-objpfx)dl-tunable-list.h): Also check
11         dl-tunables.list in subdirectories.
13 2017-05-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
14             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
15             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
17         * math/math.h [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)]
18         (SNANF128): New macro.
19         * math/e_sqrtf128.c: New file.
20         * math/s_fmaxmag_template.c: Include math_private.h in order to
21         make inline expansion of fabs128().
22         * math/s_fminmag_template.c: Likewise.
24         * sysdeps/ieee754/float128/e_acosf128.c: New file.
25         * sysdeps/ieee754/float128/e_acoshf128.c: New file.
26         * sysdeps/ieee754/float128/e_asinf128.c: New file.
27         * sysdeps/ieee754/float128/e_atan2f128.c: New file.
28         * sysdeps/ieee754/float128/e_atanhf128.c: New file.
29         * sysdeps/ieee754/float128/e_coshf128.c: New file.
30         * sysdeps/ieee754/float128/e_exp10f128.c: New file.
31         * sysdeps/ieee754/float128/e_expf128.c: New file.
32         * sysdeps/ieee754/float128/e_fmodf128.c: New file.
33         * sysdeps/ieee754/float128/e_gammaf128_r.c: New file.
34         * sysdeps/ieee754/float128/e_hypotf128.c: New file.
35         * sysdeps/ieee754/float128/e_ilogbf128.c: New file.
36         * sysdeps/ieee754/float128/e_j0f128.c: New file.
37         * sysdeps/ieee754/float128/e_j1f128.c: New file.
38         * sysdeps/ieee754/float128/e_jnf128.c: New file.
39         * sysdeps/ieee754/float128/e_lgammaf128_r.c: New file.
40         * sysdeps/ieee754/float128/e_log10f128.c: New file.
41         * sysdeps/ieee754/float128/e_log2f128.c: New file.
42         * sysdeps/ieee754/float128/e_logf128.c: New file.
43         * sysdeps/ieee754/float128/e_powf128.c: New file.
44         * sysdeps/ieee754/float128/e_rem_pio2f128.c: New file.
45         * sysdeps/ieee754/float128/e_remainderf128.c: New file.
46         * sysdeps/ieee754/float128/e_scalbf128.c: New file.
47         * sysdeps/ieee754/float128/e_sinhf128.c: New file.
48         * sysdeps/ieee754/float128/float128_private.h: New file.
49         * sysdeps/ieee754/float128/gamma_productf128.c: New file.
50         * sysdeps/ieee754/float128/ieee754_float128.h: New file.
51         * sysdeps/ieee754/float128/k_cosf128.c: New file.
52         * sysdeps/ieee754/float128/k_sincosf128.c: New file.
53         * sysdeps/ieee754/float128/k_sinf128.c: New file.
54         * sysdeps/ieee754/float128/k_tanf128.c: New file.
55         * sysdeps/ieee754/float128/lgamma_negf128.c: New file.
56         * sysdeps/ieee754/float128/lgamma_productf128.c: New file.
57         * sysdeps/ieee754/float128/s_asinhf128.c: New file.
58         * sysdeps/ieee754/float128/s_atanf128.c: New file.
59         * sysdeps/ieee754/float128/s_cbrtf128.c: New file.
60         * sysdeps/ieee754/float128/s_ceilf128.c: New file.
61         * sysdeps/ieee754/float128/s_copysignf128.c: New file.
62         * sysdeps/ieee754/float128/s_cosf128.c: New file.
63         * sysdeps/ieee754/float128/s_erff128.c: New file.
64         * sysdeps/ieee754/float128/s_expm1f128.c: New file.
65         * sysdeps/ieee754/float128/s_fabsf128.c: New file.
66         * sysdeps/ieee754/float128/s_finitef128.c: New file.
67         * sysdeps/ieee754/float128/s_floorf128.c: New file.
68         * sysdeps/ieee754/float128/s_fmaf128.c: New file.
69         * sysdeps/ieee754/float128/s_fpclassifyf128.c: New file.
70         * sysdeps/ieee754/float128/s_frexpf128.c: New file.
71         * sysdeps/ieee754/float128/s_fromfpf128.c: New file.
72         * sysdeps/ieee754/float128/s_fromfpxf128.c: New file.
73         * sysdeps/ieee754/float128/s_getpayloadf128.c: New file.
74         * sysdeps/ieee754/float128/s_isinff128.c: New file.
75         * sysdeps/ieee754/float128/s_isnanf128.c: New file.
76         * sysdeps/ieee754/float128/s_issignalingf128.c: New file.
77         * sysdeps/ieee754/float128/s_llrintf128.c: New file.
78         * sysdeps/ieee754/float128/s_llroundf128.c: New file.
79         * sysdeps/ieee754/float128/s_log1pf128.c: New file.
80         * sysdeps/ieee754/float128/s_logbf128.c: New file.
81         * sysdeps/ieee754/float128/s_lrintf128.c: New file.
82         * sysdeps/ieee754/float128/s_lroundf128.c: New file.
83         * sysdeps/ieee754/float128/s_modff128.c: New file.
84         * sysdeps/ieee754/float128/s_nearbyintf128.c: New file.
85         * sysdeps/ieee754/float128/s_nextafterf128.c: New file.
86         * sysdeps/ieee754/float128/s_nexttowardf128.c: New file.
87         * sysdeps/ieee754/float128/s_nextupf128.c: New file.
88         * sysdeps/ieee754/float128/s_remquof128.c: New file.
89         * sysdeps/ieee754/float128/s_rintf128.c: New file.
90         * sysdeps/ieee754/float128/s_roundevenf128.c: New file.
91         * sysdeps/ieee754/float128/s_roundf128.c: New file.
92         * sysdeps/ieee754/float128/s_scalblnf128.c: New file.
93         * sysdeps/ieee754/float128/s_scalbnf128.c: New file.
94         * sysdeps/ieee754/float128/s_setpayloadf128.c: New file.
95         * sysdeps/ieee754/float128/s_setpayloadsigf128.c: New file.
96         * sysdeps/ieee754/float128/s_signbitf128.c: New file.
97         * sysdeps/ieee754/float128/s_significandf128.c: New file.
98         * sysdeps/ieee754/float128/s_sincosf128.c: New file.
99         * sysdeps/ieee754/float128/s_sinf128.c: New file.
100         * sysdeps/ieee754/float128/s_tanf128.c: New file.
101         * sysdeps/ieee754/float128/s_tanhf128.c: New file.
102         * sysdeps/ieee754/float128/s_totalorderf128.c: New file.
103         * sysdeps/ieee754/float128/s_totalordermagf128.c: New file.
104         * sysdeps/ieee754/float128/s_truncf128.c: New file.
105         * sysdeps/ieee754/float128/s_ufromfpf128.c: New file.
106         * sysdeps/ieee754/float128/s_ufromfpxf128.c: New file.
107         * sysdeps/ieee754/float128/t_sincosf128.c: New file.
108         * sysdeps/ieee754/float128/x2y2m1f128.c: New file.
110         * sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h:
111         (__iscanonicalf128): Define as a macro.
113 2017-05-24  Steve Ellcey  <sellcey@caviumnetworks.com>
115         * sysdeps/aarch64/memcpy.S (MEMMOVE, MEMCPY): New macros.
116         (memmove): Use MEMMOVE for name.
117         (memcpy): Use MEMCPY for name.  Change internal labels
118         to external labels.
119         * sysdeps/aarch64/multiarch/Makefile: New file.
120         * sysdeps/aarch64/multiarch/ifunc-impl-list.c: Likewise.
121         * sysdeps/aarch64/multiarch/init-arch.h: Likewise.
122         * sysdeps/aarch64/multiarch/memcpy.c: Likewise.
123         * sysdeps/aarch64/multiarch/memcpy_generic.S: Likewise.
124         * sysdeps/aarch64/multiarch/memcpy_thunderx.S: Likewise.
125         * sysdeps/aarch64/multiarch/memmove.c: Likewise.
127 2017-05-24  Siddhesh Poyarekar  <siddhesh@sourceware.org>
129         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
130         (_dl_arm_cap_flags): Fix array subscript.
131         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
132         Fix count.
134 2017-05-24  H.J. Lu  <hongjiu.lu@intel.com>
136         * sysdeps/x86/cacheinfo.c: Skip if not in libc.
138 2017-05-24  H.J. Lu  <hongjiu.lu@intel.com>
140         * sysdeps/x86/cacheinfo.c (is_intel): Removed.
141         (is_amd): Likewise.
142         (max_cpuid): Likewise.
143         (__cache_sysconf): Use __get_cpu_features to get cpu_features.
144         (init_cacheinfo): Likewise.
146 2017-05-23  Joseph Myers  <joseph@codesourcery.com>
148         [BZ #21511]
149         * signal/signal.h: Include <bits/types/struct_sigstack.h> only if
150         [(__USE_XOPEN_EXTENDED && !__USE_XOPEN2K8) || __USE_MISC].
151         (sigstack): Declare only if [(__USE_XOPEN_EXTENDED &&
152         !__USE_XOPEN2K) || __USE_MISC].
153         * conform/data/signal.h-data (struct sigstack): Expect type only
154         if [!XOPEN2K8 && !POSIX2008].
155         (sigstack): Expect function only if [XPG42 || UNIX98].
157         [BZ #21457]
158         * sysdeps/arm/sys/ucontext.h: Do not include <signal.h>,
159         <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
160         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
161         <bits/types/__sigset_t.h>.
162         (ucontext_t): Use sigset_t instead of __sigset_t.
163         * sysdeps/generic/sys/ucontext.h: Do not include <signal.h>,
164         <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
165         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
166         <bits/types/__sigset_t.h>.
167         (ucontext_t): Use sigset_t instead of __sigset_t.
168         * sysdeps/i386/sys/ucontext.h: Do not include <signal.h>,
169         <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
170         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
171         <bits/types/__sigset_t.h>.
172         (ucontext_t): Use sigset_t instead of __sigset_t.
173         * sysdeps/m68k/sys/ucontext.h: Do not include <signal.h>,
174         <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
175         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
176         <bits/types/__sigset_t.h>.
177         (ucontext_t): Use sigset_t instead of __sigset_t.
178         * sysdeps/mips/sys/ucontext.h: Do not include <signal.h>,
179         <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
180         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
181         <bits/types/__sigset_t.h>.
182         (ucontext_t): Use sigset_t instead of __sigset_t.
183         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h: Do not include
184         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
185         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
186         <bits/types/__sigset_t.h>.
187         (ucontext_t): Use sigset_t instead of __sigset_t.
188         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: Do not include
189         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
190         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
191         <bits/types/__sigset_t.h>.
192         (ucontext_t): Use sigset_t instead of __sigset_t.
193         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: Do not include
194         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
195         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
196         <bits/types/__sigset_t.h>.
197         (ucontext_t): Use sigset_t instead of __sigset_t.
198         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Do not include
199         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
200         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
201         <bits/types/__sigset_t.h>.
202         (ucontext_t): Use sigset_t instead of __sigset_t.
203         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Do not include
204         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
205         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h>.
206         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h: Do not include
207         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
208         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
209         <bits/types/__sigset_t.h>.
210         (ucontext_t): Use sigset_t instead of __sigset_t.
211         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Do not include
212         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
213         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
214         <bits/types/__sigset_t.h>.
215         (ucontext_t): Use sigset_t instead of __sigset_t.
216         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: Do not include
217         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
218         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
219         <bits/types/__sigset_t.h>.
220         (ucontext_t): Use sigset_t instead of __sigset_t.
221         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Do not include
222         <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
223         <bits/ss_flags.h>.
224         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Do not include
225         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
226         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
227         <bits/types/__sigset_t.h>.
228         (ucontext_t): Use sigset_t instead of __sigset_t.
229         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Do not include
230         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
231         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
232         <bits/types/__sigset_t.h>.
233         (ucontext_t): Use sigset_t instead of __sigset_t.
234         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h: Do not include
235         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
236         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
237         <bits/types/__sigset_t.h>.
238         (ucontext_t): Use sigset_t instead of __sigset_t.
239         * sysdeps/unix/sysv/linux/tile/sys/ucontext.h: Do not include
240         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
241         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
242         <bits/types/__sigset_t.h>.
243         (ucontext_t): Use sigset_t instead of __sigset_t.
244         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: Include
245         <bits/types.h>.
246         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: Do not include
247         <signal.h>, <bits/sigstack.h>, <bits/types/struct_sigstack.h> or
248         <bits/ss_flags.h>.  Include <bits/types/sigset_t.h> instead of
249         <bits/types/__sigset_t.h>.
250         (ucontext_t): Use sigset_t instead of __sigset_t.
252 2017-05-22  Zack Weinberg  <zackw@panix.com>
254         * sysdeps/unix/sysv/linux/bits/siginfo-consts.h
255         (__SI_ASYNCIO_AFTER_SIGIO): Define default after including
256         bits/siginfo-arch.h, only if not already defined.
257         * sysdeps/unix/sysv/linux/bits/types/siginfo_t.h
258         (__SI_ALIGNMENT, __SI_BAND_TYPE, __SI_CLOCK_T)
259         (__SI_ERRNO_THEN_CODE, __SI_HAVE_SIGSYS, __SI_SEGFAULT_ADDL):
260         Likewise.
262         * sysdeps/unix/sysv/linux/ia64/bits/siginfo-arch.h
263         * sysdeps/unix/sysv/linux/mips/bits/siginfo-arch.h
264         * sysdeps/unix/sysv/linux/sparc/bits/siginfo-arch.h
265         * sysdeps/unix/sysv/linux/tile/bits/siginfo-arch.h
266         * sysdeps/unix/sysv/linux/x86/bits/siginfo-arch.h:
267         Unconditionally define __SI_* macros.
269 2017-05-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
271         [BZ #21393]
272         * libio/freopen.c (freopen): Avoid dup already opened file descriptor
273         and add a check for dup3 failure.
274         * libio/freopen64.c (freopen64): Likewise.
275         * libio/tst-freopen.c (do_test): Rename to do_test_basic and use
276         libsupport.
277         (do_test_bz21398): New test.
278         * manual/stdio.texi (freopen): Add documentation of EBUSY failure.
280 2017-05-22  Siddhesh Poyarekar  <siddhesh@sourceware.org>
282         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
283         Remove invalid comment.
285 2017-05-21  Zack Weinberg  <zackw@panix.com>
287         * signal/Makefile (headers): Add bits/types/sigval_t.h.
289 2017-05-20  Zack Weinberg  <zackw@panix.com>
291         * bits/sigevent-consts.h
292         * bits/siginfo-consts.h
293         * bits/types/__sigset_t.h
294         * bits/types/sigevent_t.h
295         * bits/types/siginfo_t.h
296         * sysdeps/unix/sysv/linux/bits/sigevent-consts.h
297         * sysdeps/unix/sysv/linux/bits/siginfo-consts.h
298         * sysdeps/unix/sysv/linux/bits/types/__sigset_t.h
299         * sysdeps/unix/sysv/linux/bits/types/sigevent_t.h
300         * sysdeps/unix/sysv/linux/bits/types/siginfo_t.h:
301         New system-dependent bits headers.
303         * sysdeps/unix/sysv/linux/bits/siginfo-arch.h
304         * sysdeps/unix/sysv/linux/bits/siginfo-consts-arch.h
305         * sysdeps/unix/sysv/linux/ia64/bits/siginfo-arch.h
306         * sysdeps/unix/sysv/linux/ia64/bits/siginfo-consts-arch.h
307         * sysdeps/unix/sysv/linux/mips/bits/siginfo-arch.h
308         * sysdeps/unix/sysv/linux/sparc/bits/siginfo-arch.h
309         * sysdeps/unix/sysv/linux/tile/bits/siginfo-arch.h
310         * sysdeps/unix/sysv/linux/tile/bits/siginfo-consts-arch.h
311         * sysdeps/unix/sysv/linux/x86/bits/siginfo-arch.h:
312         New Linux-only system-dependent bits headers.
314         * signal/bits/types/sig_atomic_t.h
315         * signal/bits/types/sigset_t.h
316         * signal/bits/types/sigval_t.h:
317         New non-system-dependent bits headers.
319         * sysdeps/generic/sigsetops.h
320         * sysdeps/unix/sysv/linux/sigsetops.h:
321         New internal headers.
323         * include/bits/types/sig_atomic_t.h
324         * include/bits/types/sigset_t.h
325         * include/bits/types/sigval_t.h:
326         New wrappers.
328         * signal/sigsetops.h
329         * bits/siginfo.h
330         * bits/sigset.h
331         * sysdeps/unix/sysv/linux/bits/siginfo.h
332         * sysdeps/unix/sysv/linux/bits/sigset.h
333         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h
334         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h
335         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h
336         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h
337         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h
338         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h:
339         Deleted.
341         * signal/Makefile, sysdeps/unix/sysv/linux/Makefile:
342         Update lists of installed headers.
344         * posix/bits/types.h: Define __sig_atomic_t here.
345         * signal/signal.h: Use the new bits headers; no need to handle
346         __need_sig_atomic_t nor __need_sigset_t.  Don't use __sigmask
347         to define sigmask.
348         * include/signal.h: No need to handle __need_sig_atomic_t
349         nor __need_sigset_t.  Don't define __sigemptyset.
351         * io/sys/poll.h, setjmp/setjmp.h
352         * sysdeps/arm/sys/ucontext.h, sysdeps/generic/sys/ucontext.h
353         * sysdeps/i386/sys/ucontext.h, sysdeps/m68k/sys/ucontext.h
354         * sysdeps/mach/hurd/i386/bits/sigcontext.h
355         * sysdeps/mips/sys/ucontext.h, sysdeps/powerpc/novmxsetjmp.h
356         * sysdeps/pthread/bits/sigthread.h
357         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h
358         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h
359         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h
360         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h
361         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h
362         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h
363         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h
364         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h
365         * sysdeps/unix/sysv/linux/tile/sys/ucontext.h
366         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h:
367         Use bits/types/__sigset_t.h.
369         * misc/sys/select.h, posix/spawn.h
370         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h
371         * sysdeps/unix/sysv/linux/sys/epoll.h
372         * sysdeps/unix/sysv/linux/sys/signalfd.h:
373         Use bits/types/sigset_t.h.
375         * resolv/netdb.h, rt/mqueue.h: Use bits/types/sigevent_t.h.
376         * rt/aio.h: Use bits/types/sigevent_t.h and bits/sigevent-consts.h.
377         * socket/sys/socket.h: Don't include bits/sigset.h.
379         * login/utmp_file.c, shadow/lckpwdf.c, signal/sigandset.c
380         * signal/sigisempty.c, stdlib/abort.c, sysdeps/posix/profil.c
381         * sysdeps/posix/sigignore.c, sysdeps/posix/sigintr.c
382         * sysdeps/posix/signal.c, sysdeps/posix/sigset.c
383         * sysdeps/posix/sprofil.c, sysdeps/posix/sysv_signal.c
384         * sysdeps/unix/sysv/linux/nptl-signals.h:
385         Include sigsetops.h.
387         * signal/sigaddset.c, signal/sigandset.c, signal/sigdelset.c
388         * signal/sigorset.c, stdlib/abort.c, sysdeps/posix/sigignore.c
389         * sysdeps/posix/signal.c, sysdeps/posix/sigset.c:
390         __sigaddset, __sigandset, __sigdelset, __sigemptyset, __sigorset
391         now return no value.
393         * signal/sigaddset.c, signal/sigdelset.c, signal/sigismem.c
394         Include <errno.h>, <signal.h>, and <sigsetops.h> instead of
395         "sigsetops.h".
397         * signal/sigsetops.c: Explicitly define __sigismember,
398         __sigaddset, and __sigdelset as compatibility symbols.
400         * signal/Versions: Correct commentary on __sigpause,
401         __sigaddset, __sigdelset, __sigismember.
403         * inet/rcmd.c: Include sigsetops.h.  Convert old code using
404         __sigblock/__sigsetmask to use __sigprocmask and friends.
406         * resolv/resolv.h: Remove __need_res_state logic.
407         Move definition of res_state and related constants to ...
408         * resolv/bits/types/res_state.h: ...this new file.
409         * resolv/Makefile: Install bits/types/res_state.h.
410         * include/bits/types/res_state.h: New wrapper.
411         * include/list.h: Remove __need_list_t logic.
412         Move definition of list_t to ...
413         * include/list_t.h: ...this new file.
415         * nptl/descr.h: Include list_t.h and bits/types/res_state.h
416         instead of list.h and resolv.h.
418         * resolv/resolv.h: Remove __need_res_state logic.
419         Move definition of res_state and related constants to ...
420         * resolv/bits/types/res_state.h: ...this new file.
421         * resolv/Makefile: Install bits/types/res_state.h.
422         * include/bits/types/res_state.h: New wrapper.
423         * include/list.h: Remove __need_list_t logic.
424         Move definition of list_t to ...
425         * include/list_t.h: ...this new file.
427         * nptl/descr.h: Include list_t.h and bits/types/res_state.h
428         instead of list.h and resolv.h.
430 2017-05-20  H.J. Lu  <hongjiu.lu@intel.com>
432         * sysdeps/x86_64/rawmemchr.S (L(return_null)): Removed.
434 2017-05-20  Zack Weinberg  <zackw@panix.com>
436         * sysdeps/arm/sysdep.h
437         (ARM_SFI_MACROS, sfi_breg, sfi_pld, sfi_sp): Delete definitions.
439         * sysdeps/arm/__longjmp.S, sysdeps/arm/add_n.S
440         * sysdeps/arm/addmul_1.S, sysdeps/arm/arm-mcount.S
441         * sysdeps/arm/armv6/rawmemchr.S, sysdeps/arm/armv6/strchr.S
442         * sysdeps/arm/armv6/strcpy.S, sysdeps/arm/armv6/strlen.S
443         * sysdeps/arm/armv6/strrchr.S, sysdeps/arm/armv6t2/memchr.S
444         * sysdeps/arm/armv6t2/strlen.S
445         * sysdeps/arm/armv7/multiarch/memcpy_impl.S
446         * sysdeps/arm/armv7/strcmp.S, sysdeps/arm/dl-tlsdesc.S
447         * sysdeps/arm/memcpy.S, sysdeps/arm/memmove.S
448         * sysdeps/arm/memset.S, sysdeps/arm/setjmp.S
449         * sysdeps/arm/strlen.S, sysdeps/arm/submul_1.S:
450         Remove all uses of sfi_breg, sfi_pld, and sfi_sp.
452 2017-05-20  Zack Weinberg  <zackw@panix.com>
454         Remove the NaCl port.
455         * sysdeps/arm/nacl: Remove directory and contents.
456         * sysdeps/nacl: Remove directory and contents.
457         * abi-tags: Remove .*-.*-nacl.* entry.
459 2017-05-19  Rical Jasan  <ricaljasan@pacific.net>
461         * manual/errno.texi: Convert @comment-based errno documentation to
462         @errno.
463         * manual/macros.texi (@errno): New macro.  Consolidate errors,
464         their values, and messages, adding the error string to the Concept
465         Index.  Provide a warning in the comment about external (to the
466         manual) dependencies.
467         * sysdeps/gnu/errlist.awk: Use @errno instead of @comments.
468         * sysdeps/mach/hurd/errnos.awk: Likewise.
470 2017-05-19  Joseph Myers  <joseph@codesourcery.com>
472         * bits/ss_flags.h: New file.
473         * bits/types/stack_t.h: Likewise.
474         * include/bits/types/struct_sigstack.h: Likewise.
475         * signal/bits/types/struct_sigstack.h: Likewise.
476         * sysdeps/unix/sysv/linux/bits/ss_flags.h: Likewise.
477         * sysdeps/unix/sysv/linux/bits/types/stack_t.h: Likewise.
478         * sysdeps/unix/sysv/linux/mips/bits/types/stack_t.h: Likewise.
479         * signal/Makefile (headers): Add bits/types/struct_sigstack.h,
480         bits/types/stack_t.h and bits/ss_flags.h.
481         * signal/signal.h [__USE_XOPEN_EXTENDED || __USE_XOPEN2K8]:
482         Include <bits/types/struct_sigstack.h>, <bits/types/stack_t.h> and
483         <bits/ss_flags.h>.
484         * bits/sigstack.h (struct sigstack): Remove.
485         (stack_t): Likewise.
486         (SS_ONSTACK): Likewise.
487         (SS_DISABLE): Likewise.
488         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h
489         (struct sigstack): Likewise.
490         (stack_t): Likewise.
491         (SS_ONSTACK): Likewise.
492         (SS_DISABLE): Likewise.
493         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h (struct sigstack):
494         Likewise.
495         (stack_t): Likewise.
496         (SS_ONSTACK): Likewise.
497         (SS_DISABLE): Likewise.
498         * sysdeps/unix/sysv/linux/bits/sigstack.h (struct sigstack):
499         Likewise.
500         (stack_t): Likewise.
501         (SS_ONSTACK): Likewise.
502         (SS_DISABLE): Likewise.
503         * sysdeps/unix/sysv/linux/mips/bits/sigstack.h: Likewise.
504         * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h (struct sigstack):
505         Likewise.
506         (stack_t): Likewise.
507         (SS_ONSTACK): Likewise.
508         (SS_DISABLE): Likewise.
509         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h
510         (struct sigstack): Likewise.
511         (stack_t): Likewise.
512         (SS_ONSTACK): Likewise.
513         (SS_DISABLE): Likewise.
514         * sysdeps/unix/sysv/linux/sparc/bits/sigstack.h (struct sigstack):
515         Likewise.
516         (stack_t): Likewise.
517         (SS_ONSTACK): Likewise.
518         (SS_DISABLE): Likewise.
519         * sysdeps/arm/sys/ucontext.h: Include
520         <bits/types/struct_sigstack.h>, <bits/types/stack_t.h> and
521         <bits/ss_flags.h>.
522         * sysdeps/generic/sys/ucontext.h: Likewise.
523         * sysdeps/i386/sys/ucontext.h: Likewise.
524         * sysdeps/m68k/sys/ucontext.h: Likewise.
525         * sysdeps/mips/sys/ucontext.h: Likewise.
526         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h: Likewise.
527         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: Likewise.
528         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: Likewise.
529         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Likewise.
530         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Likewise.
531         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Likewise.
532         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h: Likewise.
533         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
534         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: Likewise.
535         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
536         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Likewise.
537         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Likewise.
538         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h: Likewise.
539         * sysdeps/unix/sysv/linux/tile/sys/ucontext.h: Likewise.
540         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: Likewise.
542 2017-05-19  H.J. Lu  <hongjiu.lu@intel.com>
544         * sysdeps/i386/i686/multiarch/memchr-sse2.S (MEMCHR): Use
545         "edx + ecx - 16" to avoid possible addition overflow.
546         * sysdeps/x86_64/memchr.S (memchr): Likewise.
548 2017-05-19  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
550         * misc/Makefile (CFLAGS-vmsplice.c): Remove rule.
551         (CFLAGS-splice.c): Likewise.
552         (CFLAGS-open_by_handle_at.c): Likewise.
553         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-vmsplice.c): New rule.
554         (CFLAGS-splice.c): Likewise.
555         (CFLAGS-open_by_handle_at.c): Likewise.
557 2017-05-19  Joseph Myers  <joseph@codesourcery.com>
559         * scripts/versions.awk: Generate ldbl-compat-choose.h.
560         * sysdeps/ieee754/ldbl-opt/math-type-macros-ldouble.h: Include
561         <ldbl-compat-choose.h>.
562         (maybe_long_double_symbol): New macro.
563         [!declare_mgen_alias] (declare_mgen_alias): Use
564         maybe_long_double_symbol.
565         * sysdeps/ieee754/ldbl-opt/s_canonicalizel.c: Remove.
566         * sysdeps/ieee754/ldbl-opt/s_fmaxmagl.c: Likewise.
567         * sysdeps/ieee754/ldbl-opt/s_fminmagl.c: Likewise.
568         * sysdeps/ieee754/ldbl-opt/s_nextdownl.c: Likewise.
569         * sysdeps/ieee754/ldbl-opt/w_llogbl.c: Likewise.
570         * Makerules [$(build-shared) = yes && !avoid-generated]
571         (before-compile): Add $(common-objpfx)ldbl-compat-choose.h.
572         [$(build-shared) = yes && !avoid-generated]
573         ($(common-objpfx)ldbl-compat-choose.h): New target.
575         * scripts/versions.awk: Generate first-versions.h.
576         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h: Include
577         <first-versions.h>.
578         (LDOUBLE_cabsl_libm_version): Remove macro.
579         (LDOUBLE_cargl_libm_version): Likewise.
580         (LDOUBLE_cimagl_libm_version): Likewise.
581         (LDOUBLE_conjl_libm_version): Likewise.
582         (LDOUBLE_creall_libm_version): Likewise.
583         (LDOUBLE_cacosl_libm_version): Likewise.
584         (LDOUBLE_cacoshl_libm_version): Likewise.
585         (LDOUBLE_ccosl_libm_version): Likewise.
586         (LDOUBLE_ccoshl_libm_version): Likewise.
587         (LDOUBLE_casinl_libm_version): Likewise.
588         (LDOUBLE_csinl_libm_version): Likewise.
589         (LDOUBLE_casinhl_libm_version): Likewise.
590         (LDOUBLE_csinhl_libm_version): Likewise.
591         (LDOUBLE_catanl_libm_version): Likewise.
592         (LDOUBLE_catanhl_libm_version): Likewise.
593         (LDOUBLE_ctanl_libm_version): Likewise.
594         (LDOUBLE_ctanhl_libm_version): Likewise.
595         (LDOUBLE_cexpl_libm_version): Likewise.
596         (LDOUBLE_clogl_libm_version): Likewise.
597         (LDOUBLE_cprojl_libm_version): Likewise.
598         (LDOUBLE_csqrtl_libm_version): Likewise.
599         (LDOUBLE_cpowl_libm_version): Likewise.
600         (LDOUBLE_clog10l_libm_version): Likewise.
601         (LDOUBLE___clog10l_libm_version): Likewise.
602         (LDOUBLE_fdiml_libm_version): Likewise.
603         (LDOUBLE_fmaxl_libm_version): Likewise.
604         (LDOUBLE_fminl_libm_version): Likewise.
605         (LDOUBLE_ilogbl_libm_version): Likewise.
606         (LDOUBLE_nanl_libm_version): Likewise.
607         [!M_LIBM_NEED_COMPAT] (M_LIBM_NEED_COMPAT): Use
608         FIRST_VERSION_libm_* macros.
609         [!declare_mgen_libm_compat] (declare_mgen_libm_compat): Likewise.
610         * Makerules [$(build-shared) = yes && !avoid-generated]
611         (before-compile): Add $(common-objpfx)first-versions.h.
612         [$(build-shared) = yes && !avoid-generated]
613         ($(common-objpfx)first-versions.h): New target.
614         ($(common-objpfx)sysd-versions): Depend on and change to rule for
615         building $(common-objpfx)versions.stmp.
617 2017-05-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
619         * rt/Makefile (CFLAGS-mq_timedsend.c): New flag.
620         * sysdeps/unix/sysv/linux/mq_timedsend.c: New file.
621         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Remove from
622         auto-generation list.
624         * rt/Makefile (CFLAGS-mq_timedreceive.c): New flag.
625         * sysdeps/unix/sysv/linux/mq_timedreceive.c: New file.
626         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedreceive): Remove
627         from auto-generation list.
629         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
630         open_by_handle_at.
631         (CFLAGS-open_by_handle_at.c): New flag.
632         * sysdeps/unix/sysv/linux/open_by_handle_at.c: New file.
633         * sysdeps/unix/sysv/linux/syscalls.list (open_by_handle_at): New
634         file.
635         * misc/Makefile (CFLAGS-open_by_handle_at.c): New rule.
637         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add splice.
638         (CFLAGS-splice.c): New flag.
639         * sysdeps/unix/sysv/linux/splice.c: New file.
640         * sysdeps/unix/sysv/linux/syscalls.list (splice): Remove from
641         auto-generation syscall list.
642         * misc/Makefile (CFLAGS-splice.c): New rule.
644         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-vmsplice.c): New flag.
645         * sysdeps/unix/sysv/linux/syscalls.list (vmsplice): Remove from
646         auto-generation syscall list.
647         * sysdeps/unix/sysv/linux/vmsplice.c: New file.
648         * misc/Makefile (CFLAGS-vmsplice.c): New rule.
650         * misc/Makefile (CFLAGS-fsync.c): New flag.
651         * nptl/Makefile (CFLAGS-fsync.c): Likewise.
652         * sysdeps/unix/syscalls.list (fsync): Remove from auto-generation
653         syscall list.
654         * sysdeps/unix/sysv/linux/fsync.c: New file.
655         * sysdeps/unix/sysv/linux/arm/localplt.data [libpthread.so]
656         (__errno_location): Remove.
658         * misc/Makefile (CFLAGS-fdatasync.c): New rule.
659         * nptl/Makefile (CFLAGS-fdatasync.c): Likewise.
660         * sysdeps/unix/syscalls.list: Remove fdatasync from auto-generation
661         list.
662         * sysdeps/unix/sysv/linux/fdatasync.c: New file.
664         * misc/Makefile (CFLAGS-msync.c): New rule.
665         * nptl/Makefile (CFLAGS-msync.c): Likewise.
666         * sysdeps/unix/syscalls.list: Remove msync from auto-generation list.
667         * sysdeps/unix/sysv/linux/msync.c: New file.
669         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Remove file.
670         * sysdeps/unix/sysv/linux/sigsuspend.c: Simplify include list.
671         * nptl/Makefile (CFLAGS-sigsuspend.c): New rule.
672         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
673         (CFLAGS-sigsuspend.c): Remove rule.
675         * sysdeps/unix/sysv/linux/Makefile (sysdeps_routines): Add tee.
676         (CFLAGS-tee.c): New rule.
677         * sysdeps/unix/sysv/linux/syscalls.list: Remove tee from
678         auto-generated list.
679         * sysdeps/unix/sysv/linux/tee.c: New file.
681         * nptl/Makefile (CFLAGS-nanosleep.c): New rule.
682         * posix/Makefile (CFLAGS-nanosleep.c): Likewise.
683         * sysdeps/unix/sysv/linux/nanosleep.c: New file.
684         * sysdeps/unix/sysv/linux/syscalls.list: Remove nanosleep from
685         auto-generated list.
687         * sysdeps/unix/sysv/linux/sh/syscalls.list: Remove waitid from
688         auto-generated list.
689         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
690         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
691         * sysdeps/unix/sysv/linux/sparc/syscalls.list: Remove file.
692         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
693         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
695         * sysdeps/unix/sysv/linux/generic/pause.c: Remove file.
696         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Likewise.
697         * sysdeps/unix/sysv/linux/sparc/kernel-features.h [__arch64__]
698         (__NR_pause): Undefine.
699         * sysdeps/unix/sysv/linux/pause.c: New file.
700         * sysdeps/unix/sysv/linux/syscalls.list: Remove pause from
701         auto-generation list.
702         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (CFLAGS-pause.c):
703         Remove rule.
704         * posix/Makefile (CFLAGS-pause.c): Remove redundant rule.
706 2017-05-18  H.J. Lu  <hongjiu.lu@intel.com>
708         * sysdeps/x86_64/multiarch/memcmp.S (__GI_memcmp): Correct
709         comments.
711 2017-05-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
713         * elf/Makefile (tst-env-setuid-ENV): Reduce value of
714         LD_HWCAP_MASK.
716 2017-05-18  Rical Jasan  <ricaljasan@pacific.net>
718         * manual/conf.texi: Convert @tables of annotated @items to
719         @vtables.
720         * manual/lang.texi: Likewise.
721         * manual/pattern.texi: Likewise.
722         * manual/resource.texi: Likewise.
723         * manual/socket.texi: Likewise.
725 2017-05-18  Rical Jasan  <ricaljasan@pacific.net>
727         * manual/crypt.texi: Move a comment out of an @*x list.
728         * manual/filesys.texi: Refactor some comments, one of which looks
729         like a standard.  Fix incorrectly separated standards.
730         * manual/locale.texi: Invert an annotation.
731         * manual/resource.texi: Fix incorrectly separated standards.
732         * manual/time.texi: Refactor a @vtable that obscures an
733         annotation.
734         * manual/users.texi: Refactor multiple headers to occupy a single
735         @comment.
737 2017-05-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
739         * sysdeps/powerpc/powerpc64/multiarch/Makefile
740         (sysdep_routines): Add memcmp-power8.
741         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
742         (memcmp): Add __memcmp_power8 to list of memcmp functions.
743         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c
744         (memcmp): Add __memcmp_power8 to ifunc list.
745         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power8.S: New file.
746         * sysdeps/powerpc/powerpc64/power8/memcmp.S: New file.
748 2017-05-17  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
749             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
751         * math/math.h (__MATH_TG): Extend the conditions to add
752         _Float128 support.
753         * misc/sys/cdefs.h (__HAVE_GENERIC_SELECTION): New macro.
755 2017-05-17  Paul A. Clarke  <pc@us.ibm.com>
757         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
758         [$(subdir) = math] (libm-sysdep_routines): Add s_cosf-power8 and
759         s_cosf-ppc64.
760         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-power8.S: New file.
761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c: Likewise.
762         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf.c: Likewise.
763         * sysdeps/powerpc/powerpc64/power8/fpu/s_cosf.S: Likewise.
765 2017-05-17  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
767         * math/Makefile (libm-calls): Move e_exp2F to gen-libm-calls.
768         (gen-libm-calls): Add e_exp2F to use the template.
769         * math/e_exp2l.c: Rename to math/e_exp2_template.c.
770         * math/e_exp2_template.c: New file, renamed from
771         math/e_exp2l.c, and made into a template.
772         * sysdeps/generic/math-type-macros.h (M_MIN_EXP): New macro.
774 2017-05-17  Siddhesh Poyarekar  <siddhesh@sourceware.org>
776         * elf/dl-tunable-types.h (tunable_type_code_t): New type
777         TUNABLE_TYPE_UINT_64.
778         * elf/dl-tunables.c (tunables_strtoul): Return uint64_t.
779         Simplify computation of overflow.
780         (tunable_set_val_if_valid_range_signed,
781         tunable_set_val_if_valid_range_unsigned): Remove and replace
782         with this...
783         (TUNABLE_SET_VAL_IF_VALID_RANGE): ... New macro.
784         (tunable_initialize): Adjust.  Add uint64_t support.
785         (__tunable_set_val): Add uint64_t support.
786         * README.tunables: Document it.
788         * scripts/gen-tunables.awk: Recognize 'default' keyword in
789         dl-tunables.list.
790         * README.tunables: Document it.
792 2017-05-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
794         * sysdeps/posix/preadv.c: Use sysdeps/posix/preadv_common.c.
795         * sysdeps/posix/preadv64.c: Likewise.
796         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
797         * sysdeps/unix/sysv/linux/preadv64.c: Likewise.
798         * sysdeps/posix/pwritev.c: Use sysdeps/posix/pwritev_common.c.
799         * sysdeps/posix/pwritev64.c: Likewise.
800         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
801         * sysdeps/unix/sysv/linux/pwritev64.c: Likewise.
802         * sysdeps/posix/preadv_common.c: New file.
803         * sysdeps/posix/pwritev_common.c: Likewise.
805 2017-05-14  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
807         * sysdeps/generic/math-type-macros-float128.h
808         (__USE_WRAPPER_TEMPLATE): Define to 1 to enable use of the
809         wrapper templates.
811 2017-05-14  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
812             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
814         * include/complex.h (__kernel_casinhf128): New declaration.
815         * include/float.h: New file.
816         * include/math.h (__finitef128): Add a hidden def.
817         (__isinff128): Likewise.
818         (__isnanf128): Likewise.
819         (__fpclassify): Likewise.
820         (__issignalling): Likewise.
821         (__expf128): Likewise.
822         (__expm1f128): Likewise.
824         * sysdeps/generic/fix-fp-int-convert-overflow.h:
825         (FIX_FLT128_LONG_CONVERT_OVERFLOW): New macro.
826         (FIX_FLT128_LLONG_CONVERT_OVERFLOW): Likewise.
828         * sysdeps/generic/math-type-macros-float128.h: New file.
830         * sysdeps/generic/math_private.h: Include bits/floatn.h and
831         math_private_calls.h for _Float128.
832         (__isinff128): New inline implementation used when GCC < 7.0,
833         since in this case __builtin_isinf_sign is broken.
834         (fabsf128): New inline implementation that calls the builtin.
835         (__EXPR_FLT128): New macro.
836         (min_of_type): Optionally include _Float128 types too.
838         * sysdeps/generic/math_private_calls.h (__kernel_sincos):
839         Declare for _Float128.
840         (__kernel_rem_pio2): Likewise.
842         * sysdeps/ieee754/ldbl-opt/s_sin.c:
843         (__DECL_SIMD_sincos_disablef128): New macro.
845 2017-05-14  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
847         * math/math.h: Include bits/math-finite.h for float128.
848         (__MATH_DECLARING_FLOATN): Define to control declaration of
849         float128 functions.
850         * math/bits/math-finite.h (pow10): Do not declare for float128.
851         (gamma): Likewise.
852         (scalb): Likewise.
854 2017-05-14  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
855             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
857         * bits/floatn.h: New file.
858         * bits/huge_val_flt128.h: Likewise.
860         * bits/libm-simd-decl-stubs.h (__DECL_SIMD_cosf128): New macro.
861         (__DECL_SIMD_sinf128): Likewise.
862         (__DECL_SIMD_sincosf128): Likewise.
863         (__DECL_SIMD_logf128): Likewise.
864         (__DECL_SIMD_expf128): Likewise.
865         (__DECL_SIMD_powf128): Likewise.
867         * math/Makefile (headers): Install bits/floatn.h and
868         bits/huge_val_flt128.h.
870         * math/bits/cmathcalls.h (_Mdouble_complex_): Only define if not
871         defined.
873         * math/bits/mathcalls.h (pow10, isinf, finite, drem, significand)
874         (isnan, gamma, nexttoward, scalb): Only define if not
875         __MATH_DECLARING_FLOATN.
876         (nextdown, nextup, llogb, roundeven, fromfp, ufromfp, fromfpx)
877         (ufromfpx, fmaxmag, fminmag, totalorder, totalordermag)
878         (canonicalize, getpayload, setpayload, setpayloadsig): Declare for
879         _FloatN even if __STDC_WANT_IEC_60559_BFP_EXT__ is not defined.
881         * math/complex.h: Include bits/libc-header-start.h and bits/floatn.h.
882         Include bits/cmathcalls.h to get the declarations of _Float128
883         versions of complex functions.
884         [__HAVE_FLOAT128 && __GLIBC_USE (IEC_60559_TYPES_EXT)] (CMPLXF128):
885         Define macro.
887         * math/math.h: Include bits/floatn.h and bits/huge_val_flt128.h.
888         Include bits/mathcalls-helper-functions.h and bits/mathcalls.h to
889         get the declarations of _Float128 versions of math functions.
890         (__MATH_DECLARING_FLOATN): New macro to control declaration of
891         _FloatN types.
892         [__GNUC_PREREQ (6,0)] (signbit): Since GCC 6.0, __builtin_signbit
893         is type-generic, so use it without __MATH_TG.
894         [__HAVE_DISTINCT_FLOAT128] (isinf): This builtin is broken for
895         _Float128 type on GCC < 7.0.  Explicitly call __isinff128 for
896         _Float128 type and GCC < 7.0, otherwise use the builtin.
897         [__HAVE_FLOAT128 && defined __USE_GNU] (M_Ef128, M_LOG2Ef128)
898         (M_LOG10Ef128, M_LN2f128, M_LN10f128, M_PIf128, M_PI_2f128)
899         (M_PI_4f128, M_1_PIf128, M_2_PIf128, M_SQRT2f128, M_SQRT1_2f128):
900         New _GNU_SOURCE enabled macros.
902 2017-05-12  Joseph Myers  <joseph@codesourcery.com>
904         * sysdeps/sparc/sparc32/fpu/s_signbit.S (signbit): Remove alias.
905         (signbitf): Likewise.
906         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S (signbit):
907         Likewise.
908         (signbitl): Likewise.
909         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S (signbitf):
910         Likewise.
911         * sysdeps/sparc/sparc64/fpu/s_signbit.S (signbit): Likewise.
912         (signbitl): Likewise.
913         * sysdeps/sparc/sparc64/fpu/s_signbitf.S (signbitf): Likewise.
915 2017-05-12  Florian Weimer  <fweimer@redhat.com>
917         [BZ #21386]
918         * sysdeps/nptl/fork.c (__libc_fork): Remove assertions on the
919         parent PID.  The assertion in the child is incorrect with PID
920         namespaces.
922 2017-05-12  Joseph Myers  <joseph@codesourcery.com>
924         * sysdeps/unix/sysv/linux/kernel-features.h
925         (__ASSUME_STATFS_F_FLAGS): Remove macro.
926         * sysdeps/unix/sysv/linux/internal_statvfs.c
927         [!__ASSUME_STATFS_F_FLAGS]: Remove conditional code.
929 2017-05-11  Zack Weinberg  <zackw@panix.com>
931         * Makerules: New subdir configuration variables 'tests-internal'
932         and 'test-internal-extras'.  Test files in these categories will
933         still be compiled with MODULE_NAME=nonlib.  Test files in the
934         existing categories (tests, xtests, test-srcs, test-extras) are
935         now compiled with MODULE_NAME=testsuite.
936         New subdir configuration variable 'modules-names-tests'.  Files
937         which are in both 'modules-names' and 'modules-names-tests' will
938         be compiled with MODULE_NAME=testsuite instead of
939         MODULE_NAME=extramodules.
940         (gen-as-const-headers): Move to tests-internal.
941         (do-tests-clean, common-mostlyclean): Support tests-internal.
942         * Makeconfig (built-modules): Add testsuite.
943         * Makefile: Change libof-check-installed-headers-c and
944         libof-check-installed-headers-cxx to 'testsuite'.
945         * Rules: Likewise.  Support tests-internal.
946         * benchtests/strcoll-inputs/filelist#en_US.UTF-8:
947         Remove extra-modules.mk.
949         * config.h.in: Don't check for __OPTIMIZE__ or __FAST_MATH__ here.
950         * include/libc-symbols.h: Move definitions of _GNU_SOURCE,
951         PASTE_NAME, PASTE_NAME1, IN_MODULE, IS_IN, and IS_IN_LIB to the
952         very top of the file and rationalize their order.
953         If MODULE_NAME is not defined at all, define IS_IN to always be
954         false, and don't define _ISOMAC.
955         If any of IS_IN (testsuite), IS_IN_build, or __cplusplus are
956         true, define _ISOMAC and suppress everything else in this file,
957         starting with the inclusion of config.h.
958         Do check for inappropriate definitions of __OPTIMIZE__ and
959         __FAST_MATH__ here, but only if _ISOMAC is not defined.
960         Correct some out-of-date commentary.
962         * include/math.h: If _ISOMAC is defined, undefine NO_LONG_DOUBLE
963         and _Mlong_double_ before including math.h.
964         * include/string.h: If _ISOMAC is defined, don't expose
965         _STRING_ARCH_unaligned. Move a comment to a more appropriate
966         location.
968         * include/errno.h, include/stdio.h, include/stdlib.h, include/string.h
969         * include/time.h, include/unistd.h, include/wchar.h: No need to
970         check __cplusplus nor use __BEGIN_DECLS/__END_DECLS.
972         * misc/sys/cdefs.h (__NTHNL): New macro.
973         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h
974         (__m81_defun): Use __NTHNL to avoid errors with GCC 6.
976         * elf/tst-env-setuid-tunables.c: Include config.h with _LIBC
977         defined, for HAVE_TUNABLES.
978         * inet/tst-checks-posix.c: No need to define _ISOMAC.
979         * intl/tst-gettext2.c: Provide own definition of N_.
980         * math/test-signgam-finite-c99.c: No need to define _ISOMAC.
981         * math/test-signgam-main.c: No need to define _ISOMAC.
982         * stdlib/tst-strtod.c: Convert to test-driver. Split locale_test to...
983         * stdlib/tst-strtod1i.c: ...this new file.
984         * stdlib/tst-strtod5.c: Convert to test-driver and add copyright notice.
985         Split tests of __strtod_internal to...
986         * stdlib/tst-strtod5i.c: ...this new file.
987         * string/test-string.h: Include stdint.h. Duplicate definition of
988         inhibit_loop_to_libcall here (from libc-symbols.h).
989         * string/test-strstr.c: Provide dummy definition of
990         libc_hidden_builtin_def when including strstr.c.
991         * sysdeps/ia64/fpu/libm-symbols.h: Suppress entire file in _ISOMAC
992         mode; no need to test __STRICT_ANSI__ nor __cplusplus as well.
993         * sysdeps/x86_64/fpu/math-tests-arch.h: Include cpu-features.h.
994         Don't include init-arch.h.
995         * sysdeps/x86_64/multiarch/test-multiarch.h: Include cpu-features.h.
996         Don't include init-arch.h.
998         * elf/Makefile: Move tst-ptrguard1-static, tst-stackguard1-static,
999         tst-tls1-static, tst-tls2-static, tst-tls3-static, loadtest,
1000         unload, unload2, circleload1, neededtest, neededtest2,
1001         neededtest3, neededtest4, tst-tls1, tst-tls2, tst-tls3,
1002         tst-tls6, tst-tls7, tst-tls8, tst-dlmopen2, tst-ptrguard1,
1003         tst-stackguard1, tst-_dl_addr_inside_object, and all of the
1004         ifunc tests to tests-internal.
1005         Don't add $(modules-names) to test-extras.
1006         * inet/Makefile: Move tst-inet6_scopeid_pton to tests-internal.
1007         Add tst-deadline to tests-static-internal.
1008         * malloc/Makefile: Move tst-mallocstate and tst-scratch_buffer to
1009         tests-internal.
1010         * misc/Makefile: Move tst-atomic and tst-atomic-long to tests-internal.
1011         * nptl/Makefile: Move tst-typesizes, tst-rwlock19, tst-sem11,
1012         tst-sem12, tst-sem13, tst-barrier5, tst-signal7, tst-tls3,
1013         tst-tls3-malloc, tst-tls5, tst-stackguard1, tst-sem11-static,
1014         tst-sem12-static, and tst-stackguard1-static to tests-internal.
1015         Link tests-internal with libpthread also.
1016         Don't add $(modules-names) to test-extras.
1017         * nss/Makefile: Move tst-field to tests-internal.
1018         * posix/Makefile: Move bug-regex5, bug-regex20, bug-regex33,
1019         tst-rfc3484, tst-rfc3484-2, and tst-rfc3484-3 to tests-internal.
1020         * stdlib/Makefile: Move tst-strtod1i, tst-strtod3, tst-strtod4,
1021         tst-strtod5i, tst-tls-atexit, and tst-tls-atexit-nodelete to
1022         tests-internal.
1023         * sunrpc/Makefile: Move tst-svc_register to tests-internal.
1024         * sysdeps/powerpc/Makefile: Move test-get_hwcap and
1025         test-get_hwcap-static to tests-internal.
1026         * sysdeps/unix/sysv/linux/Makefile: Move tst-setgetname to
1027         tests-internal.
1028         * sysdeps/x86_64/fpu/Makefile: Add all libmvec test modules to
1029         modules-names-tests.
1031 2017-05-11  Zack Weinberg  <zackw@panix.com>
1033         * libio/libio.h: Condition dummy definition of _IO_lock_t on
1034         _IO_lock_t_defined, not _IO_MTSAFE_IO. Unconditionally use the
1035         non-_IO_MTSAFE_IO definitions for _IO_peekc, _IO_flockfile,
1036         _IO_funlockfile, and _IO_ftrylockfile.  Only define
1037         _IO_cleanup_region_start and _IO_cleanup_region_end if not
1038         already defined.
1039         * include/libio.h: If _IO_MTSAFE_IO is defined, redefine
1040         _IO_peekc, _IO_flockfile, _IO_funlockfile, and _IO_ftrylockfile
1041         appropriately.
1042         * sysdeps/generic/stdio-lock.h, sysdeps/nptl/stdio-lock.h:
1043         Define _IO_lock_t_defined after defining _IO_lock_t.
1045 2016-05-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1047         * sysdeps/powerpc/powerpc32/backtrace.c (is_sigtramp_address): Use
1048         void* for argument type and use VDSO_SYMBOL macro.
1049         (is_sigtramp_address_rt): Likewise.
1050         (__backtrace): Setup expected frame pointer address for signal
1051         handling.
1052         * sysdeps/powerpc/powerpc64/backtrace.c (is_sigtramp_address): Use
1053         void* for argumetn type and use VSDO_SYMBOL macro.
1054         (__backtrace): Setup expected frame pointer address for signal
1055         handling.
1057         * sysdeps/unix/sysv/linux/writev.c: New file.
1059         * sysdeps/unix/sysv/linux/readv.c: New file.
1061         * include/unistd.h (write): Add hidden proto.
1062         * io/Makefile (CFLAGS-write.c): New define.
1063         * nptl/Makefile (CFLAGS-write.c): Likewise.
1064         * sysdeps/unix/sysv/linux/write.c: New file.
1066         [BZ #21428]
1067         * include/unistd.h (read): Add hidden proto.
1068         * io/Makefile (CFLAGS-read.c): New define.
1069         * nptl/Makefile (CFLAGS-read.c): Likewise.
1070         * sysdeps/unix/sysv/linux/read.c: New file.
1072         * io/Makefile (CFLAGS-creat.c): New rule.
1073         (CFLAGS-creat64.c): Likewise.
1074         * sysdeps/unix/sysv/linux/alpha/creat.c: Remove file.
1075         * sysdeps/unix/sysv/linux/generic/creat.c: Likewise.
1076         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: Likewise.
1077         * sysdeps/unix/sysv/linux/creat.c: New file.
1078         * sysdeps/unix/sysv/linux/creat64.c: Likewise.
1079         * sysdeps/unix/sysv/linux/syscalls.list: Remove create from
1080         auto-generated list.
1081         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
1083         * sysdeps/unix/sysv/linux/generic/open.c: Remove file.
1084         * sysdeps/unix/sysv/linux/generic/open64.c: Likewise.
1085         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: Likewise.
1086         * sysdeps/unix/sysv/linux/open.c: New file.
1087         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Define symbol
1088         iff __WORDSIZE != 64 and use __NR_openat when available.
1089         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Remove open
1090         from auto-generated list.
1092         * nptl/Makefile (CFLAGS-close.c): New flag.
1093         * sysdeps/unix/sysv/linux/close.c: New file.
1095 2017-05-11  DJ Delorie  <dj@redhat.com>
1097         * MAINTAINERS: New.  Points to wiki.
1099 2017-05-11  Siddhesh Poyarekar  <siddhesh@sourceware.org>
1101         * scripts/gen-tunables.awk: Add attribute_relro to
1102         tunable_list.
1104 2017-05-11  Joseph Myers  <joseph@codesourcery.com>
1106         [BZ #21457]
1107         * sysdeps/arm/sys/ucontext.h (R0): Condition on [__USE_MISC].
1108         (R1): Likewise.
1109         (R2): Likewise.
1110         (R3): Likewise.
1111         (R4): Likewise.
1112         (R5): Likewise.
1113         (R6): Likewise.
1114         (R7): Likewise.
1115         (R8): Likewise.
1116         (R9): Likewise.
1117         (R10): Likewise.
1118         (R11): Likewise.
1119         (R12): Likewise.
1120         (R13): Likewise.
1121         (R14): Likewise.
1122         (R15): Likewise.
1123         * sysdeps/i386/sys/ucontext.h (REG_GS): Likewise.
1124         (REG_FS): Likewise.
1125         (REG_ES): Likewise.
1126         (REG_DS): Likewise.
1127         (REG_EDI): Likewise.
1128         (REG_ESI): Likewise.
1129         (REG_EBP): Likewise.
1130         (REG_ESP): Likewise.
1131         (REG_EBX): Likewise.
1132         (REG_EDX): Likewise.
1133         (REG_ECX): Likewise.
1134         (REG_EAX): Likewise.
1135         (REG_TRAPNO): Likewise.
1136         (REG_ERR): Likewise.
1137         (REG_EIP): Likewise.
1138         (REG_CS): Likewise.
1139         (REG_EFL): Likewise.
1140         (REG_UESP): Likewise.
1141         (REG_SS): Likewise.
1142         * sysdeps/m68k/sys/ucontext.h (R_D0): Likewise.
1143         (R_D1): Likewise.
1144         (R_D2): Likewise.
1145         (R_D3): Likewise.
1146         (R_D4): Likewise.
1147         (R_D5): Likewise.
1148         (R_D6): Likewise.
1149         (R_D7): Likewise.
1150         (R_A0): Likewise.
1151         (R_A1): Likewise.
1152         (R_A2): Likewise.
1153         (R_A3): Likewise.
1154         (R_A4): Likewise.
1155         (R_A5): Likewise.
1156         (R_A6): Likewise.
1157         (R_A7): Likewise.
1158         (R_SP): Likewise.
1159         (R_PC): Likewise.
1160         (R_PS): Likewise.
1161         (fpregset_t): Likewise.
1162         (MCONTEXT_VERSION): Likewise.
1163         * sysdeps/mips/sys/ucontext.h (CTX_R0): Likewise.
1164         (CTX_AT): Likewise.
1165         (CTX_V0): Likewise.
1166         (CTX_V1): Likewise.
1167         (CTX_A0): Likewise.
1168         (CTX_A1): Likewise.
1169         (CTX_A2): Likewise.
1170         (CTX_A3): Likewise.
1171         (CTX_T0): Likewise.
1172         (CTX_T1): Likewise.
1173         (CTX_T2): Likewise.
1174         (CTX_T3): Likewise.
1175         (CTX_T4): Likewise.
1176         (CTX_T5): Likewise.
1177         (CTX_T6): Likewise.
1178         (CTX_T7): Likewise.
1179         (CTX_S0): Likewise.
1180         (CTX_S1): Likewise.
1181         (CTX_S2): Likewise.
1182         (CTX_S3): Likewise.
1183         (CTX_S4): Likewise.
1184         (CTX_S5): Likewise.
1185         (CTX_S6): Likewise.
1186         (CTX_S7): Likewise.
1187         (CTX_T8): Likewise.
1188         (CTX_T9): Likewise.
1189         (CTX_K0): Likewise.
1190         (CTX_K1): Likewise.
1191         (CTX_GP): Likewise.
1192         (CTX_SP): Likewise.
1193         (CTX_S8): Likewise.
1194         (CTX_RA): Likewise.
1195         (CTX_MDLO): Likewise.
1196         (CTX_MDHI): Likewise.
1197         (CTX_CAUSE): Likewise.
1198         (CTX_EPC): Likewise.
1199         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h: Condition
1200         inclusion of <sys/procfs.h> on [__USE_MISC].
1201         (greg_t): Condition on [__USE_MISC].
1202         (gregset_t): Likewise.
1203         (fpregset_t): Likewise.
1204         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h (greg_t): Likewise.
1205         (NGREG): Likewise.
1206         (gregset_t): Likewise.
1207         (REG_R0): Likewise.
1208         (REG_R1): Likewise.
1209         (REG_R2): Likewise.
1210         (REG_R3): Likewise.
1211         (REG_R4): Likewise.
1212         (REG_R5): Likewise.
1213         (REG_R6): Likewise.
1214         (REG_R7): Likewise.
1215         (REG_R8): Likewise.
1216         (REG_R9): Likewise.
1217         (REG_R10): Likewise.
1218         (REG_R11): Likewise.
1219         (REG_R12): Likewise.
1220         (REG_R13): Likewise.
1221         (REG_R14): Likewise.
1222         (REG_R15): Likewise.
1223         (struct _libc_fpstate): Likewise.
1224         (fpregset_t): Likewise.
1225         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h (NGREG): Likewise.
1226         (NFPREG): Likewise.
1227         (gregset_t): Likewise.
1228         (fpregset_t): Likewise.
1229         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h (R_D0): Likewise.
1230         (R_D1): Likewise.
1231         (R_D2): Likewise.
1232         (R_D3): Likewise.
1233         (R_D4): Likewise.
1234         (R_D5): Likewise.
1235         (R_D6): Likewise.
1236         (R_D7): Likewise.
1237         (R_A0): Likewise.
1238         (R_A1): Likewise.
1239         (R_A2): Likewise.
1240         (R_A3): Likewise.
1241         (R_A4): Likewise.
1242         (R_A5): Likewise.
1243         (R_A6): Likewise.
1244         (R_A7): Likewise.
1245         (R_SP): Likewise.
1246         (R_PC): Likewise.
1247         (R_PS): Likewise.
1248         (fpregset_t): Likewise.
1249         (MCONTEXT_VERSION): Likewise.
1250         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h (MCONTEXT_VERSION):
1251         Likewise.
1252         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h (REG_R0): Likewise.
1253         (REG_R1): Likewise.
1254         (REG_R2): Likewise.
1255         (REG_R3): Likewise.
1256         (REG_R4): Likewise.
1257         (REG_R5): Likewise.
1258         (REG_R6): Likewise.
1259         (REG_R7): Likewise.
1260         (REG_R8): Likewise.
1261         (REG_R9): Likewise.
1262         (REG_R10): Likewise.
1263         (REG_R11): Likewise.
1264         (REG_R12): Likewise.
1265         (REG_R13): Likewise.
1266         (REG_R14): Likewise.
1267         (REG_R15): Likewise.
1268         * sysdeps/unix/sysv/linux/tile/sys/ucontext.h: Condition inclusion
1269         of <arch/abi.h> on [__USE_MISC].
1270         (greg_t): Condition on [__USE_MISC].
1271         (NGREG): Likewise.
1272         (gregset_t): Likewise.
1274 2017-05-11  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1276         * sysdeps/arm/nptl/bits/pthreadtypes-arch.h
1277         (__pthread_rwlock_arch_t): Remove __data definition.
1278         * sysdeps/hppa/nptl/bits/pthreadtypes-arch.h
1279         (__pthread_rwlock_arch_t): Likewise.
1281 2017-05-11  Florian Weimer  <fweimer@redhat.com>
1283         * resolv/inet_pton.c: Reformat in GNU style.  Remove
1284         internal_function on static functions.
1286 2017-05-11  Florian Weimer  <fweimer@redhat.com>
1288         * support/support_format_addrinfo.c (format_ai_flags_1): Renamed
1289         from format_ai_flags.
1290         (format_ai_flags): New function.  Incorporate flag formatting code
1291         from format_ai_one.
1292         (format_ai_canonname): New function.
1293         (format_ai_one): Remove flags parameter.
1294         (format_ai_family): Likewise.
1295         (support_format_addrinfo): Call format_ai_flags,
1296         format_ai_canonname.
1297         * resolv/tst-resolv-basic.c (check_ai_hints): Extracted from
1298         check_ai.
1299         (check_ai): Call check_ai_hints.
1300         (do_test): Add AI_CANONNAME tests.
1302 2017-05-11  Florian Weimer  <fweimer@redhat.com>
1304         * sysdeps/posix/getaddrinfo.c (gethosts): Remove malloc_addrmem.
1305         (gaih_inet): Likewise.
1307 2017-05-10  Andreas Schwab  <schwab@suse.de>
1309         * nptl/tst-fork1.c: Include <support/test-driver.c>.
1310         (main): Rename to do_test and make static.
1312 2017-05-10  Joseph Myers  <joseph@codesourcery.com>
1314         * string/rawmemchr.c: Include <libc-diag.h>.
1315         (RAWMEMCHR): Disable -Wstringop-overflow around call to memchr
1316         with size (size_t)-1.
1318 2017-05-09  Joseph Myers  <joseph@codesourcery.com>
1320         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Remove file.
1321         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
1322         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
1324         * sysdeps/unix/sysv/linux/accept4.c (accept4): Use syscall if
1325         [__ASSUME_ACCEPT4_SYSCALL], otherwise socketcall.
1326         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Use syscall if
1327         [__ASSUME_RECVMMSG_SYSCALL], otherwise socketcall.
1328         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Use syscall if
1329         [__ASSUME_SENDMMSG_SYSCALL], otherwise socketcall.
1330         * sysdeps/unix/sysv/linux/kernel-features.h
1331         (__ASSUME_ACCEPT4_SYSCALL): Move to general list of macros for
1332         socket syscalls.
1333         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1334         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1335         * sysdeps/unix/sysv/linux/i386/kernel-features.h
1336         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Remove.
1337         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1338         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1339         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Remove.
1340         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
1341         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1342         * sysdeps/unix/sysv/linux/sh/kernel-features.h
1343         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1344         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
1345         (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1346         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1347         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1349 2017-05-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1351         * posix/Makefile (headers): Add pthreadtypes-arch.h and
1352         thread-shared-types.h.
1353         * sysdeps/aarch64/nptl/bits/pthreadtypes-arch.h: New file: arch
1354         specific thread definition.
1355         * sysdeps/alpha/nptl/bits/pthreadtypes-arch.h: Likewise.
1356         * sysdeps/arm/nptl/bits/pthreadtypes-arch.h: Likewise.
1357         * sysdeps/hppa/nptl/bits/pthreadtypes-arch.h: Likewise.
1358         * sysdeps/ia64/nptl/bits/pthreadtypes-arch.h: Likewise.
1359         * sysdeps/m68k/nptl/bits/pthreadtypes-arch.h: Likewise.
1360         * sysdeps/microblaze/nptl/bits/pthreadtypes-arch.h: Likewise.
1361         * sysdeps/mips/nptl/bits/pthreadtypes-arch.h: Likewise.
1362         * sysdeps/nios2/nptl/bits/pthreadtypes-arch.h: Likewise.
1363         * sysdeps/powerpc/nptl/bits/pthreadtypes-arch.h: Likewise.
1364         * sysdeps/s390/nptl/bits/pthreadtypes-arch.h: Likewise.
1365         * sysdeps/sh/nptl/bits/pthreadtypes-arch.h: Likewise.
1366         * sysdeps/sparc/nptl/bits/pthreadtypes-arch.h: Likewise.
1367         * sysdeps/tile/nptl/bits/pthreadtypes-arch.h: Likewise.
1368         * sysdeps/x86/nptl/bits/pthreadtypes-arch.h: Likewise.
1369         * sysdeps/nptl/bits/thread-shared-types.h: New file: shared
1370         thread definition between POSIX and C11.
1371         * sysdeps/aarch64/nptl/bits/pthreadtypes.h.: Remove file.
1372         * sysdeps/alpha/nptl/bits/pthreadtypes.h: Likewise.
1373         * sysdeps/arm/nptl/bits/pthreadtypes.h: Likewise.
1374         * sysdeps/hppa/nptl/bits/pthreadtypes.h: Likewise.
1375         * sysdeps/m68k/nptl/bits/pthreadtypes.h: Likewise.
1376         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Likewise.
1377         * sysdeps/mips/nptl/bits/pthreadtypes.h: Likewise.
1378         * sysdeps/nios2/nptl/bits/pthreadtypes.h: Likewise.
1379         * sysdeps/ia64/nptl/bits/pthreadtypes.h: Likewise.
1380         * sysdeps/powerpc/nptl/bits/pthreadtypes.h: Likewise.
1381         * sysdeps/s390/nptl/bits/pthreadtypes.h: Likewise.
1382         * sysdeps/sh/nptl/bits/pthreadtypes.h: Likewise.
1383         * sysdeps/sparc/nptl/bits/pthreadtypes.h: Likewise.
1384         * sysdeps/tile/nptl/bits/pthreadtypes.h: Likewise.
1385         * sysdeps/x86/nptl/bits/pthreadtypes.h: Likewise.
1386         * sysdeps/nptl/bits/pthreadtypes.h: New file: common thread
1387         definitions shared across all architectures.
1389 2017-05-09  Joseph Myers  <joseph@codesourcery.com>
1391         * sysdeps/unix/sysv/linux/kernel-features.h
1392         (__ASSUME_SENDMMSG_SYSCALL): Define unconditionally.
1393         (__ASSUME_SENDMMSG): Likewise.
1394         (__ASSUME_SENDMMSG_SOCKETCALL): Remove macro.
1395         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Define using
1396         sendmmsg syscall if that can be assumed to be present, socketcall
1397         otherwise, with no fallback for runtime failure.
1399         * sysdeps/unix/sysv/linux/kernel-features.h
1400         (__ASSUME_RECVMMSG_SYSCALL): Define unconditionally.
1401         (__ASSUME_RECVMMSG_SOCKETCALL): Remove macro.
1402         (__ASSUME_RECVMMSG): Likewise.
1403         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Define using
1404         recvmmsg syscall if it can be assumed to be present, socketcall
1405         otherwise, with no fallback for runtime failure.
1407 2017-05-09  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
1408             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
1410         * bits/libc-header-start.h:
1411         (__GLIBC_USE_IEC_60559_TYPES_EXT): New macro.
1412         * include/features.h: Describe __STDC_WANT_IEC_60559_TYPES_EXT__.
1413         * manual/creature.texi: Likewise.
1415 2017-05-09  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
1416             Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
1418         * math/Makefile:
1419         (type-float128-suffix): New variable
1420         (type-float128-routines): Likewise
1421         (type-float128-yes): Likewise
1422         (types): Append float128 if supported
1423         (types-basic): New variable to control the use of templates for
1424         float, double, and long double, but not for float128 or newer types.
1425         (type-basic-foreach): Likewise.
1427         * sysdeps/ieee754/float128/Makeconfig: New file.
1428         * sysdeps/ieee754/float128/Versions: New file.
1430 2017-05-09  Joseph Myers  <joseph@codesourcery.com>
1432         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRLIMIT64):
1433         Remove macro.
1434         * sysdeps/unix/sysv/linux/getrlimit64.c (__getrlimit64): Assume
1435         prlimit64 is always available and does not give an ENOSYS error.
1436         * sysdeps/unix/sysv/linux/prlimit.c [__NR_prlimit64]: Make code
1437         unconditional.
1438         [!__NR_prlimit64]: Remove conditional code.
1439         * sysdeps/unix/sysv/linux/setrlimit.c (__setrlimit): Assume
1440         prlimit64 is always available and does not give an ENOSYS error.
1441         * sysdeps/unix/sysv/linux/setrlimit64.c (__setrlimit64): Likewise.
1443 2017-05-09  Zack Weinberg  <zackw@panix.com>
1445         * sunrpc/tst-xdrmem2.c: Include stdint.h.
1447 2017-05-09  Florian Weimer  <fweimer@redhat.com>
1449         [BZ #21474]
1450         * resolv/res_libc.c (res_init): Use RES_DFLRETRY.
1451         (__res_maybe_init): Likewise.
1453 2017-05-09  Zack Weinberg  <zackw@panix.com>
1455         * extra-modules.mk: Delete file.
1456         * cppflags-iterator.mk: Rename to ...
1457         * libof-iterator.mk: ...this.  Adjust comments.
1459         * Makerules, extra-lib.mk, benchtests/Makefile, elf/Makefile
1460         * elf/rtld-Rules, iconv/Makefile, locale/Makefile, malloc/Makefile
1461         * nscd/Makefile, sunrpc/Makefile, sysdeps/s390/Makefile:
1462         Use libof-iterator.mk instead of cppflags-iterator.mk or
1463         extra-modules.mk.
1465         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Remove
1466         extra-modules.mk and cppflags-iterator.mk, add libof-iterator.mk.
1468 2017-05-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
1470         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
1472 2017-05-08  Carlos O'Donell  <carlos@redhat.com>
1474         * stdio-common/vfprintf.c (EXTSIZ): Define.
1475         (vfprintf): Use EXTSIZ.
1476         (printf_positional): Likewise.
1478 2017-05-08  Joseph Myers  <joseph@codesourcery.com>
1480         * sysdeps/unix/sysv/linux/kernel-features.h
1481         (__ASSUME_PROC_PID_TASK_COMM): Remove macro.
1482         * sysdeps/unix/sysv/linux/tst-setgetname.c: Do not include
1483         <kernel-features.h>.
1484         (do_test) [!__ASSUME_PROC_PID_TASK_COMM]: Remove conditional code.
1486         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h
1487         (__ASSUME_GETCPU_SYSCALL): Remove macro.
1489 2017-05-08  Florian Weimer  <fweimer@redhat.com>
1491         Prevent multiple deletion of temporary files.
1492         * support/temp_file.c (struct temp_name_list): Add owner member.
1493         (add_temp_file): Record owner.
1494         (support_delete_temp_files): Delete file only if owner matches.
1495         * posix/tst-exec.c (temp_fd1, temp_fd2): Define.
1496         (do_prepare): Use create_temp_file instead of add_temp_file.
1497         Initialize temp_fd1, temp_fd2.
1498         (do_test): Use global temp_fd1, temp_fd2 variables.  Let the test
1499         framework remove the temporary files.
1500         * posix/tst-exec.c (temp_fd1, temp_fd2, temp_fd3): Define.
1501         (do_prepare): Use create_temp_file instead of add_temp_file.
1502         Initialize temp_fd1, temp_fd2, temp_fd3.
1503         (do_test): Use global temp_fd1, temp_fd2, temp_fd3 variables.  Let
1504         the test framework remove the temporary files.
1505         * posix/tst-vfork3.c (do_prepare): Adjust for LIFO order of file
1506         deletion.
1507         * posix/tst-pathconf.c (do_test): Do not call rmdir on the
1508         temporary directory.  It is removed by the test framework.
1509         * dirent/tst-scandir.c (do_test): Likewise.
1511 2017-05-08  Florian Weimer  <fweimer@redhat.com>
1513         Delete temporary files in LIFO order.
1514         * support/temp_file.c (struct temp_name_list): Replace q member
1515         with next.
1516         (add_temp_file): Add new file to front of linked list.
1517         (support_delete_temp_files): Use next member.
1518         (support_print_temp_files): Likewise.
1520 2017-05-08  Florian Weimer  <fweimer@redhat.com>
1522         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
1523         sys/ultrasound.h.
1524         * sysdeps/unix/sysv/linux/sys/ultrasound.h: Remove file.
1526 2017-05-08  Joseph Myers  <joseph@codesourcery.com>
1528         * sysdeps/unix/sysv/linux/i386/configure.ac (arch_minimum_kernel):
1529         Remove.
1530         * sysdeps/unix/sysv/linux/i386/configure: Regenerated.
1531         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac
1532         (arch_minimum_kernel): Remove.
1533         * sysdeps/unix/sysv/linux/x86_64/64/configure: Regenerated.
1534         * README: Update statement about Linux kernel requirements.
1536 2017-05-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1538         * manual/llio.texi: Add preadv and pwritev documentation.
1540 2017-05-04  Joseph Myers  <joseph@codesourcery.com>
1542         [BZ #21455]
1543         * bits/stdint-intn.h: New file.
1544         * bits/stdint-uintn.h: Likewise.
1545         * stdlib/Makefile (headers): Add bits/stdint-intn.h and
1546         bits/stdint-uintn.h.
1547         * inet/netinet/in.h: Include <bits/stdint-uintn.h> instead of
1548         <stdint.h>.
1549         * posix/sys/types.h: Include <bits/stdint-intn.h>.
1550         (__int8_t_defined): Do not define here.
1551         (int8_t): Likewise.
1552         (int16_t): Likewise.
1553         (int32_t): Likewise.
1554         (int64_t): Likewise.
1555         [__GNUC_PREREQ (2, 7)] (__intN_t): Likewise.
1556         * resolv/netdb.h: Include <bits/stdint-uintn.h> instead of
1557         <stdint.h>.
1558         * include/netdb.h [_ISOMAC]: Do not include <stdint.h>.
1559         * sysdeps/generic/stdint.h: Include <bits/stdint-intn.h> and
1560         <bits/stdint-uintn.h>.
1561         (int8_t): Do not define here.
1562         (int16_t): Likewise.
1563         (int32_t): Likewise.
1564         (int64_t): Likewise.
1565         (uint8_t): Likewise.
1566         (uint16_t): Likewise.
1567         (uint32_t): Likewise.
1568         (uint64_t): Likewise.
1569         * conform/Makefile (test-xfail-XPG42/arpa/inet.h/conform): Remove
1570         variable.
1571         (test-xfail-XPG42/netdb.h/conform): Likewise.
1572         (test-xfail-XPG42/netinet/in.h/conform): Likewise.
1573         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
1574         (test-xfail-UNIX98/netdb.h/conform): Likewise.
1575         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
1577 2017-05-04  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
1579         * sysdeps/generic/math_private.h (mathx_hidden_def): New macro.
1580         * sysdeps/ieee754/ldbl-128/s_finitel.c: Replace hidden_def with
1581         the above.
1582         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
1583         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
1585 2017-05-04  Joseph Myers  <joseph@codesourcery.com>
1587         [BZ #21445]
1588         * signal/signal.h [__USE_XOPEN2K8] (bsd_signal): Do not declare.
1590         [BZ #21457]
1591         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h
1592         [_MIPS_SIM != _ABIO32] (mcontext_t): Rename field reserved to
1593         __glibc_reserved1.
1594         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h
1595         (struct _fpx_sw_bytes): Rename field padding to __glibc_reserved1.
1596         (struct _fpxreg): Likewise.
1597         [!__x86_64__] (struct _fpstate): Rename field reserved to
1598         __glibc_reserved1.  Rename field padding to __glibc_reserved2.
1599         [__x86_64__] (struct _fpstate): Rename field padding to
1600         __glibc_reserved1.
1601         (struct _xsave_hdr): Rename field reserved1 to __glibc_reserved1.
1602         Rename field reserved2 to __glibc_reserved2.
1603         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h
1604         [__x86_64__] (struct _libc_fpxreg): Rename field padding to
1605         __glibc_reserved1.
1606         [__x86_64__] (struct _libc_fpstate): Rename field padding to
1607         __glibc_reserved1.
1609 2017-05-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1611         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Correct hwcap
1612         variable name.
1614 2017-05-03  H.J. Lu  <hongjiu.lu@intel.com>
1616         [BZ #21391]
1617         * sysdeps/i386/dl-machine.h (dl_platform_init) [IS_IN (rtld)]:
1618         Only call init_cpu_features.
1619         [!IS_IN (rtld)]: Only set GLRO(dl_platform) to NULL if needed.
1620         * sysdeps/x86_64/dl-machine.h (dl_platform_init): Likewise.
1621         * sysdeps/i386/dl-procinfo.h: Removed.
1622         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Don't include
1623         <sysdeps/i386/dl-procinfo.h> nor <ldsodefs.h>.  Include
1624         <sysdeps/x86/dl-procinfo.h>.
1625         (_dl_procinfo): Replace _DL_HWCAP_COUNT with 32.
1626         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h [!IS_IN (ldconfig)]:
1627         Include <sysdeps/x86/dl-procinfo.h> instead of
1628          <sysdeps/generic/dl-procinfo.h>.
1629         * sysdeps/x86/cpu-features.c: Include <dl-hwcap.h>.
1630         (init_cpu_features): Set dl_platform, dl_hwcap and dl_hwcap_mask.
1631         * sysdeps/x86/cpu-features.h (bit_cpu_LZCNT): New.
1632         (bit_cpu_MOVBE): Likewise.
1633         (bit_cpu_BMI1): Likewise.
1634         (bit_cpu_BMI2): Likewise.
1635         (index_cpu_BMI1): Likewise.
1636         (index_cpu_BMI2): Likewise.
1637         (index_cpu_LZCNT): Likewise.
1638         (index_cpu_MOVBE): Likewise.
1639         (index_cpu_POPCNT): Likewise.
1640         (reg_BMI1): Likewise.
1641         (reg_BMI2): Likewise.
1642         (reg_LZCNT): Likewise.
1643         (reg_MOVBE): Likewise.
1644         (reg_POPCNT): Likewise.
1645         * sysdeps/x86/dl-hwcap.h: New file.
1646         * sysdeps/x86/dl-procinfo.h: Likewise.
1647         * sysdeps/x86/dl-procinfo.c (_dl_x86_hwcap_flags): New.
1648         (_dl_x86_platforms): Likewise.
1650 2017-05-03  DJ Delorie  <dj@redhat.com>
1652         [BZ #21411]
1653         * malloc/malloc.c: Tweak realloc/MREMAP comment to be more accurate.
1655 2017-05-03  Phil Blundell  <pb@pbcl.net>
1657         * inet/netinet/in.h (struct ip_mreq_source): Correct misplaced
1658         comments.
1660 2017-05-03  Carlos O'Donell  <carlos@redhat.com>
1662         [BZ #20116]
1663         * nptl/pthread_create.c: Expand comments to describe
1664         semaphore-like and mutex-like uses of PD->lock.
1666 2017-04-03  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1668         * sysdeps/unix/sysv/linux/epoll_wait.c: New file.
1669         * sysdeps/unix/sysv/linux/generic/epoll_wait.c: Remove file.
1670         * sysdeps/unix/sysv/linux/syscalls.list: Remove epoll_wait from
1671         auto-generation list.
1672         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
1673         epoll_wait.
1674         * sysdeps/unix/sysv/linux/generic/Makefile (sysdep_routines):
1675         Remove epoll_wait.
1677         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
1678         osf_select.
1679         * sysdeps/unix/sysv/linux/alpha/select.c: New file.
1680         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove select and
1681         osf_select from auto-generation list.
1682         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1683         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1684         * sysdeps/unix/sysv/linux/generic/select.c: Remove file.
1685         * sysdeps/unix/sysv/linux/select.c: New file.
1687         * sysdeps/unix/sysv/linux/generic/poll.c: Remove file.
1688         * sysdeps/unix/sysv/linux/poll.c: New file.
1689         * sysdeps/unix/sysv/linux/syscalls.list: Remove poll from
1690         auto-generation list.
1692 2017-05-03  Joseph Myers  <joseph@codesourcery.com>
1694         * sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_ASIMDRDM):
1695         New macro.
1697 2017-05-02  Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
1699         [BZ #21179]
1700         * sysdeps/sparc/sparc64/dl-machine.h: Handle R_SPARC_DISP64 and
1701         R_SPARC_REGISTER relocations.
1703 2017-05-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1705         * include/unistd.h (__pread): Add libc_hidden_proto.
1706         (__pread64): Likewise.
1707         (__pwrite): Likewise.
1708         * sysdeps/unix/sysv/linux/microblaze/localplt.data [libc.so]
1709         (__pread64): Remove.
1710         * sysdeps/unix/sysv/linux/pread.c (__pread64): Add libc_hidden_weak.
1711         * sysdeps/unix/sysv/linux/pread64.c (__pread64): Likewise.
1712         * sysdeps/unix/sysv/linux/pwrite.c (__pwrite): Likewise.
1714 2017-05-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
1716         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1718 2017-04-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1720         * nptl/tst-cancel4-common.c: Use libsupport.
1721         * nptl/tst-cancel4-common.h: Likewise.
1722         * nptl/tst-cancel4.c (tf_read): Likewise.
1723         (tf_readv): Likewise.
1724         (tf_write): Likewise.
1725         (tf_writev): Likewise.
1726         (tf_sleep): Likewise.
1727         (tf_usleep): Likewise.
1728         (tf_nanosleep): Likewise.
1729         (tf_select): Likewise.
1730         (tf_pselect): Likewise.
1731         (tf_poll): Likewise.
1732         (tf_ppoll): Likewise.
1733         (tf_wait): Likewise.
1734         (tf_waitpid): Likewise.
1735         (tf_waitid): Likewise.
1736         (tf_sigpause): Likewise.
1737         (tf_sigsuspend): Likewise.
1738         (tf_sigwait): Likewise.
1739         (tf_sigwaitinfo): Likewise.
1740         (tf_sigtimedwait): Likewise.
1741         (tf_pause): Likewise.
1742         (tf_accept): Likewise.
1743         (tf_send): Likewise.
1744         (tf_recv): Likewise.
1745         (tf_recvfrom): Likewise.
1746         (tf_recvmsg): Likewise.
1747         (tf_open): Likewise.
1748         (tf_close): Likewise.
1749         (tf_pread): Likewise.
1750         (tf_pwrite): Likewise.
1751         (tf_preadv): Likewise.
1752         (tf_pwritev): Likewise.
1753         (tf_fsync): Likewise.
1754         (tf_fdatasync): Likewise.
1755         (tf_msync): Likewise.
1756         (tf_sendto): Likewise.
1757         (tf_sendmsg): Likewise.
1758         (tf_creat): Likewise.
1759         (tf_connect): Likewise.
1760         (tf_tcdrain): Likewise.
1761         (tf_msgrcv): Likewise.
1762         (tf_msgsnd): Likewise.
1763         * nptl/tst-cancel4_1.c (tf_sendmmsg): Likewise.
1764         * nptl/tst-cancel4_2.c (tf_recvmmsg): Likewise.
1766         * misc/tst-preadvwritev-common.c (do_prepare): Use libsupport
1767         expected arguments.
1768         (do_test): Adapt to use libsupport.
1770 2017-05-01  Joseph Myers  <joseph@codesourcery.com>
1772         * sysdeps/gnu/netinet/tcp.h (TCP_FASTOPEN_CONNECT): New macro.
1774         * sysdeps/unix/sysv/linux/bits/socket.h (PF_SMC): New macro.
1775         (PF_MAX): Set to 44.
1776         (AF_SMC): New macro.
1778         * scripts/build-many-glibcs.py (Context.checkout): Default Linux
1779         kernel version to 4.11.
1781 2017-04-28  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
1783         [BZ #21280]
1784         * sysdeps/powerpc/power7/fpu/s_logbl.c (__logbl): Ignore the
1785         signal of subnormals and adjust the exponent of power of 2 down
1786         when low part has opposite sign.
1788 2017-04-28  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
1790         * sysdeps/powerpc/powerpc64le/Implies: New file.
1791         * sysdeps/powerpc/powerpc64le/fpu/Implies: New file.
1792         * sysdeps/powerpc/powerpc64le/fpu/multiarch/Implies: New file.
1793         * sysdeps/powerpc/powerpc64le/multiarch/Implies: New file.
1794         * sysdeps/powerpc/powerpc64le/power7/Implies: New file.
1795         * sysdeps/powerpc/powerpc64le/power7/fpu/Implies: New file.
1796         * sysdeps/powerpc/powerpc64le/power7/fpu/multiarch/Implies: New file.
1797         * sysdeps/powerpc/powerpc64le/power7/multiarch/Implies: New file.
1798         * sysdeps/powerpc/powerpc64le/power8/Implies: New file.
1799         * sysdeps/powerpc/powerpc64le/power8/fpu/Implies: New file.
1800         * sysdeps/powerpc/powerpc64le/power8/fpu/multiarch/Implies: New file.
1801         * sysdeps/powerpc/powerpc64le/power8/multiarch/Implies: New file.
1802         * sysdeps/powerpc/powerpc64le/power9/Implies: New file.
1803         * sysdeps/powerpc/powerpc64le/power9/fpu/Implies: New file.
1804         * sysdeps/powerpc/powerpc64le/power9/fpu/multiarch/Implies: New file.
1805         * sysdeps/powerpc/powerpc64le/power9/multiarch/Implies: New file.
1806         * sysdeps/powerpc/preconfigure: New file.
1807         * sysdeps/unix/sysv/linux/powerpc/powerpc64le/Implies: New file.
1808         * sysdeps/unix/sysv/linux/powerpc/powerpc64le/fpu/Implies: New file.
1810 2017-04-28  Joseph Myers  <joseph@codesourcery.com>
1812         * conform/data/semaphore.h-data [XOPEN2K] (time.h): Allow header
1813         inclusion.
1814         * conform/Makefile (test-xfail-XOPEN2K/semaphore.h/conform):
1815         Remove.
1817 2017-04-27  Joseph Myers  <joseph@codesourcery.com>
1819         * conform/GlibcConform.pm (XPG4): Rename standard to XPG42.
1820         (XPG3): Rename standard to XPG4.
1821         * conform/Makefile: Likewise.
1822         * conform/list-header-symbols.pl: Likewise.
1823         * conform/data/aio.h-data: Likewise.
1824         * conform/data/arpa/inet.h-data: Likewise.
1825         * conform/data/complex.h-data: Likewise.
1826         * conform/data/ctype.h-data: Likewise.
1827         * conform/data/dlfcn.h-data: Likewise.
1828         * conform/data/fcntl.h-data: Likewise.
1829         * conform/data/fenv.h-data: Likewise.
1830         * conform/data/float.h-data: Likewise.
1831         * conform/data/fmtmsg.h-data: Likewise.
1832         * conform/data/ftw.h-data: Likewise.
1833         * conform/data/grp.h-data: Likewise.
1834         * conform/data/inttypes.h-data: Likewise.
1835         * conform/data/iso646.h-data: Likewise.
1836         * conform/data/langinfo.h-data: Likewise.
1837         * conform/data/libgen.h-data: Likewise.
1838         * conform/data/limits.h-data: Likewise.
1839         * conform/data/locale.h-data: Likewise.
1840         * conform/data/math.h-data: Likewise.
1841         * conform/data/mqueue.h-data: Likewise.
1842         * conform/data/ndbm.h-data: Likewise.
1843         * conform/data/net/if.h-data: Likewise.
1844         * conform/data/netdb.h-data: Likewise.
1845         * conform/data/netinet/in.h-data: Likewise.
1846         * conform/data/poll.h-data: Likewise.
1847         * conform/data/pthread.h-data: Likewise.
1848         * conform/data/pwd.h-data: Likewise.
1849         * conform/data/sched.h-data: Likewise.
1850         * conform/data/search.h-data: Likewise.
1851         * conform/data/semaphore.h-data: Likewise.
1852         * conform/data/signal.h-data: Likewise.
1853         * conform/data/spawn.h-data: Likewise.
1854         * conform/data/stdbool.h-data: Likewise.
1855         * conform/data/stdint.h-data: Likewise.
1856         * conform/data/stdio.h-data: Likewise.
1857         * conform/data/stdlib.h-data: Likewise.
1858         * conform/data/string.h-data: Likewise.
1859         * conform/data/strings.h-data: Likewise.
1860         * conform/data/stropts.h-data: Likewise.
1861         * conform/data/sys/mman.h-data: Likewise.
1862         * conform/data/sys/resource.h-data: Likewise.
1863         * conform/data/sys/select.h-data: Likewise.
1864         * conform/data/sys/socket.h-data: Likewise.
1865         * conform/data/sys/stat.h-data: Likewise.
1866         * conform/data/sys/statvfs.h-data: Likewise.
1867         * conform/data/sys/time.h-data: Likewise.
1868         * conform/data/sys/timeb.h-data: Likewise.
1869         * conform/data/sys/types.h-data: Likewise.
1870         * conform/data/sys/uio.h-data: Likewise.
1871         * conform/data/sys/un.h-data: Likewise.
1872         * conform/data/sys/wait.h-data: Likewise.
1873         * conform/data/syslog.h-data: Likewise.
1874         * conform/data/termios.h-data: Likewise.
1875         * conform/data/tgmath.h-data: Likewise.
1876         * conform/data/time.h-data: Likewise.
1877         * conform/data/ucontext.h-data: Likewise.
1878         * conform/data/unistd.h-data: Likewise.
1879         * conform/data/utmpx.h-data: Likewise.
1880         * conform/data/varargs.h-data: Likewise.
1881         * conform/data/wchar.h-data: Likewise.
1882         * conform/data/wctype.h-data: Likewise.
1884 2017-04-26  Joseph Myers  <joseph@codesourcery.com>
1886         * scripts/build-many-glibcs.py (Context.checkout): Default gcc
1887         version to 7 branch.
1889 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
1891         * sysdeps/alpha/fpu/math_private.h (__ieee754_sqrt): Add
1892         earlyclobber to output operand of sqrt insn.
1893         (__ieee754_sqrtf): Ditto.
1895 2017-04-25  Joseph Myers  <joseph@codesourcery.com>
1897         [BZ #21426]
1898         * misc/bits/types/struct_iovec.h: New file.
1899         * misc/Makefile (headers): Add bits/types/struct_iovec.h.
1900         * include/bits/types/struct_iovec.h: New file.
1901         * bits/uio.h (struct iovec): Replace by inclusion of
1902         <bits/types/struct_iovec.h>.
1903         * sysdeps/unix/sysv/linux/bits/uio.h (struct iovec): Likewise.
1904         * socket/sys/socket.h: Include <bits/types/struct_iovec.h> instead
1905         of <sys/uio.h>.
1906         * nptl/tst-cancel4.c: Include <sys/uio.h>
1907         * posix/test-errno.c: Likewise.
1908         * support/resolv_test.c: Likewise.
1909         * conform/Makefile (test-xfail-POSIX2008/arpa/inet.h/conform):
1910         Remove.
1911         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
1912         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
1913         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
1915         * conform/data/sys/socket.h-data (*_t): Allow.
1917 2017-04-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1919         * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Remove ununsed
1920         assignment.
1922 2017-04-24  Daurnimator  <quae@daurnimator.com>
1923             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1925         [BZ #21340]
1926         * posix/Makefile (tests): Add tst-posix_spawn-setsid to list of tests.
1927         * posix/spawn.h: define POSIX_SPAWN_SETSID flag.
1928         * posix/spawnattr_setflags.c (ALL_FLAGS): Add POSIX_SPAWN_SETSID to
1929         valid flags.
1930         * posix/tst-posix_spawn-setsid.c: Add test for POSIX_SPAWN_SETSID.
1931         * sysdeps/mach/hurd/spawni.c (__spawni): Implementation of
1932         POSIX_SPAWN_SETSID.
1933         * sysdeps/posix/spawni.c (__spawni): Likewise.
1934         * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Likewise.
1935         * NEWS: Add note about POSIX_SPAWN_SETSID support.
1937 2017-04-24  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
1939         * sysdeps/generic/math_private.h: Move the declaration of many
1940         functions to sysdeps/generic/math_private_calls.h.
1941         * sysdeps/generic/math_private_calls.h: New file with the
1942         declarations of the functions removed from math_private.h
1943         macroized by floating-point type.
1945 2017-04-21  Stefan Liebler  <stli@linux.vnet.ibm.com>
1947         * sysdeps/s390/multiarch/utf8-utf32-z9.c: New File.
1948         * sysdeps/s390/utf8-utf32-z9.c: Move ifunc resolvers to multiarch
1949         folder and define ifunc versions depending on HAVE_[FROM|TO]_[C|CU|VX].
1950         (HAVE_FROM_C, HAVE_FROM_CU, HAVE_FROM_VX, HAVE_TO_C, HAVE_TO_VX,
1951         FROM_LOOP_DEFAULT, FROM_LOOP_C, FROM_LOOP_CU, FROM_LOOP_VX,
1952         TO_LOOP_DEFAULT, TO_LOOP_C, TO_LOOP_VX): New Define.
1954 2017-04-21  Stefan Liebler  <stli@linux.vnet.ibm.com>
1956         * sysdeps/s390/multiarch/utf16-utf32-z9.c: New File.
1957         * sysdeps/s390/utf16-utf32-z9.c: Move ifunc resolvers to multiarch
1958         folder and define ifunc versions depending on HAVE_[FROM|TO]_[C|VX].
1959         (HAVE_FROM_C, HAVE_FROM_VX, HAVE_TO_C, HAVE_TO_VX, FROM_LOOP_DEFAULT,
1960         FROM_LOOP_C, FROM_LOOP_VX, TO_LOOP_DEFAULT, TO_LOOP_C, TO_LOOP_VX):
1961         New Define.
1963 2017-04-21  Stefan Liebler  <stli@linux.vnet.ibm.com>
1965         * sysdeps/s390/multiarch/utf8-utf16-z9.c: New File.
1966         * sysdeps/s390/utf8-utf16-z9.c: Move ifunc resolvers to multiarch
1967         folder and define ifunc versions depending on HAVE_[FROM|TO]_[C|CU|VX].
1968         (HAVE_FROM_C, HAVE_FROM_CU, HAVE_FROM_VX, HAVE_TO_C, HAVE_TO_VX,
1969         FROM_LOOP_DEFAULT, FROM_LOOP_C, FROM_LOOP_CU, FROM_LOOP_VX,
1970         TO_LOOP_DEFAULT, TO_LOOP_C, TO_LOOP_VX): New Define.
1972 2017-04-21  Stefan Liebler  <stli@linux.vnet.ibm.com>
1974         * sysdeps/s390/multiarch/ifunc-resolve.h
1975         (s390_libc_ifunc_expr_init, s390_libc_ifunc_expr): New Define.
1976         * sysdeps/s390/multiarch/8bit-generic.c
1977         (__to_generic, __from_generic): Use s390_libc_ifunc_expr to
1978         define ifunc resolvers.
1980 2017-04-21  Florian Weimer  <fweimer@redhat.com>
1982         [BZ #20424]
1983         * manual/memory.texi (Replacing malloc): New section.
1984         (Allocating Storage For Program Data): Reference it.
1985         (The GNU Allocator): Likewise.
1987 2017-04-20  Joseph Myers  <joseph@codesourcery.com>
1989         * stdlib/Versions (__strtod_internal): List explicitly, not as
1990         wildcard.
1991         (__strtof_internal): Likewise.
1992         (__strtold_internal): Likewise.
1993         (__strtol_internal): Likewise.
1994         (__strtoll_internal): Likewise.
1995         (__strtoul_internal): Likewise.
1996         (__strtoull_internal): Likewise.
1997         (__strtoq_internal): Likewise.
1998         (__strtouq_internal): Likewise.
1999         * wcsmbs/Versions (__wcstod_internal): Likewise.
2000         (__wcstof_internal): Likewise.
2001         (__wcstold_internal): Likewise.
2002         (__wcstol_internal): Likewise.
2003         (__wcstoll_internal): Likewise.
2004         (__wcstoul_internal): Likewise.
2005         (__wcstoull_internal): Likewise.
2007 2017-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2009         * io/sys/stat.h: Use __USE_XOPEN2K8 insteaf of __USE_ATFILE for
2010         struct timespec definition.
2012 2017-04-19  Florian Weimer  <fweimer@redhat.com>
2014         * resolv/nss_dns/dns-host.c (getanswer_r): Fix parentheses.
2016 2017-04-19  Florian Weimer  <fweimer@redhat.com>
2018         * inet/rcmd.c (rresvport_af): Fix typo in comment.
2019         * inet/rexec.c (rexec_af): Likewise.
2021 2017-04-19  Zack Weinberg  <zackw@panix.com>
2023         * posix/tst-mmap-offset.c: Include stdint.h.
2024         * resolv/tst-ns_name_compress.c: Include string.h.
2025         * resolv/tst-resolv-edns.c: Include resolv.h.
2027 2017-04-19  Florian Weimer  <fweimer@redhat.com>
2029         * resolv/gai_suspend.c (gai_suspend): Replace __builtin_expect
2030         with __glibc_likely.
2031         * resolv/nss_dns/dns-host.c (getanswer_r, gaih_getanswer_slice):
2032         Replace __builtin_expect with __glibc_unlikely.
2033         * resolv/res_init.c (__res_vinit): Likewise.
2034         * resolv/res_query.c (__libc_res_nquery): Likewise.
2035         * resolv/res_send.c (__libc_res_nsend): Likewise.
2037 2017-04-19  Florian Weimer  <fweimer@redhat.com>
2039         [BZ #15722]
2040         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Create socket
2041         with SOCK_CLOEXEC.
2042         * resolv/res_send.c (send_vc, reopen): Likewise.
2043         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Likewise.
2044         * sysdeps/unix/sysv/linux/check_native.c (__check_native):
2045         Likewise.
2046         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_open): Likewise.
2047         * inet/rexec.c (rexec_af): Add comment.
2048         * inet/rcmd.c (rresvport_af): Likewise.
2050 2017-04-19  Florian Weimer  <fweimer@redhat.com>
2052         * nscd/connections.c (have_accept4): Removed definition.
2053         (nscd_run_worker, main_loop_poll, main_loop_epolll): Assume that
2054         accept4 works.
2055         * manual/install.texi (Linux): Require at least kernel 3.2.18 for
2056         ia64 because that was the first version with accept4 support.
2057         * support/Makefile (libsupport-routines): Add xaccept4.
2058         * support/xsocket.h (xaccept4): Declare.
2059         * support/xaccept4.c: New file.
2060         * socket/tst-accept4.c: New file.
2061         * socket/Makefile (tests): Add tst-accept4.
2062         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Remove
2063         definition.
2064         * sysdeps/nacl/kernel-features.h (__ASSUME_ACCEPT4): Remove
2065         comment.
2066         * sysdeps/unix/sysv/linux/accept4.c: Assume that an accept4
2067         implementation is available.
2068         (accept4): Use the system call if available, otherwise use the
2069         socket call.
2070         * sysdeps/unix/sysv/linux/ia64/configure.ac (arch_minimum_kernel):
2071         Set to 3.2.18.
2072         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
2073         (__ASSUME_ACCEPT4_SYSCALL, __ASSUME_ACCEPT4): Do not undefine.
2074         accept4 is unconditionally available in later 3.2 stable kernels.
2075         (__ASSUME_ACCEPT4_SYSCALL): Define.
2076         * sysdeps/unix/sysv/linux/kernel-features.h
2077         (__ASSUME_ACCEPT4_SOCKETCALL, __ASSUME_ACCEPT4): Remove
2078         definitions.
2079         * sysdeps/unix/sysv/linux/i386/kernel-features.h
2080         (__ASSUME_ACCEPT4_SYSCALL): Define for Linux 4.3 or later.
2082 2017-04-18  Joseph Myers  <joseph@codesourcery.com>
2084         * conform/Makefile (tests-special): Do not make addition of
2085         $(conformtest-header-tests) conditional on [$(cross-compiling) = no].
2086         (generated): Do not make addition of $(conformtest-header-base)
2087         conditional on [$(cross-compiling) = no].
2089         [BZ #21267]
2090         * sysdeps/unix/sysv/linux/bits/socket.h (IOCSIZE_MASK): Undefine
2091         if defined by <asm/socket.h> and not previously defined.
2092         (IOCSIZE_SHIFT): Likewise.
2093         (IOC_IN): Likewise.
2094         (IOC_INOUT): Likewise.
2095         (IOC_OUT): Likewise.
2097 2017-04-18  H.J. Lu  <hongjiu.lu@intel.com>
2099         [BZ #21396]
2100         * sysdeps/x86/cpu-features.c (init_cpu_features): Set
2101         Prefer_No_AVX512 if AVX512ER isn't available.
2102         * sysdeps/x86/cpu-features.h (bit_arch_Prefer_No_AVX512): New.
2103         (index_arch_Prefer_No_AVX512): Likewise.
2104         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Don't use
2105         AVX512 version if Prefer_No_AVX512 is set.
2106         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk):
2107         Likewise.
2108         * sysdeps/x86_64/multiarch/memmove.S (__libc_memmove): Likewise.
2109         * sysdeps/x86_64/multiarch/memmove_chk.S (__memmove_chk):
2110         Likewise.
2111         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2112         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk):
2113         Likewise.
2114         * sysdeps/x86_64/multiarch/memset.S (memset): Likewise.
2115         * sysdeps/x86_64/multiarch/memset_chk.S (__memset_chk):
2116         Likewise.
2118 2017-04-18  H.J. Lu  <hongjiu.lu@intel.com>
2120         * sysdeps/x86/cpu-features.c (init_cpu_features): Set
2121         Prefer_No_VZEROUPPER if AVX512ER is available.
2122         * sysdeps/x86/cpu-features.h
2123         (bit_cpu_AVX512PF): New.
2124         (bit_cpu_AVX512ER): Likewise.
2125         (bit_cpu_AVX512CD): Likewise.
2126         (bit_cpu_AVX512BW): Likewise.
2127         (bit_cpu_AVX512VL): Likewise.
2128         (index_cpu_AVX512PF): Likewise.
2129         (index_cpu_AVX512ER): Likewise.
2130         (index_cpu_AVX512CD): Likewise.
2131         (index_cpu_AVX512BW): Likewise.
2132         (index_cpu_AVX512VL): Likewise.
2133         (reg_AVX512PF): Likewise.
2134         (reg_AVX512ER): Likewise.
2135         (reg_AVX512CD): Likewise.
2136         (reg_AVX512BW): Likewise.
2137         (reg_AVX512VL): Likewise.
2139 2017-04-18  Florian Weimer  <fweimer@redhat.com>
2141         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Assume that
2142         O_CLOEXEC is defined.
2143         * include/fcntl.h (__have_o_cloexec): Remove declaration.
2144         * io/Makefile (aux): Remove.
2145         * io/have_o_cloexec.c: Remove file.
2146         * libio/fileops.c (_IO_new_file_fopen): Assume that O_CLOEXEC is
2147         defined and works.
2148         * libio/iopopen.c (_IO_new_proc_open): Assume that O_CLOEXEC is
2149         defined.
2150         * login/utmp_file.c (O_flags): Remove definition.
2151         (setutent_file): Use O_CLOEXEC instead of O_flags.  Assume that
2152         O_CLOEXEC works.
2153         (pututline_file): Likewise.
2154         * malloc/mtrace.c: Assume that O_CLOEXEC works.
2155         * nis/nss_compat/compat-grp.c (__compat_have_cloexec): Remove
2156         definition.
2157         (internal_setgrent): Assume that O_CLOEXEC works.
2158         * nis/nss_compat/compat-initgroups.c (__compat_have_cloexec):
2159         Remove definition.
2160         (internal_setgrent): Assume that O_CLOEXEC works.
2161         * nis/nss_compat/compat-pwd.c (__compat_have_cloexec): Remove
2162         definition.
2163         (internal_setpwent): Assume that O_CLOEXEC works.
2164         * nis/nss_compat/compat-spwd.c (__compat_have_cloexec): Remove
2165         definition.
2166         (internal_setspent): Assume that O_CLOEXEC works.
2167         * nscd/connections.c (EXTRA_O_FLAGS): Remove definition.
2168         (nscd_init): Use O_CLOEXEC instead of EXTRA_O_FLAGS.  Assume that
2169         O_CLOEXEC is defined and works.
2170         * nss/Makefile (libnss_files-routines): Remove
2171         files-have_o_cloexec.
2172         * nss/nss_db/db-open.c (internal_setent): Assume that O_CLOEXEC is
2173         defined.
2174         * nss/nss_files/files-XXX.c (internal_setent): Assume that
2175         O_CLOEXEC is defined and works.
2176         * nss/nss_files/files-alias.c (internal_setent): Likewise.
2177         * nss/nss_files/files-have_o_cloexec.c: Remove.
2178         * posix/wordexp.c (exec_comm_child): Assume that O_CLOEXEC is
2179         defined.
2180         * shadow/lckpwdf.c (__lckpwdf): Assume that O_CLOEXEC is defined
2181         and works.
2182         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_O_CLOEXEC): Remove
2183         definition.
2184         * sysdeps/nacl/kernel-features.h (__ASSUME_O_CLOEXEC): Likewise.
2185         * sysdeps/posix/getcwd.c (__getcwd): Assume that O_CLOEXEC works.
2186         * sysdeps/posix/opendir.c (opendir_oflags): Turn into enum constant.
2187         (__opendirat, __opendir): Adjust opendir_oflags call.
2188         (check_have_o_cloexec): Remove.
2189         (__alloc_dir): Assume that O_CLOEXEC is defined and works.
2190         * sysdeps/posix/shm_open.c (shm_open): Assume that O_CLOEXEC is
2191         defined.
2192         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_O_CLOEXEC):
2193         Remove definition.
2195 2017-04-18  Florian Weimer  <fweimer@redhat.com>
2197         * include/unistd.h (__have_dup3): Remove declaration.
2198         * libio/freopen.c (freopen): Assume that O_CLOEXEC is defined and
2199         dup3 is available.
2200         * libio/freopen64.c (freopen64): Likewise.
2201         * socket/Makefile (aux): Remove have_sock_cloexec.
2202         * socket/have_sock_cloexec.c: Remove file.
2203         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Remove
2204         definition.
2205         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_DUP3):
2206         Likewise.
2207         * sysdeps/nacl/kernel-features.h: Update comment.
2209 2017-04-18  Florian Weimer  <fweimer@redhat.com>
2211         * include/unistd.h (__have_pipe2): Remove declaration.
2212         * socket/have_sock_cloexec.c (__have_pipe2): Remove definition.
2213         * libio/iopopen.c (_IO_new_proc_open): Assume that pipe2 is
2214         available.
2215         * posix/wordexp.c (exec_comm_child, exec_comm): Likewise.
2216         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PIPE2):
2217         Remove definition.
2219 2017-04-18  Florian Weimer  <fweimer@redhat.com>
2221         * malloc/malloc.c (cfree): Turn into compat symbol.
2222         (__cfree): Remove alias.
2223         * stdlib/stdlib.h (cfree): Remove declaration.
2224         * malloc/malloc.h (cfree): Likewise.
2225         * manual/memory.texi (Freeing after Malloc): Remove cfree.
2226         * malloc/Versions (GLIBC_2.26): Add.
2228 2017-04-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2230         * sysdeps/powerpc/powerpc64/multiarch/Makefile
2231         (sysdep_routines): Add strrchr-power8.
2232         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2233         (strrchr): Add __strrchr_power8 to list of strrchr functions.
2234         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power8.S: New file.
2235         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c
2236         (strrchr): Add __strrchr_power8 to ifunc list.
2237         * sysdeps/powerpc/powerpc64/power8/strrchr.S: New file.
2239 2017-04-17  Rabin Vincent  <rabinv@axis.com>
2241         [BZ #21357]
2242         * sysdeps/generic/unwind-dw2-fde.c (__deregister_frame_info_bases):
2243         Call free() outside of mutex.
2245 2017-04-13  Florian Weimer  <fweimer@redhat.com>
2247         * csu/check_fds.c (__libc_check_standard_fds): Assume O_NOFOLLOW
2248         is defined.
2249         * elf/rtld.c (process_envvars): Likewise.
2250         * sysdeps/posix/shm_open.c (shm_open): Likewise.
2251         * elf/dl-profile.c (EXTRA_FLAGS): Remove definition.  Use
2252         O_NOFOLLOW directly.
2253         * gmon/gmon.c (O_NOFOLLOW): Remove definition.
2255 2017-04-13  Florian Weimer  <fweimer@redhat.com>
2257         [BZ #21369]
2258         Remove EDNS fallback.
2259         * resolv/res_query.c (__libc_res_nquery): Remove RES_F_EDNS0ERR
2260         handling.
2261         * resolv/res_send.c (send_dg): Likewise.
2262         * resolv/tst-resolv-edns.c (response): Handle "formerr." and
2263         "tcp." prefixes.
2264         (do_test): Send a "formerr."-prefixed query in an attempt to
2265         trigger EDNS fallback.
2267 2017-04-13  Florian Weimer  <fweimer@redhat.com>
2269         [BZ #21361]
2270         Limit EDNS buffer size to 1200 bytes.
2271         * include/resolv.h (__res_nopt): Remove declaration.
2272         * resolv/Makefile (tests): tst-resolv-edns.
2273         (tst-resolv-edns): Link with -lresolv, -lpthread.
2274         * resolv/res_mkquery.c (__res_ntop): Limit EDNS buffer size to the
2275         interval [512, 1200].
2276         * resolv/res_query.c (__libc_res_nquery): Use 1200 buffer size if
2277         we can resize the buffer.
2278         * resolv/resolv-internal.h (RESOLV_EDNS_BUFFER_SIZE): Define.
2279         (__res_nopt): Declare.
2280         * resolv/tst-resolv-edns.c: New file.
2281         * resolv/resolv_test.h (struct resolv_edns_info): Define.
2282         (struct resolv_response_context): Add edns member.
2283         * resolv/resolv_test.c (struct query_info): Add edns member.
2284         (parse_query): Extract EDNS information from the query.
2285         (server_thread_udp_process_one): Propagate EDNS data.
2286         (server_thread_tcp_client): Likewise.
2288 2017-04-13  Florian Weimer  <fweimer@redhat.com>
2290         [BZ #21359]
2291         * resolv/ns_name.c (ns_name_pack): Do not require an additional
2292         byte in the destination buffer.  Avoid out-of-bounds pointer
2293         arithmetic.
2294         * resolv/Makefile (tests): Add tst-ns_name_compress.
2295         (tst-ns_name_compress): Link with -lresolv.
2296         * resolv/tst-ns_name_compress.c: New file.
2297         * resolv/tst-resolv-basic.c (LONG_NAME): Define.
2298         (response): Recognize LONG_NAME.
2299         (do_test): Add LONG_NAME tests.
2300         * resolv/tst-ns_name.c (run_test_case): Fix expected data check
2301         for ns_name_unpack.  Add tests for ns_name_pton and
2302         ns_name_compress.
2304 2017-04-13  Florian Weimer  <fweimer@redhat.com>
2306         * resolv/resolv.h (RES_EXHAUSTIVE, p_section, res_npquery)
2307         (res_nisourserver): Remove definition.
2308         (p_section, res_npquery, res_nisourserver): Remove declaration.
2309         (RES_F_VC, RES_F_CONN, RES_F_EDNS0ERR): Move ...
2310         * resolv/resolv-internal.h (RES_F_VC, RES_F_CONN, RES_F_EDNS0ERR):
2311         ... here.
2312         * resolv/res_send.c: Include <resolv/resolv-internal.h> instead of
2313         <resolv.h>.
2314         * resolv/res_query.c: Likewise.
2315         * resolv/res_debug.c (p_section): Define as static.
2317 2017-04-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2319         * sysdeps/powerpc/powerpc64/multiarch/Makefile (sysdep_routines): Add
2320         strncat-power8.
2321         * sysdeps/powerpc/powerpc64/multiarch/strncat.c (strncat): Add
2322         __strncat_power8 to ifunc list.
2323         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2324         (strncat): Add __strncat_power8 to list of strncat functions.
2325         * sysdeps/powerpc/powerpc64/multiarch/strncat-power8.c: New file.
2327 2017-04-11  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2329         [BZ #21270]
2330         * posix/tst-mmap-offset.c (do_prepare): New function.
2331         (do_test): Rename to do_test_bz18877 and use FAIL_RET.
2332         (do_test_bz21270): New function.
2333         * sysdeps/unix/sysv/linux/aarch64/mmap.c: Remove file.
2334         * sysdeps/unix/sysv/linux/arm/mmap.c: Remove file.
2335         * sysdeps/unix/sysv/linux/generic/wordsize-32/mmap.c: Likewise.
2336         * sysdeps/unix/sysv/linux/hppa/mmap.c: Likewise.
2337         * sysdeps/unix/sysv/linux/i386/mmap.c: Likewise.
2338         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
2339         * sysdeps/unix/sysv/linux/m68k/mmap64.c: Likewise.
2340         * sysdeps/unix/sysv/linux/microblaze/mmap.S: Likewise.
2341         * sysdeps/unix/sysv/linux/mips/mips32/mmap.c: Likewise.
2342         * sysdeps/unix/sysv/linux/mips/mips64/n32/mmap.c: Likewise.
2343         * sysdeps/unix/sysv/linux/mips/mips64/n64/mmap64.c: Likewise.
2344         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2345         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2346         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
2347         * sysdeps/unix/sysv/linux/wordsize-64/mmap.c: Likewise.
2348         * sysdeps/unix/sysv/linux/wordsize-64/mmap64.c: Likewise.
2349         * sysdeps/unix/sysv/linux/x86_64/64/mmap.c: Likewise.
2350         * sysdeps/unix/sysv/linux/mmap_internal.h: New file.
2351         * sysdeps/unix/sysv/linux/m68k/mmap_internal.h: Likewise.
2352         * sysdeps/unix/sysv/linux/mips/mips64/n32/mmap_internal.h: Likewise.
2353         * sysdeps/unix/sysv/linux/s390/mmap_internal.h: Likewise.
2354         * sysdeps/unix/sysv/linux/x86_64/64/mmap_internal.h: Likewise.
2355         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Remove mmap
2356         from auto-generation list.
2357         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list: Likewise.
2358         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
2359         * sysdeps/unix/sysv/linux/mmap.c: New file.
2360         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Add check for invalid
2361         offsets and support for mmap2 syscall.
2363         * posix/globtest.sh: Add cleanup routine on trap 0.
2365 2017-04-11  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
2367         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: Define the
2368         implementation-specific function name and remove unneeded
2369         macros definition.
2370         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: Likewise.
2371         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: Likewise.
2372         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Set a default function
2373         name if not defined and pass as parameter to macros accordingly.
2374         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
2375         * sysdeps/powerpc/powerpc64/power7/memmove.S: Likewise.
2377         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: Define the
2378         implementation-specific function name and remove unneeded
2379         macros definition.
2380         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: Likewise.
2381         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: Likewise.
2382         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: Likewise.
2383         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: Likewise.
2384         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
2385         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: Likewise.
2386         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Set a default function
2387         name if not defined and pass as parameter to macros accordingly.
2388         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
2389         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
2390         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
2391         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
2392         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
2393         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.
2395         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: Define the
2396         implementation-specific function name and remove unneeded macros
2397         definition.
2398         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: Likewise.
2399         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: Likewise.
2400         * sysdeps/powerpc/powerpc64/power7/memchr.S: Set a default
2401         function name if not defined and pass as parameter to macros
2402         accordingly.
2403         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
2404         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Likewise.
2406         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: Define the
2407         implementation-specific function name and remove unneeded macros
2408         definition.
2409         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
2410         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
2411         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: Likewise.
2412         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
2413         * sysdeps/powerpc/powerpc64/memset.S: Set a default function name if
2414         not defined and pass as parameter to macros accordingly.
2415         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
2416         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
2417         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
2418         * sysdeps/powerpc/powerpc64/power8/memset.S: Likewise.
2420         * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S: Define the
2421         strcasestr implementation name and remove unneeded macros definition.
2422         * sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: Define
2423         strstr implementation name and remove unneeded macros definition.
2424         * sysdeps/powerpc/powerpc64/power7/strstr.S: Set a default function
2425         name if not defined and pass as parameter to macros accordingly.
2426         * sysdeps/powerpc/powerpc64/power8/strcasestr.S: Likewise.
2428         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: Define the
2429         implementation-specific function name and remove unneeded macros
2430         definition.
2431         * sysdeps/powerpc/powerpc64/multiarch/strchr-power8.S: Likewise.
2432         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: Likewise.
2433         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: Likewise.
2434         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power8.S: Likewise.
2435         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: Likewise.
2436         * sysdeps/powerpc/powerpc64/power7/strchr.S: Set a default
2437         function name if not defined and pass as parameter to macros
2438         accordingly.
2439         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Likewise.
2440         * sysdeps/powerpc/powerpc64/power7/strrchr.S: Likewise.
2441         * sysdeps/powerpc/powerpc64/power8/strchr.S: Likewise.
2442         * sysdeps/powerpc/powerpc64/strchr.S: Likewise.
2444         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: Define
2445         the strlen implementation name and remove unneeded macros definition.
2446         * sysdeps/powerpc/powerpc64/multiarch/strlen-power8.S: Likewise.
2447         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
2448         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Define
2449         the strnlen implementation name and remove unneeded macros definition.
2450         * sysdeps/powerpc/powerpc64/power7/strlen.S: Set a default function
2451         name if not defined and pass as parameter to macros accordingly.
2452         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Likewise.
2453         * sysdeps/powerpc/powerpc64/power8/strlen.S: Likewise.
2454         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
2456         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Define
2457         the implementation-specific function name and remove unneeded
2458         macros definition.
2459         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: Likewise.
2460         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S Likewise.
2461         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: Likewise.
2462         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
2463         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: Likewise.
2464         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: Likewise.
2465         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: Likewise.
2466         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: Likewise.
2467         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
2468         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Set a default function
2469         name if not defined and pass as parameter to macros accordingly.
2470         * sysdeps/powerpc/powerpc64/power7/strcmp.S: Likewise.
2471         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
2472         * sysdeps/powerpc/powerpc64/power8/strcmp.S: Likewise.
2473         * sysdeps/powerpc/powerpc64/power8/strncmp.S: Likewise.
2474         * sysdeps/powerpc/powerpc64/power9/strcmp.S: Likewise.
2475         * sysdeps/powerpc/powerpc64/power9/strncmp.S: Likewise.
2476         * sysdeps/powerpc/powerpc64/strcmp.S: Likewise.
2477         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
2479         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: Define the
2480         implementation-specific function name and remove unneeded macros
2481         definition.
2482         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: Likewise.
2483         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Likewise.
2484         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: Likewise.
2485         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: Likewise.
2486         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: Likewise.
2487         * sysdeps/powerpc/powerpc64/power7/strncpy.S: Set a default
2488         function name if not defined.
2489         * sysdeps/powerpc/powerpc64/power8/strcpy.S: Likewise.
2490         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Likewise.
2492 2017-04-11  Paul Clarke  <pc@us.ibm.com>
2494         * elf/elf.h (AT_L1I_CACHESIZE, AT_L1I_CACHEGEOMETRY, AT_L1D_CACHESIZE,
2495         AT_L1D_CACHEGEOMETRY, AT_L2_CACHESIZE, AT_L2_CACHEGEOMETRY,
2496         AT_L3_CACHESIZE, AT_L3_CACHEGEOMETRY): New.  Add auxvec
2497         identifiers from kernel arch/powerpc/include/uapi/asm/auxvec.h.
2499 2017-04-11  Florian Weimer  <fweimer@redhat.com>
2500             Zack Weinberg  <zackw@panix.com>
2502         * manual/filesys.texi (Reading/Closing Directory): Mark readdir,
2503         readdir64 as thread-safe.  Update warning about readdir_r.
2505 2017-04-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2507         * sysdeps/unix/sysv/linux/x86/Implies: New file.
2508         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: Move to ...
2509         * sysdeps/alpha/nptl/bits/pthreadtypes.h: ... here.
2510         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Move to ...
2511         * sysdeps/powerpc/nptl/bits/pthreadtypes.h: ... here.
2512         * sysdeps/x86/bits/pthreadtypes.h: Move to ...
2513         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
2515 2017-04-10  H.J. Lu  <hongjiu.lu@intel.com>
2517         * sysdeps/i386/dl-procinfo.c: Include
2518         <sysdeps/x86/dl-procinfo.c>.
2519         * sysdeps/x86_64/dl-procinfo.c: Likewise.
2520         * sysdeps/x86/dl-procinfo.c: New file.
2522 2017-04-10  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
2524         * sysdeps/generic/math_private.h: Remove declarations of
2525         many functions that are already declared in math.h.
2526         * sysdeps/ieee754/ldbl-128/e_logl.c: Include math.h to get the
2527         declaration for __frexpl.
2528         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Include math.h to get
2529         the declarations for __scalbnl and fabsl.
2531 2017-04-09  Dmitry V. Levin  <ldv@altlinux.org>
2533         [BZ #20831]
2534         * elf/dl-map-segments.h (_dl_map_segments): Check for failure
2535         of __mprotect to change protection on the excess portion
2536         to disallow all access.
2538 2017-04-07  H.J. Lu  <hongjiu.lu@intel.com>
2540         * sysdeps/i386/fpu/fclrexcpt.c (__feclearexcept): Use
2541         HAS_CPU_FEATURE to check for SSE.
2542         * sysdeps/i386/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
2543         * sysdeps/i386/fpu/feenablxcpt.c (feenableexcept): Likewise.
2544         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Likewise.
2545         * sysdeps/i386/fpu/fegetmode.c (fegetmode): Likewise.
2546         * sysdeps/i386/fpu/feholdexcpt.c (__feholdexcept): Likewise.
2547         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Likewise.
2548         * sysdeps/i386/fpu/fesetmode.c (fesetmode): Likewise.
2549         * sysdeps/i386/fpu/fesetround.c (__fesetround): Likewise.
2550         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2551         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Likewise.
2552         * sysdeps/i386/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
2553         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
2554         * sysdeps/i386/setfpucw.c (__setfpucw): Likewise.
2555         * sysdeps/x86/cpu-features.h (bit_cpu_SSE): New.
2556         (index_cpu_SSE): Likewise.
2557         (reg_SSE): Likewise.
2559 2017-04-07  Paul Eggert  <eggert@cs.ucla.edu>
2561         * posix/getopt1.c: Include <config.h>, not "config.h".
2563 2017-04-07  Zack Weinberg  <zackw@panix.com>
2565         * posix/bits/getopt_core.h, posix/bits/getopt_ext.h
2566         * posix/getopt.c, posix/getopt1.c, posix/getopt_int.h:
2567         Mention in top-of-file boilerplate that these files are shared
2568         with gnulib.
2569         * posix/getopt.h, posix/bits/getopt_posix.h:
2570         Mention in top-of-file boilerplate that these files are NOT shared
2571         with gnulib, unlike the rest of the getopt implementation.
2573         * posix/bits/getopt_core.h, posix/bits/getopt_ext.h:
2574         New files, intended to be shared with gnulib.
2575         * posix/bits/getopt_posix.h:
2576         New file, not intended to be shared with gnulib.
2577         * posix/getopt.h: Now just includes features.h,
2578         bits/getopt_core.h, and bits/getopt_ext.h.  Will
2579         no longer be shared with gnulib.
2580         * include/bits/getopt_core.h, include/bits/getopt_ext.h
2581         * include/bits/getopt_posix.h: New wrappers.
2582         * posix/Makefile: Install new headers.
2583         * posix/unistd.h, libio/stdio.h:
2584         Include bits/getopt_posix.h instead of getopt.h.
2586         * include/libc-symbols.h: For gnulib compatibility, define
2587         _GL_UNUSED, _GL_UNUSED_LABEL, _GL_ATTRIBUTE_PURE, and
2588         _GL_ATTRIBUTE_CONST.
2589         * posix/getopt.c (_getopt_initialize): Mark argc and argv
2590         parameters with _GL_UNUSED.
2592         * posix/getopt.c: When used standalone, define __libc_use_alloca
2593         as always false and alloca to abort if called.
2594         (process_long_option): Rewrite handling of ambiguous long options
2595         to use a single boolean vector, not a linked list; use
2596         __libc_use_alloca to decide whether to allocate this using alloca.
2597         * posix/tst-getopt_long1.c: Adjust text of expected error message.
2599         * posix/getopt.c (process_long_option): New function split out
2600         from _getopt_internal_r.
2601         (_getopt_internal_r): Replace both copies of the long-option
2602         processing code with calls to process_long_option.
2603         * posix/bug-getopt4.c (one_test): Print argv[0] in error messages.
2604         (do_test): Differentiate argv[0] in the two subtests.
2606         * posix/getopt_int.h (_getopt_data): Remove __posixly_correct field.
2607         * posix/getopt.c (_getopt_internal_r): Move some initialization code...
2608         (_getopt_initialize): ...here. Don't set d->__posixly_correct.
2610         * posix/getopt.h: Add backup definition of __nonnull for
2611         consistency with gnulib.  Define __getopt_argv_const to const
2612         if not already defined.
2613         (getopt): Update doc comment from gnulib.  Prototype
2614         unconditionally.  Add __nonnull annotation.
2615         (__posix_getopt): Add __nonnull annotation.
2616         (getopt_long, getopt_long_only): Use __getopt_argv_const in
2617         prototypes for consistency with gnulib.  Add __nonnull
2618         annotations.
2619         * posix/getopt.c (_getopt_initialize, _getopt_internal_r)
2620         (getopt_internal): Change 'argv' argument to type 'char **'.
2621         Remove now-unnecessary casts.
2622         (getopt, __posix_getopt): Eliminate repetition with a macro.
2623         Cast 'argv' to 'char **' when calling _getopt_internal.
2624         * posix/getopt1.c (getopt_long, getopt_long_only):
2625         Use __getopt_argv_const for consistency with gnulib.
2626         Cast 'argv' to 'char **' when calling _getopt_internal.
2627         (_getopt_long_r, _getopt_long_only_r):
2628         Change 'argv' argument to type 'char **'.
2629         (main): Constify 'long_options'.
2630         * posix/getopt_int.h (getopt_internal, _getopt_internal_r)
2631         (_getopt_long_r, _getopt_long_only_r):
2632         Change 'argv' argument to type 'char **'.
2634         * stdio-common/fxprintf.c (__fxprintf_nocancel): New function.
2635         (locked_vfxprintf): New helper function. Handle arbitrary
2636         multibyte strings, not just ASCII.
2637         * include/stdio.h: Declare __fxprintf_nocancel.
2638         * posix/getopt.c: When _LIBC is defined, define fprintf to
2639         __fxprintf_nocancel, flockfile to _IO_flockfile, and funlockfile
2640         to _IO_funlockfile.  When neither _LIBC nor
2641         _POSIX_THREAD_SAFE_FUNCTIONS is defined, define flockfile and
2642         funlockfile as no-ops.
2643         (_getopt_internal_r): Remove all internal #ifdef _LIBC blocks;
2644         the standalone error-printing code can now be used for libc as
2645         well.  Add an flockfile/funlockfile pair around one case where
2646         the error message is printed in several chunks.  Don't use fputc.
2647         * posix/tst-getopt-cancel.c: New test.
2648         * posix/Makefile: Run it.
2650         * posix/getopt.c (_getopt_internal_r): Don't increment
2651         d->optind a second time when reporting ambiguous -W options.
2653         * posix/getopt_int.h: Include getopt.h.
2654         Use impl-namespace names for all arguments to _getopt_internal and
2655         _getopt_internal_r.
2656         Declare __ordering enum outside the struct.
2657         Harmonize comments with gnulib.
2658         * posix/getopt1.c: Simplify #ifdeffage at top of file. Remove
2659         ELIDE_CODE logic entirely.  Move inclusion of stdlib.h to
2660         #ifdef TEST block and make unconditional.  Do not define NULL.
2661         * posix/getopt.c: Partial merge from gnulib, covering the
2662         initial includes and global declarations, commentary, and
2663         a couple of semantically-neutral code changes.
2665         * posix/getopt.c, posix/getopt.h, posix/getopt1.c, posix/getopt_int.h:
2666         Use '...' instead of `...' for quotation marks inside
2667         comments and strings.
2669         * config.h.in (USE_NONOPTION_FLAGS): Remove.
2670         * csu/init-first.c: Remove all #ifdef USE_NONOPTION_FLAGS blocks.
2671         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
2672         * posix/getopt_int.h: Likewise.
2673         * posix/getopt.c: Likewise. Also remove SWAP_FLAGS and the
2674         __libc_argc and __libc_argv externs, which were only used by
2675         #ifdef USE_NONOPTION_FLAGS blocks.
2676         * posix/getopt_init.c: Remove file.
2677         * posix/Makefile (routines): Remove getopt_init.
2678         * include/getopt.h: Don't declare __getopt_initialize_environment.
2679         * manual/getopt.texi: Remove mention of USE_NONOPTION_FLAGS in
2680         a comment.
2682 2017-04-07  Florian Weimer  <fweimer@redhat.com>
2684         * resolv/res_mkquery.c (res_nmkquery): Remove IQUERY support.
2686 2017-04-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2688         * sysdeps/sparc/sparc32/Makefile (libc.so-gnulib): New rule.
2689         * sysdeps/sparc/sparc32/sparcv8/udiv.S (.udiv): Make a strong_alias
2690         to __wrap_.udiv.
2691         * sysdeps/sparc/sparc32/sparcv9/udiv.S (.udiv): Likewise.
2692         * sysdeps/sparc/sparc32/udiv.S (.udiv): Likewise.
2694         * sysdeps/i386/symbol-hacks.h: New file.
2695         * sysdeps/m68k/symbol-hacks.h: New file.
2696         * sysdeps/powerpc/powerpc32/symbol-hacks.h: New file.
2697         * sysdeps/s390/s390-32/symbol-hacks.h: New file.
2698         * sysdeps/unix/sysv/linux/i386/Makefile
2699         [$(subdir) = csu] (sysdep_routines): New rule: divdi3 object.
2700         [$(subdir) = csu] (sysdep-only-routines): Likewise.
2701         [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
2702         * sysdeps/unix/sysv/linux/m68k/Makefile
2703         [$(subdir) = csu] (sysdep_routines): Likewise.
2704         [$(subdir) = csu] (sysdep-only-routines): Likewise.
2705         [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
2706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
2707         [$(subdir) = csu] (sysdep_routines): Likewise.
2708         [$(subdir) = csu] (sysdep-only-routines): Likewise.
2709         [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
2710         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile
2711         [$(subdir) = csu] (sysdep_routines): Likewise.
2712         [$(subdir) = csu] (sysdep-only-routines): Likewise.
2713         [$(subdir) = csu] (CFLAGS-divdi3.c): Likewise.
2714         * sysdeps/wordsize-32/Makefile: Remove file.
2715         * sysdeps/wordsize-32/symbol-hacks.h: Definitions move to ...
2716         * sysdeps/wordsize-32/divdi3-symbol-hacks.h: ... here.
2718 2017-04-05  H.J. Lu  <hongjiu.lu@intel.com>
2720         * elf/tst-dlopen-aout.c (TEST_FUNCTION): Removed.
2721         (TEST_FUNCTION_ARGV): New.
2723 2017-04-05  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
2725         * elf/next.c: Import support/test-driver.c instead of
2726         test-skeleton.c and delete TEST_FUNCTION macro definition.
2727         * elf/nodelete.c: Likewise.
2728         * elf/order2.c: Likewise.
2729         * elf/tst-_dl_addr_inside_object.c: Likewise.
2730         * elf/tst-addr1.c: Likewise.
2731         * elf/tst-align.c: Likewise.
2732         * elf/tst-align2.c: Likewise.
2733         * elf/tst-audit11.c: Likewise.
2734         * elf/tst-audit12.c: Likewise.
2735         * elf/tst-audit2.c: Likewise.
2736         * elf/tst-audit9.c: Likewise.
2737         * elf/tst-auxv.c: Likewise and define TEST_FUNCTION_ARGV macro.
2738         * elf/tst-deep1.c: Likewise.
2739         * elf/tst-dl-iter-static.c: Likewise.
2740         * elf/tst-dlmodcount.c: Likewise.
2741         * elf/tst-dlmopen1.c: Likewise.
2742         * elf/tst-dlmopen2.c: Likewise.
2743         * elf/tst-dlmopen3.c: Likewise.
2744         * elf/tst-dlopen-aout.c: Likewise.
2745         * elf/tst-dlopenrpath.c: Likewise.
2746         * elf/tst-dlsym-error.c: Likewise.
2747         * elf/tst-execstack-needed.c: Likewise.
2748         * elf/tst-execstack-prog.c: Likewise.
2749         * elf/tst-execstack.c: Likewise.
2750         * elf/tst-global1.c: Likewise.
2751         * elf/tst-gnu2-tls1.c: Likewise.
2752         * elf/tst-latepthread.c: Likewise.
2753         * elf/tst-leaks1.c: Likewise.
2754         * elf/tst-linkall-static.c: Likewise.
2755         (do_test): New function.
2756         * elf/tst-nodelete-opened.c: Likewise.
2757         * elf/tst-nodelete.cc: Likewise.
2758         * elf/tst-nodelete2.c: Likewise.
2759         * elf/tst-noload.c: Likewise.
2760         * elf/tst-null-argv.c: Likewise and define TEST_FUNCTION_ARGV marcro.
2761         * elf/tst-order-main.c: Likewise.
2762         * elf/tst-pathopt.c: Likewise.
2763         * elf/tst-pie2.c: Likewise.
2764         * elf/tst-piemod1.c: Likewise.
2765         * elf/tst-prelink.c: Likewise.
2766         * elf/tst-protected1a.c: Likewise.
2767         * elf/tst-protected1b.c: Likewise.
2768         * elf/tst-ptrguard1.c: Likewise, import getopt.h,
2769         and define _GNU_SOURCE macro.
2770         (cmdline_process_function): New function.
2771         * elf/tst-relsort1.c: Likewise.
2772         * elf/tst-stackguard1.c: Likewise, import getopt.h,
2773         and define _GNU_SOURCE macro.
2774         (cmdline_process_function): New function.
2775         * elf/tst-thrlock.c: Likewise.
2776         * elf/tst-tls-dlinfo.c: Likewise.
2777         * elf/tst-tls-manydynamic.c: Likewise and import support/xthread.h.
2778         * elf/tst-tls1.c: Likewise.
2779         * elf/tst-tls10.c: Likewise.
2780         * elf/tst-tls11.c: Likewise.
2781         * elf/tst-tls12.c: Likewise.
2782         * elf/tst-tls13.c: Likewise.
2783         * elf/tst-tls14.c: Likewise.
2784         * elf/tst-tls15.c: Likewise.
2785         * elf/tst-tls16.c: Likewise.
2786         * elf/tst-tls17.c: Likewise.
2787         * elf/tst-tls18.c: Likewise.
2788         * elf/tst-tls19.c: Likewise.
2789         * elf/tst-tls2.c: Likewise.
2790         * elf/tst-tls3.c: Likewise.
2791         * elf/tst-tls4.c: Likewise.
2792         * elf/tst-tls5.c: Likewise.
2793         * elf/tst-tls6.c: Likewise.
2794         * elf/tst-tls7.c: Likewise.
2795         * elf/tst-tls8.c: Likewise.
2796         * elf/tst-tls9.c: Likewise.
2797         * elf/tst-tlsalign-extern.c: Likewise.
2798         * elf/tst-tlsalign.c: Likewise.
2799         * elf/tst-unique1.c: Likewise.
2800         * elf/tst-unique2.c: Likewise.
2801         * elf/vismain.c: Likewise.
2803 2017-04-05  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
2805         * string/test-strnlen.c (do_page_tests): New function
2806         to check length of strings ending at the page boundary.
2807         (test_main): Added call to the do_page_tests function.
2809 2017-04-05  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
2810             Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
2812         * sysdeps/powerpc/powerpc64/multiarch/Makefile
2813         (sysdep_routines): Add strnlen-power8.
2814         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2815         (strnlen): Add __strnlen_power8 to list of strnlen functions.
2816         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power8.S: New file.
2817         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c
2818         (__strnlen): Add __strnlen_power8 to ifunc list.
2819         * sysdeps/powerpc/powerpc64/power8/strnlen.S: New file.
2821 2017-04-04  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
2823         * wcsmbs/tst-btowc.c: Import support/test-driver.c and remove
2824         the TEST_FUNCTION macro definition.
2825         * wcsmbs/tst-mbrtowc2.c: Likewise.
2826         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2827         * wcsmbs/tst-wchar-h.c: Likewise.
2828         * wcsmbs/tst-wcpncpy.c: Likewise.
2829         * wcsmbs/tst-wcrtomb.c: Likewise.
2830         * wcsmbs/tst-wcsnlen.c: Likewise.
2831         * wcsmbs/tst-wcstof.c: Likewise.
2833 2017-04-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2835         * nptl/pthread_create.c (START_THREAD_DEFN): Remove
2836         CALL_THREAD_FCT macro usage.
2837         * sysdeps/i386/nptl/tls.h (CALL_THREAD_FCT): Remove definition.
2838         * sysdeps/x86_64/nptl/tls.h (CALL_THREAD_FCT): Likewise.
2839         * sysdeps/x86_64/32/nptl/tls.h: Remove file.
2841         * nptl/pthreadP.h (USE_REQUEUE_PI): Remove ununsed macro.
2842         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2843         (__ASSUME_REQUEUE_PI): Likewise.
2844         * sysdeps/unix/sysv/linux/kernel-features.h
2845         (__ASSUME_REQUEUE_PI): Likewise.
2846         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
2847         (__ASSUME_REQUEUE_PI): Likewise.
2848         * sysdeps/unix/sysv/linux/mips/kernel-features.h
2849         (__ASSUME_REQUEUE_PI): Likewise.
2850         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
2851         (__ASSUME_REQUEUE_PI): Likewise.
2853 2017-04-04  Florian Weimer  <fweimer@redhat.com>
2855         * resolv/tst-resolv-canonname.c: New file.
2856         * resolv/Makefile (tests): Add tst-resolv-canonname.
2857         (tst-resolv-canonname): Link with -ldl, -lresolv, -lpthread.
2859 2017-04-04  Florian Weimer  <fweimer@redhat.com>
2861         * include/arpa/nameser.h (__ns_name_ntop, __ns_name_unpack):
2862         Declare.
2863         * resolv/nss_dns/dns-network.c: Include <arpa/nameser.h>.
2864         (NS_MAXCDNAME): Remove definition.
2865         (__ns_name_ntop, __ns_name_unpack): Remove declaration.
2866         * resolv/nss_dns/dns-host.c: Include <arpa/nameser.h>.
2867         (NS_MAXCDNAME): Remove definition.
2868         (__ns_name_ntop, __ns_name_unpack): Remove declaration.
2870 2017-04-04  Florian Weimer  <fweimer@redhat.com>
2872         * resolv/nss_dns/dns-network.c (getanswer_r): Remove __dn_expand
2873         call whose result is not used.
2875 2017-04-04  Florian Weimer  <fweimer@redhat.com>
2877         * resolv/tst-ns_name.c, resolv/tst-ns_name.data: New file.
2878         * resolv/Makefile (tests): Add tst-ns_name.
2879         (tst-ns_name): Link with -lresolv.
2880         (tst-ns_name.out): Depend on the input data file.
2882 2017-04-04  Stefan Liebler  <stli@linux.vnet.ibm.com>
2884         * sysdeps/s390/s390-32/tls-macros.h (TLS_LD, TLS_GD):
2885         Clobber also r14.
2887 2017-04-03  Mike Frysinger  <vapier@gentoo.org>
2889         [BZ #21253]
2890         * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Increase argv_size
2891         slack space by 32KiB.
2893 2017-04-01  Wladimir van der Laan  <laanwj@gmail.com>
2895         [BZ #21338]
2896         * malloc/malloc.c: Call do_set_arena_max for M_ARENA_MAX
2897         instead of incorrect do_set_arena_test
2899 2017-03-31  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
2901         * math/math.h: Fix check for __MATH_DECLARE_LDOUBLE.
2902         * math/bits/math-finite.h: Likewise.
2904 2017-03-31  Slava Barinov  <v.barinov@samsung.com>
2906         [BZ #21289]
2907         * io/fts.h (fts_set): Replace __REDIRECT with __REDIRECT_NTH.
2909 2017-03-30  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2911         * sysdeps/unix/sysv/linux/test-errno-linux.c (do_test): Handle
2912         non expected inotify_add_watch and quotactl return.
2914 2017-03-30  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
2916         * math/e_rem_pio2l.c (__ieee754_rem_pio2l): Change return type
2917         to int32_t.
2918         * sysdeps/generic/math_private.h: Declare __ieee754_rem_pio2l
2919         as returning int32_t.
2921 2017-03-30  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
2923         * math/math.h: Include bits/math-finite.h once per
2924         floating-point type.
2925         * math/bits/math-finite.h: Macroize all declarations by
2926         floating-point type.
2928 2017-03-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2930         [BZ #21182]
2931         * string/test-memchr.c (do_test): Add BZ#21182 checks for address
2932         near end of a page.
2933         * sysdeps/i386/i686/multiarch/memchr-sse2.S (__memchr): Fix
2934         overflow calculation.
2936 2017-03-28  Steve Ellcey  <sellcey@caviumnetworks.com>
2938         * benchtests/bench-memcpy-random.c (TEST_NAME): Change to memcpy.
2939         (IMPL) Call with 1 instead of 0 as argument.
2941 2017-03-28  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2943         * sysdeps/unix/sysv/linux/arm/setegid.c: Remove file.
2944         * sysdeps/unix/sysv/linux/arm/seteuid.c: Likewise.
2945         * sysdeps/unix/sysv/linux/arm/setgid.c: Likewise.
2946         * sysdeps/unix/sysv/linux/arm/setgroups.c: Likewise.
2947         * sysdeps/unix/sysv/linux/arm/setregid.c: Likewise.
2948         * sysdeps/unix/sysv/linux/arm/setresgid.c: Likewise.
2949         * sysdeps/unix/sysv/linux/arm/setresuid.c: Likewise.
2950         * sysdeps/unix/sysv/linux/arm/setreuid.c: Likewise.
2951         * sysdeps/unix/sysv/linux/arm/setuid.c: Likewise.
2952         * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise.
2953         * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise.
2954         * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
2955         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2956         * sysdeps/unix/sysv/linux/i386/setregid.c: Likewise.
2957         * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
2958         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
2959         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
2960         * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
2961         * sysdeps/unix/sysv/linux/m68k/setegid.c: Likewise.
2962         * sysdeps/unix/sysv/linux/m68k/seteuid.c: Likewise.
2963         * sysdeps/unix/sysv/linux/m68k/setgid.c: Likewise.
2964         * sysdeps/unix/sysv/linux/m68k/setgroups.c: Likewise.
2965         * sysdeps/unix/sysv/linux/m68k/setregid.c: Likewise.
2966         * sysdeps/unix/sysv/linux/m68k/setresgid.c: Likewise.
2967         * sysdeps/unix/sysv/linux/m68k/setresuid.c: Likewise.
2968         * sysdeps/unix/sysv/linux/m68k/setreuid.c: Likewise.
2969         * sysdeps/unix/sysv/linux/m68k/setuid.c: Likewise.
2970         * sysdeps/unix/sysv/linux/microblaze/setgroups.c: Likewise.
2971         * sysdeps/unix/sysv/linux/s390/s390-32/setegid.c: Likewise.
2972         * sysdeps/unix/sysv/linux/s390/s390-32/seteuid.c: Likewise.
2973         * sysdeps/unix/sysv/linux/s390/s390-32/setgid.c: Likewise.
2974         * sysdeps/unix/sysv/linux/s390/s390-32/setgroups.c: Likewise.
2975         * sysdeps/unix/sysv/linux/s390/s390-32/setregid.c: Likewise.
2976         * sysdeps/unix/sysv/linux/s390/s390-32/setresgid.c: Likewise.
2977         * sysdeps/unix/sysv/linux/s390/s390-32/setresuid.c: Likewise.
2978         * sysdeps/unix/sysv/linux/s390/s390-32/setreuid.c: Likewise.
2979         * sysdeps/unix/sysv/linux/s390/s390-32/setuid.c: Likewise.
2980         * sysdeps/unix/sysv/linux/sh/setegid.c: Likewise.
2981         * sysdeps/unix/sysv/linux/sh/seteuid.c: Likewise.
2982         * sysdeps/unix/sysv/linux/sh/setgid.c: Likewise.
2983         * sysdeps/unix/sysv/linux/sh/setgroups.c: Likewise.
2984         * sysdeps/unix/sysv/linux/sh/setregid.c: Likewise.
2985         * sysdeps/unix/sysv/linux/sh/setresgid.c: Likewise.
2986         * sysdeps/unix/sysv/linux/sh/setresuid.c: Likewise.
2987         * sysdeps/unix/sysv/linux/sh/setreuid.c: Likewise.
2988         * sysdeps/unix/sysv/linux/sh/setuid.c: Likewise.
2989         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: Likewise.
2990         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: Likewise.
2991         * sysdeps/unix/sysv/linux/sparc/sparc32/setgid.c: Likewise.
2992         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: Likewise.
2993         * sysdeps/unix/sysv/linux/sparc/sparc32/setregid.c: Likewise.
2994         * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: Likewise.
2995         * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: Likewise.
2996         * sysdeps/unix/sysv/linux/sparc/sparc32/setreuid.c: Likewise.
2997         * sysdeps/unix/sysv/linux/sparc/sparc32/setuid.c: Likewise.
2998         * sysdeps/unix/sysv/linux/setegid.c (setegid): Use
2999         INLINE_SYSCALL_ERROR_RETURN_VALUE.
3000         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
3001         * sysdeps/unix/sysv/linux/setgid.c (setgid): Use __NR_setgid32 if
3002         defined.
3003         * sysdeps/unix/sysv/linux/setgroups.c (setgroups): Use
3004         __NR_setgroups32 if defined.
3005         * sysdeps/unix/sysv/linux/setregid.c (__setregid): Use __NR_setregid32
3006         if defined.
3007         * sysdeps/unix/sysv/linux/setresgid.c (__setresgid): Use
3008         __NR_setresgid32 is defined.
3009         * sysdeps/unix/sysv/linux/setresuid.c (__setresuid): Use
3010         __NR_setresuid32 if defined.
3011         * sysdeps/unix/sysv/linux/setreuid.c (__setreuid): Use
3012         __NR_setreuid32 if defined.
3013         * sysdeps/unix/sysv/linux/setuid.c (__setuid): Use __NR_setuid32 if
3014         defined.
3015         * sysdeps/unix/sysv/linux/arm/setegid.c: Remove file.
3016         * sysdeps/unix/sysv/linux/arm/seteuid.c: Likewise.
3017         * sysdeps/unix/sysv/linux/arm/setgid.c: Likewise.
3018         * sysdeps/unix/sysv/linux/arm/setgroups.c: Likewise.
3019         * sysdeps/unix/sysv/linux/arm/setregid.c: Likewise.
3020         * sysdeps/unix/sysv/linux/arm/setresgid.c: Likewise.
3021         * sysdeps/unix/sysv/linux/arm/setresuid.c: Likewise.
3022         * sysdeps/unix/sysv/linux/arm/setreuid.c: Likewise.
3023         * sysdeps/unix/sysv/linux/arm/setuid.c: Likewise.
3024         * sysdeps/unix/sysv/linux/i386/setegid.c: Likewise.
3025         * sysdeps/unix/sysv/linux/i386/seteuid.c: Likewise.
3026         * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
3027         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
3028         * sysdeps/unix/sysv/linux/i386/setregid.c: Likewise.
3029         * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
3030         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
3031         * sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
3032         * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
3033         * sysdeps/unix/sysv/linux/m68k/setegid.c: Likewise.
3034         * sysdeps/unix/sysv/linux/m68k/seteuid.c: Likewise.
3035         * sysdeps/unix/sysv/linux/m68k/setgid.c: Likewise.
3036         * sysdeps/unix/sysv/linux/m68k/setgroups.c: Likewise.
3037         * sysdeps/unix/sysv/linux/m68k/setregid.c: Likewise.
3038         * sysdeps/unix/sysv/linux/m68k/setresgid.c: Likewise.
3039         * sysdeps/unix/sysv/linux/m68k/setresuid.c: Likewise.
3040         * sysdeps/unix/sysv/linux/m68k/setreuid.c: Likewise.
3041         * sysdeps/unix/sysv/linux/m68k/setuid.c: Likewise.
3042         * sysdeps/unix/sysv/linux/microblaze/setgroups.c: Likewise.
3043         * sysdeps/unix/sysv/linux/s390/s390-32/setegid.c: Likewise.
3044         * sysdeps/unix/sysv/linux/s390/s390-32/seteuid.c: Likewise.
3045         * sysdeps/unix/sysv/linux/s390/s390-32/setgid.c: Likewise.
3046         * sysdeps/unix/sysv/linux/s390/s390-32/setgroups.c: Likewise.
3047         * sysdeps/unix/sysv/linux/s390/s390-32/setregid.c: Likewise.
3048         * sysdeps/unix/sysv/linux/s390/s390-32/setresgid.c: Likewise.
3049         * sysdeps/unix/sysv/linux/s390/s390-32/setresuid.c: Likewise.
3050         * sysdeps/unix/sysv/linux/s390/s390-32/setreuid.c: Likewise.
3051         * sysdeps/unix/sysv/linux/s390/s390-32/setuid.c: Likewise.
3052         * sysdeps/unix/sysv/linux/sh/setegid.c: Likewise.
3053         * sysdeps/unix/sysv/linux/sh/seteuid.c: Likewise.
3054         * sysdeps/unix/sysv/linux/sh/setgid.c: Likewise.
3055         * sysdeps/unix/sysv/linux/sh/setgroups.c: Likewise.
3056         * sysdeps/unix/sysv/linux/sh/setregid.c: Likewise.
3057         * sysdeps/unix/sysv/linux/sh/setresgid.c: Likewise.
3058         * sysdeps/unix/sysv/linux/sh/setresuid.c: Likewise.
3059         * sysdeps/unix/sysv/linux/sh/setreuid.c: Likewise.
3060         * sysdeps/unix/sysv/linux/sh/setuid.c: Likewise.
3061         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: Likewise.
3062         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: Likewise.
3063         * sysdeps/unix/sysv/linux/sparc/sparc32/setgid.c: Likewise.
3064         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: Likewise.
3065         * sysdeps/unix/sysv/linux/sparc/sparc32/setregid.c: Likewise.
3066         * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: Likewise.
3067         * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: Likewise.
3068         * sysdeps/unix/sysv/linux/sparc/sparc32/setreuid.c: Likewise.
3069         * sysdeps/unix/sysv/linux/sparc/sparc32/setuid.c: Likewise.
3070         * sysdeps/unix/sysv/linux/setegid.c (setegid): Use
3071         INLINE_SYSCALL_ERROR_RETURN_VALUE.
3072         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
3073         * sysdeps/unix/sysv/linux/setgid.c (setgid): Use __NR_setgid32 if
3074         defined.
3075         * sysdeps/unix/sysv/linux/setgroups.c (setgroups): Use
3076         __NR_setgroups32 if defined.
3077         * sysdeps/unix/sysv/linux/setregid.c (__setregid): Use __NR_setregid32
3078         if defined.
3079         * sysdeps/unix/sysv/linux/setresgid.c (__setresgid): Use
3080         __NR_setresgid32 is defined.
3081         * sysdeps/unix/sysv/linux/setresuid.c (__setresuid): Use
3082         __NR_setresuid32 if defined.
3083         * sysdeps/unix/sysv/linux/setreuid.c (__setreuid): Use
3084         __NR_setreuid32 if defined.
3085         * sysdeps/unix/sysv/linux/setuid.c (__setuid): Use __NR_setuid32 if
3086         defined.
3088 2017-03-27  Joseph Myers  <joseph@codesourcery.com>
3090         [BZ #21277]
3091         * sysdeps/unix/sysv/linux/alpha/bits/termios.h (IUCLC): Define
3092         unconditionally.
3093         (IMAXBEL): Likewise.
3094         (IUTF8): Likewise.
3096 2017-03-27  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3098         * sysdeps/aarch64/libm-test-ulps: Update.
3100 2017-03-24  Sunyeop Lee  <sunyeop97@gmail.com>
3102         * README.tunables: Updated descriptions.
3103         * elf/dl-tunables.list: Fixed typo: SXID_NONE -> NONE.
3104         * scripts/gen-tunables.awk: Updated the code related to the
3105         commit.
3107 2017-03-23  Wilco Dijkstra  <wdijkstr@arm.com>
3109         * benchtests/Makefile (string-benchset): Add memcpy-random.
3110         * benchtests/bench-memcpy-random.c: New file.
3112 2017-03-23  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
3114         * stdio-common/printf.h (register_printf_modifier): Change the
3115         order of __wur and __THROW.
3116         (register_printf_type): Likewise.
3118 2017-03-23  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
3120         * string/test-string.h (TEST_FUNCTION): Use test_main instead of
3121         test_main ().
3122         (CMDLINE_PROCESS): Use function instead of defined macro.
3123         * debug/test-strcpy_chk.c: Import support/test-driver.c and also
3124         <suppport/support.h> to use set_fortify_handler().
3125         * string/bug-envz1.c: Import support/test-driver.c instead of
3126         test-skeleton.c.
3127         * string/bug-strcoll2.c: Likewise.
3128         * string/bug-strtok1.c: Likewise.
3129         * string/stratcliff.c: Likewise.
3130         * string/test-ffs.c: Likewise.
3131         * string/test-memccpy.c: Likewise.
3132         * string/test-memchr.c: Likewise.
3133         * string/test-memcmp.c: Likewise.
3134         * string/test-memcpy.c: Likewise.
3135         * string/test-memmem.c: Likewise.
3136         * string/test-memmove.c: Likewise.
3137         * string/test-memrchr.c: Likewise.
3138         * string/test-memset.c: Likewise.
3139         * string/test-rawmemchr.c: Likewise.
3140         * string/test-strcasecmp.c: Likewise.
3141         * string/test-strcasestr.c: Likewise.
3142         * string/test-strcat.c: Likewise.
3143         * string/test-strchr.c: Likewise.
3144         * string/test-strcmp.c: Likewise.
3145         * string/test-strcpy.c: Likewise.
3146         * string/test-string.h: Likewise.
3147         * string/test-strlen.c: Likewise.
3148         * string/test-strncasecmp.c: Likewise.
3149         * string/test-strncat.c: Likewise.
3150         * string/test-strncmp.c: Likewise.
3151         * string/test-strncpy.c: Likewise.
3152         * string/test-strnlen.c: Likewise.
3153         * string/test-strpbrk.c: Likewise.
3154         * string/test-strrchr.c: Likewise.
3155         * string/test-strspn.c: Likewise.
3156         * string/test-strstr.c: Likewise.
3157         * string/tst-bswap.c: Likewise.
3158         * string/tst-cmp.c: Likewise.
3159         * string/tst-endian.c: Likewise.
3160         * string/tst-inlcall.c: Likewise.
3161         * string/tst-strcoll-overflow.c: Likewise.
3162         * string/tst-strfry.c: Likewise.
3163         * string/tst-strlen.c: Likewise.
3164         * string/tst-strtok.c: Likewise.
3165         * string/tst-strtok_r.c: Likewise.
3166         * string/tst-strxfrm.c: Likewise.
3167         * string/tst-strxfrm2.c: Likewise.
3168         * string/tst-svc.c: Likewise.
3169         * string/tst-svc2.c: Likewise.
3171 2017-03-22  Zack Weinberg  <zackw@panix.com>
3173         * stdio-common/bug25.c: Include stdlib.h.
3174         * support/tst-support_format_dns_packet.c: Include stdio.h,
3175         stdlib.h, and string.h.
3176         * support/tst-support_record_failure.c: Include string.h.
3177         * support/tst-support_record_failure-2.sh: Adjust line number
3178         expectations and correct a typo in an error message.
3180 2017-03-21  H.J. Lu  <hongjiu.lu@intel.com>
3182         [BZ #21258]
3183         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve_opt):
3184         Define only if _dl_runtime_resolve is defined to
3185         _dl_runtime_resolve_sse_vex.
3186         * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve_opt):
3187         Fallthrough to _dl_runtime_resolve_sse_vex.
3189 2017-03-21  Joseph Myers  <joseph@codesourcery.com>
3191         * INSTALL: Regenerated.
3193 2017-03-21  Thorsten Kukuk  <kukuk@suse.com>
3195         * config.h.in: Add LINK_OBSOLETE_NSL.
3196         * config.make.in: Add build-obsolete-nsl.
3197         * configure.ac: Add obsolete-nsl option.
3198         * include/libc-symbols.h: Define libnsl_hidden_nolink_def.
3199         * include/rpcsvc/yp.h: Add missing functions as libnsl_hidden_proto.
3200         * include/rpcsvc/nislib.h: Likewise.
3201         * include/rpcsvc/ypclnt.h: Likewise.
3202         * manual/install.texi: Document --enable-obsolete-nsl.
3203         * nis/Makefile: Build only libnsl by default (add build-obsolete-nsl).
3204         * nis/nis_add.c: Replace libnsl_hidden_def with
3205         libnsl_hidden_nolink_def.
3206         * nis/nis_addmember.c: Likewise.
3207         * nis/nis_call.c: Likewise.
3208         * nis/nis_clone_obj.c: Likewise.
3209         * nis/nis_defaults.c: Likeise.
3210         * nis/nis_domain_of_r.c: Likewise.
3211         * nis/nis_error.c: Likewise.
3212         * nis/nis_file.c: Likewise.
3213         * nis/nis_free.c: Likewise.
3214         * nis_local_names.c: Likewise.
3215         * nis/nis_lookup.c: Likewise.
3216         * nis/nis_modify.c: Likewise.
3217         * nis/nis_print.c: Likewise.
3218         * nis/nis_remove.c: Likewise.
3219         * nis/nis_table.c: Likewise.
3220         * nis/nis_util.c: Likewise.
3221         * nis/nis_xdr.c: Likewise.
3222         * nis/yp_xdr.c: Likewise.
3223         * nis/ypclnt.c: Likewise.
3224         * nis/ypupdate_xdr.c: Likewise.
3225         * nis/nis_checkpoint.c: Add libnsl_hidden_nolink_def to all functions.
3226         * nis/nis_clone_dir.c: Likewise.
3227         * nis/nis_clone_res.c: Likewise.
3228         * nis/nis_creategroup.c: Likewise.
3229         * nis/nis_destroygroup.c: Likewise.
3230         * nis/nis_domain_of.c: Likewise.
3231         * nis/nis_getservlist.c: Likewise.
3232         * nis/nis_ismember.c: Likewise.
3233         * nis/nis_mkdir.c: Likewise.
3234         * nis/nis_ping.c: Likewise.
3235         * nis/nis_print_group_entry.c: Likewise.
3236         * nis/nis_removemember.c: Likewise.
3237         * nis/nis_rmdir.c: Likewise.
3238         * nis/nis_server.c: Likewise.
3239         * nis/nis_subr.c: Likewise.
3240         * nis/nis_verifygroup.c: Likewise.
3242 2017-03-21  Stefan Liebler  <stli@linux.vnet.ibm.com>
3244         * malloc/tst-interpose-aux.c (check_for_allocations):
3245         Move compiler barrier before free.
3247 2017-03-20  Joseph Myers  <joseph@codesourcery.com>
3249         [BZ #21279]
3250         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile
3251         [$(subdir) = conform] (conformtest-xfail-conds): Update comment.
3252         * conform/data/mqueue.h-data (mq_attr.mq_flags): XFAIL for
3253         x86_64-x32-linux.
3254         (mq_attr.mq_maxmsg): Likewise.
3255         (mq_attr.mq_msgsize): Likewise.
3256         (mq_attr.mq_curmsgs): Likewise.
3258         [BZ #21278]
3259         * sysdeps/unix/sysv/linux/mips/mips32/Makefile
3260         [$(subdir) = conform] (conformtest-xfail-conds): Update comment.
3261         * conform/data/sys/stat.h-data (stat.st_rdev): XFAIL for
3262         mips-o32-linux.
3264         [BZ #21268]
3265         * sysdeps/unix/sysv/linux/alpha/bits/termios.h (NL2): Define only
3266         if [__USE_MISC]
3267         (NL3): Likewise.
3269 2017-03-20  Mike Frysinger  <vapier@gentoo.org>
3271         [BZ #21275]
3272         * sysdeps/unix/sysv/linux/spawni.c [__ia64__] (CLONE): Rename
3273         __stack to __stackbase.
3274         (STACK): Invert _STACK_GROWS_DOWN and _STACK_GROWS_UP order of
3275         checks so we can include defined(__ia64__) first.
3277 2017-03-19  Christian Brauner  <christian.brauner@ubuntu.com>
3279         * sysdeps/unix/sysv/linux/ttyname.h: New file.
3280         * sysdeps/unix/sysv/linux/ttyname.c: Include "ttyname.h".
3281         (ttyname) [!_STATBUF_ST_RDEV]: Make code unconditional.
3282         Call is_pty when the link does not exist or does not match, fail
3283         with ENODEV when it returns true.
3284         * sysdeps/unix/sysv/linux/ttyname_r.c: Include "ttyname.h".
3285         (__ttyname_r) [!_STATBUF_ST_RDEV]: Make code unconditional.
3286         Call is_pty when the link does not exist or does not match, fail
3287         with ENODEV when it returns true.
3289 2017-03-18  Joseph Myers  <joseph@codesourcery.com>
3291         [BZ #16437]
3292         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile
3293         [$(subdir) = conform] (conformtest-xfail-conds): New variable.
3294         * conform/data/signal.h-data (timespec.tv_nsec): XFAIL for
3295         x86_64-x32-linux.
3296         * conform/data/sys/select.h-data (timespec.tv_nsec): Likewise.
3297         * conform/data/sys/stat.h-data (timespec.tv_nsec): Likewise.
3298         * conform/data/time.h-data (timespec.tv_nsec): Likewise.
3300         [BZ #21261]
3301         * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h
3302         [__WORDSIZE == 64 && !_ASM] (__sparc64_jmp_buf): Use reserved
3303         names for all fields.
3304         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Update
3305         for jmp_buf field renaming.
3306         (_JMPBUF_UNWINDS_ADJ): Likewise.
3308         * conform/conformtest.pl: Handle xfail[cond]- in header mentioned
3309         with allow-header.
3311 2017-03-17  Chris Evans  <scarybeasts@gmail.com>
3313         * malloc/malloc.c (unlink): Add consistency check between size and
3314         next->prev->size, to further harden against 1-byte overflows.
3316 2017-03-17  H.J. Lu  <hongjiu.lu@intel.com>
3318         * sysdeps/x86/cpu-features.c (init_cpu_features): Check AVX with
3319         CPU_FEATURES_CPU_P.
3321 2017-03-17  Joseph Myers  <joseph@codesourcery.com>
3323         [BZ #21259]
3324         * sysdeps/unix/sysv/linux/alpha/bits/termios.h (IXANY): Define
3325         unconditionally, not just for [__USE_MISC].
3327         [BZ #17786]
3328         * sysdeps/unix/sysv/linux/mips/mips32/Makefile: New file.
3329         * conform/data/sys/stat.h-data (stat.st_dev): XFAIL for
3330         mips-o32-linux.
3332         [BZ #21260]
3333         * sysdeps/unix/sysv/linux/alpha/Makefile
3334         [$(subdir) = conform] (conformtest-xfail-conds): New variable.
3335         * conform/data/netdb.h-data (netent.n_net): XFAIL for alpha-linux.
3337         * conform/conformtest.pl ($cross): New variable.
3338         (--cross): New command-line option.
3339         (runtest): Skip test execution when cross-compiling.
3340         * conform/Makefile (conformtest-cross): New variable.
3341         ($(conformtest-header-tests)): Pass $(conformtest-cross) to
3342         conformtest.pl.
3344         * conform/conformtest.pl ($xfail_str): New variable.
3345         (--xfail=): New command-line option.
3346         (top level): Handle expectations starting xfail[cond]-.
3347         * conform/Makefile (conformtest-xfail): New variable.
3348         ($(conformtest-header-tests)): Pass $(conformtest-xfail) to
3349         conformtest.pl.
3351 2017-03-16  Joseph Myers  <joseph@codesourcery.com>
3353         * conform/conformtest.pl: Use compilation instead of execution
3354         tests for testing values of constants and usability in #if.
3356 2017-03-16  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
3358         * math/auto-libm-test-in: Mark some catan and catanh as
3359         xfail-rounding:ibm128-libgcc.
3360         * math/auto-libm-test-out-catan: Regenerate.
3361         * math/auto-libm-test-out-catanh: Likewise.
3363 2017-03-16  Joseph Myers  <joseph@codesourcery.com>
3365         * misc/sys/cdefs.h (__BEGIN_NAMESPACE_STD): Remove macro.
3366         (__END_NAMESPACE_STD): Likewise.
3367         (__USING_NAMESPACE_STD): Likewise.
3368         (__BEGIN_NAMESPACE_C99): Likewise.
3369         (__END_NAMESPACE_C99): Likewise.
3370         (__USING_NAMESPACE_C99): Likewise.
3371         * math/math.h (_Mdouble_BEGIN_NAMESPACE): Do not define and
3372         undefine macro.
3373         (_Mdouble_END_NAMESPACE): Likewise.
3374         * ctype/ctype.h: Do not handle C++ namespaces.
3375         * libio/bits/stdio-ldbl.h: Likewise.
3376         * libio/stdio.h: Likewise.
3377         * locale/locale.h: Likewise.
3378         * math/bits/mathcalls.h: Likewise.
3379         * setjmp/setjmp.h: Likewise.
3380         * signal/signal.h: Likewise.
3381         * stdlib/bits/stdlib-float.h: Likewise.
3382         * stdlib/bits/stdlib-ldbl.h: Likewise.
3383         * stdlib/stdlib.h: Likewise.
3384         * string/string.h: Likewise.
3385         * sysdeps/x86/fpu/bits/mathinline.h: Likewise.
3386         * time/bits/types/clock_t.h: Likewise.
3387         * time/bits/types/struct_tm.h: Likewise.
3388         * time/bits/types/time_t.h: Likewise.
3389         * time/time.h: Likewise.
3390         * wcsmbs/bits/wchar-ldbl.h: Likewise.
3391         * wcsmbs/uchar.h: Likewise.
3392         * wcsmbs/wchar.h: Likewise.
3393         [_GLIBCPP_USE_NAMESPACES] (wint_t): Remove conditional definition.
3394         * wctype/wctype.h: Do not handle C++ namespaces.
3395         * scripts/begin-end-check.pl: Remove.
3396         * Makefile (installed-headers): Likewise.
3397         (tests-special): Do not add $(objpfx)begin-end-check.out.
3398         ($(objpfx)begin-end-check.out): Remove.
3400 2017-03-15  Steve Ellcey  <sellcey@caviumnetworks.com>
3401             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3403         * sysdeps/aarch64/dl-machine.h: Include cpu-features.c.
3404         (DL_PLATFORM_INIT): New define.
3405         (dl_platform_init): New function.
3406         * sysdeps/aarch64/ldsodefs.h: Include cpu-features.h.
3407         * sysdeps/unix/sysv/linux/aarch64/cpu-features.c: New file.
3408         * sysdeps/unix/sysv/linux/aarch64/cpu-features.h: Likewise.
3409         * sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c: Likewise.
3410         * sysdeps/unix/sysv/linux/aarch64/libc-start.c: Likewise.
3412 2017-03-15  Mike Frysinger  <vapier@gentoo.org>
3414         * sysdeps/x86_64/mempcpy_chk.S (__mempcpy_chk): Check for SHARED
3415         instead of PIC.
3417 2017-03-15  Joseph Myers  <joseph@codesourcery.com>
3419         [BZ #21094]
3420         * sysdeps/ieee754/flt-32/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
3421         24+24+24-bit pi for wider range of values around pi/2.
3422         * math/auto-libm-test-in: Add more tests of cos and tan.
3423         * math/auto-libm-test-out-cos: Regenerated.
3424         * math/auto-libm-test-out-tan: Likewise.
3426 2017-03-15  John David Anglin  <danglin@gcc.gnu.org>
3428         * sysdeps/hppa/dl-machine.h (DL_STACK_END): Define.
3429         (RTLD_START): Don't record stack end address in _dl_start_user.
3431 2017-03-15  Alexey Neyman  <stilor@att.net>
3433         [BZ #21088]
3434         * nss/nsswitch.c (nscd_init_cb, is_nscd): Make the #if check
3435         around definitions match those around use.
3437 2017-03-15  Alexey Neyman  <stilor@att.net>
3439         * configure.ac: Avoid empty subexpression in grep.
3440         * configure: Regenerate.
3442 2017-03-13  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3444         * posix/test-errno.c (do_test): Initialize setsockopt optlen.
3445         * sysdeps/unix/sysv/linux/test-errno.c: Move to ...
3446         * sysdeps/unix/sysv/linux/test-errno-linux.c: ... here.
3447         (test_wrp_rv): Fix format.
3448         (test_wrp_rv2): New macro.
3449         (do_test): Handle mlock return on 64 bits kernels with 32 bits
3450         binaries.
3452 2017-03-15  Joseph Myers  <joseph@codesourcery.com>
3454         * sysdeps/x86/fpu/test-math-vector-sincos.h (INIT_VEC_PTRS_LOOP):
3455         Use a union when storing pointers.
3456         (VECTOR_WRAPPER_fFF_2): Do not take address of integer vector and
3457         cast result when passing to INIT_VEC_PTRS_LOOP.
3458         (VECTOR_WRAPPER_fFF_3): Likewise.
3459         (VECTOR_WRAPPER_fFF_4): Likewise.
3461 2017-03-14  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
3463         * include/bits/mathcalls-helper-functions.h: New file.
3464         * math/Makefile (headers): Add bits/mathcalls-helper-functions.h.
3465         * math/bits/mathcalls.h (__finite, __fpclassify, __iseqsig)
3466         (__isinf, __isnan, __issignaling, __signbit): Move declarations to
3467         math/bits/mathcalls-helper-functions.h.
3468         * math/bits/mathcalls-helper-functions.h: New file.
3469         * math/math.h: Include bits/mathcalls-helper-functions.h for
3470         float, double, and long double.
3472 2017-03-15  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
3474         * math/s_iseqsig_template.c (__iseqsig): Use __feraiseexcept
3475         instead of feraiseexcept.
3477 2017-03-15  Florian Weimer  <fweimer@redhat.com>
3479         [BZ #21243]
3480         * support/temp_file.c (support_delete_temp_files): Add comment
3481         about ignored errors.
3483 2017-03-15  Florian Weimer  <fweimer@redhat.com>
3485         [BZ #21244]
3486         * support/xclose.c: New file.
3487         * support/Makefile (libsupport-routines): Add xclose.
3488         * support/xunistd.h (xclose): Declare.
3489         * support/resolv_test.c (server_thread_tcp_client)
3490         (server_thread_tcp, make_server_sockets, resolv_test_start)
3491         (resolv_test_end): Call xclose instead of close.
3492         * support/support_enter_network_namespace.c
3493         (support_enter_network_namespace): Likewise.
3494         * support/support_run_diff.c (write_to_temp_file): Likewise.
3496 2017-03-15  Florian Weimer  <fweimer@redhat.com>
3498         * support/support_format_dns_packet.c (support_format_dns_packet):
3499         Handle CNAME records in the response.  Extract RDATA names from
3500         rdata, not the whole packet.  Check AAAA record length.
3501         * support/tst-support_format_dns_packet.c: New file.
3502         * support/Makefile (tests): Add tst-support_format_dns_packet.
3503         (tst-support_format_dns_packet): Link against libresolv.
3505 2017-03-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3507         [BZ #21232]
3508         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c: Add
3509         posix_fadvise64 weak_alias for static build.
3511 2017-03-14  Andreas Schwab  <schwab@suse.de>
3513         * sysdeps/generic/dl-procinfo.h (_dl_platform_string): Remove.
3514         * sysdeps/alpha/dl-procinfo.h (_dl_platform_string): Remove.
3515         (_dl_string_platform): Use GLRO(dl_alpha_platforms) directly.
3516         * sysdeps/i386/dl-procinfo.h (_dl_platform_string): Remove.
3517         * sysdeps/mips/dl-procinfo.h (_dl_platform_string): Remove.
3518         (_dl_string_platform): Use GLRO(dl_mips_platforms) directly.
3519         * sysdeps/s390/dl-procinfo.h (_dl_platform_string): Remove.
3520         * sysdeps/sparc/dl-procinfo.h (_dl_platform_string): Remove.
3522 2017-03-13  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3524         * sysdeps/mach/hurd/send.c (__send): Convert hurdish error code into
3525         posix error code.
3526         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
3528 2017-03-13  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3530         * scripts/build-many-glibcs.py (Context.add_all_configs): Remove
3531         no_isolate usage for SH.
3533 2017-03-13  Wilco Dijkstra  <wdijkstr@arm.com>
3535         [BZ #15105]
3536         [BZ #19463]
3537         * elf/dl-cache.c (_dl_load_cache_lookup): Use __strdup.
3538         * inet/rcmd.c (rcmd_af): Likewise.
3539         * inet/rexec.c   (rexec_af): Likewise.
3540         * intl/dcigettext.c (_LIBC): Likewise.
3541         * intl/finddomain.c (_nl_find_domain): Use strdup expansion.
3542         * locale/loadarchive.c (_nl_load_locale_from_archive): Use __strdup.
3543         * locale/setlocale.c (setlocale): Likewise.
3544         * posix/spawn_faction_addopen.c
3545         (posix_spawn_file_actions_addopen): Likewise.
3546         * stdlib/putenv.c (putenv): Use __strndup.
3547         * sunrpc/svc_simple.c (__registerrpc): Use __strdup.
3548         * sysdeps/posix/getaddrinfo.c (gaih_inet): Use __strdup/__strndup.
3549         * include/stdlib.h (__need_malloc_and_calloc): Remove uses.
3550         (__Need_M_And_C) Remove define/undef.
3551         * stdlib/stdlib.h (__need_malloc_and_calloc): Remove uses.
3552         (__malloc_and_calloc_defined): Remove define.
3553         * string/bits/string2.h (__strdup): Remove define.
3554         (strdup): Likewise.
3555         (__strndup): Likewise.
3556         (strndup): Likewise.
3558 2017-03-13  Joseph Myers  <joseph@codesourcery.com>
3560         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_AUTOFLOWLABEL): New
3561         macro.
3562         (IPV6_ADDR_PREFERENCES): Likewise.
3563         (IPV6_MINHOPCOUNT): Likewise.
3564         (IPV6_ORIGDSTADDR): Likewise.
3565         (IPV6_RECVORIGDSTADDR): Likewise.
3566         (IPV6_TRANSPARENT): Likewise.
3567         (IPV6_UNICAST_IF): Likewise.
3568         (IPV6_RECVFRAGSIZE): Likewise.
3570 2017-03-13  Thorsten Kukuk  <kukuk@suse.com>
3572         * sunrpc/Makefile: only run rpcgen tests if we build rpcgen.
3574 2017-03-12  Alexey Neyman <stilor@att.net>
3576         * sysdeps/sh/dl-machine.h (elf_machine_rela): The condition
3577         in R_SH_DIR32 case is always false when inlined from
3578         dl-conflict.c. Ifdef out to prevent GCC from insertin an
3580 2016-03-12  Marko Myllynen  <myllynen@redhat.com>
3582         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
3583         (__ASSUME_RECV_SYSCALL): Replace duplicate by
3584         __ASSUME_SEND_SYSCALL.
3586 2017-03-11  Thorsten Kukuk  <kukuk@suse.com>
3588         * sunrpc/Makefile: don't build and install rpcsvc header
3589         files, rpcgen and librpcsvc.a by default.
3591 2017-03-10  Stefan Liebler  <stli@linux.vnet.ibm.com>
3593         * math/auto-libm-test-out-catan: Regenerated.
3594         * math/auto-libm-test-out-catanh: Likewise.
3595         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
3597 2017-03-09  Joseph Myers  <joseph@codesourcery.com>
3599         * sysdeps/mips/mips64/libm-test-ulps: Update catan and catanh ulps
3600         for long double with corrected test expectations.
3602 2016-03-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3604         * sysdeps/unix/sysv/linux/sysdep.h (HAVE_INTERNAL_SEND_SYMBOL):
3605         Define.
3606         * sysdeps/unix/sysv/linux/aarch64/sysdep.h
3607         (HAVE_INTERNAL_SEND_SYMBOL): Undefine.
3608         * sysdeps/unix/sysv/linux/nios2/sysdep.h
3609         (HAVE_INTERNAL_SEND_SYMBOL): Likewise.
3610         * sysdeps/unix/sysv/linux/tile/sysdep.h
3611         (HAVE_INTERNAL_SEND_SYMBOL): Likewise.
3612         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
3613         (__ASSUME_RECV_SYSCALL): Define.
3614         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3615         (__ASSUME_RECV_SYSCALL): Likewise.
3616         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3617         (__ASSUME_RECV_SYSCALL): Likewise.
3618         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
3619         (__ASSUME_RECV_SYSCALL): Likewise.
3620         * sysdeps/unix/sysv/linux/mips/kernel-features.h
3621         (__ASSUME_RECV_SYSCALL): Likewise.
3622         * sysdeps/unix/sysv/linux/i386/kernel-features.h
3623         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Remove define.
3624         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
3625         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
3626         * sysdeps/unix/sysv/linux/s390/kernel-features.h
3627         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
3628         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove send from
3629         auto-generation list.
3630         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
3631         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3632         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewike.
3633         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3634         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3635         * sysdeps/unix/sysv/linux/send.c: Simplify includes.
3636         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Replace by
3637         __ASSUME_SENDTO_SYSCALL.
3638         * sysdeps/unix/sysv/linux/x86_64/send.c: Remove file.
3639         * sysdeps/unix/sysv/linux/mips/mips64/send.c: Likewise.
3640         * sysdeps/unix/sysv/linux/generic/send.c: Likewise.
3642         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove sendto from
3643         auto-generation list.
3644         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
3645         * sysdeps/unix/sysv/linux/generic/syscalls.list: Likewise.
3646         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3647         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3648         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3649         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3650         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3651         * sysdeps/unix/sysv/linux/kernel-features.h
3652         (__ASSUME_SENDTO_SYSCALL): Define by default.
3653         * sysdeps/unix/sysv/linux/i386/kernel-features.h
3654         (__ASSUME_SENDTO_SYSCALL): Undef it is kernel does not support
3655         __NR_sendto.
3656         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
3657         (__ASSUME_SENDTO_SYSCALL): Likewise.
3658         * sysdeps/unix/sysv/linux/s390/kernel-features.h
3659         (__ASSUME_SENDTO_SYSCALL): Likewise.
3660         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
3661         (__ASSUME_SENDTO_SYSCALL): Remove definition.
3662         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
3663         (__ASSUME_SENDTO_SYSCALL): Likewise.
3664         * sysdeps/unix/sysv/linux/sh/kernel-features.h:
3665         (__ASSUME_SENDTO_SYSCALL): Likewise.
3666         * sysdeps/unix/sysv/linux/sendto.c: Simplify includes.
3668         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove recv from
3669         auto-generation list.
3670         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
3671         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3672         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3673         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3674         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3675         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
3676         (__ASSUME_RECV_SYSCALL): New define.
3677         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3678         (__ASSUME_RECV_SYSCALL): Likewise.
3679         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3680         (__ASSUME_RECV_SYSCALL): Likewise.
3681         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
3682         (__ASSUME_RECV_SYSCALL): Likewise.
3683         * sysdeps/unix/sysv/linux/mips/kernel-features.h
3684         (__ASSUME_RECV_SYSCALL): Likewise.
3685         * sysdeps/unix/sysv/linux/i386/kernel-features.h
3686         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Remove define.
3687         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
3688         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Remove define.
3689         * sysdeps/unix/sysv/linux/s390/kernel-features.h
3690         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Remove define.
3691         * sysdeps/unix/sysv/linux/generic/recv.c: Remove file.
3692         * sysdeps/unix/sysv/linux/mips/mips64/recv.c: Likewise.
3693         * sysdeps/unix/sysv/linux/x86_64/recv.c: Likewise.
3694         * sysdeps/unix/sysv/linux/recv.c: Simplify includes.
3695         (__libc_recv): Use __ASSUME_RECVFROM_SYSCALL instead of
3696         __ASSUME_RECVFROM_FOR_RECV_SYSCALL to issue recvfrom syscall.
3698         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove recvfrom from
3699         auto-generation list.
3700         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
3701         * sysdeps/unix/sysv/linux/generic/syscalls.list: Likewise.
3702         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3703         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3704         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3705         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3706         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3707         * sysdeps/unix/sysv/linux/i386/kernel-features.h
3708         (__ASSUME_RECVFROM_SYSCALL): Define by default.
3709         * sysdeps/unix/sysv/linux/kernel-features.h
3710         (__ASSUME_RECVFROM_SYSCALL): Undef it if kernel does not support
3711         __NR_recvfrom.
3712         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
3713         (__ASSUME_RECVFROM_SYSCALL): Likewise.
3714         * sysdeps/unix/sysv/linux/s390/kernel-features.h
3715         (__ASSUME_RECVFROM_SYSCALL): Likewise.
3716         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
3717         (__ASSUME_RECVFROM_SYSCALL): Remove definition.
3718         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
3719         (__ASSUME_RECVFROM_SYSCALL): Likewise.
3720         * sysdeps/unix/sysv/linux/sh/kernel-features.h
3721         (__ASSUME_RECVFROM_SYSCALL): Likewise.
3722         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
3723         (__ASSUME_RECVFROM_SYSCALL): Likewise.
3724         * sysdeps/unix/sysv/linux/recvfrom.c: Simplify includes.
3726         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove connect from
3727         auto-generation list.
3728         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
3729         * sysdeps/unix/sysv/linux/generic/syscalls.list: Likewise.
3730         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3731         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3732         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3733         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3734         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3735         * sysdeps/unix/sysv/linux/connect.c: Simplify include list.
3736         * sysdeps/unix/sysv/linux/kernel-features.h
3737         (__ASSUME_CONNECT_SYSCALL): Define.
3738         * sysdeps/unix/sysv/linux/i386/kernel-features.h
3739         (__ASSUME_CONNECT_SYSCALL): Undef if kernel does not support it.
3740         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
3741         (__ASSUME_CONNECT_SYSCALL): Likewise.
3742         * sysdeps/unix/sysv/linux/s390/kernel-features.h
3743         (__ASSUME_CONNECT_SYSCALL): Likewise.
3744         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
3745         (__ASSUME_CONNECT_SYSCALL): Likewise.
3747         * sysdeps/unix/sysv/linux/accept.c (__libc_accept): Replace
3748         __ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL by __ASSUME_ACCEPT4_SYSCALL.
3749         * sysdeps/unix/sysv/linux/alpha/syscalls.list?: Remove accept from
3750         auto-generation list.
3751         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
3752         * sysdeps/unix/sysv/linux/generic/syscalls.list: Likewise.
3753         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3754         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3755         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3756         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3757         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3758         * sysdeps/unix/sysv/linux/i386/kernel-features.h
3759         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Remove define.
3760         (__ASSUME_ACCEPT_SYSCALL): Undefine.
3761         * sysdeps/unix/sysv/linux/kernel-features.h
3762         (__ASSUME_ACCEPT_SYSCALL): New define.
3763         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
3764         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Remove define.
3765         (__ASSUME_ACCEPT_SYSCALL): Define wheter kernel version supports.
3766         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
3767         (__ASSUME_ACCEPT_SYSCALL): Define.
3768         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
3769         (__ASSUME_ACCEPT_SYSCALL): Undefine.
3770         * sysdeps/unix/sysv/linux/s390/kernel-features.h
3771         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Remove define.
3772         (__ASSUME_ACCEPT_SYSCALL): Undefine.
3773         * sysdeps/unix/sysv/linux/sh/kernel-features.h
3774         (__ASSUME_ACCEPT_SYSCALL): Undefine.
3775         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
3776         (__ASSUME_ACCEPT_SYSCALL): Undefine for 32 bits.
3778 2017-03-08  Yury Norov <ynorov@caviumnetworks.com>
3779             Zack Weinberg  <zackw@panix.com>
3781         * posix/test-errno.c: New file.
3782         * posix/Makefile (tests): Add test-errno.
3783         * sysdeps/unix/sysv/linux/test-errno.c: New file.
3784         * sysdeps/unix/sysv/linux/Makefile (tests): Add test-errno.
3786 2017-03-08  Stefan Liebler  <stli@linux.vnet.ibm.com>
3788         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
3790 2017-03-07  Florian Weimer  <fweimer@redhat.com>
3792         * time/tzset.c (compute_offset): Open-code min macro.
3793         (min, max, sign): Remove.
3795 2017-03-07  Florian Weimer  <fweimer@redhat.com>
3797         [BZ #15576]
3798         Remove TZNAME_MAX limit from sysconf.
3799         * include/time.h (__tzname_cur_max, __tzname_max): Remove
3800         declaration.
3801         * time/tzfile.c (__tzfile_read, __tzfile_default): Do not call
3802         compute_tzname_max.
3803         (compute_tzname_max): Remove.
3804         * time/tzset.c (__tzname_cur_max, __tzname_max): Remove.
3805         (update_vars): Do not update __tzname_cur_max.
3806         (tzset_internal): Remove argument.
3807         (__tzset): Adjust call to tzset_internal.
3808         (__tz_convert): Likewise.
3810         * posix/sysconf.c (__sysconf): Return -1 for _SC_TZNAME_MAX.
3811         * sysdeps/posix/sysconf.c (__sysconf): Likewise.
3812         * manual/conf.texi (Sysconf Definition): Update comment.
3814 2017-03-07  Siddhesh Poyarekar  <siddhesh@sourceware.org>
3816         [BZ #21209]
3817         * elf/rtld.c (process_envvars): Ignore LD_HWCAP_MASK for
3818         AT_SECURE processes.
3819         * sysdeps/generic/unsecvars.h: Add LD_HWCAP_MASK.
3820         * elf/tst-env-setuid.c (test_parent): Test LD_HWCAP_MASK.
3821         (test_child): Likewise.
3822         * elf/Makefile (tst-env-setuid-ENV): Add LD_HWCAP_MASK.
3824 2017-03-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3826         * sysdeps/unix/sysv/linux/hppa/ipc_priv.h: New file.
3828 2017-03-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
3830         * sysdeps/s390/atomic-machine.h
3831         (USE_ATOMIC_COMPILER_BUILTINS): Define to 1.
3832         (__arch_compare_and_exchange_val_8_acq,
3833         __arch_compare_and_exchange_val_16_acq,
3834         __arch_compare_and_exchange_val_32_acq,
3835         __arch_compare_and_exchange_val_64_acq):
3836         Delete macro.
3837         (atomic_compare_and_exchange_val_acq,
3838         atomic_compare_and_exchange_val_rel,
3839         atomic_compare_and_exchange_bool_acq,
3840         catomic_compare_and_exchange_bool_acq,
3841         atomic_exchange_acq, atomic_exchange_rel,
3842         atomic_exchange_and_add_acq,
3843         atomic_exchange_and_add_rel,
3844         catomic_exchange_and_add, atomic_or_val,
3845         atomic_or, catomic_or, atomic_bit_test_set,
3846         atomic_and_val, atomic_and, catomic_and):
3847         Define macros with help of C11 atomic builtins.
3849 2017-03-03  Justus Winter <justus@gnupg.org>
3851         * sysdeps/mach/hurd/ftruncate64.c: New file.
3852         * sysdeps/mach/hurd/truncate64.c: Likewise.
3854 2017-03-03  Florian Weimer  <fweimer@redhat.com>
3856         * time/tzfile.c (NOID): Do not define.
3857         * time/tzset.c (NOID): Likewise.
3859 2017-03-03  Florian Weimer  <fweimer@redhat.com>
3861         * time/tzset.c (compute_offset): Remove __attribute_noinline__.
3863 2017-03-02  Florian Weimer  <fweimer@redhat.com>
3865         * elf/get-dynamic-info.h: Remove header file inclusion guard.
3867 2017-03-02  Florian Weimer  <fweimer@redhat.com>
3869         [BZ #21015]
3870         * manual/install.texi (Configuring and compiling): Document
3871         --enable-bind-now.
3872         * Makeconfig [bind-now] (LDFLAGS-lib.so): Set.
3873         (build-shlib-helper): Use $(LDFLAGS-lib.so).
3874         (format.lds): Likewise.
3875         [bind-now] (LDFLAGS-c.so): Remove.
3876         * sysdeps/x86_64/localplt.data (libm.so): matherr relocation can
3877         be R_X86_64_GLOB_DAT.
3878         * sysdeps/unix/sysv/linux/i386/localplt.data (libm.so): matherr
3879         relocation can be R_386_GLOB_DAT.
3880         * sysdeps/unix/sysv/linux/alpha/localplt.data (libm.so): matherr
3881         relocaiton can be R_ALPHA_GLOB_DAT.
3882         * iconvdata/Makefile [bind-now] (LDFLAGS.so): Add -Wl,-z,now.
3884 2017-03-01  Zack Weinberg  <zackw@panix.com>
3886         * include/libc-pointer-arith.h: New file.  Define
3887         cast_to_integer, ALIGN_UP, ALIGN_DOWN, PTR_ALIGN_UP, and
3888         PTR_ALIGN_DOWN here.
3889         * include/libc-internal.h: Definitions of above macros
3890         moved from here.  Don't include libc-diag.h anymore either.
3891         * posix/wordexp-test.c: Include stdint.h and libc-pointer-arith.h.
3892         Don't include libc-internal.h.
3894         * debug/pcprofile.c, elf/dl-tunables.c, elf/soinit.c, io/openat.c
3895         * io/openat64.c, misc/ptrace.c, nptl/pthread_clock_gettime.c
3896         * nptl/pthread_clock_settime.c, nptl/pthread_cond_common.c
3897         * string/strcoll_l.c, sysdeps/nacl/brk.c
3898         * sysdeps/unix/clock_settime.c
3899         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c
3900         * sysdeps/unix/sysv/linux/ia64/get_clockfreq.c
3901         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
3902         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c:
3903         Don't include libc-internal.h.
3905         * elf/get-dynamic-info.h, iconv/loop.c
3906         * iconvdata/iso-2022-cn-ext.c, locale/weight.h, locale/weightwc.h
3907         * misc/reboot.c, nis/nis_table.c, nptl_db/thread_dbP.h
3908         * nscd/connections.c, resolv/res_send.c, soft-fp/fmadf4.c
3909         * soft-fp/fmasf4.c, soft-fp/fmatf4.c, stdio-common/vfscanf.c
3910         * sysdeps/ieee754/dbl-64/e_lgamma_r.c
3911         * sysdeps/ieee754/dbl-64/k_rem_pio2.c
3912         * sysdeps/ieee754/flt-32/e_lgammaf_r.c
3913         * sysdeps/ieee754/flt-32/k_rem_pio2f.c
3914         * sysdeps/ieee754/ldbl-128/k_tanl.c
3915         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c
3916         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c
3917         * sysdeps/ieee754/ldbl-96/k_tanl.c, sysdeps/nptl/futex-internal.h:
3918         Include libc-diag.h instead of libc-internal.h.
3920         * elf/dl-load.c, elf/dl-reloc.c, locale/programs/locarchive.c
3921         * nptl/nptl-init.c, string/strcspn.c, string/strspn.c
3922         * malloc/malloc.c, sysdeps/i386/nptl/tls.h
3923         * sysdeps/nacl/dl-map-segments.h, sysdeps/x86_64/atomic-machine.h
3924         * sysdeps/unix/sysv/linux/spawni.c
3925         * sysdeps/x86_64/nptl/tls.h:
3926         Include libc-pointer-arith.h instead of libc-internal.h.
3928         * elf/get-dynamic-info.h, sysdeps/nacl/dl-map-segments.h
3929         * sysdeps/x86_64/atomic-machine.h:
3930         Add multiple include guard.
3932         * nss/tst-cancel-getpwuid_r.c: Include nss.h.
3933         * string/strcasestr.c: No need to include config.h.
3934         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: Include
3935         sys/auxv.h. Don't include sysdep.h.
3936         * sysdeps/powerpc/tst-set_ppr.c: Don't include dl-procinfo.h.
3938         * dlfcn/tst-dladdr.c: Don't include ldsodefs.h.  Don't use
3939         DL_LOOKUP_ADDRESS.
3940         * math/test-misc.c: Instead of testing NO_LONG_DOUBLE, test whether
3941         LDBL_MANT_DIG is greater than DBL_MANT_DIG.
3942         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Use
3943         sysconf (_SC_PAGESIZE) instead of __getpagesize in definition
3944         of ARTIFICIAL_LIMIT.
3945         * sysdeps/unix/sysv/linux/tst-clone.c [__ia64__]: Add extern
3946         declaration of __clone2.
3948 2017-02-28  Florian Weimer  <fweimer@redhat.com>
3950         * scripts/backport-support.sh (latest_commit): New file.
3952 2017-02-28  Florian Weimer  <fweimer@redhat.com>
3954         [BZ #20257]
3955         * inet/Makefile (routines): Add deadline.
3956         (tests-static): Add tst-deadline.
3957         * inet/net-internal.h (struct deadline_current_time)
3958         (__deadline_current_time, struct deadline, __deadline_is_infinite)
3959         (__deadline_elapsed, __deadline_first, __deadline_from_timeval)
3960         (__deadline_to_ms, __is_timeval_valid_timeout): Declare.
3961         * inet/deadline.c: New file.
3962         * inet/tst-deadline.c: Likewise.
3963         * sunrpc/Makefile (tests): Add tst-udp-nonblocking,
3964         tst-udp-timeout, tst-udp-garbage.
3965         (tst-udp-nonblocking, tst-udp-timeout): Link against libc.so
3966         explicitly.
3967         (tst-udp-garbage): Likewise.  Also link against thread library.
3968         * sunrpc/clnt_udp.c (struct cu_data): Mention in comment that the
3969         struct layout is part of the ABI.
3970         (clntudp_call): Rework timeout handling.
3971         * sunrpc/tst-udp-garbage.c: New file.
3972         * sunrpc/tst-udp-nonblocking.c: Likewise.
3973         * sunrpc/tst-udp-timeout.c: Likewise.
3975 2017-02-28  Florian Weimer  <fweimer@redhat.com>
3977         [BZ #5010]
3978         * sunrpc/svc.c (svc_is_mapped): Remove.
3979         (svc_unregister): Obtain mapped status while the service is still
3980         registered.
3981         * sunrpc/Makefile [have-thread-library] (tests): Add
3982         tst-svc_register.
3983         (tst-svc_register): Link against libc.so explicitly and the thread
3984         library.
3985         * sunrpc/tst-svc_register.c: New file.
3987 2017-02-28  Andreas Schwab  <schwab@linux-m68k.org>
3989         * bits/sigthread.h: Refer to <signal.h>, not <pthread.h>.
3990         * sysdeps/pthread/bits/sigthread.h: Likewise.
3992 2017-02-27  Florian Weimer  <fweimer@redhat.com>
3994         [BZ #21115]
3995         * sunrpc/clnt_udp.c (clntudp_call): Free ancillary data later.
3996         * sunrpc/Makefile (tests): Add tst-udp-error.
3997         (tst-udp-error): Link against libc.so explicitly.
3998         * sunrpc/tst-udp-error: New file.
4000 2017-02-25  Zack Weinberg  <zackw@panix.com>
4002         * sysdeps/generic/math_private.h: Use __BIG_ENDIAN and
4003         __LITTLE_ENDIAN, not BIG_ENDIAN and LITTLE_ENDIAN.
4005         * sysdeps/generic/math_ldbl.h
4006         * sysdeps/ia64/fpu/math_ldbl.h
4007         * sysdeps/ieee754/ldbl-128/math_ldbl.h
4008         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
4009         * sysdeps/ieee754/ldbl-96/math_ldbl.h
4010         * sysdeps/powerpc/fpu/math_ldbl.h
4011         * sysdeps/x86_64/fpu/math_ldbl.h:
4012         Allow direct inclusion.  Use uintNN_t instead of u_intNN_t.
4013         Use __BIG_ENDIAN and __LITTLE_ENDIAN, not BIG_ENDIAN and
4014         LITTLE_ENDIAN.  Include endian.h and/or stdint.h if necessary.
4015         Add copyright notices.
4017         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_canonicalize_int):
4018         Don't use EXTRACT_WORDS64.
4020         * sysdeps/ieee754/ldbl-96/test-canonical-ldbl-96.c
4021         * sysdeps/ieee754/ldbl-96/test-totalorderl-ldbl-96.c
4022         * sysdeps/ieee754/ldbl-128ibm/test-canonical-ldbl-128ibm.c
4023         * sysdeps/ieee754/ldbl-128ibm/test-totalorderl-ldbl-128ibm.c:
4024         Include math_ldbl.h, not math_private.h.
4026 2017-02-25  Zack Weinberg  <zackw@panix.com>
4028         * include/libc-diag.h: New file.  Define ignore_value,
4029         DIAG_PUSH_NEEDS_COMMENT, DIAG_POP_NEEDS_COMMENT,
4030         DIAG_IGNORE_NEEDS_COMMENT, and DIAG_IGNORE_Os_NEEDS_COMMENT here.
4032         * include/libc-internal.h: Definitions of above macros moved from
4033         here.  Include libc-diag.h.  Add copyright notice.
4035         * malloc/tst-malloc.c, malloc/tst-memcheck.c, malloc/tst-realloc.c
4036         * misc/tst-error1.c, posix/tst-dir.c, stdio-common/bug21.c
4037         * stdio-common/scanf14.c, stdio-common/scanf4.c, stdio-common/scanf7.c
4038         * stdio-common/test-vfprintf.c, stdio-common/tst-printf.c
4039         * stdio-common/tst-printfsz.c, stdio-common/tst-sprintf.c
4040         * stdio-common/tst-unlockedio.c, stdio-common/tstdiomisc.c
4041         * stdlib/bug-getcontext.c, string/tester.c, string/tst-endian.c
4042         * time/tst-strptime2.c, wcsmbs/tst-wcstof.c:
4043         Include libc-diag.h instead of libc-internal.h.
4045         * stdlib/tst-environ.c: Include libc-diag.h.  Suppress -Wnonnull for
4046         call to unsetenv (NULL).
4047         * nptl/tst-mutex1.c: Include libc-diag.h.  Suppress -Wnonnull for
4048         call to pthread_mutexattr_destroy (NULL).
4050 2017-02-25  Zack Weinberg  <zackw@panix.com>
4052         * include/features.h (__GLIBC_USE_DEPRECATED_GETS): New macro.
4053         * libio/stdio.h, libio/bits/stdio2.h: Condition gets on
4054         __GLIBC_USE (DEPRECATED_GETS).  Update comments to indicate
4055         gets was removed from C++ in C++14.
4056         * include/stdio.h: Remove redundant declaration of gets.
4057         * debug/tst-chk1.c, stdio-common/tst-gets.c: Force gets to
4058         be declared, since we are testing it.
4059         * stdio-common/Makefile (tst-gets.c): Compile with
4060         -Wno-deprecated-declarations.
4061         * debug/Makefile (tst-chk1.c, tst-chk2.c, tst-chk3.c, tst-chk4.cc)
4062         (tst-chk5.cc, tst-chk6.cc, tst-lfschk1.c, tst-lfschk2.c)
4063         (tst-lfschk3.c, tst-lfschk4.cc, tst-lfschk5.cc, tst-lfschk6.cc):
4064         Compile with -Wno-deprecated-declarations.
4066 2017-02-24  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
4068         * math/libm-test-support.c (check_ulp): Use LIT() around literal
4069         numbers.
4071 2017-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
4073         * resolv/tst-resolv-qtypes.c (domain):
4074         Change type to const pointer to const char.
4076 2017-02-24  Joseph Myers  <joseph@codesourcery.com>
4078         * math/Makefile (libm-tests-generated): Remove variable.
4079         (libm-tests-base-normal): New variable.
4080         (libm-tests-base-finite): Likewise.
4081         (libm-tests-base-inline): Likewise.
4082         (libm-tests-base): Likewise.
4083         (libm-tests-normal): Likewise.
4084         (libm-tests-finite): Likewise.
4085         (libm-tests-inline): Likewise.
4086         (libm-tests-vector): Likewise.
4087         (libm-tests): Define in terms of these new variables.
4088         (libm-tests-for-type): New variable.
4089         (libm-tests.o): Move definition.
4090         (tests): Move addition of $(libm-tests).
4091         (generated): Update for new and removed libm test files.
4092         ($(objpfx)libm-test.c): Remove target.
4093         ($(objpfx)libm-have-vector-test.h): Likewise.
4094         (CFLAGS-test-double-vlen2.c): Remove variable.
4095         (CFLAGS-test-double-vlen4.c): Likewise.
4096         (CFLAGS-test-double-vlen8.c): Likewise.
4097         (CFLAGS-test-float-vlen4.c): Likewise.
4098         (CFLAGS-test-float-vlen8.c): Likewise.
4099         (CFLAGS-test-float-vlen16.c): Likewise.
4100         (CFLAGS-test-float.c): Likewise.
4101         (CFLAGS-test-float-finite.c): Likewise.
4102         (CFLAGS-libm-test-support-float.c): Likewise.
4103         (CFLAGS-test-double.c): Likewise.
4104         (CFLAGS-test-double-finite.c): Likewise.
4105         (CFLAGS-libm-test-support-double.c): Likewise.
4106         (CFLAGS-test-ldouble.c): Likewise.
4107         (CFLAGS-test-ldouble-finite.c): Likewise.
4108         (CFLAGS-libm-test-support-ldouble.c): Likewise.
4109         (libm-test-inline-cflags): New variable.
4110         (CFLAGS-test-ifloat.c): Remove variable.
4111         (CFLAGS-test-idouble.c): Likewise.
4112         (CFLAGS-test-ildouble.c): Likewise.
4113         ($(addprefix $(objpfx), $(libm-tests.o))): Move target and update
4114         dependencies.
4115         ($(foreach t,$(libm-tests-normal),$(objpfx)$(t).c)): New rule.
4116         ($(foreach t,$(libm-tests-finite),$(objpfx)$(t).c)): Likewise.
4117         ($(foreach t,$(libm-tests-inline),$(objpfx)$(t).c)): Likewise.
4118         ($(foreach t,$(libm-tests-vector),$(objpfx)$(t).c)): Likewise.
4119         ($(foreach t,$(types),$(objpfx)libm-test-support-$(t).c)):
4120         Likewise.
4121         (dependencies on libm-test-support-*.o): Remove.
4122         ($(foreach f,$(libm-test-funcs-all),$(objpfx)$(o)-$(f).o)): New
4123         rules using iterators.
4124         ($(addprefix $(objpfx),$(call libm-tests-for-type,$(o)))):
4125         Likewise.
4126         ($(objpfx)libm-test-support-$(o).o): Likewise.
4127         ($(addprefix $(objpfx),$(filter-out $(tests-static)
4128         $(libm-vec-tests),$(tests)))): Filter out $(libm-tests-vector)
4129         instead.
4130         ($(addprefix $(objpfx), $(libm-vec-tests))): Use iterator to
4131         define rule instead.
4132         * math/README.libm-test: Update.
4133         * math/libm-test-acos.inc: Include libm-test-driver.c.
4134         (do_test): New function.
4135         * math/libm-test-acosh.inc: Include libm-test-driver.c.
4136         (do_test): New function.
4137         * math/libm-test-asin.inc: Include libm-test-driver.c.
4138         (do_test): New function.
4139         * math/libm-test-asinh.inc: Include libm-test-driver.c.
4140         (do_test): New function.
4141         * math/libm-test-atan.inc: Include libm-test-driver.c.
4142         (do_test): New function.
4143         * math/libm-test-atan2.inc: Include libm-test-driver.c.
4144         (do_test): New function.
4145         * math/libm-test-atanh.inc: Include libm-test-driver.c.
4146         (do_test): New function.
4147         * math/libm-test-cabs.inc: Include libm-test-driver.c.
4148         (do_test): New function.
4149         * math/libm-test-cacos.inc: Include libm-test-driver.c.
4150         (do_test): New function.
4151         * math/libm-test-cacosh.inc: Include libm-test-driver.c.
4152         (do_test): New function.
4153         * math/libm-test-canonicalize.inc: Include libm-test-driver.c.
4154         (do_test): New function.
4155         * math/libm-test-carg.inc: Include libm-test-driver.c.
4156         (do_test): New function.
4157         * math/libm-test-casin.inc: Include libm-test-driver.c.
4158         (do_test): New function.
4159         * math/libm-test-casinh.inc: Include libm-test-driver.c.
4160         (do_test): New function.
4161         * math/libm-test-catan.inc: Include libm-test-driver.c.
4162         (do_test): New function.
4163         * math/libm-test-catanh.inc: Include libm-test-driver.c.
4164         (do_test): New function.
4165         * math/libm-test-cbrt.inc: Include libm-test-driver.c.
4166         (do_test): New function.
4167         * math/libm-test-ccos.inc: Include libm-test-driver.c.
4168         (do_test): New function.
4169         * math/libm-test-ccosh.inc: Include libm-test-driver.c.
4170         (do_test): New function.
4171         * math/libm-test-ceil.inc: Include libm-test-driver.c.
4172         (do_test): New function.
4173         * math/libm-test-cexp.inc: Include libm-test-driver.c.
4174         (do_test): New function.
4175         * math/libm-test-cimag.inc: Include libm-test-driver.c.
4176         (do_test): New function.
4177         * math/libm-test-clog.inc: Include libm-test-driver.c.
4178         (do_test): New function.
4179         * math/libm-test-clog10.inc: Include libm-test-driver.c.
4180         (do_test): New function.
4181         * math/libm-test-conj.inc: Include libm-test-driver.c.
4182         (do_test): New function.
4183         * math/libm-test-copysign.inc: Include libm-test-driver.c.
4184         (do_test): New function.
4185         * math/libm-test-cos.inc: Include libm-test-driver.c.
4186         (do_test): New function.
4187         * math/libm-test-cosh.inc: Include libm-test-driver.c.
4188         (do_test): New function.
4189         * math/libm-test-cpow.inc: Include libm-test-driver.c.
4190         (do_test): New function.
4191         * math/libm-test-cproj.inc: Include libm-test-driver.c.
4192         (do_test): New function.
4193         * math/libm-test-creal.inc: Include libm-test-driver.c.
4194         (do_test): New function.
4195         * math/libm-test-csin.inc: Include libm-test-driver.c.
4196         (do_test): New function.
4197         * math/libm-test-csinh.inc: Include libm-test-driver.c.
4198         (do_test): New function.
4199         * math/libm-test-csqrt.inc: Include libm-test-driver.c.
4200         (do_test): New function.
4201         * math/libm-test-ctan.inc: Include libm-test-driver.c.
4202         (do_test): New function.
4203         * math/libm-test-ctanh.inc: Include libm-test-driver.c.
4204         (do_test): New function.
4205         * math/libm-test-erf.inc: Include libm-test-driver.c.
4206         (do_test): New function.
4207         * math/libm-test-erfc.inc: Include libm-test-driver.c.
4208         (do_test): New function.
4209         * math/libm-test-exp.inc: Include libm-test-driver.c.
4210         (do_test): New function.
4211         * math/libm-test-exp10.inc: Include libm-test-driver.c.
4212         (do_test): New function.
4213         * math/libm-test-exp2.inc: Include libm-test-driver.c.
4214         (do_test): New function.
4215         * math/libm-test-expm1.inc: Include libm-test-driver.c.
4216         (do_test): New function.
4217         * math/libm-test-fabs.inc: Include libm-test-driver.c.
4218         (do_test): New function.
4219         * math/libm-test-fdim.inc: Include libm-test-driver.c.
4220         (do_test): New function.
4221         * math/libm-test-floor.inc: Include libm-test-driver.c.
4222         (do_test): New function.
4223         * math/libm-test-fma.inc: Include libm-test-driver.c.
4224         (do_test): New function.
4225         * math/libm-test-fmax.inc: Include libm-test-driver.c.
4226         (do_test): New function.
4227         * math/libm-test-fmaxmag.inc: Include libm-test-driver.c.
4228         (do_test): New function.
4229         * math/libm-test-fmin.inc: Include libm-test-driver.c.
4230         (do_test): New function.
4231         * math/libm-test-fminmag.inc: Include libm-test-driver.c.
4232         (do_test): New function.
4233         * math/libm-test-fmod.inc: Include libm-test-driver.c.
4234         (do_test): New function.
4235         * math/libm-test-fpclassify.inc: Include libm-test-driver.c.
4236         (do_test): New function.
4237         * math/libm-test-frexp.inc: Include libm-test-driver.c.
4238         (do_test): New function.
4239         * math/libm-test-fromfp.inc: Include libm-test-driver.c.
4240         (do_test): New function.
4241         * math/libm-test-fromfpx.inc: Include libm-test-driver.c.
4242         (do_test): New function.
4243         * math/libm-test-getpayload.inc: Include libm-test-driver.c.
4244         (do_test): New function.
4245         * math/libm-test-hypot.inc: Include libm-test-driver.c.
4246         (do_test): New function.
4247         * math/libm-test-ilogb.inc: Include libm-test-driver.c.
4248         (do_test): New function.
4249         * math/libm-test-iscanonical.inc: Include libm-test-driver.c.
4250         (do_test): New function.
4251         * math/libm-test-iseqsig.inc: Include libm-test-driver.c.
4252         (do_test): New function.
4253         * math/libm-test-isfinite.inc: Include libm-test-driver.c.
4254         (do_test): New function.
4255         * math/libm-test-isgreater.inc: Include libm-test-driver.c.
4256         (do_test): New function.
4257         * math/libm-test-isgreaterequal.inc: Include libm-test-driver.c.
4258         (do_test): New function.
4259         * math/libm-test-isinf.inc: Include libm-test-driver.c.
4260         (do_test): New function.
4261         * math/libm-test-isless.inc: Include libm-test-driver.c.
4262         (do_test): New function.
4263         * math/libm-test-islessequal.inc: Include libm-test-driver.c.
4264         (do_test): New function.
4265         * math/libm-test-islessgreater.inc: Include libm-test-driver.c.
4266         (do_test): New function.
4267         * math/libm-test-isnan.inc: Include libm-test-driver.c.
4268         (do_test): New function.
4269         * math/libm-test-isnormal.inc: Include libm-test-driver.c.
4270         (do_test): New function.
4271         * math/libm-test-issignaling.inc: Include libm-test-driver.c.
4272         (do_test): New function.
4273         * math/libm-test-issubnormal.inc: Include libm-test-driver.c.
4274         (do_test): New function.
4275         * math/libm-test-isunordered.inc: Include libm-test-driver.c.
4276         (do_test): New function.
4277         * math/libm-test-iszero.inc: Include libm-test-driver.c.
4278         (do_test): New function.
4279         * math/libm-test-j0.inc: Include libm-test-driver.c.
4280         (do_test): New function.
4281         * math/libm-test-j1.inc: Include libm-test-driver.c.
4282         (do_test): New function.
4283         * math/libm-test-jn.inc: Include libm-test-driver.c.
4284         (do_test): New function.
4285         * math/libm-test-lgamma.inc: Include libm-test-driver.c.
4286         (do_test): New function.
4287         * math/libm-test-llogb.inc: Include libm-test-driver.c.
4288         (do_test): New function.
4289         * math/libm-test-llrint.inc: Include libm-test-driver.c.
4290         (do_test): New function.
4291         * math/libm-test-llround.inc: Include libm-test-driver.c.
4292         (do_test): New function.
4293         * math/libm-test-log.inc: Include libm-test-driver.c.
4294         (do_test): New function.
4295         * math/libm-test-log10.inc: Include libm-test-driver.c.
4296         (do_test): New function.
4297         * math/libm-test-log1p.inc: Include libm-test-driver.c.
4298         (do_test): New function.
4299         * math/libm-test-log2.inc: Include libm-test-driver.c.
4300         (do_test): New function.
4301         * math/libm-test-logb.inc: Include libm-test-driver.c.
4302         (do_test): New function.
4303         * math/libm-test-lrint.inc: Include libm-test-driver.c.
4304         (do_test): New function.
4305         * math/libm-test-lround.inc: Include libm-test-driver.c.
4306         (do_test): New function.
4307         * math/libm-test-modf.inc: Include libm-test-driver.c.
4308         (do_test): New function.
4309         * math/libm-test-nearbyint.inc: Include libm-test-driver.c.
4310         (do_test): New function.
4311         * math/libm-test-nextafter.inc: Include libm-test-driver.c.
4312         (do_test): New function.
4313         * math/libm-test-nextdown.inc: Include libm-test-driver.c.
4314         (do_test): New function.
4315         * math/libm-test-nexttoward.inc: Include libm-test-driver.c.
4316         (do_test): New function.
4317         * math/libm-test-nextup.inc: Include libm-test-driver.c.
4318         (do_test): New function.
4319         * math/libm-test-pow.inc: Include libm-test-driver.c.
4320         (do_test): New function.
4321         * math/libm-test-remainder.inc: Include libm-test-driver.c.
4322         (do_test): New function.
4323         * math/libm-test-remquo.inc: Include libm-test-driver.c.
4324         (do_test): New function.
4325         * math/libm-test-rint.inc: Include libm-test-driver.c.
4326         (do_test): New function.
4327         * math/libm-test-round.inc: Include libm-test-driver.c.
4328         (do_test): New function.
4329         * math/libm-test-roundeven.inc: Include libm-test-driver.c.
4330         (do_test): New function.
4331         * math/libm-test-scalb.inc: Include libm-test-driver.c.
4332         (do_test): New function.
4333         * math/libm-test-scalbln.inc: Include libm-test-driver.c.
4334         (do_test): New function.
4335         * math/libm-test-scalbn.inc: Include libm-test-driver.c.
4336         (do_test): New function.
4337         * math/libm-test-setpayload.inc: Include libm-test-driver.c.
4338         (do_test): New function.
4339         * math/libm-test-setpayloadsig.inc: Include libm-test-driver.c.
4340         (do_test): New function.
4341         * math/libm-test-signbit.inc: Include libm-test-driver.c.
4342         (do_test): New function.
4343         * math/libm-test-significand.inc: Include libm-test-driver.c.
4344         (do_test): New function.
4345         * math/libm-test-sin.inc: Include libm-test-driver.c.
4346         (do_test): New function.
4347         * math/libm-test-sincos.inc: Include libm-test-driver.c.
4348         (do_test): New function.
4349         * math/libm-test-sinh.inc: Include libm-test-driver.c.
4350         (do_test): New function.
4351         * math/libm-test-sqrt.inc: Include libm-test-driver.c.
4352         (do_test): New function.
4353         * math/libm-test-tan.inc: Include libm-test-driver.c.
4354         (do_test): New function.
4355         * math/libm-test-tanh.inc: Include libm-test-driver.c.
4356         (do_test): New function.
4357         * math/libm-test-tgamma.inc: Include libm-test-driver.c.
4358         (do_test): New function.
4359         * math/libm-test-totalorder.inc: Include libm-test-driver.c.
4360         (do_test): New function.
4361         * math/libm-test-totalordermag.inc: Include libm-test-driver.c.
4362         (do_test): New function.
4363         * math/libm-test-trunc.inc: Include libm-test-driver.c.
4364         (do_test): New function.
4365         * math/libm-test-ufromfp.inc: Include libm-test-driver.c.
4366         (do_test): New function.
4367         * math/libm-test-ufromfpx.inc: Include libm-test-driver.c.
4368         (do_test): New function.
4369         * math/libm-test-y0.inc: Include libm-test-driver.c.
4370         (do_test): New function.
4371         * math/libm-test-y1.inc: Include libm-test-driver.c.
4372         (do_test): New function.
4373         * math/libm-test-yn.inc: Include libm-test-driver.c.
4374         (do_test): New function.
4375         * math/libm-test-driver.c: Do not include libm-have-vector-test.h.
4376         (HAVE_VECTOR): Remove macro.
4377         (START): Do not call HAVE_VECTOR.
4378         * math/test-double-vlen2.h (FUNC_TEST): Remove macro.
4379         * math/test-double-vlen4.h (FUNC_TEST): Remove macro.
4380         * math/test-double-vlen8.h (FUNC_TEST): Remove macro.
4381         * math/test-float-vlen16.h (FUNC_TEST): Remove macro.
4382         * math/test-float-vlen4.h (FUNC_TEST): Remove macro.
4383         * math/test-float-vlen8.h (FUNC_TEST): Remove macro.
4384         * math/test-math-vector.h (FUNC_TEST): New macro.
4385         (WRAPPER_DECL): Rename to WRAPPER_DECL_f.
4386         * sysdeps/x86_64/fpu/Makefile (double-vlen2-funcs): New variable.
4387         (double-vlen4-funcs): Likewise.
4388         (double-vlen4-avx2-funcs): Likewise.
4389         (double-vlen8-funcs): Likewise.
4390         (float-vlen4-funcs): Likewise.
4391         (float-vlen8-funcs): Likewise.
4392         (float-vlen8-avx2-funcs): Likewise.
4393         (float-vlen16-funcs): Likewise.
4394         (CFLAGS-test-double-vlen4-avx2.c): Remove variable.
4395         (CFLAGS-test-float-vlen8-avx2.c): Likewise.
4396         * sysdeps/x86_64/fpu/test-double-vlen4.h (TEST_VECTOR_cos): Remove
4397         macro.
4398         (TEST_VECTOR_sin): Likewise.
4399         (TEST_VECTOR_sincos): Likewise.
4400         (TEST_VECTOR_log): Likewise.
4401         (TEST_VECTOR_exp): Likewise.
4402         (TEST_VECTOR_pow): Likewise.
4403         * sysdeps/x86_64/fpu/test-double-vlen8.h (TEST_VECTOR_cos):
4404         Likewise.
4405         (TEST_VECTOR_sin): Likewise.
4406         (TEST_VECTOR_sincos): Likewise.
4407         (TEST_VECTOR_log): Likewise.
4408         (TEST_VECTOR_exp): Likewise.
4409         (TEST_VECTOR_pow): Likewise.
4410         * sysdeps/x86_64/fpu/test-float-vlen16.h (TEST_VECTOR_cosf):
4411         Likewise.
4412         (TEST_VECTOR_sinf): Likewise.
4413         (TEST_VECTOR_sincosf): Likewise.
4414         (TEST_VECTOR_logf): Likewise.
4415         (TEST_VECTOR_expf): Likewise.
4416         (TEST_VECTOR_powf): Likewise.
4417         * sysdeps/x86_64/fpu/test-float-vlen8.h (TEST_VECTOR_cosf):
4418         Likewise.
4419         (TEST_VECTOR_sinf): Likewise.
4420         (TEST_VECTOR_sincosf): Likewise.
4421         (TEST_VECTOR_logf): Likewise.
4422         (TEST_VECTOR_expf): Likewise.
4423         (TEST_VECTOR_powf): Likewise.
4424         * math/gen-libm-have-vector-test.sh: Remove file.
4425         * math/libm-test.inc: Likewise.
4426         * math/libm-test-support-double.c: Likewise.
4427         * math/libm-test-support-float.c: Likewise.
4428         * math/libm-test-support-ldouble.c: Likewise.
4429         * math/test-double-finite.c: Likewise.: Likewise.
4430         * math/test-double.c: Likewise.
4431         * math/test-float-finite.c: Likewise.
4432         * math/test-float.c: Likewise.
4433         * math/test-idouble.c: Likewise.
4434         * math/test-ifloat.c: Likewise.
4435         * math/test-ildouble.c: Likewise.
4436         * math/test-ldouble-finite.c: Likewise.
4437         * math/test-ldouble.c: Likewise.
4438         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
4439         * sysdeps/x86_64/fpu/test-double-vlen2.h: Likewise.
4440         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
4441         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
4442         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
4443         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
4444         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
4445         * sysdeps/x86_64/fpu/test-float-vlen4.h: Likewise.
4446         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
4447         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
4449 2017-02-23 Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
4450            Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
4452         * math/Makefile: Add wrappers to gen-libm-calls.
4453         * math/w_acos_template.c: New file.
4454         * math/w_acosh_template.c: Likewise.
4455         * math/w_asin_template.c: Likewise.
4456         * math/w_atan2_template.c: Likewise.
4457         * math/w_atanh_template.c: Likewise.
4458         * math/w_cosh_template.c: Likewise.
4459         * math/w_exp10_template.c: Likewise.
4460         * math/w_exp2_template.c: Likewise.
4461         * math/w_exp_template.c: Likewise.
4462         * math/w_fmod_template.c: Likewise.
4463         * math/w_hypot_template.c: Likewise.
4464         * math/w_j0_template.c: Likewise.
4465         * math/w_j1_template.c: Likewise.
4466         * math/w_jn_template.c: Likewise.
4467         * math/w_lgamma_r_template.c: Likewise.
4468         * math/w_lgamma_template.c: Likewise.
4469         * math/w_log10_template.c: Likewise.
4470         * math/w_log2_template.c: Likewise.
4471         * math/w_log_template.c: Likewise.
4472         * math/w_pow_template.c: Likewise.
4473         * math/w_remainder_template.c: Likewise.
4474         * math/w_sinh_template.c: Likewise.
4475         * math/w_sqrt_template.c: Likewise.
4476         * math/w_tgamma_template.c: Likewise.: Likewise.
4477         * sysdeps/generic/math-type-macros-double.h
4478         (__USE_WRAPPER_TEMPLATE): New macro to control inclusion of
4479         the new wrappers.
4480         * sysdeps/generic/math-type-macros-float.h: Likewise.
4481         * sysdeps/generic/math-type-macros-ldouble.h: Likewise.
4483 2017-02-22  Joseph Myers  <joseph@codesourcery.com>
4485         * sysdeps/unix/sysv/linux/sys/timerfd.h (TFD_TIMER_CANCEL_ON_SET):
4486         New enum constant and macro.
4488         * scripts/build-many-glibcs.py (Context.checkout): Default Linux
4489         kernel version to 4.10.
4491 2017-02-21  Joseph Myers  <joseph@codesourcery.com>
4493         * sysdeps/unix/sysv/linux/bits/in.h (IP_RECVFRAGSIZE): New macro.
4495 2017-02-21  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
4497         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4499 2017-02-21  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
4501         * sysdeps/powerpc/tst-set_ppr.c: New file.
4502         Implement test cases for __ppc_set_ppr_* functions.
4503         * sysdeps/powerpc/Makefile ($(subdir),misc): Add tst-set_ppr
4504         in the list of tests.
4506 2017-02-21  Wainer dos Santos Moschetta  <wainersm@linux.vnet.ibm.com>
4508         * sysdeps/powerpc/test-get_hwcap.c: Use <support/test-driver.c>
4509         instead of test-skeleton.c.
4510         (do_test): Replaced pthread_create and pthread_join with
4511         xpthread_create and xpthread_join.  Use TEST_VERIFY_EXIT macro.
4512         Removed unneeded status variable.
4513         * sysdeps/powerpc/test-gettimebase.c: Use <support/test-driver.c>
4514         instead of test-skeleton.c.
4515         * sysdeps/powerpc/tst-tlsopt-powerpc.c: Likewise.
4517 2017-02-20  Mike FABIAN  <mfabian@redhat.com>
4519         [BZ #20313]
4520         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
4521         201605L, for Unicode 9.
4523 2017-02-20  Joseph Myers  <joseph@codesourcery.com>
4525         * math/libm-test-support.h (EXCEPTIONS_OK): Remove macro.
4526         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
4527         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
4528         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
4529         (UNDERFLOW_EXCEPTION_OK_DOUBLE): Likewise.
4530         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
4532 2017-02-19  Zack Weinberg  <zackw@panix.com>
4534         * rt/tst-mqueue4.c: Include stdint.h.
4536 2017-02-17  Joseph Myers  <joseph@codesourcery.com>
4538         * sysdeps/arm/libm-test-ulps: Update.
4539         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
4540         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
4541         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
4543 2017-01-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4545         [BZ #21029]
4546         * config.h.in [CAN_USE_REGISTER_ASM_EBP]: New define.
4547         * sysdeps/unix/sysv/linux/i386/Makefile
4548         [$(subdir) = elf] (sysdep-dl-routines): Add libc-do-syscall.
4549         (uses-6-syscall-arguments): Remove.
4550         [$(subdir) = misc] (CFLAGS-epoll_pwait.o): Likewise.
4551         [$(subdir) = misc] (CFLAGS-epoll_pwait.os): Likewise.
4552         [$(subdir) = misc] (CFLAGS-mmap.o): Likewise.
4553         [$(subdir) = misc] (CFLAGS-mmap.os): Likewise.
4554         [$(subdir) = misc] (CFLAGS-mmap64.o): Likewise.
4555         [$(subdir) = misc] (CFLAGS-mmap64.os): Likewise.
4556         [$(subdir) = misc] (CFLAGS-pselect.o): Likewise.
4557         [$(subdir) = misc] (cflags-pselect.o): Likewise.
4558         [$(subdir) = misc] (cflags-pselect.os): Likewise.
4559         [$(subdir) = misc] (cflags-rtld-mmap.os): Likewise.
4560         [$(subdir) = sysvipc] (cflags-semtimedop.o): Likewise.
4561         [$(subdir) = sysvipc] (cflags-semtimedop.os): Likewise.
4562         [$(subdir) = io] (CFLAGS-posix_fadvise64.o): Likewise.
4563         [$(subdir) = io] (CFLAGS-posix_fadvise64.os): Likewise.
4564         [$(subdir) = io] (CFLAGS-posix_fallocate.o): Likewise.
4565         [$(subdir) = io] (CFLAGS-posix_fallocate.os): Likewise.
4566         [$(subdir) = io] (CFLAGS-posix_fallocate64.o): Likewise.
4567         [$(subdir) = io] (CFLAGS-posix_fallocate64.os): Likewise.
4568         [$(subdir) = io] (CFLAGS-sync_file_range.o): Likewise.
4569         [$(subdir) = io] (CFLAGS-sync_file_range.os): Likewise.
4570         [$(subdir) = io] (CFLAGS-fallocate.o): Likewise.
4571         [$(subdir) = io] (CFLAGS-fallocate.os): Likewise.
4572         [$(subdir) = io] (CFLAGS-fallocate64.o): Likewise.
4573         [$(subdir) = io] (CFLAGS-fallocate64.os): Likewise.
4574         [$(subdir) = nptl] (CFLAGS-pthread_rwlock_timedrdlock.o):
4575         Likewise.
4576         [$(subdir) = nptl] (CFLAGS-pthread_rwlock_timedrdlock.os):
4577         Likewise.
4578         [$(subdir) = nptl] (CFLAGS-pthread_rwlock_timedrwlock.o):
4579         Likewise.
4580         [$(subdir) = nptl] (CFLAGS-pthread_rwlock_timedrwlock.os):
4581         Likewise.
4582         [$(subdir) = nptl] (CFLAGS-sem_wait.o): Likewise.
4583         [$(subdir) = nptl] (CFLAGS-sem_wait.os): Likewise.
4584         [$(subdir) = nptl] (CFLAGS-sem_timedwait.o): Likewise.
4585         [$(subdir) = nptl] (CFLAGS-sem_timedwait.os): Likewise.
4586         * sysdeps/unix/sysv/linux/i386/configure.ac: Add check if compiler allows
4587         ebp on inline assembly.
4588         * sysdeps/unix/sysv/linux/i386/configure: Regenerate.
4589         * sysdeps/unix/sysv/linux/i386/sysdep.h (OPTIMIZE_FOR_GCC_5):
4590         Set if CAN_USE_REGISTER_ASM_EBP is set.
4592 2017-02-17  H.J. Lu  <hongjiu.lu@intel.com>
4594         * sysdeps/x86/cpu-features.c (init_cpu_features): Use
4595         index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bit.
4597 2017-02-17  Joseph Myers  <joseph@codesourcery.com>
4599         * math/auto-libm-test-in: Add tests of catan and catanh.
4600         * math/auto-libm-test-out-catan: New generated file.
4601         * math/auto-libm-test-out-catanh: Likewise.
4602         * math/libm-test-catan.inc (catan_test_data): Use AUTO_TESTS_c_c.
4603         Move tests with finite inputs, except divide-by-zero cases, to
4604         auto-libm-test-in.
4605         * math/libm-test-catanh.inc (catanh_test_data): Likewise.
4606         * math/Makefile (libm-test-funcs-auto): Add catan and catanh.
4607         (libm-test-funcs-noauto): Remove catan and catanh.
4608         * sysdeps/i386/fpu/libm-test-ulps: Update.
4609         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
4610         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4612         * math/auto-libm-test-in: Add tests of casin and casinh.
4613         * math/auto-libm-test-out-casin: New generated file.
4614         * math/auto-libm-test-out-casinh: Likewise.
4615         * math/libm-test-casin.inc (casin_test_data): Use AUTO_TESTS_c_c.
4616         Move tests with finite inputs to auto-libm-test-in.
4617         * math/libm-test-casinh.inc (casinh_test_data): Likewise.
4618         * math/Makefile (libm-test-funcs-auto): Add casin and casinh.
4619         (libm-test-funcs-noauto): Remove casin and casinh.
4620         * sysdeps/i386/fpu/libm-test-ulps: Update.
4621         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
4622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4624         * math/auto-libm-test-in: Add tests of cacos and cacosh.
4625         * math/auto-libm-test-out-cacos: New generated file.
4626         * math/auto-libm-test-out-cacosh: Likewise.
4627         * math/libm-test-cacos.inc (cacos_test_data): Use AUTO_TESTS_c_c.
4628         Move tests with finite inputs to auto-libm-test-in.
4629         * math/libm-test-cacosh.inc (cacosh_test_data): Likewise.
4630         * math/Makefile (libm-test-funcs-auto): Add cacos and cacosh.
4631         (libm-test-funcs-noauto): Remove cacos and cacosh.
4632         * sysdeps/i386/fpu/libm-test-ulps: Update.
4633         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Likewise.
4634         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4636         Revert:
4637         2017-02-16  Zack Weinberg  <zackw@panix.com>
4639         * sysdeps/x86_64/fpu/math-tests-arch.h: Include cpu-features.h.
4640         Don't include init-arch.h.
4641         * sysdeps/x86_64/multiarch/test-multiarch.h: Include cpu-features.h.
4642         Don't include init-arch.h.
4644 2017-02-17  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
4646         [BZ #21171]
4647         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (__ieee754_lgamma_r): Return
4648         +Inf and raise divide-by-zero when x is negative.
4649         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Likewise.
4650         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r): Likewise.
4651         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10):  Return
4652         -Inf and raise divide-by-zero when x = +-0.
4653         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
4654         * sysdeps/ieee754/flt-32/e_log10f.c (__ieee754_log10f): Likewise.
4655         * sysdeps/ieee754/flt-32/e_log2f.c (__ieee754_log2f): Likewise.
4656         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4657         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Likewise.
4658         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
4659         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
4661 2017-02-16  Zack Weinberg  <zackw@panix.com>
4663         * scripts/build-many-glibcs.py (bot_build_mail): If the
4664         bot_config does not contain all of the necessary email-
4665         related settings, just print a warning and continue.
4667 2017-02-16  Zack Weinberg  <zackw@panix.com>
4669         * crypt/md5.h: Test _LIBC with #if defined, not #if.
4670         * dirent/opendir-tst1.c: Include sys/stat.h.
4671         * dirent/tst-fdopendir.c: Include sys/stat.h.
4672         * dirent/tst-fdopendir2.c: Include stdlib.h.
4673         * dirent/tst-scandir.c: Include stdbool.h.
4674         * elf/tst-auditmod1.c: Include link.h and stddef.h.
4675         * elf/tst-tls15.c: Include stdlib.h.
4676         * elf/tst-tls16.c: Include stdlib.h.
4677         * elf/tst-tls17.c: Include stdlib.h.
4678         * elf/tst-tls18.c: Include stdlib.h.
4679         * iconv/tst-iconv6.c: Include endian.h.
4680         * iconvdata/bug-iconv11.c: Include limits.h.
4681         * io/test-utime.c: Include stdint.h.
4682         * io/tst-faccessat.c: Include sys/stat.h.
4683         * io/tst-fchmodat.c: Include sys/stat.h.
4684         * io/tst-fchownat.c: Include sys/stat.h.
4685         * io/tst-fstatat.c: Include sys/stat.h.
4686         * io/tst-futimesat.c: Include sys/stat.h.
4687         * io/tst-linkat.c: Include sys/stat.h.
4688         * io/tst-mkdirat.c: Include sys/stat.h and stdbool.h.
4689         * io/tst-mkfifoat.c: Include sys/stat.h and stdbool.h.
4690         * io/tst-mknodat.c: Include sys/stat.h and stdbool.h.
4691         * io/tst-openat.c: Include stdbool.h.
4692         * io/tst-readlinkat.c: Include sys/stat.h.
4693         * io/tst-renameat.c: Include sys/stat.h.
4694         * io/tst-symlinkat.c: Include sys/stat.h.
4695         * io/tst-unlinkat.c: Include stdbool.h.
4696         * libio/bug-memstream1.c: Include stdlib.h.
4697         * libio/bug-wmemstream1.c: Include stdlib.h.
4698         * libio/tst-fwrite-error.c: Include stdlib.h.
4699         * libio/tst-memstream1.c: Include stdlib.h.
4700         * libio/tst-memstream2.c: Include stdlib.h.
4701         * libio/tst-memstream3.c: Include stdlib.h.
4702         * malloc/tst-interpose-aux.c: Include stdint.h.
4703         * misc/tst-preadvwritev-common.c: Include sys/stat.h.
4704         * nptl/tst-basic7.c: Include limits.h.
4705         * nptl/tst-cancel25.c: Include pthread.h, not pthreadP.h.
4706         * nptl/tst-cancel4.c: Include stddef.h, limits.h, and sys/stat.h.
4707         * nptl/tst-cancel4_1.c: Include stddef.h.
4708         * nptl/tst-cancel4_2.c: Include stddef.h.
4709         * nptl/tst-cond16.c: Include limits.h.
4710         Use sysconf(_SC_PAGESIZE) instead of __getpagesize.
4711         * nptl/tst-cond18.c: Include limits.h.
4712         Use sysconf(_SC_PAGESIZE) instead of __getpagesize.
4713         * nptl/tst-cond4.c: Include stdint.h.
4714         * nptl/tst-cond6.c: Include stdint.h.
4715         * nptl/tst-stack2.c: Include limits.h.
4716         * nptl/tst-stackguard1.c: Include stddef.h.
4717         * nptl/tst-tls4.c: Include stdint.h. Don't include tls.h.
4718         * nptl/tst-tls4moda.c: Include stddef.h.
4719         Don't include stdio.h, unistd.h, or tls.h.
4720         * nptl/tst-tls4modb.c: Include stddef.h.
4721         Don't include stdio.h, unistd.h, or tls.h.
4722         * nptl/tst-tls5.h: Include stddef.h. Don't include stdlib.h or tls.h.
4723         * posix/tst-getaddrinfo2.c: Include stdio.h.
4724         * posix/tst-getaddrinfo5.c: Include stdio.h.
4725         * posix/tst-pathconf.c: Include sys/stat.h.
4726         * posix/tst-posix_fadvise-common.c: Include stdint.h.
4727         * posix/tst-preadwrite-common.c: Include sys/stat.h.
4728         * posix/tst-regex.c: Include stdint.h.
4729         Don't include spawn.h or spawn_int.h.
4730         * posix/tst-regexloc.c: Don't include spawn.h or spawn_int.h.
4731         * posix/tst-vfork3.c: Include sys/stat.h.
4732         * resolv/tst-bug18665-tcp.c: Include stdlib.h.
4733         * resolv/tst-res_hconf_reorder.c: Include stdlib.h.
4734         * resolv/tst-resolv-search.c: Include stdlib.h.
4735         * stdio-common/tst-fmemopen2.c: Include stdint.h.
4736         * stdio-common/tst-vfprintf-width-prec.c: Include stdlib.h.
4737         * stdlib/test-canon.c: Include sys/stat.h.
4738         * stdlib/tst-tls-atexit.c: Include stdbool.h.
4739         * string/test-memchr.c: Include stdint.h.
4740         * string/tst-cmp.c: Include stdint.h.
4741         * sysdeps/pthread/tst-timer.c: Include stdint.h.
4742         * sysdeps/unix/sysv/linux/tst-sync_file_range.c: Include stdint.h.
4743         * sysdeps/wordsize-64/tst-writev.c: Include limits.h and stdint.h.
4744         * sysdeps/x86_64/fpu/math-tests-arch.h: Include cpu-features.h.
4745         Don't include init-arch.h.
4746         * sysdeps/x86_64/multiarch/test-multiarch.h: Include cpu-features.h.
4747         Don't include init-arch.h.
4748         * sysdeps/x86_64/tst-auditmod10b.c: Include link.h and stddef.h.
4749         * sysdeps/x86_64/tst-auditmod3b.c: Include link.h and stddef.h.
4750         * sysdeps/x86_64/tst-auditmod4b.c: Include link.h and stddef.h.
4751         * sysdeps/x86_64/tst-auditmod5b.c: Include link.h and stddef.h.
4752         * sysdeps/x86_64/tst-auditmod6b.c: Include link.h and stddef.h.
4753         * sysdeps/x86_64/tst-auditmod6c.c: Include link.h and stddef.h.
4754         * sysdeps/x86_64/tst-auditmod7b.c: Include link.h and stddef.h.
4755         * time/clocktest.c: Include stdint.h.
4756         * time/tst-posixtz.c: Include stdint.h.
4757         * timezone/tst-timezone.c: Include stdint.h.
4759 2017-02-16  Zack Weinberg  <zackw@panix.com>
4761         * string/string.h [__USE_MISC]: Include strings.h.
4762         (__bzero, bcmp, bcopy, bzero, index, rindex)
4763         (strcasecmp, strncasecmp, strcasecmp_l, strncasecmp_l)
4764         (ffs, ffsl, ffsll): Don't declare.
4765         * string/strings.h: Do not suppress the file if string.h has
4766         already been included.
4767         (bcmp, bcopy, bzero, strcasecmp, strncasecmp): Add __nonnull
4768         annotations.
4769         (index, rindex): Define inline forwarders even if
4770         __CORRECT_ISO_CPP_STRING_H_PROTO is defined.
4771         (ffs): Use __attribute_const__.
4772         (ffsl, ffsll): Declare here.
4773         (strcasecmp_l, strncasecmp_l): Correct comments; these functions
4774         have now been standardized.
4775         * include/string.h (__bzero): Declare here.
4777         * bits/types.h: Move to posix/bits.
4778         * include/bits/types.h: New wrapper.
4780 2017-02-15  Wilco Dijkstra  <wdijkstr@arm.com>
4782         * string/bits/string2.h (strcmp): Remove define.
4783         (__strcmp_cg): Likewise.
4784         (strncmp): Likewise.
4786 2017-02-15  Wilco Dijkstra  <wdijkstr@arm.com>
4788         * include/string.h: Add __cplusplus check.
4790 2017-02-15  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
4792         [BZ #21134]
4793         * sysdeps/ieee754/dbl-64/e_j0.c (__ieee754_y0): Raise the
4794         "divide by zero" exception when the input is zero.
4795         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_y1): Likewise.
4796         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Likewise.
4797         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Likewise.
4798         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Likewise.
4799         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
4801 2017-02-15  Joseph Myers  <joseph@codesourcery.com>
4803         * sysdeps/x86_64/fpu/test-double-vlen2.c: Move most contents to,
4804         and include ...
4805         * sysdeps/x86_64/fpu/test-double-vlen2.h: ... here.  New file.
4806         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Move most contents
4807         to, and include ...
4808         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.h: ... here.  New
4809         file.
4810         * sysdeps/x86_64/fpu/test-double-vlen4.c: Move most contents to,
4811         and include ...
4812         * sysdeps/x86_64/fpu/test-double-vlen4.h: ... here.  New file.
4813         * sysdeps/x86_64/fpu/test-double-vlen8.c: Move most contents to,
4814         and include ...
4815         * sysdeps/x86_64/fpu/test-double-vlen8.h: ... here.  New file.
4816         * sysdeps/x86_64/fpu/test-float-vlen16.c: Move most contents to,
4817         and include ...
4818         * sysdeps/x86_64/fpu/test-float-vlen16.h: ... here.  New file.
4819         * sysdeps/x86_64/fpu/test-float-vlen4.c: Move most contents to,
4820         and include ...
4821         * sysdeps/x86_64/fpu/test-float-vlen4.h: ... here.  New file.
4822         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Move most contents
4823         to, and include ...
4824         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.h: ... here.  New file.
4825         * sysdeps/x86_64/fpu/test-float-vlen8.c: Move most contents to,
4826         and include ...
4827         * sysdeps/x86_64/fpu/test-float-vlen8.h: ... here.  New file.
4829 2017-02-14  Joseph Myers  <joseph@codesourcery.com>
4831         * math/libm-test-support.h: Do not include <math-tests-arch.h>
4832         here.
4833         * math/libm-test-support.c (libm_test_init): Do not call
4834         INIT_ARCH_EXT here.
4835         * math/libm-test-driver.c: Include <math-tests-arch.h>.
4836         (main): Call INIT_ARCH_EXT.
4838 2017-02-12  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
4840         [BZ #21130]
4841         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Return NAN
4842         with the "invalid" exception raised when x is -Inf.
4843         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
4845 2017-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
4847         * string/bits/string2.h (strchr): Remove define.
4849 2017-02-09  H.J. Lu  <hongjiu.lu@intel.com>
4851         * sysdeps/x86_64/Makefile (tests): Add tst-sse, tst-avx and
4852         tst-avx512.
4853         (test-extras): Add tst-avx-aux and tst-avx512-aux.
4854         (extra-test-objs): Add tst-avx-aux.o and tst-avx512-aux.o.
4855         (modules-names): Add tst-ssemod, tst-avxmod and tst-avx512mod.
4856         ($(objpfx)tst-sse): New rule.
4857         ($(objpfx)tst-avx): Likewise.
4858         ($(objpfx)tst-avx512): Likewise.
4859         (CFLAGS-tst-avx-aux.c): New.
4860         (CFLAGS-tst-avxmod.c): Likewise.
4861         (CFLAGS-tst-avx512-aux.c): Likewise.
4862         (CFLAGS-tst-avx512mod.c): Likewise.
4863         * sysdeps/x86_64/tst-avx-aux.c: New file.
4864         * sysdeps/x86_64/tst-avx.c: Likewise.
4865         * sysdeps/x86_64/tst-avx512-aux.c: Likewise.
4866         * sysdeps/x86_64/tst-avx512.c: Likewise.
4867         * sysdeps/x86_64/tst-avx512mod.c: Likewise.
4868         * sysdeps/x86_64/tst-avxmod.c: Likewise.
4869         * sysdeps/x86_64/tst-sse.c: Likewise.
4870         * sysdeps/x86_64/tst-ssemod.c: Likewise.
4872 2017-02-09  Joseph Myers  <joseph@codesourcery.com>
4874         * math/auto-libm-test-in: Add more tests of csin and csinh.
4875         * math/auto-libm-test-out-csin: Regenerated.
4876         * math/auto-libm-test-out-csinh: Likewise.
4877         * math/libm-test-csin.inc (csin_test_data): Remove tests moved to
4878         auto-libm-test-in.
4879         * math/libm-test-csinh.inc (csinh_test_data): Likewise.
4881 2017-02-09  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
4883         * math/Makefile (libm-compat-calls-ldouble-yes): Merge into
4884         libm-compat-calls-auto.
4885         (libm-compat-calls): Likewise.
4886         (libm-compat-calls-auto): Rename to libm-compat-calls and add
4887         w_lgamma_compatF and k_standardF (merged from the items above).
4888         (libm-routines): Use libm-compat-calls, instead of
4889         libm-compat-calls-auto, with type-foreach.
4891 2017-02-09  Joseph Myers  <joseph@codesourcery.com>
4893         * math/test-math-inline.h (__LIBC_INTERNAL_MATH_INLINES): Undefine
4894         macro.
4895         * math/Makefile (CPPFLAGS-test-ifloat.c): Rename to ...
4896         (CFLAGS-test-ifloat.c): ... this.  Remove
4897         -U__LIBC_INTERNAL_MATH_INLINES.
4898         * math/Makefile (CPPFLAGS-test-idouble.c): Rename to ...
4899         (CFLAGS-test-idouble.c): ... this.  Remove
4900         -U__LIBC_INTERNAL_MATH_INLINES.
4901         * math/Makefile (CPPFLAGS-test-ildouble.c): Rename to ...
4902         (CFLAGS-test-ildouble.c): ... this.  Remove
4903         -U__LIBC_INTERNAL_MATH_INLINES.
4905 2017-02-08  Joseph Myers  <joseph@codesourcery.com>
4907         * math/libm-test-support.c: New file.  Content from
4908         math/libm-test-driver.c.
4909         * math/libm-test-support.h: Likewise.
4910         * math/libm-test-support-double.c: New file.
4911         * math/libm-test-support-float.c: Likewise.
4912         * math/libm-test-support-ldouble.c: Likewise.
4913         * math/libm-test-driver.c: Remove main comment and header
4914         includes.  Include libm-test-support.h.
4915         [!_GNU_SOURCE] (_GNU_SOURCE): Do not define.
4916         (flag_test_errno): Remove static.
4917         (flag_test_exceptions): Likewise.
4918         (flag_test_finite): Likewise.
4919         (flag_test_inline): Likewise.
4920         (flag_test_mathvec): Likewise.
4921         (test_msg): Likewise.
4922         (NO_EXCEPTION): Remove.
4923         (INVALID_EXCEPTION): Likewise.
4924         (DIVIDE_BY_ZERO_EXCEPTION): Likewise.
4925         (OVERFLOW_EXCEPTION): Likewise.
4926         (UNDERFLOW_EXCEPTION): Likewise.
4927         (INEXACT_EXCEPTION): Likewise.
4928         (INVALID_EXCEPTION_OK): Likewise.
4929         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
4930         (OVERFLOW_EXCEPTION_OK): Likewise.
4931         (UNDERFLOW_EXCEPTION_OK): Likewise.
4932         (NO_INEXACT_EXCEPTION): Likewise.
4933         (EXCEPTIONS_OK): Likewise.
4934         (IGNORE_ZERO_INF_SIGN): Likewise.
4935         (TEST_NAN_SIGN): Likewise.
4936         (TEST_NAN_PAYLOAD): Likewise.
4937         (NO_TEST_INLINE): Likewise.
4938         (XFAIL_TEST): Likewise.
4939         (ERRNO_UNCHANGED): Likewise.
4940         (ERRNO_EDOM): Likewise.
4941         (ERRNO_ERANGE): Likewise.
4942         (IGNORE_RESULT): Likewise.
4943         (NON_FINITE): Likewise.
4944         (TEST_SNAN): Likewise.
4945         (NO_TEST_MATHVEC): Likewise.
4946         (__CONCATX): Likewise.
4947         (TYPE_MIN): Likewise.
4948         (TYPE_TRUE_MIN): Likewise.
4949         (TYPE_MAX): Likewise.
4950         (MIN_EXP): Likewise.
4951         (MAX_EXP): Likewise.
4952         (MANT_DIG): Likewise.
4953         (FSTR_MAX): Likewise.
4954         (ulp_idx): Likewise.
4955         (qtype_str): Remove static.
4956         (TEST_COND_binary32): Remove.
4957         (TEST_COND_binary64): Likewise.
4958         (TEST_COND_binary128): Likewise.
4959         (TEST_COND_ibm128): Likewise.
4960         (TEST_COND_intel96): Likewise.
4961         (TEST_COND_m68k96): Likewise.
4962         (TEST_COND_ibm128_libgcc): Likewise.
4963         (XFAIL_IBM128_LIBGCC): Likewise.
4964         (PAYLOAD_DIG): Likewise.
4965         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
4966         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
4967         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
4968         (UNDERFLOW_EXCEPTION_OK_DOUBLE): Likewise.
4969         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
4970         (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): Likewise.
4971         (TEST_COND_long32): Likewise.
4972         (TEST_COND_long64): Likewise.
4973         (TEST_COND_before_rounding): Likewise.
4974         (TEST_COND_after_rounding): Likewise.
4975         (ulps_file_name): Likewise.
4976         (ulps_file): Likewise.
4977         (output_ulps): Likewise.
4978         (output_dir): Likewise.
4979         (noErrors): Likewise.
4980         (noTests): Likewise.
4981         (noExcTests): Likewise.
4982         (noErrnoTests): Likewise.
4983         (verbose): Likewise.
4984         (output_max_error): Likewise.
4985         (output_points): Likewise.
4986         (ignore_max_ulp): Likewise.
4987         (max_error): Likewise.
4988         (real_max_error): Likewise.
4989         (imag_max_error): Likewise.
4990         (prev_max_error): Likewise.
4991         (prev_real_max_error): Likewise.
4992         (prev_imag_max_error): Likewise.
4993         (max_valid_error): Likewise.
4994         (TYPE_DECIMAL_DIG): Likewise.
4995         (TYPE_HEX_DIG): Likewise.
4996         (fmt_ftostr): Likewise.
4997         (compare_ulp_data): Likewise.
4998         (find_ulps): Likewise.
4999         (init_max_error): Likewise.
5000         (set_max_error): Likewise.
5001         (print_float): Likewise.
5002         (print_screen): Likewise.
5003         (print_screen_max_error): Likewise.
5004         (update_stats): Likewise.
5005         (print_function_ulps): Likewise.
5006         (print_complex_function_ulps): Likewise.
5007         (fpstack_test): Likewise.
5008         (print_max_error): Likewise.
5009         (print_complex_max_error): Likewise.
5010         (test_single_exception): Likewise.
5011         (test_exceptions): Likewise.
5012         (test_single_errno): Likewise.
5013         (test_errno): Likewise.
5014         (ULPDIFF): Likewise.
5015         (ulp): Likewise.
5016         (check_float_internal): Likewise.
5017         (check_float): Likewise.
5018         (check_complex): Likewise.
5019         (check_int): Likewise.
5020         (check_long): Likewise.
5021         (check_bool): Likewise.
5022         (check_longlong): Likewise.
5023         (check_intmax_t): Likewise.
5024         (check_uintmax_t): Likewise.
5025         (enable_test): Likewise.
5026         (matherr): Likewise.
5027         (initialize): Likewise.
5028         (options): Likewise.
5029         (doc): Remove static.
5030         (argp): Likewise.
5031         (parse_opt): Remove.
5032         (check_ulp): Likewise.
5033         (libm_test_init): Likewise.
5034         (libm_test_finish): Likewise.
5035         * math/Makefile (libm-test-support): New variable.
5036         (test-extras): Add libm-test-support files.
5037         (extra-test-objs): Likewise.
5038         (CFLAGS-libm-test-support-float.c): New variable.
5039         (CFLAGS-libm-test-support-double.c): Likewise.
5040         (CFLAGS-libm-test-support-ldouble.c): Likewise.
5041         ($(addprefix $(objpfx),$(libm-tests)): Depend on appropriate
5042         libm-test-support objects.
5044 2017-02-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5046         * math/Makefile (libm-calls): Move w_exp...
5047         (libm-compat-calls-auto): Here.
5049         * math/w_expl.c: Add suffix "_compat" to filename.
5050         * sysdeps/ia64/fpu/w_expl.c: Likewise.
5051         * sysdeps/ia64/fpu/w_expf.c: Likewise.
5052         * sysdeps/ia64/fpu/w_exp.c: Likewise.
5053         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
5054         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
5055         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
5056         * sysdeps/ieee754/ldbl-128ibm/w_expl.c: Likewise.
5057         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
5059         * math/w_expl_compat.c: New file, copied from above.
5060         * sysdeps/ia64/fpu/w_exp_compat.c: Likewise.
5061         * sysdeps/ia64/fpu/w_expf_compat.c: Likewise.
5062         * sysdeps/ia64/fpu/w_expl_compat.c: Likewise.
5063         * sysdeps/ieee754/dbl-64/w_exp_compat.c: Likewise.
5064         * sysdeps/ieee754/flt-32/w_expf_compat.c: Likewise.
5065         * sysdeps/ieee754/ldbl-128/w_expl_compat.c: Likewise.
5066         * sysdeps/ieee754/ldbl-128ibm/w_expl_compat.c: Likewise.
5067         * sysdeps/ieee754/ldbl-96/w_expl_compat.c: Likewise.
5069         * sysdeps/ieee754/ldbl-64-128/w_expl.c: Add suffix "_compat"
5070         to filename.
5071         * sysdeps/ieee754/ldbl-opt/w_exp.c: Likewise.
5073         * sysdeps/ieee754/ldbl-64-128/w_expl_compat.c: New file,
5074         copied from above and adjusted for the new filenames.
5075         * sysdeps/ieee754/ldbl-opt/w_exp_compat.c: Likewise.
5077 2017-02-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5079         * math/Makefile (libm-calls): Move w_lgammaF...
5080         (libm-compat-calls-auto): Here.
5082         * math/w_lgamma.c: Add suffix "_compat2" to filename.
5083         * math/w_lgammaf.c: Likewise.
5084         * math/w_lgammal.c: Likewise.
5086         * math/w_lgamma_compat2.c: New file, copied from above.
5087         * math/w_lgammaf_compat2.c: Likewise.
5088         * math/w_lgammal_compat2.c: Likewise.
5090 2017-02-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
5092         * math/Makefile (libm-calls): Move w_lgammaF_r...
5093         (libm-compat-calls-auto): Here.
5095         * math/w_lgamma_r.c: Add suffix "_compat" to filename.
5096         * math/w_lgammaf_r.c: Likewise.
5097         * math/w_lgammal_r.c: Likewise.
5098         * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
5099         * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
5100         * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
5102         * math/w_lgamma_r_compat.c: New file, copied from above.
5103         * math/w_lgammaf_r_compat.c: Likewise.
5104         * math/w_lgammal_r_compat.c: Likewise.
5105         * sysdeps/ia64/fpu/w_lgamma_r_compat.c: Likewise.
5106         * sysdeps/ia64/fpu/w_lgammaf_r_compat.c: Likewise.
5107         * sysdeps/ia64/fpu/w_lgammal_r_compat.c: Likewise.
5109         * sysdeps/ieee754/ldbl-opt/w_lgamma_r.c: Add suffix "_compat"
5110         to filename.
5111         * sysdeps/ieee754/ldbl-opt/w_lgammal_r.c: Likewise.
5113         * sysdeps/ieee754/ldbl-opt/w_lgamma_r_compat.c: New file
5114         copied from above and adjusted for the new filenames.
5115         * sysdeps/ieee754/ldbl-opt/w_lgammal_r_compat.c: Likewise.
5117 2017-02-08  Yury Norov  <ynorov@caviumnetworks.com>
5119         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: use PTR_REG() for offset
5120         calculation in SYSCALL_ERROR_HANDLER().
5122 2017-02-08  Rical Jasan  <ricaljasan@pacific.net>
5124         * manual/contrib.texi: Fix typo.
5126 2017-02-08  Siddhesh Poyarekar  <siddhesh@sourceware.org>
5128         [BZ #21109]
5129         * elf/dl-tunable-types.h (tunable_callback_t): Accept
5130         tunable_val_t as argument.
5131         * elf/dl-tunables.c (__tunable_set_val): Add comment.
5132         * malloc/arena.c (set_mallopt_check): Take tunable_val_t as
5133         argument.
5134         (DL_TUNABLE_CALLBACK_FNDECL): Likewise.
5136 2017-02-08  Kir Kolyshkin  <kir@openvz.org>
5138         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (__ptrace_eventcodes):
5139         Add PTRACE_EVENT_STOP.
5140         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
5141         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
5142         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
5143         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
5144         * sysdeps/unix/sysv/linux/sys/ptrace.h: Likewise.
5145         * sysdeps/unix/sysv/linux/tile/sys/ptrace.h: Likewise.
5147 2017-02-07  Joseph Myers  <joseph@codesourcery.com>
5149         * math/test-math-finite.h (TEST_EXCEPTIONS): New macro.
5150         * math/test-math-no-finite.h (TEST_EXCEPTIONS): Likewise.
5151         * math/test-math-vector.h (TEST_EXCEPTIONS): Likewise.
5152         * math/test-math-no-inline.h (TEST_EXCEPTIONS): Remove macro.
5153         * math/test-double-vlen2.h (EXCEPTION_TESTS_double): Likewise.
5154         * math/test-double-vlen4.h (EXCEPTION_TESTS_double): Likewise.
5155         * math/test-double-vlen8.h (EXCEPTION_TESTS_double): Likewise.
5156         * math/test-float-vlen4.h (EXCEPTION_TESTS_float): Likewise.
5157         * math/test-float-vlen8.h (EXCEPTION_TESTS_float): Likewise.
5158         * math/test-float-vlen16.h (EXCEPTION_TESTS_float): Likewise.
5160         [BZ #21112]
5161         * sysdeps/ieee754/flt-32/e_powf.c (cp_h): Use value with trailing
5162         12 bits zero.
5163         (cp_l): Update for new value of cp_h.
5164         * math/auto-libm-test-in: Add another test of pow.
5165         * math/auto-libm-test-out-pow: Regenerated.
5167 2017-02-07  Siddhesh Poyarekar  <siddhesh@sourceware.org>
5169         * manual/contrib.texi: Fix typo.
5171 2017-02-07  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
5173         [BZ #15998]
5174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
5175         (arch_minimum_kernel): Set as 3.10.0 for ppc64le.
5176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
5178 2017-02-07  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
5180         * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S: Redefine
5181         STRCHR as __strchr_power8.
5182         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: Redefine
5183         strlen as __strlen_power8.
5185 2017-02-07  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
5187         * sysdeps/powerpc/powerpc64/power8/strcmp.S: Adjust address for
5188         unaligned load for shorter strings.
5189         * sysdeps/powerpc/powerpc64/power9/strcmp.S: Likewise.
5191 2017-02-06  Joseph Myers  <joseph@codesourcery.com>
5193         * math/libm-test-driver.c (flag_test_errno): New variable.
5194         (flag_test_exceptions): Likewise.
5195         (flag_test_finite): Likewise.
5196         (flag_test_inline): Likewise.
5197         (flag_test_mathvec): Likewise.
5198         (test_msg): Likewise.
5199         (ulp_idx): Likewise.
5200         (qtype_str): Likewise.
5201         (ULP_IDX): Remove macro.
5202         (QTYPE_STR): Likewise.
5203         (find_ulps): Use ulp_idx not ULP_IDX.
5204         (print_function_ulps): Use qtype_str, printed with %s, not
5205         QTYPE_STR, printed with concatentation to format string.
5206         (print_complex_function_ulps): Likewise.
5207         (test_exceptions): Use flag_test_exceptions not TEST_EXCEPTIONS.
5208         (test_errno): Use flag_test_errno not TEST_ERRNO.
5209         (enable_test): Use flag_test_inline, flag_test_finite and
5210         flag_test_mathvec instead of TEST_INLINE, TEST_FINITE and
5211         TEST_MATHVEC.
5212         (libm_test_init): New function.  Factored out of main.
5213         (libm_test_finish): Likewise.
5214         (main): Call libm_test_init and libm_test_finish and move most
5215         code to those functions.
5217         * math/libm-test-driver.c (STRX): New macro.
5218         (STR): Likewise.
5219         (STR_FLOAT): Likewise.
5220         (STR_VEC_LEN): Likewise.
5221         (TEST_MSG): Likewise.  Define here instead of expecting to be
5222         defined by including file.
5223         * math/test-double-finite.c (TEST_MSG): Remove macro.
5224         * math/test-double-vlen2.h (TEST_MSG): Likewise.
5225         * math/test-double-vlen4.h (TEST_MSG): Likewise.
5226         * math/test-double-vlen8.h (TEST_MSG): Likewise.
5227         * math/test-double.c (TEST_MSG): Likewise.
5228         * math/test-float-finite.c (TEST_MSG): Likewise.
5229         * math/test-float-vlen16.h (TEST_MSG): Likewise.
5230         * math/test-float-vlen4.h (TEST_MSG): Likewise.
5231         * math/test-float-vlen8.h (TEST_MSG): Likewise.
5232         * math/test-float.c (TEST_MSG): Likewise.
5233         * math/test-idouble.c (TEST_MSG): Likewise.
5234         * math/test-ifloat.c (TEST_MSG): Likewise.
5235         * math/test-ildouble.c (TEST_MSG): Likewise.
5236         * math/test-ldouble-finite.c (TEST_MSG): Likewise.
5237         * math/test-ldouble.c (TEST_MSG): Likewise.
5239         * math/libm-test.inc: Move all tests of individual functions to
5240         libm-test-*.inc and #include libm-test-*.c files.
5241         (acos_test_data): Remove.
5242         (acos_test): Likewise.
5243         (acosh_test_data): Likewise.
5244         (acosh_test): Likewise.
5245         (asin_test_data): Likewise.
5246         (asin_test): Likewise.
5247         (asinh_test_data): Likewise.
5248         (asinh_test): Likewise.
5249         (atan_test_data): Likewise.
5250         (atan_test): Likewise.
5251         (atanh_test_data): Likewise.
5252         (atanh_test): Likewise.
5253         (atan2_test_data): Likewise.
5254         (atan2_test): Likewise.
5255         (cabs_test_data): Likewise.
5256         (cabs_test): Likewise.
5257         (cacos_test_data): Likewise.
5258         (cacos_test): Likewise.
5259         (cacosh_test_data): Likewise.
5260         (cacosh_test): Likewise.
5261         (canonicalize_test_data): Likewise.
5262         (canonicalize_test): Likewise.
5263         (carg_test_data): Likewise.
5264         (carg_test): Likewise.
5265         (casin_test_data): Likewise.
5266         (casin_test): Likewise.
5267         (casinh_test_data): Likewise.
5268         (casinh_test): Likewise.
5269         (catan_test_data): Likewise.
5270         (catan_test): Likewise.
5271         (catanh_test_data): Likewise.
5272         (catanh_test): Likewise.
5273         (cbrt_test_data): Likewise.
5274         (cbrt_test): Likewise.
5275         (ccos_test_data): Likewise.
5276         (ccos_test): Likewise.
5277         (ccosh_test_data): Likewise.
5278         (ccosh_test): Likewise.
5279         (ceil_test_data): Likewise.
5280         (ceil_test): Likewise.
5281         (cexp_test_data): Likewise.
5282         (cexp_test): Likewise.
5283         (cimag_test_data): Likewise.
5284         (cimag_test): Likewise.
5285         (clog_test_data): Likewise.
5286         (clog_test): Likewise.
5287         (clog10_test_data): Likewise.
5288         (clog10_test): Likewise.
5289         (conj_test_data): Likewise.
5290         (conj_test): Likewise.
5291         (copysign_test_data): Likewise.
5292         (copysign_test): Likewise.
5293         (cos_test_data): Likewise.
5294         (cos_test): Likewise.
5295         (cosh_test_data): Likewise.
5296         (cosh_test): Likewise.
5297         (cpow_test_data): Likewise.
5298         (cpow_test): Likewise.
5299         (cproj_test_data): Likewise.
5300         (cproj_test): Likewise.
5301         (creal_test_data): Likewise.
5302         (creal_test): Likewise.
5303         (csin_test_data): Likewise.
5304         (csin_test): Likewise.
5305         (csinh_test_data): Likewise.
5306         (csinh_test): Likewise.
5307         (csqrt_test_data): Likewise.
5308         (csqrt_test): Likewise.
5309         (ctan_test_data): Likewise.
5310         (ctan_test): Likewise.
5311         (ctanh_test_data): Likewise.
5312         (ctanh_test): Likewise.
5313         (erf_test_data): Likewise.
5314         (erf_test): Likewise.
5315         (erfc_test_data): Likewise.
5316         (erfc_test): Likewise.
5317         (exp_test_data): Likewise.
5318         (exp_test): Likewise.
5319         (exp10_test_data): Likewise.
5320         (exp10_test): Likewise.
5321         (pow10_test): Likewise.
5322         (exp2_test_data): Likewise.
5323         (exp2_test): Likewise.
5324         (expm1_test_data): Likewise.
5325         (expm1_test): Likewise.
5326         (fabs_test_data): Likewise.
5327         (fabs_test): Likewise.
5328         (fdim_test_data): Likewise.
5329         (fdim_test): Likewise.
5330         (floor_test_data): Likewise.
5331         (floor_test): Likewise.
5332         (fma_test_data): Likewise.
5333         (fma_test): Likewise.
5334         (fmax_test_data): Likewise.
5335         (fmax_test): Likewise.
5336         (fmaxmag_test_data): Likewise.
5337         (fmaxmag_test): Likewise.
5338         (fmin_test_data): Likewise.
5339         (fmin_test): Likewise.
5340         (fminmag_test_data): Likewise.
5341         (fminmag_test): Likewise.
5342         (fmod_test_data): Likewise.
5343         (fmod_test): Likewise.
5344         (fpclassify_test_data): Likewise.
5345         (fpclassify_test): Likewise.
5346         (frexp_test_data): Likewise.
5347         (frexp_test): Likewise.
5348         (fromfp_test_data): Likewise.
5349         (fromfp_test): Likewise.
5350         (fromfpx_test_data): Likewise.
5351         (fromfpx_test): Likewise.
5352         (getpayload_test_data): Likewise.
5353         (getpayload_test): Likewise.
5354         (hypot_test_data): Likewise.
5355         (hypot_test): Likewise.
5356         (ilogb_test_data): Likewise.
5357         (ilogb_test): Likewise.
5358         (iscanonical_test_data): Likewise.
5359         (iscanonical_test): Likewise.
5360         (iseqsig_test_data): Likewise.
5361         (iseqsig_test): Likewise.
5362         (isfinite_test_data): Likewise.
5363         (isfinite_test): Likewise.
5364         (finite_test): Likewise.
5365         (isgreater_test_data): Likewise.
5366         (isgreater_test): Likewise.
5367         (isgreaterequal_test_data): Likewise.
5368         (isgreaterequal_test): Likewise.
5369         (isinf_test_data): Likewise.
5370         (isinf_test): Likewise.
5371         (isless_test_data): Likewise.
5372         (isless_test): Likewise.
5373         (islessequal_test_data): Likewise.
5374         (islessequal_test): Likewise.
5375         (islessgreater_test_data): Likewise.
5376         (islessgreater_test): Likewise.
5377         (isnan_test_data): Likewise.
5378         (isnan_test): Likewise.
5379         (isnormal_test_data): Likewise.
5380         (isnormal_test): Likewise.
5381         (issignaling_test_data): Likewise.
5382         (issignaling_test): Likewise.
5383         (issubnormal_test_data): Likewise.
5384         (issubnormal_test): Likewise.
5385         (isunordered_test_data): Likewise.
5386         (isunordered_test): Likewise.
5387         (iszero_test_data): Likewise.
5388         (iszero_test): Likewise.
5389         (j0_test_data): Likewise.
5390         (j0_test): Likewise.
5391         (j1_test_data): Likewise.
5392         (j1_test): Likewise.
5393         (jn_test_data): Likewise.
5394         (jn_test): Likewise.
5395         (lgamma_test_data): Likewise.
5396         (lgamma_test): Likewise.
5397         (gamma_test): Likewise.
5398         (llogb_test_data): Likewise.
5399         (llogb_test): Likewise.
5400         (lrint_test_data): Likewise.
5401         (lrint_test): Likewise.
5402         (llrint_test_data): Likewise.
5403         (llrint_test): Likewise.
5404         (log_test_data): Likewise.
5405         (log_test): Likewise.
5406         (log10_test_data): Likewise.
5407         (log10_test): Likewise.
5408         (log1p_test_data): Likewise.
5409         (log1p_test): Likewise.
5410         (log2_test_data): Likewise.
5411         (log2_test): Likewise.
5412         (logb_test_data): Likewise.
5413         (logb_test): Likewise.
5414         (lround_test_data): Likewise.
5415         (lround_test): Likewise.
5416         (llround_test_data): Likewise.
5417         (llround_test): Likewise.
5418         (modf_test_data): Likewise.
5419         (modf_test): Likewise.
5420         (nearbyint_test_data): Likewise.
5421         (nearbyint_test): Likewise.
5422         (nextafter_test_data): Likewise.
5423         (nextafter_test): Likewise.
5424         (nextup_test_data): Likewise.
5425         (nextup_test): Likewise.
5426         (nextdown_test_data): Likewise.
5427         (nextdown_test): Likewise.
5428         (nexttoward_test_data): Likewise.
5429         (nexttoward_test): Likewise.
5430         (pow_test_data): Likewise.
5431         (pow_test): Likewise.
5432         (remainder_test_data): Likewise.
5433         (remainder_test): Likewise.
5434         (drem_test): Likewise.
5435         (remquo_test_data): Likewise.
5436         (remquo_test): Likewise.
5437         (rint_test_data): Likewise.
5438         (rint_test): Likewise.
5439         (round_test_data): Likewise.
5440         (round_test): Likewise.
5441         (roundeven_test_data): Likewise.
5442         (roundeven_test): Likewise.
5443         (scalb_test_data): Likewise.
5444         (scalb_test): Likewise.
5445         (scalbn_test_data): Likewise.
5446         (scalbn_test): Likewise.
5447         (ldexp_test): Likewise.
5448         (scalbln_test_data): Likewise.
5449         (scalbln_test): Likewise.
5450         (setpayload_test_data): Likewise.
5451         (setpayload_test): Likewise.
5452         (setpayloadsig_test_data): Likewise.
5453         (setpayloadsig_test): Likewise.
5454         (signbit_test_data): Likewise.
5455         (signbit_test): Likewise.
5456         (sin_test_data): Likewise.
5457         (sin_test): Likewise.
5458         (sincos_test_data): Likewise.
5459         (sincos_test): Likewise.
5460         (sinh_test_data): Likewise.
5461         (sinh_test): Likewise.
5462         (sqrt_test_data): Likewise.
5463         (sqrt_test): Likewise.
5464         (tan_test_data): Likewise.
5465         (tan_test): Likewise.
5466         (tanh_test_data): Likewise.
5467         (tanh_test): Likewise.
5468         (tgamma_test_data): Likewise.
5469         (tgamma_test): Likewise.
5470         (totalorder_test_data): Likewise.
5471         (totalorder_test): Likewise.
5472         (totalordermag_test_data): Likewise.
5473         (totalordermag_test): Likewise.
5474         (trunc_test_data): Likewise.
5475         (trunc_test): Likewise.
5476         (ufromfp_test_data): Likewise.
5477         (ufromfp_test): Likewise.
5478         (ufromfpx_test_data): Likewise.
5479         (ufromfpx_test): Likewise.
5480         (y0_test_data): Likewise.
5481         (y0_test): Likewise.
5482         (y1_test_data): Likewise.
5483         (y1_test): Likewise.
5484         (yn_test_data): Likewise.
5485         (yn_test): Likewise.
5486         (significand_test_data): Likewise.
5487         (significand_test): Likewise.
5488         * math/Makefile (auto-libm-test-out-files): Remove variable.
5489         (libm-test-funcs-noauto): New variable.
5490         (libm-test-funcs-all): Likewise.
5491         (libm-test-c-auto): Likewise.
5492         (libm-test-c-noauto): Likewise.
5493         (libm-tests-generated): Add $(libm-test-c-auto) and
5494         $(libm-test-c-noauto).
5495         (generated): Do not add auto-libm-test-out.
5496         (libm-test-c-auto-obj): New variable.
5497         (libm-test-c-noauto-obj): Likewise.
5498         ($(objpfx)libm-test.c): Do not generate or use auto-libm-test-out.
5499         ($(libm-test-c-noauto-obj)): New static pattern rule.
5500         ($(libm-test-c-auto-obj)): Likewise.
5501         (libm-test-incs): New variable.
5502         ($(objpfx)libm-have-vector-test.h): Depend on $(libm-test-incs)
5503         and pass it to gen-libm-have-vector-test.sh.
5504         * math/gen-libm-have-vector-test.sh: Expect list of .inc files to
5505         be passed on command line.
5506         * math/libm-test-acos.inc: New file.  Content from
5507         math/libm-test.inc.
5508         * math/libm-test-acosh.inc: Likewise.
5509         * math/libm-test-asin.inc: Likewise.
5510         * math/libm-test-asinh.inc: Likewise.
5511         * math/libm-test-atan.inc: Likewise.
5512         * math/libm-test-atan2.inc: Likewise.
5513         * math/libm-test-atanh.inc: Likewise.
5514         * math/libm-test-cabs.inc: Likewise.
5515         * math/libm-test-cacos.inc: Likewise.
5516         * math/libm-test-cacosh.inc: Likewise.
5517         * math/libm-test-canonicalize.inc: Likewise.
5518         * math/libm-test-carg.inc: Likewise.
5519         * math/libm-test-casin.inc: Likewise.
5520         * math/libm-test-casinh.inc: Likewise.
5521         * math/libm-test-catan.inc: Likewise.
5522         * math/libm-test-catanh.inc: Likewise.
5523         * math/libm-test-cbrt.inc: Likewise.
5524         * math/libm-test-ccos.inc: Likewise.
5525         * math/libm-test-ccosh.inc: Likewise.
5526         * math/libm-test-ceil.inc: Likewise.
5527         * math/libm-test-cexp.inc: Likewise.
5528         * math/libm-test-cimag.inc: Likewise.
5529         * math/libm-test-clog.inc: Likewise.
5530         * math/libm-test-clog10.inc: Likewise.
5531         * math/libm-test-conj.inc: Likewise.
5532         * math/libm-test-copysign.inc: Likewise.
5533         * math/libm-test-cos.inc: Likewise.
5534         * math/libm-test-cosh.inc: Likewise.
5535         * math/libm-test-cpow.inc: Likewise.
5536         * math/libm-test-cproj.inc: Likewise.
5537         * math/libm-test-creal.inc: Likewise.
5538         * math/libm-test-csin.inc: Likewise.
5539         * math/libm-test-csinh.inc: Likewise.
5540         * math/libm-test-csqrt.inc: Likewise.
5541         * math/libm-test-ctan.inc: Likewise.
5542         * math/libm-test-ctanh.inc: Likewise.
5543         * math/libm-test-erf.inc: Likewise.
5544         * math/libm-test-erfc.inc: Likewise.
5545         * math/libm-test-exp.inc: Likewise.
5546         * math/libm-test-exp10.inc: Likewise.
5547         * math/libm-test-exp2.inc: Likewise.
5548         * math/libm-test-expm1.inc: Likewise.
5549         * math/libm-test-fabs.inc: Likewise.
5550         * math/libm-test-fdim.inc: Likewise.
5551         * math/libm-test-floor.inc: Likewise.
5552         * math/libm-test-fma.inc: Likewise.
5553         * math/libm-test-fmax.inc: Likewise.
5554         * math/libm-test-fmaxmag.inc: Likewise.
5555         * math/libm-test-fmin.inc: Likewise.
5556         * math/libm-test-fminmag.inc: Likewise.
5557         * math/libm-test-fmod.inc: Likewise.
5558         * math/libm-test-fpclassify.inc: Likewise.
5559         * math/libm-test-frexp.inc: Likewise.
5560         * math/libm-test-fromfp.inc: Likewise.
5561         * math/libm-test-fromfpx.inc: Likewise.
5562         * math/libm-test-getpayload.inc: Likewise.
5563         * math/libm-test-hypot.inc: Likewise.
5564         * math/libm-test-ilogb.inc: Likewise.
5565         * math/libm-test-iscanonical.inc: Likewise.
5566         * math/libm-test-iseqsig.inc: Likewise.
5567         * math/libm-test-isfinite.inc: Likewise.
5568         * math/libm-test-isgreater.inc: Likewise.
5569         * math/libm-test-isgreaterequal.inc: Likewise.
5570         * math/libm-test-isinf.inc: Likewise.
5571         * math/libm-test-isless.inc: Likewise.
5572         * math/libm-test-islessequal.inc: Likewise.
5573         * math/libm-test-islessgreater.inc: Likewise.
5574         * math/libm-test-isnan.inc: Likewise.
5575         * math/libm-test-isnormal.inc: Likewise.
5576         * math/libm-test-issignaling.inc: Likewise.
5577         * math/libm-test-issubnormal.inc: Likewise.
5578         * math/libm-test-isunordered.inc: Likewise.
5579         * math/libm-test-iszero.inc: Likewise.
5580         * math/libm-test-j0.inc: Likewise.
5581         * math/libm-test-j1.inc: Likewise.
5582         * math/libm-test-jn.inc: Likewise.
5583         * math/libm-test-lgamma.inc: Likewise.
5584         * math/libm-test-llogb.inc: Likewise.
5585         * math/libm-test-llrint.inc: Likewise.
5586         * math/libm-test-llround.inc: Likewise.
5587         * math/libm-test-log.inc: Likewise.
5588         * math/libm-test-log10.inc: Likewise.
5589         * math/libm-test-log1p.inc: Likewise.
5590         * math/libm-test-log2.inc: Likewise.
5591         * math/libm-test-logb.inc: Likewise.
5592         * math/libm-test-lrint.inc: Likewise.
5593         * math/libm-test-lround.inc: Likewise.
5594         * math/libm-test-modf.inc: Likewise.
5595         * math/libm-test-nearbyint.inc: Likewise.
5596         * math/libm-test-nextafter.inc: Likewise.
5597         * math/libm-test-nextdown.inc: Likewise.
5598         * math/libm-test-nexttoward.inc: Likewise.
5599         * math/libm-test-nextup.inc: Likewise.
5600         * math/libm-test-pow.inc: Likewise.
5601         * math/libm-test-remainder.inc: Likewise.
5602         * math/libm-test-remquo.inc: Likewise.
5603         * math/libm-test-rint.inc: Likewise.
5604         * math/libm-test-round.inc: Likewise.
5605         * math/libm-test-roundeven.inc: Likewise.
5606         * math/libm-test-scalb.inc: Likewise.
5607         * math/libm-test-scalbln.inc: Likewise.
5608         * math/libm-test-scalbn.inc: Likewise.
5609         * math/libm-test-setpayload.inc: Likewise.
5610         * math/libm-test-setpayloadsig.inc: Likewise.
5611         * math/libm-test-signbit.inc: Likewise.
5612         * math/libm-test-significand.inc: Likewise.
5613         * math/libm-test-sin.inc: Likewise.
5614         * math/libm-test-sincos.inc: Likewise.
5615         * math/libm-test-sinh.inc: Likewise.
5616         * math/libm-test-sqrt.inc: Likewise.
5617         * math/libm-test-tan.inc: Likewise.
5618         * math/libm-test-tanh.inc: Likewise.
5619         * math/libm-test-tgamma.inc: Likewise.
5620         * math/libm-test-totalorder.inc: Likewise.
5621         * math/libm-test-totalordermag.inc: Likewise.
5622         * math/libm-test-trunc.inc: Likewise.
5623         * math/libm-test-ufromfp.inc: Likewise.
5624         * math/libm-test-ufromfpx.inc: Likewise.
5625         * math/libm-test-y0.inc: Likewise.
5626         * math/libm-test-y1.inc: Likewise.
5627         * math/libm-test-yn.inc: Likewise.
5628         * math/README.libm-test: Update.
5630         * math/gen-auto-libm-tests.c: Update comment about use of program.
5631         (generate_output): Add argument FUNCTION.
5632         (main): Require extra argument.  Pass function name to
5633         generate_output.
5634         * math/Makefile (generated): Add auto-libm-test-out.
5635         (libm-test-funcs-auto): New variable.
5636         (auto-libm-test-out-files): New variable.
5637         ($(objpfx)libm-test.c): Depend on $(auto-libm-test-out-files).
5638         Concatenate those files to form $(objpfx)auto-libm-test-out and
5639         use it as input to gen-libm-test.pl.
5640         * math/README.libm-test: Update.
5641         * math/auto-libm-test-out: Remove.
5642         * math/auto-libm-test-out-acos: New generated file.
5643         * math/auto-libm-test-out-acosh: Likewise.
5644         * math/auto-libm-test-out-asin: Likewise.
5645         * math/auto-libm-test-out-asinh: Likewise.
5646         * math/auto-libm-test-out-atan: Likewise.
5647         * math/auto-libm-test-out-atan2: Likewise.
5648         * math/auto-libm-test-out-atanh: Likewise.
5649         * math/auto-libm-test-out-cabs: Likewise.
5650         * math/auto-libm-test-out-carg: Likewise.
5651         * math/auto-libm-test-out-cbrt: Likewise.
5652         * math/auto-libm-test-out-ccos: Likewise.
5653         * math/auto-libm-test-out-ccosh: Likewise.
5654         * math/auto-libm-test-out-cexp: Likewise.
5655         * math/auto-libm-test-out-clog: Likewise.
5656         * math/auto-libm-test-out-clog10: Likewise.
5657         * math/auto-libm-test-out-cos: Likewise.
5658         * math/auto-libm-test-out-cosh: Likewise.
5659         * math/auto-libm-test-out-cpow: Likewise.
5660         * math/auto-libm-test-out-csin: Likewise.
5661         * math/auto-libm-test-out-csinh: Likewise.
5662         * math/auto-libm-test-out-csqrt: Likewise.
5663         * math/auto-libm-test-out-ctan: Likewise.
5664         * math/auto-libm-test-out-ctanh: Likewise.
5665         * math/auto-libm-test-out-erf: Likewise.
5666         * math/auto-libm-test-out-erfc: Likewise.
5667         * math/auto-libm-test-out-exp: Likewise.
5668         * math/auto-libm-test-out-exp10: Likewise.
5669         * math/auto-libm-test-out-exp2: Likewise.
5670         * math/auto-libm-test-out-expm1: Likewise.
5671         * math/auto-libm-test-out-fma: Likewise.
5672         * math/auto-libm-test-out-hypot: Likewise.
5673         * math/auto-libm-test-out-j0: Likewise.
5674         * math/auto-libm-test-out-j1: Likewise.
5675         * math/auto-libm-test-out-jn: Likewise.
5676         * math/auto-libm-test-out-lgamma: Likewise.
5677         * math/auto-libm-test-out-log: Likewise.
5678         * math/auto-libm-test-out-log10: Likewise.
5679         * math/auto-libm-test-out-log1p: Likewise.
5680         * math/auto-libm-test-out-log2: Likewise.
5681         * math/auto-libm-test-out-pow: Likewise.
5682         * math/auto-libm-test-out-sin: Likewise.
5683         * math/auto-libm-test-out-sincos: Likewise.
5684         * math/auto-libm-test-out-sinh: Likewise.
5685         * math/auto-libm-test-out-sqrt: Likewise.
5686         * math/auto-libm-test-out-tan: Likewise.
5687         * math/auto-libm-test-out-tanh: Likewise.
5688         * math/auto-libm-test-out-tgamma: Likewise.
5689         * math/auto-libm-test-out-y0: Likewise.
5690         * math/auto-libm-test-out-y1: Likewise.
5691         * math/auto-libm-test-out-yn: Likewise.
5693         * math/Makefile (generated): Do not include libm-test.stmp.
5694         ($(addprefix $(objpfx), $(libm-tests-generated))): Do not depend
5695         on $(objpfx)libm-test.stmp.
5696         ($(objpfx)libm-test.stmp): Remove rule.
5697         ($(objpfx)libm-test-ulps.h): New rule.
5698         ($(objpfx)libm-test.c): Likewise.
5699         ($(objpfx)libm-have-vector-test.h): Likewise.
5700         ($(addprefix $(objpfx), $(libm-tests.o)): Depend directly on
5701         individual generated files, not libm-test.stmp.
5703         * math/gen-libm-test.pl ($output_dir): Remove variable.
5704         ($srcdir): Likewise.
5705         ($opt_a): New variable.
5706         ($opt_c): Likewise.
5707         ($opt_C): Likewise.
5708         ($opt_H): Likewise.
5709         (-n): Make option take argument and use it as NewUlps output.
5710         (-a): New option.  Use its argument for auto-libm-test-out input.
5711         (-c): New option.  Use its argument for libm-test.inc input.
5712         (-C): New option.  Use its argument for libm-test.c output.
5713         (-H): New option.  Use its argument for libm-test-ulps.h output.
5714         (top level): Only process inputs needed to generate outputs
5715         specified by command-line options.  Only generate outputs
5716         specified by command-line options.
5717         * math/README.libm-test: Update example gen-libm-test.pl command.
5718         * math/Makefile ($(objpfx)libm-test.stmp): Update gen-libm-test.pl
5719         commands.
5720         (regen-ulps): Likewise.
5722 2017-02-06  Wilco Dijkstra  <wdijkstr@arm.com>
5724         * hurd/path-lookup.c (file_name_path_scan): Rename index to strchr.
5725         * include/string.h (index): Remove define.
5726         (rindex): Likewise.
5727         * misc/getttyent.c (__getttyent): Rename index to strchr.
5728         * misc/ttyslot.c (ttyslot): Rename rindex to strrchr.
5729         * sunrpc/rpc_main.c (mkfile_output): Likewise.
5731 2017-02-06  Joseph Myers  <joseph@codesourcery.com>
5733         * math/libm-test-driver.c: New file.  Based on math/libm-test.inc.
5734         * math/libm-test.inc: Move all contents, other than tests of
5735         individual functions, to libm-test-driver.c.
5736         [!FE_TONEAREST] (FE_TONEAREST): Move to libm-test-driver.c.
5737         [!FE_TOWARDZERO] (FE_TOWARDZERO): Likewise.
5738         [!FE_UPWARD] (FE_UPWARD): Likewise.
5739         [!FE_DOWNWARD] (FE_DOWNWARD): Likewise.
5740         (NO_EXCEPTION): Likewise.
5741         (INVALID_EXCEPTION): Likewise.
5742         (DIVIDE_BY_ZERO_EXCEPTION): Likewise.
5743         (OVERFLOW_EXCEPTION): Likewise.
5744         (UNDERFLOW_EXCEPTION): Likewise.
5745         (INEXACT_EXCEPTION): Likewise.
5746         (INVALID_EXCEPTION_OK): Likewise.
5747         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
5748         (OVERFLOW_EXCEPTION_OK): Likewise.
5749         (UNDERFLOW_EXCEPTION_OK): Likewise.
5750         (NO_INEXACT_EXCEPTION): Likewise.
5751         (EXCEPTIONS_OK): Likewise.
5752         (IGNORE_ZERO_INF_SIGN): Likewise.
5753         (TEST_NAN_SIGN): Likewise.
5754         (TEST_NAN_PAYLOAD): Likewise.
5755         (NO_TEST_INLINE): Likewise.
5756         (XFAIL_TEST): Likewise.
5757         (ERRNO_UNCHANGED): Likewise.
5758         (ERRNO_EDOM): Likewise.
5759         (ERRNO_ERANGE): Likewise.
5760         (IGNORE_RESULT): Likewise.
5761         (NON_FINITE): Likewise.
5762         (TEST_SNAN): Likewise.
5763         (NO_TEST_MATHVEC): Likewise.
5764         (TEST_NAN_PAYLOAD_CANONICALIZE): Likewise.
5765         (__CONCATX): Likewise.
5766         (TYPE_MIN): Likewise.
5767         (TYPE_TRUE_MIN): Likewise.
5768         (TYPE_MAX): Likewise.
5769         (MIN_EXP): Likewise.
5770         (MAX_EXP): Likewise.
5771         (MANT_DIG): Likewise.
5772         (FSTR_MAX): Likewise.
5773         (ULP_IDX): Likewise.
5774         (QTYPE_STR): Likewise.
5775         (TEST_COND_binary32): Likewise.
5776         (TEST_COND_binary64): Likewise.
5777         (TEST_COND_binary128): Likewise.
5778         (TEST_COND_ibm128): Likewise.
5779         (TEST_COND_intel96): Likewise.
5780         (TEST_COND_m68k96): Likewise.
5781         (TEST_COND_ibm128_libgcc): Likewise.
5782         (XFAIL_IBM128_LIBGCC): Likewise.
5783         (PAYLOAD_DIG): Likewise.
5784         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
5785         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
5786         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
5787         (UNDERFLOW_EXCEPTION_OK_DOUBLE): Likewise.
5788         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
5789         (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): Likewise.
5790         (TEST_COND_long32): Likewise.
5791         (TEST_COND_long64): Likewise.
5792         (TEST_COND_before_rounding): Likewise.
5793         (TEST_COND_after_rounding): Likewise.
5794         (lit_pi_3_m_4_d): Likewise.
5795         (lit_pi_3_m_4_ln10_m_d): Likewise.
5796         (lit_pi_2_ln10_m_d): Likewise.
5797         (lit_pi_4_ln10_m_d): Likewise.
5798         (lit_pi_ln10_d): Likewise.
5799         (lit_pi_2_d): Likewise.
5800         (lit_pi_4_d): Likewise.
5801         (lit_pi): Likewise.
5802         (lit_e): Likewise.
5803         (ulps_file_name): Likewise.
5804         (ulps_file): Likewise.
5805         (output_ulps): Likewise.
5806         (output_dir): Likewise.
5807         (noErrors): Likewise.
5808         (noTests): Likewise.
5809         (noExcTests): Likewise.
5810         (noErrnoTests): Likewise.
5811         (verbose): Likewise.
5812         (output_max_error): Likewise.
5813         (output_points): Likewise.
5814         (ignore_max_ulp): Likewise.
5815         (plus_zero): Likewise.
5816         (minus_zero): Likewise.
5817         (plus_infty): Likewise.
5818         (minus_infty): Likewise.
5819         (qnan_value_pl): Likewise.
5820         (qnan_value): Likewise.
5821         (snan_value_pl): Likewise.
5822         (snan_value): Likewise.
5823         (max_value): Likewise.
5824         (min_value): Likewise.
5825         (min_subnorm_value): Likewise.
5826         (snan_value_ld): Likewise.
5827         (max_error): Likewise.
5828         (real_max_error): Likewise.
5829         (imag_max_error): Likewise.
5830         (prev_max_error): Likewise.
5831         (prev_real_max_error): Likewise.
5832         (prev_imag_max_error): Likewise.
5833         (max_valid_error): Likewise.
5834         (TYPE_DECIMAL_DIG): Likewise.
5835         (TYPE_HEX_DIG): Likewise.
5836         (fmt_ftostr): Likewise.
5837         (compare_ulp_data): Likewise.
5838         (find_ulps): Likewise.
5839         (init_max_error): Likewise.
5840         (set_max_error): Likewise.
5841         (print_float): Likewise.
5842         (print_screen): Likewise.
5843         (print_screen_max_error): Likewise.
5844         (update_stats): Likewise.
5845         (print_function_ulps): Likewise.
5846         (print_complex_function_ulps): Likewise.
5847         (fpstack_test): Likewise.
5848         (print_max_error): Likewise.
5849         (print_complex_max_error): Likewise.
5850         (test_single_exception): Likewise.
5851         (test_exceptions): Likewise.
5852         (test_single_errno): Likewise.
5853         (test_errno): Likewise.
5854         (ULPDIFF): Likewise.
5855         (ulp): Likewise.
5856         (check_float_internal): Likewise.
5857         (check_float): Likewise.
5858         (check_complex): Likewise.
5859         (check_int): Likewise.
5860         (check_long): Likewise.
5861         (check_bool): Likewise.
5862         (check_longlong): Likewise.
5863         (check_intmax_t): Likewise.
5864         (check_uintmax_t): Likewise.
5865         (enable_test): Likewise.
5866         (struct test_f_f_data): Likewise.
5867         (struct test_ff_f_data): Likewise.
5868         (struct test_fj_f_data): Likewise.
5869         (struct test_fi_f_data): Likewise.
5870         (struct test_fl_f_data): Likewise.
5871         (struct test_if_f_data): Likewise.
5872         (struct test_fff_f_data): Likewise.
5873         (struct test_fiu_M_data): Likewise.
5874         (struct test_fiu_U_data): Likewise.
5875         (struct test_c_f_data): Likewise.
5876         (struct test_f_f1_data): Likewise.
5877         (struct test_fF_f1_data): Likewise.
5878         (struct test_ffI_f1_data): Likewise.
5879         (struct test_c_c_data): Likewise.
5880         (struct test_cc_c_data): Likewise.
5881         (struct test_f_i_data): Likewise.
5882         (struct test_ff_i_data): Likewise.
5883         (struct test_f_l_data): Likewise.
5884         (struct test_f_L_data): Likewise.
5885         (struct test_fFF_11_data): Likewise.
5886         (struct test_Ff_b1_data): Likewise.
5887         (IF_ROUND_INIT_): Likewise.
5888         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
5889         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
5890         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
5891         (IF_ROUND_INIT_FE_UPWARD): Likewise.
5892         (ROUND_RESTORE_): Likewise.
5893         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
5894         (ROUND_RESTORE_FE_TONEAREST): Likewise.
5895         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
5896         (ROUND_RESTORE_FE_UPWARD): Likewise.
5897         (RM_): Likewise.
5898         (RM_FE_DOWNWARD): Likewise.
5899         (RM_FE_TONEAREST): Likewise.
5900         (RM_FE_TOWARDZERO): Likewise.
5901         (RM_FE_UPWARD): Likewise.
5902         (COMMON_TEST_SETUP): Likewise.
5903         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
5904         (COMMON_TEST_CLEANUP): Likewise.
5905         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
5906         (RUN_TEST_f_f): Likewise.
5907         (RUN_TEST_LOOP_f_f): Likewise.
5908         (RUN_TEST_fp_f): Likewise.
5909         (RUN_TEST_LOOP_fp_f): Likewise.
5910         (RUN_TEST_2_f): Likewise.
5911         (RUN_TEST_LOOP_2_f): Likewise.
5912         (RUN_TEST_ff_f): Likewise.
5913         (RUN_TEST_LOOP_ff_f): Likewise.
5914         (RUN_TEST_LOOP_fj_f): Likewise.
5915         (RUN_TEST_fi_f): Likewise.
5916         (RUN_TEST_LOOP_fi_f): Likewise.
5917         (RUN_TEST_fl_f): Likewise.
5918         (RUN_TEST_LOOP_fl_f): Likewise.
5919         (RUN_TEST_if_f): Likewise.
5920         (RUN_TEST_LOOP_if_f): Likewise.
5921         (RUN_TEST_fff_f): Likewise.
5922         (RUN_TEST_LOOP_fff_f): Likewise.
5923         (RUN_TEST_fiu_M): Likewise.
5924         (RUN_TEST_LOOP_fiu_M): Likewise.
5925         (RUN_TEST_fiu_U): Likewise.
5926         (RUN_TEST_LOOP_fiu_U): Likewise.
5927         (RUN_TEST_c_f): Likewise.
5928         (RUN_TEST_LOOP_c_f): Likewise.
5929         (RUN_TEST_f_f1): Likewise.
5930         (RUN_TEST_LOOP_f_f1): Likewise.
5931         (RUN_TEST_fF_f1): Likewise.
5932         (RUN_TEST_LOOP_fF_f1): Likewise.
5933         (RUN_TEST_fI_f1): Likewise.
5934         (RUN_TEST_LOOP_fI_f1): Likewise.
5935         (RUN_TEST_ffI_f1_mod8): Likewise.
5936         (RUN_TEST_LOOP_ffI_f1_mod8): Likewise.
5937         (RUN_TEST_Ff_b1): Likewise.
5938         (RUN_TEST_LOOP_Ff_b1): Likewise.
5939         (RUN_TEST_Ffp_b1): Likewise.
5940         (RUN_TEST_LOOP_Ffp_b1): Likewise.
5941         (RUN_TEST_c_c): Likewise.
5942         (RUN_TEST_LOOP_c_c): Likewise.
5943         (RUN_TEST_cc_c): Likewise.
5944         (RUN_TEST_LOOP_cc_c): Likewise.
5945         (RUN_TEST_f_i): Likewise.
5946         (RUN_TEST_LOOP_f_i): Likewise.
5947         (RUN_TEST_f_i_tg): Likewise.
5948         (RUN_TEST_LOOP_f_i_tg): Likewise.
5949         (RUN_TEST_ff_b): Likewise.
5950         (RUN_TEST_LOOP_ff_b): Likewise.
5951         (RUN_TEST_ff_i_tg): Likewise.
5952         (RUN_TEST_LOOP_ff_i_tg): Likewise.
5953         (RUN_TEST_f_b): Likewise.
5954         (RUN_TEST_LOOP_f_b): Likewise.
5955         (RUN_TEST_f_b_tg): Likewise.
5956         (RUN_TEST_LOOP_f_b_tg): Likewise.
5957         (RUN_TEST_f_l): Likewise.
5958         (RUN_TEST_LOOP_f_l): Likewise.
5959         (RUN_TEST_f_L): Likewise.
5960         (RUN_TEST_LOOP_f_L): Likewise.
5961         (RUN_TEST_fFF_11): Likewise.
5962         (RUN_TEST_LOOP_fFF_11): Likewise.
5963         (VEC_SUFF): Likewise.
5964         (STR_CONCAT): Likewise.
5965         (STR_CON3): Likewise.
5966         (HAVE_VECTOR): Likewise.
5967         (START): Likewise.
5968         (END): Likewise.
5969         (END_COMPLEX): Likewise.
5970         (ALL_RM_TEST): Likewise.
5971         (matherr): Likewise.
5972         (initialize): Likewise.
5973         (options): Likewise.
5974         (doc): Likewise.
5975         (parse_opt): Likewise.
5976         (argp): Likewise.
5977         (check_ulp): Likewise.
5978         (main): Likewise.
5979         (do_test): New function.  Call tests of individual functions
5980         previously called from main.
5982         * math/libm-test.inc: Remove comment listing functions tested and
5983         not tested.
5985 2016-02-06  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5987         * nptl/allocatestack.c [COLORING_INCREMENT] (nptl_ncreated): Remove.
5988         (allocate_stack): Remove COLORING_INCREMENT usage.
5989         * nptl/stack-aliasing.h (COLORING_INCREMENT). Likewise.
5990         * sysdeps/i386/i686/stack-aliasing.h (COLORING_INCREMENT): Likewise.
5992 2017-02-06  Joseph Myers  <joseph@codesourcery.com>
5994         * manual/libm-err-tab.pl (@all_functions): Change to
5995         %all_functions.  Initialize as empty.
5996         (parse_ulps): Add to %all_functions based on functions found in
5997         ulps files.  Ignore results for non-default rounding modes and
5998         vector functions.
5999         (print_platforms): Use %all_platforms.
6000         * manual/math.texi (Errors in Math Functions): Document omissions
6001         from the table.
6003         * math/Makefile (before-compile): Remove.
6005 2017-02-06  Ivo Raisr <ivo.raisr@oracle.com>
6007         [BZ #21075]
6008         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): Remove
6009         unused assignment.
6010         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Likewise.
6012 2017-02-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
6014         * sysdeps/nptl/lowlevellock.h (lll_trylock, lll_cond_trylock):
6015         Add __glibc_unlikely hint.
6017 2017-02-06  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6019         [BZ #16640]
6020         * sysdeps/i386/i686/strtok.S: Remove file.
6021         * sysdeps/i386/i686/strtok_r.S: Likewise.
6022         * sysdeps/i386/strtok.S: Likewise.
6023         * sysdeps/i386/strtok_r.S: Likewise.
6024         * sysdeps/powerpc/powerpc64/strtok.S: Likewise.
6025         * sysdeps/powerpc/powerpc64/strtok_r.S: Likewise.
6026         * sysdeps/x86_64/strtok.S: Likewise.
6027         * sysdeps/x86_64/strtok_r.S: Likewise.
6029         * sysdeps/unix/sysv/linux/arm/posix_fadvise.c: Remove file.
6030         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: Likewise.
6031         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6032         (__ASSUME_FADVISE64_AS_64_64): Define.
6033         * sysdeps/unix/sysv/linux/posix_fadvise.c [__NR_fadvise64]: Add
6034         !defined __ASSUME_FADVISE64_AS_64_64 to use syscall issue.
6035         [!__NR_fadvise64 && __ASSUME_FADVISE64_64_6ARG]: Remove
6036         __ALIGNMENT_ARG usage.
6037         [!__NR_fadvise64 && !__ASSUME_FADVISE64_64_6ARG]: Define
6038         __NR_fadvise64_64 if it is not defined.
6040 2017-02-05  Siddhesh Poyarekar  <siddhesh@sourceware.org>
6042         * version.h (RELEASE): Set to "development"
6043         (VERSION): Set to 2.25.90.
6044         * NEWS: Add 2.26 section.
6046         * version.h (RELEASE): Set to "stable"
6047         (VERSION): Set to 2.25.
6048         * include/features.h (__GLIBC_MINOR__): Set to 25.
6050         * manual/contrib.texi: Add more contributors from this release
6051         and past releases.
6053         * NEWS (2.25): Add list of bugs fixed.
6055         * NEWS: Add missing news items.
6057 2017-02-04  Siddhesh Poyarekar  <siddhesh@sourceware.org>
6059         * elf/tst-env-setuid.c (do_execve): Return EXIT_UNSUPPORTED in
6060         parent if child exited in that manner.  Print WEXITSTATUS
6061         instead of the raw status.
6062         (do_test_prep): Rename to do_test.
6063         (do_test): Return the result of run_executable_sgid.
6064         (TEST_FUNCTION_ARGV): Adjust.
6066 2017-02-03  Alexandre Oliva  <aoliva@redhat.com>
6067             Florian Weimer  <fweimer@redhat.com>
6068             Carlos O'Donell  <carlos@redhat.com>
6070         [BZ #20915]
6071         * elf/dl-reloc.c (_dl_nothread_init_static_tls):
6072         Do not initialize DTV.
6073         * nptl/allocatestack.c (init_one_static_tls): Likewise.
6075 2017-02-03  David S. Miller  <davem@davemloft.net>
6077         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax-vis3.S: Remove file.
6078         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
6079         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: Likewise.
6080         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
6081         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: Likewise.
6082         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
6083         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: Likewise.
6084         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
6085         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
6086         (libm-sysdep_routines): Update.
6087         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Remove file.
6088         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: Likewise.
6089         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
6090         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: Likewise.
6091         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
6092         * sysdeps/sparc/sparc64/fpu/s_fmax.S: Likewise.
6093         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: Likewise.
6094         * sysdeps/sparc/sparc64/fpu/s_fmin.S: Likewise.
6095         * sysdeps/sparc/sparc64/fpu/s_fminf.S: Likewise.
6096         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S:
6097         Likewise.
6098         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
6099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S:
6100         Likewise.
6101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
6102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S:
6103         Likewise.
6104         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
6105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S:
6106         Likewise.
6107         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
6108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
6109         (libm-sysdep_routines): Update.
6111 2017-02-02  H.J. Lu  <hongjiu.lu@intel.com>
6113         * sysdeps/i386/dl-machine.h (elf_machine_rel): Replace
6114         _dl_fatal_printf with _dl_error_printf for IFUNC relocation
6115         against unrelocated shared library.
6116         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
6118 2017-02-02  Siddhesh Poyarekar  <siddhesh@sourceware.org>
6120         * sysdeps/generic/unsecvars.h: Add GLIBC_TUNABLES.
6121         * elf/tst-env-setuid-tunables.c
6122         (test_child_tunables)[!HAVE_TUNABLES]: Verify that
6123         GLIBC_TUNABLES is removed in a setgid process.
6125         [BZ #21073]
6126         * elf/dl-tunable-types.h (tunable_seclevel_t): New enum.
6127         * elf/dl-tunables.c (tunables_strdup): Remove.
6128         (get_next_env): Also return the previous envp.
6129         (parse_tunables): Erase tunables of category
6130         TUNABLES_SECLEVEL_SXID_ERASE.
6131         (maybe_enable_malloc_check): Make MALLOC_CHECK_
6132         TUNABLE_SECLEVEL_NONE if /etc/setuid-debug is accessible.
6133         (__tunables_init)[TUNABLES_FRONTEND ==
6134         TUNABLES_FRONTEND_valstring]: Update GLIBC_TUNABLES envvar
6135         after parsing.
6136         [TUNABLES_FRONTEND != TUNABLES_FRONTEND_valstring]: Erase
6137         tunable envvars of category TUNABLES_SECLEVEL_SXID_ERASE.
6138         * elf/dl-tunables.h (struct _tunable): Change member is_secure
6139         to security_level.
6140         * elf/dl-tunables.list: Add security_level annotations for all
6141         tunables.
6142         * scripts/gen-tunables.awk: Recognize and generate enum values
6143         for security_level.
6144         * elf/tst-env-setuid.c: New test case.
6145         * elf/tst-env-setuid-tunables: new test case.
6146         * elf/Makefile (tests-static): Add them.
6148 2017-02-01  Richard Henderson  <rth@twiddle.net>
6150         * sysdeps/alpha/memchr.c (__memchr): Use saturating arithmetic
6151         adjusting the byte count.
6153 2017-02-01  Andreas Schwab  <schwab@linux-m68k.org>
6155         * conform/Makefile (linknamespace-libs): Define.
6157         * sysdeps/m68k/m680x0/m68020/atomic-machine.h
6158         (__arch_compare_and_exchange_val_64_acq, atomic_exchange_acq)
6159         (atomic_exchange_and_add, atomic_add): Add casts to 64 bit asm
6160         operands.
6162 2017-01-31  Chung-Lin Tang  <cltang@codesourcery.com>
6164         * sysdeps/unix/sysv/linux/nios2/ipc_priv.h: New file.
6166 2017-01-30  H.J. Lu  <hongjiu.lu@intel.com>
6168         [BZ #21081]
6169         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
6170         (L(stosb)): Add VZEROUPPER before ret.
6172 2016-01-28  Carlos O'Donell  <carlos@redhat.com>
6173             Alexey Makhalov <amakhalov@vmware.com>
6174             Florian Weimer <fweimer@redhat.com>
6176         [BZ #20116]
6177         * nptl/pthread_create.c: Document concurrency notes.
6178         Enhance thread creation notes.
6179         (create_thread): Use bool *stopped_start.
6180         (START_THREAD_DEFN): Comment ownership of PD.
6181         (__pthread_create_2_1): Add local bool stopped_start and use
6182         that instead of pd->stopped_start where appropriate.
6183         * nptl/createthread.c (create_thread): Use bool *stopped_start.
6184         * sysdeps/nacl/createthread.c (create_thread): Use bool *stopped_start.
6185         * sysdeps/unix/sysv/linux/createthread.c (create_thread): Likewise.
6186         * nptl/tst-create-detached.c: New file.
6187         * nptl/Makefile (tests): Add tst-create-detached.
6188         * nptl/pthread_getschedparam.c (__pthread_getschedparam):
6189         Reference the enhanced thread creation notes.
6190         * nptl/pthread_setschedparam.c (__pthread_setschedparam): Likewise.
6191         * nptl/pthread_setschedprio.c (pthread_setschedprio): Likewise.
6192         * nptl/tpp.c (__pthread_tpp_change_priority): Likewise.
6193         (__pthread_current_priority): Likewise.
6194         * support/Makefile (libsupport-routines): Add xpthread_attr_destroy
6195         xpthread_attr_init, xpthread_attr_setdetachstate, and
6196         xpthread_attr_setstacksize.
6197         * support/xpthread_attr_destroy.c: New file.
6198         * support/xpthread_attr_init.c: New file.
6199         * support/xpthread_attr_setdetachstate.c: New file.
6200         * support/xpthread_attr_setstacksize.c: New file.
6201         * support/xthread.h: Define prototypes for xpthread_attr_destroy
6202         xpthread_attr_init, xpthread_attr_setdetachstate, and
6203         xpthread_attr_setstacksize.
6205 2017-01-27  Florian Weimer  <fweimer@redhat.com>
6207         * nptl/Makefile (tests): Add tst-robust-fork.
6208         * nptl/tst-robust-fork.c: New file.
6209         * support/Makefile (libsupport-routines): Add xmmap, xmunmap,
6210         xpthread_mutex_consistent, xpthread_mutex_destroy,
6211         xpthread_mutex_init, xpthread_mutexattr_destroy,
6212         xpthread_mutexattr_init, xpthread_mutexattr_setprotocol,
6213         xpthread_mutexattr_setpshared, xpthread_mutexattr_setrobust,
6214         xpthread_mutexattr_settype.
6215         * support/xmmap.c: New file.
6216         * support/xmunmap.c: Likewise.
6217         * support/xpthread_mutex_consistent.c: Likewise.
6218         * support/xpthread_mutex_destroy.c: Likewise.
6219         * support/xpthread_mutex_init.c: Likewise.
6220         * support/xpthread_mutexattr_destroy.c: Likewise.
6221         * support/xpthread_mutexattr_init.c: Likewise.
6222         * support/xpthread_mutexattr_setprotocol.c: Likewise.
6223         * support/xpthread_mutexattr_setpshared.c: Likewise.
6224         * support/xpthread_mutexattr_setrobust.c: Likewise.
6225         * support/xpthread_mutexattr_settype.c: Likewise.
6226         * support/xthread.h (xpthread_mutexattr_destroy)
6227         (xpthread_mutexattr_init, xpthread_mutexattr_setprotocol)
6228         (xpthread_mutexattr_setpshared, xpthread_mutexattr_setrobust)
6229         (xpthread_mutexattr_settype, xpthread_mutex_init)
6230         (xpthread_mutex_destroy, xpthread_mutex_consistent): Declare.
6231         * support/xunistd.h (xmmap, xmunmap): Likewise.
6233 2017-01-25  Florian Weimer  <fweimer@redhat.com>
6235         * string/Makefile (xtests): Add comment.
6236         (LOCALES): Add en_GB.UTF-8.
6237         (tst-strcoll-overflow.out): Depend on generated locales.
6238         * string/tst-strcoll-overflow.c: Convert to support/test-driver.c.
6239         (SIZE, TIMEOUT): Update comments.
6240         (do_test): Define as static.  Fail test if setlocale fails.
6241         Return EXIT_UNSUPPORTED if insufficient memory.  Enhance output
6242         messages.
6243         (EXPECTED_SIGNAL, EXPECTED_STATUS, TEST_FUNCTION): Remove.
6244         TIMEOUT at 300 seconds should be enough to run this test
6245         successfully.
6247 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
6249         * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): Add
6250         /* FALLTHRU */ comments.
6252 2017-01-24  James Clarke  <jrtc27@jrtc27.com>
6254         [BZ #21053]
6255         * sysdeps/unix/sysv/linux/sh/sh3/ucontext_i.sym: Use new REG_R*
6256         constants instead of the old R* ones.
6257         * sysdeps/unix/sysv/linux/sh/sh4/ucontext_i.sym: Likewise.
6258         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h (NGPREG): Rename...
6259         (NGREG): ... to this, to fit in with other architectures.
6260         (gpregset_t): Use new NGREG macro.
6261         [__USE_GNU]: Remove condition; all architectures other than tile
6262         are unconditional.
6263         (R*): Rename to REG_R*.
6265 2017-01-20  DJ Delorie  <dj@redhat.com>
6267         * elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ...
6268         (tunable_set_val_if_valid_range_signed) ... this, and ...
6269         (tunable_set_val_if_valid_range_unsigned) ... this.
6270         (tunable_initialize): Call the correct one of the above based on type.
6272 2017-01-20  Joseph Myers  <joseph@codesourcery.com>
6274         * sysdeps/hppa/fpu/libm-test-ulps: Remove *_tonearest entries.
6275         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
6276         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
6277         * sysdeps/microblaze/libm-test-ulps: Likewise.
6278         * sysdeps/sh/libm-test-ulps: Likewise.
6280         * math/README.libm-test: Update list of characters for input and
6281         output types.
6283 2017-01-20  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
6285         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
6286         (__lll_unlock_elision): Fix adapt_count decrement.
6288 2017-01-14  Martin Galvan  <martingalvan@sourceware.org>
6290         * README.pretty-printers (Known issues): Warn about printers not
6291         always covering everything.
6292         * nptl/nptl-printers.py (MutexPrinter): Change output.
6293         * nptl/test-mutex-printers.py: Fix test and adapt to changed output.
6295 2017-01-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
6297         * sysdeps/unix/sysv/linux/s390/htm.h: Adjust comments.
6298         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
6299         * sysdeps/unix/sysv/linux/s390/elision-lock.c: Adjust comments.
6300         (__lll_lock_elision): Do not test futex before starting a
6301         transaction.  Use __glibc_likely instead of __builtin_expect.
6302         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: Adjust comments.
6303         (__lll_trylock_elision): Do not test futex before starting a
6304         transaction.  Use __glibc_likely instead of __builtin_expect.
6306 2017-01-20  Siddhesh Poyarekar  <siddhesh@sourceware.org>
6308         * po/Makefile (update-translations): New target.
6310 2017-01-19  Joseph Myers  <joseph@codesourcery.com>
6312         [BZ #21061]
6313         * sysdeps/unix/sysv/linux/microblaze/clock-compat.c: New file.
6315 2017-01-19  Siddhesh Poyarekar  <siddhesh@sourceware.org>
6317         * elf/dl-tunables (get_next_env): Always advance envp.
6318         * stdlib/tst-empty-env.c: New test case.
6319         * stdlib/Makefile (tests): Use it.
6321 2017-01-19  Joseph Myers  <joseph@codesourcery.com>
6323         [BZ #21047]
6324         * sysdeps/arm/fpu_control.h [!__SOFTFP__] (_FPU_GETCW): Use VFP
6325         name for instruction.
6326         [!__SOFTFP__] (_FPU_SETCW): Likewise.
6328 2017-01-18  Joseph Myers  <joseph@codesourcery.com>
6330         * scripts/build-many-glibcs.py (Config.build_cross_tool): Use -j1
6331         for make install.
6333 2017-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
6335         * po/bg.po: Merge from Translation Project.
6336         * po/fr.po: Likewise.
6337         * po/ko.po: Likewise.
6338         * po/nl.po: Likewise.
6339         * po/sv.po: Likewise.
6341 2017-01-18  Joseph Myers  <joseph@codesourcery.com>
6343         * manual/install.texi (Tools for Compilation): Update GCC version
6344         known to work to build glibc.
6345         * INSTALL: Regenerated.
6347 2017-01-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
6349         [BZ #21006]
6350         * string/Makefile (LDFLAGS-tst-xbzero-opt): New variable.
6352 2017-01-16  Joseph Myers  <joseph@codesourcery.com>
6354         [BZ #21045]
6355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
6356         (__CONTEXT_FUNC_NAME): Pass address of signal mask to be restored
6357         to __sigprocmask.
6359 2017-01-16  Chris Metcalf  <cmetcalf@mellanox.com>
6361         * sysdeps/tile/tilegx/memchr.c (__memchr): Handle pointer
6362         wrap-around.
6363         * sysdeps/tile/tilepro/memchr.c (__memchr): Likewise.
6365         * sysdeps/unix/sysv/linux/tile/ipc_priv.h: New file.
6367 2016-01-14  Siddhesh Poyarekar  <siddhesh@sourceware.org>
6369         * NEWS: Fix typo.
6371 2016-01-13  Torvald Riegel  <triegel@redhat.com>
6373         * nptl/descr.h (ENQUEUE_MUTEX_BOTH, DEQUEUE_MUTEX): Add compiler
6374         barriers and comments.
6375         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full): Likewise.
6376         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6377         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6379 2016-01-13  Torvald Riegel  <triegel@redhat.com>
6381         [BZ #19402]
6382         * sysdeps/nptl/fork.c (__libc_fork): Clear list of acquired robust
6383         mutexes.
6385 2016-01-13  Torvald Riegel  <triegel@redhat.com>
6387         [BZ #20985]
6388         * nptl/Makefile: Adapt.
6389         * nptl/pthread_mutex_cond_lock.c (LLL_ROBUST_MUTEX_LOCK): Remove.
6390         (LLL_ROBUST_MUTEX_LOCK_MODIFIER): New.
6391         * nptl/pthread_mutex_lock.c (LLL_ROBUST_MUTEX_LOCK): Remove.
6392         (LLL_ROBUST_MUTEX_LOCK_MODIFIER): New.
6393         (__pthread_mutex_lock_full): Inline lll_robust* functions and adapt.
6394         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Inline
6395         lll_robust* functions and adapt.
6396         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6397         * sysdeps/nptl/lowlevellock.h (__lll_robust_lock_wait,
6398         __lll_robust_lock, lll_robust_cond_lock, __lll_robust_timedlock_wait,
6399         __lll_robust_timedlock, __lll_robust_unlock): Remove.
6400         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_robust_lock,
6401         lll_robust_cond_lock, lll_robust_timedlock, lll_robust_unlock): Remove.
6402         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_robust_lock,
6403         lll_robust_cond_lock, lll_robust_timedlock, lll_robust_unlock): Remove.
6404         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (__lll_robust_lock_wait,
6405         __lll_robust_lock, lll_robust_cond_lock, __lll_robust_timedlock_wait,
6406         __lll_robust_timedlock, __lll_robust_unlock): Remove.
6407         * nptl/lowlevelrobustlock.c: Remove file.
6408         * nptl/lowlevelrobustlock.sym: Likewise.
6409         * sysdeps/unix/sysv/linux/i386/lowlevelrobustlock.S: Likewise.
6410         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Likewise.
6412 2017-01-13  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
6414         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
6416 2017-01-12  Siddhesh Poyarekar  <siddhesh@sourceware.org>
6418         * po/cs.po: Merge translations from the Translation Project.
6419         * po/de.po: Likewise.
6420         * po/pl.po: Likewise.
6421         * po/ru.po: Likewise.
6422         * po/tr.po: Likewise.
6423         * po/uk.po: Likewise.
6424         * po/vi.po: Likewise.
6425         * po/zh_CN.po: Likewise.
6427 2017-01-12  Joseph Myers  <joseph@codesourcery.com>
6429         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
6431         * math/fgetexcptflg.c (__fegetexceptflag): Store 0 in fexcept_t
6432         object.
6434 2017-01-11  Joseph Myers  <joseph@codesourcery.com>
6436         [BZ #16458]
6437         * bits/uintn-identity.h: New file.
6438         * inet/netinet/in.h: Include <bits/uintn-identity.h>.
6439         [__BYTE_ORDER == __BIG_ENDIAN] (ntohl): Use __uint32_identity.
6440         [__BYTE_ORDER == __BIG_ENDIAN] (ntohs): Use __uint16_identity.
6441         [__BYTE_ORDER == __BIG_ENDIAN] (htonl): Use __uint32_identity.
6442         [__BYTE_ORDER == __BIG_ENDIAN] (htohs): Use __uint16_identity.
6443         * string/endian.h: Include <bits/uintn-identity.h>.
6444         [__BYTE_ORDER == __LITTLE_ENDIAN] (htole16): Use
6445         __uint16_identity.
6446         [__BYTE_ORDER == __LITTLE_ENDIAN] (le16toh): Likewise.
6447         [__BYTE_ORDER == __LITTLE_ENDIAN] (htole32): Use
6448         __uint32_identity.
6449         [__BYTE_ORDER == __LITTLE_ENDIAN] (le32toh): Likewise.
6450         [__BYTE_ORDER == __LITTLE_ENDIAN] (htole64): Use
6451         __uint64_identity.
6452         [__BYTE_ORDER == __LITTLE_ENDIAN] (le64toh): Likewise.
6453         [__BYTE_ORDER != __LITTLE_ENDIAN] (htobe16): Use
6454         __uint16_identity.
6455         [__BYTE_ORDER != __LITTLE_ENDIAN] (be16toh): Likewise.
6456         [__BYTE_ORDER != __LITTLE_ENDIAN] (htobe32): Use
6457         __uint32_identity.
6458         [__BYTE_ORDER != __LITTLE_ENDIAN] (be32toh): Likewise.
6459         [__BYTE_ORDER != __LITTLE_ENDIAN] (htobe64): Use
6460         __uint64_identity.
6461         [__BYTE_ORDER != __LITTLE_ENDIAN] (be64toh): Likewise.
6462         * string/Makefile (headers): Add bits/uintn-identity.h.
6463         (tests): Add test-endian-types.
6464         * string/test-endian-types.c: New file.
6465         * inet/Makefile (tests): Add test-hnto-types.
6466         * inet/test-hnto-types.c: New file.
6468 2016-01-11  Siddhesh Poyarekar  <siddhesh@sourceware.org>
6470         * po/be.po: Update from Translation Project.
6471         * po/bg.po: Likewise.
6472         * po/ca.po: Likewise.
6473         * po/cs.po: Likewise.
6474         * po/da.po: Likewise.
6475         * po/de.po: Likewise.
6476         * po/el.po: Likewise.
6477         * po/eo.po: Likewise.
6478         * po/es.po: Likewise.
6479         * po/fi.po: Likewise.
6480         * po/fr.po: Likewise.
6481         * po/gl.po: Likewise.
6482         * po/hr.po: Likewise.
6483         * po/hu.po: Likewise.
6484         * po/ia.po: Likewise.
6485         * po/id.po: Likewise.
6486         * po/it.po: Likewise.
6487         * po/ja.po: Likewise.
6488         * po/ko.po: Likewise.
6489         * po/lt.po: Likewise.
6490         * po/nb.po: Likewise.
6491         * po/nl.po: Likewise.
6492         * po/pl.po: Likewise.
6493         * po/pt_BR.po: Likewise.
6494         * po/ru.po: Likewise.
6495         * po/rw.po: Likewise.
6496         * po/sk.po: Likewise.
6497         * po/sl.po: Likewise.
6498         * po/sv.po: Likewise.
6499         * po/tr.po: Likewise.
6500         * po/uk.po: Likewise.
6501         * po/vi.po: Likewise.
6502         * po/zh_CN.po: Likewise.
6503         * po/zh_TW.po: Likewise.
6505 2017-01-11  Joseph Myers  <joseph@codesourcery.com>
6507         * stdio-common/tst-printf.c [__GNUC_PREREQ (7, 0)]: Ignore
6508         -Wformat-truncation instead of -Wformat-length.
6509         * time/tst-strptime2.c (mkbuf) [__GNUC_PREREQ (7, 0)]: Likewise.
6510         * stdio-common/tstdiomisc.c (F): Ignore -Wformat-truncation for
6511         GCC 7.
6512         * wcsmbs/tst-wcstof.c: Include <libc-internal.h>.
6513         (do_test): Ignore -Wformat-truncation for GCC 7.
6515         * locale/programs/ld-address.c (INT_STR_ELEM): Increase size of
6516         buffer used to print long int value.
6518         * elf/sotruss-lib.c (init): Increase space allocated for pid by
6519         one byte.  Print it with %ld, cast to long int.
6521 2017-01-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
6523         * scripts/build-many-glibcs.py (os.cpu_count): Add compatibility definition.
6524         (re.fullmatch, subprocess.run): Likewise.
6526 2016-01-11  Siddhesh Poyarekar  <siddhesh@sourceware.org>
6528         * po/libc.pot: Regenerate.
6530 2016-01-10  Siddhesh Poyarekar  <siddhesh@sourceware.org>
6532         * elf/dl-tunables.c (tunables_unsetenv): Remove function.
6533         (min_strlen): Likewise.
6534         (disable_tunable): Likewise.
6535         (maybe_disable_malloc_check): Rename to
6536         maybe_enable_malloc_check.
6537         (maybe_enable_malloc_check): Enable glibc.malloc.check tunable
6538         if /etc/suid-debug file exists.
6539         (__tunables_init): Update caller.
6540         * elf/dl-tunables.list (glibc.malloc.check): Don't mark as
6541         secure.
6543 2016-01-10  Torvald Riegel  <triegel@redhat.com>
6545         * nptl/DESIGN-rwlock.txt: Remove.
6546         * nptl/lowlevelrwlock.sym: Remove.
6547         * nptl/Makefile: Add new tests.
6548         * nptl/pthread_rwlock_common.c: New file.  Contains the new rwlock.
6549         * nptl/pthreadP.h (PTHREAD_RWLOCK_PREFER_READER_P): Remove.
6550         (PTHREAD_RWLOCK_WRPHASE, PTHREAD_RWLOCK_WRLOCKED,
6551         PTHREAD_RWLOCK_RWAITING, PTHREAD_RWLOCK_READER_SHIFT,
6552         PTHREAD_RWLOCK_READER_OVERFLOW, PTHREAD_RWLOCK_WRHANDOVER,
6553         PTHREAD_RWLOCK_FUTEX_USED): New.
6554         * nptl/pthread_rwlock_init.c (__pthread_rwlock_init): Adapt to new
6555         implementation.
6556         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock_slow): Remove.
6557         (__pthread_rwlock_rdlock): Adapt.
6558         * nptl/pthread_rwlock_timedrdlock.c
6559         (pthread_rwlock_timedrdlock): Adapt.
6560         * nptl/pthread_rwlock_timedwrlock.c
6561         (pthread_rwlock_timedwrlock): Adapt.
6562         * nptl/pthread_rwlock_trywrlock.c (pthread_rwlock_trywrlock): Adapt.
6563         * nptl/pthread_rwlock_tryrdlock.c (pthread_rwlock_tryrdlock): Adapt.
6564         * nptl/pthread_rwlock_unlock.c (pthread_rwlock_unlock): Adapt.
6565         * nptl/pthread_rwlock_wrlock.c (__pthread_rwlock_wrlock_slow): Remove.
6566         (__pthread_rwlock_wrlock): Adapt.
6567         * nptl/tst-rwlock10.c: Adapt.
6568         * nptl/tst-rwlock11.c: Adapt.
6569         * nptl/tst-rwlock17.c: New file.
6570         * nptl/tst-rwlock18.c: New file.
6571         * nptl/tst-rwlock19.c: New file.
6572         * nptl/tst-rwlock2b.c: New file.
6573         * nptl/tst-rwlock8.c: Adapt.
6574         * nptl/tst-rwlock9.c: Adapt.
6575         * sysdeps/aarch64/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
6576         * sysdeps/arm/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
6577         * sysdeps/hppa/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
6578         * sysdeps/ia64/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
6579         * sysdeps/m68k/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
6580         * sysdeps/microblaze/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
6581         * sysdeps/mips/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
6582         * sysdeps/nios2/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
6583         * sysdeps/s390/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
6584         * sysdeps/sh/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
6585         * sysdeps/sparc/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
6586         * sysdeps/tile/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
6587         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
6588         (pthread_rwlock_t): Adapt.
6589         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6590         (pthread_rwlock_t): Adapt.
6591         * sysdeps/x86/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
6592         * nptl/nptl-printers.py (): Adapt.
6593         * nptl/nptl_lock_constants.pysym: Adapt.
6594         * nptl/test-rwlock-printers.py: Adapt.
6595         * nptl/test-rwlockattr-printers.c: Adapt.
6596         * nptl/test-rwlockattr-printers.py: Adapt.
6598 2017-01-10  Joseph Myers  <joseph@codesourcery.com>
6600         * math/libm-test.inc (XFAIL_IBM128_LIBGCC): New macro.
6601         (fdim_test_data): Use XFAIL_ROUNDING_IBM128_LIBGCC for some tests.
6602         (fma_test_data): Likewise.
6603         (hypot_test_data): Likewise.
6604         (log1p_test_data): Likewise.
6605         (modf_test_data): Likewise.
6606         (pow_test_data): Likewise.
6607         (remainder_test_data): Likewise.
6608         (remquo_test_data): Likewise.
6609         (scalb_test_data): Likewise.
6610         (scalbn_test_data): Likewise.
6611         (scalbln_test_data): Likewise.
6612         * math/gen-libm-test.pl (parse_args): Transform
6613         XFAIL_ROUNDING_IBM128_LIBGCC to XFAIL_IBM128_LIBGCC or 0 depending
6614         on the rounding mode.
6616 2017-01-09  Joseph Myers  <joseph@codesourcery.com>
6618         * math/gen-auto-libm-tests.c (output_for_one_input_case): Apply
6619         xfail-rounding:ibm128-libgcc automatically to tests overflowing
6620         and those that can underflow to zero.
6621         * math/auto-libm-test-in: Remove most XFAILs for ibm128-libgcc and
6622         add others.
6623         * math/auto-libm-test-out: Regenerated.
6625         * math/test-fenv.c (fe_tests): Skip most tests when exceptions not
6626         supported.
6627         (feholdexcept_tests): Skip tests requiring exceptions or rounding
6628         modes support if not supported.
6630         * sysdeps/unix/sysv/linux/microblaze/localplt.data (__pread64):
6631         Add libc.so PLT entry.
6632         (__tls_get_addr): Make ld.so PLT entry optional.
6634 2017-01-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6636         * string/bits/strings_fortified.h (explicit_bzero): Move back to ..
6637         * string/bits/string3.h: ... here.
6639 2017-01-05  Joseph Myers  <joseph@codesourcery.com>
6641         [BZ #21028]
6642         * math/fsetexcptflg.c (__fesetexceptflag): Always return 0.
6643         * math/test-fexcept.c (test_set): Allow failure of feraiseexcept
6644         if EXCEPTION_TESTS returns false.
6646 2017-01-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
6648         [BZ #20558]
6649         * string/bits/string3.h [__USE_MISC] (bcopy): Move to
6650         strings_fortified.h.
6651         [__USE_MISC] (bzero): Likewise.
6652         [__USE_MISC] (explicit_bzero): Likewise.
6653         * string/strings.h: Include strings_fortified.h.
6654         * string/Makefile (headers): Add strings_fortified.h.
6655         * string/bits/strings_fortified.h: New file.
6656         * include/bits/strings_fortified.h: Likewise.
6658 2017-01-05  Joseph Myers  <joseph@codesourcery.com>
6660         * elf/tst-tls13.c (TIMEOUT): Remove.
6661         * iconvdata/tst-loading.c (TIMEOUT): Likewise.
6662         * malloc/tst-malloc-thread-fail.c (TIMEOUT): Increase to 100.
6663         * malloc/tst-mallocfork2.c (TIMEOUT): Define to 100.
6664         * nss/tst-cancel-getpwuid_r.c (TIMEOUT): Define to 900.
6665         * nss/tst-nss-getpwent.c (TIMEOUT): Define to 300.
6667         [BZ #21026]
6668         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
6669         (readahead): New syscall entry.
6671 2017-01-04  Joseph Myers  <joseph@codesourcery.com>
6673         * string/tester.c (test_strncat): Disable -Wstringop-overflow=
6674         around tests of strncat with large sizes.
6676         * malloc/tst-malloc.c: Include <libc-internal.h>.
6677         (do_test): Disable -Walloc-size-larger-than= around tests of
6678         malloc with negative sizes.
6679         * malloc/tst-mcheck.c: Include <libc-internal.h>.
6680         (do_test): Disable -Walloc-size-larger-than= around tests of
6681         malloc and realloc with negative sizes.
6682         * malloc/tst-realloc.c: Include <libc-internal.h>.
6683         (do_test): Disable -Walloc-size-larger-than= around tests of
6684         realloc with negative sizes.
6686         * math/libm-test.inc (TEST_COND_ibm128_libgcc): New macro.
6687         (init_max_error) [TEST_COND_ibm128]: Increase maximum error
6688         allowed to 16 ulps.
6689         * math/auto-libm-test-in: Change most XFAILs for ibm128 to use
6690         ibm128-libgcc.  XFAIL more tests for ibm128-libgcc.
6691         * math/auto-libm-test-out: Regenerated.
6693 2017-01-04  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
6695         * math/Makefile (libm-calls): Move wrappers...
6696         (libm-compat-call-auto): Here.
6697         (libm-routines): Add items in libm-compat-calls-auto.
6698         * sysdeps/powerpc/nofpu/Makefile: Add suffix ("_compat") to
6699         the filenames of the wrappers that have been renamed.
6700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Likewise.
6701         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
6703         * math/w_acos.c: Add _compat suffix to filename.
6704         * math/w_acosf.c: Likewise.
6705         * math/w_acosh.c: Likewise.
6706         * math/w_acoshf.c: Likewise.
6707         * math/w_acoshl.c: Likewise.
6708         * math/w_acosl.c: Likewise.
6709         * math/w_asin.c: Likewise.
6710         * math/w_asinf.c: Likewise.
6711         * math/w_asinl.c: Likewise.
6712         * math/w_atan2.c: Likewise.
6713         * math/w_atan2f.c: Likewise.
6714         * math/w_atan2l.c: Likewise.
6715         * math/w_atanh.c: Likewise.
6716         * math/w_atanhf.c: Likewise.
6717         * math/w_atanhl.c: Likewise.
6718         * math/w_cosh.c: Likewise.
6719         * math/w_coshf.c: Likewise.
6720         * math/w_coshl.c: Likewise.
6721         * math/w_exp10.c: Likewise.
6722         * math/w_exp10f.c: Likewise.
6723         * math/w_exp10l.c: Likewise.
6724         * math/w_exp2.c: Likewise.
6725         * math/w_exp2f.c: Likewise.
6726         * math/w_exp2l.c: Likewise.
6727         * math/w_fmod.c: Likewise.
6728         * math/w_fmodf.c: Likewise.
6729         * math/w_fmodl.c: Likewise.
6730         * math/w_hypot.c: Likewise.
6731         * math/w_hypotf.c: Likewise.
6732         * math/w_hypotl.c: Likewise.
6733         * math/w_j0.c: Likewise.
6734         * math/w_j0f.c: Likewise.
6735         * math/w_j0l.c: Likewise.
6736         * math/w_j1.c: Likewise.
6737         * math/w_j1f.c: Likewise.
6738         * math/w_j1l.c: Likewise.
6739         * math/w_jn.c: Likewise.
6740         * math/w_jnf.c: Likewise.
6741         * math/w_jnl.c: Likewise.
6742         * math/w_log10.c: Likewise.
6743         * math/w_log10f.c: Likewise.
6744         * math/w_log10l.c: Likewise.
6745         * math/w_log2.c: Likewise.
6746         * math/w_log2f.c: Likewise.
6747         * math/w_log2l.c: Likewise.
6748         * math/w_log.c: Likewise.
6749         * math/w_logf.c: Likewise.
6750         * math/w_logl.c: Likewise.
6751         * math/w_pow.c: Likewise.
6752         * math/w_powf.c: Likewise.
6753         * math/w_powl.c: Likewise.
6754         * math/w_remainder.c: Likewise.
6755         * math/w_remainderf.c: Likewise.
6756         * math/w_remainderl.c: Likewise.
6757         * math/w_scalb.c: Likewise.
6758         * math/w_scalbf.c: Likewise.
6759         * math/w_scalbl.c: Likewise.
6760         * math/w_sinh.c: Likewise.
6761         * math/w_sinhf.c: Likewise.
6762         * math/w_sinhl.c: Likewise.
6763         * math/w_sqrt.c: Likewise.
6764         * math/w_sqrtf.c: Likewise.
6765         * math/w_sqrtl.c: Likewise.
6766         * math/w_tgamma.c: Likewise.
6767         * math/w_tgammaf.c: Likewise.
6768         * math/w_tgammal.c: Likewise.
6770         * math/w_acos_compat.c: New file copied from above and
6771         adjusted for new #includes path
6772         * math/w_acosf_compat.c: Likewise.
6773         * math/w_acosh_compat.c: Likewise.
6774         * math/w_acoshf_compat.c: Likewise.
6775         * math/w_acoshl_compat.c: Likewise.
6776         * math/w_acosl_compat.c: Likewise.
6777         * math/w_asin_compat.c: Likewise.
6778         * math/w_asinf_compat.c: Likewise.
6779         * math/w_asinl_compat.c: Likewise.
6780         * math/w_atan2_compat.c: Likewise.
6781         * math/w_atan2f_compat.c: Likewise.
6782         * math/w_atan2l_compat.c: Likewise.
6783         * math/w_atanh_compat.c: Likewise.
6784         * math/w_atanhf_compat.c: Likewise.
6785         * math/w_atanhl_compat.c: Likewise.
6786         * math/w_cosh_compat.c: Likewise.
6787         * math/w_coshf_compat.c: Likewise.
6788         * math/w_coshl_compat.c: Likewise.
6789         * math/w_exp10_compat.c: Likewise.
6790         * math/w_exp10f_compat.c: Likewise.
6791         * math/w_exp10l_compat.c: Likewise.
6792         * math/w_exp2_compat.c: Likewise.
6793         * math/w_exp2f_compat.c: Likewise.
6794         * math/w_exp2l_compat.c: Likewise.
6795         * math/w_fmod_compat.c: Likewise.
6796         * math/w_fmodf_compat.c: Likewise.
6797         * math/w_fmodl_compat.c: Likewise.
6798         * math/w_hypot_compat.c: Likewise.
6799         * math/w_hypotf_compat.c: Likewise.
6800         * math/w_hypotl_compat.c: Likewise.
6801         * math/w_j0_compat.c: Likewise.
6802         * math/w_j0f_compat.c: Likewise.
6803         * math/w_j0l_compat.c: Likewise.
6804         * math/w_j1_compat.c: Likewise.
6805         * math/w_j1f_compat.c: Likewise.
6806         * math/w_j1l_compat.c: Likewise.
6807         * math/w_jn_compat.c: Likewise.
6808         * math/w_jnf_compat.c: Likewise.
6809         * math/w_jnl_compat.c: Likewise.
6810         * math/w_log10_compat.c: Likewise.
6811         * math/w_log10f_compat.c: Likewise.
6812         * math/w_log10l_compat.c: Likewise.
6813         * math/w_log2_compat.c: Likewise.
6814         * math/w_log2f_compat.c: Likewise.
6815         * math/w_log2l_compat.c: Likewise.
6816         * math/w_log_compat.c: Likewise.
6817         * math/w_logf_compat.c: Likewise.
6818         * math/w_logl_compat.c: Likewise.
6819         * math/w_pow_compat.c: Likewise.
6820         * math/w_powf_compat.c: Likewise.
6821         * math/w_powl_compat.c: Likewise.
6822         * math/w_remainder_compat.c: Likewise.
6823         * math/w_remainderf_compat.c: Likewise.
6824         * math/w_remainderl_compat.c: Likewise.
6825         * math/w_scalb_compat.c: Likewise.
6826         * math/w_scalbf_compat.c: Likewise.
6827         * math/w_scalbl_compat.c: Likewise.
6828         * math/w_sinh_compat.c: Likewise.
6829         * math/w_sinhf_compat.c: Likewise.
6830         * math/w_sinhl_compat.c: Likewise.
6831         * math/w_sqrt_compat.c: Likewise.
6832         * math/w_sqrtf_compat.c: Likewise.
6833         * math/w_sqrtl_compat.c: Likewise.
6834         * math/w_tgamma_compat.c: Likewise.
6835         * math/w_tgammaf_compat.c: Likewise.
6836         * math/w_tgammal_compat.c: Likewise.
6838         * sysdeps/i386/fpu/w_sqrt.c: Add _compat suffix to filename.
6839         * sysdeps/ia64/fpu/w_sqrtl.c: Likewise.
6840         * sysdeps/ia64/fpu/w_acosl.c: Likewise.
6841         * sysdeps/ia64/fpu/w_sqrtf.c: Likewise.
6842         * sysdeps/ia64/fpu/w_sqrt.c: Likewise.
6843         * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
6844         * sysdeps/ia64/fpu/w_acosf.c: Likewise.
6845         * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
6846         * sysdeps/ia64/fpu/w_sinh.c: Likewise.
6847         * sysdeps/ia64/fpu/w_scalbl.c: Likewise.
6848         * sysdeps/ia64/fpu/w_scalbf.c: Likewise.
6849         * sysdeps/ia64/fpu/w_scalb.c: Likewise.
6850         * sysdeps/ia64/fpu/w_remainderl.c: Likewise.
6851         * sysdeps/ia64/fpu/w_remainderf.c: Likewise.
6852         * sysdeps/ia64/fpu/w_remainder.c: Likewise.
6853         * sysdeps/ia64/fpu/w_powl.c: Likewise.
6854         * sysdeps/ia64/fpu/w_powf.c: Likewise.
6855         * sysdeps/ia64/fpu/w_pow.c: Likewise.
6856         * sysdeps/ia64/fpu/w_logl.c: Likewise.
6857         * sysdeps/ia64/fpu/w_logf.c: Likewise.
6858         * sysdeps/ia64/fpu/w_log2l.c: Likewise.
6859         * sysdeps/ia64/fpu/w_log2f.c: Likewise.
6860         * sysdeps/ia64/fpu/w_log2.c: Likewise.
6861         * sysdeps/ia64/fpu/w_log10l.c: Likewise.
6862         * sysdeps/ia64/fpu/w_log10f.c: Likewise.
6863         * sysdeps/ia64/fpu/w_log10.c: Likewise.
6864         * sysdeps/ia64/fpu/w_log.c: Likewise.
6865         * sysdeps/ia64/fpu/w_hypotl.c: Likewise.
6866         * sysdeps/ia64/fpu/w_hypotf.c: Likewise.
6867         * sysdeps/ia64/fpu/w_hypot.c: Likewise.
6868         * sysdeps/ia64/fpu/w_fmodl.c: Likewise.
6869         * sysdeps/ia64/fpu/w_fmodf.c: Likewise.
6870         * sysdeps/ia64/fpu/w_fmod.c: Likewise.
6871         * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
6872         * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
6873         * sysdeps/ia64/fpu/w_exp2.c: Likewise.
6874         * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
6875         * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
6876         * sysdeps/ia64/fpu/w_exp10.c: Likewise.
6877         * sysdeps/ia64/fpu/w_coshl.c: Likewise.
6878         * sysdeps/ia64/fpu/w_coshf.c: Likewise.
6879         * sysdeps/ia64/fpu/w_cosh.c: Likewise.
6880         * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
6881         * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
6882         * sysdeps/ia64/fpu/w_atanh.c: Likewise.
6883         * sysdeps/ia64/fpu/w_atan2l.c: Likewise.
6884         * sysdeps/ia64/fpu/w_atan2f.c: Likewise.
6885         * sysdeps/ia64/fpu/w_atan2.c: Likewise.
6886         * sysdeps/ia64/fpu/w_asinl.c: Likewise.
6887         * sysdeps/ia64/fpu/w_asinf.c: Likewise.
6888         * sysdeps/ia64/fpu/w_asin.c: Likewise.
6889         * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
6890         * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
6891         * sysdeps/ia64/fpu/w_acosh.c: Likewise.
6892         * sysdeps/ia64/fpu/w_acos.c: Likewise.
6893         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
6894         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
6895         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
6896         * sysdeps/ieee754/ldbl-opt/w_acos.c: Likewise.
6897         * sysdeps/ieee754/ldbl-opt/w_acosh.c: Likewise.
6898         * sysdeps/ieee754/ldbl-opt/w_acoshl.c: Likewise.
6899         * sysdeps/ieee754/ldbl-opt/w_acosl.c: Likewise.
6900         * sysdeps/ieee754/ldbl-opt/w_asin.c: Likewise.
6901         * sysdeps/ieee754/ldbl-opt/w_asinl.c: Likewise.
6902         * sysdeps/ieee754/ldbl-opt/w_atan2.c: Likewise.
6903         * sysdeps/ieee754/ldbl-opt/w_atan2l.c: Likewise.
6904         * sysdeps/ieee754/ldbl-opt/w_atanh.c: Likewise.
6905         * sysdeps/ieee754/ldbl-opt/w_atanhl.c: Likewise.
6906         * sysdeps/ieee754/ldbl-opt/w_cosh.c: Likewise.
6907         * sysdeps/ieee754/ldbl-opt/w_coshl.c: Likewise.
6908         * sysdeps/ieee754/ldbl-opt/w_exp10.c: Likewise.
6909         * sysdeps/ieee754/ldbl-opt/w_exp10l.c: Likewise.
6910         * sysdeps/ieee754/ldbl-opt/w_fmod.c: Likewise.
6911         * sysdeps/ieee754/ldbl-opt/w_fmodl.c: Likewise.
6912         * sysdeps/ieee754/ldbl-opt/w_hypot.c: Likewise.
6913         * sysdeps/ieee754/ldbl-opt/w_hypotl.c: Likewise.
6914         * sysdeps/ieee754/ldbl-opt/w_j0.c: Likewise.
6915         * sysdeps/ieee754/ldbl-opt/w_j0l.c: Likewise.
6916         * sysdeps/ieee754/ldbl-opt/w_j1.c: Likewise.
6917         * sysdeps/ieee754/ldbl-opt/w_j1l.c: Likewise.
6918         * sysdeps/ieee754/ldbl-opt/w_jn.c: Likewise.
6919         * sysdeps/ieee754/ldbl-opt/w_jnl.c: Likewise.
6920         * sysdeps/ieee754/ldbl-opt/w_log10.c: Likewise.
6921         * sysdeps/ieee754/ldbl-opt/w_log10l.c: Likewise.
6922         * sysdeps/ieee754/ldbl-opt/w_log2.c: Likewise.
6923         * sysdeps/ieee754/ldbl-opt/w_log2l.c: Likewise.
6924         * sysdeps/ieee754/ldbl-opt/w_log.c: Likewise.
6925         * sysdeps/ieee754/ldbl-opt/w_logl.c: Likewise.
6926         * sysdeps/ieee754/ldbl-opt/w_pow.c: Likewise.
6927         * sysdeps/ieee754/ldbl-opt/w_powl.c: Likewise.
6928         * sysdeps/ieee754/ldbl-opt/w_remainder.c: Likewise.
6929         * sysdeps/ieee754/ldbl-opt/w_remainderl.c: Likewise.
6930         * sysdeps/ieee754/ldbl-opt/w_scalb.c: Likewise.
6931         * sysdeps/ieee754/ldbl-opt/w_scalbl.c: Likewise.
6932         * sysdeps/ieee754/ldbl-opt/w_sinh.c: Likewise.
6933         * sysdeps/ieee754/ldbl-opt/w_sinhl.c: Likewise.
6934         * sysdeps/ieee754/ldbl-opt/w_sqrt.c: Likewise.
6935         * sysdeps/ieee754/ldbl-opt/w_sqrtl.c: Likewise.
6936         * sysdeps/ieee754/ldbl-opt/w_tgamma.c: Likewise.
6937         * sysdeps/ieee754/ldbl-opt/w_tgammal.c: Likewise.
6938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S:
6939         Likewise.
6940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S:
6941         Likewise.
6942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: Likewise.
6943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S:
6944         Likewise.
6945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S:
6946         Likewise.
6947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: Likewise.
6948         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
6949         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
6950         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
6951         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
6952         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
6953         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
6954         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: Likewise.
6955         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
6956         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: Likewise.
6957         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
6958         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
6959         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
6960         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
6961         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
6963         * sysdeps/i386/fpu/w_sqrt_compat.c: New file copied from above
6964         and adjusted for new #includes path
6965         * sysdeps/ia64/fpu/w_acos_compat.c: Likewise.
6966         * sysdeps/ia64/fpu/w_acosf_compat.c: Likewise.
6967         * sysdeps/ia64/fpu/w_acosh_compat.c: Likewise.
6968         * sysdeps/ia64/fpu/w_acoshf_compat.c: Likewise.
6969         * sysdeps/ia64/fpu/w_acoshl_compat.c: Likewise.
6970         * sysdeps/ia64/fpu/w_acosl_compat.c: Likewise.
6971         * sysdeps/ia64/fpu/w_asin_compat.c: Likewise.
6972         * sysdeps/ia64/fpu/w_asinf_compat.c: Likewise.
6973         * sysdeps/ia64/fpu/w_asinl_compat.c: Likewise.
6974         * sysdeps/ia64/fpu/w_atan2_compat.c: Likewise.
6975         * sysdeps/ia64/fpu/w_atan2f_compat.c: Likewise.
6976         * sysdeps/ia64/fpu/w_atan2l_compat.c: Likewise.
6977         * sysdeps/ia64/fpu/w_atanh_compat.c: Likewise.
6978         * sysdeps/ia64/fpu/w_atanhf_compat.c: Likewise.
6979         * sysdeps/ia64/fpu/w_atanhl_compat.c: Likewise.
6980         * sysdeps/ia64/fpu/w_cosh_compat.c: Likewise.
6981         * sysdeps/ia64/fpu/w_coshf_compat.c: Likewise.
6982         * sysdeps/ia64/fpu/w_coshl_compat.c: Likewise.
6983         * sysdeps/ia64/fpu/w_exp10_compat.c: Likewise.
6984         * sysdeps/ia64/fpu/w_exp10f_compat.c: Likewise.
6985         * sysdeps/ia64/fpu/w_exp10l_compat.c: Likewise.
6986         * sysdeps/ia64/fpu/w_exp2_compat.c: Likewise.
6987         * sysdeps/ia64/fpu/w_exp2f_compat.c: Likewise.
6988         * sysdeps/ia64/fpu/w_exp2l_compat.c: Likewise.
6989         * sysdeps/ia64/fpu/w_fmod_compat.c: Likewise.
6990         * sysdeps/ia64/fpu/w_fmodf_compat.c: Likewise.
6991         * sysdeps/ia64/fpu/w_fmodl_compat.c: Likewise.
6992         * sysdeps/ia64/fpu/w_hypot_compat.c: Likewise.
6993         * sysdeps/ia64/fpu/w_hypotf_compat.c: Likewise.
6994         * sysdeps/ia64/fpu/w_hypotl_compat.c: Likewise.
6995         * sysdeps/ia64/fpu/w_log10_compat.c: Likewise.
6996         * sysdeps/ia64/fpu/w_log10f_compat.c: Likewise.
6997         * sysdeps/ia64/fpu/w_log10l_compat.c: Likewise.
6998         * sysdeps/ia64/fpu/w_log2_compat.c: Likewise.
6999         * sysdeps/ia64/fpu/w_log2f_compat.c: Likewise.
7000         * sysdeps/ia64/fpu/w_log2l_compat.c: Likewise.
7001         * sysdeps/ia64/fpu/w_log_compat.c: Likewise.
7002         * sysdeps/ia64/fpu/w_logf_compat.c: Likewise.
7003         * sysdeps/ia64/fpu/w_logl_compat.c: Likewise.
7004         * sysdeps/ia64/fpu/w_pow_compat.c: Likewise.
7005         * sysdeps/ia64/fpu/w_powf_compat.c: Likewise.
7006         * sysdeps/ia64/fpu/w_powl_compat.c: Likewise.
7007         * sysdeps/ia64/fpu/w_remainder_compat.c: Likewise.
7008         * sysdeps/ia64/fpu/w_remainderf_compat.c: Likewise.
7009         * sysdeps/ia64/fpu/w_remainderl_compat.c: Likewise.
7010         * sysdeps/ia64/fpu/w_scalb_compat.c: Likewise.
7011         * sysdeps/ia64/fpu/w_scalbf_compat.c: Likewise.
7012         * sysdeps/ia64/fpu/w_scalbl_compat.c: Likewise.
7013         * sysdeps/ia64/fpu/w_sinh_compat.c: Likewise.
7014         * sysdeps/ia64/fpu/w_sinhf_compat.c: Likewise.
7015         * sysdeps/ia64/fpu/w_sinhl_compat.c: Likewise.
7016         * sysdeps/ia64/fpu/w_sqrt_compat.c: Likewise.
7017         * sysdeps/ia64/fpu/w_sqrtf_compat.c: Likewise.
7018         * sysdeps/ia64/fpu/w_sqrtl_compat.c: Likewise.
7019         * sysdeps/ia64/fpu/w_tgamma_compat.S: Likewise.
7020         * sysdeps/ia64/fpu/w_tgammaf_compat.S: Likewise.
7021         * sysdeps/ia64/fpu/w_tgammal_compat.S: Likewise.
7022         * sysdeps/ieee754/ldbl-opt/w_acos_compat.c: Likewise.
7023         * sysdeps/ieee754/ldbl-opt/w_acosh_compat.c: Likewise.
7024         * sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c: Likewise.
7025         * sysdeps/ieee754/ldbl-opt/w_acosl_compat.c: Likewise.
7026         * sysdeps/ieee754/ldbl-opt/w_asin_compat.c: Likewise.
7027         * sysdeps/ieee754/ldbl-opt/w_asinl_compat.c: Likewise.
7028         * sysdeps/ieee754/ldbl-opt/w_atan2_compat.c: Likewise.
7029         * sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c: Likewise.
7030         * sysdeps/ieee754/ldbl-opt/w_atanh_compat.c: Likewise.
7031         * sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c: Likewise.
7032         * sysdeps/ieee754/ldbl-opt/w_cosh_compat.c: Likewise.
7033         * sysdeps/ieee754/ldbl-opt/w_coshl_compat.c: Likewise.
7034         * sysdeps/ieee754/ldbl-opt/w_exp10_compat.c: Likewise.
7035         * sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c: Likewise.
7036         * sysdeps/ieee754/ldbl-opt/w_fmod_compat.c: Likewise.
7037         * sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c: Likewise.
7038         * sysdeps/ieee754/ldbl-opt/w_hypot_compat.c: Likewise.
7039         * sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c: Likewise.
7040         * sysdeps/ieee754/ldbl-opt/w_j0_compat.c: Likewise.
7041         * sysdeps/ieee754/ldbl-opt/w_j0l_compat.c: Likewise.
7042         * sysdeps/ieee754/ldbl-opt/w_j1_compat.c: Likewise.
7043         * sysdeps/ieee754/ldbl-opt/w_j1l_compat.c: Likewise.
7044         * sysdeps/ieee754/ldbl-opt/w_jn_compat.c: Likewise.
7045         * sysdeps/ieee754/ldbl-opt/w_jnl_compat.c: Likewise.
7046         * sysdeps/ieee754/ldbl-opt/w_log10_compat.c: Likewise.
7047         * sysdeps/ieee754/ldbl-opt/w_log10l_compat.c: Likewise.
7048         * sysdeps/ieee754/ldbl-opt/w_log2_compat.c: Likewise.
7049         * sysdeps/ieee754/ldbl-opt/w_log2l_compat.c: Likewise.
7050         * sysdeps/ieee754/ldbl-opt/w_log_compat.c: Likewise.
7051         * sysdeps/ieee754/ldbl-opt/w_logl_compat.c: Likewise.
7052         * sysdeps/ieee754/ldbl-opt/w_pow_compat.c: Likewise.
7053         * sysdeps/ieee754/ldbl-opt/w_powl_compat.c: Likewise.
7054         * sysdeps/ieee754/ldbl-opt/w_remainder_compat.c: Likewise.
7055         * sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c: Likewise.
7056         * sysdeps/ieee754/ldbl-opt/w_scalb_compat.c: Likewise.
7057         * sysdeps/ieee754/ldbl-opt/w_scalbl_compat.c: Likewise.
7058         * sysdeps/ieee754/ldbl-opt/w_sinh_compat.c: Likewise.
7059         * sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c: Likewise.
7060         * sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c: Likewise.
7061         * sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c: Likewise.
7062         * sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c: Likewise.
7063         * sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c: Likewise.
7064         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-power5.S:
7065         Likewise.
7066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-ppc32.S:
7067         Likewise.
7068         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat.c:
7069         Likewise.
7070         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-power5.S:
7071         Likewise.
7072         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-ppc32.S:
7073         Likewise.
7074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat.c:
7075         Likewise.
7076         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt_compat.S: Likewise.
7077         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf_compat.S: Likewise.
7078         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt_compat.S: Likewise.
7079         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf_compat.S: Likewise.
7080         * sysdeps/sparc/sparc32/fpu/w_sqrt_compat.S: Likewise.
7081         * sysdeps/sparc/sparc32/fpu/w_sqrtf_compat.S: Likewise.
7082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat-vis3.S:
7083         Likewise.
7084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat.S:
7085         Likewise.
7086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat-vis3.S:
7087         Likewise.
7088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat.S:
7089         Likewise.
7090         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt_compat.S: Likewise.
7091         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf_compat.S: Likewise.
7092         * sysdeps/sparc/sparc64/fpu/w_sqrt_compat.S: Likewise.
7093         * sysdeps/sparc/sparc64/fpu/w_sqrtf_compat.S: Likewise.
7095 2017-01-04  Joseph Myers  <joseph@codesourcery.com>
7097         * sysdeps/microblaze/bits/setjmp.h (__jmp_buf): Give struct tag
7098         __jmp_buf_internal_tag.
7100         * sysdeps/mips/mips32/sfp-machine.h (_FP_CHOOSENAN): Always
7101         preserve NaN payload if [__mips_nan2008].
7102         * sysdeps/mips/mips64/sfp-machine.h (_FP_CHOOSENAN): Likewise.
7104         [BZ #21022]
7105         * sysdeps/microblaze/backtrace.c (get_frame_size): Make static.
7107 2017-01-03  Joseph Myers  <joseph@codesourcery.com>
7109         * sysdeps/i386/fpu/libm-test-ulps: Update.
7111 2017-01-03  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7113         * sysdeps/ia64/strcat.c: Remove file.
7114         * sysdeps/powerpc/strcat.c: Likewise.
7115         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Use default
7116         C implementation.
7117         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: Likewise.
7118         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: Likewise.
7120 2017-01-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
7121             Steven Munroe  <sjmunroe@us.ibm.com>
7122             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
7124         [BZ #20822]
7125         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
7126         (__lll_lock_elision): Access adapt_count via C11 atomics.
7127         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
7128         (__lll_trylock_elision): Likewise.
7129         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
7130         (__lll_unlock_elision):  Update adapt_count variable inside the
7131         critical section using C11 atomics.
7133 2017-01-03  Joseph Myers  <joseph@codesourcery.com>
7135         * math/test-fenvinline.c (do_test): Disable tests of raised
7136         exceptions if !EXCEPTION_TESTS (FLOAT).
7138 2017-01-03  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7140         [BZ #19390]
7141         * string/test-strncat.c (test_main): Add tests with SIZE_MAX as
7142         maximum string size.
7143         * sysdeps/i386/i686/multiarch/strcat-sse2.S (STRCAT): Avoid overflow
7144         in pointer addition.
7145         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S (STRCPY):
7146         Likewise.
7148 2017-01-03  Joseph Myers  <joseph@codesourcery.com>
7150         * elf/Makefile ($(objpfx)tst-ldconfig-X.out): Correct arguments
7151         passed to tst-ldconfig-X.sh.
7153 2017-01-03  Martin Galvan  <martingalvan@sourceware.org>
7155         * nptl/nptl-printers.py: Fix tabs/spaces mismatches.
7157 2017-01-02  Joseph Myers  <joseph@codesourcery.com>
7159         [BZ #21019]
7160         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (lseek64):
7161         New syscall entry.
7162         * sysdeps/unix/sysv/linux/mips/mips64/n32/lseek.c: New file.
7163         * io/test-lfs.c (do_test): Test offset returned from lseek64 and
7164         lseek.
7166         * scripts/build-many-glibcs.py (Context.add_all_configs): Add
7167         power4 glibc for powerpc-linux-gnu.
7169 2017-01-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7171         * sysvipc/test-sysvsem.c (do_test): Define and use union semun on
7172         semctl.
7174 2017-01-02  Joseph Myers  <joseph@codesourcery.com>
7176         * math/test-nearbyint-except.c: Include <stdbool.h>.
7177         (any_supported): New variable.
7178         (TEST_FUNC): Return early if !EXCEPTION_TESTS (FLOAT).  Otherwise
7179         set any_supported.
7180         (do_test): Return 77 if no floating-point type supported
7181         exceptions.
7183         * sysdeps/mips/math-tests.h (SNAN_TESTS_PRESERVE_PAYLOAD): Do not
7184         condition on [__mips_hard_float].
7186 2017-01-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7188         [BZ #21014]
7189         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S (MEMCHR): Avoid overflow
7190         in pointer addition.
7191         * sysdeps/i386/i686/multiarch/memchr-sse2.S (MEMCHR): Likewise.
7193 2017-01-02  Torvald Riegel  <triegel@redhat.com>
7195         * sysdeps/sparc/nptl/bits/pthreadtypes.h (pthread_cond_t): Adapt to
7196         new condvar.
7198 2017-01-02  Joseph Myers  <joseph@codesourcery.com>
7200         * scripts/build-many-glibcs.py (Context.checkout): Default
7201         binutils version to 2.28 branch.
7203 2017-01-01  Florian Weimer  <fweimer@redhat.com>
7205         * support/support_format_netent.c (support_format_netent): Work
7206         around alpha struct netent definition difference.
7208 2017-01-01  Florian Weimer  <fweimer@redhat.com>
7210         * support/xwrite.c (xwrite): Use %td for pointer difference.
7212 2017-01-01  Florian Weimer  <fweimer@redhat.com>
7214         * malloc/Makefile (tests): Add tst-malloc-usable-tunables for
7215         have-tunables only.
7216         (tests-static): Add tst-malloc-usable-static-tunables for
7217         have-tunables only.
7219 2017-01-01  Joseph Myers  <joseph@codesourcery.com>
7221         * scripts/config.guess: Update to version 2017-01-01.
7222         * scripts/config.sub: Update to version 2017-01-01.
7224         * NEWS: Update copyright dates.
7225         * catgets/gencat.c (print_version): Likewise.
7226         * csu/version.c (banner): Likewise.
7227         * debug/catchsegv.sh: Likewise.
7228         * debug/pcprofiledump.c (print_version): Likewise.
7229         * debug/xtrace.sh (do_version): Likewise.
7230         * elf/ldconfig.c (print_version): Likewise.
7231         * elf/ldd.bash.in: Likewise.
7232         * elf/pldd.c (print_version): Likewise.
7233         * elf/sotruss.sh: Likewise.
7234         * elf/sprof.c (print_version): Likewise.
7235         * iconv/iconv_prog.c (print_version): Likewise.
7236         * iconv/iconvconfig.c (print_version): Likewise.
7237         * locale/programs/locale.c (print_version): Likewise.
7238         * locale/programs/localedef.c (print_version): Likewise.
7239         * login/programs/pt_chown.c (print_version): Likewise.
7240         * malloc/memusage.sh (do_version): Likewise.
7241         * malloc/memusagestat.c (print_version): Likewise.
7242         * malloc/mtrace.pl: Likewise.
7243         * manual/libc.texinfo: Likewise.
7244         * nptl/version.c (banner): Likewise.
7245         * nscd/nscd.c (print_version): Likewise.
7246         * nss/getent.c (print_version): Likewise.
7247         * nss/makedb.c (print_version): Likewise.
7248         * posix/getconf.c (main): Likewise.
7249         * scripts/test-installation.pl: Likewise.
7250         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
7252         * All files with FSF copyright notices: Update copyright dates
7253         using scripts/update-copyrights.
7254         * intl/plural.c: Regenerated.
7255         * locale/programs/charmap-kw.h: Likewise.
7256         * locale/programs/locfile-kw.h: Likewise.
7258 2016-12-31  Florian Weimer  <fweimer@redhat.com>
7260         [BZ #20593]
7261         Update DNS RR type definitions.
7262         * scripts/gen-rrtypes.py: New file.
7263         * resolv/arpa/nameser.h (ns_type): Remove ns_t_zxfr, a
7264         BIND-internal RR type not used on the Internet.  Add ns_t_ds,
7265         ns_t_sshfp, ns_t_ipseckey, ns_t_rrsig, ns_t_nsec, ns_t_dnskey,
7266         ns_t_dhcid, ns_t_nsec3, ns_t_nsec3param, ns_t_tlsa, ns_t_smimea,
7267         ns_t_hip, ns_t_ninfo, ns_t_rkey, ns_t_talink, ns_t_cds,
7268         ns_t_cdnskey, ns_t_openpgpkey, ns_t_csync, ns_t_spf, ns_t_uinfo,
7269         ns_t_uid, ns_t_gid, ns_t_unspec, ns_t_nid, ns_t_l32, ns_t_l64,
7270         ns_t_lp, ns_t_eui48, ns_t_eui64, ns_t_uri, ns_t_caa, ns_t_avc,
7271         ns_t_ta, ns_t_dlv.
7272         * resolv/arpa/nameser_compat.h (T_KX, T_CERT, T_SINK, T_OPT)
7273         (T_APL, T_DS, T_SSHFP, T_IPSECKEY, T_RRSIG, T_NSEC, T_DNSKEY)
7274         (T_DHCID, T_NSEC3, T_NSEC3PARAM, T_TLSA, T_SMIMEA, T_HIP, T_NINFO)
7275         (T_RKEY, T_TALINK, T_CDS, T_CDNSKEY, T_OPENPGPKEY, T_CSYNC, T_SPF)
7276         (T_UINFO, T_UID, T_GID, T_UNSPEC, T_NID, T_L32, T_L64, T_LP)
7277         (T_EUI48, T_EUI64, T_TKEY, T_URI, T_CAA, T_AVC, T_TA, T_DLV):
7278         Define.
7279         * resolv/res_debug.c (__p_type_syms): Update comment.  Remove
7280         entry for ns_t_zxfr.
7282 2016-12-31  Florian Weimer  <fweimer@redhat.com>
7284         [BZ #18784]
7285         CVE-2015-5180
7286         * include/arpa/nameser_compat.h (T_QUERY_A_AND_AAAA): Rename from
7287         T_UNSPEC.  Adjust value.
7288         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Use it.
7289         * resolv/res_query.c (__libc_res_nquery): Likewise.
7290         * resolv/res_mkquery.c (res_nmkquery): Check for out-of-range
7291         QTYPEs.
7292         * resolv/tst-resolv-qtypes.c: New file.
7293         * resolv/Makefile (xtests): Add tst-resolv-qtypes.
7294         (tst-resolv-qtypes): Link against libresolv and libpthread.
7296 2016-12-31  Florian Weimer  <fweimer@redhat.com>
7298         * elf/dl-tunables.h (__tunables_init): Fix unused attribute.
7300 2016-12-31  Siddhesh Poyarekar  <siddhesh@sourceware.org>
7302         * manual/tunables.texi: New chapter.
7303         * manual/Makefile (chapters): Add it.
7304         * manual/probes.texi (@node): Point to the Tunables chapter.
7306         * Makeconfig (have-tunables): Check for non-negative instead
7307         of positive.
7308         * configure.ac: Add 'valstring' as a valid value for
7309         --enable-tunables.
7310         * configure: Regenerate.
7311         * elf/Makefile (have-tunables): Check for non-negative instead
7312         of positive.
7313         (CPPFLAGS-dl-tunables.c): Define TUNABLES_FRONTEND for
7314         dl-tunables.c.
7315         * elf/dl-tunables.c (GLIBC_TUNABLES): Define only when
7316         TUNABLES_FRONTEND == TUNABLES_FRONTEND_valstring.
7317         (tunables_strdup): Likewise.
7318         (disable_tunables): Likewise.
7319         (parse_tunables): Likewise.
7320         (__tunables_init): Process GLIBC_TUNABLES envvar only when.
7321         TUNABLES_FRONTEND == TUNABLES_FRONTEND_valstring.
7322         * elf/dl-tunables.h (TUNABLES_FRONTEND_valstring): New macro.
7323         (TUNABLES_FRONTEND_yes): New macro, define as
7324         TUNABLES_FRONTEND_valstring by default.
7325         * manual/install.texi: Document new acceptable values for
7326         --enable-tunables.
7327         * INSTALL: Regenerate.
7329         * config.make.in (have-loop-to-function): Define.
7330         * elf/Makefile (CFLAGS-dl-tunables.c): Add
7331         -fno-tree-loop-distribute-patterns.
7332         * elf/dl-tunables.c: Include libc-internals.h.
7333         (GLIBC_TUNABLES): New macro.
7334         (tunables_strdup): New function.
7335         (parse_tunables): New function.
7336         (min_strlen): New function.
7337         (__tunables_init): Use the new functions and macro.
7338         (disable_tunable): Disable tunable from GLIBC_TUNABLES.
7339         * malloc/tst-malloc-usable-tunables.c: New test case.
7340         * malloc/tst-malloc-usable-static-tunables.c: New test case.
7341         * malloc/Makefile (tests, tests-static): Add tests.
7343         * manual/install.texi: Add --enable-tunables option.
7344         * INSTALL: Regenerate.
7345         * README.tunables: New file.
7346         * Makeconfig (CPPFLAGS): Define TOP_NAMESPACE.
7347         (before-compile): Generate dl-tunable-list.h early.
7348         * config.h.in: Add HAVE_TUNABLES.
7349         * config.make.in: Add have-tunables.
7350         * configure.ac: Add --enable-tunables option.
7351         * configure: Regenerate.
7352         * csu/init-first.c (__libc_init_first): Move
7353         __libc_init_secure earlier...
7354         * csu/init-first.c (LIBC_START_MAIN):... to here.
7355         Include dl-tunables.h, libc-internal.h.
7356         (LIBC_START_MAIN) [!SHARED]: Initialize tunables for static
7357         binaries.
7358         * elf/Makefile (dl-routines): Add dl-tunables.
7359         * elf/Versions (ld): Add __tunable_set_val to GLIBC_PRIVATE
7360         namespace.
7361         * elf/dl-support (_dl_nondynamic_init): Unset MALLOC_CHECK_
7362         only when !HAVE_TUNABLES.
7363         * elf/rtld.c (process_envvars): Likewise.
7364         * elf/dl-sysdep.c [HAVE_TUNABLES]: Include dl-tunables.h
7365         (_dl_sysdep_start): Call __tunables_init.
7366         * elf/dl-tunable-types.h: New file.
7367         * elf/dl-tunables.c: New file.
7368         * elf/dl-tunables.h: New file.
7369         * elf/dl-tunables.list: New file.
7370         * malloc/tst-malloc-usable-static.c: New test case.
7371         * malloc/Makefile (tests-static): Add it.
7372         * malloc/arena.c [HAVE_TUNABLES]: Include dl-tunables.h.
7373         Define TUNABLE_NAMESPACE.
7374         (DL_TUNABLE_CALLBACK (set_mallopt_check)): New function.
7375         (DL_TUNABLE_CALLBACK_FNDECL): New macro.  Use it to define
7376         callback functions.
7377         (ptmalloc_init): Set tunable values.
7378         * scripts/gen-tunables.awk: New file.
7379         * sysdeps/mach/hurd/dl-sysdep.c: Include dl-tunables.h.
7380         (_dl_sysdep_start): Call __tunables_init.
7382 2016-12-31  Florian Weimer  <fweimer@redhat.com>
7384         * resolv/resolv.h (RES_BLAST): Deprecate.
7385         * resolv/res_debug.c (p_option): Remove RES_BLAST.
7386         * resolv/res_send.c (__libc_res_nsend): Remove vestigial reference
7387         to RES_BLAST.
7389 2016-12-27  Florian Weimer  <fweimer@redhat.com>
7391         [BZ #19582]
7392         Deprecate RES_USE_INET6.
7393         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostent_r)
7394         (_nss_nis_gethostbyname2_r, _nss_nis_gethostbyname_r)
7395         (_nss_nis_gethostbyaddr_r): Use res_use_inet6 instead of
7396         RES_USE_INET6.
7397         * nis/nss_nisplus/nisplus-hosts.c (internal_nisplus_gethostent_r)
7398         (_nss_nisplus_gethostbyname2_r, _nss_nisplus_gethostbyname_r)
7399         (_nss_nisplus_gethostbyaddr_r): Likewise.
7400         * nscd/aicache.c (addhstaiX): Use DEPRECATED_RES_USE_INET6 instead
7401         of res_use_inet6.
7402         * nscd/nscd_gethst_r.c (__nscd_gethostbyname_r): Use res_use_inet6
7403         instead of RES_USE_INET6.
7404         * nss/digits_dots.c (__nss_hostname_digits_dots): Likewise.
7405         * nss/nss_files/files-hosts.c (EXTRA_ARGS_VALUE)
7406         (_nss_files_gethostbyname3_r, _nss_files_gethostbyname_r):
7407         Likewise.
7408         * resolv/compat-gethnamaddr.c (getanswer, res_gethostbyname)
7409         (res_gethostbyname2, res_gethostbyaddr, _gethtent, _gethtbyname):
7410         Likewise.
7411         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r)
7412         (_nss_dns_gethostbyname_r): Likewise.
7413         (_nss_dns_gethostbyaddr2_r): Remove commented-out code for
7414         alternate RES_USE_INET6 handling.
7415         * resolv/res_debug.c (p_option): Use DEPRECATED_RES_USE_INET6
7416         instead of RES_USE_INET6.
7417         * resolv/res_init.c (res_setoptions): Likewise.
7418         * resolv/resolv.h (RES_USE_INET6): Mark as deprecated.
7419         * resolv/resolv-internal.h: New file.
7420         * resolv/Makefile (CFLAGS-tst-res_use_inet6.c): Use -Wno-error to
7421         make the deprecation warning non-fatal.
7422         * resolv/README (Using the resolver in multi-threaded code): Drop
7423         reference to RES_USE_INET6.
7424         * sysdeps/posix/getaddrinfo.c (gethosts, gaih_inet): Use
7425         DEPRECATED_RES_USE_INET6 instead of res_use_inet6.
7427 2016-12-31  Florian Weimer  <fweimer@redhat.com>
7429         * resolv/Makefile (tests): Add tst-bug18665, tst-bug18665-tcp,
7430         tst-res_use_inet6, tst-resolv-basic, tst-resolv-network,
7431         tst-resolv-search.
7432         (tst-bug18665, tst-bug18665-tcp, tst-res_use_inet6)
7433         (tst-resolv-basic, tst-resolv-network, tst-resolv-search): Link
7434         with libresolv and libpthread.
7435         * resolv/tst-bug18665.c: New file.
7436         * resolv/tst-bug18665-tcp: Likewise.
7437         * resolv/tst-res_use_inet6: Likewise.
7438         * resolv/tst-resolv-basic: Likewise.
7439         * resolv/tst-resolv-network: Likewise.
7440         * resolv/tst-resolv-search: Likewise.
7441         * support/Makefile (libsupport-routines): Add check_addrinfo,
7442         check_dns_packet, check_hostent, check_netent, resolv_test,
7443         support_format_address_family, support_format_addrinfo,
7444         support_format_dns_packet, support_format_herrno,
7445         support_format_hostent, support_format_netent, support_run_diff,
7446         xaccept, xbind, xconnect, xfclose, xfopen, xgetsockname, xlisten,
7447         xmemstream, xpoll, xpthread_once, xrecvfrom, xsendto, xsetsockopt,
7448         xstrdup, xwrite.
7449         * support/check_addrinfo.c: New file.
7450         * support/check_dns_packet.c: Likewise.
7451         * support/check_hostent.c: Likewise.
7452         * support/check_netent.c: Likewise.
7453         * support/check_nss.h: Likewise.
7454         * support/format_nss.h: Likewise.
7455         * support/resolv_test.c: Likewise.
7456         * support/resolv_test.h: Likewise.
7457         * support/run_diff.h: Likewise.
7458         * support/support_format_address_family.c: Likewise.
7459         * support/support_format_addrinfo.c: Likewise.
7460         * support/support_format_dns_packet.c: Likewise.
7461         * support/support_format_herrno.c: Likewise.
7462         * support/support_format_hostent.c: Likewise.
7463         * support/support_format_netent.c: Likewise.
7464         * support/support_run_diff.c: Likewise.
7465         * support/xaccept.c: Likewise.
7466         * support/xbind.c: Likewise.
7467         * support/xconnect.c: Likewise.
7468         * support/xfclose.c: Likewise.
7469         * support/xfopen.c: Likewise.
7470         * support/xgetsockname.c: Likewise.
7471         * support/xlisten.c: Likewise.
7472         * support/xmemstream.c: Likewise.
7473         * support/xmemstream.h: Likewise.
7474         * support/xpoll.c: Likewise.
7475         * support/xpthread_once.c: Likewise.
7476         * support/xrecvfrom.c: Likewise.
7477         * support/xsendto.c: Likewise.
7478         * support/xsetsockopt.c: Likewise.
7479         * support/xstdio.h: Likewise.
7480         * support/xstrdup.c: Likewise.
7481         * support/support.h (xstrdup): Declare.
7482         * support/xsocket.h (xsetsockopt, xgetsockname, xconnect, xbind)
7483         (xlisten, xaccept, xsendto, xrecvfrom, xpoll): Likewise.
7484         * support/xthread.h (xpthread_once): Likwise.
7485         * support/xunistd.h (xwrite): Declare.
7487 2016-12-31  Florian Weimer  <fweimer@redhat.com>
7489         * support/test-driver.h (TEST_DEFAULT_OPTIONS): Add --verbose.
7490         (test_verbose): Declare.
7491         * support/test-driver.c (main): Use TEST_DEFAULT_OPTIONS.
7492         * support/support_test_main.c (default_options): Likewise.
7493         (usage, support_test_main): Handle 'v'.
7494         (test_verbose): Define.
7495         * support/tst-support_record_failure.c (do_test): Use
7496         test_verbose.
7497         * support/tst-support_record_failure-2.sh (different_status): Add
7498         --verbose test.
7500 2016-12-31  Florian Weimer  <fweimer@redhat.com>
7502         * support/check.h (FAIL_RET, FAIL_EXIT, FAIL_EXIT1): Document that
7503         test failures are recorded.
7504         * support/check.c (support_print_failure_impl): Call
7505         support_record_failure.
7506         (support_exit_failure_impl): Call support_record_failure if status
7507         indicates failure.
7508         * support/delayed_exit.c (delayed_exit_thread): Use FAIL_EXIT1.
7509         * support/xasprintf.c (xasprintf): Likewise.
7510         * support/xfork.c (xfork): Likewise.
7511         * support/xpthread_check_return.c (xpthread_check_return):
7512         Likewise.
7513         * support/xsocket.c (xsocket): Likeweise.
7514         * support/xwaitpid.c (xwaitpid): Likewise.
7515         * support/support_record_failure.c (struct test_failures): Adjust
7516         to coding style.
7517         * support/support_test_verify_impl.c (support_test_verify_impl):
7518         Adjust error messages.
7519         * support/tst-support_record_failure-2.sh (different_status):
7520         Adjust error messages.
7522 2016-12-31  Florian Weimer  <fweimer@redhat.com>
7524         * support/namespace.h: New file.
7525         * support/support_become_root.c: Likewise.
7526         * support/support_enter_network_namespace.c: Likewise.
7527         * support/tst-support-namespace.c: Likewise.
7528         * support/xsocket.c: Likewise.
7529         * support/xsocket.h: Likewise.
7530         * support/Makefile (libsupport-routines): Add support_become_root,
7531         support_enter_network_namespace, xsocket.
7532         (tests): Add tst-support-namespace.
7534 2016-12-31  Florian Weimer  <fweimer@redhat.com>
7536         [BZ #17252]
7537         * posix/unistd.h (getentropy): Declare for __USE_MISC, not just
7538         __USE_GNU.
7540 2016-12-31  Torvald Riegel  <triegel@redhat.com>
7542         [BZ #13165]
7543         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast): Rewrite to
7544         use new algorithm.
7545         * nptl/pthread_cond_destroy.c (__pthread_cond_destroy): Likewise.
7546         * nptl/pthread_cond_init.c (__pthread_cond_init): Likewise.
7547         * nptl/pthread_cond_signal.c (__pthread_cond_signal): Likewise.
7548         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
7549         (__pthread_cond_timedwait): Move here from pthread_cond_timedwait.c.
7550         (__condvar_confirm_wakeup, __condvar_cancel_waiting,
7551         __condvar_cleanup_waiting, __condvar_dec_grefs,
7552         __pthread_cond_wait_common): New.
7553         (__condvar_cleanup): Remove.
7554         * npt/pthread_condattr_getclock.c (pthread_condattr_getclock): Adapt.
7555         * npt/pthread_condattr_setclock.c (pthread_condattr_setclock):
7556         Likewise.
7557         * npt/pthread_condattr_getpshared.c (pthread_condattr_getpshared):
7558         Likewise.
7559         * npt/pthread_condattr_init.c (pthread_condattr_init): Likewise.
7560         * nptl/tst-cond1.c: Add comment.
7561         * nptl/tst-cond20.c (do_test): Adapt.
7562         * nptl/tst-cond22.c (do_test): Likewise.
7563         * sysdeps/aarch64/nptl/bits/pthreadtypes.h (pthread_cond_t): Adapt
7564         structure.
7565         * sysdeps/arm/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
7566         * sysdeps/ia64/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
7567         * sysdeps/m68k/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
7568         * sysdeps/microblaze/nptl/bits/pthreadtypes.h (pthread_cond_t):
7569         Likewise.
7570         * sysdeps/mips/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
7571         * sysdeps/nios2/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
7572         * sysdeps/s390/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
7573         * sysdeps/sh/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
7574         * sysdeps/tile/nptl/bits/pthreadtypes.h (pthread_cond_t): Likewise.
7575         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h (pthread_cond_t):
7576         Likewise.
7577         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h (pthread_cond_t):
7578         Likewise.
7579         * sysdeps/x86/bits/pthreadtypes.h (pthread_cond_t): Likewise.
7580         * sysdeps/nptl/internaltypes.h (COND_NWAITERS_SHIFT): Remove.
7581         (COND_CLOCK_BITS): Adapt.
7582         * sysdeps/nptl/pthread.h (PTHREAD_COND_INITIALIZER): Adapt.
7583         * nptl/pthreadP.h (__PTHREAD_COND_CLOCK_MONOTONIC_MASK,
7584         __PTHREAD_COND_SHARED_MASK): New.
7585         * nptl/nptl-printers.py (CLOCK_IDS): Remove.
7586         (ConditionVariablePrinter, ConditionVariableAttributesPrinter): Adapt.
7587         * nptl/nptl_lock_constants.pysym: Adapt.
7588         * nptl/test-cond-printers.py: Adapt.
7589         * sysdeps/unix/sysv/linux/hppa/internaltypes.h (cond_compat_clear,
7590         cond_compat_check_and_clear): Adapt.
7591         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: Remove file ...
7592         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c
7593         (__pthread_cond_timedwait): ... and move here.
7594         * nptl/DESIGN-condvar.txt: Remove file.
7595         * nptl/lowlevelcond.sym: Likewise.
7596         * nptl/pthread_cond_timedwait.c: Likewise.
7597         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: Likewise.
7598         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: Likewise.
7599         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
7600         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
7601         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: Likewise.
7602         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: Likewise.
7603         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: Likewise.
7604         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Likewise.
7605         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: Likewise.
7606         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: Likewise.
7607         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: Likewise.
7608         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Likewise.
7609         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: Likewise.
7610         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Likewise.
7611         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
7612         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise.
7614 2016-12-31  Joseph Myers  <joseph@codesourcery.com>
7616         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
7617         (fromfp): New declaration.
7618         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fromfpx): Likewise.
7619         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ufromfp): Likewise.
7620         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ufromfpx): Likewise.
7621         * math/tgmath.h (__TGMATH_TERNARY_FIRST_REAL_RET_ONLY): New macro.
7622         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fromfp): Likewise.
7623         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ufromfp): Likewise.
7624         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fromfpx): Likewise.
7625         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ufromfpx): Likewise.
7626         * math/math.h: Include <bits/types.h>.
7627         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FP_INT_UPWARD): New enum
7628         constant and macro.
7629         (FP_INT_DOWNWARD): Likewise.
7630         (FP_INT_TOWARDZERO): Likewise.
7631         (FP_INT_TONEARESTFROMZERO): Likewise.
7632         (FP_INT_TONEAREST): Likewise.
7633         * math/Versions (fromfp): New libm symbol at version GLIBC_2.25.
7634         (fromfpf): Likewise.
7635         (fromfpl): Likewise.
7636         (ufromfp): Likewise.
7637         (ufromfpf): Likewise.
7638         (ufromfpl): Likewise.
7639         (fromfpx): Likewise.
7640         (fromfpxf): Likewise.
7641         (fromfpxl): Likewise.
7642         (ufromfpx): Likewise.
7643         (ufromfpxf): Likewise.
7644         (ufromfpxl): Likewise.
7645         * math/Makefile (libm-calls): Add s_fromfpF, s_ufromfpF,
7646         s_fromfpxF and s_ufromfpxF.
7647         * math/gen-fromfp-tests.py: New file.
7648         * math/gen-fromfp-tests-inputs: Likewise.
7649         * math/libm-test.inc: Include <stdint.h>
7650         (check_intmax_t): New function.
7651         (check_uintmax_t): Likewise.
7652         (struct test_fiu_M_data): New type.
7653         (struct test_fiu_U_data): Likewise.
7654         (RUN_TEST_fiu_M): New macro.
7655         (RUN_TEST_LOOP_fiu_M): Likewise.
7656         (RUN_TEST_fiu_U): Likewise.
7657         (RUN_TEST_LOOP_fiu_U): Likewise.
7658         (fromfp_test_data): New array.
7659         (fromfp_test): New function.
7660         (fromfpx_test_data): New array.
7661         (fromfpx_test): New function.
7662         (ufromfp_test_data): New array.
7663         (ufromfp_test): New function.
7664         (ufromfpx_test_data): New array.
7665         (ufromfpx_test): New function.
7666         (main): Call fromfp_test, fromfpx_test, ufromfp_test and
7667         ufromfpx_test.
7668         * math/gen-libm-test.pl (parse_args): Handle u, M and U descriptor
7669         characters.
7670         * math/test-tgmath-ret.c: Include <stdint.h>.
7671         (rm): New variable.
7672         (width): Likewise.
7673         (CHECK_RET_CONST_TYPE): Take extra arguments and pass them to
7674         called function.
7675         (CHECK_RET_CONST_FLOAT): Take extra arguments and pass them to
7676         CHECK_RET_CONST_TYPE.
7677         (CHECK_RET_CONST_DOUBLE): Likewise.
7678         (CHECK_RET_CONST_LDOUBLE): Likewise.
7679         (CHECK_RET_CONST): Take extra arguments and pass them to calls
7680         macros.
7681         (fromfp): New CHECK_RET_CONST call.
7682         (ufromfp): Likewise.
7683         (fromfpx): Likewise.
7684         (ufromfpx): Likewise.
7685         (do_test): Call check_return_fromfp, check_return_ufromfp,
7686         check_return_fromfpx and check_return_ufromfpx.
7687         * math/test-tgmath.c: Include <stdint.h>
7688         (NCALLS): Increase to 138.
7689         (F(compile_test)): Initialize i.  Call fromfp functions.
7690         (F(fromfp)): New function.
7691         (F(fromfpx)): Likewise.
7692         (F(ufromfp)): Likewise.
7693         (F(ufromfpx)): Likewise.
7694         * manual/arith.texi (Rounding Functions): Document FP_INT_UPWARD,
7695         FP_INT_DOWNWARD, FP_INT_TOWARDZERO, FP_INT_TONEARESTFROMZERO,
7696         FP_INT_TONEAREST, fromfp, fromfpf, fromfpl, ufromfp, ufromfpf,
7697         ufromfpl, fromfpx, fromfpxf, fromfpxl, ufromfpx, ufromfpxf and
7698         ufromfpxl.
7699         * manual/libm-err-tab.pl (@all_functions): Add fromfp, fromfpx,
7700         ufromfp and ufromfpx.
7701         * math/fromfp.h: New file.
7702         * sysdeps/ieee754/dbl-64/s_fromfp.c: Likewise.
7703         * sysdeps/ieee754/dbl-64/s_fromfp_main.c: Likewise.
7704         * sysdeps/ieee754/dbl-64/s_fromfpx.c: Likewise.
7705         * sysdeps/ieee754/dbl-64/s_ufromfp.c: Likewise.
7706         * sysdeps/ieee754/dbl-64/s_ufromfpx.c: Likewise.
7707         * sysdeps/ieee754/flt-32/s_fromfpf.c: Likewise.
7708         * sysdeps/ieee754/flt-32/s_fromfpf_main.c: Likewise.
7709         * sysdeps/ieee754/flt-32/s_fromfpxf.c: Likewise.
7710         * sysdeps/ieee754/flt-32/s_ufromfpf.c: Likewise.
7711         * sysdeps/ieee754/flt-32/s_ufromfpxf.c: Likewise.
7712         * sysdeps/ieee754/ldbl-128/s_fromfpl.c: Likewise.
7713         * sysdeps/ieee754/ldbl-128/s_fromfpl_main.c: Likewise.
7714         * sysdeps/ieee754/ldbl-128/s_fromfpxl.c: Likewise.
7715         * sysdeps/ieee754/ldbl-128/s_ufromfpl.c: Likewise.
7716         * sysdeps/ieee754/ldbl-128/s_ufromfpxl.c: Likewise.
7717         * sysdeps/ieee754/ldbl-128ibm/s_fromfpl.c: Likewise.
7718         * sysdeps/ieee754/ldbl-128ibm/s_fromfpl_main.c: Likewise.
7719         * sysdeps/ieee754/ldbl-128ibm/s_fromfpxl.c: Likewise.
7720         * sysdeps/ieee754/ldbl-128ibm/s_ufromfpl.c: Likewise.
7721         * sysdeps/ieee754/ldbl-128ibm/s_ufromfpxl.c: Likewise.
7722         * sysdeps/ieee754/ldbl-96/s_fromfpl.c: Likewise.
7723         * sysdeps/ieee754/ldbl-96/s_fromfpl_main.c: Likewise.
7724         * sysdeps/ieee754/ldbl-96/s_fromfpxl.c: Likewise.
7725         * sysdeps/ieee754/ldbl-96/s_ufromfpl.c: Likewise.
7726         * sysdeps/ieee754/ldbl-96/s_ufromfpxl.c: Likewise.
7727         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fromfp,
7728         ufromfp, fromfpx and ufromfpx.
7729         (CFLAGS-nldbl-fromfp.c): New variable.
7730         (CFLAGS-nldbl-fromfpx.c): Likewise.
7731         (CFLAGS-nldbl-ufromfp.c): Likewise.
7732         (CFLAGS-nldbl-ufromfpx.c): Likewise.
7733         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h: Include <stdint.h>.
7734         * sysdeps/ieee754/ldbl-opt/nldbl-fromfp.c: New file.
7735         * sysdeps/ieee754/ldbl-opt/nldbl-fromfpx.c: Likewise.
7736         * sysdeps/ieee754/ldbl-opt/nldbl-ufromfp.c: Likewise.
7737         * sysdeps/ieee754/ldbl-opt/nldbl-ufromfpx.c: Likewise.
7738         * sysdeps/nacl/libm.abilist: Update.
7739         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
7740         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
7741         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
7742         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
7743         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
7744         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
7745         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
7746         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
7747         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
7748         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
7749         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
7750         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
7751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
7752         Likewise.
7753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7754         Likewise.
7755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
7756         Likewise.
7757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
7758         Likewise.
7759         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
7760         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
7761         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
7762         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
7763         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
7764         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
7765         Likewise.
7766         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
7767         Likewise.
7768         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
7769         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
7770         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
7772 2016-12-30  Florian Weimer  <fweimer@redhat.com>
7774         * resolv/Makefile (libresolv-routines): Rename gethnamaddr to
7775         compat-gethnamaddr.
7776         (CPPFLAGS): Remove.
7777         * resolv/gethnamaddr.c: Rename ...
7778         * resolv/compat-gethnamaddr.c: ... to this file.
7779         (_endhtent): Make static.
7780         (res_gethostbyname): Renamed from gethostbyname.  Turn into compat
7781         symbol.
7782         (res_gethostbyname2): Renamed from gethostbyname2.  Turn into
7783         compat symbol.
7784         (res_gethostbyaddr): Renamed from gethostbyaddr.  Turn into compat
7785         symbol.
7786         (_sethtent, _gethtent, _gethtbyname, gethtbyname2, _gethtbyaddr):
7787         Turn into compat symbol.
7788         * include/resolv.h (_endhtent): Remove declaration.
7790 2016-12-30  Joseph Myers  <joseph@codesourcery.com>
7792         * bits/types.h (__intmax_t): New typedef.
7793         (__uintmax_t): Likewise.
7794         * sysdeps/generic/stdint.h: Include <bits/types.h>.
7795         (intmax_t): Define using __intmax_t.
7796         (uintmax_t): Define using __uintmax_t.
7798         * support/Makefile (tests-special): Make definition conditional on
7799         [$(run-built-tests) = yes].
7800         ($(objpfx)tst-support_record_failure-2.out): Make rule conditional
7801         on [$(run-built-tests) = yes].
7803 2016-12-30  Siddhesh Poyarekar  <siddhesh@sourceware.org>
7805         * Rules (tests): Add tests-printers-programs to tests to be
7806         built.
7808 2016-12-28  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
7810         * sysvipc/Makefile (tests): Add test-sysvshm.
7811         * sysvipc/test-sysvshm.c: New file.
7813         * sysdeps/unix/sysv/linux/alpha/syscalls.list (shmget): Remove.
7814         * sysdeps/unix/sysv/linux/arm/syscalls.list (shmget): Likewise.
7815         * sysdeps/unix/sysv/linux/generic/syscalls.list (shmget): Likewise.
7816         * sysdeps/unix/sysv/linux/hppa/syscalls.list (shmget): Likewise.
7817         * sysdeps/unix/sysv/linux/ia64/syscalls.list (shmget): Likewise.
7818         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (shmget): Likewise.
7819         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (shmget):
7820         Likewise.
7821         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (shmget):
7822         Likewise.
7823         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (shmget): Likewise.
7824         * sysdeps/unix/sysv/linux/shmget.c (shmget): Use shmget syscall if it
7825         is defined.
7827         * sysdeps/unix/sysv/linux/alpha/syscalls.list (shmdt): Remove.
7828         * sysdeps/unix/sysv/linux/arm/syscalls.list (shmdt): Likewise.
7829         * sysdeps/unix/sysv/linux/generic/syscalls.list (shmdt): Likewise.
7830         * sysdeps/unix/sysv/linux/hppa/syscalls.list (shmdt): Likewise.
7831         * sysdeps/unix/sysv/linux/ia64/syscalls.list (shmdt): Likewise.
7832         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (shmdt): Likewise.
7833         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (shmdt):
7834         Likewise.
7835         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (shmdt):
7836         Likewise.
7837         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (shmdt): Likewise.
7838         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Use shmdt syscall if it is
7839         defined.
7841         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdeps_routines): Remove
7842         oldshmctl.
7843         * sysdeps/unix/sysv/linux/alpha/syscalls.list (shmctl): Remove.
7844         * sysdeps/unix/sysv/linux/arm/syscalls.list (shmctl): Likewise.
7845         * sysdeps/unix/sysv/linux/generic/syscalls.list (shmctl): Likewise.
7846         * sysdeps/unix/sysv/linux/hppa/syscalls.list (shmctl): Likewise.
7847         * sysdeps/unix/sysv/linux/ia64/syscalls.list (shmctl): Likewise.
7848         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (shmctl): Likewise.
7849         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (shmctl):
7850         Likewise.
7851         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (shmctl):
7852         Likewise.
7853         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (shmctl): Likewise.
7854         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Remove file.
7855         * sysdeps/unix/sysv/linux/arm/shmctl.c: Likewise.
7856         * sysdeps/unix/sysv/linux/microblaze/shmctl.c: Likewise.
7857         * sysdeps/unix/sysv/linux/mips/mips64/shmctl.c: Use default
7858         implementation.
7859         * sysdeps/unix/sysv/linux/shmctl.c (__new_shmctl): Use shmctl syscall
7860         if it is defined.
7862         * sysdeps/unix/sysv/linux/alpha/syscalls.list (shmat): Remove.
7863         * sysdeps/unix/sysv/linux/arm/syscalls.list (shmat): Likewise.
7864         * sysdeps/unix/sysv/linux/generic/syscalls.list (shmat): Likewise.
7865         * sysdeps/unix/sysv/linux/hppa/syscalls.list (shmat): Likewise.
7866         * sysdeps/unix/sysv/linux/ia64/syscalls.list (shmat): Likewise.
7867         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (shmat): Likewise.
7868         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (shmat):
7869         Likewise.
7870         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (shmat):
7871         Likewise.
7872         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (shmat): Likewise.
7873         * sysdeps/unix/sysv/linux/alpha/kernel-features.h (__NR_shmat):
7874         Define to __NR_osf_shmat.
7875         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use shmat syscall if it is
7876         defined.
7878         * sysvipc/Makefile (tests): Add test-sysvsem.
7879         * sysvipc/test-sysvsem.c: New file.
7881         * sysdeps/unix/sysv/linux/alpha/syscalls.list (semtimedop): Remove.
7882         * sysdeps/unix/sysv/linux/arm/syscalls.list (semtimedop): Likewise.
7883         * sysdeps/unix/sysv/linux/generic/syscalls.list (semtimedop):
7884         Likewise.
7885         * sysdeps/unix/sysv/linux/hppa/syscalls.list (semtimedop): Likewise.
7886         * sysdeps/unix/sysv/linux/ia64/syscalls.list (semtimedop): Likewise.
7887         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (semtimedop):
7888         Likewise.
7889         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (semtimedop):
7890         Likewise.
7891         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (semtimedop): Likewise.
7892         * sysdeps/unix/sysv/linux/m68k/semtimedop.S: Remove file.
7893         * sysdeps/unix/sysv/linux/s390/semtimedop.c: Reorganize headers and
7894         add a comment about s390 syscall difference from default one.
7895         * sysdeps/unix/sysv/linux/semtimedop.c (semtimedop): Use semtimedop
7896         syscall if it is defined.
7898         * sysdeps/unix/sysv/linux/alpha/syscalls.list (semop): Remove.
7899         * sysdeps/unix/sysv/linux/arm/syscalls.list (semop): Likewise.
7900         * sysdeps/unix/sysv/linux/generic/syscalls.list (semop): Likewise.
7901         * sysdeps/unix/sysv/linux/hppa/syscalls.list (semop): Likewise.
7902         * sysdeps/unix/sysv/linux/ia64/syscalls.list (semop): Likewise.
7903         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (semop): Likewise.
7904         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (semop):
7905         Likewise.
7906         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (semop):
7907         Likewise.
7908         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (semop): Likewise.
7909         * sysdeps/unix/sysv/linux/semop.c (semop): Use semop syscall if it is
7910         defined.
7912         * sysdeps/unix/sysv/linux/alpha/syscalls.list (semget): Remove.
7913         * sysdeps/unix/sysv/linux/arm/syscalls.list (semget): Likewise.
7914         * sysdeps/unix/sysv/linux/generic/syscalls.list (semget): Likewise.
7915         * sysdeps/unix/sysv/linux/hppa/syscalls.list (semget): Likewise.
7916         * sysdeps/unix/sysv/linux/ia64/syscalls.list (semget): Likewise.
7917         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (semget): Likewise.
7918         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (semget):
7919         Likewise.
7920         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (semget):
7921         Likewise.
7922         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (semget): Likewise.
7923         * sysdeps/unix/sysv/linux/semget.c (semget): Use semget syscall
7924         if it is defined.
7926         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdeps_routines): Remove
7927         oldsemctl.
7928         * sysdeps/unix/sysv/linux/alpha/semctl.c: Remove file.
7929         * sysdeps/unix/sysv/linux/arm/semctl.c: Likewise.
7930         * sysdeps/unix/sysv/linux/microblaze/semctl.c: Likewise.
7931         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Likewise.
7932         * sysdeps/unix/sysv/linux/mips/mips64/semctl.c: Use defaulf
7933         implementation.
7934         * sysdeps/unix/sysv/linux/semctl.c (__new_semctl): Use semctl
7935         syscall if it is defined.
7936         * sysdeps/unix/sysv/linux/generic/syscalls.list (semctl): Remove.
7937         * sysdeps/unix/sysv/linux/alpha/syscalls.list (semctl): Likewise.
7938         * sysdeps/unix/sysv/linux/hppa/syscalls.list (semctl): Likewise.
7939         * sysdeps/unix/sysv/linux/ia64/syscalls.list (semctl): Likewise.
7940         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (semctl):
7941         Likewise.
7942         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (semctl): Likewise.
7944         * sysvipc/Makefile (tests): Add test-sysvmsg.
7945         * sysvipc/test-sysvmsg.c: New file.
7946         * support/check.h (FAIL_UNSUPPORTED): New define.
7948         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgget): Remove.
7949         * sysdeps/unix/sysv/linux/arm/syscalls.list (msgget): Likewise.
7950         * sysdeps/unix/sysv/linux/generic/syscalls.list (msgget): Likewise.
7951         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgget): Likewise.
7952         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgget): Likewise.
7953         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (msgget): Likewise.
7954         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (msgget):
7955         Likewise.
7956         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgget):
7957         Likewise.
7958         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgget): Likewise.
7959         * sysdeps/unix/sysv/linux/msgget.c (msgget): Use msgget syscall if
7960         define.
7962         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgsnd): Remove.
7963         * sysdeps/unix/sysv/linux/arm/syscalls.list (msgsnd): Likewise.
7964         * sysdeps/unix/sysv/linux/generic/syscalls.list (msgsnd): Likewise.
7965         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgsnd): Likewise.
7966         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgsnd): Likewise.
7967         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (msgsnd): Likewise.
7968         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (msgsnd):
7969         Likewise.
7970         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgsnd):
7971         Likewise.
7972         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgsnd): Likewise.
7973         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Use msgsnd syscall
7974         if defined.
7976         * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgctl): Remove.
7977         * sysdeps/unix/sysv/linux/arm/syscalls.list (msgctl): Likewise.
7978         * sysdeps/unix/sysv/linux/generic/syscalls.list (msgctl): Likewise.
7979         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgctl): Likewise.
7980         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgctl): Likewise.
7981         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (msgctl): Likewise.
7982         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgctl):
7983         Likewise.
7984         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgctl): Likewise,
7985         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (msgctl):
7986         Likewise.
7987         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Use msgrcv syscall
7988         if defined.
7989         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Remove file.
7991         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdeps_routines): Remove
7992         oldmsgctl.
7993         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Remove file.
7994         * sysdeps/unix/sysv/linux/arm/msgctl.c: Likewise.
7995         * sysdeps/unix/sysv/linux/microblaze/msgctl.c: Likewise.
7996         * sysdeps/unix/sysv/linux/alpha/syscalls.list (oldmsgctl): Remove.
7997         * sysdeps/unix/sysv/linux/generic/syscalls.list (msgctl): Likewise.
7998         * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgctl): Likewise.
7999         * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgctl): Likewise.
8000         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgctl):
8001         Likewise.
8002         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgctl): Likewise.
8003         * sysdeps/unix/sysv/linux/mips/mips64/msgctl.c: Use default
8004         implementation.
8005         * sysdeps/unix/sysv/linux/msgctl.c (__new_msgctl): Use msgctl syscall
8006         if defined.
8008         * sysdeps/unix/sysv/linux/aarch64/ipc_priv.h: New file.
8009         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Avoid included other arch
8010         definition and define its own.
8011         * sysdeps/unix/sysv/linux/ipc_ops.h: New file.
8012         * sysdeps/unix/sysv/linux/x86_64/ipc_priv.h: Likewise.
8013         * sysdeps/unix/sysv/linux/mips/ipc_priv.h: Remove file.
8014         * sysdeps/unix/sysv/linux/mips/mips64/ipc_priv.h: New file.
8015         * sysdeps/unix/sysv/linux/ipc_priv.h: Move ipc syscall operation
8016         definitions to common header.
8017         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: Use common syscall
8018         operation from ipc_ops.h.
8020         * sysdeps/unix/sysv/linux/kernel-features.h
8021         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): New define.
8022         * sysdeps/unix/sysv/linux/i386/kernel-features.h
8023         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Undef.
8024         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8025         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
8026         * sysdeps/unix/sysv/linux/mips/kernel-features.h
8027         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
8028         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
8029         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
8030         * sysdeps/unix/sysv/linux/s390/kernel-features.h
8031         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
8032         * sysdeps/unix/sysv/linux/sh/kernel-features.h
8033         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
8034         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
8035         (__ASSUME_DIRECT_SYSVIPC_SYSCALLS): Likewise.
8037 2016-12-28  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
8039         * sysdeps/powerpc/powerpc32/power7/memchr.S (__memchr): Avoid an
8040         overflow in pointer addition.
8042 2016-12-28  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
8044         * sysdeps/powerpc/powerpc64/multiarch/Makefile
8045         (sysdep_routines): Add strchr-power8 and strchrnul_power8.
8046         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8047         (strchr): Add __strchr_power8 to list of strchr functions.
8048         (strchrnul): Add __strchrnul_power8 to list of strchr functions.
8049         * sysdeps/powerpc/powerpc64/multiarch/strchr-power8.S: New file.
8050         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power8.S: New file.
8051         * sysdeps/powerpc/powerpc64/multiarch/strchr.c
8052         (strchr): Add __strchr_power8 to ifunc list.
8053         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c
8054         (__strchrnul): Add __strchrnul_power8 to ifunc list.
8055         * sysdeps/powerpc/powerpc64/power8/strchr.S: New file.
8056         * sysdeps/powerpc/powerpc64/power8/strchrnul.S: New file.
8058 2016-12-28  Florian Weimer  <fweimer@redhat.com>
8060         * support/Makefile (libsupport-routines): Add
8061         support_test_verify_impl, support_record_failure, xfork, xwaitpid.
8062         (tests): Add tst-support_record_failure.
8063         (tests-special): tst-support_record_failure-2.
8064         (tst-support_record_failure-2.out): Depend on
8065         tst-support_record_failure-2.sh and tst-support_record_failure.
8066         * support/check.h (TEST_VERIFY, TEST_VERIFY_EXIT): Define.
8067         (support_test_verify_impl, support_record_failure)
8068         (support_report_failure, support_report_failure_reset): Declare.
8069         * support/support_test_main.c (adjust_exit_status): New function.
8070         (support_test_main): Call it to incorporate record test failures.
8071         * support/support_test_verify_impl.c: New file.
8072         * support/support_record_failure.c: Likewise.
8073         * support/tst-support_record_failure.c: Likewise.
8074         * support/tst-support_record_failure-2.sh: Likewise.
8075         * support/xunistd.h: Likewise.
8076         * support/xfork.c: Likewise.
8077         * support/xwaitpid.c: Likewise.
8079 2016-12-27  Steve Ellcey  <sellcey@caviumnetworks.com>
8081         * scripts/check-c++-types.sh: Add comments.
8083 2016-12-27  Dmitry V. Levin  <ldv@altlinux.org>
8085         [BZ #19514]
8086         * resolv/res_send.c: Fix typo in comment.
8087         * sysdeps/i386/i386-mcount.S: Likewise.
8088         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
8089         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
8090         * sysdeps/sparc/sparc-mcount.S: Likewise.
8092 2016-12-27  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8094         * sysdeps/powerpc/fpu/s_fmaxf.S: Remove file.
8095         * sysdeps/powerpc/fpu/s_fminf.S: Likewise.
8096         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
8097         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
8098         * sysdeps/powerpc/powerpc32/fpu/s_fmax.S: Likewise.
8099         * sysdeps/powerpc/powerpc32/fpu/s_fmin.S: Likewise.
8100         * sysdeps/powerpc/powerpc64/fpu/s_fmax.S: Likewise.
8101         * sysdeps/powerpc/powerpc64/fpu/s_fmin.S: Likewise.
8103 2016-12-27  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
8105         * manual/arith.texi (FP Comparison Functions): Fix typo in iseqsig.
8107 2016-12-27  Florian Weimer  <fweimer@redhat.com>
8109         [BZ #17252]
8110         * posix/unistd.h (getentropy): Declare.
8112 2016-12-27  Florian Weimer  <fweimer@redhat.com>
8114         * resolv/res_hconf.h (HCONF_FLAG_SPOOF, HCONF_FLAG_SPOOFALERT):
8115         Remove.
8116         * resolv/res_hconf.c (ENV_SPOOF, arg_spoof): Remove.
8117         (cmd): Remove spoof, nospoof, spoofalert.
8118         (parse_line): Ignore spoof-related lines.
8119         (do_init): Do not process RESOLV_SPOOF_CHECK.
8121 2016-12-27  Florian Weimer  <fweimer@redhat.com>
8123         [BZ #20964]
8124         sunrpc: Always obtain AF_INET addresses from NSS.
8125         * include/rpc/rpc.h (__libc_rpc_gethostbyname): Declare.
8126         * sunrpc/rpc_gethostbyname.c: New file.
8127         * sunrpc/Makefile (routines): Add it.
8128         * sunrpc/clnt_gen.c (clnt_create): Use __libc_rpc_gethostbyname.
8129         * sunrpc/clnt_simp.c (callrpc): Likewise.
8130         * sunrpc/getrpcport.c (getrpcport): Likewise.
8132 2016-12-27  Florian Weimer  <fweimer@redhat.com>
8134         * sunrpc/rpcinfo.c: Remove.
8135         * sunrpc/Makefile: Remove comments referring to rpcinfo.
8137 2016-12-27  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8139         [BZ #19387]
8140         * sysdeps/x86_64/memchr.S (memchr): Avoid overflow in pointer
8141         addition.
8142         * string/test-memchr.c (do_test): Remove alignment limitation.
8143         (test_main): Add test that trigger BZ #19387.
8145 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
8147         [BZ #7065]
8148         Enable stack protectore if requested by ./configure.
8149         * Makeconfig (+stack-protector): New variable.
8150         (+cflags): Use it.
8152 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
8154         [BZ #7065]
8155         * signal/Makefile (CFLAGS-sigreturn.c): Use $(no-stack-protector).
8156         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c:
8157         (__rt_sigreturn_stub): Use inhibit_stack_protector.
8158         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
8159         (__rt_sigreturn_stub, __sigreturn_stub): Likewise.
8161 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
8163         [BZ #7065]
8164         * login/Makefile (pt_chown-cflags): Remove.
8165         * nscd/Makefile (CFLAGS-nscd): Likewise.
8166         * resolv/Makefile (CFLAGS-libresolv): Likewise.
8168 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
8170         [BZ #7065]
8171         * elf/Makefile (CFLAGS-filtmod1.c): Use $(no-stack-protector) for
8172         non-libc-linking testcase.
8174 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
8175             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8176             Florian Weimer  <fweimer@redhat.com>
8178         [BZ #7065]
8179         PLT avoidance for __stack_chk_fail*.
8180         * debug/Makefile (CFLAGS-stack_chk_fail.c)
8181         (CFLAGS-stack_chk_fail_local.c): Build without stack protector.
8182         * debug/stack_chk_fail.c (__stack_chk_fail): Add
8183         __stack_chk_fail_local alias.
8184         * sysdeps/generic/symbol-hacks.h [IS_IN (libc)]
8185         (__stack_chk_fail): Turn into hidden reference to
8186         __stack_chk_fail_local.
8188 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
8190         [BZ #7065]
8191         * configure.ac: Add check for unsupported stack-protection level.
8192         (libc_cv_predef_stack_protector): Remove.
8193         (no_ssp): New variable.
8194         (STACK_PROTECTOR_LEVEL): Set to zero when --disable-stack-protector.
8195         (stack_protector): Set to -fno-stack-protector similarly.
8196         (libc_cv_ld_gnu_indirect_function): Use no_ssp.
8197         (libc_cv_asm_set_directive): Likewise.
8198         (libc_cv_protected_data): Likewise.
8199         (libc_cv_z_combreloc): Likewise.
8200         (libc_cv_hashstyle): Likewise.
8201         (libc_cv_has_glob_dat): Likewise.
8202         (libc_cv_output_format): Likewise.
8203         (libc_cv_output_format): Likewise.
8204         (libc_cv_ehdr_start): Likewise.
8205         * aclocal.m4 (LIBC_TRY_LINK_STATIC): Likewise.
8206         (LIBC_LINKER_FEATURE): Likewise.
8207         (LIBC_COMPILER_BUILTIN_INLINED): Likewise.
8209 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
8211         [BZ #7065]
8212         * elf/Makefile (dummy-stack-chk-fail): New.
8213         (librtld.map): Use it.
8215 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
8217         [BZ #7065]
8218         Compile the dynamic linker without stack protection.
8219         * elf/Makefile (elide-stack-protector): New.
8220         (CFLAGS-.os): Use it, eliding $(all-rtld-routines).
8221         (CFLAGS-.o, CFLAGS-.op): Likewise, but for $(elide-routines.os).
8222         * elf/rtld-Rules (rtld-CFLAGS): Add $(no-stack-protector).
8223         * sysdeps/i386/Makefile (rtld-CFLAGS): Use +=, not =.
8225 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
8227         [BZ #7065]
8228         * config.make.in (have-ssp, no-stack-protector): New.
8229         * csu/Makefile (CFLAGS-.o, CFLAGS-.op, CFLAGS-.os): Use it.
8230         * misc/Makefile (CFLAGS-sbrk.o): Likewise.
8231         (CFLAGS-sbrk.op): Likewise.
8232         (CFLAGS-brk.o): Likewise.
8233         (CFLAGS-brk.op): Likewise.
8234         * string/Makefile (CFLAGS-memcpy.c): Likewise.
8235         (CFLAGS-wordcopy.c): Likewise.
8237 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
8239         [BZ #7065]
8240         * configure.ac (HAVE_CC_NO_STACK_PROTECTOR): Define.
8241         * config.h.in (HAVE_CC_NO_STACK_PROTECTOR): New macro.
8242         * include/libc-symbols.h (inhibit_stack_protector): New macro.
8243         (__ifunc_resolver): Use it.
8244         * elf/ifuncdep2.c (foo1_ifunc, foo2_ifunc, foo3_ifunc): Apply
8245         inhibit_stack_protector.
8246         * elf/ifuncmain6pie.c (foo_ifunc): Likewise.
8247         * elf/ifuncmain7.c (foo_ifunc): Likewise.
8248         * elf/ifuncmod1.c (foo_ifunc, foo_hidden_ifunc)
8249         (foo_protected_ifunc): Likewise.
8250         * elf/ifuncmod5.c (foo_ifunc, foo_hidden_ifunc)
8251         (foo_protected_ifunc): Likewise.
8252         * sysdeps/generic/ifunc-sel.h (ifunc_sel, ifunc_one): Likewise.
8253         * sysdeps/nacl/nacl_interface_query.c
8254         (nacl_interface_query_ifunc): Likewise.
8255         * sysdeps/powerpc/ifunc-sel.h (ifunc_sel, ifunc_one): Likewise.
8256         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c (getcpu_ifunc):
8257         Likewise.
8258         * sysdeps/x86_64/ifuncmod8.c (foo_ifunc): Likewise.
8259         * sysdeps/unix/make-syscalls.sh: Apply inhibit_stack_protector to
8260         the generated vDSO syscall resolver.
8262 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
8263             Florian Weimer  <fweimer@redhat.com>
8265         [BZ #7065]
8266         Initialize the stack guard earlier when linking statically.
8267         * sysdeps/generic/ldsodefs.h (__libc_setup_tls)
8268         (__pthread_initialize_minimal): Declare.
8269         * csu/libc-start.c (__pthread_initialize_minimal): Remove
8270         declaration.
8271         (LIBC_START_MAIN): Call __libc_setup_tls early and directly.  Move
8272         stack canary and apply_irel initialization up.  Call
8273         __pthread_initialize_minimal only if linked in.
8274         * csu/libc-tls.c (__libc_setup_tls): Replace arguments with their
8275         constant values.
8276         (__pthread_initialize_minimal): Remove.
8277         * nptl/nptl-init.c (__libc_setup_tls): Remove declaration.
8278         (__pthread_initialize_minimal_internal): Do not call
8279         __libc_setup_tls.
8281 2016-12-26  Nick Alcock  <nick.alcock@oracle.com>
8283         [BZ #7065]
8284         * configure.ac (libc_cv_ssp): Move up.
8285         (libc_cv_ssp_strong): Likewise.
8286         (libc_cv_ssp_all): New.
8287         (stack_protector): Augment, adding -fstack-protector-all.
8288         (no_stack_protector): New.
8289         (STACK_PROTECTOR_LEVEL): New.
8290         (AC_ARG_ENABLE(stack-protector)): New configure flag.
8291         * manual/install.texi (--enable-stack-protector): Document it.
8292         * config.h.in (STACK_PROTECTOR_LEVEL): New macro.
8294 2016-12-24  Carlos O'Donell  <carlos@redhat.com>
8296         * README.pretty-printers: Must specify CPPFLAGS-* also.
8297         * nptl/Makefile (CPPFLAGS-test-mutexattr-printers.c): Define.
8298         (CPPFLAGS-test-mutex-printers.c): Define.
8299         (CPPFLAGS-test-condattr-printers.c): Define.
8300         (CPPFLAGS-test-cond-printers.c): Define.
8301         (CPPFLAGS-test-rwlockattr-printers.c): Define.
8302         (CPPFLAGS-test-rwlock-printers.c): Define.
8304         * nss/Makefile [ifeq (yes,$(have-thread-library))]
8305         (tests): Add tst-cancel-getpwuid_r.
8306         * nss/tst-cancel-getpwuid_r.c: New file.
8308         [BZ #11941]
8309         * elf/dl-close.c (_dl_close): Take dl_load_lock to examine map.
8310         Remove assert (map->l_init_called); if DF_1_NODELETE is set.
8311         * elf/Makefile [ifeq (yes,$(build-shared))] (tests): Add
8312         tst-nodelete-dlclose.
8313         (modules-names): Add tst-nodelete-dlclose-dso and
8314         tst-nodelete-dlclose-plugin.
8315         ($(objpfx)tst-nodelete-dlclose-dso.so): Define.
8316         ($(objpfx)tst-nodelete-dlclose-plugin.so): Define.
8317         ($(objpfx)tst-nodelete-dlclose): Define.
8318         ($(objpfx)tst-nodelete-dlclose.out): Define.
8320 2016-12-23  Florian Weimer  <fweimer@redhat.com>
8322         * scripts/test_printers_common.py: Log GDB output in case of
8323         Python detection failure.
8325 2016-12-22  Siddhesh Poyarekar  <siddhesh@sourceware.org>
8327         * configure.ac: Check for python3 or python.
8328         * configure: Regenerated.
8329         * config.make.in (PYTHON): New variable.
8330         * benchtests/Makefile: Don't define PYTHON.
8331         (bench): Define target only if PYTHON was defined.
8332         * Rules: Don't define PYTHON.
8333         Define pretty printer targets only if PYTHON was defined.
8334         (tests-printers): Add to tests-unsupported if PYTHON is not
8335         found.
8336         (python-flags, python-invoke): Remove.
8337         (tests-printers-out): Use PYTHON instead of python-invoke.
8339 2016-12-21  Joseph Myers  <joseph@codesourcery.com>
8341         [BZ #20978]
8342         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
8343         Compare name == NULL, not name != NULL.
8345         * manual/texinfo.tex: Update to version 2016-09-18.18 with
8346         trailing whitespace removed.
8347         * scripts/config.guess: Update to version 2016-10-02.
8348         * scripts/config.sub: Update to version 2016-11-19.
8349         * scripts/install-sh: Update to version 2016-01-11.22.
8350         * scripts/mkinstalldirs: Update to version 2016-01-11.22.
8351         * scripts/move-if-change: Update to version 2016-01-11 22:04.
8353 2015-12-21  Wilco Dijkstra  <wdijkstr@arm.com>
8355         * benchtests/bench-strsep.c (oldstrsep): Add old implementation.
8356         (do_one_test) Restore original string so iteration works.
8357         * string/string-inlines.c (do_test): Create better input strings.
8358         (test_main) Reduce number of testruns.
8359         * string/string-inlines.c (__old_strsep_1c): New function.
8360         (__old_strsep_2c): Likewise.
8361         (__old_strsep_3c): Likewise.
8362         * string/strsep.c (__strsep): Remove case of small delim string.
8363         Call strcspn directly rather than strpbrk.
8364         * string/bits/string2.h (__strsep): Remove define.
8365         (__strsep_1c): Remove.
8366         (__strsep_2c): Remove.
8367         (__strsep_3c): Remove.
8368         (strsep): Remove.
8369         * sysdeps/unix/sysv/linux/internal_statvfs.c
8370         (__statvfs_getflags): Rename to __strsep.
8372 2016-12-21  Florian Weimer  <fweimer@redhat.com>
8374         * csu/libc-tls.c (_dl_tls_setup): Remove.
8375         * elf/dl-tls.c (_dl_tls_setup): Likewise.
8376         * elf/Versions (GLIBC_PRIVATE): Remove _dl_tls_setup.
8377         * sysdeps/generic/ldsodefs.h (_dl_tls_setup): Remove declaration.
8379 2016-12-21  Nick Alcock <nick.alcock@oracle.com>
8381         [BZ #7065]
8382         * sysdeps/x86_64/Makefile [$(subdir) = elf]
8383         (CFLAGS-tst-quad1pie.c, CFLAGS-tst-quad2pie.c): Add $(PIE-ccflag).
8385 2016-12-21  Nick Alcock <nick.alcock@oracle.com>
8386             Florian Weimer  <fweimer@redhat.com>
8388         [BZ #7065]
8389         * csu/Makefile (tests): Empty assignment and document it.
8390         (tests-static): Remove.
8391         * csu/tst-empty.c: Move to...
8392         * misc/tst-empty.c: ... here.  Switch to new test driver.
8393         * csu/tst-atomic.c: Move to...
8394         * misc/tst-atomic.c: ... here.  Switch to new test driver.
8395         * csu/tst-atomic-long.c: Move to...
8396         * misc/tst-atomic-long.c: ... here.
8397         * misc/Makefile (tests): Add tst-empty, tst-atomic,
8398         tst-atomic-long.
8399         (tests-static): Add tst-empty.
8401 2016-12-21  Rical Jasan  <ricaljasan@pacific.net>
8403         * manual/nss.texi: Change incorrect @vtable to @table.
8404         * manual/arith.texi: Convert @tables of variables to @vtables
8405         and remove unnecessary indexing.
8406         * manual/filesys.texi: Likewise.
8407         * manual/llio.texi: Likewise.
8408         * manual/memory.texi: Likewise.
8409         * manual/process.texi: Likewise.
8410         * manual/resource.texi: Likewise.
8411         * manual/search.texi: Likewise.
8412         * manual/signal.texi: Likewise.
8413         * manual/socket.texi: Likewise.
8414         * manual/stdio.texi: Likewise.
8415         * manual/sysinfo.texi: Likewise.
8416         * manual/syslog.texi: Likewise.
8417         * manual/terminal.texi: Likewise.
8418         * manual/time.texi: Likewise.
8419         * manual/users.texi: Likewise.
8421 2016-12-21  Joseph Myers  <joseph@codesourcery.com>
8423         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
8424         (roundeven): New declaration.
8425         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (roundeven): New
8426         macro.
8427         * math/Versions (roundeven): New libm symbol at version
8428         GLIBC_2.25.
8429         (roundevenf): Likewise.
8430         (roundevenl): Likewise.
8431         * math/Makefile (libm-calls): Add s_roundevenF.
8432         * math/libm-test.inc (roundeven_test_data): New array.
8433         (roundeven_test): New function.
8434         (main): Call roundeven_test.
8435         * math/test-tgmath.c (NCALLS): Increase to 134.
8436         (F(compile_test)): Call roundeven.
8437         (F(roundeven)): New function.
8438         * manual/arith.texi (Rounding Functions): Document roundeven,
8439         roundevenf and roundevenl.
8440         * manual/libm-err-tab.pl (@all_functions): Add roundeven.
8441         * include/math.h (roundeven): Use libm_hidden_proto.
8442         * sysdeps/ieee754/dbl-64/s_roundeven.c: New file.
8443         * sysdeps/ieee754/dbl-64/wordsize-64/s_roundeven.c: Likewise.
8444         * sysdeps/ieee754/flt-32/s_roundevenf.c: Likewise.
8445         * sysdeps/ieee754/ldbl-128/s_roundevenl.c: Likewise.
8446         * sysdeps/ieee754/ldbl-128ibm/s_roundevenl.c: Likewise.
8447         * sysdeps/ieee754/ldbl-96/s_roundevenl.c: Likewise.
8448         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
8449         roundeven.
8450         (CFLAGS-nldbl-roundeven.c): New variable.
8451         * sysdeps/ieee754/ldbl-opt/nldbl-roundeven.c: New file.
8452         * sysdeps/nacl/libm.abilist: Update.
8453         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
8454         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
8455         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
8456         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
8457         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
8458         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
8459         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
8460         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
8461         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
8462         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
8463         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
8464         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
8465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
8466         Likewise.
8467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
8468         Likewise.
8469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
8470         Likewise.
8471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
8472         Likewise.
8473         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
8474         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
8475         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
8476         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
8477         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
8478         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
8479         Likewise.
8480         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
8481         Likewise.
8482         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
8483         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
8484         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
8486 2016-12-20  Joseph Myers  <joseph@codesourcery.com>
8488         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb): Add
8489         preprocessor indentation inside #if.
8491 2016-12-20  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
8493         * math/libm-test.inc (fmt_ftostr): New function.
8494         (print_float, check_float_internal): Replace some uses of
8495         FTOSTR with uses of fmt_ftostr.
8496         (print_max_error, print_complex_max_error, print_function_ulps)
8497         (print_complex_function_ulps): Remove uses of the macros
8498         PRINTF_EXPR, PRINTF_NEXPR, and PRINTF_XEXPR.
8499         * math/test-double.h (FTOSTR): Define to strfromd.
8500         (PRINTF_EXPR): Delete.
8501         (PRINTF_XEXPR): Likewise.
8502         (PRINTF_NEXPR): Likewise.
8503         * math/test-float.h (FTOSTR): Define to strfromf.
8504         (PRINTF_EXPR): Delete.
8505         (PRINTF_XEXPR): Likewise.
8506         (PRINTF_NEXPR): Likewise.
8507         * math/test-ldouble.h (FTOSTR): Define to strfroml.
8508         (PRINTF_EXPR): Delete.
8509         (PRINTF_XEXPR): Likewise.
8510         (PRINTF_NEXPR): Likewise.
8512 2016-12-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8514         * sysdeps/unix/sysv/linux/s390/lowlevellock.h
8515         (__lll_unlock_elision, lll_unlock_elision): Add adapt_count argument.
8516         * sysdeps/unix/sysv/linux/s390/elision-lock.c:
8517         (__lll_lock_elision): Decrement adapt_count while unlocking
8518         instead of before locking.
8519         * sysdeps/unix/sysv/linux/s390/elision-trylock.c
8520         (__lll_trylock_elision): Likewise.
8521         * sysdeps/unix/sysv/linux/s390/elision-unlock.c:
8522         (__lll_unlock_elision): Likewise.
8524 2016-12-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8526         * sysdeps/unix/sysv/linux/s390/htm.h(__libc_tbegin_retry): New macro.
8527         * sysdeps/unix/sysv/linux/s390/elision-lock.c (__lll_lock_elision):
8528         Use __libc_tbegin_retry macro.
8530 2016-12-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8532         * sysdeps/unix/sysv/linux/s390/Makefile (elision-CFLAGS):
8533         Add -msoft-float.
8534         * sysdeps/unix/sysv/linux/s390/htm.h: New File.
8535         * sysdeps/unix/sysv/linux/s390/elision-lock.c:
8536         Use __libc_t* transaction macros instead of __builtin_t*.
8537         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
8538         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
8540 2016-12-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8542         * sysdeps/unix/sysv/linux/s390/elision-lock.c
8543         (__lll_lock_elision): Use atomics to load / store adapt_count.
8544         * sysdeps/unix/sysv/linux/s390/elision-trylock.c
8545         (__lll_trylock_elision): Likewise.
8547 2016-12-20  Florian Weimer  <fweimer@redhat.com>
8549         Do not require memset elimination in explicit_bzero test.
8550         * string/tst-xbzero-opt.c (prepare_test_buffer): Force inlining.
8551         (enum test_expectation): Add NO_EXPECTATIONS.
8552         (subtests): NO_EXPECTATIONS for ordinary clear.
8553         (check_test_buffer): Handle NO_EXPECTATIONS.
8554         * string/Makefile (CFLAGS-tst-xbzero-opt.c): Compile with -O3.
8556 2016-12-20  Joseph Myers  <joseph@codesourcery.com>
8558         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
8559         (fmaxmag): New declaration.
8560         (fminmag): Likewise.
8561         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (fmaxmag): New
8562         macro.
8563         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fminmag): Likewise.
8564         * math/Versions (fmaxmag): New libm symbol at version GLIBC_2.25.
8565         (fmaxmagf): Likewise.
8566         (fmaxmagl): Likewise.
8567         (fminmag): Likewise.
8568         (fminmagf): Likewise.
8569         (fminmagl): Likewise.
8570         * math/Makefile (gen-libm-calls): Add s_fmaxmagF and s_fminmagF.
8571         * math/s_fmaxmag_template.c: New file.
8572         * math/s_fminmag_template.c: Likewise.
8573         * math/libm-test.inc (fmaxmag_test_data): New array.
8574         (fmaxmag_test): New function.
8575         (fminmag_test_data): New array.
8576         (fminmag_test): New function.
8577         (main): Call fmaxmag_test and fminmag_test.
8578         * math/test-tgmath.c (NCALLS): Increase to 132.
8579         (F(compile_test)): Call fmaxmag and fminmag.
8580         (F(fminmag)): New function.
8581         (F(fmaxmag)): Likewise.
8582         * manual/arith.texi (Misc FP Arithmetic): Document fminmag,
8583         fminmagf, fminmagl, fmaxmag, fmaxmagf and fmaxmagl.
8584         * manual/libm-err-tab.pl (@all_functions): Add fmaxmag and
8585         fminmag.
8586         * sysdeps/ieee754/ldbl-opt/nldbl-fmaxmag.c: New file.
8587         * sysdeps/ieee754/ldbl-opt/nldbl-fminmag.c: Likewise.
8588         * sysdeps/ieee754/ldbl-opt/s_fmaxmagl.c: Likewise.
8589         * sysdeps/ieee754/ldbl-opt/s_fminmagl.c: Likewise.
8590         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add fmaxmag
8591         and fminmag.
8592         (CFLAGS-nldbl-fmaxmag.c): New variable.
8593         (CFLAGS-nldbl-fminmag.c): Likewise.
8594         * sysdeps/nacl/libm.abilist: Update.
8595         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
8596         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
8597         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
8598         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
8599         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
8600         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
8601         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
8602         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
8603         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
8604         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
8605         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
8606         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
8607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
8608         Likewise.
8609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
8610         Likewise.
8611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
8612         Likewise.
8613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
8614         Likewise.
8615         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
8616         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
8617         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
8618         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
8619         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
8620         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
8621         Likewise.
8622         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
8623         Likewise.
8624         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
8625         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
8626         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
8628 2016-12-19  Torvald Riegel  <triegel@redhat.com>
8630         [BZ #20973]
8631         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full): Fix lost
8632         wake-up in robust mutexes.
8633         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
8635 2016-12-19  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8637         * benchtests/Makefile (bench-math): Add fminf and fmaxf.
8638         (CFLAGS-bench-fmaxf.c): New rule.
8639         (CFLAGS-bench-fminf.c): Likewise.
8640         * benchtests/fmaxf-inputs: New file.
8641         * benchtests/fminf-inputs: Likewise.
8643         * benchtests/Makefile (bench-math): Add fmin and fmax.
8644         (CFLAGS-bench-fmax.c): New rule.
8645         (CFLAGS-bench-fmin.c): Likewise.
8646         * benchtests/fmax-inputs: New file.
8647         * benchtests/fmin-inputs: Likewise.
8649         * benchtests/bench-string.h (TEST_FUNCTION): Use name without
8650         parenthesis.
8651         (CMDLINE_PROCESS): Define using function instead of macro.
8652         * benchtests/bench-memccpy.c: Include <support/test-driver.c> instead
8653         of test-skeleton.
8654         * benchtests/bench-memchr.c: Likewise.
8655         * benchtests/bench-memcmp.c: Likewise.
8656         * benchtests/bench-memcpy-large.c: Likewise.
8657         * benchtests/bench-memcpy.c: Likewise.
8658         * benchtests/bench-memmem.c: Likewise.
8659         * benchtests/bench-memmove-large.c: Likewise.
8660         * benchtests/bench-memmove.c: Likewise.
8661         * benchtests/bench-memset-large.c: Likewise.
8662         * benchtests/bench-memset.c: Likewise.
8663         * benchtests/bench-rawmemchr.c: Likewise.
8664         * benchtests/bench-strcasecmp.c: Likewise.
8665         * benchtests/bench-strcasestr.c: Likewise.
8666         * benchtests/bench-strcat.c: Likewise.
8667         * benchtests/bench-strchr.c: Likewise.
8668         * benchtests/bench-strcmp.c: Likewise.
8669         * benchtests/bench-strcpy.c: Likewise.
8670         * benchtests/bench-strcpy_chk.c: Likewise.
8671         * benchtests/bench-strlen.c: Likewise.
8672         * benchtests/bench-strncasecmp.c: Likewise.
8673         * benchtests/bench-strncmp.c: Likewise.
8674         * benchtests/bench-strncpy.c: Likewise.
8675         * benchtests/bench-strnlen.c: Likewise.
8676         * benchtests/bench-strpbrk.c: Likewise.
8677         * benchtests/bench-strrchr.c: Likewise.
8678         * benchtests/bench-strsep.c: Likewise.
8679         * benchtests/bench-strspn.c: Likewise.
8680         * benchtests/bench-strstr.c: Likewise.
8681         * benchtests/bench-strtok.c: Likewise.
8683 2016-12-19  Andrew Senkevich  <andrew.senkevich@intel.com>
8685         * sysdeps/x86/cpu-features.c (get_common_indeces): Add
8686         stepping identification.
8687         (init_cpu_features): Add handle of Haswell.
8689 2016-11-25  Jim Meyering  <meyering@fb.com>
8691         [BZ #20386]
8692         Let gcc detect assert(a = 1) errors.
8693         * assert/assert.h (assert): Rewrite, retaining the old definintion
8694         when required, but otherwise putting the expression as-is in an "if"
8695         expression (hence, with no added parentheses) within a statement
8696         expression.
8698 2016-12-17  Siddhesh Poyarekar  <siddhesh@sourceware.org>
8700         * benchtests/Makefile (binaries-benchset): Depend on libsupport
8701         DSO.
8703 2016-12-17  Martin Galvan  <martingalvan@sourceware.org>
8705         * Rules (python-flags, python-invoke): New.
8706         ($(test-printers-out)): Use $(python-flags).
8708 2016-12-16  Joseph Myers  <joseph@codesourcery.com>
8710         * manual/arith.texi (Math Error Reporting): Document that sNaN
8711         arguments are not considered domain errors.
8713 2016-12-16  Zack Weinberg <zackw@panix.com>
8714             Florian Weimer <fweimer@redhat.com>
8715             Nick Mathewson <nickm@torproject.org>
8717         * string/explicit_bzero.c: New routine.
8718         * string/test-explicit_bzero.c, string/tst-xbzero-opt.c: New tests.
8719         * string/Makefile (routines, strop-tests, tests): Add them.
8720         * string/test-memset.c: Add ifdeffage for testing explicit_bzero.
8721         * string/string.h [__USE_MISC]: Declare explicit_bzero.
8723         * debug/explicit_bzero_chk.c: New routine.
8724         * debug/Makefile (routines): Add it.
8725         * debug/tst-chk1.c: Test fortification of explicit_bzero.
8726         * string/bits/string3.h: Fortify explicit_bzero.
8728         * manual/string.texi: Document explicit_bzero.
8729         * NEWS: Mention addition of explicit_bzero.
8731         * crypt/crypt-entry.c (__crypt_r): Clear key-dependent intermediate
8732         data before returning, using explicit_bzero.
8733         * crypt/md5-crypt.c (__md5_crypt_r): Likewise.
8734         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
8735         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
8737         * include/string.h: Redirect internal uses of explicit_bzero
8738         to __explicit_bzero_chk[_internal].
8739         * string/Versions [GLIBC_2.25]: Add explicit_bzero.
8740         * debug/Versions [GLIBC_2.25]: Add __explicit_bzero_chk.
8741         * sysdeps/arm/nacl/libc.abilist
8742         * sysdeps/unix/sysv/linux/aarch64/libc.abilist
8743         * sysdeps/unix/sysv/linux/alpha/libc.abilist
8744         * sysdeps/unix/sysv/linux/arm/libc.abilist
8745         * sysdeps/unix/sysv/linux/hppa/libc.abilist
8746         * sysdeps/unix/sysv/linux/i386/libc.abilist
8747         * sysdeps/unix/sysv/linux/ia64/libc.abilist
8748         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist
8749         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist
8750         * sysdeps/unix/sysv/linux/microblaze/libc.abilist
8751         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
8752         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
8753         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
8754         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
8755         * sysdeps/unix/sysv/linux/nios2/libc.abilist
8756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
8757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
8758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
8759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
8760         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist
8761         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist
8762         * sysdeps/unix/sysv/linux/sh/libc.abilist
8763         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist
8764         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist
8765         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist
8766         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist
8767         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist
8768         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist
8769         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist:
8770         Add entries for explicit_bzero and __explicit_bzero_chk.
8772 2016-12-16  Joseph Myers  <joseph@codesourcery.com>
8774         * math/fenv.h
8775         [__GLIBC_USE (IEC_60559_BFP_EXT) && FE_INVALID && __SUPPORT_SNAN__]
8776         (FE_SNANS_ALWAYS_SIGNAL): New macro.
8777         * math/test-fe-snans-always-signal.c: New file.
8778         * math/Makefile (tests): Add test-fe-snans-always-signal.
8779         (CFLAGS-test-fe-snans-always-signal.c): New variable.
8780         * manual/arith.texi (Infinity and NaN): Document
8781         FE_SNANS_ALWAYS_SIGNAL.
8783 2016-12-16  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8785         * string/test-memchr.c (do_test): Typo on ‘byte’ and missing closing
8786         bracket.
8788 2016-12-16  Joseph Myers  <joseph@codesourcery.com>
8790         * scripts/build-many-glibcs.py (Context.exec_self): Flush stdout
8791         before calling execv.
8793 2016-12-16  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8795         [BZ #20971]
8796         * sysdeps/powerpc/powerpc64/power7/memchr.S (__memchr): Avoid
8797         overflow in pointer addition.
8798         * string/test-memchr.c (do_test): Add an argument to pass as
8799         the size on memchr.
8800         (test_main): Add check for SIZE_MAX.
8802 2016-12-16  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
8804         * math/Makefile (gen-libm-calls): Remove w_scalblnF.
8805         (libm-calls): Add w_scalblnF.
8806         * math/w_scalbln.c: Remove.
8807         * math/w_scalblnf.c: Likewise.
8808         * math/w_scalblnl.c: Likewise.
8809         * math/w_scalbln_template.c: New file with type-generic
8810         implementation based on math/w_scalbln.c.
8811         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: Remove.
8812         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Use new template.
8814 2016-12-15  Joseph Myers  <joseph@codesourcery.com>
8816         [BZ #20947]
8817         * sysdeps/i386/fpu/s_fmaxl.S (__fmaxl): Add the arguments when
8818         either is a signaling NaN.
8819         * sysdeps/i386/fpu/s_fminl.S (__fminl): Likewise.  Make code
8820         follow fmaxl more closely.
8821         * sysdeps/i386/i686/fpu/s_fmaxl.S (__fmaxl): Add the arguments
8822         when either is a signaling NaN.
8823         * sysdeps/i386/i686/fpu/s_fminl.S (__fminl): Likewise.
8824         * sysdeps/x86_64/fpu/s_fmax.S (__fmax): Likewise.
8825         * sysdeps/x86_64/fpu/s_fmaxf.S (__fmaxf): Likewise.
8826         * sysdeps/x86_64/fpu/s_fmaxl.S (__fmaxl): Likewise.
8827         * sysdeps/x86_64/fpu/s_fmin.S (__fmin): Likewise.
8828         * sysdeps/x86_64/fpu/s_fminf.S (__fminf): Likewise.
8829         * sysdeps/x86_64/fpu/s_fminl.S (__fminl): Likewise.
8830         * math/libm-test.inc (fmax_test_data): Add tests of sNaN inputs.
8831         (fmin_test_data): Likewise.
8833 2016-12-15  Andreas Schwab  <schwab@suse.de>
8835         * support/support_test_main.c (support_test_main): Don't shadow
8836         file-local variable test_pid.
8838 2016-12-15  Joseph Myers  <joseph@codesourcery.com>
8840         [BZ #20947]
8841         * sysdeps/powerpc/fpu/s_fmax.S (__fmax): Add the arguments when
8842         either is a signaling NaN.
8843         * sysdeps/powerpc/fpu/s_fmin.S (__fmin): Likewise.
8845 2016-12-14  Joseph Myers  <joseph@codesourcery.com>
8847         [BZ #20947]
8848         * math/s_fmax_template.c (M_DECL_FUNC (__fmax)): Add the arguments
8849         when either is a signaling NaN.
8850         * math/s_fmin_template.c (M_DECL_FUNC (__fmin)): Likewise.
8852         * bits/long-double.h: New file.
8853         * sysdeps/ieee754/ldbl-128/bits/long-double.h: Likewise.
8854         * sysdeps/ieee754/ldbl-96/bits/long-double.h: Likewise.
8855         * sysdeps/ieee754/ldbl-opt/bits/long-double.h: Likewise.
8856         * sysdeps/mips/bits/long-double.h: Likewise.
8857         * sysdeps/unix/sysv/linux/sparc/bits/long-double.h: Likewise.
8858         * math/Makefile (headers): Add bits/long-double.h.
8859         * misc/sys/cdefs.h: Include <bits/long-double.h>.
8860         * stdlib/strtold.c: Include <bits/long-double.h> instead of
8861         <bits/wordsize.h>.
8862         * bits/mathdef.h [!_COMPLEX_H]: Do not allow inclusion.
8863         [!__NO_LONG_DOUBLE_MATH]: Remove conditional code.
8864         * math/math.h: Do not include <bits/mathdef.h>.
8865         * sysdeps/aarch64/bits/mathdef.h: Remove file.
8866         * sysdeps/alpha/bits/mathdef.h [!_COMPLEX_H]: Do not allow
8867         inclusion.
8868         * sysdeps/ia64/bits/mathdef.h: Remove file.
8869         * sysdeps/m68k/m680x0/bits/mathdef.h: Likewise.
8870         * sysdeps/mips/bits/mathdef.h: Likewise.
8871         * sysdeps/powerpc/bits/mathdef.h: Likewise.
8872         * sysdeps/s390/bits/mathdef.h: Likewise.
8873         * sysdeps/sparc/bits/mathdef.h: Likewise.
8874         * sysdeps/x86/bits/mathdef.h: Likewise.
8875         * sysdeps/s390/s390-32/bits/wordsize.h
8876         [!__NO_LONG_DOUBLE_MATH && !__LONG_DOUBLE_MATH_OPTIONAL]: Remove
8877         conditional code.
8878         * sysdeps/s390/s390-64/bits/wordsize.h
8879         [!__NO_LONG_DOUBLE_MATH && !__LONG_DOUBLE_MATH_OPTIONAL]:
8880         Likewise.
8881         * sysdeps/unix/sysv/linux/alpha/bits/wordsize.h
8882         [!__NO_LONG_DOUBLE_MATH && !__LONG_DOUBLE_MATH_OPTIONAL]:
8883         Likewise.
8884         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h
8885         [!__NO_LONG_DOUBLE_MATH && !__LONG_DOUBLE_MATH_OPTIONAL]:
8886         Likewise.
8887         * sysdeps/unix/sysv/linux/sparc/bits/wordsize.h
8888         [!__NO_LONG_DOUBLE_MATH && !__LONG_DOUBLE_MATH_OPTIONAL]:
8889         Likewise.
8891         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]: Include
8892         <linux/falloc.h>.
8893         (FALLOC_FL_KEEP_SIZE): Remove.
8894         (FALLOC_FL_PUNCH_HOLE): Likewise.
8895         (FALLOC_FL_COLLAPSE_RANGE): Likewise.
8896         (FALLOC_FL_ZERO_RANGE): Likewise.
8898 2016-12-14  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
8900         * stdlib/tst-strfrom.h (ENTRY): Replace use of CSUF with LSUF.
8902 2016-12-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
8904         * sysdeps/unix/sysv/linux/renameat.c: New file.
8905         * sysdeps/unix/sysv/linux/syscalls.list: Remove renameat.
8907         * sysdeps/unix/sysv/linux/rename.c: New file.
8908         * sysdeps/unix/sysv/linux/generic/rename.c: Remove file.
8910 2015-12-14  Wilco Dijkstra  <wdijkstr@arm.com>
8912         * benchtests/bench-strtok.c (oldstrtok): Add old implementation.
8913         * string/strtok.c (strtok): Change to tailcall __strtok_r.
8914         * string/strtok_r.c (__strtok_r): Optimize for performance.
8915         * string/string-inlines.c (__old_strtok_r_1c): New function.
8916         * string/bits/string2.h (__strtok_r): Move to string-inlines.c.
8918 2016-12-14  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
8920         * math/Makefile (gen-libm-calls): Add w_log1pF.
8921         (libm-calls): Remove w_log1pF.
8922         * math/w_log1p.c: Remove.
8923         * math/w_log1pf.c: Likewise.
8924         * math/w_log1pl.c: Likewise.
8925         * math/w_log1p_template.c: New file with type-generic
8926         implementation based on math/w_log1p.c.
8927         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Remove.
8928         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: Likewise.
8930 2015-12-14  Wilco Dijkstra  <wdijkstr@arm.com>
8932         * string/rawmemchr.c (RAWMEMCHR): Use faster memchr/strlen.
8934 2016-12-14  Joseph Myers  <joseph@codesourcery.com>
8936         * scripts/build-many-glibcs.py (Context.checkout): Default Linux
8937         kernel version to 4.9.
8939 2016-12-12  Andrew Senkevich  <andrew.senkevich@intel.com>
8941         * math/Makefile ($(inst_libdir)/libm-$(version).a): New target.
8942         ($(inst_libdir)/libm.a): Fix rule to create the target only.
8944 2016-12-13  Andreas Schwab  <schwab@suse.de>
8946         * sysdeps/powerpc/dl-procinfo.c: Don't define
8947         _dl_powerpc_platforms.
8948         * sysdeps/powerpc/dl-procinfo.h (_dl_string_platform): Use string
8949         constants instead of referencing _dl_powerpc_platforms.
8950         (_dl_platform_string): Remove.
8952 2016-12-13  Florian Weimer  <fweimer@redhat.com>
8954         * nptl/tst-cancel7.c (cmdline_process): Add missing case label.
8956 2016-12-13  Florian Weimer  <fweimer@redhat.com>
8958         * Rules (binaries-shared-tests, binaries-pie-tests)
8959         (binaries-static-tests): Link with $(link-extra-libs-tests).
8960         * Makeconfig (+link-pie-tests, +link-static-tests, +link-tests):
8961         Remove $(link-extra-libs-tests).
8963 2016-12-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
8965         * sysdeps/powerpc/powerpc64/multiarch/Makefile
8966         (sysdep_routines): Add strncmp_power9.
8967         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8968         (strncmp): Add __strncmp_power9 to list of strncmp functions.
8969         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S: New file.
8970         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c
8971         (strncmp): Add __strncmp_power9 to ifunc list.
8972         * sysdeps/powerpc/powerpc64/power9/strncmp.S: New file.
8974 2016-12-12  Florian Weimer  <fweimer@redhat.com>
8976         [BZ #17252]
8977         Add getentropy, getrandom.
8978         * stdlib/sys/random.h: New file.
8979         (headers): Add it.
8980         * stdlib/Makefile (routines): Add getentropy, getrandom.
8981         (tests): Add tst-getrandom.
8982         * stdlib/Versions (GLIBC_2.25): Add getrandom, getentropy.
8983         * stdlib/getentropy.c: New file.
8984         * stdlib/getrandom.c: Likewise.
8985         * stdlib/tst-getrandom.c: Likewise.
8986         * sysdeps/unix/sysv/linux/getentropy.c: Likewise.
8987         * sysdeps/unix/sysv/linux/getrandom.c: Likewise.
8988         * manual/crypt.texi (Unpredictable Bytes): New section.
8989         * manual/math.texi (Pseudo-Random Numbers): Add cross-reference.
8990         * sysdeps/arm/nacl/libc.abilist: Add getrandom, getentropy.
8991         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Likewise.
8992         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
8993         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
8994         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
8995         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
8996         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
8997         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
8998         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
8999         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
9000         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
9001         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
9002         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
9003         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
9004         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
9005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
9006         Likewise.
9007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
9008         Likewise.
9009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
9010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
9011         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
9012         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
9013         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
9014         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
9015         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
9016         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
9017         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
9018         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
9019         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
9020         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
9022 2016-12-10  Florian Weimer  <fweimer@redhat.com>
9024         [BZ #20956]
9025         * debug/tst-backtrace.h (NO_INLINE): Add noclone, weak attributes
9026         as additional compiler barriers.
9027         * debug/tst-backtrace2.c: Switch to <support/test-driver.c>.
9028         (fn2, do_test): Declare with external linkage.
9029         * debug/tst-backtrace3.c: Switch to <support/test-driver.c>.
9030         (do_test): Declare with external linkage.
9031         * debug/tst-backtrace4.c: Switch to <support/test-driver.c>.
9032         (do_test): Declare with external linkage.
9033         * debug/tst-backtrace5.c: Switch to <support/test-driver.c>.
9034         (do_test): Declare with external linkage.
9036 2016-12-10  Andreas Schwab  <schwab@linux-m68k.org>
9038         * support/support_test_main.c (support_test_main): Use correct
9039         timeout.
9041 2016-12-09  Carlos O'Donell  <carlos@redhat.com>
9042             Florian Weimer  <fweimer@redhat.com>
9044         [BZ #16421]
9045         * inet/netinet/in.h (struct in6_addr): Always define __u6_addr16
9046         and __u6_addr32 members.
9047         (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK)
9048         (IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL)
9049         (IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, IN6_ARE_ADDR_EQUAL):
9050         Use __u6_addr32.
9051         * inet/tst-checks.c: Use <support/test-driver.c>
9052         * inet/tst-checks-posix.c: New file.
9053         * inet/Makefile (tests): Add it.
9054         (CFLAGS-tst-checks-posix.c): Compile in C99 mode.
9056 2016-12-09  Florian Weimer  <fweimer@redhat.com>
9058         New subdirectory support for build and test infrastructure.
9059         * extra-libs.mk (extra-libs-noinstall): Add variable.  Use it when
9060         setting install-lib.
9061         * Makeconfig (link-extra-libs-tests): Define.
9062         (+link-pie-tests, +link-static-tests, +link-tests): Use
9063         link-extra-libs-tests.
9064         (rpath-dirs, all-subdirs): Add support.
9065         (built-modules): Add libsupport.
9066         (libsupport): Define.
9067         * support: New directory.
9068         * support/Makefile: New file.
9069         * support/check.c: Likewise.
9070         * support/check.h: Likewise.
9071         * support/delayed_exit.c: Likewise.
9072         * support/ignore_stderr.c: Likewise.
9073         * support/oom_error.c: Likewise.
9074         * support/set_fortify_handler.c: Likewise.
9075         * support/support.h: Likewise.
9076         * support/temp_file-internal.h: Likewise.
9077         * support/temp_file.c: Likewise.
9078         * support/test-driver.c: Likewise.
9079         * support/test-driver.h: Likewise.
9080         * support/test_main.c: Likewise.
9081         * support/write_message.c: Likewise.
9082         * support/xasprintf.c: Likewise.
9083         * support/xcalloc.c: Likewise.
9084         * support/xmalloc.c: Likewise.
9085         * support/xpthread_barrier_destroy.c: Likewise.
9086         * support/xpthread_barrier_init.c: Likewise.
9087         * support/xpthread_barrier_wait.c: Likewise.
9088         * support/xpthread_cancel.c: Likewise.
9089         * support/xpthread_check_return.c: Likewise.
9090         * support/xpthread_cond_wait.c: Likewise.
9091         * support/xpthread_create.c: Likewise.
9092         * support/xpthread_detach.c: Likewise.
9093         * support/xpthread_join.c: Likewise.
9094         * support/xpthread_mutex_lock.c: Likewise.
9095         * support/xpthread_mutex_unlock.c: Likewise.
9096         * support/xpthread_sigmask.c: Likewise.
9097         * support/xpthread_spin_lock.c: Likewise.
9098         * support/xpthread_spin_unlock.c: Likewise.
9099         * support/xrealloc.c: Likewise.
9100         * support/xsignal.h: Likewise.
9101         * support/xthread.h: Likewise.
9102         * support_tempfile.h: Likewise.
9103         * test-skeleton.c: Include <support/support.h>, <support/xsignal.h>.
9104         (TEST_DATA_LIMIT): Remove unused macro.
9105         (_FAIL, FAIL_RET, FAIL_EXIT, FAIL_EXIT1): Remove.  Now in
9106         <support/check.h>.
9107         (oom_error, xmalloc, xcalloc, xrealloc, xasprintf, write_message)
9108         (ignore_stderr, set_fortify_handler): Remove.  Now in
9109         <support/support.h>.
9110         (xpthread_sigmask): Remove.  Now in <support/xsignal.h>.
9111         (xpthread_mutex_lock, xpthread_spin_lock, xpthread_cond_wait)
9112         (xpthread_barrier_wait, xpthread_create, xpthread_detach)
9113         (xpthread_join): Remove.  Now in <support/xthread.h>.
9114         (TEST_FUNCTION, PREPARE, CLEANUP_HANDLER, CMDLINE_PROCESS):
9115         Introduce legacy wrappers.
9116         * dlfcn/Makefile (bug-atexit3-lib.so): Link with $(libsupport).
9117         * dlfcn/bug-atexit3-lib.cc: Include <support/support.h>.
9118         (write_message): Remove.
9119         * dirent/opendir-tst1.c: Use <support/test-driver.h> instead of
9120         test-skeleton.c.
9121         * io/test-open-tmpfile: Likewise.
9122         * io/tst-posix_fallocate-common.c: Likewise.
9123         * libio/tst-fseek.c: Likewise.
9124         * malloc/tst-malloc-backtrace.c: Likewise.
9125         * malloc/tst-malloc-fork-deadlock.c: Likewise.
9126         * malloc/tst-malloc-thread-exit.c: Likewise.
9127         * nptl/tst-cancel7.c: Likewise.
9128         * nptl/tst-cleanup0.c: Likewise.
9129         * posix/tst-posix_fadvise-common.c: Likewise.
9130         * rt/tst-shm.c: Likewise.
9131         * time/bug-getdate1.c: Likewise.
9132         * sysdeps/unix/sysv/linux/tst-fallocate-common.c: Likewise.
9133         * sysdeps/unix/sysv/linux/tst-sync_file_range.c: Likewise.
9134         * elf/Makefile (tst-piemod1.so): Link against libsupport.
9136 2016-12-08  Joseph Myers  <joseph@codesourcery.com>
9138         * Rules [$(run-built-tests) != no] (tests-expected): Add
9139         $(tests-printers).
9140         (tests): Do not pass $(tests-printers) to merge-test-results.sh.
9142 2016-12-08  Andrew Senkevich  <andrew.senkevich@intel.com>
9144         [BZ #20539]
9145         * math/Makefile (install-lib-ldscripts): Add libm.a.
9146         (install_subdir): Remove.
9147         (install-others): Add.
9148         ($(inst_libdir)/libm.a): Add rule for installation as
9149         linker script.
9150         * Makerules (install-lib.a): Filter out install-lib-ldscripts.
9152 2016-12-08  Martin Galvan  <martin.galvan@tallertechnologies.com>
9154         * INSTALL: Regenerated.
9155         * Makeconfig: Add comments and whitespace to make the control flow
9156         clearer.
9157         (+link-printers-tests, +link-pie-printers-tests,
9158         CFLAGS-printers-tests, installed-rtld-LDFLAGS,
9159         built-rtld-LDFLAGS, link-libc-rpath,
9160         link-libc-tests-after-rpath-link,
9161         link-libc-printers-tests): New.
9162         (rtld-LDFLAGS, rtld-tests-LDFLAGS, link-libc-tests-rpath-link,
9163         link-libc-tests): Use the new variables as required.
9164         * Makerules ($(py-const)): New rule.
9165         generated: Add $(py-const).
9166         * README.pretty-printers: New file.
9167         * Rules (tests-printers-programs, tests-printers-out, py-env): New.
9168         (others): Depend on $(py-const).
9169         (tests): Depend on $(tests-printers-programs) or
9170         $(tests-printers-out),
9171         as required.  Pass $(tests-printers) to merge-test-results.sh.
9172         * manual/install.texi: Add requirements for testing the pretty
9173         printers.
9174         * nptl/Makefile (gen-py-const-headers, pretty-printers,
9175         tests-printers, CFLAGS-test-mutexattr-printers.c
9176         CFLAGS-test-mutex-printers.c, CFLAGS-test-condattr-printers.c,
9177         CFLAGS-test-cond-printers.c, CFLAGS-test-rwlockattr-printers.c
9178         CFLAGS-test-rwlock-printers.c, tests-printers-libs): Define.
9179         * nptl/nptl-printers.py: New file.
9180         * nptl/nptl_lock_constants.pysym: Likewise.
9181         * nptl/test-cond-printers.c: Likewise.
9182         * nptl/test-cond-printers.py: Likewise.
9183         * nptl/test-condattr-printers.c: Likewise.
9184         * nptl/test-condattr-printers.py: Likewise.
9185         * nptl/test-mutex-printers.c: Likewise.
9186         * nptl/test-mutex-printers.py: Likewise.
9187         * nptl/test-mutexattr-printers.c: Likewise.
9188         * nptl/test-mutexattr-printers.py: Likewise.
9189         * nptl/test-rwlock-printers.c: Likewise.
9190         * nptl/test-rwlock-printers.py: Likewise.
9191         * nptl/test-rwlockattr-printers.c: Likewise.
9192         * nptl/test-rwlockattr-printers.py: Likewise.
9193         * scripts/gen-py-const.awk: Likewise.
9194         * scripts/test_printers_common.py: Likewise.
9195         * scripts/test_printers_exceptions.py: Likewise.
9197 2016-12-07  Joseph Myers  <joseph@codesourcery.com>
9199         * scripts/build-many-glibcs.py (Context.__init__): Take strip
9200         argument.
9201         (Glibc.build_glibc): Strip installed shared libraries if
9202         requested.
9203         (get_parser): Add --strip option.
9204         (main): Update Context call.
9206 2016-12-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9207             Dominik Vogt  <vogt@linux.vnet.ibm.com>
9209         [BZ #20847]
9210         * posix/execvpe.c (maybe_script_execute): Remove write past allocated
9211         array bounds for else branch.
9212         (__execvpe): Style fixes.
9213         * posix/tst-vfork3.c (run_script): New function.
9214         (create_script): Likewise.
9215         (do_test): Use run_script internal function.
9216         (do_prepare): Use create_script internal function.
9218 2016-12-07  Andreas Schwab  <schwab@suse.de>
9220         * sysdeps/unix/sysv/linux/x86/elision-conf.h
9221         (__elision_available): Don't declare.
9222         * sysdeps/unix/sysv/linux/x86/elision-conf.c
9223         (__elision_available): Don't define.
9224         (elision_init): Don't set __elision_available.
9226 2016-12-07  Joseph Myers  <joseph@codesourcery.com>
9228         [BZ #20940]
9229         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Do not
9230         return Inf for arguments Inf and sNaN.
9231         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Likewise.
9232         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
9233         Likewise.
9234         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
9235         Likewise.
9236         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
9237         * sysdeps/powerpc/fpu/e_hypot.c (TEST_INF_NAN): Do not return Inf
9238         for arguments Inf and sNaN.  When returning a NaN, compute it by
9239         arithmetic on the arguments.
9240         * sysdeps/powerpc/fpu/e_hypotf.c (TEST_INF_NAN): Likewise.
9241         * math/libm-test.inc (hypot_test_data): Add tests of sNaN
9242         arguments.
9244 2016-12-06  Joseph Myers  <joseph@codesourcery.com>
9246         [BZ #20916]
9247         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Do not return 1 for
9248         arguments (sNaN, 0) or (1, sNaN).  Do arithmetic on NaN arguments
9249         to compute result.
9250         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
9251         * math/libm-test.inc (pow_test_data): Add tests of sNaN arguments.
9253 2016-12-05  Torvald Riegel  <triegel@redhat.com>
9255         * include/atomic.h (__atomic_check_size_ls): New.
9256         (atomic_load_relaxed, atomic_load_acquire, atomic_store_relaxed,
9257         atomic_store_release): Use it.
9258         * sysdeps/x86/elide.h (ACCESS_ONCE): Remove.
9259         (elision_adapt, ELIDE_LOCK): Use atomics.
9260         * sysdeps/unix/sysv/linux/x86/elision-lock.c (__lll_lock_elision): Use
9261         atomics and improve code comments.
9262         * sysdeps/unix/sysv/linux/x86/elision-trylock.c
9263         (__lll_trylock_elision): Likewise.
9265 2016-12-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9267         * hurd/hurd.h: Cast errno constants to error_t to fix usage in C++
9268         programs.
9270 2016-12-02  Joseph Myers  <joseph@codesourcery.com>
9272         [BZ #20916]
9273         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Do not return 1
9274         for arguments (sNaN, 0) or (1, sNaN).  Do arithmetic on NaN
9275         arguments to compute result.
9276         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Do not return
9277         1 for arguments (sNaN, 0) or (1, sNaN).
9278         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
9279         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
9281         [BZ #20919]
9282         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Do not return
9283         NaN first argument when raised to power 0.
9284         * math/w_pow.c (__pow): Do not check for NaN or zero results from
9285         raising to power zero.
9286         * math/w_powf.c (__powf): Likewise.
9287         * math/w_powl.c (__powl): Likewise.
9288         * sysdeps/ieee754/k_standard.c (__kernel_standard): Do not handle
9289         pow (0, 0) or pow (NaN, 0).
9291 2016-12-02  Carlos O'Donell  <carlos@redhat.com>
9293         [BZ #20918]
9294         * configure.ac: Test for static NSS cryptographic libraries and set
9295         libc_cv_static_nss_crypt.
9296         * configure: Regenerate.
9297         * config.make.in (static-nss-crypt): Define.
9298         * elf/Makefile (CFLAGS-tst-linkall-static.c): Define.
9299         [ifeq (yesno,$(nss-crypt)$(static-nss-crypt))]
9300         (CFLAGS-tst-linkall-static.c): Define.
9301         ($(objpfx)tst-linkall-static): Remove libcrypt.a.
9302         [ifeq (yesyes,$(nss-crypt)$(static-nss-crypt))]
9303         ($(objpfx)tst-linkall-static): Define.
9304         [ifeq (no,$(nss-crypt))] ($(objpfx)tst-linkall-static): Define.
9305         * elf/tst-linkall-static.c [USE_CRYPT](references): Reference crypt().
9307 2016-12-02  Florian Weimer  <fweimer@redhat.com>
9309         * elf/Makefile [build-shared] (tests): Add tst-latepthread.
9310         (one-hundred, tst-tls-many-dynamic-modules): Define.
9311         (modules-names): Add $(tst-tls-many-dynamic-modules).
9312         (tst-tls-manydynamic%mod.os): Build with special preprocessor
9313         macros.
9314         (tst-tls-manydynamic): Link against libdl, libpthread.
9315         (tst-tls-manydynamic.out): The test needs the test modules at run
9316         time.
9317         * elf/tst-tls-manydynamic.c: New file.
9318         * elf/tst-tls-manydynamic.h: Likewise.
9319         * elf/tst-tls-manydynamicmod.c: Likewise.
9321 2016-12-02  Florian Weimer  <fweimer@redhat.com>
9323         * sysdeps/aarch64/tlsdesc.sym (TCBHEAD_DTV, DTV_COUNTER)
9324         (TLS_DTV_UNALLOCATED): Add.
9325         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use explicit
9326         offsets.
9328 2016-12-02  Stefan Liebler  <stli@linux.vnet.ibm.com>
9330         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
9332 2016-12-02  Stefan Liebler  <stli@linux.vnet.ibm.com>
9334         * elf/Makefile (CFLAGS-tst-latepthreadmod.c):
9335         Add -fno-optimize-sibling-calls.
9337 2016-12-02  Joseph Myers  <joseph@codesourcery.com>
9339         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb):
9340         New declaration.
9341         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (llogb): New
9342         macro.
9343         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (__FP_LONG_MAX):
9344         New macro.
9345         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FP_LLOGB0): Likewise.
9346         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FP_LLOGBNAN): Likewise.
9347         * math/Versions (llogb): New libm symbol at version GLIBC_2.25.
9348         (llogbf): Likewise.
9349         (llogbl): Likewise.
9350         * math/Makefile (gen-libm-calls): Add w_llogbF.
9351         (tests): Add test-fp-llogb-constants.
9352         * math/w_llogb_template.c: New file.  Based on
9353         math/w_ilogb_template.c.
9354         * math/libm-test.inc (llogb_test_data): New array.
9355         (llogb_test): New function.
9356         (main): Call llogb_test.
9357         * math/test-fp-llogb-constants.c: New file.  Based on
9358         math/test-fp-ilogb-constants.c.
9359         * math/test-tgmath-ret.c (llogb): New CHECK_RET_CONST call.
9360         (do_test): Call check_return_llogb.
9361         * math/test-tgmath.c (NCALLS): Increase to 126.
9362         (F(compile_test)): Call llogb.
9363         (F(llogb)): New function.
9364         * manual/math.texi (Exponents and Logarithms): Document llogb,
9365         llogbf, llogbl, FP_LLOGB0 and FP_LLOGBNAN.
9366         * manual/libm-err-tab.pl (@all_functions): Add llogb.
9367         * sysdeps/ieee754/ldbl-opt/nldbl-llogb.c: New file.
9368         * sysdeps/ieee754/ldbl-opt/w_llogbl.c: Likewise.
9369         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add llogb.
9370         (CFLAGS-nldbl-llogb.c): New variable.
9371         * sysdeps/nacl/libm.abilist: Update.
9372         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
9373         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
9374         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
9375         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
9376         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
9377         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
9378         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
9379         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
9380         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
9381         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
9382         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
9383         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
9384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
9385         Likewise.
9386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9387         Likewise.
9388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
9389         Likewise.
9390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
9391         Likewise.
9392         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
9393         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
9394         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
9395         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
9396         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
9397         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
9398         Likewise.
9399         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
9400         Likewise.
9401         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
9402         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
9403         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
9405 2016-12-01  Joseph Myers  <joseph@codesourcery.com>
9407         * sysdeps/ieee754/ldbl-128/s_getpayloadl.c (getpayloadl): Use
9408         _Float128 instead of long double.
9409         * sysdeps/ieee754/ldbl-128/s_setpayloadl_main.c (FUNC): Likewise.
9411         * sysdeps/alpha/setjmp.S (__sigsetjmp): Use hidden_def.
9412         * sysdeps/hppa/setjmp.S (__sigsetjmp): Likewise.
9413         * sysdeps/mips/mips64/setjmp.S (__sigsetjmp): Likewise.
9414         * sysdeps/mips/setjmp.S (__sigsetjmp): Likewise.
9415         * sysdeps/sh/sh3/setjmp.S (__sigsetjmp): Likewise.
9416         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Likewise.
9417         * sysdeps/sparc/sparc32/setjmp.S (__sigsetjmp): Likewise.
9418         * sysdeps/tile/setjmp.S (__sigsetjmp): Likewise.
9419         * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S (__sigsetjmp):
9420         Likewise.
9422 2016-12-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9424         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c (weak_alias):
9425         Remove redirection to __strrchr_ppc.
9427 2016-12-01  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9429         * sysdeps/powerpc/powerpc64/multiarch/Makefile
9430         (sysdep_routines): Add strcmp_power9.
9431         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9432         (strcmp): Add __strcmp_power9 to list of strcmp functions.
9433         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S: New file.
9434         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c
9435         (strcmp): Add __strcmp_power9 to ifunc list.
9436         * sysdeps/powerpc/powerpc64/power9/strcmp.S: New file.
9438 2016-12-01  Joseph Myers  <joseph@codesourcery.com>
9440         * bits/fp-logb.h: New file.
9441         * sysdeps/ia64/bits/fp-logb.h: Likewise.
9442         * sysdeps/m68k/m680x0/bits/fp-logb.h: Likewise.
9443         * sysdeps/x86/bits/fp-logb.h: Likewise.
9444         * math/Makefile (headers): Add bits/fp-logb.h.
9445         * math/math.h: Include <bits/fp-logb.h>.
9446         [__USE_ISOC99] (FP_ILOGB0): Define based on __FP_LOGB0_IS_MIN.
9447         [__USE_ISOC99] (FP_ILOGBNAN): Define based on __FP_LOGBNAN_IS_MIN.
9448         * bits/mathdef.h (FP_ILOGB0): Remove.
9449         (FP_ILOGBNAN): Likewise.
9450         * sysdeps/aarch64/bits/mathdef.h (FP_ILOGB0): Likewise.
9451         (FP_ILOGBNAN): Likewise.
9452         * sysdeps/alpha/bits/mathdef.h (FP_ILOGB0): Likewise.
9453         (FP_ILOGBNAN): Likewise.
9454         * sysdeps/ia64/bits/mathdef.h (FP_ILOGB0): Likewise.
9455         (FP_ILOGBNAN): Likewise.
9456         * sysdeps/m68k/m680x0/bits/mathdef.h (FP_ILOGB0): Likewise.
9457         (FP_ILOGBNAN): Likewise.
9458         * sysdeps/mips/bits/mathdef.h (FP_ILOGB0): Likewise.
9459         (FP_ILOGBNAN): Likewise.
9460         * sysdeps/powerpc/bits/mathdef.h (FP_ILOGB0): Likewise.
9461         (FP_ILOGBNAN): Likewise.
9462         * sysdeps/s390/bits/mathdef.h (FP_ILOGB0): Likewise.
9463         (FP_ILOGBNAN): Likewise.
9464         * sysdeps/sparc/bits/mathdef.h (FP_ILOGB0): Likewise.
9465         (FP_ILOGBNAN): Likewise.
9466         * sysdeps/x86/bits/mathdef.h (FP_ILOGB0): Likewise.
9467         (FP_ILOGBNAN): Likewise.
9469         * scripts/build-many-glibcs.py: Add bot to usage message.  Import
9470         time module.
9471         (Context.__init__): Initialize self.logsdir_old.
9472         (Context.run_builds): Handle bot action.
9473         (Context.bot_cycle): Copy logs directory before running builds.
9474         (Context.bot_run_self): Take argument for whether to check
9475         subprocess result.  Flush stdout before running subprocess.
9476         (Context.bot): New function.
9477         (get_parser): Allow bot action.
9479 2016-11-30  Joseph Myers  <joseph@codesourcery.com>
9481         * scripts/build-many-glibcs.py: Add bot-cycle to usage message.
9482         Import email.mime.text, email.utils and smtplib modules.
9483         (Context.__init__): Initialize self.bot_config_json.
9484         (Context.run_builds): Handle bot-cycle action.
9485         (Context.load_bot_config_json): New function.
9486         (Context.part_build_old): Likewise.
9487         (Context.bot_cycle): Likewise.
9488         (Context.bot_build_mail): Likewise.
9489         (Context.bot_run_self): Likewise.
9490         (get_parser): Allow bot-cycle action.
9492 2016-11-30  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9494         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c (weak_alias):
9495         Remove redirection to __stpcpy_ppc.
9497 2016-11-30  Florian Weimer  <fweimer@redhat.com>
9499         Remove __libc_memalign from ld.so because it is unused.
9500         * elf/dl-minimal.c: Update comment on the malloc implementation.
9501         (malloc): Renamed from __libc_memalign, replacing the original
9502         malloc implementation.  Replace the align parameter with
9503         MALLOC_ALIGNMENT.
9504         * elf/Versions (ld): Update comment and remove __libc_memalign.
9505         * sysdeps/nacl/ld.abilist: Likewise.
9506         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: Likewise.
9507         * sysdeps/unix/sysv/linux/alpha/ld.abilist: Likewise.
9508         * sysdeps/unix/sysv/linux/arm/ld.abilist: Likewise.
9509         * sysdeps/unix/sysv/linux/hppa/ld.abilist: Likewise.
9510         * sysdeps/unix/sysv/linux/i386/ld.abilist: Likewise.
9511         * sysdeps/unix/sysv/linux/ia64/ld.abilist: Likewise.
9512         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: Likewise.
9513         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: Likewise.
9514         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Likewise.
9515         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: Likewise.
9516         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: Likewise.
9517         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: Likewise.
9518         * sysdeps/unix/sysv/linux/nios2/ld.abilist: Likewise.
9519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Likewise.
9520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
9521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
9522         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: Likewise.
9523         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: Likewise.
9524         * sysdeps/unix/sysv/linux/sh/ld.abilist: Likewise.
9525         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: Likewise.
9526         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: Likewise.
9527         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: Likewise.
9528         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: Likewise.
9529         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: Likewise.
9530         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: Likewise.
9531         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: Likewise.
9532         * sysdeps/generic/localplt.data (ld.so): Likewise.
9533         * sysdeps/unix/sysv/linux/aarch64/localplt.data (ld.so): Likewise.
9534         * sysdeps/unix/sysv/linux/alpha/localplt.data (ld.so): Likewise.
9535         * sysdeps/unix/sysv/linux/arm/localplt.data (ld.so): Likewise.
9536         * sysdeps/unix/sysv/linux/hppa/localplt.data (ld.so): Likewise.
9537         * sysdeps/unix/sysv/linux/i386/localplt.data (ld.so): Likewise.
9538         * sysdeps/unix/sysv/linux/ia64/localplt.data (ld.so): Likewise.
9539         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Likewise.
9540         * sysdeps/unix/sysv/linux/microblaze/localplt.data (ld.so): Likewise.
9541         * sysdeps/unix/sysv/linux/nios2/localplt.data (ld.so): Likewise.
9542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data
9543         (ld.so): Likewise.
9544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
9545         (ld.so): Likewise.
9546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data (ld.so):
9547         Likewise.
9548         * sysdeps/unix/sysv/linux/s390/localplt.data (ld.so): Likewise.
9549         * sysdeps/unix/sysv/linux/sh/localplt.data (ld.so): Likewise.
9550         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data (ld.so): Likewise.
9551         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data (ld.so): Likewise.
9552         * sysdeps/x86_64/localplt.data (ld.so): Likewise.
9554 2016-11-30  Florian Weimer  <fweimer@redhat.com>
9556         [BZ #16628]
9557         Implement _dl_catch_error, _dl_signal_error in libc.so.
9558         * elf/dl-error-skeleton.c: Rename from elf/dl-error.c.
9559         (catch_hook): Define as thread-local or regular variable,
9560         depending on DL_ERROR_BOOTSTRAP.
9561         (CATCH_HOOK): Remove.
9562         (dl_signal_error, _dl_catch_error): Use
9563         catch_hook.  Add hidden definition for libc.
9564         (_dl_receive_error, _dl_signal_cerror): Use catch_hook.  Compile
9565         for DL_ERROR_BOOTSTRAP only.
9566         * elf/dl-error.c: New file.
9567         * elf/dl-error-minimal.c: Likewise.
9568         * elf/tst-latepthread.c: Likewise.
9569         * elf/tst-latepthreadmod.c: Likewise.
9570         * elf/Makefile (routines): Add dl-error.
9571         (dl-routines): Remove dl-error.
9572         (rtld-routines): Add dl-error-minimal.
9573         [build-shared] (tests): Add tst-latepthread.
9574         (module-names): Add tst-latepthreadmod.
9575         (LDFLAGS-tst-latepthreadmod.so): Enable lazy binding to undefined
9576         symbol.
9577         (tst-latepthreadmod.so): Link against libpthread.
9578         (tst-latepthread): Link against libdbl.
9579         * elf/Versions [libc] (GLIBC_PRIVATE): Add _dl_signal_error,
9580         _dl_catch_error.
9581         [ld] (GLIBC_PRIVATE): Likewise.
9582         * elf/dl-close.c (_dl_cose): Call _dl_signal_error directly.
9583         * elf/dl-libc.c (dlerror_run): Call _dl_catch_error directly.
9584         * elf/dl-sym.c (do_sym): Call _dl_signal_error, _dl_catch_error
9585         directly.
9586         * elf/dl-tsd.c: Remove file.
9587         * elf/rtld.c (_rtld_global_ro): Remove initializers for
9588         _dl_catch_error, _dl_signal_error.
9589         (_dl_initial_error_catch_tsd): Remove definition.
9590         (do_preload): Remove initialization of dl_error_catch_tsd.
9591         * dlfcn/dlerror.c (_dlerror_run): Call _dl_catch_error directly.
9592         * dlfcn/dlinfo.c (dlinfo_doit): Call _dl_signal_error directly.
9593         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
9594         * dlfcn/dlopen.c (dlopen_doit): Likewise.
9595         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Do not
9596         set dl_error_catch_tsd.
9597         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9598         _dl_error_catch_tsd member.
9599         (struct rtld_global_ro): Remove _dl_catch_error, _dl_signal_error
9600         members.
9601         (_dl_initial_error_catch_tsd): Remove declaration.
9602         (_dl_dprintf): Provide definition for use outside of ld.so.
9603         [!rtld] (_dl_signal_cerror): Redirect to _dl_signal_error.
9604         (_dl_signal_error, _dl_catch_error): Make public.  Add hidden
9605         prototype for libc.
9606         * sysdeps/generic/localplt.data (ld.so): Add _dl_signal_error,
9607         _dl_catch_error.
9608         * sysdeps/unix/sysv/linux/aarch64/localplt.data (ld.so): Likewise.
9609         * sysdeps/unix/sysv/linux/alpha/localplt.data (ld.so): Likewise.
9610         * sysdeps/unix/sysv/linux/arm/localplt.data (ld.so): Likewise.
9611         * sysdeps/unix/sysv/linux/hppa/localplt.data (ld.so): Likewise.
9612         * sysdeps/unix/sysv/linux/i386/localplt.data (ld.so): Likewise.
9613         * sysdeps/unix/sysv/linux/ia64/localplt.data (ld.so): Likewise.
9614         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Likewise.
9615         * sysdeps/unix/sysv/linux/microblaze/localplt.data (ld.so):
9616         Likewise.
9617         * sysdeps/unix/sysv/linux/nios2/localplt.data (ld.so): Likewise.
9618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data
9619         (ld.so): Likewise.
9620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
9621         (ld.so): Likewise.
9622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data (ld.so):
9623         Likewise.
9624         * sysdeps/unix/sysv/linux/s390/localplt.data (ld.so): Likewise.
9625         * sysdeps/unix/sysv/linux/sh/localplt.data (ld.so): Likewise.
9626         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data (ld.so):
9627         Likewise.
9628         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data (ld.so):
9629         Likewise.
9630         * sysdeps/x86_64/localplt.data (ld.so): Likewise.
9632 2016-11-30  Florian Weimer  <fweimer@redhat.com>
9634         [BZ #4099]
9635         * libio/filedoalloc.c (_IO_file_doallocate): Limit buffer size to
9636         _IO_BUFSIZ (8192).
9638 2016-11-30  Carlos O'Donell  <carlos@redhat.com>
9640         * PROJECTS: Remove file.
9642 2016-11-29  Florian Weimer  <fweimer@redhat.com>
9644         * iconvdata/gbk.c (BODY): Add Euro sign support (both directions).
9646 2016-11-29  Yury Norov  <ynorov@caviumnetworks.com>
9647             Steve Ellcey  <sellcey@caviumnetworks.com>
9649         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat.c: Do not define
9650         fxstat if XSTAT_IS_XSTAT64 is set to non-zero.
9651         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Ditto for
9652         fxstatat.
9653         * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c: Ditto for
9654         lxstat.
9655         * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat.c: Ditto for xstat.
9656         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat64.c: New file.
9657         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat64.c: New file.
9658         * sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat64.c: Make __lxstat
9659         an alias of __lxstat64 if XSTAT_IS_XSTAT64 is set to non-zero.
9660         * sysdeps/unix/sysv/linux/generic/wordsize-32/xstat64.c: Ditto for
9661         __xstat.
9663 2016-11-29  Florian Weimer  <fweimer@redhat.com>
9665         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI___sigsetjmp):
9666         Define.
9667         * sysdeps/powerpc/powerpc32/setjmp.S (__sigsetjmp): Add hidden
9668         definition.
9670 2016-11-29  Florian Weimer  <fweimer@redhat.com>
9672         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S (__longjmp): Remove
9673         version and turn into strong alias.  Remove compat symbol.
9675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
9676         (__longjmp): Remove.
9678 2016-11-29  Joseph Myers  <joseph@codesourcery.com>
9680         * bits/fp-fast.h: New file.
9681         * sysdeps/aarch64/bits/fp-fast.h: Likewise.
9682         * sysdeps/powerpc/bits/fp-fast.h: Likewise.
9683         * math/Makefile (headers): Add bits/fp-fast.h.
9684         * math/math.h: Include <bits/fp-fast.h>.
9685         * bits/mathdef.h (FP_FAST_FMA): Remove.
9686         (FP_FAST_FMAF): Likewise.
9687         (FP_FAST_FMAL): Likewise.
9688         * sysdeps/aarch64/bits/mathdef.h (FP_FAST_FMA): Likewise.
9689         (FP_FAST_FMAF): Likewise.
9690         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Likewise.
9691         (FP_FAST_FMAF): Likewise.
9692         * sysdeps/x86/bits/mathdef.h (FP_FAST_FMA): Likewise.
9693         (FP_FAST_FMAF): Likewise.
9694         (FP_FAST_FMAL): Likewise.
9695         * sysdeps/arm/bits/mathdef.h: Remove file.
9696         * sysdeps/hppa/fpu/bits/mathdef.h: Likewise.
9697         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
9698         * sysdeps/tile/bits/mathdef.h: Likewise.
9700 2016-11-28  Joseph Myers  <joseph@codesourcery.com>
9702         * math/w_ilogb_template.c: New file.  Based on math/w_ilogb.c.
9703         * math/w_ilogb.c: Remove.
9704         * math/w_ilogbf.c: Likewise.
9705         * math/w_ilogbl.c: Likewise.
9706         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: Likewise.
9707         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: Likewise.
9708         * math/Makefile (gen-libm-calls): Add w_ilogbF.
9709         (libm-calls): Remove w_ilogbF.
9710         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h
9711         (LDOUBLE_ilogbl_libm_version): New macro.
9713         * sysdeps/unix/sysv/linux/ia64/tst-setcontext2.c: New file.
9715         * sysdeps/ia64/fpu/libm-symbols.h: Make contents conditional on
9716         [!__STRICT_ANSI__ && !__cplusplus].
9718 2016-11-28  H.J. Lu  <hongjiu.lu@intel.com>
9720         [BZ #20750]
9721         * sysdeps/x86_64/sysdep.h (JUMPTARGET): Check SHARED instead
9722         of PIC.
9724 2016-11-28  Andrew Pinski  <andrew.pinski@caviumnetworks.com>
9725             Yury Norov  <ynorov@caviumnetworks.com>
9726             Steve Ellcey  <sellcey@caviumnetworks.com>
9728         * sysdeps/aarch64/crti.S: Add include of sysdep.h.
9729         (call_weak_fn): Use PTR_REG to get correct reg name in ILP32.
9730         * sysdeps/aarch64/dl-irel.h: Add include of sysdep.h.
9731         (elf_irela): Use AARCH64_R macro to get correct relocation in ILP32.
9732         * sysdeps/aarch64/dl-machine.h: Add include of sysdep.h.
9733         (elf_machine_load_address, RTLD_START, RTLD_START_1, RTLD_START,
9734         elf_machine_type_class, ELF_MACHINE_JMP_SLOT, elf_machine_rela,
9735         elf_machine_lazy_rel): Add ifdef's for ILP32 support.
9736         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return,
9737         _dl_tlsdesc_return_lazy, _dl_tlsdesc_dynamic,
9738         _dl_tlsdesc_resolve_hold): Extend pointers in ILP32, use PTR_REG
9739         to get correct reg name for ILP32.
9740         * sysdeps/aarch64/dl-trampoline.S (ip01): New Macro.
9741         (RELA_SIZE): New Macro.
9742         (_dl_runtime_resolve, _dl_runtime_profile): Use new macros and PTR_REG
9743         to support ILP32.
9744         * sysdeps/aarch64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Add
9745         cast for ILP32 mode.
9746         * sysdeps/aarch64/memcmp.S (memcmp): Extend arg pointers for ILP32 mode.
9747         * sysdeps/aarch64/memcpy.S (memmove, memcpy): Ditto.
9748         * sysdeps/aarch64/memset.S (__memset): Ditto.
9749         * sysdeps/aarch64/strchr.S (strchr): Ditto.
9750         * sysdeps/aarch64/strchrnul.S (__strchrnul): Ditto.
9751         * sysdeps/aarch64/strcmp.S (strcmp): Ditto.
9752         * sysdeps/aarch64/strcpy.S (strcpy): Ditto.
9753         * sysdeps/aarch64/strlen.S (__strlen): Ditto.
9754         * sysdeps/aarch64/strncmp.S (strncmp): Ditto.
9755         * sysdeps/aarch64/strnlen.S (strnlen): Ditto.
9756         * sysdeps/aarch64/strrchr.S (strrchr): Ditto.
9757         * sysdeps/unix/sysv/linux/aarch64/clone.S: Ditto.
9758         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext): Ditto.
9759         * sysdeps/unix/sysv/linux/aarch64/swapcontext.S (__swapcontext): Ditto.
9760         * sysdeps/aarch64/__longjmp.S (__longjmp): Extend pointers in ILP32,
9761         change PTR_MANGLE call to use register numbers instead of names.
9762         * sysdeps/unix/sysv/linux/aarch64/getcontext.S (__getcontext): Ditto.
9763         * sysdeps/aarch64/setjmp.S (__sigsetjmp): Extend arg pointers for
9764         ILP32 mode, change PTR_MANGLE calls to use register numbers.
9765         * sysdeps/aarch64/start.S (_start): Ditto.
9766         * sysdeps/aarch64/nptl/bits/pthreadtypes.h
9767         (__PTHREAD_RWLOCK_INT_FLAGS_SHARED): New define.
9768         (__SIZEOF_PTHREAD_ATTR_T, __SIZEOF_PTHREAD_MUTEX_T,
9769         __SIZEOF_PTHREAD_MUTEXATTR_T, __SIZEOF_PTHREAD_COND_T,
9770         __SIZEOF_PTHREAD_COND_COMPAT_T, __SIZEOF_PTHREAD_CONDATTR_T,
9771         __SIZEOF_PTHREAD_RWLOCK_T, __SIZEOF_PTHREAD_RWLOCKATTR_T,
9772         __SIZEOF_PTHREAD_BARRIER_T, __SIZEOF_PTHREAD_BARRIERATTR_T):
9773         Make defined values dependent on __ILP32__.
9774         * sysdeps/aarch64/nptl/bits/semaphore.h (__SIZEOF_SEM_T): Change define.
9775         (sem_t): Change __align type.
9776         * sysdeps/aarch64/sysdep.h (AARCH64_R, PTR_REG, PTR_LOG_SIZE, DELOUSE,
9777         PTR_SIZE): New Macros.
9778         (LDST_PCREL, LDST_GLOBAL) Update to use PTR_REG.
9779         * sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h (O_LARGEFILE):
9780         Set when in ILP32 mode.
9781         (F_GETLK64, F_SETLK64, F_SETLKW64): Only set in LP64 mode.
9782         * sysdeps/unix/sysv/linux/aarch64/dl-cache.h (DL_CACHE_DEFAULT_ID):
9783         Set elf flags for ILP32.
9784         (add_system_dir): Set ILP32 library directories.
9785         * sysdeps/unix/sysv/linux/aarch64/init-first.c
9786         (_libc_vdso_platform_setup): Set minimum kernel version for ILP32.
9787         * sysdeps/unix/sysv/linux/aarch64/ldconfig.h
9788         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add ILP32 names.
9789         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h (GET_PC, SET_PC):
9790         New Macros.
9791         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Handle ILP32 pointers.
9793 2016-11-28  Steve Ellcey  <sellcey@caviumnetworks.com>
9795         * sysdeps/unix/sysv/linux/fstatfs64.c: Reorder include files,
9796         only alias fstatfs and __fstatfs if STATFS_IS_STATFS64 is non-zero.
9797         * sysdeps/unix/sysv/linux/statfs64.c: Ditto for statfs and __statfs.
9799 2016-11-28  Joseph Myers  <joseph@codesourcery.com>
9801         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: Do not include
9802         <asm/cachectl.h>.
9804 2016-11-27  Zack Weinberg  <zackw@panix.com>
9806         * libio/libio.h: Use __USE_GNU, not _GNU_SOURCE, in a conditional.
9807         * test-skeleton.c: Include stdint.h to ensure uintptr_t is available.
9809 2016-11-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9811         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Cast expressions results to
9812         error_t to fix usage in C++ programs.
9814 2016-11-26  Joseph Myers  <joseph@codesourcery.com>
9816         * scripts/build-many-glibcs.py: Import datetime module.
9817         (Context.__init__): Load JSON build state.  Initialize list of
9818         status logs.
9819         (Context.run_builds): Update saved build state.
9820         (Context.add_makefile_cmdlist): Update list of status logs.
9821         (Context.load_build_state_json): New function.
9822         (Context.store_build_state_json): Likewise.
9823         (Context.clear_last_build_state): Likewise.
9824         (Context.update_build_state): Likewise.
9825         (CommandList.status_logs): Likewise.
9827 2016-11-25  Joseph Myers  <joseph@codesourcery.com>
9829         * scripts/build-many-glibcs.py (Context.__init__): Save text of
9830         script being executed.
9831         (Context.get_script_text): New function.
9832         (Context.exec_self): Likewise.
9833         (Context.checkout): Re-exec script if changed by checkout process.
9835 2016-11-24  Joseph Myers  <joseph@codesourcery.com>
9837         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
9838         (setpayloadsig): New declaration.
9839         * math/Versions (setpayloadsig): New libm symbol at version
9840         GLIBC_2.25.
9841         (setpayloadsigf): Likewise.
9842         (setpayloadsigl): Likewise.
9843         * math/Makefile (libm-calls): Add s_setpayloadsigF.
9844         * math/libm-test.inc (RUN_TEST_Ff_b1): Call feclearexcept
9845         (FE_ALL_EXCEPT) after initializing EXTRA_VAR.
9846         (setpayloadsig_test_data): New array.
9847         (setpayloadsig_test): New function.
9848         (main): Call setpayloadsig_test.
9849         * manual/arith.texi (FP Bit Twiddling): Document setpayloadsig,
9850         setpayloadsigf and setpayloadsigl.
9851         * manual/libm-err-tab.pl: Update comment on interfaces without
9852         ulps tabulated.
9853         * sysdeps/ieee754/dbl-64/s_setpayloadsig.c: New file.
9854         * sysdeps/ieee754/flt-32/s_setpayloadsigf.c: Likewise.
9855         * sysdeps/ieee754/ldbl-128/s_setpayloadsigl.c: Likewise.
9856         * sysdeps/ieee754/ldbl-128ibm/s_setpayloadsigl.c: Likewise.
9857         * sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c: Likewise.
9858         * sysdeps/ieee754/ldbl-opt/nldbl-setpayloadsig.c: Likewise.
9859         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
9860         setpayloadsig.
9861         (CFLAGS-nldbl-setpayloadsig.c): New variable.
9862         * sysdeps/nacl/libm.abilist: Update.
9863         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
9864         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
9865         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
9866         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
9867         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
9868         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
9869         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
9870         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
9871         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
9872         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
9873         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
9874         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
9875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
9876         Likewise.
9877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
9878         Likewise.
9879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
9880         Likewise.
9881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
9882         Likewise.
9883         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
9884         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
9885         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
9886         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
9887         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
9888         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
9889         Likewise.
9890         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
9891         Likewise.
9892         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
9893         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
9894         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
9896         * scripts/build-many-glibcs.py: Import json module.
9897         (Context.__init__): Take replace_sources argument.  Load
9898         versions.json.
9899         (Context.load_versions_json): New function.
9900         (Context.store_json): Likewise.
9901         (Context.store_versions_json): Likewise.
9902         (Context.set_component_version): Likewise.
9903         (Context.checkout): Update versions.json.  Check for and handle
9904         changes of version.  Prefer previously explicitly specified
9905         version to default version.
9906         (Context.checkout_vcs): Return a revision identifier.
9907         (Context.git_checkout): Likewise.
9908         (Context.gcc_checkout): Likewise.
9909         (get_parser): Add --replace-sources option.
9910         (main): Pass replace_sources argument to Context call.
9912 2016-11-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
9914         * sysdeps/nptl/fork.c (__libc_fork): Remove pid cache setting.
9915         * nptl/allocatestack.c (allocate_stack): Likewise.
9916         (__reclaim_stacks): Likewise.
9917         (setxid_signal_thread): Obtain pid through syscall.
9918         * nptl/nptl-init.c (sigcancel_handler): Likewise.
9919         (sighandle_setxid): Likewise.
9920         * nptl/pthread_cancel.c (pthread_cancel): Likewise.
9921         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
9922         * sysdeps/unix/sysv/linux/pthread_sigqueue.c (pthread_sigqueue):
9923         Likewise.
9924         * sysdeps/unix/sysv/linux/createthread.c (create_thread): Likewise.
9925         * sysdeps/unix/sysv/linux/raise.c (raise): Remove old behaviour
9926         comment.
9927         * sysdeps/unix/sysv/linux/getpid.c: Remove file.
9928         * nptl/descr.h (struct pthread): Change comment about pid value.
9929         * nptl/pthread_getattr_np.c (pthread_getattr_np): Remove thread
9930         pid assert.
9931         * sysdeps/unix/sysv/linux/pthread-pids.h (__pthread_initialize_pids):
9932         Do not set pid value.
9933         * nptl_db/td_ta_thr_iter.c (iterate_thread_list): Remove thread
9934         pid cache check.
9935         * nptl_db/td_thr_validate.c (td_thr_validate): Likewise.
9936         * sysdeps/aarch64/nptl/tcb-offsets.sym: Remove pid offset.
9937         * sysdeps/alpha/nptl/tcb-offsets.sym: Likewise.
9938         * sysdeps/arm/nptl/tcb-offsets.sym: Likewise.
9939         * sysdeps/hppa/nptl/tcb-offsets.sym: Likewise.
9940         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
9941         * sysdeps/ia64/nptl/tcb-offsets.sym: Likewise.
9942         * sysdeps/m68k/nptl/tcb-offsets.sym: Likewise.
9943         * sysdeps/microblaze/nptl/tcb-offsets.sym: Likewise.
9944         * sysdeps/mips/nptl/tcb-offsets.sym: Likewise.
9945         * sysdeps/nios2/nptl/tcb-offsets.sym: Likewise.
9946         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
9947         * sysdeps/s390/nptl/tcb-offsets.sym: Likewise.
9948         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
9949         * sysdeps/sparc/nptl/tcb-offsets.sym: Likewise.
9950         * sysdeps/tile/nptl/tcb-offsets.sym: Likewise.
9951         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
9952         * sysdeps/unix/sysv/linux/aarch64/clone.S: Remove pid and tid caching.
9953         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
9954         * sysdeps/unix/sysv/linux/arm/clone.S: Likewise.
9955         * sysdeps/unix/sysv/linux/hppa/clone.S: Likewise.
9956         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9957         * sysdeps/unix/sysv/linux/ia64/clone2.S: Likewise.
9958         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
9959         * sysdeps/unix/sysv/linux/nios2/clone.S: Likewise.
9960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9962         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
9963         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9964         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
9965         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Likewise.
9966         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
9967         * sysdeps/unix/sysv/linux/tile/clone.S: Likewise.
9968         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
9969         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Remove pid set and reset.
9970         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
9971         * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise.
9972         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9973         * sysdeps/unix/sysv/linux/ia64/vfork.S: Likewise.
9974         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
9975         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9976         * sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
9977         * sysdeps/unix/sysv/linux/nios2/vfork.S: Likewise.
9978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9980         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9981         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9982         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
9983         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Likewise.
9984         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Likewise.
9985         * sysdeps/unix/sysv/linux/tile/vfork.S: Likewise.
9986         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
9987         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: Likewise.
9988         * sysdeps/unix/sysv/linux/tst-clone2.c (f): Remove direct pthread
9989         struct access.
9990         (clone_test): Remove function.
9991         (do_test): Rewrite to take in consideration pid is not cached anymore.
9993 2016-11-24  Joseph Myers  <joseph@codesourcery.com>
9995         * bits/flt-eval-method.h: New file.
9996         * sysdeps/m68k/m680x0/bits/flt-eval-method.h: Likewise.
9997         * sysdeps/s390/bits/flt-eval-method.h: Likewise.
9998         * sysdeps/x86/bits/flt-eval-method.h: Likewise.
9999         * math/Makefile (headers): Add bits/flt-eval-method.h.
10000         * math/math.h: Include <bits/flt-eval-method.h>.
10001         [__USE_ISOC99] (float_t): Define based on __GLIBC_FLT_EVAL_METHOD.
10002         [__USE_ISOC99] (double_t): Likewise.
10003         * bits/mathdef.h (float_t): Remove.
10004         (double_t): Likewise.
10005         * sysdeps/aarch64/bits/mathdef.h (float_t): Likewise.
10006         (double_t): Likewise.
10007         * sysdeps/alpha/bits/mathdef.h (float_t): Likewise.
10008         (double_t): Likewise.
10009         * sysdeps/arm/bits/mathdef.h (float_t): Likewise.
10010         (double_t): Likewise.
10011         * sysdeps/hppa/fpu/bits/mathdef.h (float_t): Likewise.
10012         (double_t): Likewise.
10013         * sysdeps/ia64/bits/mathdef.h (float_t): Likewise.
10014         (double_t): Likewise.
10015         * sysdeps/m68k/m680x0/bits/mathdef.h (float_t): Likewise.
10016         (double_t): Likewise.
10017         * sysdeps/mips/bits/mathdef.h (float_t): Likewise.
10018         (double_t): Likewise.
10019         * sysdeps/powerpc/bits/mathdef.h (float_t): Likewise.
10020         (double_t): Likewise.
10021         * sysdeps/s390/bits/mathdef.h (float_t): Likewise.
10022         (double_t): Likewise.
10023         * sysdeps/sh/sh4/bits/mathdef.h (float_t): Likewise.
10024         (double_t): Likewise.
10025         * sysdeps/sparc/bits/mathdef.h (float_t): Likewise.
10026         (double_t): Likewise.
10027         * sysdeps/tile/bits/mathdef.h (float_t): Likewise.
10028         (double_t): Likewise.
10029         * sysdeps/x86/bits/mathdef.h (float_t): Likewise.
10030         (double_t): Likewise.
10032 2016-11-24  Aurelien Jarno  <aurelien@aurel32.net>
10034         * sysdeps/x86_64/memcpy_chk.S (__memcpy_chk): Check for SHARED
10035         instead of PIC.
10037 2016-11-23  Joseph Myers  <joseph@codesourcery.com>
10039         [BZ #20859]
10040         * sysdeps/sh/sh4/bits/mathdef.h (FP_ILOGB0): Define to
10041         (-0x7fffffff) instead of 0x80000001.
10042         * math/test-fp-ilogb-constants.c: New file.
10043         * math/Makefile (tests): Add test-fp-ilogb-constants.
10045 2016-11-23  Maciej W. Rozycki  <macro@imgtec.com>
10047         * sysdeps/mips/mips32/crti.S (JALR_RELOC): New macro.
10048         (_init): Use it in place of hardcoded R_MIPS_JALR.
10049         * sysdeps/mips/mips64/n32/crti.S (JALR_RELOC): New macro.
10050         (_init): Use it in place of hardcoded R_MIPS_JALR.
10051         * sysdeps/mips/mips64/n64/crti.S (JALR_RELOC): New macro.
10052         (_init): Use it in place of hardcoded R_MIPS_JALR.
10054 2016-11-23  Joseph Myers  <joseph@codesourcery.com>
10056         [BZ #20787]
10057         * sysdeps/x86/bits/mathdef.h (float_t): Do not define to float if
10058         [__x86_64__] when __FLT_EVAL_METHOD__ is nonzero.
10059         (double_t): Do not define to double if [__x86_64__] when
10060         __FLT_EVAL_METHOD__ is nonzero.
10061         * sysdeps/x86/fpu/test-flt-eval-method-387.c: New file.
10062         * sysdeps/x86/fpu/test-flt-eval-method-sse.c: Likewise.
10063         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10064         test-flt-eval-method-387 and test-flt-eval-method-sse.
10065         [$(subdir) = math] (CFLAGS-test-flt-eval-method-387.c): New
10066         variable.
10067         [$(subdir) = math] (CFLAGS-test-flt-eval-method-sse.c): Likewise.
10069 2016-11-23  Chris Metcalf  <cmetcalf@mellanox.com>
10071         * scripts/build-many-glibcs.py (Context.add_all_configs): Revert
10072         use of -fno-isolate-erroneous-paths options for tilepro.
10074 2016-11-23  Florian Weimer  <fweimer@redhat.com>
10076         * elf/dl-load.c (_dl_map_object_from_fd): Delayed TLS data
10077         structure initialization is no longer needed.
10079 2016-11-23  Joseph Myers  <joseph@codesourcery.com>
10081         [BZ #20855]
10082         * bits/mathdef.h (float_t): Define to float.
10083         * math/test-flt-eval-method.c: New file.
10084         * math/Makefile (tests): Add test-flt-eval-method.
10085         (CFLAGS-test-flt-eval-method.c): New variable.
10087 2016-11-22  Steve Ellcey  <sellcey@caviumnetworks.com>
10089         * sysdeps/unix/sysv/linux/fstatfs64.c: Hide prototypes for fstatfs
10090         and __fstatfs.  Make them aliases of __fstatfs64 if
10091         STATFS_IS_STATFS64 is set to non-zero.
10092         * sysdeps/unix/sysv/linux/statfs64.c: Ditto for __statfs, statfs,
10093         and __statfs64.
10094         * sysdeps/unix/sysv/linux/generic/wordsize-32/fstatfs.c: Do not
10095         define __fstatfs and fstatfs if STATFS_IS_STATFS64 is non-zero.
10096         * sysdeps/unix/sysv/linux/generic/wordsize-32/statfs.c: Ditto
10097         for __statfs and statfs.
10098         * sysdeps/unix/sysv/linux/alpha/kernel_stat.h: Set STATFS_IS_STATFS64
10099         to 0.
10100         * sysdeps/unix/sysv/linux/generic/kernel_stat.h: Ditto.
10101         * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: Ditto.
10102         * sysdeps/unix/sysv/linux/ia64/kernel_stat.h: Ditto.
10103         * sysdeps/unix/sysv/linux/kernel_stat.h: Ditto.
10104         * sysdeps/unix/sysv/linux/microblaze/kernel_stat.h: Ditto.
10105         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Ditto.
10106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Ditto.
10107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/kernel_stat.h: Ditto.
10108         * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Ditto.
10109         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Ditto.
10110         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Ditto.
10111         * sysdeps/unix/sysv/linux/x86_64/kernel_stat.h: Ditto.
10113 2016-11-22  Andreas Schwab  <schwab@suse.de>
10115         * misc/mkstemp.c: Include <fcntl.h>.
10116         * misc/mkstemps.c: Likewise.
10117         * misc/mkostemp.c: Likewise.
10118         * misc/mkostemps.c: Likewise.
10120 2016-11-22  Adhemerval Zanella  <adhemerva.zanella@linaro.org>
10122         [BZ #20847]
10123         * posix/execvpe.c (maybe_script_execute): Remove write past allocated
10124         array bounds.
10125         (__execvpe): Likewise.
10127 2016-11-22  Joseph Myers  <joseph@codesourcery.com>
10129         * scripts/build-many-glibcs.py (Context.add_all_configs): Also use
10130         -fno-isolate-erroneous-paths options for tilepro.
10132 2016-11-21  Steve Ellcey  <sellcey@caviumnetworks.com>
10134         * sysdeps/unix/sysv/linux/generic/kernel_stat.h: Set XSTAT_IS_XSTAT64
10135         to 0 when in 32 bit mode.
10136         * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: Set XSTAT_IS_XSTAT64 to 0.
10137         * sysdeps/unix/sysv/linux/kernel_stat.h: Ditto.
10138         * sysdeps/unix/sysv/linux/microblaze/kernel_stat.h: Ditto.
10139         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Ditto.
10140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Ditto.
10141         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Ditto.
10142         * sysdeps/unix/sysv/linux/fxstat.c: Replace #ifdef with #if on
10143         XSTAT_IS_XSTAT64 test.
10144         * sysdeps/unix/sysv/linux/fxstatat.c: Ditto.
10145         * sysdeps/unix/sysv/linux/generic/lxstat.c: Ditto.
10146         * sysdeps/unix/sysv/linux/generic/xstat.c: Ditto.
10147         * sysdeps/unix/sysv/linux/i386/fxstat.c: Ditto.
10148         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Ditto.
10149         * sysdeps/unix/sysv/linux/i386/lxstat.c: Ditto.
10150         * sysdeps/unix/sysv/linux/i386/xstat.c: Ditto.
10151         * sysdeps/unix/sysv/linux/lxstat.c: Ditto.
10152         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Ditto.
10153         * sysdeps/unix/sysv/linux/xstat.c: Ditto.
10154         * sysdeps/unix/sysv/linux/xstatconv.c: Ditto.
10156 2016-11-19  Joseph Myers  <joseph@codesourcery.com>
10158         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
10159         (setpayload): New declaration.
10160         * math/Versions (setpayload): New libm symbol at version
10161         GLIBC_2.25.
10162         (setpayloadf): Likewise.
10163         (setpayloadl): Likewise.
10164         * math/Makefile (libm-calls): Add s_setpayloadF.
10165         * math/libm-test.inc (struct test_Ffp_b1_data): Rename to struct
10166         test_Ff_b1_data.
10167         (RUN_TEST_Ff_b1): New macro.
10168         (RUN_TEST_LOOP_Ff_b1): Likewise.
10169         (canonicalize_test_data): Update type.
10170         (setpayload_test_data): New array.
10171         (setpayload_test): New function.
10172         (main): Call setpayload_test.
10173         * manual/arith.texi (FP Bit Twiddling): Document setpayload,
10174         setpayloadf and setpayloadl.
10175         * manual/libm-err-tab.pl: Update comment on interfaces without
10176         ulps tabulated.
10177         * sysdeps/ieee754/dbl-64/s_setpayload.c: New file.
10178         * sysdeps/ieee754/dbl-64/s_setpayload_main.c: Likewise.
10179         * sysdeps/ieee754/dbl-64/wordsize-64/s_setpayload_main.c:
10180         Likewise.
10181         * sysdeps/ieee754/flt-32/s_setpayloadf.c: Likewise.
10182         * sysdeps/ieee754/flt-32/s_setpayloadf_main.c: Likewise.
10183         * sysdeps/ieee754/ldbl-128/s_setpayloadl.c: Likewise.
10184         * sysdeps/ieee754/ldbl-128/s_setpayloadl_main.c: Likewise.
10185         * sysdeps/ieee754/ldbl-128ibm/s_setpayloadl.c: Likewise.
10186         * sysdeps/ieee754/ldbl-128ibm/s_setpayloadl_main.c: Likewise.
10187         * sysdeps/ieee754/ldbl-96/s_setpayloadl.c: Likewise.
10188         * sysdeps/ieee754/ldbl-96/s_setpayloadl_main.c: Likewise.
10189         * sysdeps/ieee754/ldbl-opt/nldbl-setpayload.c: Likewise.
10190         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
10191         setpayload.
10192         (CFLAGS-nldbl-setpayload.c): New variable.
10193         * sysdeps/nacl/libm.abilist: Update.
10194         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
10195         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
10196         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
10197         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
10198         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
10199         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
10200         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
10201         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
10202         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
10203         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
10204         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
10205         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
10206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
10207         Likewise.
10208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10209         Likewise.
10210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
10211         Likewise.
10212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
10213         Likewise.
10214         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
10215         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
10216         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
10217         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
10218         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
10219         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
10220         Likewise.
10221         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
10222         Likewise.
10223         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
10224         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
10225         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
10227 2016-11-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10229         * hurd/hurd.h (__hurd_fail_noerrno): Remove function.
10230         * include/unistd.h: Extend comment about __access_noerrno return
10231         semantics.
10232         * sysdeps/match/hurd/access.c (__hurd_fail_noerrno): Return -1.
10233         (access_common): Correct typo for EACCES.
10235 2016-11-18  Chris Metcalf  <cmetcalf@mellanox.com>
10237         * sysdeps/tile/math-tests.h: New file.
10239         * sysdeps/unix/sysv/linux/tile/set_dataplane.c
10240         (__old_set_dataplane): Rename from set_dataplane and make a
10241         compatibility symbol.
10242         * sysdeps/unix/sysv/linux/tile/sys/dataplane.h: Remove file.
10243         * sysdeps/unix/sysv/linux/tile/Makefile (sysdep_headers): Remove
10244         sys/dataplane.h.
10246 2016-11-18  Joseph Myers  <joseph@codesourcery.com>
10248         * scripts/build-many-glibcs.py (Context.write_files): Make wrapper
10249         script quote words in command output to log suitably for input to
10250         the shell.
10252 2016-11-18  Matthew Fortune  <Matthew.Fortune@imgtec.com>
10253             Maciej W. Rozycki  <macro@imgtec.com>
10255         * sysdeps/mips/mips32/crti.S (_init): Add `.insn' pseudo-op at
10256         `.Lno_weak_fn' label.
10257         * sysdeps/mips/mips64/n32/crti.S (_init): Likewise.
10258         * sysdeps/mips/mips64/n64/crti.S (_init): Likewise.
10260 2016-11-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10261             Yury Norov  <ynorov@caviumnetworks.com>
10263         * bits/typesizes.h (__RLIM_T_MATCHES_RLIM64_T): define.
10264         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
10265         (__RLIM_T_MATCHES_RLIM64_T): Likewise.
10266         * sysdeps/unix/sysv/linux/generic/bits/typesizes.h
10267         (__RLIM_T_MATCHES_RLIM64_T): Likewise.
10268         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h [__s390x__]
10269         (__RLIM_T_MATCHES_RLIM64_T): Likewise.
10270         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
10271         [__arch64__ || __sparcv9] (__RLIM_T_MATCHES_RLIM64_T): Likewise.
10272         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h [__86_64__]
10273         (__RLIM_T_MATCHES_RLIM64_T): Likewise.
10274         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = resource]
10275         (sysdep_routines): Remove oldgetrlimit64.
10276         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = resource]
10277         (sysdep_routines): Likewise.
10278         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir) = resource]
10279         (sysdep_routines): Likewise.
10280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
10281         [$(subdir) = resource] (sysdep_routines): Likewise.
10282         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile
10283         [$(subdir) = resource] (sysdep_routines): Likewise.
10284         * sysdeps/unix/sysv/linux/arm/getrlimit64.c: Remove file.
10285         * sysdeps/unix/sysv/linux/arm/oldgetrlimit64.c: Likewise.
10286         * sysdeps/unix/sysv/linux/arm/oldgetrlimit.c: Likewise.
10287         * sysdeps/unix/sysv/linux/arm/oldsetrlimit.c: Likewise.
10288         * sysdeps/unix/sysv/linux/hppa/getrlimit64.c: Likewise.
10289         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
10290         * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Likewise.
10291         * sysdeps/unix/sysv/linux/m68k/getrlimit64.c: Likewise.
10292         * sysdeps/unix/sysv/linux/m68k/oldgetrlimit64.c: Likewise.
10293         * sysdeps/unix/sysv/linux/powerpc/getrlimit64.c: Likewise.
10294         * sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c: Likewise.
10295         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit64.c: Likewise.
10296         * sysdeps/unix/sysv/linux/s390/s390-32/oldgetrlimit64.c: Likewise.
10297         * sysdeps/unix/sysv/linux/sh/getrlimit64.c: Likewise.
10298         * sysdeps/unix/sysv/linux/wordsize-64/getrlimit64.c: Likewise.
10299         * sysdeps/unix/sysv/linux/wordsize-64/setrlimit64.c: Likewise.
10300         * sysdeps/sysv/linux/generic/wordsize-32/syscalls.list: Remove
10301         setrlimit and getrlimit.
10302         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
10303         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
10304         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list: Likewise.
10305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
10306         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
10307         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
10308         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
10309         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
10310         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
10311         * sysdeps/unix/sysv/linux/getrlimit.c: New file.
10312         * sysdeps/unix/sysv/linux/sparc/getrlimit64.c: Likewise.
10313         * sysdeps/unix/sysv/linux/setrlimit.c: Likewise.
10314         * sysdeps/unix/sysv/linux/getrlimit64.c (__getrlimit64): Handle
10315         __RLIM_T_MATCHES_RLIM64_T and add alias if defined.
10316         (__old_getrlimit64): Add compatibility symbol.
10317         * sysdeps/unix/sysv/linux/setrlimit64.c (__setrlimit): Likewise.
10319 2016-11-17  Joseph Myers  <joseph@codesourcery.com>
10321         * scripts/build-many-glibcs.py (Config.build_gcc): Configure with
10322         newly built gmp, mpfr and mpc.
10324         * sysdeps/unix/sysv/linux/alpha/sys/user.h: Include <stddef.h>.
10326 2016-11-16  Joseph Myers  <joseph@codesourcery.com>
10328         * conform/Makefile (linknamespace-libs): Rename to
10329         linknamespace-libs-thr.
10330         (linknamespace-libs-posix): New variable.
10331         (linknamespace-libs-xsi): Likewise.
10332         (linknamespace-libs-XPG3): Include libcrypt.a.
10333         (linknamespace-libs-XPG4): Use $(linknamespace-libs-XPG3).
10334         (linknamespace-libs-POSIX): Use $(linknamespace-libs-thr).
10335         (linknamespace-libs-UNIX98): Use $(linknamespace-libs-xsi).
10336         (linknamespace-libs-XOPEN2K): Likewise.
10337         (linknamespace-libs-XOPEN2K8): Likewise.
10338         (linknamespace-libs-POSIX2008): Use $(linknamespace-libs-posix).
10340         [BZ #20829]
10341         * stdio-common/Versions (__snprintf): Add to version
10342         GLIBC_PRIVATE.
10343         * include/stdio.h (__snprintf): Use libc_hidden_proto.
10344         * stdio-common/snprintf.c (__snprintf): Use libc_hidden_def.
10345         * crypt/sha256-crypt.c (__sha256_crypt_r): Use __snprintf instead
10346         of snprintf.
10347         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
10349 2016-11-16  Zack Weinberg  <zackw@panix.com>
10351         * string/string.h: Remove obsolete comment stating that
10352         strcoll_l and strxfrm_l have not yet been standardized.
10354 2016-11-16  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10356         * hurd/hurd.h (__hurd_fail_noerrno): New function.
10357         * include/unistd.h [IS_IN (rtld) || !defined SHARED]: Declare
10358         __access_noerrno.
10359         * io/access.c (__access_noerrno): New function.
10360         * sysdeps/mach/hurd/access.c (hurd_fail_seterrno): New function.
10361         (hurd_fail_seterrno): Likewise.
10362         (access_common): Likewise.
10363         (__access_noerrno): Likewise.
10364         * sysdeps/nacl/access.c (__access_noerrno): Likewise.
10365         * sysdeps/unix/sysv/linux/access.c (__access_noerrno): Likewise.
10366         * sysdeps/nacl/nacl-interfaces.h (NACL_CALL_NOERRNO): New
10367         macro.
10369 2016-11-16  Joseph Myers  <joseph@codesourcery.com>
10371         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h (register_dump):
10372         Only declare fpregs if [__SH_FPU_ANY__].
10374 2016-11-15  Joseph Myers  <joseph@codesourcery.com>
10376         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h [__SH4__ || __SH4A__]:
10377         Make code unconditional.
10378         [!(__SH4__ || __SH4A__)]: Remove conditional code.
10380 2016-11-15  Rical Jasan  <ricaljasan@pacific.net>
10382         * manual/sysinfo.texi (S_APPEND): Delete.
10383         (S_IMMUTABLE): Likewise.
10385 2016-11-15  Denis Kaganovich  <mahatma@eu.by>
10386             Magnus Granberg  <zorry@gentoo.org>
10387             Mike Frysinger  <vapier@gentoo.org>
10389         [BZ #20662]
10390         * configure.ac (libc_cv_predef_stack_protector): Also check for
10391         __stack_chk_fail_local symbols.
10392         * configure: Regenerated.
10394 2016-11-15  Florian Weimer  <fweimer@redhat.com>
10396         * sysdeps/s390/s390-64/setjmp.S (NEED_COMPAT_SYMBOLS): New macro.
10397         (libc_hidden_def): Remove redefinition.
10398         (__sigsetjmp): Add hidden definition.
10399         * sysdeps/s390/s390-32/setjmp.S (NEED_COMPAT_SYMBOLS): New macro.
10400         (libc_hidden_def): Remove redefinition.
10401         (__sigsetjmp): Add hidden definition.
10403 2016-11-14  Joseph Myers  <joseph@codesourcery.com>
10405         * scripts/build-many-glibcs.py (os.path): Do not import.
10406         (Context): Inherit explicitly from object.  Remove blank line
10407         between class and docstring.
10408         (Config): Likewise.
10409         (Glibc): Likewise.
10410         (Command): Likewise.
10411         (CommandList): Likewise.
10412         (Context.write_files): Store chmod mode in a variable.
10414         * sysdeps/unix/sysv/linux/tile/tilegx/configure.ac: Use
10415         LIBC_SLIBDIR_RTLDDIR for tilegx32.
10416         * sysdeps/unix/sysv/linux/tile/tilegx/configure: Regenerated.
10418 2016-11-14  Zack Weinberg  <zackw@panix.com>
10420         * sunrpc/Makefile (rpcgen-tests): Delete the .out file before
10421         creating or re-creating it.
10423         * string/bits/string2.h: Fix typo in comment.
10425 2016-11-14  Zack Weinberg  <zackw@panix.com>
10427         * misc/sys/sysmacros.h (__SYSMACROS_DM, __SYSMACROS_DM1): New macros.
10428         (__SYSMACROS_DEPRECATION_MSG, __SYSMACROS_FST_DECL_TEMPL)
10429         (__SYSMACROS_FST_IMPL_TEMPL): Delete.
10430         (major, minor, makedev): Use __SYSMACROS_DM in definition, instead
10431         of redirected function names.
10433         * misc/sys/cdefs.h (__glibc_macro_warning): Activate for clang >= 3.5
10434         as well.  Document that MESSAGE must be a single string literal.
10436 2016-11-11  Joseph Myers  <joseph@codesourcery.com>
10438         * scripts/build-many-glibcs.py: New file.
10440         * stdlib/bug-getcontext.c: Include <libc-internal.h>.
10441         (do_test): Disable -Wmaybe-uninitialized around uses of
10442         except_mask.
10444         * sysdeps/unix/sysv/linux/sh/sys/user.h: Include <stddef.h>.
10446 2016-11-10  Chris Metcalf  <cmetcalf@mellanox.com>
10448         * sysdeps/tile/tilepro/atomic-machine.h (atomic_store_relaxed)
10449         (atomic_store_release): Provide tilepro-specific implementations.
10451 2016-11-10  Joseph Myers  <joseph@codesourcery.com>
10453         * math/math.h (__MATH_TG): New macro.
10454         [__USE_ISOC99] (fpclassify): Define using __MATH_TG.
10455         [__USE_ISOC99] (signbit): Likewise.
10456         [__USE_ISOC99] (isfinite): Likewise.
10457         [__USE_ISOC99] (isnan): Likewise.
10458         [__USE_ISOC99] (isinf): Likewise.
10459         [__GLIBC_USE (IEC_60559_BFP_EXT)] (issignaling): Likewise.
10460         [__GLIBC_USE (IEC_60559_BFP_EXT)] (__MATH_EVAL_FMT2): New macro.
10461         [__GLIBC_USE (IEC_60559_BFP_EXT)] (iseqsig): Define using
10462         __MATH_TG and __MATH_EVAL_FMT2.
10463         * sysdeps/generic/math_private.h (fabs_tg): Define using
10464         __MATH_TG.
10465         * sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h
10466         [!__NO_LONG_DOUBLE_MATH] (__iscanonicalf): New macro.
10467         [!__NO_LONG_DOUBLE_MATH] (__iscanonical): Likewise.
10468         [!__NO_LONG_DOUBLE_MATH] (iscanonical): Define using __MATH_TG.
10469         * sysdeps/ieee754/ldbl-96/bits/iscanonical.h (__iscanonicalf): New
10470         macro.
10471         (__iscanonical): Likewise.
10472         (iscanonical): Define using __MATH_TG.
10474 2016-11-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10476         * sysdeps/unix/sysv/linux/sh/kernel-features.h: Add include
10477         guards.
10479         * sysdeps/unix/sysv/linux/access.c: New file.
10480         * sysdeps/unix/sysv/linux/generic/access.c: Remove file.
10482 2016-11-10  Steve Ellcey  <sellcey@caviumnetworks.com>
10484         * sysdeps/tile/tilepro/bits/wordsize.h: Define __WORDSIZE32_SIZE_ULONG
10485         and __WORDSIZE32_PTRDIFF_LONG.
10487 2016-11-10  Siddhesh Poyarekar  <siddhesh@sourceware.org>
10489         * sysdeps/aarch64/libm-test-ulps: Regenerated.
10491 2016-11-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10493         * sysdeps/unix/sysv/linux/arm/truncate64.c: Remove file.
10494         * sysdeps/unix/sysv/linux/generic/wordsize-32/truncate.c: Likewise.
10495         * sysdeps/sysv/linux/generic/wordsize-32/truncate64.c: Likewise.
10496         * sysdeps/unix/sysv/linux/mips/mips32/truncate64.c: Likewise.
10497         * sysdeps/unix/sysv/linux/mips/mips64/truncate64.c: Likewise.
10498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Likewise.
10499         * sysdeps/unix/sysv/linux/wordsize-64/truncate64.c: Likewise.
10500         * sysdeps/unix/sysv/linux/truncate.c: New file.
10501         * sysdeps/unix/sysv/linux/truncate64.c (truncate64): Use
10502         INLINE_SYSCALL_CALL, __ALIGNMENT_ARG and SYSCALL_LL64 macros.
10503         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (truncate):
10504         Remove.
10505         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (truncate):
10506         Likewise.
10508         * posix/tst-truncate-common.c: New file.
10509         * posix/tst-truncate.c: Use tst-truncate-common.c.
10510         * posix/tst-truncate64.c: Likewise and add LFS tests.
10511         * sysdeps/unix/sysv/linux/arm/ftruncate64.c: Remove file.
10512         * sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate.c: Likewise.
10513         * sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate64.c: Likewise.
10514         * sysdeps/unix/sysv/linux/mips/mips32/ftruncate64.c: Likewise.
10515         * sysdeps/unix/sysv/linux/mips/mips64/ftruncate64.c: Likewise.
10516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Likewise.
10517         * sysdeps/unix/sysv/linux/wordsize-64/ftruncate64.c: Likewise.
10518         * sysdeps/unix/sysv/linux/ftruncate.c: New file.
10519         * sysdeps/unix/sysv/linux/ftruncate64.c (__ftruncate64): Use
10520         INLINE_SYSCALL_CALL, __ALIGNMENT_ARG and SYSCALL_LL64 macros.
10521         [__OFF_T_MATCHES_OFF64_T] (ftruncate): Add alias.
10522         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (ftruncate):
10523         Remove.
10524         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (ftruncate):
10525         Likewise.
10527 2016-11-08  Joseph Myers  <joseph@codesourcery.com>
10529         [BZ #20790]
10530         * sunrpc/rpc_parse.c (get_prog_declaration): Increase buffer size
10531         to MAXLINESIZE.
10532         * sunrpc/bug20790.x: New file.
10533         * sunrpc/Makefile [$(run-built-tests) = yes] (rpcgen-tests): New
10534         variable.
10535         [$(run-built-tests) = yes] (tests-special): Add $(rpcgen-tests).
10536         [$(run-built-tests) = yes] ($(rpcgen-tests)): New rule.
10538         * sysdeps/unix/sysv/linux/sh/localplt.data: New file.
10540         * sysdeps/unix/sysv/linux/hppa/localplt.data: New file.
10542         * sysdeps/unix/sysv/linux/alpha/localplt.data: Make __tls_get_addr
10543         optional in ld.so.  Allow R_ALPHA_GLOB_DAT relocation for malloc,
10544         calloc, realloc, free, memalign and __libc_memalign rather than
10545         making them optional.
10547         * sysdeps/unix/sysv/linux/nios2/localplt.data: Add __extendsfdf2
10548         for libc.so.
10550 2016-11-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10552         * nptl/Makefile (libpthread-routines): Remove ptw-llseek and add
10553         ptw-lseek64.
10554         * sysdeps/unix/sysv/linux/Makefile (sysdeps_routines): Remove llseek.
10555         * sysdeps/unix/sysv/linux/alpha/Makefile  (sysdeps_routines):
10556         Likewise.
10557         * sysdeps/unix/sysv/linux/generic/wordsize-32/llseek.c: Remove file.
10558         * sysdeps/unix/sysv/linux/generic/wordsize-32/lseek.c: Remove file.
10559         * sysdeps/unix/sysv/linux/mips/mips64/llseek.c: Likewise.
10560         * sysdeps/unix/sysv/linux/llseek.c: Remove file.
10561         * sysdeps/unix/sysv/linux/lseek.c: New file.
10562         * sysdeps/unix/sysv/linux/lseek64.c: Add default Linux implementation.
10563         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Remove lseek and
10564         __libc_lseek64 from auto-generation.
10565         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
10566         * sysdeps/unix/sysv/linux/x86_64/x32/lseek64.S: New file.
10568 2016-11-07  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
10570         * nptl/tst-basic1.c (tf, do_test): Use write_message.
10571         * nptl/tst-cleanup1.c (do_test): Likewise.
10572         * nptl/tst-cleanup3.c (do_test): Likewise.
10573         * nptl/tst-key1.c (do_test): Likewise.
10574         * nptl/tst-key2.c (tf, do_test): Likewise.
10575         * nptl/tst-key3.c (tf, do_test): Likewise.
10576         * nptl/tst-stdio1.c (do_test): Likewise.
10577         * nptl/tst-stdio2.c (do_test): Likewise.
10579         * nptl/tst-kill3.c (handler): Use write_message in place of write.
10580         * nptl/tst-kill6.c (handler): Likewise.
10581         * nptl/tst-tls2.c (CB): Likewise.
10582         * nptl/tst-tls3.c (CB): Likewise.
10584 2016-11-07  Joseph Myers  <joseph@codesourcery.com>
10586         * scripts/check-installed-headers.sh: Ignore sys/sysctl.h for x32.
10588 2016-11-07  Yury Norov  <ynorov@caviumnetworks.com>
10589             Steve Ellcey  <sellcey@caviumnetworks.com>
10591         * sysdeps/unix/sysv/linux/alpha/kernel-features.h: #define
10592           __ASSUME_ST_INO_64_BIT as 0
10593         * sysdeps/unix/sysv/linux/sh/kernel-features.h: Likewise.
10594         * sysdeps/unix/sysv/linux/fxstat64.c: Replace #ifdef with #if
10595           over the code where __ASSUME_ST_INO_64_BIT is used.
10596         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
10597         * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
10598         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
10600 2016-11-07  Florian Weimer  <fweimer@redhat.com>
10602         * sysdeps/aarch64/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
10603         Document ABI exposure of the __kind offset.
10604         * sysdeps/arm/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
10605         Mention reason for the __kind offset exposure in the ABI.
10606         * sysdeps/hppa/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
10607         Likewise.
10608         * sysdeps/ia64/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
10609         Likewise.
10610         * sysdeps/m68k/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
10611         Likewise.
10612         * sysdeps/microblaze/nptl/bits/pthreadtypes.h
10613         (struct __pthread_mutex_s): Likewise.
10614         * sysdeps/mips/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
10615         Likewise.
10616         * sysdeps/nios2/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
10617         Likewise.
10618         * sysdeps/s390/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
10619         Likewise.
10620         * sysdeps/sh/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
10621         Likewise.
10622         * sysdeps/sparc/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
10623         Likewise.
10624         * sysdeps/tile/nptl/bits/pthreadtypes.h (struct __pthread_mutex_s):
10625         Likewise.
10626         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
10627         (struct __pthread_mutex_s): Likewise.
10628         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
10629         (struct __pthread_mutex_s): Likewise.
10630         * sysdeps/x86/bits/pthreadtypes.h (struct __pthread_mutex_s):
10631         Likewise.
10633 2016-11-07  Steve Ellcey  <sellcey@caviumnetworks.com>
10635         * test-skeleton.c: Document do_test usage.
10637 2016-11-06  Aurelien Jarno  <aurelien@aurel32.net>
10639         * iconv/gconv.h (__gconv_info): Define __data element using a
10640         zero-length array.
10642 2016-11-04  Steve Ellcey  <sellcey@caviumnetworks.com>
10644         * math/test-tgmath2.c: Split up test function.
10646 2016-11-04  Joseph Myers  <joseph@codesourcery.com>
10648         * Rules (tests-expected): New variable, depending on
10649         $(run-built-tests).
10650         (tests): Pass $(tests-expected) to merge-test-results.sh, not
10651         $(tests).
10653         * Rules [$(run-built-tests) = no] (tests): Do not depend on
10654         $(tests-unsupported).
10656 2016-11-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
10658         * sysdeps/unix/sysv/linux/sparc/bits/wordsize.h
10659         (__WORDSIZE_TIME64_COMPAT32): Define for both 32 and  64 bits.
10661 2016-11-04  Joseph Myers  <joseph@codesourcery.com>
10663         [BZ #20768]
10664         * sysdeps/alpha/fpu/feholdexcpt.c (__feholdexcept): Call
10665         __fegetenv instead of fegetenv.
10667         [BZ #14139]
10668         * manual/libm-err-tab.pl (%pplatforms): Initialize to empty.
10669         (find_files): Obtain platform name from libm-test-ulps-name and
10670         store in %pplatforms.
10671         (canonicalize_platform): Remove.
10672         (print_platforms): Use $pplatforms directly.
10673         (by_platforms): Do not allow for platforms missing from
10674         %pplatforms.
10675         * sysdeps/aarch64/libm-test-ulps-name: New file.
10676         * sysdeps/alpha/fpu/libm-test-ulps-name: Likewise.
10677         * sysdeps/arm/libm-test-ulps-name: Likewise.
10678         * sysdeps/generic/libm-test-ulps-name: Likewise.
10679         * sysdeps/hppa/fpu/libm-test-ulps-name: Likewise.
10680         * sysdeps/i386/fpu/libm-test-ulps-name: Likewise.
10681         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps-name: Likewise.
10682         * sysdeps/ia64/fpu/libm-test-ulps-name: Likewise.
10683         * sysdeps/m68k/coldfire/fpu/libm-test-ulps-name: Likewise.
10684         * sysdeps/m68k/m680x0/fpu/libm-test-ulps-name: Likewise.
10685         * sysdeps/microblaze/libm-test-ulps-name: Likewise.
10686         * sysdeps/mips/mips32/libm-test-ulps-name: Likewise.
10687         * sysdeps/mips/mips64/libm-test-ulps-name: Likewise.
10688         * sysdeps/nios2/libm-test-ulps-name: Likewise.
10689         * sysdeps/powerpc/fpu/libm-test-ulps-name: Likewise.
10690         * sysdeps/powerpc/nofpu/libm-test-ulps-name: Likewise.
10691         * sysdeps/s390/fpu/libm-test-ulps-name: Likewise.
10692         * sysdeps/sh/libm-test-ulps-name: Likewise.
10693         * sysdeps/sparc/fpu/libm-test-ulps-name: Likewise.
10694         * sysdeps/tile/libm-test-ulps-name: Likewise.
10695         * sysdeps/x86_64/fpu/libm-test-ulps-name: Likewise.
10697         * sysdeps/unix/sysv/linux/mips/sys/user.h: Include <stddef.h>.
10699         * sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = elf]
10700         (test-xfail-check-execstack): New variable.
10702         * sysdeps/mips/localplt.data: New file.
10704 2016-11-04  Yury Norov  <ynorov@caviumnetworks.com>
10705             Steve Ellcey  <sellcey@caviumnetworks.com>
10707         * bits/wordsize.h: Add documentation.
10708         * sysdeps/aarch64/bits/wordsize.h : New file
10709         * sysdeps/generic/stdint.h (PTRDIFF_MIN, PTRDIFF_MAX): Update
10710         definitions.
10711         (SIZE_MAX): Change ifdef to if in __WORDSIZE32_SIZE_ULONG check.
10712         * sysdeps/gnu/bits/utmp.h (__WORDSIZE_TIME64_COMPAT32): Check
10713         with #if instead of #ifdef.
10714         * sysdeps/gnu/bits/utmpx.h (__WORDSIZE_TIME64_COMPAT32): Ditto.
10715         * sysdeps/mips/bits/wordsize.h (__WORDSIZE32_SIZE_ULONG,
10716         __WORDSIZE32_PTRDIFF_LONG, __WORDSIZE_TIME64_COMPAT32):
10717         Add or change defines.
10718         * sysdeps/powerpc/powerpc32/bits/wordsize.h: Likewise.
10719         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
10720         * sysdeps/s390/s390-32/bits/wordsize.h: Likewise.
10721         * sysdeps/s390/s390-64/bits/wordsize.h: Likewise.
10722         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
10723         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
10724         * sysdeps/tile/tilegx/bits/wordsize.h: Likewise.
10725         * sysdeps/tile/tilepro/bits/wordsize.h: Likewise.
10726         * sysdeps/unix/sysv/linux/alpha/bits/wordsize.h: Likewise.
10727         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
10728         * sysdeps/unix/sysv/linux/sparc/bits/wordsize.h: Likewise.
10729         * sysdeps/wordsize-32/bits/wordsize.h: Likewise.
10730         * sysdeps/wordsize-64/bits/wordsize.h: Likewise.
10731         * sysdeps/x86/bits/wordsize.h: Likewise.
10733 2016-11-04  Wilco Dijkstra  <wdijkstr@arm.com>
10734             Kevin Petit  <kevin.petit@arm.com>
10736         * sysdeps/aarch64/memchr.S (__memchr): New file.
10738 2016-11-04  Joseph Myers  <joseph@codesourcery.com>
10740         * sysdeps/tile/preconfigure: Accept tilegx* instead of tilegx.
10742 2016-11-03  Joseph Myers  <joseph@codesourcery.com>
10744         [BZ #19398]
10745         * conform/Makefile ($(linknamespace-header-tests)): Also depend on
10746         $(linknamespace-symlists-tests).
10748 2016-11-02  Steve Ellcey  <sellcey@caviumnetworks.com>
10750         * time/tst-strptime2.c: Ignore -Wformat-length warning.
10752 2016-11-02  Florian Weimer  <fweimer@redhat.com>
10753             Carlos O'Donell  <carlos@redhat.com>
10755         [Bug #20729]
10756         * resolv/res_send.c (send_vc): Revert DIAG_IGNORE_Os_NEEDS_COMMENT
10757         change to non -Os related diagnostic.  Use DIAG_IGNORE_Os_NEEDS_COMMENT
10758         for -Os related change.
10760 2016-11-01  Steve Ellcey  <sellcey@caviumnetworks.com>
10762         * stdio-common/tst-printf.c: Ignore -Wformat-length warning.
10764 2016-11-01  Joseph Myers  <joseph@codesourcery.com>
10766         [BZ #19673]
10767         * manual/math.texi (Exponents and Logarithms): Correct description
10768         of clog10.
10770 2016-10-31  Carlos O'Donell  <carlos@redhat.com>
10772         [Bz #20729]
10773         * locale/weight.h: Include libc-internal.h.
10774         * locale/weightwc.h: Likewise.
10775         * nptl/nptl_dbP.h: Likewise.
10777 2016-10-31  Brent W. Baccala  <cosine@freesoft.org>
10779         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Do not deallocate memobj_wr
10780         when it is MACH_PORT_NULL.
10782 2016-10-31  Andreas Schwab  <schwab@suse.de>
10784         [BZ #20707]
10785         * posix/glob.c (glob): Initialize pglob before checking for
10786         GLOB_BRACE.  Don't call glob recursively if pattern contains no
10787         valid brace expression despite GLOB_BRACE.
10788         * posix/globtest.sh: Test it.
10790 2016-10-28  Carlos O'Donell  <carlos@redhat.com>
10792         [BZ #20729]
10793         * include/libc-internal.h (DIAG_IGNORE_Os_NEEDS_COMMENT):
10794         Define.
10795         * iconvdata/iso-2022-cn-ext.c: Include libc-internal.h and ignore
10796         -Wmaybe-uninitialized for BODY macro only for -Os compiles.
10797         * locale/weight.h (findix): Ignore -Wmaybe-uninitialized error
10798         for seq2.back_us and seq1.back_us only for -Os compiles.
10799         * locale/weightwc.h (findix): Likewise.
10800         * nptl_db/thread_dbP.h: Ignore -Wmaybe-uninitialized error for
10801         DB_GET_FIELD_ADDRESS only for -Os compiles.
10802         * resolv/res_send (reopen): Ignore -Wmaybe-uninitialized error
10803         for slen only for -Os compiles.
10804         * string/strcoll_l.c (get_next_seq): Ignore
10805         -Wmaybe-uninitialized for seq2.save_idx and seq1.save_idx only
10806         for -Os compiles.
10808         * elf/Makefile (CFALGS-tst-linkall-static): Remove.
10809         * include/crypt.h: New file.
10811 2016-10-28  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
10813         * dlfcn/bug-atexit3-lib.cc (write_message): New function, copied
10814         from test-skeleton.c.
10815         (statclass): Replace calls to write with calls to write_message.
10817 2016-10-28  Joseph Myers  <joseph@codesourcery.com>
10819         * math/math.h
10820         [__GLIBC_USE (IEC_60559_BFP_EXT) && __GNUC_PREREQ (3, 3)] (SNANF):
10821         New macro.
10822         [__GLIBC_USE (IEC_60559_BFP_EXT) && __GNUC_PREREQ (3, 3)] (SNAN):
10823         Likewise.
10824         [__GLIBC_USE (IEC_60559_BFP_EXT) && __GNUC_PREREQ (3, 3)] (SNANL):
10825         Likewise.
10826         * manual/arith.texi (Infinity and NaN): Document SNANF, SNAN and
10827         SNANL.
10828         * math/test-double.h (snan_value_MACRO): New macro.
10829         * math/test-float.h (snan_value_MACRO): Likewise.
10830         * math/test-ldouble.h (snan_value_MACRO): Likewise.
10831         * math/libm-test.inc (issignaling_test_data): Add tests of
10832         snan_value_MACRO.
10834 2016-10-28  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
10836         * nptl/pthread_rwlock_unlock.c: Add a comment explaining its
10837         behavior when eliding a lock not held by the current thread.
10838         * sysdeps/powerpc/nptl/elide.h: Likewise.
10840 2016-10-28  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
10842         [BZ #20728]
10843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Replace a
10844         branch to _exit() by a function call.
10846 2016-10-28  Florian Weimer  <fweimer@redhat.com>
10848         * malloc/malloc.c: Update chunk layout comments.
10849         (chunk_main_arena): Update comment.
10851 2016-10-28  Florian Weimer  <fweimer@redhat.com>
10853         * crypt/sha256.c, crypt/sha256-block.c,
10854         sysdeps/sparc/sparc64/multiarch/sha256-block.c: Rename
10855         sha256_process_block to __sha256_process_block.
10856         * crypt/sha512.c, crypt/sha512-block.c,
10857         sysdeps/sparc/sparc64/multiarch/sha512-block.c: Rename
10858         sha512_process_block to __sha512_process_block.
10860 2016-10-28  Carlos O'Donell  <carlos@redhat.com>
10862         * elf/Makefile (CFLAGS-tst-linkall-static): Define.
10864         * math/test-nan-overflow.c: Include stdlib.h for malloc.
10866 2016-10-28  H.J. Lu  <hongjiu.lu@intel.com>
10868         [BZ #20019]
10869         * sysdeps/i386/dl-machine.h (elf_machine_rel): Check IFUNC
10870         definition in unrelocated shared library.
10871         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
10873 2016-10-28  Florian Weimer  <fweimer@redhat.com>
10875         [BZ #20729]
10876         Support i386 builds with CFLAGS which imply -fno-omit-frame-pointer.
10877         * sysdeps/unix/sysv/linux/i386/Makefile
10878         (uses-6-syscall-arguments): Define.
10879         [subdir == misc] (CFLAGS-epoll_pwait.o, CFLAGS-epoll_pwait.os)
10880         (CFLAGS-mmap.o, CFLAGS-mmap.os, CFLAGS-mmap64.o, CFLAGS-mmap64.os)
10881         (CFLAGS-pselect.o, CFLAGS-pselect.os, CFLAGS-rtld-mmap.os): Use it.
10882         [subdir = sysvipc] (CFLAGS-semtimedop.o, CFLAGS-semtimedop.os):
10883         Likewise.
10884         [subdir = io] (CFLAGS-posix_fadvise64.o, CFLAGS-posix_fadvise64.os)
10885         (CFLAGS-posix_fallocate.o, CFLAGS-posix_fallocate.os)
10886         (CFLAGS-posix_fallocate64.o, CFLAGS-posix_fallocate64.os)
10887         (CFLAGS-sync_file_range.o, CFLAGS-sync_file_range.os)
10888         (CFLAGS-fallocate.o, CFLAGS-fallocate.os, CFLAGS-fallocate64.o)
10889         (CFLAGS-fallocate64.os): Likewise.
10890         [subdir = nptl] (CFLAGS-pthread_rwlock_timedrdlock.o)
10891         (CFLAGS-pthread_rwlock_timedrdlock.os)
10892         (CFLAGS-pthread_rwlock_timedwrlock.o)
10893         (CFLAGS-pthread_rwlock_timedwrlock.os, CFLAGS-sem_wait.o)
10894         (CFLAGS-sem_wait.os, CFLAGS-sem_timedwait.o)
10895         (CFLAGS-sem_timedwait.os): Likewise.
10897 2016-10-28  Florian Weimer  <fweimer@redhat.com>
10899         * elf/tst-linkall-static.c: New file.
10900         * elf/Makefile (tests-static): Add tst-linkall-static.
10901         (tst-linkall-static): Link against static libraries.
10903 2016-10-27  Florian Weimer  <fweimer@redhat.com>
10905         * malloc/malloc.c (sysmalloc): Initialize previous size field of
10906         mmaped chunks.
10908 2016-10-28  Florian Weimer  <fweimer@redhat.com>
10910         * malloc/malloc.c (struct malloc_chunk): Rename prev_size, size
10911         members to mchunk_prev_size, mchunk_size.
10912         (chunk_main_arena): Reverse sense and rename from
10913         chunk_non_main_arena.
10914         (prev_inuse, chunk_is_mmapped, chunk_main_arena): Use
10915         mchunk_size instead of size.
10916         (set_non_main_arena): Define.
10917         (chunksize): Use chunksize_nomask instead of direct member access.
10918         (chunksize_nomask): Define.
10919         (next_chunk): Use chunksize instead of direct member access.
10920         (prev_size, set_prev_size): Define.
10921         (prev_chunk): Use prev_size instead of direct member access.
10922         (inuse, set_inuse, clear_inuse): Use chunksize and mchunk_size member.
10923         (inuse_bit_at_offset, set_inuse_bit_at_offset)
10924         (clear_inuse_bit_at_offset): Use mchunk_size member instead of size.
10925         (mchunk_prev_size, mchunk_size): Poison tokens.
10926         (unlink): Use chunksize_nomask, prev_size accessors.
10927         (do_check_remalloced_chunk): Use chunk_main_arena accessor.
10928         (do_check_free_chunk): Use prev_size accessor.
10929         (sysmalloc): Use set_prev_size, set_head accessors.
10930         (munmap_chunk, mremap_chunk): Use prev_size accessor.
10931         (__libc_free): Use chunksize_nomask accessor.
10932         (_int_malloc): Use set_non_main_arena, chunksize_nomask,
10933         chunk_main_arena accessors.
10934         (_int_free): Use chunksize_nomask, prev_size accessors.
10935         (malloc_consolidate): Use chunksize, prev_size accessors.
10936         (_int_realloc): Use chunksize_nomask accessor.
10937         (_int_memalign): Use set_prev_size accessor.
10938         (__malloc_info): Use chunksize_nomask accessor.
10939         * malloc/hooks.c (mem2chunk_check): Use prev_size, prev_inuse
10940         accessors.
10941         * malloc/arena.c (arena_for_chunk): Use chunk_main_arena accessor.
10942         (heap_trim): Use chunksize_nomask, prev_size accessors.
10944 2016-10-28  Joseph Myers  <joseph@codesourcery.com>
10946         [BZ #19380]
10947         * stdlib/strtod_l.c (round_and_return): Force "inexact" exception
10948         for inexact results.
10949         * stdlib/gen-tst-strtod-round.c (string_to_fp): Return indication
10950         of inexact result where mpfr_subnormalize is the only inexact
10951         step.
10952         * stdlib/tst-strtod-round-data.h: Regenerated.
10953         * stdlib/tst-strtod-round-skeleton.c [!FE_INEXACT] (FE_INEXACT):
10954         Define to 0.
10955         (GEN_ONE_TEST): Test inexact exceptions raised are as expected.
10957 2016-10-27  David S. Miller  <davem@davemloft.net>
10959         * sysdeps/unix/sysv/linux/sparc/sys/user.h: Include stddef.h
10961 2016-10-27  Siddhesh Poyarekar  <siddhesh@sourceware.org>
10963         * malloc/malloc.c (do_set_mallopt_check): New function.
10964         (do_set_mmap_threshold): Likewise.
10965         (do_set_mmaps_max): Likewise.
10966         (do_set_top_pad): Likewise.
10967         (do_set_perturb_byte): Likewise.
10968         (do_set_trim_threshold): Likewise.
10969         (do_set_arena_max): Likewise.
10970         (do_set_arena_test): Likewise.
10971         (__libc_mallopt): Use them.
10973 2016-10-26  Joseph Myers  <joseph@codesourcery.com>
10975         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
10976         (canonicalize): New declaration.
10977         * math/Versions (canonicalize): New libm symbol at version
10978         GLIBC_2.25.
10979         (canonicalizef): Likewise.
10980         (canonicalizel): Likewise.
10981         * math/Makefile (gen-libm-calls): Add s_canonicalizeF.
10982         * math/s_canonicalize_template.c: New file.
10983         * math/libm-test.inc: Update comment on functions tested and
10984         testing of NaN payloads.
10985         (TEST_NAN_PAYLOAD): New macro.
10986         (NO_TEST_INLINE): Update value.
10987         (XFAIL_TEST): Likewise.
10988         (ERRNO_UNCHANGED): Likewise.
10989         (ERRNO_EDOM): Likewise.
10990         (ERRNO_ERANGE): Likewise.
10991         (IGNORE_RESULT): Likewise.
10992         (NON_FINITE): Likewise.
10993         (TEST_SNAN): Likewise.
10994         (NO_TEST_MATHVEC): Likewise.
10995         (TEST_NAN_PAYLOAD_CANONICALIZE): New macro.
10996         (check_float_internal): Check NaN payloads if TEST_NAN_PAYLOAD.
10997         (struct test_Ffp_b1_data): New type.
10998         (RUN_TEST_Ffp_b1): New macro.
10999         (RUN_TEST_LOOP_Ffp_b1): Likewise.
11000         (canonicalize_test_data): New array.
11001         (canonicalize_test): New function.
11002         (main): Call canonicalize_test.
11003         * manual/arith.texi (FP Bit Twiddling): Document canonicalize,
11004         canonicalizef and canonicalizel.
11005         * manual/libm-err-tab.pl: Update comment on interfaces without
11006         ulps tabulated.
11007         * sysdeps/ieee754/ldbl-opt/nldbl-canonicalize.c: New file.
11008         * sysdeps/ieee754/ldbl-opt/s_canonicalizel.c: Likewise.
11009         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
11010         canonicalize.
11011         (CFLAGS-nldbl-canonicalize.c): New variable.
11012         * sysdeps/ieee754/ldbl-128ibm/test-iscanonical-ldbl-128ibm.c: Move
11013         to ...
11014         * sysdeps/ieee754/ldbl-128ibm/test-canonical-ldbl-128ibm.c:
11015         ... here.
11016         (do_test): Also test canonicalizel.
11017         * sysdeps/ieee754/ldbl-128ibm/Makefile (tests): Change
11018         test-iscanonical-ldbl-128ibm to test-canonical-ldbl-128ibm.
11019         * sysdeps/ieee754/ldbl-128ibm/include/bits/iscanonical.h: New
11020         file.
11021         * sysdeps/ieee754/ldbl-128ibm/s_iscanonicall.c (__iscanonicall):
11022         Use libm_hidden_def.
11023         * sysdeps/ieee754/ldbl-96/test-iscanonical-ldbl-96.c: Move to ...
11024         * sysdeps/ieee754/ldbl-96/test-canonical-ldbl-96.c: ... here.
11025         (do_test): Also test canonicalizel.
11026         * sysdeps/ieee754/ldbl-96/Makefile (tests): Change
11027         test-iscanonical-ldbl-96 to test-canonical-ldbl-96.
11028         * sysdeps/ieee754/ldbl-96/include/bits/iscanonical.h: New file.
11029         * sysdeps/ieee754/ldbl-96/s_iscanonicall.c (__iscanonicall): Use
11030         libm_hidden_def.
11031         * sysdeps/generic/math-tests.h (SNAN_TESTS_PRESERVE_PAYLOAD): New
11032         macro.
11033         * sysdeps/mips/math-tests.h [__mips_hard_float && !__mips_nan2008]
11034         (SNAN_TESTS_PRESERVE_PAYLOAD): Likewise.
11035         * sysdeps/nacl/libm.abilist: Update.
11036         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
11037         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
11038         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
11039         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
11040         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
11041         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
11042         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
11043         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
11044         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
11045         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
11046         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
11047         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
11048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
11049         Likewise.
11050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11051         Likewise.
11052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
11053         Likewise.
11054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
11055         Likewise.
11056         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
11057         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
11058         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
11059         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
11060         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
11061         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
11062         Likewise.
11063         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
11064         Likewise.
11065         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
11066         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
11067         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
11069         * sysdeps/ieee754/ldbl-opt/nldbl-getpayload.c: New file.
11070         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
11071         getpayload.
11072         (CFLAGS-nldbl-getpayload.c): New variable.
11074 2016-10-26  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
11076         * stdio-common/vfscanf.c (_IO_vfwscanf): Use read_int to parse
11077         integer from the format string.
11079 2016-10-26  Florian Weimer  <fweimer@redhat.com>
11081         [BZ #19473]
11082         * malloc/malloc.h (malloc_get_state, malloc_set_state): Remove
11083         declarations.
11084         * malloc/malloc.c (malloc_get_state, malloc_set_state): Remove
11085         weak aliases.
11086         * malloc/hooks.c (__malloc_get_state): Remove definition.
11087         (malloc_get_state): New stub implementation as
11088         compatibility symbol.
11089         (malloc_set_state): Rename from __malloc_set_state.  Turn into
11090         compat symbol.
11091         * malloc/tst-mallocstate.c: Rewrite to approximate how Emacs uses
11092         malloc_set_state.
11093         * malloc/Makefile (LDFLAGS-tst-mallocstate): Link with -rdynamic.
11095 2016-10-26  Florian Weimer  <fweimer@redhat.com>
11097         * iconvdata/iso646.c (enum variant): Drop illegal_var.
11098         (names): Turn into concatenation of strings.
11099         (gconv_init): Adapt iteration over names.
11101 2016-10-26  Florian Weimer  <fweimer@redhat.com>
11103         * iconvdata/ibm930.h (__ucs4_to_ibm930sb): Remove indirection and
11104         make const.
11105         * iconvdata/ibm933.h (__ucs4_to_ibm933sb): Likewise.
11106         * iconvdata/ibm935.h (__ucs4_to_ibm935sb): Likewise.
11107         * iconvdata/ibm939.h (__ucs4_to_ibm939sb): Likewise.
11108         * iconvdata/ibm930.c [TO_LOOP] (BODY): Store converted single-byte
11109         character in sbconv.
11110         * iconvdata/ibm933.c [TO_LOOP] (BODY): Likewise.
11111         * iconvdata/ibm935.c [TO_LOOP] (BODY): Likewise.
11112         * iconvdata/ibm939.c [TO_LOOP] (BODY): Likewise.
11114 2016-10-26  Siddhesh Poyarekar  <siddhesh@sourceware.org>
11116         * malloc/malloc.c (M_ARENA_TEST, M_ARENA_MAX): Remove.
11118         * manual/memory.texi (M_TOP_PAD): Remove reference to sbrk.
11119         (M_TRIM_THRESHOLD): Likewise.
11121         * manual/memory.texi (M_ARENA_TEST): Add documentation.
11122         (M_ARENA_MAX): Likewise.
11123         * malloc/malloc.c: Remove obsolete comment.
11125         * manual/memory.texi: Add environment variable alternatives to
11126         setting mallopt parameters.
11128 2016-10-26  Carlos O'Donell  <carlos@redhat.com>
11130         * include/atomic.h
11131         [USE_COMPILER_ATOMIC_BUILTINS && !atomic_fetch_xor_release]
11132         (atomic_fetch_xor_release): Use atomic_compare_exchange_weak_release.
11134 2016-10-25  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11136         * stdlib/Makefile (tests): Add tst-strfrom and tst-strfrom-locale.
11137         * stdlib/tst-strfrom.h: New file.
11138         * stdlib/tst-strfrom.c: New file.
11139         * stdlib/tst-strfrom-locale.c: New file.
11141         * stdlib/bug-strtod.c: Refactor based on GEN_TEST_STRTOD_FOREACH.
11142         * stdlib/bug-strtod2.c: Likewise.
11143         * stdlib/tst-strtod-round-skeleton.c: Likewise.
11144         * stdlib/tst-strtod6.c: Likewise.
11145         * stdlib/tst-strtod.h (GEN_TEST_STRTOD_FOREACH): Use strfrom.
11147 2016-10-25  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
11149         * NEWS: Mention the addition of strfromd, strfromf, and strfroml.
11150         * manual/arith.texi: Document strfromd, strfromf, strfroml.
11151         * stdlib/Makefile: Add strfromd, strfromf, and strfroml.
11152         * stdlib/Versions (GLIBC_2.25): Add strfromd, strfromf, and strfroml.
11153         * stdlib/stdlib.h (strfromd): New declaration.
11154         (strfromf): Likewise.
11155         (strfroml): Likewise.
11156         * stdlib/strfrom-skeleton.c: New file.  Generic implementation for
11157         strfrom.
11158         * stdlib/strfromd.c: New file.
11159         * stdlib/strfromf.c: Likewise.
11160         * stdlib/strfroml.c: Likewise.
11161         * stdlib/bits/stdlib-ldbl.h: Add redirection from strfroml to strfromd.
11162         * sysdeps/ieee754/ldbl-opt/Makefile: Add rule for nldbl-strfroml.c.
11163         * sysdeps/ieee754/ldbl-opt/nldbl-strfroml.c: New file;
11164         * sysdeps/arm/nacl/libc.abilist: Update.
11165         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Likewise.
11166         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
11167         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
11168         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
11169         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
11170         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
11171         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
11172         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
11173         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
11174         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
11175         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
11176         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
11177         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
11178         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
11179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: Likewise.
11180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist: Likewise.
11181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
11182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
11183         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
11184         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
11185         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
11186         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
11187         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
11188         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
11189         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
11190         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
11191         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
11192         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
11194 2016-10-25  Joseph Myers  <joseph@codesourcery.com>
11196         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Use cmplwi
11197         instead of cmpli.
11198         * sysdeps/powerpc/powerpc64/power6/memset.S (memset): Use cmpldi
11199         instead of cmpli.
11201 2016-10-24  Yury Norov  <ynorov@caviumnetworks.com>
11203         * sysdeps/unix/sysv/linux/fxstat.c: Remove useless cast.
11204         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
11205         * sysdeps/unix/sysv/linux/xstat.c: Likewise.
11206         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
11207         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
11208         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
11210 2016-10-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11212         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Use SYSCALL_LL_PRW.
11213         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
11214         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Use
11215         SYSCALL_LL64_PRW.
11216         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
11217         * sysdeps/unix/sysv/linux/sh/kernel-features.h: Define
11218         __ASSUME_PRW_DUMMY_ARG.
11219         * sysdeps/unix/sysv/linux/sh/pread.c: Remove file.
11220         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
11221         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
11222         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
11223         * sysdeps/unix/sysv/linux/sysdep.h: Define SYSCALL_LL_PRW and
11224         SYSCALL_LL_PRW64 based on __ASSUME_PRW_DUMMY_ARG.
11226 2016-10-24  Steve Ellcey  <sellcey@caviumnetworks.com>
11228         * sysdeps/unix/sysv/linux/tst-setgetname.c: Increase buffer size.
11230 2016-10-22  Florian Weimer  <fweimer@redhat.com>
11232         * math/math.h [__cplusplus] (iszero): Wrap C++ bits in extern
11233         "C++", to override a potential extern "C" directive around the
11234         header file inclusion.
11236 2016-10-21  Joseph Myers  <joseph@codesourcery.com>
11238         * benchtests/Makefile (CFLAGS-bench-sqrt.c): New variable.
11240 2016-10-21  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
11242         * sysdeps/powerpc/fpu/fenv_private.h:
11243         (_FPU_MASK_ALL): Rename to...
11244         (_FPU_ALL_TRAPS): New macro representing ISA VE OE UE ZE and
11245         XE FPSCR bits.
11247         (_FPU_MASK_RN): New macro to mask out ISA RN bits in FPSCR.
11249         (_FPU_MASK_ROUNDING): Rename to...
11250         (_FPU_MASK_NOT_RN_NI): New macro to mask out all but ISA RN and
11251         NI bits.
11253         (_FPU_MASK_EXCEPT_ROUND): Rename to...
11254         (_FPU_MASK_TRAPS_RN): New macro to mask out exception enable
11255         bits and rounding bits.
11257         (__libc_feholdbits_ppc): New inline function to mask, set,
11258         and pontentially clear FSPCR bits, and change MSR[FE] bits.
11259         (libc_feholdexcept_ppc): Redefine using __libc_feholdbits_ppc.
11260         (libc_feholdexcept_setround_ppc): Likewise.
11262         (__libc_femergeenv_ppc): New function to dynamically mask both
11263         old and new FP environments and merge.
11264         (libc_fesetenv_ppc): Redefine in terms of __libc_femergeenv_ppc.
11265         (libc_feresetround_ppc): Likewise.
11266         (libc_feupdateenv_test_ppc): Likewise.
11267         (libc_feupdateenv_ppc): Likewise.
11269         (libc_feholdsetround_ppc_ctx): Fix usage to include masking
11270         of ISA RN bits, and update macro names.
11271         (libc_feholdexcept_setround_ppc_ctx): Remove as it is
11272         effectively the same as the previously mentioned function.
11274         (libc_feupdateenv_ppc_ctx): Replace libc_feupdatedenv_test_ppc
11275         usage with fe_resetround_ppc.
11277         (libc_feholdexcept_setround_ctx): Remove, this doesn't appear
11278         to be used.
11279         (libc_feholdexcept_setround_ctxf): Likewise.
11280         (libc_feholdexcept_setround_ctxl): Likewise.
11282 2016-10-21  Florian Weimer  <fweimer@redhat.com>
11284         [BZ #20715]
11285         * math/math.h [__cplusplus] (iszero): Define as function template.
11286         * math/Makefile [CXX] (tests): Add test-math-iszero.
11287         (CFLAGS-test-math-iszero.cc): Set.
11288         * math/test-math-iszero.cc: New file.
11290 2016-10-20  Joseph Myers  <joseph@codesourcery.com>
11292         [BZ #20660]
11293         * sysdeps/arm/e_sqrt.c: New file.
11294         * sysdeps/arm/e_sqrtf.c: Likewise.
11296 2016-10-19  Joseph Myers  <joseph@codesourcery.com>
11298         [BZ #20718]
11299         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S (__copysignl): Do
11300         not use floating-point comparisons to test sign.
11301         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S (__copysignl):
11302         Likewise.
11304         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
11305         (getpayload): New declaration.
11306         * math/Versions (getpayload): New libm symbol at version
11307         GLIBC_2.25.
11308         (getpayloadf): Likewise.
11309         (getpayloadl): Likewise.
11310         * math/Makefile (libm-calls): Add s_getpayloadF.
11311         * math/libm-test.inc: Include <nan-high-order-bit.h>.
11312         (struct test_f_f_data): Add comment.
11313         (RUN_TEST_fp_f): New macro.
11314         (RUN_TEST_LOOP_fp_f): Likewise.
11315         (getpayload_test_data): New array.
11316         (getpayload_test): New function.
11317         (main): Call getpayload_test.
11318         * math/gen-libm-test.pl (parse_args): Handle 'p' in argument
11319         descriptor.
11320         * manual/arith.texi (FP Bit Twiddling): Document getpayload,
11321         getpayloadf and getpayloadl.
11322         * manual/libm-err-tab.pl: Update comment on interfaces without
11323         ulps tabulated.
11324         * sysdeps/ieee754/dbl-64/s_getpayload.c: New file.
11325         * sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c: Likewise.
11326         * sysdeps/ieee754/flt-32/s_getpayloadf.c: Likewise.
11327         * sysdeps/ieee754/ldbl-128/s_getpayloadl.c: Likewise.
11328         * sysdeps/ieee754/ldbl-128ibm/s_getpayloadl.c: Likewise.
11329         * sysdeps/ieee754/ldbl-96/s_getpayloadl.c: Likewise.
11330         * sysdeps/nacl/libm.abilist: Update.
11331         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
11332         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
11333         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
11334         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
11335         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
11336         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
11337         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
11338         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
11339         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
11340         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
11341         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
11342         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
11343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
11344         Likewise.
11345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11346         Likewise.
11347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
11348         Likewise.
11349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
11350         Likewise.
11351         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
11352         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
11353         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
11354         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
11355         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
11356         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
11357         Likewise.
11358         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
11359         Likewise.
11360         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
11361         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
11362         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
11364 2016-10-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11366         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = math] (tests): Move
11367         tst-fallocate{64}.
11368         * sysdeps/unix/sysv/linux/tst-fallocate-common.c: Check for EOPNOTSUPP
11369         on syscall return.
11371 2016-10-17  Carlos O'Donell  <carlos@redhat.com>
11373         [BZ #20689]
11374         * sysdeps/x86/cpu-features.c: Only enable FMA and AVX2 if AVX is
11375         usable.
11377 2016-10-17  Joseph Myers  <joseph@codesourcery.com>
11379         * sysdeps/generic/nan-high-order-bit.h: New file.
11380         * sysdeps/hppa/nan-high-order-bit.h: Likewise.
11381         * sysdeps/mips/nan-high-order-bit.h: Likewise.
11382         * sysdeps/hppa/math_private.h: Remove file.
11383         * sysdeps/mips/math_private.h (HIGH_ORDER_BIT_IS_SET_FOR_SNAN): Do
11384         not define here.
11385         * sysdeps/ieee754/dbl-64/s_issignaling.c: Include
11386         <nan-high-order-bit.h>.
11387         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11388         * sysdeps/ieee754/dbl-64/s_totalorder.c: Include
11389         <nan-high-order-bit.h>.
11390         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11391         * sysdeps/ieee754/dbl-64/s_totalordermag.c: Include
11392         <nan-high-order-bit.h>.
11393         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11394         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Include
11395         <nan-high-order-bit.h>.
11396         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11397         * sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c: Include
11398         <nan-high-order-bit.h>.
11399         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11400         * sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c: Include
11401         <nan-high-order-bit.h>.
11402         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11403         * sysdeps/ieee754/flt-32/s_issignalingf.c: Include
11404         <nan-high-order-bit.h>.
11405         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11406         * sysdeps/ieee754/flt-32/s_totalorderf.c: Include
11407         <nan-high-order-bit.h>.
11408         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11409         * sysdeps/ieee754/flt-32/s_totalordermagf.c: Include
11410         <nan-high-order-bit.h>.
11411         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11412         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Include
11413         <nan-high-order-bit.h>.
11414         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11415         * sysdeps/ieee754/ldbl-128/s_totalorderl.c: Include
11416         <nan-high-order-bit.h>.
11417         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11418         * sysdeps/ieee754/ldbl-128/s_totalordermagl.c: Include
11419         <nan-high-order-bit.h>.
11420         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11421         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Include
11422         <nan-high-order-bit.h>.
11423         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11424         * sysdeps/ieee754/ldbl-128ibm/s_totalorderl.c: Include
11425         <nan-high-order-bit.h>.
11426         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11427         * sysdeps/ieee754/ldbl-128ibm/s_totalordermagl.c: Include
11428         <nan-high-order-bit.h>.
11429         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11430         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Include
11431         <nan-high-order-bit.h>.
11432         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11433         * sysdeps/ieee754/ldbl-96/s_totalorderl.c: Include
11434         <nan-high-order-bit.h>.
11435         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11436         * sysdeps/ieee754/ldbl-96/s_totalordermagl.c: Include
11437         <nan-high-order-bit.h>.
11438         [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Test with #if not #ifdef.
11440 2016-10-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
11442         * sysdeps/s390/fpu/fix-fp-int-compare-invalid.h: New file.
11444 2016-09-22  John David Anglin  <dave.anglin@bell.net>
11446         * sysdeps/unix/sysv/linux/hppa/atomic-machine.h: Don't include
11447         abort-instr.h.
11448         (EFAULT): Remove conditional define.
11449         (ENOSYS): Likewise.
11450         (atomic_compare_and_exchange_val_acq): Use instruction nullification
11451         instead of conditional branch instructions.
11453 2016-10-15  Joseph Myers  <joseph@codesourcery.com>
11455         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
11456         (totalordermag): New declaration.
11457         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (totalordermag):
11458         New macro.
11459         * math/Versions (totalordermag): New libm symbol at version
11460         GLIBC_2.25.
11461         (totalordermagf): Likewise.
11462         (totalordermagl): Likewise.
11463         * math/Makefile (libm-calls): Add s_totalordermagF.
11464         * math/libm-test.inc (totalordermag_test_data): New array.
11465         (totalordermag_test): New function.
11466         (main): Call totalordermag_test.
11467         * math/test-tgmath.c (NCALLS): Increase to 125.
11468         (F(compile_test)): Call totalordermag.
11469         (F(totalordermag)): New function.
11470         * manual/arith.texi (FP Comparison Functions): Document
11471         totalordermag, totalordermagf and totalordermagl.
11472         * manual/libm-err-tab.pl: Update comment on interfaces without
11473         ulps tabulated.
11474         * sysdeps/ieee754/dbl-64/s_totalordermag.c: New file.
11475         * sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c: Likewise.
11476         * sysdeps/ieee754/flt-32/s_totalordermagf.c: Likewise.
11477         * sysdeps/ieee754/ldbl-128/s_totalordermagl.c: Likewise.
11478         * sysdeps/ieee754/ldbl-128ibm/s_totalordermagl.c: Likewise.
11479         * sysdeps/ieee754/ldbl-96/s_totalordermagl.c: Likewise.
11480         * sysdeps/ieee754/ldbl-opt/nldbl-totalordermag.c: Likewise.
11481         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
11482         totalordermag.
11483         (CFLAGS-nldbl-totalordermag.c): New variable.
11484         * sysdeps/ieee754/ldbl-128ibm/test-totalorderl-ldbl-128ibm.c
11485         (do_test): Also test totalordermagl.
11486         * sysdeps/ieee754/ldbl-96/test-totalorderl-ldbl-96.c (do_test):
11487         Likewise.
11488         * sysdeps/nacl/libm.abilist: Update.
11489         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
11490         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
11491         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
11492         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
11493         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
11494         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
11495         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
11496         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
11497         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
11498         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
11499         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
11500         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
11501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
11502         Likewise.
11503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11504         Likewise.
11505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
11506         Likewise.
11507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
11508         Likewise.
11509         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
11510         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
11511         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
11512         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
11513         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
11514         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
11515         Likewise.
11516         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
11517         Likewise.
11518         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
11519         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
11520         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
11522 2016-10-14  Steve Ellcey  <sellcey@caviumnetworks.com>
11524         * sysdeps/ieee754/dbl-64/e_pow.c (checkint) Make conditions explicitly
11525         boolean.
11527 2016-10-13  Joseph Myers  <joseph@codesourcery.com>
11529         * math/s_ccosh_template.c (M_DECL_FUNC (__ccosh)): Instead of
11530         raising FE_INVALID with feraisexcept in case where part of
11531         argument is infinite, subtract that part of argument from itself.
11532         * math/s_cexp_template.c (M_DECL_FUNC (__cexp)): Likewise.
11533         * math/s_csin_template.c (M_DECL_FUNC (__csin)): Likewise.
11534         * math/s_csinh_template.c (M_DECL_FUNC (__csinh)): Likewise.
11536 2016-10-12  Joseph Myers  <joseph@codesourcery.com>
11538         * math/libm-test.inc (totalorder_test_data): Add more tests.
11540 2016-10-12  Adhemerval Zanela  <adhemerval.zanella@linaro.org>
11542         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c:
11543         Undefine weak_alias and add a comment why mips64 require
11544         versioning.
11546 2016-10-12  H.J. Lu  <hongjiu.lu@intel.com>
11548         [BZ #20647]
11549         * sysdeps/x86/cacheinfo.c (handle_intel): Return -1 if the
11550         maximum CPUID level is less than 2.
11552 2016-10-12  Joseph Myers  <joseph@codesourcery.com>
11554         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
11555         (totalorder): New declaration.
11556         * math/tgmath.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (totalorder):
11557         New macro.
11558         * math/Versions (totalorder): New libm symbol at version
11559         GLIBC_2.25.
11560         (totalorderf): Likewise.
11561         (totalorderl): Likewise.
11562         * math/Makefile (libm-calls): Add s_totalorderF.
11563         * math/gen-libm-test.pl (parse_args): Escape quotes in test name
11564         string.
11565         * math/libm-test.inc (PAYLOAD_DIG): New macro.
11566         (qnan_value_pl): Likewise.
11567         (snan_value_pl): Likewise.
11568         (qnan_value): Define using qnan_value_pl.
11569         (snan_value): Define using snan_value_pl.
11570         (struct test_ff_i_data): Add comment about which tests use this
11571         structure.
11572         (RUN_TEST_ff_b): New macro.
11573         (RUN_TEST_LOOP_ff_b): Likewise.
11574         (totalorder_test_data): New array.
11575         (totalorder_test): New function.
11576         (main): Call totalorder_test.
11577         * math/test-tgmath.c (NCALLS): Increase to 122.
11578         (F(compile_test)): Call totalorder.
11579         (F(totalorder)): New function.
11580         * manual/arith.texi (FP Comparison Functions): Document
11581         totalorder, totalorderf and totalorderl.
11582         * manual/libm-err-tab.pl: Update comment on interfaces without
11583         ulps tabulated.
11584         * sysdeps/ieee754/dbl-64/s_totalorder.c: New file.
11585         * sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c: Likewise.
11586         * sysdeps/ieee754/flt-32/s_totalorderf.c: Likewise.
11587         * sysdeps/ieee754/ldbl-128/s_totalorderl.c: Likewise.
11588         * sysdeps/ieee754/ldbl-128ibm/s_totalorderl.c: Likewise.
11589         * sysdeps/ieee754/ldbl-96/s_totalorderl.c: Likewise.
11590         * sysdeps/ieee754/ldbl-opt/nldbl-totalorder.c: Likewise.
11591         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
11592         totalorder.
11593         (CFLAGS-nldbl-totalorder.c): New variable.
11594         * sysdeps/ieee754/ldbl-128ibm/test-totalorderl-ldbl-128ibm.c: New
11595         file.
11596         * sysdeps/ieee754/ldbl-128ibm/Makefile [$(subdir) = math] (tests):
11597         Add test-totalorderl-ldbl-128ibm.
11598         * sysdeps/ieee754/ldbl-96/test-totalorderl-ldbl-96.c: New file.
11599         * sysdeps/ieee754/ldbl-96/Makefile [$(subdir) = math] (tests): Add
11600         test-totalorderl-ldbl-96.
11601         * sysdeps/nacl/libm.abilist: Update.
11602         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
11603         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
11604         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
11605         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
11606         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
11607         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
11608         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
11609         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
11610         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
11611         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
11612         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
11613         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
11614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
11615         Likewise.
11616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11617         Likewise.
11618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
11619         Likewise.
11620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
11621         Likewise.
11622         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
11623         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
11624         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
11625         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
11626         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
11627         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
11628         Likewise.
11629         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
11630         Likewise.
11631         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
11632         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
11633         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
11635 2016-10-11  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11637         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-sync_file_range.
11638         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Remove file.
11639         * sysdeps/sysv/linux/powerpc/powerpc64/sync_file_range.c: Likewise.
11640         * sysdeps/unix/sysv/linux/sync_file_range.c: Use SYSCALL_LL64 and
11641         remove ENOSYS implementation.
11642         * sysdeps/unix/sysv/linux/tst-sync_file_range.c (sync_file_range):
11643         Consolidate all Linux implementations.
11645 2016-10-11  Florian Weimer  <fweimer@redhat.com>
11647         * resolv/Makefile (+cflags): Do not set -Wno-write-strings.
11648         * resolv/herror.c (herror): Cast away const-ness.
11649         * resolv/res_debug.c (__p_class_syms, __p_default_section_syms)
11650         (__p_update_section_syms, __p_type_syms, __p_rcode_syms): Likewise.
11652 2016-10-11  Joseph Myers  <joseph@codesourcery.com>
11654         * math/s_ccosh_template.c (M_DECL_FUNC (__ccosh)): Use M_NAN
11655         instead of M_NAN + M_NAN.
11656         * math/s_csinh_template.c (M_DECL_FUNC (__csinh)): Likewise.
11658 2016-10-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11660         * misc/getauxval.c [!HAVE_AUX_VECTOR] (__getauxval): Do not define
11661         unused variable 'p'.
11663 2016-10-09  Alan Modra  <amodra@gmail.com>
11664             Andreas Schwab  <schwab@linux-m68k.org>
11666         [BZ #20554]
11667         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount)
11668         [PIC && !SHARED]: Set up PIC register for PLT call.
11670 2016-10-07  Joseph Myers  <joseph@codesourcery.com>
11672         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (iseqsig): Define
11673         conditional on value of [__FLT_EVAL_METHOD__].
11674         * math/test-iseqsig-excess-precision.c: New file.
11675         * math/Makefile (tests): Add test-iseqsig-excess-precision.
11677 2016-10-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
11679         * math/s_iseqsig_template.c: Include math-private.h.
11681         * posix/Makefile (tests): Add tst-posix_fadvise and tst-posix_fadvise64.
11682         * posix/tst-posix_fadvise.c: New file.
11683         * posix/tst-posix_fadvise64.c: Likewise.
11684         * posix/tst-posix_fadvise-common.c: Likewise.
11685         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11686         (__ASSUME_FADVISE64_64_6ARG): Define.
11687         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
11688         [!__powerpc64__] (__ASSUME_FADVISE64_64_6ARG): Define.
11689         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11690         [!LP64] (__ASSUME_FADVISE64_64_NO_ALIGN): Define.
11691         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c: Remove file.
11692         * sysdeps/unix/sysv/linux/generic/wordsize-32/posix_fadvise.c: Likewise.
11693         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Likewise.
11694         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: Likewise.
11695         * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise64.c: Likewise.
11696         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise.c: Likewise.
11697         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fadvise64.c: Likewise.
11698         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c: Likewise.
11699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise.c: Likewise.
11700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c:
11701         Likewise.
11702         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c: Likewise.
11703         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise64.c: Likewise.
11704         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c
11705         (SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3) [__posix_fadvise64_l64]:
11706         Alias to __posix_fadvise64_l32.
11707         (SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3) [__posix_fadvise64_l32]:
11708         Add compat definition to posix_fadvise64.
11709         (SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3) [__posix_fadvise64_l64]:
11710         Add versioned definition to posix_fadvise64.
11711         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Build iff
11712         __OFF_T_MATCHES_OFF64_T is defined, use INTERNAL_SYSCALL_CALL, add
11713         __ASSUME_FADVISE64_64_6ARG/__ASSUME_FADVISE64_64_NO_ALIGN support.
11714         * sysdeps/unix/sysv/linux/posix_fadvise64.c (posix_fadvise64): Add
11715         __ASSUME_FADVISE64_64_NO_ALIGN support and use INTERNAL_SYSCALL_CALL.
11717         * io/Makefile (tests): Add tst-posix_fallocate and
11718         tst-posix_fallocate64.
11719         * io/tst-posix_fallocate-common.c: New file.
11720         * io/tst-posix_fallocate.c: Likewise.
11721         * io/tst-posix_fallocate64.c: Likewise.
11722         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c: Remove
11723         file.
11724         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c:
11725         Likewise.
11726         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate.c: Likewise.
11727         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fallocate64.c:
11728         Likewise.
11729         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: Likewise.
11730         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: Likewise.
11731         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Use
11732         SYSCALL_LL to pass both offset and len arguments.
11733         * sysdeps/unix/sysv/linux/posix_fallocate64.c (posix_fallocate64):
11734         Likewise.
11735         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (pwrite64): Add
11736         __libc_pwrite64 alias used by posix_fallocate64.
11738         * sysdeps/unix/sysv/linux/Makefile (test): Add tst-fallocate and
11739         tst-fallocate64.
11740         * sysdeps/unix/sysv/linux/tst-fallocate.c: New file.
11741         * sysdeps/unix/sysv/linux/tst-fallocate64.c: Likewise.
11742         * sysdeps/unix/sysv/linux/tst-fallocate-common.c: Likewise.
11743         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Remove file.
11744         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
11745         * sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c: Likewise.
11746         * sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: Likewise.
11747         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
11748         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: Likewise.
11749         * sysdeps/unix/sysv/linux/fallocate.c (fallocate): Use SYSCALL_LL
11750         macro on offset argument.
11751         * sysdeps/unix/sysv/linux/fallocate64.c (fallocate64): Use
11752         SYSCALL_LL64 on offset argument.
11754         * sysdeps/unix/sysv/linux/Makefile (test): Add tst-fallocate and
11755         tst-fallocate64.
11756         * sysdeps/unix/sysv/linux/tst-fallocate.c: New file.
11757         * sysdeps/unix/sysv/linux/tst-fallocate64.c: Likewise.
11758         * sysdeps/unix/sysv/linux/tst-fallocate-common.c: Likewise.
11759         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c: Remove file.
11760         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c: Likewise.
11761         * sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate.c: Likewise.
11762         * sysdeps/unix/sysv/linux/mips/mips64/n64/fallocate64.c: Likewise.
11763         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
11764         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: Likewise.
11765         * sysdeps/unix/sysv/linux/fallocate.c (fallocate): Use SYSCALL_LL
11766         macro on offset argument.
11767         * sysdeps/unix/sysv/linux/fallocate64.c (fallocate64): Use
11768         SYSCALL_LL64 on offset argument.
11769         * test-skeleton.c (FAIL_RET): Add macro.
11770         (FAIL_EXIT): Likewise.
11771         (FAIL_EXIT1): Likewise.
11772         (_FAIL): Likewise.
11774 2016-10-07  Florian Weimer  <fweimer@redhat.com>
11776         [BZ #20629]
11777         resolv: Remove RES_USEBSTRING and its implementation.
11778         * resolv/resolv.h (RES_USEBSTRING): Remove.
11779         * resolv/ns_name.c (NS_TYPE_ELT, DNS_LABELTYPE_BITSTRING)
11780         (digitvalue, encode_bitstring, decode_bitstring): Remove.
11781         (ns_name_ntop, ns_name_pton, ns_name_unpack, ns_name_skip)
11782         (labellen): Remove extended label types support.
11783         * resolv/res_debug.c (p_option): Remove RES_USEBSTRING handling.
11784         * resolv/res_init.c (res_setoptions): Likewise.
11785         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Likewise.
11787 2016-10-07  Florian Weimer  <fweimer@redhat.com>
11789         resolv: Remove RES_NOIP6DOTINT and its implementation.
11790         * resolv/resolv.h (RES_DEFAULT): Remove RES_NOIP6DOTINT.
11791         (RES_NOIP6DOTINT): Remove.
11792         * resolv/gethnamaddr.c (gethostbyaddr): Remove RES_NOIP6DOTINT
11793         handling.
11794         * resolv/res_debug.c (p_option): Likewise.
11795         * resolv/res_init.c (res_setoptions): Likewise.
11796         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Likewise.
11798 2016-10-07  Florian Weimer  <fweimer@redhat.com>
11800         resolv: Deprecate unimplemented flags.
11801         * misc/sys/cdefs.h (__glibc_macro_warning1)
11802         (__glibc_macro_warning): Define.
11803         * resolv/resolv.h (RES_AAONLY, RES_PRIMARY, RES_NOCHECKNAME)
11804         (RES_KEEPTSIG): Mark as deprecated.
11805         * resolv/res_debug.c (p_option): Remove RES_AAONLY, RES_PRIMARY,
11806         RES_NOCHECKNAME, RES_KEEPTSIG.
11807         * resolv/res_init.c (res_setoptions): Remove RES_NOCHECKNAME handling.
11809 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11811         * nptl/pt-longjmp.c (DEFINE_LONGJMP): Use libc_ifunc macro.
11812         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c (longjmp, siglongjmp):
11813         Use strong_alias to create symbols for glibc verison 2.19.
11815 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11817         * nptl/pt-vfork.c (DEFINE_VFORK): Use libc_ifunc macro.
11819 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11821         * nptl/pt-system.c (system_ifunc): Use libc_ifunc macro.
11823 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11825         * rt/clock-compat.c (COMPAT_REDIRECT): Use libc_ifunc macro.
11827 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11829         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11830         Use libc_ifunc_hidden and libc_hidden_def macro. Redirect ifunced function
11831         in header for using it as type for ifunc function because __GI_* symbols
11832         for ppc32 do not target the ifunc symbols.
11833         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
11835 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11837         * sysdeps/unix/sysv/linux/x86/gettimeofday.c (__gettimeofday):
11838         Use libc_ifunc_hidden macro. Use libc_hidden_def instead of
11839         libc_ifunc_hidden_def.
11840         * sysdeps/unix/sysv/linux/x86/time.c (time): Likewise.
11841         * sysdeps/unix/sysv/linux/i386/gettimeofday.c (__gettimeofday):
11842         Redirect ifunced function in header for using it as type of ifunc'ed
11843         function. Redefine libc_hidden_def to use fallback non ifunc'ed
11844         function for __GI_* symbol.
11845         * sysdeps/unix/sysv/linux/i386/time.c (time): Likewise.
11846         * include/libc-symbols.h
11847         (libc_ifunc_hidden_def, libc_ifunc_hidden_def1): Delete macro.
11849 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11851         [BZ #20478]
11852         * sysdeps/s390/multiarch/ifunc-resolve.h
11853         (s390_vx_libc_ifunc2, s390_libc_ifunc): Use __ifunc from libc-symbols.h
11854         to create ifunc symbols.
11855         (s390_vx_libc_ifunc_init, s390_vx_libc_ifunc_redirected
11856         , s390_vx_libc_ifunc2_redirected, s390_libc_ifunc_init): New define.
11857         * sysdeps/s390/multiarch/memchr.c: Redirect ifunced function in header
11858         for using it as type for ifunc function.
11859         * sysdeps/s390/multiarch/mempcpy.c: Likewise.
11860         * sysdeps/s390/multiarch/rawmemchr.c: Likewise.
11861         * sysdeps/s390/multiarch/stpcpy.c: Likewise.
11862         * sysdeps/s390/multiarch/stpncpy.c: Likewise.
11863         * sysdeps/s390/multiarch/strcat.c: Likewise.
11864         * sysdeps/s390/multiarch/strchr.c: Likewise.
11865         * sysdeps/s390/multiarch/strcmp.c: Likewise.
11866         * sysdeps/s390/multiarch/strcpy.c: Likewise.
11867         * sysdeps/s390/multiarch/strcspn.c: Likewise.
11868         * sysdeps/s390/multiarch/strlen.c: Likewise.
11869         * sysdeps/s390/multiarch/strncmp.c: Likewise.
11870         * sysdeps/s390/multiarch/strncpy.c: Likewise.
11871         * sysdeps/s390/multiarch/strnlen.c: Likewise.
11872         * sysdeps/s390/multiarch/strpbrk.c: Likewise.
11873         * sysdeps/s390/multiarch/strrchr.c: Likewise.
11874         * sysdeps/s390/multiarch/strspn.c: Likewise.
11875         * sysdeps/s390/multiarch/wcschr.c: Likewise.
11876         * sysdeps/s390/multiarch/wcscmp.c: Likewise.
11877         * sysdeps/s390/multiarch/wcspbrk.c: Likewise.
11878         * sysdeps/s390/multiarch/wcsspn.c: Likewise.
11879         * sysdeps/s390/multiarch/wmemchr.c: Likewise.
11880         * sysdeps/s390/multiarch/wmemset.c: Likewise.
11881         * sysdeps/s390/s390-32/multiarch/memcmp.c: Likewise.
11882         * sysdeps/s390/s390-32/multiarch/memcpy.c: Likewise.
11883         * sysdeps/s390/s390-32/multiarch/memset.c: Likewise.
11884         * sysdeps/s390/s390-64/multiarch/memcmp.c: Likewise.
11885         * sysdeps/s390/s390-64/multiarch/memcpy.c: Likewise.
11886         * sysdeps/s390/s390-64/multiarch/memset.c: Likewise.
11888 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11890         * include/libc-symbols.h (__ifunc_resolver):
11891         New macro is used by __ifunc* macros.
11892         (__ifunc): New macro uses gcc attribute ifunc or inline assembly
11893         depending on HAVE_GCC_IFUNC.
11894         (libc_ifunc, libm_ifunc): Use __ifunc as base macro.
11895         (libc_ifunc_redirected, libc_ifunc_hidden, libm_ifunc_init): New macro.
11896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
11897         Redirect ifunced function in header for using as type for ifunc function.
11898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: Likewise.
11899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: Likewise.
11900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: Likewise.
11901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: Likewise.
11902         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
11903         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
11904         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
11905         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
11906         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
11907         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
11908         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
11909         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
11910         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
11911         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
11912         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
11913         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: Likewise.
11914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
11915         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: Likewise.
11916         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
11917         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
11918         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
11919         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
11920         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
11921         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
11922         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
11923         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
11924         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
11925         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
11926         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
11927         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
11928         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
11929         * sysdeps/powerpc/powerpc64/multiarch/strstr.c: Likewise.
11930         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
11931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c:
11932         Add libc_hidden_def() and use libc_ifunc_hidden() macro
11933         instead of libc_ifunc() macro.
11934         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: Likewise.
11935         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
11937 2016-10-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
11939         * config.h.in (HAVE_GCC_IFUNC): New undef.
11940         * configure.ac: Add check if gcc supports attribute ifunc feature.
11941         * configure: Regenerated.
11942         * manual/install.texi: Add recommendation for gcc with
11943         indirect-function support.
11944         * INSTALL: Regenerated.
11946 2016-10-06  Joseph Myers  <joseph@codesourcery.com>
11948         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (iseqsig): New
11949         macro.
11950         * math/bits/mathcalls.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
11951         (__iseqsig): New declaration.
11952         * math/s_iseqsig_template.c: New file.
11953         * math/Versions (__iseqsigf): New libm symbol at version
11954         GLIBC_2.25.
11955         (__iseqsig): Likewise.
11956         (__iseqsigl): Likewise.
11957         * math/libm-test.inc (iseqsig_test_data): New array.
11958         (iseqsig_test): New function.
11959         (main): Call iseqsig_test.
11960         * math/Makefile (gen-libm-calls): Add s_iseqsigF.
11961         * manual/arith.texi (FP Comparison Functions): Document iseqsig.
11962         * manual/libm-err-tab.pl: Update comment on interfaces without
11963         ulps tabulated.
11964         * sysdeps/generic/fix-fp-int-compare-invalid.h: New file.
11965         * sysdeps/powerpc/fpu/fix-fp-int-compare-invalid.h: Likewise.
11966         * sysdeps/x86/fpu/fix-fp-int-compare-invalid.h: Likewise.
11967         * sysdeps/nacl/libm.abilist: Update.
11968         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
11969         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
11970         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
11971         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
11972         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
11973         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
11974         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
11975         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
11976         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
11977         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
11978         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
11979         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
11980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
11981         Likewise.
11982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11983         Likewise.
11984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
11985         Likewise.
11986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
11987         Likewise.
11988         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
11989         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
11990         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
11991         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
11992         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
11993         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
11994         Likewise.
11995         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
11996         Likewise.
11997         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
11998         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
11999         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
12001 2016-10-06  Siddhesh Poyarekar  <siddhesh@sourceware.org>
12003         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute, do_sincos_1,
12004         do_sincos_2, sloww, sloww1): Update comments.
12006         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Adjust calls to
12007         do_sincos_1 and do_sincos_2 to pass a boolean shift_quadrant.
12009         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Make
12010         K boolean and rename it.
12011         (__sin): Adjust.
12012         (__cos): Adjust.
12014 2016-10-06  Rical Jasan  <ricaljasan@pacific.net>
12015             Siddhesh Poyarekar  <siddhesh@sourceware.org>
12017         * manual/nss.texi: Fix typos in the manual.
12019 2016-10-06  Rical Jasan  <ricaljasan@pacific.net>
12021         * manual/contrib.texi: Fix typos in the manual.
12023         * manual/maint.texi: Fix typos in the manual.
12025         * manual/install.texi: Fix typos in the manual.
12026         * INSTALL: Regenerated.
12028         * manual/lang.texi: Fix typos in the manual.
12030         * manual/probes.texi: Fix typos in the manual.
12032         * manual/threads.texi: Fix typos in the manual.
12034         * manual/debug.texi: Fix typos in the manual.
12036         * manual/crypt.texi: Fix typos in the manual.
12038         * manual/conf.texi: Fix typos in the manual.
12040         * manual/sysinfo.texi: Fix typos in the manual.
12042         * manual/users.texi: Fix typos in the manual.
12044         * manual/job.texi: Fix typos in the manual.
12046         * manual/process.texi: Fix typos in the manual.
12048         * manual/argp.texi: Fix typos in the manual.
12049         * manual/getopt.texi: Likewise.
12050         * manual/startup.texi: Likewise.
12052         * manual/signal.texi: Fix typos in the manual.
12054         * manual/setjmp.texi: Fix typos in the manual.
12056         * manual/resource.texi: Fix typos in the manual.
12058         * manual/time.texi: Fix typos in the manual.
12060         * manual/arith.texi: Fix typos in the manual.
12062         * manual/math.texi: Fix typos in the manual.
12064         * manual/syslog.texi: Fix typos in the manual.
12066         * manual/terminal.texi: Fix typos in the manual.
12068         * manual/socket.texi: Fix typos in the manual.
12070         * manual/filesys.texi: Fix typos in the manual.
12072         * manual/llio.texi: Fix typos in the manual.
12074         * manual/stdio.text: Fix typos in the manual.
12076 2016-10-05  Siddhesh Poyarekar  <siddhesh@sourceware.org>
12078         * sysdeps/ieee754/dbl-64/s_sin.c (do_sincos_1): Check N
12079         instead of K1.
12081         * sysdeps/ieee754/dbl-64/s_sin.c (do_sincos_1): Rename K to
12082         SHIFT_QUADRANT and make it bool.
12083         (do_sincos_2): Likewise.
12084         (sloww): Likewise.
12085         (sloww1): Likewise.
12086         (__sin): Adjust calls to do_sincos_1 and do_sincos_2.
12087         (__cos): Likewise.
12089 2016-10-05  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
12091         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
12093 2016-10-04  Joseph Myers  <joseph@codesourcery.com>
12095         * include/limits.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (LONG_WIDTH):
12096         Define to __WORDSIZE, not conditional on [LONG_MAX ==
12097         0x7fffffffL].
12098         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ULONG_WIDTH): Likewise.
12100 2016-10-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
12102         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Replace
12103         inline by __inline__.
12104         (__ppc_yield, __ppc_mdoio, __ppc_mdoom, __ppc_set_ppr_med): Likewise.
12105         (__ppc_set_ppr_med_low, __ppc_set_ppr_low): Likewise.
12106         (__ppc_set_ppr_very_low, __ppc_set_ppr_med_high): Likewise.
12107         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Require
12108         sigset_t from signal.h.
12109         * sysdeps/unix/sysv/linux/powerpc/sys/user.h: Include stddef.h,
12110         which is already required.
12112 2016-10-04  Stefan Liebler  <stli@linux.vnet.ibm.com>
12114         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
12116 2016-10-03  Joseph Myers  <joseph@codesourcery.com>
12118         * sysdeps/gnu/netinet/tcp.h (TCP_REPAIR_WINDOW): New macro.
12119         (struct tcp_repair_window): New type.
12121 2016-10-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12123         * libio/tst-memstream3.c: Include string.h.
12125 2016-09-30  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12127         [BZ #18241]
12128         [BZ #20181]
12129         * libio/Makefile (test): Add tst-memstream3 and tst-wmemstream3.
12130         * libio/memstream.c (_IO_mem_sync): Only append a null byte if
12131         write position is at the end the buffer.
12132         * libio/wmemstream.c (_IO_wmem_sync): Likewise.
12133         * libio/strops.c (_IO_str_switch_to_get_mode): New function.
12134         (_IO_str_seekoff): Set correct offset from negative displacement and
12135         set EINVAL for invalid ones.
12136         * libio/wstrops.c (enlarge_userbuf): Use correct function to calculate
12137         buffer length.
12138         (_IO_wstr_switch_to_get_mode): New function.
12139         (_IO_wstr_seekoff): Set correct offset from negative displacement and
12140         set EINVAL for invalid ones.
12141         * libio/tst-memstream3.c: New file.
12142         * libio/tst-wmemstream3.c: Likewise.
12143         * manual/examples/memstrm.c: Remove warning when priting size_t.
12145 2016-09-30  Joseph Myers  <joseph@codesourcery.com>
12147         * sysdeps/ieee754/dbl-64/dla.h [__FP_FAST_FMA] (DLA_FMS): Define
12148         macro to use __builtin_fma.
12149         * sysdeps/x86_64/fpu/dla.h: Remove file.
12151         * sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h
12152         [__NO_LONG_DOUBLE_MATH] (__iscanonicall): Do not declare.
12153         [__NO_LONG_DOUBLE_MATH] (iscanonical): Define to evaluate to 1.
12155 2016-09-30  Carlos O'Donell  <carlos@redhat.com>
12157         [BZ #20292]
12158         * elf/Makefile (routines): Add dl-addr-obj.
12159         [ifeq (yesyes,$(have-fpie)$(build-shared))] (tests): Add
12160         tst-_dl_addr_inside_object.
12161         [ifeq (yesyes,$(have-fpie)$(build-shared))] (tests-pie): Likewise.
12162         [ifeq (yesyes,$(have-fpie)$(build-shared))]
12163         ($(objpfx)tst-_dl_addr_inside_object): Add $(objpfx)dl-addr-obj.os.
12164         [ifeq (yesyes,$(have-fpie)$(build-shared))]
12165         (CFLAGS-tst-_dl_addr_inside_object.c): Add $(PIE-ccflag).
12166         * elf/dl-addr.c: Remove _dl_addr_inside_object function.
12167         * elf/dl-open.c: Likewise.
12168         * elf/dl-addr-obj.c: New file.
12169         * elf/tst-_dl_addr_inside_object.c: New file.
12171 2016-09-30  Joseph Myers  <joseph@codesourcery.com>
12173         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)]: Include
12174         <bits/iscanonical.h>.
12175         * bits/iscanonical.h: New file.
12176         * math/s_iscanonicall.c: Likewise.
12177         * math/Versions (__iscanonicall): New libm symbol at version
12178         GLIBC_2.25.
12179         * math/libm-test.inc (iscanonical_test_data): New array.
12180         (iscanonical_test): New function.
12181         (main): Call iscanonical_test.
12182         * math/Makefile (headers): Add bits/iscanonical.h.
12183         (type-ldouble-routines): Add s_iscanonicall.
12184         * manual/arith.texi (Floating Point Classes): Document
12185         iscanonical.
12186         * manual/libm-err-tab.pl: Update comment on interfaces without
12187         ulps tabulated.
12188         * sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h: New file.
12189         * sysdeps/ieee754/ldbl-128ibm/s_iscanonicall.c: Likewise.
12190         * sysdeps/ieee754/ldbl-128ibm/test-iscanonical-ldbl-128ibm.c:
12191         Likewise.
12192         * sysdeps/ieee754/ldbl-128ibm/Makefile (tests): Add
12193         test-iscanonical-ldbl-128ibm.
12194         * sysdeps/ieee754/ldbl-96/bits/iscanonical.h: New file.
12195         * sysdeps/ieee754/ldbl-96/s_iscanonicall.c: Likewise.
12196         * sysdeps/ieee754/ldbl-96/test-iscanonical-ldbl-96.c: Likewise.
12197         * sysdeps/ieee754/ldbl-96/Makefile: Likewise.
12198         * sysdeps/unix/sysv/linux/i386/libm.abilist: Update.
12199         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
12200         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
12201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
12202         Likewise.
12203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
12204         Likewise.
12205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
12206         Likewise.
12207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
12208         Likewise.
12209         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
12210         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
12212 2016-09-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12214         * string/bits/string3.h: Remove C++ style comments.
12216 2016-09-29  Siddhesh Poyarekar  <siddhesh@sourceware.org>
12218         * sysdeps/ieee754/dbl-64/s_sin.c (do_sincos_1): Use copysign
12219         instead of ternary condition.
12220         (do_sincos_2): Likewise.
12221         (__sin): Likewise.
12222         (__cos): Likewise.
12223         (slow): Likewise.
12224         (sloww): Likewise.
12225         (sloww1): Likewise.
12226         (bsloww): Likewise.
12227         (bsloww1): Likewise.
12229         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos_slow): use copysign
12230         instead of ternary condition.
12231         (do_sin_slow): Likewise.
12232         (do_sincos_1): Likewise.
12233         (do_sincos_2): Likewise.
12234         (__cos): Likewise.
12235         (sloww): Likewise.
12236         (sloww1): Likewise.
12237         (sloww2): Likewise.
12238         (bsloww): Likewise.
12239         (bsloww1): Likewise.
12240         (bsloww2): Likewise.
12242         * sysdeps/ieee754/dbl-64/s_sin.c (slow1): Consolidate sign
12243         check from here...
12244         (slow2): ... and here...
12245         (__sin): ... to here.
12247 2016-09-28  Joseph Myers  <joseph@codesourcery.com>
12249         * math/math.h
12250         [__GLIBC_USE (IEC_60559_BFP_EXT) && !__SUPPORT_SNAN__] (iszero):
12251         Cast argument to its own type.
12252         * math/test-iszero-excess-precision.c: New file.
12253         * math/Makefile (tests): Add test-iszero-excess-precision.
12254         (CFLAGS-test-iszero-excess-precision.c): New variable.
12256 2016-09-28  Rasmus Villemoes <rv@rasmusvillemoes.dk>
12258         * sysdeps/unix/sysv/linux/spawni.c (posix_spawn_args): Remove pipe
12259         field, add err field.
12260         (__spawni_child): Report error through err member instead of pipe.
12261         (__spawnix): Likewise.
12263 2016-09-28  Zack Weinberg  <zackw@panix.com>
12265         * scripts/check-installed-headers.sh: Generalize treatment of
12266         sys/elf.h to all target architectures.
12268         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Restore accidentally-
12269         deleted typedef ucontext_t.
12271 2016-09-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12273         * sysdeps/unix/sysdep.h (__INTERNAL_SYSCALL0): New macro.
12274         (__INTERNAL_SYSCALL1): Likewise.
12275         (__INTERNAL_SYSCALL2): Likewise.
12276         (__INTERNAL_SYSCALL3): Likewise.
12277         (__INTERNAL_SYSCALL4): Likewise.
12278         (__INTERNAL_SYSCALL5): Likewise.
12279         (__INTERNAL_SYSCALL6): Likewise.
12280         (__INTERNAL_SYSCALL7): Likewise.
12281         (__INTERNAL_SYSCALL_NARGS_X): Likewise.
12282         (__INTERNAL_SYSCALL_NARGS): Likewise.
12283         (__INTERNAL_SYSCALL_DISP): Likewise.
12284         (INTERNAL_SYSCALL_CALL): Likewise.
12285         (__SYSCALL0): Rename to __INLINE_SYSCALL0.
12286         (__SYSCALL1): Rename to __INLINE_SYSCALL1.
12287         (__SYSCALL2): Rename to __INLINE_SYSCALL2.
12288         (__SYSCALL3): Rename to __INLINE_SYSCALL3.
12289         (__SYSCALL4): Rename to __INLINE_SYSCALL4.
12290         (__SYSCALL5): Rename to __INLINE_SYSCALL5.
12291         (__SYSCALL6): Rename to __INLINE_SYSCALL6.
12292         (__SYSCALL7): Rename to __INLINE_SYSCALL7.
12293         (__SYSCALL_NARGS_X): Rename to __INLINE_SYSCALL_NARGS_X.
12294         (__SYSCALL_NARGS): Rename to __INLINE_SYSCALL_NARGS.
12295         (__SYSCALL_DISP): Rename to __INLINE_SYSCALL_DISP.
12296         (__SYSCALL_CALL): Rename to INLINE_SYSCALL_CALL.
12297         (SYSCALL_CANCEL): Replace __SYSCALL_CALL with INLINE_SYSCALL_CALL.
12299 2016-09-23  Joseph Myers  <joseph@codesourcery.com>
12301         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (iszero): New
12302         macro.
12303         * math/libm-test.inc (iszero_test_data): New array.
12304         (iszero_test): New function.
12305         (main): Call iszero_test.
12306         * manual/arith.texi (Floating Point Classes): Document iszero.
12307         * manual/libm-err-tab.pl: Update comment on interfaces without
12308         ulps tabulated.
12310 2016-09-23  Zack Weinberg  <zackw@panix.com>
12312         * scripts/check-installed-headers.sh: New script.
12313         * Rules: In each directory that defines header files to be installed,
12314         run check-installed-headers.sh on them as a special test.
12315         * Makefile: Likewise for the headers installed at top level.
12317         * include/aliases.h, include/alloca.h, include/argz.h
12318         * include/arpa/nameser.h, include/arpa/nameser_compat.h
12319         * include/elf.h, include/envz.h, include/err.h
12320         * include/execinfo.h, include/fpu_control.h, include/getopt.h
12321         * include/gshadow.h, include/ifaddrs.h, include/libintl.h
12322         * include/link.h, include/malloc.h, include/mcheck.h
12323         * include/mntent.h, include/netinet/ether.h
12324         * include/nss.h, include/obstack.h, include/printf.h
12325         * include/pty.h, include/resolv.h, include/rpc/auth.h
12326         * include/rpc/auth_des.h, include/rpc/auth_unix.h
12327         * include/rpc/clnt.h, include/rpc/des_crypt.h
12328         * include/rpc/key_prot.h, include/rpc/netdb.h
12329         * include/rpc/pmap_clnt.h, include/rpc/pmap_prot.h
12330         * include/rpc/pmap_rmt.h, include/rpc/rpc.h
12331         * include/rpc/rpc_msg.h, include/rpc/svc.h
12332         * include/rpc/svc_auth.h, include/rpc/xdr.h
12333         * include/rpcsvc/nis_callback.h, include/rpcsvc/nislib.h
12334         * include/rpcsvc/yp.h, include/rpcsvc/ypclnt.h
12335         * include/rpcsvc/ypupd.h, include/shadow.h
12336         * include/stdio_ext.h, include/sys/epoll.h
12337         * include/sys/file.h, include/sys/gmon.h, include/sys/ioctl.h
12338         * include/sys/prctl.h, include/sys/profil.h
12339         * include/sys/statfs.h, include/sys/sysctl.h
12340         * include/sys/sysinfo.h, include/ttyent.h, include/utmp.h
12341         * sysdeps/arm/nacl/include/bits/setjmp.h
12342         * sysdeps/mips/include/sys/asm.h
12343         * sysdeps/unix/sysv/linux/include/sys/sysinfo.h
12344         * sysdeps/unix/sysv/linux/include/sys/timex.h
12345         * sysdeps/x86/fpu/include/bits/fenv.h:
12346         Add #ifndef _ISOMAC guard around internal declarations.
12347         Add multiple-inclusion guard if not already present.
12349 2016-09-23  Zack Weinberg  <zackw@panix.com>
12351         * sysdeps/generic/sys/ucontext.h
12352         * sysdeps/arm/sys/ucontext.h
12353         * sysdeps/i386/sys/ucontext.h
12354         * sysdeps/m68k/sys/ucontext.h
12355         * sysdeps/mips/sys/ucontext.h
12356         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h
12357         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h
12358         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h
12359         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h
12360         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h
12361         * sysdeps/unix/sysv/linux/m68k/sys/ucontext.h
12362         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h
12363         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h
12364         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h
12365         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h
12366         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h
12367         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h
12368         * sysdeps/unix/sysv/linux/tile/sys/ucontext.h
12369         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h:
12370         Include both bits/sigcontext.h and bits/sigstack.h.
12371         Fix grammar error in comment, if present.
12373         * bits/sigstack.h
12374         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h
12375         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h
12376         * sysdeps/unix/sysv/linux/bits/sigstack.h
12377         * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h
12378         * sysdeps/unix/sysv/linux/mips/bits/sigstack.h
12379         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h
12380         * sysdeps/unix/sysv/linux/sparc/bits/sigstack.h
12381         * bits/sigcontext.h
12382         * sysdeps/mach/hurd/i386/bits/sigcontext.h
12383         * sysdeps/unix/sysv/linux/bits/sigcontext.h
12384         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
12385         * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h:
12386         Add multiple inclusion guard.  Permit inclusion by sys/ucontext.h
12387         as well as signal.h, if this was not already allowed.  Request
12388         definition of size_t if necessary.  Minimize semantically-null
12389         differences across files.
12391 2016-09-23  Zack Weinberg  <zackw@panix.com>
12393         * time/time.h, bits/time.h, sysdeps/unix/sysv/linux/bits/time.h:
12394         Remove all logic conditional on __need macros.  Move all the
12395         conditionally defined types to their own headers...
12396         * time/bits/types/clock_t.h: Define clock_t here.
12397         * time/bits/types/clockid_t.h: Define clockid_t here.
12398         * time/bits/types/struct_itimerspec.h: Define struct itimerspec here.
12399         * time/bits/types/struct_timespec.h: Define struct timespec here.
12400         * time/bits/types/struct_timeval.h: Define struct timeval here.
12401         * time/bits/types/struct_tm.h: Define struct tm here.
12402         * time/bits/types/time_t.h: Define time_t here.
12403         * time/bits/types/timer_t.h: Define timer_t here.
12404         * time/Makefile: Install the new headers.
12406         * bits/resource.h, io/fcntl.h, io/sys/poll.h, io/sys/stat.h
12407         * io/utime.h, misc/sys/select.h, posix/sched.h, posix/sys/times.h
12408         * posix/sys/types.h, resolv/netdb.h, rt/aio.h, rt/mqueue.h
12409         * signal/signal.h, pthread/semaphore.h, sysdeps/nptl/pthread.h
12410         * sysdeps/unix/sysv/linux/alpha/bits/resource.h
12411         * sysdeps/unix/sysv/linux/alpha/sys/acct.h
12412         * sysdeps/unix/sysv/linux/bits/resource.h
12413         * sysdeps/unix/sysv/linux/bits/timex.h
12414         * sysdeps/unix/sysv/linux/mips/bits/resource.h
12415         * sysdeps/unix/sysv/linux/net/ppp_defs.h
12416         * sysdeps/unix/sysv/linux/sparc/bits/resource.h
12417         * sysdeps/unix/sysv/linux/sys/acct.h
12418         * sysdeps/unix/sysv/linux/sys/timerfd.h
12419         * sysvipc/sys/msg.h, sysvipc/sys/sem.h, sysvipc/sys/shm.h
12420         * time/sys/time.h, time/sys/timeb.h
12421         Use the new bits/types headers.
12423         * include/time.h: Remove __need logic.
12424         * include/bits/time.h
12425         * include/bits/types/clock_t.h, include/bits/types/clockid_t.h
12426         * include/bits/types/time_t.h, include/bits/types/timer_t.h
12427         * include/bits/types/struct_itimerspec.h
12428         * include/bits/types/struct_timespec.h
12429         * include/bits/types/struct_timeval.h
12430         * include/bits/types/struct_tm.h:
12431         New wrapper headers.
12433 2016-09-23  Zack Weinberg  <zackw@panix.com>
12435         * sysdeps/mach/hurd/net/if_ppp.h
12436         * sysdeps/unix/sysv/linux/net/if_ppp.h:
12437         Only define struct ifpppstatsreq and struct ifpppcstatsreq
12438         if __USE_MISC is defined, to ensure struct ifreq is declared.
12440         * inet/netinet/ether.h: Condition all function prototypes
12441         on __USE_MISC, to ensure struct ether_addr is declared.
12443         * socket/bits/types/struct_osockaddr.h: New header.
12444         * include/bits/types/struct_osockaddr.h: New wrapper.
12445         * socket/Makefile: Install the new header.
12446         * socket/sys/socket.h, inet/protocols/talkd.h:
12447         Refer to bits/types/struct_osockaddr.h for the definition of
12448         struct osockaddr.
12450 2016-09-23  Zack Weinberg  <zackw@panix.com>
12452         * bits/in.h, gmon/sys/gmon.h, inet/netinet/igmp.h
12453         * inet/protocols/routed.h, inet/protocols/talkd.h
12454         * inet/protocols/timed.h, io/fts.h, nptl_db/thread_db.h
12455         * resolv/arpa/nameser.h, resolv/resolv.h, sunrpc/rpc/rpc_des.h
12456         * sysdeps/generic/netinet/if_ether.h
12457         * sysdeps/generic/netinet/in_systm.h
12458         * sysdeps/generic/netinet/ip.h, sysdeps/generic/netinet/tcp.h
12459         * sysdeps/gnu/netinet/ip_icmp.h, sysdeps/gnu/netinet/tcp.h
12460         * sysdeps/gnu/netinet/udp.h, sysdeps/mach/hurd/net/ethernet.h
12461         * sysdeps/mach/hurd/net/if_arp.h
12462         * sysdeps/mach/hurd/net/if_ppp.h
12463         * sysdeps/mach/hurd/net/route.h, sysdeps/mach/sys/reboot.h
12464         * sysdeps/unix/sysv/linux/bits/in.h
12465         * sysdeps/unix/sysv/linux/net/ethernet.h
12466         * sysdeps/unix/sysv/linux/net/if_arp.h
12467         * sysdeps/unix/sysv/linux/net/if_ppp.h
12468         * sysdeps/unix/sysv/linux/net/if_shaper.h
12469         * sysdeps/unix/sysv/linux/net/route.h
12470         * sysdeps/unix/sysv/linux/netinet/if_ether.h
12471         * sysdeps/unix/sysv/linux/netinet/if_fddi.h
12472         * sysdeps/unix/sysv/linux/netinet/if_tr.h
12473         * sysdeps/unix/sysv/linux/netipx/ipx.h
12474         * sysdeps/unix/sysv/linux/sys/acct.h
12475         * include/arpa/nameser.h, include/resolv.h:
12476         Change all uses of u_char to unsigned char,
12477         u_short and ushort to unsigned short, u_int and uint to unsigned int,
12478         u_long and ulong to unsigned long, u_int8_t to uint8_t,
12479         u_int16_t to uint16_t, u_int32_t to uint32_t, quad_t to int64_t,
12480         and u_int64_t and u_quad_t to uint64_t.
12482         * mach/sys/reboot.h: Remove two casts of integer literals
12483         to the types they already have.
12485         * bits/in.h: Correct error in description of IP_MULTICAST_LOOP.
12486         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
12487         * sysdeps/unix/sysv/linux/netinet/if_ether.h: Change a comment
12488         from referring to 'unsigned char' to 'uint8_t' for consistency with
12489         the macro definition below.
12491         * gmon/sys/gmon.h, inet/netinet/igmp.h, inet/protocols/talkd.h
12492         * io/fts.h, resolv/arpa/nameser.h, resolv/resolv.h
12493         * sunrpc/rpc/rpc_des.h, sysdeps/generic/netinet/ip.h
12494         * sysdeps/gnu/netinet/tcp.h, sysdeps/gnu/netinet/udp.h
12495         * sysdeps/mach/hurd/net/if_ppp.h, sysdeps/unix/sysv/linux/net/if_ppp.h
12496         * sysdeps/unix/sysv/linux/sys/acct.h
12497         * include/arpa/nameser.h, include/resolv.h:
12498         Fix indentation disrupted by mechanical edits.
12500         * inet/protocols/talkd.h, resolv/arpa/nameser.h
12501         * sysdeps/generic/netinet/in_systm.h
12502         * sysdeps/gnu/netinet/ip_icmp.h, sysdeps/gnu/netinet/tcp.h
12503         * sysdeps/gnu/netinet/udp.h
12504         * sysdeps/unix/sysv/linux/net/ethernet.h
12505         * sysdeps/unix/sysv/linux/net/if_arp.h
12506         * sysdeps/unix/sysv/linux/net/if_ppp.h
12507         * sysdeps/unix/sysv/linux/net/if_shaper.h
12508         * sysdeps/unix/sysv/linux/netinet/if_fddi.h
12509         * sysdeps/unix/sysv/linux/netinet/if_tr.h
12510         * sysdeps/unix/sysv/linux/netipx/ipx.h
12511         * sysdeps/unix/sysv/linux/sys/acct.h
12512         Include stdint.h for uintNN_t definitions.
12513         Don't include sys/cdefs.h, features.h, or asm/types.h directly.
12515 2016-09-23  Zack Weinberg  <zackw@panix.com>
12517         * rpcsvc/nislib.h: Include rpcsvc/nis.h.
12518         * sysdeps/unix/sysv/linux/netrose/rose.h:
12519         Include sys/socket.h and netax25/ax25.h.
12521         * inet/netinet/icmp6.h, inet/netinet/ip6.h
12522         * resolv/arpa/nameser_compat.h:
12523         Use __BYTE_ORDER etc. instead of BYTE_ORDER etc.
12525         * sysdeps/unix/sysv/linux/sys/quota.h:
12526         Use __caddr_t instead of caddr_t.
12527         * sysdeps/unix/sysv/linux/sys/timerfd.h:
12528         Use __clockid_t instead of clockid_t.
12530         * sysvipc/sys/ipc.h: Remove unnecessary #warning.
12532         * argp/argp.h: Check whether _LIBC is defined before expanding it.
12533         * posix/glob.h: Check whether __USE_XOPEN2K8 is defined instead of
12534         expanding it.
12536         * misc/sys/cdefs.h: Tidy up conditional nest defining __flexarr.
12537         Define __glibc_c99_flexarr_available to 1 when the compiler
12538         supports C99-compatible flexible array members, 0 otherwise.
12539         * sysdeps/unix/sysv/linux/bits/socket.h
12540         * sysdeps/mach/hurd/bits/socket.h
12541         * bits/socket.h: Use __glibc_c99_flexarr_available in
12542         definitions of struct cmsghdr and CMSG_DATA.
12544 2016-09-23  Florian Weimer  <fweimer@redhat.com>
12546         * manual/nss.texi (NSS Modules Interface): Adjust function return
12547         type to enum nss_status.  Document errnop argument.  Clarify
12548         h_errnop semantics.  Fix cross-reference formatting.
12549         (NSS Module Function Internals): Mention that *errnop needs to be
12550         set on failure, but not to zero.
12552 2016-09-23  Florian Weimer  <fweimer@redhat.com>
12554         * io/tst-open-tmpfile.c (wrap_open64, wrap_openat64)
12555         (get_random_name): New functions.
12556         (check_wrapper_flags_mode): Use linkat to give the new file a name
12557         determined by get_random_name.
12558         (do_test): Add calls to test open64 and openat64.
12560 2016-09-23  Florian Weimer  <fweimer@redhat.com>
12562         * test-skeleton.c: Remove #include <stdarg.h>.
12564 2016-09-21  Alexandre Oliva <aoliva@redhat.com>
12566         [BZ #19826]
12567         * elf/dl-tls.c (_dl_allocate_tls_init): Restore DTV early
12568         initialization of static TLS entries.
12569         * elf/dl-reloc.c (_dl_nothread_init_static_tls): Likewise.
12570         * nptl/allocatestack.c (init_one_static_tls): Likewise.
12572 2016-09-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12574         * hurd/hurdmalloc.c (malloc_fork_prepare): Rename to
12575         _hurd_malloc_fork_prepare.
12576         (malloc_fork_parent): Rename to _hurd_malloc_fork_parent.
12577         (malloc_fork_child): Rename to _hurd_malloc_fork_child.
12578         (_hurd_fork_prepare_hook): Drop malloc_fork_prepare.
12579         (_hurd_fork_parent_hook): Drop malloc_fork_parent.
12580         (_hurd_fork_child_hook): Drop malloc_fork_child.
12581         * hurd/hurdmalloc.h (_hurd_malloc_fork_prepare,
12582         _hurd_malloc_fork_parent, _hurd_malloc_fork_child): Add declarations.
12583         * sysdeps/mach/hurd/fork.c (__fork): Call __malloc_fork_lock_parent
12584         after locking locks (notably hurd_dtable_lock). Call
12585         _hurd_malloc_fork_prepare after that. Call _hurd_malloc_fork_parent
12586         before __malloc_fork_unlock_parent and _hurd_malloc_fork_child before
12587         __malloc_fork_unlock_child.
12588         * sysdeps/mach/i386/syscall.S (syscall): Push back syscall number.
12590 2016-09-21  James Greenhalgh  <james.greenhalgh@arm.com>
12592         * soft-fp/extendhftf2.c: New.
12593         * soft-fp/fixhfti.c: Likewise.
12594         * soft-fp/fixunshfti.c: Likewise.
12595         * soft-fp/floattihf.c: Likewise.
12596         * soft-fp/floatuntihf.c: Likewise.
12597         * soft-fp/half.h: Likewise.
12598         * soft-fp/trunctfhf2.c: Likewise.
12600 2016-09-21  Joseph Myers  <joseph@codesourcery.com>
12602         * math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (issubnormal): New
12603         macro.
12604         * math/libm-test.inc (issubnormal_test_data): New array.
12605         (issubnormal_test): New function.
12606         * manual/arith.texi (Floating Point Classes): Document
12607         issubnormal.
12608         * manual/libm-err-tab.pl: Update comment on interfaces without
12609         ulps tabulated.
12611         * sysdeps/generic/stdint.h: Define
12612         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
12613         <bits/libc-header-start.h> instead of including <features.h>.
12614         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT8_WIDTH): New macro.
12615         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT8_WIDTH): Likewise.
12616         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT16_WIDTH): Likewise.
12617         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT16_WIDTH): Likewise.
12618         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT32_WIDTH): Likewise.
12619         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT32_WIDTH): Likewise.
12620         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT64_WIDTH): Likewise.
12621         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT64_WIDTH): Likewise.
12622         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_LEAST8_WIDTH): Likewise.
12623         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_LEAST8_WIDTH): Likewise.
12624         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_LEAST16_WIDTH): Likewise.
12625         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_LEAST16_WIDTH): Likewise.
12626         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_LEAST32_WIDTH): Likewise.
12627         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_LEAST32_WIDTH): Likewise.
12628         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_LEAST64_WIDTH): Likewise.
12629         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_LEAST64_WIDTH): Likewise.
12630         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_FAST8_WIDTH): Likewise.
12631         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_FAST8_WIDTH): Likewise.
12632         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_FAST16_WIDTH): Likewise.
12633         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_FAST16_WIDTH): Likewise.
12634         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_FAST32_WIDTH): Likewise.
12635         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_FAST32_WIDTH): Likewise.
12636         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_FAST64_WIDTH): Likewise.
12637         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_FAST64_WIDTH): Likewise.
12638         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INTPTR_WIDTH): Likewise.
12639         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINTPTR_WIDTH): Likewise.
12640         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INTMAX_WIDTH): Likewise.
12641         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINTMAX_WIDTH): Likewise.
12642         [__GLIBC_USE (IEC_60559_BFP_EXT)] (PTRDIFF_WIDTH): Likewise.
12643         [__GLIBC_USE (IEC_60559_BFP_EXT)] (SIG_ATOMIC_WIDTH): Likewise.
12644         [__GLIBC_USE (IEC_60559_BFP_EXT)] (SIZE_WIDTH): Likewise.
12645         [__GLIBC_USE (IEC_60559_BFP_EXT)] (WCHAR_WIDTH): Likewise.
12646         [__GLIBC_USE (IEC_60559_BFP_EXT)] (WINT_WIDTH): Likewise.
12647         * manual/arith.texi (Integers): Document these macros for types
12648         specified by width properties.
12649         * manual/lang.texi (Width of Type): Document these macros for
12650         other standard typedefs.
12651         * stdlib/tst-width-stdint.c: New file.
12652         * stdlib/Makefile (tests): Add tst-width-stdint.
12654 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12656         [BZ #20016]
12657         * resolv/res_send.c (__libc_res_nsend): Remove USE_HOOK code.
12658         * resolv/res_data.c (res_send_setqhook, res_send_setrhook):
12659         Move ...
12660         * resolv/compat-hooks.c (res_send_setqhook, res_send_setrhook):
12661         ... here, as compatibility symbols in a new file.
12662         * resolv/Makefile (libresolv-routines): Add compat-hooks.
12663         * resolv/res_init.c (__res_vinit): Adjust member names.
12664         * include/resolv.h (res_send_setqhook, res_send_setrhook): Remove.
12665         * resolv/resolv.h (res_sendhookact, res_send_qhook)
12666         (res_send_rhook): Remove.
12667         (struct __res_state): Rename qhook, rhook members.
12669 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12671         malloc: Use __libc_lock wrappers.
12672         * malloc/arena.c (list_lock, free_list_lock): Define using
12673         __libc_lock_define_initialized.
12674         (arena_lock): Adjust formatting.
12675         * malloc/malloc.c (struct malloc_state): Define mutex using
12676         __libc_lock_define.
12677         * sysdeps/generic/malloc-machine.h (mutex_t, mutex_init)
12678         (mutex_lock, mutex_trylock, mutex_unlock): Remove.
12679         * sysdeps/mach/hurd/malloc-machine.h (mutex_t, mutex_lock)
12680         (mutex_unlock, mutex_trylock): Remove.
12681         (__pthread_initialize): Remove unused macro.
12682         * sysdeps/nptl/malloc-machine.h (mutex_t, mutex_lock)
12683         (mutex_unlock, mutex_trylock): Remove.
12685 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12687         [BZ #20592]
12688         Remove RR type classification macros.
12689         * resolv/arpa/nameser.h (ns_t_qt_p, ns_t_mrr_p, ns_t_rr_p)
12690         (ns_t_udp_p, ns_t_xfr_p): Remove.
12692 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12694         Remove misleading version information.
12695         * resolv/arpa/nameser.h (__NAMESER): Remove.
12696         * resolv/arpa/nameser_compat.h (__BIND): Remove.
12698 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12700         Remove the always-defined BIND_4_COMPAT macro.
12701         * resolv/arpa/nameser.h: Unconditionally include
12702         <arpa/nameser_compat.h>.
12703         (BIND_4_COMPAT): Remove.
12704         * resolv/res_comp.c: Do not check BIND_4_COMPAT.
12706 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12708         [BZ #20591]
12709         Remove obsolete DNSSEC support.
12710         * resolv/arpa/nameser.h (ns_key_types, NS_KEY_*, NS_ALG_*)
12711         (NS_MD5_RSA_*, NS_DSA_*, NS_NXT_*, ns_sign, ns_sign2, ns_sign_tcp)
12712         (ns_sign_tcp2, ns_sign_tcp_init, ns_find_tsig, ns_verify)
12713         (ns_verify_tcp, ns_verify_tcp_init): Remove.
12714         (ns_cert_types): Add comment.
12715         * resolv/ns_print.c (ns_sprintrrf): Do not handle DNSSEC records
12716         separately.
12717         (KEY_RSA, KEY_HMAC_MD5, dst_s_id_calc, dst_s_get_int16)
12718         (dst_s_dns_key_id): Remove.
12719         * resolv/res_debug.c (__p_key_syms, __p_cert_syms): Remove unused
12720         variables.
12722 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12724         [BZ #20524]
12725         * manual/string.texi (String/Array Comparison): Clarify the
12726         strverscmp behavior.
12728 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12730         * test-skeleton.c (xasprintf): Add function.
12731         * io/tst-open-tmpfile.c: New test.
12732         * io/Makefile (tests): Add it.
12734 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12736         Avoid running $(CXX) during build to obtain header file paths.
12737         * configure.ac (CXX_SYSINCLUDES, CXX_CMATH_HEADER): Set.
12738         * config.make.in (c++-cstdlib-header, c++-cmath-header): Define.
12739         * Makerules (cstdlib, cmath): Remove variables.  Use
12740         $(c++-cstdlib-header), $(c++-cmath-header) instead.
12741         * configure: Regenerate.
12743 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12745         * Makeconfig (all-object-suffixes): Include .op only if
12746         $(build-profile).
12748 2016-09-21  Florian Weimer  <fweimer@redhat.com>
12750         * elf/sln.c: Remove HAVE_CONFIG_H, S_ISDIR, S_ISLNK preprocessor
12751         conditionals.  Do not define PATH_MAX.
12753 2016-09-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12755         * posix/Makefile (tests): Add tst-spawn3.
12756         * posix/tst-spawn3.c: New file.
12757         * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Close file descriptor
12758         if it is already opened for open action.
12760         * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Correctly block and unblock
12761         all signals when executing the clone vfork child.
12762         (SIGALL_SET): Remove macro.
12764         * nptl/Makefile (tests): Add tst-exec5.
12765         * nptl/tst-exec5.c: New file.
12766         * sysdeps/unix/sysv/linux/spawni.c (__spawni): Correctly enable and disable
12767         asynchronous cancellation.
12769 2016-09-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12771         * hurd/exc2signal.c: #include <hurd/signal.h>
12772         (_hurd_exception2signal): Replace 'exception', 'code', 'subcode',
12773         'sigcode', 'error' parameters with 'detail' parameter.  Fix code
12774         accordingly.
12775         * mach/mach_error.c (mach_error): Fix old-style function definition.
12776         * mach/errstring.c (mach_error_type, mach_error_string): Likewise.
12778 2016-09-20  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12780         * math/Makefile (libm-calls): Remove s_nanF.
12781         (gen-libm-calls): Add s_nanF.
12783         * math/s_nan.c: Refactor into ...
12784         * math/s_nan_template.c: New file.
12786         * math/s_nanf.c: Removed.
12787         * math/s_nanl.c: Removed.
12788         * sysdeps/ieee754/ldbl-opt/s_nan.c: Removed.
12789         * sysdeps/ieee754/ldbl-opt/s_nanl.c: Removed.
12791         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h:
12792         (LDOUBLE_nanl_libm_version): New macro.
12794         * sysdeps/generic/math-type-macros-double.h:
12795         (M_STRTO_NAN): New macro.
12796         * sysdeps/generic/math-type-macros-float.h: Likewise.
12797         * sysdeps/generic/math-type-macros-ldouble.h: Likewise.
12799         * sysdeps/generic/math-type-macros.h: Document
12800         M_STRTO_NAN.
12802 2016-09-20  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12804         * math/s_nanf.c: Remove __nanf undef.
12805         * math/s_nan.c: Remove __nan undef.
12806         * math/s_nanl.c: Remove __nanl undef.
12808         * sysdeps/generic/math_private.h (__nan): Remove macro
12809         override.
12810         (__nanf): Likewise.
12811         (__nanl): Likewise.
12813 2016-09-20  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12815         * math/Makefile (gen-all-calls): New variable.
12816         (generated): Replace gen-libm-calls with gen-all-calls.
12817         (gen-libm-templates.stmp): Likewise.  Also, ensure
12818         the output directory exists or is created and add
12819         dependency on the Makefile.
12820         (calls): Move s_ldexpF into gen-calls.
12821         (gen-calls): New variable.
12823         * math/s_ldexpf.c: Removed.
12824         * math/s_ldexpl.c: Removed.
12825         * math/s_ldexp.c: Refactored into ...
12826         * math/s_ldexp_template.c: New file.
12828         * sysdeps/generic/math-type-macros-double.h: Remove
12829         redundant fall-through definition of declare_mgen_alias.
12830         (declare_mgen_alias_2): New macro.
12832         * sysdeps/generc/math-type-macros.h (declare_mgen_alias_2):
12833         New macro for function aliased to two exported symbols.
12835         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Update to use
12836         new template file.
12837         sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
12839 2016-09-20  Florian Weimer  <fweimer@redhat.com>
12841         * Makeconfig (all-object-suffixes): Remove .og.
12842         * Makerules (elide-routines.og): Remove.
12843         * sysdeps/i386/i686/Makefile (CFLAGS-.og, ASFLAGS-.og): Remove.
12844         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.og): Remove.
12845         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.op): Remove.
12847 2016-09-20  Florian Weimer  <fweimer@redhat.com>
12849         * scripts/sysd-rules.awk (BEGIN): Only generate rtld patterns for
12850         .os objects.
12852 2016-09-19  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
12854         [BZ #20615]
12855         * sysdeps/powerpc/powerpc32/power9/multiarch/Implies: Replace
12856         fpu directory by non-fpu.
12857         * sysdeps/powerpc/powerpc64/power9/fpu/Implies: Remove dependency
12858         on non-fpu directory from a fpu directory.
12860 2016-09-19  Joseph Myers  <joseph@codesourcery.com>
12862         * include/limits.h: Define
12863         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
12864         <bits/libc-header-start.h> instead of including <features.h>.
12865         [__GLIBC_USE (IEC_60559_BFP_EXT)] (CHAR_WIDTH): New macro.
12866         [__GLIBC_USE (IEC_60559_BFP_EXT)] (SCHAR_WIDTH): Likewise.
12867         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UCHAR_WIDTH): Likewise.
12868         [__GLIBC_USE (IEC_60559_BFP_EXT)] (SHRT_WIDTH): Likewise.
12869         [__GLIBC_USE (IEC_60559_BFP_EXT)] (USHRT_WIDTH): Likewise.
12870         [__GLIBC_USE (IEC_60559_BFP_EXT)] (INT_WIDTH): Likewise.
12871         [__GLIBC_USE (IEC_60559_BFP_EXT)] (UINT_WIDTH): Likewise.
12872         [__GLIBC_USE (IEC_60559_BFP_EXT)] (LONG_WIDTH): Likewise.
12873         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ULONG_WIDTH): Likewise.
12874         [__GLIBC_USE (IEC_60559_BFP_EXT)] (LLONG_WIDTH): Likewise.
12875         [__GLIBC_USE (IEC_60559_BFP_EXT)] (ULLONG_WIDTH): Likewise.
12876         * manual/lang.texi (Width of Type): Document these macros.
12877         * stdlib/tst-width.c: New file.
12878         * stdlib/Makefile (tests): Add tst-width.
12880 2016-09-18  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12882         * intl/dcigettext.c (PATH_MAX): Call __pathconf instead of pathconf.
12883         * sysdeps/posix/dup.c (__dup): Call __fcntl instead of fcntl.
12885 2016-09-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12887         * nptl/sem_init.c (__new_sem_init): Init pad value to 0.
12888         * sysdeps/sparc/sparc32/sem_open.c: Remove file.
12889         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: Likewise.
12891 2016-09-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
12893         [BZ #18243]
12894         * rt/Makefile (test): Add tst-shm-cancel.
12895         * rt/tst-shm-cancel.c: New file.
12896         * sysdeps/posix/shm_open.c: Disable asynchronous cancellation.
12898         [BZ #18243]
12899         * nptl/pthreadP.h (__pthread_testcancel): Add prototype and hidden_proto.
12900         * nptl/pthread_testcancel.c (pthread_cancel): Add internal aliais
12901         definition.
12902         * nptl/sem_timedwait.c (sem_timedwait): Add cancellation check for
12903         uncontended case.
12904         * nptl/sem_wait.c (__new_sem_wait): Likewise.
12905         * nptl/tst-cancel12.c (cleanup): Remove wrong cancellation point.
12906         (tf): Fix check for uncontended case.
12907         (do_test): Likewise.
12908         * nptl/tst-cancel13.c (cleanup): Remove wrong cancellation point.
12909         (tf): Fix check for uncontended case.
12910         (do_test): Likewise.
12911         * nptl/tst-cancel14.c (cleanup): Remove wrong cancellation point.
12912         (tf): Fix check for uncontended case.
12913         (do_test): Likewise.
12914         * nptl/tst-cancel15.c (cleanup): Remove wrong cancellation point.
12915         (tf): Fix check for uncontended case.
12916         (do_test): Likewise.
12918         * sysdeps/sparc/sparc32/sem_wait.c: Remove file.
12919         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Likewise.
12921         [BZ #15765]
12922         * nptl/Makefile (tests): Add tst-sem16.
12923         * nptl/tst-sem16.c: New file.
12924         * nptl/sem_open.c (sem_open): Disable asynchronous cancellation.
12926         * nptl/sem_open.c (sem_open): Init pad value to 0.
12927         * sysdeps/sparc/sparc32/sem_open.c: Remove file.
12928         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: Likewise.
12930 2016-09-15  Florian Weimer  <fweimer@redhat.com>
12932         [BZ #20611]
12933         * inet/Makefile (routines): Add inet6_scopeid_pton.
12934         (tests): Add tst-inet6_scopeid_pton.
12935         * inet/inet6_scopeid_pton.c: New file.
12936         * inet/net-internal.h: Likewise.
12937         * inet/tst-inet6_scopeid_pton.c: New test.
12938         * inet/Versions (GLIBC_PRIVATE): Add __inet6_scopeid_pton.
12939         * resolv/res_init.c (__res_vinit): Use __inet6_scopeid_pton.
12940         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
12942 2016-09-14  Florian Weimer  <fweimer@redhat.com>
12944         Remove support for compiling wrappers with PTW.
12945         * sysdeps/nptl/Makeconfig: Drop ptw- support.
12946         * nptl/Makefile (pthread-compat-wrappers): Define.
12947         (libpthread-routines): Use pthread-compat-wrappers.
12948         * sysdeps/unix/sysv/linux/alpha/Makefile
12949         (libpthread-routines, libpthread-shared-only-routines): Remove
12950         ptw- prefix.
12951         * sysdeps/s390/nptl/Makefile
12952         (libpthread-routines, libpthread-shared-only-routines): Likewise.
12953         * sysdeps/ia64/nptl/Makefile
12954         (libpthread-routines, libpthread-shared-only-routines): Likewise.
12955         * sysdeps/nacl/Makefile (libpthread-routines): Use
12956         pthread-compat-wrappers to filter the routines list instead of the
12957         ptw- prefix.
12959 2016-09-13  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
12961         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Wrap long double literals
12962         with L() and remove explicit suffix, convert real literals
12963         which can be equivalentally substituted with integers, and
12964         transform -L(x) to L(-x).
12966         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
12967         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
12968         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
12969         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
12970         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
12971         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
12972         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
12973         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
12974         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
12975         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
12976         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
12977         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
12978         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
12979         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
12980         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
12981         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
12982         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
12983         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
12984         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
12985         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
12986         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
12987         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
12988         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
12989         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
12990         * sysdeps/ieee754/ldbl-128/lgamma_negl.c: Likewise.
12991         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
12992         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
12993         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
12994         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
12995         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
12996         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
12997         * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
12998         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
12999         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
13000         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
13001         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
13002         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
13003         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
13004         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
13005         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
13006         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
13007         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
13008         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
13009         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
13010         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
13011         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
13012         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
13013         * sysdeps/ieee754/ldbl-128/t_expl.h: Likewise.
13014         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
13015         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
13017 2016-09-13  Florian Weimer  <fweimer@redhat.com>
13019         * resolv/res_init.c: Remove _LIBC_REENTRANT; it is always defined.
13021 2016-09-10  Siddhesh Poyarekar  <siddhesh@sourceware.org>
13023         * malloc/Makefile (tests): Remove individual static test names
13024         and just add all of tests-static.
13026         * csu/libc-start.c (__libc_csu_irel): Remove declaration.
13028 2016-09-07  Joseph Myers  <joseph@codesourcery.com>
13030         * sysdeps/powerpc/powerpc32/e500/nofpu/fetestexceptflag.c: New
13031         file.
13033         * sysdeps/sparc/fpu/fegetmode.c: New file.
13034         * sysdeps/sparc/fpu/fesetmode.c: Likewise.
13036         * sysdeps/sh/sh4/fpu/fegetmode.c: New file.
13037         * sysdeps/sh/sh4/fpu/fesetmode.c: Likewise.
13039         * sysdeps/s390/fpu/fegetmode.c: New file.
13040         * sysdeps/s390/fpu/fesetmode.c: Likewise.
13042         * sysdeps/powerpc/fpu/fegetmode.c: New file.
13043         * sysdeps/powerpc/fpu/fesetmode.c: Likewise.
13044         * sysdeps/powerpc/nofpu/fegetmode.c: Likewise.
13045         * sysdeps/powerpc/nofpu/fesetmode.c: Likewise.
13046         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetmode.c: Likewise.
13047         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetmode.c: Likewise.
13049         * sysdeps/mips/fpu/fegetmode.c: New file.
13050         * sysdeps/mips/fpu/fesetmode.c: Likewise.
13052         * sysdeps/m68k/fpu/fegetmode.c: New file.
13053         * sysdeps/m69k/fpu/fesetmode.c: Likewise.
13055         * sysdeps/ia64/fpu/fegetmode.c: New file.
13056         * sysdeps/ia64/fpu/fesetmode.c: Likewise.
13058         * sysdeps/hppa/fpu/fegetmode.c: New file.
13059         * sysdeps/hppa/fpu/fesetmode.c: Likewise.
13061         * sysdeps/arm/fegetmode.c: New file.
13062         * sysdeps/arm/fesetmode.c: Likewise.
13064         * sysdeps/alpha/fpu/fegetmode.c: New file.
13065         * sysdeps/alpha/fpu/fesetmode.c: Likewise.
13067         * sysdeps/aarch64/fpu/fegetmode.c: New file.
13068         * sysdeps/aarch64/fpu/fesetmode.c: Likewise.
13070         * math/fegetmode.c: New file.
13071         * math/fesetmode.c: Likewise.
13072         * sysdeps/i386/fpu/fegetmode.c: Likewise.
13073         * sysdeps/i386/fpu/fesetmode.c: Likewise.
13074         * sysdeps/x86_64/fpu/fegetmode.c: Likewise.
13075         * sysdeps/x86_64/fpu/fesetmode.c: Likewise.
13076         * math/fenv.h: Update comment on inclusion of <bits/fenv.h>.
13077         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fegetmode): New function
13078         declaration.
13079         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fesetmode): Likewise.
13080         * bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (femode_t): New
13081         typedef.
13082         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
13083         * sysdeps/aarch64/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
13084         (femode_t): New typedef.
13085         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
13086         * sysdeps/alpha/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
13087         (femode_t): New typedef.
13088         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
13089         * sysdeps/arm/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
13090         (femode_t): New typedef.
13091         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
13092         * sysdeps/hppa/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
13093         (femode_t): New typedef.
13094         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
13095         * sysdeps/ia64/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
13096         (femode_t): New typedef.
13097         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
13098         * sysdeps/m68k/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
13099         (femode_t): New typedef.
13100         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
13101         * sysdeps/microblaze/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
13102         (femode_t): New typedef.
13103         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
13104         * sysdeps/mips/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
13105         (femode_t): New typedef.
13106         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
13107         * sysdeps/nios2/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
13108         (femode_t): New typedef.
13109         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
13110         * sysdeps/powerpc/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
13111         (femode_t): New typedef.
13112         [__GLIBC_USE (IEC_60559_BFP_EXT)] (__fe_dfl_mode): New variable
13113         declaration.
13114         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
13115         * sysdeps/s390/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
13116         (femode_t): New typedef.
13117         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
13118         * sysdeps/sh/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
13119         (femode_t): New typedef.
13120         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
13121         * sysdeps/sparc/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
13122         (femode_t): New typedef.
13123         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
13124         * sysdeps/tile/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
13125         (femode_t): New typedef.
13126         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
13127         * sysdeps/x86/fpu/bits/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
13128         (femode_t): New typedef.
13129         [__GLIBC_USE (IEC_60559_BFP_EXT)] (FE_DFL_MODE): New macro.
13130         * manual/arith.texi (FE_DFL_MODE): Document macro.
13131         (fegetmode): Document function.
13132         (fesetmode): Likewise.
13133         * math/Versions (fegetmode): New libm symbol at version
13134         GLIBC_2.25.
13135         (fesetmode): Likewise.
13136         * math/Makefile (libm-support): Add fegetmode and fesetmode.
13137         (tests): Add test-femode and test-femode-traps.
13138         * math/test-femode-traps.c: New file.
13139         * math/test-femode.c: Likewise.
13140         * sysdeps/powerpc/fpu/fenv_const.c (__fe_dfl_mode): Declare as
13141         alias for __fe_dfl_env.
13142         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_dfl_mode): Likewise.
13143         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c
13144         (__fe_dfl_mode): Likewise.
13145         * sysdeps/powerpc/Versions (__fe_dfl_mode): New libm symbol at
13146         version GLIBC_2.25.
13147         * sysdeps/nacl/libm.abilist: Update.
13148         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
13149         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
13150         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
13151         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
13152         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
13153         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
13154         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
13155         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
13156         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
13157         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
13158         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
13159         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
13160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
13161         Likewise.
13162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
13163         Likewise.
13164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
13165         Likewise.
13166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
13167         Likewise.
13168         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
13169         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
13170         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
13171         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
13172         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
13173         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
13174         Likewise.
13175         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
13176         Likewise.
13177         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
13178         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
13179         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
13181 2016-09-06  H.J. Lu  <hongjiu.lu@intel.com>
13183         [BZ #20495]
13184         [BZ #20508]
13185         * sysdeps/x86/cpu-features.c (init_cpu_features): For Intel
13186         processors, set Use_dl_runtime_resolve_slow and set
13187         Use_dl_runtime_resolve_opt if XGETBV suports ECX == 1.
13188         * sysdeps/x86/cpu-features.h (bit_arch_Use_dl_runtime_resolve_opt):
13189         New.
13190         (bit_arch_Use_dl_runtime_resolve_slow): Likewise.
13191         (index_arch_Use_dl_runtime_resolve_opt): Likewise.
13192         (index_arch_Use_dl_runtime_resolve_slow): Likewise.
13193         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Use
13194         _dl_runtime_resolve_avx512_opt and _dl_runtime_resolve_avx_opt
13195         if Use_dl_runtime_resolve_opt is set.  Use
13196         _dl_runtime_resolve_slow if Use_dl_runtime_resolve_slow is set.
13197         * sysdeps/x86_64/dl-trampoline.S: Include <cpu-features.h>.
13198         (_dl_runtime_resolve_opt): New.  Defined for AVX and AVX512.
13199         (_dl_runtime_resolve): Add one for _dl_runtime_resolve_sse_vex.
13200         * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve_avx_slow):
13201         New.
13202         (_dl_runtime_resolve_opt): Likewise.
13203         (_dl_runtime_profile): Define only if _dl_runtime_profile is
13204         defined.
13206 2016-09-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
13208         * sysdeps/unix/sysv/linux/s390/localplt.data: Mark ld.so:
13209         __libc_memalign with "+ RELA R_390_GLOB_DAT".
13211 2016-09-06  Florian Weimer  <fweimer@redhat.com>
13213         Convert malloc to __libc_lock.  Automated part, using this Perl
13214         s/// command:
13215           s/(?:\(void\)\s*)?mutex_((?:|un|try)lock|init)
13216             \s*\(\&([^\)]+)\)/__libc_lock_$1\ ($2)/gx;
13217         * malloc/malloc.c, malloc/arena.c, malloc/hooks.c: Perform
13218         conversion.
13220 2016-09-05  Aurelien Jarno  <aurelien@aurel32.net>
13222         * conform/Makefile (conformtest-header-tests): Pass -I. to $(PERL).
13223         (linknamespace-symlists-tests): Likewise.
13224         (linknamespace-header-tests): Likewise.
13226 2016-09-03  Aurelien Jarno  <aurelien@aurel32.net>
13228         [BZ #19810]
13229         * elf/dl-open.c (dl_open_worker): Set DF_1_NODELETE flag later.
13230         * elf/tst-noload.c: New test case.
13231         * elf/Makefile (tests): Add tst-noload.
13233 2016-09-02  Roland McGrath  <roland@hack.frob.com>
13235         * sysdeps/nacl/dup.c: Add libc_hidden_def.
13237         * sysdeps/posix/wait3.c: Don't treat STAT_LOC as a union, since it's
13238         not any more.
13240         * sysdeps/nacl/clock.c (clock): nacl_abi_clock_t -> nacl_irt_clock_t
13242 2016-09-02  Siddhesh Poyarekar  <siddhesh@sourceware.org>
13244         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos): Mark as inline.
13245         (do_cos_slow): Likewise.
13246         (do_sin): Likewise.
13247         (do_sin_slow): Likewise.
13248         (slow): Likewise.
13249         (slow1): Likewise.
13250         (slow2): Likewise.
13251         (sloww): Likewise.
13252         (sloww1): Likewise.
13253         (sloww2): Likewise.
13254         (bsloww): Likewise.
13255         (bsloww1): Likewise.
13256         (bsloww2): Likewise.
13257         (cslow2): Likewise.
13259         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use do_sin.
13261         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos): Accept X and DX as input
13262         arguments.  Consolidate input partitioning from callers here.
13263         (do_cos_slow): Likewise.
13264         (do_sin): Likewise.
13265         (do_sin_slow): Likewise.
13266         (do_sincos_1): Remove the no longer necessary input partitioning.
13267         (do_sincos_2): Likewise.
13268         (__sin): Likewise.
13269         (__cos): Likewise.
13270         (slow1): Likewise.
13271         (slow2): Likewise.
13272         (sloww1): Likewise.
13273         (sloww2): Likewise.
13274         (bsloww1): Likewise.
13275         (bsloww2): Likewise.
13276         (cslow2): Likewise.
13278 2016-09-02  Florian Weimer  <fweimer@redhat.com>
13280         * stdio-common/vfscanf.c (_IO_vfwscanf): Use MB_LEN_MAX instead of
13281         MB_CUR_MAX to avoid race condition.  Avoid pointer arithmetic
13282         outside of allocated array.
13284 2016-09-02  Florian Weimer  <fweimer@redhat.com>
13286         * stdio-common/vfprintf.c (process_string_arg): Use MB_LEN_MAX
13287         instead of MB_CUR_MAX to avoid variable-length array.
13289 2016-09-01  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13291         * math/Makefile (libm-calls): Remove k_rem_pio2F.
13292         (type-double-routines): Add k_rem_pio2.
13293         (type-float-routines): Add k_rem_pio2f.
13295         * sysdeps/generic/math_private.h:
13296         (__kernel_rem_pio2l): Removed.
13298         * math/k_rem_pio2l.c: Removed.
13299         * sysdeps/i386/fpu/k_rem_pio2l.c: Removed.
13300         * sysdeps/ia64/fpu/k_rem_pio2l.c: Removed.
13301         * sysdeps/m68k/m680x0/fpu/k_rem_pio2l.c: Removed.
13302         * sysdeps/x86_64/fpu/k_rem_pio2l.c: Removed.
13304 2016-09-01  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13306         * math/Makefile (gen-libm-calls): Add s_fmin
13307         (libm-calls): Remove above.
13309         * math/s_fmin.c: Refactor into ...
13310         * math/s_fmin_template.c: New file.
13312         * math/s_fminf.c: Removed.
13313         * math/s_fminl.c: Removed.
13314         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h:
13315         (LDOUBLE_fmin_libm_version): New macro.
13317         * sysdeps/ieee754/ldbl-opt/s_fmin.c: Removed.
13318         * sysdeps/ieee754/ldbl-opt/s_fminl.c: Removed.
13320 2016-09-01  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13322         * math/Makefile: (gen-libm-calls): Add s_fmax.
13323         (libm-calls): Remove above.
13325         * math/s_fmax.c: Refactor into ...
13326         * math/s_fmax_template.c: New file.
13327         * math/s_fmaxf.c: Removed.
13328         * math/s_fmaxl.c: Removed.
13330         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h:
13331         (LDOUBLE_fmaxl_libm_version): New macro.
13333         * sysdeps/ieee754/ldbl-opt/s_fmax.c: Removed.
13334         * sysdeps/ieee754/ldbl-opt/s_fmaxl.c: Removed.
13336         * sysdeps/aarch64/fpu/s_fmax.c: Append fpu/ to include of
13337         s_fmin.c to pick the aarch64 version of the file.
13338         * sysdeps/aarch64/fpu/s_fmaxf.c: Likewise.
13339         * sysdeps/aarch64/fpu/s_fminf.c: Likewise.
13341 2016-09-01  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13343         * math/Makefile: (gen-libm-calls): Add s_nextdown.
13344         (libm-calls): Remove above.
13346         * math/s_nextdown.c: Refactor into ...
13347         * math/s_nextdown_template.c: New file.
13348         * math/s_nextdownf.c: Removed.
13349         * math/s_nextdownl.c: Removed.
13351         * sysdeps/ieee754/ldbl-opt/s_nextdownl.c: New file.
13353 2016-09-01  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13355         * math/Makefile (gen-libm-calls): Add s_fdim.
13356         (libm-calls): Move to above.
13358         * math/s_fdim.c: Renamed and refactored into to ...
13359         * math/s_fdim_template.c: New file.
13360         * math/s_fdiml.c: Removed.
13361         * sysdeps/ieee754/ldbl-opt/s_fdim.c: Removed.
13362         * sysdeps/ieee754/ldbl-opt/s_fdiml.c: Removed.
13364         * sysdeps/generic/math-type-macros-double.h:
13365         (declare_mgen_alias): Don't declare if already declared.
13366         * sysdeps/ieee754/ldbl-opt/math-type-macros-ldouble.h:
13367         Likewise.
13369         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h:
13370         (declare_mgen_alias): Don't declare if already declared.
13371         (M_LIBM_NEED_COMPAT): Likewise.
13372         (declare_mgen_libm_compat): Likewise.
13373         (LDOUBLE_fdiml_libm_version): New macro.
13375         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c:
13376         Include math/s_fdim.c now that ldbl-opt version is not needed.
13377         (declare_mgen_alias): New macro to disable aliasing.
13379         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.c:
13380         (declare_mgen_alias): Likewise.
13381         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.c:
13382         (declare_mgen_alias): Likewise.
13383         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.c:
13384         (declare_mgen_alias): Likewise.
13385         (M_LIBM_NEED_COMPAT): Likewise.
13387 2016-09-01  Florian Weimer  <fweimer@redhat.com>
13389         [BZ #20525]
13390         * sysdeps/unix/sysv/linux/sys/quota.h: Update copyright.
13391         Include <linux/quota.h>.
13392         (fs_to_dq_blocks): Hard-code BLOCK_SIZE as 1024, to match dbtob
13393         and btodb.
13394         (_LINUX_QUOTA_VERSION, MAXQUOTAS, USRQUOTA, GRPQUOTA, INITQFNAMES)
13395         (SUBCMDMASK, SUBCMDSHIFT, QCMD, Q_QUOTAON, Q_QUOTAOFF, Q_GETQUOTA)
13396         (Q_SETQUOTA, Q_SETUSE, Q_SYNC, Q_SETQLIM, Q_GETSTATS, Q_RSQUASH)
13397         (Q_GETFMT, Q_GETINFO, Q_SETINFO, Q_GETNEXTQUOTA, QIF_BLIMITS)
13398         (QIF_SPACE, QIF_ILIMITS, QIF_INODES, QIF_BTIME, QIF_ITIME)
13399         (QIF_LIMITS, QIF_USAGE, QIF_TIMES, QIF_ALL, IIF_BGRACE)
13400         (IIF_IGRACE, IIF_FLAGS, IIF_ALL): Remove.
13401         (struct dqblock, struct dqinfo): Use __uint64_t and __uint32_t
13402         types.
13403         * sysdeps/unix/sysv/linux/tst-quota.c: New test.
13404         * sysdeps/unix/sysv/linux/Makefile (tests): Add it.
13406 2016-08-31  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13408         * sysdeps/ieee754/ldbl-128/e_gammal_r.c:
13409         (gammal_positive): Fix spacing.
13410         (__ieee754_gammal_r): Likewise.
13412 2016-08-31  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13414         * sysdeps/ieee754/ldbl-128/math_ldbl.h:
13415         (_Float128): Define as long double, always.
13416         (L): Apply long double type suffix, always.
13418         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Rename long double
13419         _Float128, excepting comments.
13421         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
13422         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
13423         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
13424         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
13425         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
13426         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
13427         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
13428         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
13429         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
13430         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: Likewise.
13431         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
13432         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
13433         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
13434         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
13435         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
13436         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
13437         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
13438         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
13439         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
13440         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
13441         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
13442         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
13443         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
13444         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
13445         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
13446         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
13447         * sysdeps/ieee754/ldbl-128/lgamma_negl.c: Likewise.
13448         * sysdeps/ieee754/ldbl-128/lgamma_productl.c: Likewise.
13449         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
13450         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
13451         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
13452         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
13453         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
13454         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
13455         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
13456         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
13457         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
13458         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
13459         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
13460         * sysdeps/ieee754/ldbl-128/s_fmal.c: Likewise.
13461         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
13462         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
13463         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
13464         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
13465         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
13466         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
13467         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
13468         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
13469         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
13470         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
13471         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
13472         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
13473         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
13474         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
13475         * sysdeps/ieee754/ldbl-128/s_nextupl.c: Likewise.
13476         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
13477         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
13478         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
13479         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
13480         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
13481         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
13482         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
13483         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
13484         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
13485         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
13486         * sysdeps/ieee754/ldbl-128/t_expl.h: Likewise.
13487         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
13488         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
13490         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Rename long double
13491         _Float128, and include math_private.h.
13492         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
13494         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (L): Define using
13495         long double semantics.
13496         (_Float128): Likewise.
13497         * sysdeps/ieee754/ldbl-128ibm/e_j0l.c: Likewise.
13498         * sysdeps/ieee754/ldbl-128ibm/e_j1l.c: Likewise.
13499         * sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c: Likewise.
13500         * sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c: Likewise.
13502 2016-08-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
13504         * config.h.in (HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT): New undefine.
13505         * sysdeps/s390/configure.ac: Add test for z196 zarch support.
13506         * sysdeps/s390/configure: Regenerated.
13507         * sysdeps/s390/fpu/fraiseexcpt.c (__feraiseexcept): Use ledbra
13508         instruction for raising over-/underflow if z196 zarch is supported
13509         by default.
13510         * sysdeps/s390/fpu/fsetexcptflg.c (fesetexceptflag): Correct comment.
13512 2016-08-30  Svante Signell  <svante.signell@gmail.com>
13514         * sysdeps/mach/hurd/adjtime.c (__adjtime): When OLDDELTA is NULL, make
13515         it point to a dumb buffer for RPC to fill it.
13517 2016-08-30  Siddhesh Poyarekar  <siddhesh@sourceware.org>
13519         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos_slow): Use ternary
13520         instead of if/else.
13521         (do_sin_slow): Likewise.
13522         (do_sincos_1): Use fabs instead of if/else.
13523         (do_sincos_2): Likewise.
13524         (__sin): Likewise.
13525         (__cos): Likewise.
13526         (slow2): Likewise.
13527         (sloww): Likewise.
13528         (sloww1): Likewise.  Drop argument M.
13529         (sloww2): Use fabs instead of if/else.
13530         (bsloww): Likewise.
13531         (bsloww1): Likewise.
13532         (bsloww2): Likewise.
13534         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Add
13535         fall through comment.
13536         (do_sincos_1): Likewise.
13538         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute):
13539         Consolidate switch cases 0 and 2.
13541 2016-08-29  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13543         * math/Makefile (libm-gen-calls): Add cpow, clog, clog10, cexp, cproj.
13544         (libm-calls): Remove the above.
13546         * math/s_cexp_template.c: Update using type-generic macros.
13547         * math/s_clog10_template.c: Likewise.
13548         * math/s_cpow_template.c: Likewise.
13549         * math/s_clog_template.c: Likewise.
13550         * math/s_cproj_template.c: Likewise.
13551         * math/s_csqrt_template.c: Likewise.
13553         * math/s_cexp.c: Removed.
13554         * math/s_cexpf.c: Removed.
13555         * math/s_cexpl.c: Removed.
13556         * math/s_clog10.c: Removed.
13557         * math/s_clog10f.c: Removed.
13558         * math/s_clog10l.c: Removed.
13559         * math/s_cpow.c: Removed.
13560         * math/s_cpowf.c: Removed.
13561         * math/s_cpowl.c: Removed.
13562         * math/s_clog.c: Removed.
13563         * math/s_clogf.c: Removed.
13564         * math/s_clogl.c: Removed.
13565         * math/s_cproj.c: Removed.
13566         * math/s_cprojf.c: Removed.
13567         * math/s_cprojl.c: Removed.
13568         * math/s_csqrt.c: Removed.
13569         * math/s_csqrtf.c: Removed.
13570         * math/s_csqrtl.c: Removed.
13572         * sysdeps/alpha/fpu/s_cexpf.c: Update using templated version.
13573         * sysdeps/alpha/fpu/s_clog10f.c: Update using templated version.
13574         * sysdeps/alpha/fpu/s_clogf.c: Update using templated version.
13575         * sysdeps/alpha/fpu/s_cpowf.c: Update using templated version.
13576         * sysdeps/alpha/fpu/s_cprojf.c: Update using templated version.
13577         * sysdeps/alpha/fpu/s_csqrtf.c: Update using templated version.
13579         * sysdeps/ieee754/ldbl-opt/s_cexp.c: Removed.
13580         * sysdeps/ieee754/ldbl-opt/s_cexpl.c: Removed.
13581         * sysdeps/ieee754/ldbl-opt/s_clog.c: Removed.
13582         * sysdeps/ieee754/ldbl-opt/s_clog10.c: Removed.
13583         * sysdeps/ieee754/ldbl-opt/s_clog10l.c: Removed.
13584         * sysdeps/ieee754/ldbl-opt/s_cpow.c: Removed.
13585         * sysdeps/ieee754/ldbl-opt/s_cpowl.c: Removed.
13586         * sysdeps/ieee754/ldbl-opt/s_cproj.c: Removed.
13587         * sysdeps/ieee754/ldbl-opt/s_cprojl.c: Removed.
13588         * sysdeps/ieee754/ldbl-opt/s_csqrt.c: Removed.
13589         * sysdeps/ieee754/ldbl-opt/s_csqrtl.c: Removed.
13591         * sysdeps/ieee754/ldbl-opt/s_clogl.c: Update using templated
13592         version.
13594         * sysdeps/m68k/m680x0/fpu/s_cexp.c: Refactor into.
13595         * sysdeps/m68k/m680x0/fpu/s_cexp_template.c: New file.
13596         * sysdeps/m68k/m680x0/fpu/s_cexpf.c: Removed.
13597         * sysdeps/m68k/m680x0/fpu/s_cexpl.c: Removed.
13599 2016-08-29  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13601         * s_cexp_template.c: Copy of s_cexp.c.
13602         * s_clog_template.c: Copy of s_clog.c.
13603         * s_clog10_template.c: Copy of s_clog10.c.
13604         * s_cpow_template.c: Copy of s_cpow.c.
13605         * s_cproj_template.c: Copy of s_cproj.c.
13606         * s_csqrt_template.c: Copy of s_csqrt.c.
13608 2016-08-29  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13610         [BZ #20517]
13611         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c:
13612         Include ldbl-opt/s_fdim.c to ensure fdiml@GLIBC_2.1 is
13613         exported.
13615 2016-08-29  Joseph Myers  <joseph@codesourcery.com>
13617         * math/fetestexceptflag.c: New file.
13618         * sysdeps/s390/fpu/fetestexceptflag.c: Likewise.  Comment by
13619         Stefan Liebler.
13620         * math/fenv.h [__GLIBC_USE (IEC_60559_BFP_EXT)]
13621         (fetestexceptflag): New function declaration.
13622         * manual/arith.texi (fetestexceptflag): Document function.
13623         * math/Versions (fetestexceptflag): New libm symbol at version
13624         GLIBC_2.25.
13625         * math/Makefile (libm-support): Add fetestexceptflag.
13626         (tests): Add test-fetestexceptflag.
13627         * math/test-fetestexceptflag.c: New file.
13628         * sysdeps/nacl/libm.abilist: Update.
13629         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
13630         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
13631         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
13632         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
13633         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
13634         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
13635         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
13636         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
13637         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
13638         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
13639         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
13640         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
13641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
13642         Likewise.
13643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
13644         Likewise.
13645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
13646         Likewise.
13647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
13648         Likewise.
13649         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
13650         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
13651         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
13652         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
13653         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
13654         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
13655         Likewise.
13656         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
13657         Likewise.
13658         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
13659         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
13660         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
13662 2016-08-26  Florian Weimer  <fweimer@redhat.com>
13664         [BZ #20432]
13665         Avoid strong references to malloc-internal symbols when linking
13666         statically, to support statically interposed mallocs.
13667         * include/libc-symbols.h (call_function_static_weak): New macro.
13668         * malloc/Makefile (tests): Add tst-interpose-nothread,
13669         tst-interpose-thread, tst-interpose-static-nothread,
13670         tst-interpose-static-thread.
13671         (tests-static): Add tst-interpose-static-nothread,
13672         tst-interpose-static-thread.
13673         (extra-tests-objs): Add tst-interpose-aux-nothread.o,
13674         tst-interpose-aux-thread.o.
13675         (test-extras): Add tst-interpose-aux-nothread,
13676         tst-interpose-aux-thread.
13677         (tst-interpose-nothread, tst-interpose-static-nothread): Link with
13678         tst-interpose-aux-nothread.o.
13679         (tst-interpose-thread, tst-interpose-static-thread): Link with
13680         tst-interpose-aux-thread.o and libthread.
13681         * malloc/tst-interpose-aux-nothread.c: New file.
13682         * malloc/tst-interpose-aux-thread.c: Likewise.
13683         * malloc/tst-interpose-aux.c: Likewise.
13684         * malloc/tst-interpose-aux.h: Likewise.
13685         * malloc/tst-interpose-nothread.c: Likewise.
13686         * malloc/tst-interpose-skeleton.c: Likewise.
13687         * malloc/tst-interpose-static-nothread.c: Likewise.
13688         * malloc/tst-interpose-static-thread.c: Likewise.
13689         * malloc/tst-interpose-thread.c: Likewise.
13690         * nptl/tst-tls3-malloc.c: Use new interposed malloc.
13691         * sysdeps/mach/hurd/fork.c (__fork): Only call
13692         __malloc_fork_lock_parent, __malloc_fork_unlock_parent,
13693         __malloc_fork_unlock_child if defined.
13694         * sysdeps/nptl/fork.c (__libc_fork): Likewise.
13696 2016-08-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
13698         * test-skeleton.c (delayed_exit_thread): Add initializer on struct
13699         timespec C99 designated initialization.
13701 2016-08-26  Florian Weimer  <fweimer@redhat.com>
13703         [BZ #19946]
13704         Avoid expected SIGALRM signals.
13705         * test-skeleton.c (xpthread_sigmask, xpthread_mutex_lock)
13706         (xpthread_spin_lock, xpthread_cond_wait, xpthread_barrier_wait)
13707         (xpthread_create, xpthread_detach, xpthread_join)
13708         (delayed_exit_thread, delayed_exit): New functions.
13709         * nptl/tst-cond3 (EXPECTED_SIGNAL): Remove.
13710         (tf): Use xpthread_cond_wait.
13711         (do_test): Likewise.  Replace alarm with delayed_exit.
13712         * nptl/tst-eintr1.c (EXPECTED_SIGNAL, TIMEOUT): Remove.
13713         (do_test): Call delayed_exit.  Report failure.
13714         * nptl/tst-eintr2.c (EXPECTED_SIGNAL, TIMEOUT): Remove.
13715         (do_test): Call delayed_exit.
13716         * nptl/tst-eintr3.c (EXPECTED_SIGNAL, TIMEOUT): Remove.
13717         (do_test): Call delayed_exit.  Use xpthread_join.  Report error.
13718         * nptl/tst-eintr4.c (EXPECTED_SIGNAL, TIMEOUT): Remove.
13719         (do_test): Call delayed_exit.  Use xpthread_barrier_wait.  Report
13720         error.
13721         * nptl/tst-eintr5.c (EXPECTED_SIGNAL, TIMEOUT): Remove.
13722         (do_test): Call delayed_exit.  Use xpthread_cond_wait.  Report
13723         error.
13724         * nptl/tst-exit2.c (EXPECTED_SIGNAL): Remove.
13725         (do_test): Call delayed_exit.
13726         * nptl/tst-exit3.c (EXPECTED_SIGNAL): Remove.
13727         (do_test): Call delayed_exit.
13728         * nptl/tst-mutex6.c (EXPECTED_SIGNAL): Remove.
13729         (do_test): Call delayed_exit instead of alarm.  Use
13730         xpthread_mutex_lock.
13731         * nptl/tst-rwlock5.c (EXPECTED_SIGNAL): Remove.
13732         (do_test): Call delayed_exit instead of alarm.  Use
13733         xpthread_mutex_lock.
13734         * nptl/tst-sem2.c (EXPECTED_SIGNAL): Remove.
13735         (do_test): Call delayed_exit instead of alarm.
13736         * nptl/tst-spin3.c (EXPECTED_SIGNAL): Remove.
13737         (do_test): Call delayed_exit instead of alarm.  Use
13738         xpthread_spin_lock.
13739         * nptl/tst-stdio1.c (EXPECTED_SIGNAL): Remove.
13740         (do_test): Call delayed_exit instead of alarm.  Use
13741         xpthread_join.
13743 2016-08-26  H.J. Lu  <hongjiu.lu@intel.com>
13745         * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_resolve): Don't
13746         adjust CFA when allocating register save area on re-aligned
13747         stack.
13749 2016-08-26  Florian Weimer  <fweimer@redhat.com>
13751         * string/tst-cmp.c: New test.
13752         * string/Makefile (tests): Add it.
13754 2016-08-25  Mark Wielaard  <mark@klomp.org>
13756         * misc/tsearch.c (struct node_t): Reduce to 3 pointers if
13757         USE_MALLOC_LOW_BIT.  Define pointer/value accessors.
13758         (check_tree_recurse): Use newly defined accessors.
13759         (check_tree): Likewise.
13760         (maybe_split_for_insert): Likewise.
13761         (__tfind): Likewise.
13762         (__tdelete): Likewise.
13763         (trecurse): Likewise.
13764         (tdestroy_recurse): Likewise.
13765         (__tsearch): Likewise. And add asserts for malloc alignment.
13766         (__twalk): Cast root to node in case CHECK_TREE is defined.
13768 2016-08-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13770         * scripts/check-local-headers.sh (exclude): Add mach_debug/.
13772 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13774         * math/Makefile (libm-gen-calls): Add
13775         catan, catanh, ctan, ctanh.
13776         (libm-calls): Remove the above.
13778         * math/s_catan_template.c: Update using type-generic macros.
13779         * math/s_catanh_template.c: Likewise.
13780         * math/s_ctan_template.c: Likewise.
13781         * math/s_ctanh_template.c: Likewise.
13783         * math/s_catanf.c: Removed.
13784         * math/s_catan.c: Removed.
13785         * math/s_catanl.c: Removed.
13786         * math/s_catanhf.c: Removed.
13787         * math/s_catanh.c: Removed.
13788         * math/s_catanhl.c: Removed.
13789         * math/s_ctanf.c: Removed.
13790         * math/s_ctan.c: Removed.
13791         * math/s_ctanl.c: Removed.
13792         * math/s_ctanhf.c: Removed.
13793         * math/s_ctanh.c: Removed.
13794         * math/s_ctanhl.c: Removed.
13796         * sysdeps/ieee754/ldbl-opt/s_catanhl.c: Removed.
13797         * sysdeps/ieee754/ldbl-opt/s_catanl.c: Removed.
13798         * sysdeps/ieee754/ldbl-opt/s_ctan.c: Removed.
13799         * sysdeps/ieee754/ldbl-opt/s_ctanh.c: Removed.
13800         * sysdeps/ieee754/ldbl-opt/s_ctanhl.c: Removed.
13801         * sysdeps/ieee754/ldbl-opt/s_ctanl.c: Removed.
13803         * sysdeps/alpha/fpu/s_catanf.c: Update to use template file.
13804         * sysdeps/alpha/fpu/s_catanhf.c: Likewise.
13805         * sysdeps/alpha/fpu/s_ctanf.c: Likewise.
13806         * sysdeps/alpha/fpu/s_ctanhf.c: Likewise.
13808 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13810         * s_catan_template.c: Copy of s_catan.c.
13811         * s_catanh_template.c: Copy of s_catanh.c.
13812         * s_ctan_template.c: Copy of s_ctan.c.
13813         * s_ctanh_template.c: Copy of s_ctanh.c.
13815 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13817         * math/Makefile (gen-libm-calls): Move
13818         casin, casinh, csin, csinh here.
13819         (libm-calls): Remove the above.
13821         * math/s_casin_template.c: Update using type-generic macros.
13822         * math/s_casinh_template.c: Likewise.
13823         * math/s_csin_template.c: Likewise.
13824         * math/s_csinh_template.c: Likewise.
13825         * math/k_casinh_template.c: Likewise.
13827         * math/s_casinf.c: Removed.
13828         * math/s_casin.c: Removed.
13829         * math/s_casinl.c: Removed.
13830         * math/s_casinh.c: Removed.
13831         * math/s_casinhf.c: Removed.
13832         * math/s_casinhl.c: Removed.
13833         * math/s_csin.c: Removed.
13834         * math/s_csinf.c: Removed.
13835         * math/s_csinl.c: Removed.
13836         * math/s_csinh.c: Removed.
13837         * math/s_csinhf.c: Removed.
13838         * math/s_csinhl.c: Removed.
13839         * math/k_casinh.c: Removed.
13840         * math/k_casinhf.c: Removed.
13841         * math/k_casinhl.c: Removed.
13843         * sysdeps/alpha/fpu/s_casinf.c: Refactor using templated version.
13844         * sysdeps/alpha/fpu/s_casinhf.c: Likewise.
13845         * sysdeps/alpha/fpu/s_csinf.c: Likewise.
13846         * sysdeps/alpha/fpu/s_csinhf.c: Likewise.
13848         * sysdeps/ieee754/ldbl-opt/s_casin.c: Removed.
13849         * sysdeps/ieee754/ldbl-opt/s_casinh.c: Removed.
13850         * sysdeps/ieee754/ldbl-opt/s_casinhl.c: Removed.
13851         * sysdeps/ieee754/ldbl-opt/s_casinl.c: Removed.
13852         * sysdeps/ieee754/ldbl-opt/s_csin.c: Removed.
13853         * sysdeps/ieee754/ldbl-opt/s_csinh.c: Removed.
13854         * sysdeps/ieee754/ldbl-opt/s_csinhl.c: Removed.
13855         * sysdeps/ieee754/ldbl-opt/s_csinl.c: Removed.
13857         * sysdeps/m68k/m680x0/fpu/s_csin.c: Refactor into ...
13858         * sysdeps/m68k/m680x0/fpu/s_csin_template.c: New file.
13859         * sysdeps/m68k/m680x0/fpu/s_csinf.c: Removed.
13860         * sysdeps/m68k/m680x0/fpu/s_csinl.c: Removed.
13862         * sysdeps/m68k/m680x0/fpu/s_csinh.c: Refactor into.
13863         * sysdeps/m68k/m680x0/fpu/s_csinh_template.c: New file.
13864         * sysdeps/m68k/m680x0/fpu/s_csinhf.c: Removed.
13865         * sysdeps/m68k/m680x0/fpu/s_csinhl.c: Removed.
13867 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13869         * s_casin_template.c: Copy of s_casin.c.
13870         * s_casinh_template.c: Copy of s_casinh.c.
13871         * s_csin_template.c: Copy of s_csin.c.
13872         * s_csinh_template.c: Copy of s_csinh.c.
13873         * k_casinh_template.c: Copy of k_casinh.c.
13875 2016-08-19  H.J. Lu  <hongjiu.lu@intel.com>
13877         * sysdeps/x86/cpu-features.h (bit_YMM_state): Set to (1 << 2).
13879 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13881         * sysdeps/ieee754/ldbl-128/gamma_productl.c:
13882         (mul_split) Remove, rename as mul_splitl, remove
13883         redundant float.h include, and include via mul_splitl.h
13885         * sysdeps/ieee754/ldbl-128/lgamma_productl.c: Likewise.
13886         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
13887         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
13888         * sysdeps/ieee754/ldbl-96/lgamma_product.c: Likewise.
13889         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
13891         * math/mul_splitl.h: New file.
13893         * sysdeps/ieee754/dbl-64/gamma_product.c (mul_split):
13894         Move into mul_split.h, and remove redundant float.h include.
13896         * sysdeps/ieee754/dbl-64/lgamma_product.c: Likewise.
13897         * sysdeps/ieee754/dbl-64/x2y2m1.c: Likewise.
13898         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
13899         * sysdeps/ieee754/ldbl-128ibm/x2y2m1.c: Likewise.
13901         * math/mul_split.h: New file.
13903 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13905         * math/Makefile (libm-gen-calls): Move
13906         s_cacos, s_cacosh, s_ccos, s_ccosh from ...
13907         (libm-calls): Remove above.
13909         * math/s_cacos_template.c: Update using type-generic macros.
13910         * math/s_cacosh_template.c: Likewise.
13911         * math/s_ccos_template.c: Likewise.
13912         * math/s_ccosh_template.c: Likewise.
13914         * math/s_cacosf.c: Removed.
13915         * math/s_cacos.c: Removed.
13916         * math/s_cacosl.c: Removed.
13917         * math/s_cacoshf.c: Removed.
13918         * math/s_cacosh.c: Removed.
13919         * math/s_cacoshl.c: Removed.
13920         * math/s_ccosf.c: Removed.
13921         * math/s_ccos.c: Removed.
13922         * math/s_ccosl.c: Removed.
13923         * math/s_ccoshf.c: Removed.
13924         * math/s_ccosh.c: Removed.
13925         * math/s_ccoshl.c: Removed.
13927         * sysdeps/ieee754/ldbl-opt/s_cacoshl.c: Removed.
13928         * sysdeps/ieee754/ldbl-opt/s_cacosl.c: Removed.
13929         * sysdeps/ieee754/ldbl-opt/s_ccos.c: Removed.
13930         * sysdeps/ieee754/ldbl-opt/s_ccosh.c: Removed.
13931         * sysdeps/ieee754/ldbl-opt/s_ccoshl.c: Removed.
13932         * sysdeps/ieee754/ldbl-opt/s_ccosl.c: Removed.
13934         * sysdeps/m68k/m680x0/fpu/s_ccosh.c: Refactor into.
13935         * sysdeps/m68k/m680x0/fpu/s_ccosh_template.c: New file.
13936         * sysdeps/m68k/m680x0/fpu/s_ccoshf.c: Removed.
13937         * sysdeps/m68k/m680x0/fpu/s_ccoshl.c: Removed.
13939         * sysdeps/alpha/fpu/s_cacosf.c: Update to use template file.
13940         * sysdeps/alpha/fpu/s_cacoshf.c: Likewise.
13941         * sysdeps/alpha/fpu/s_ccosf.c: Likewise.
13942         * sysdeps/alpha/fpu/s_ccoshf.c: Likewise.
13944 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13946         * s_cacos_template.c: Copy of s_cacos.c.
13947         * s_cacosh_template.c: Copy of s_cacosh.c.
13948         * s_ccos_template.c: Copy of s_ccos.c.
13949         * s_ccosh_template.c: Copy of s_ccosh.c.
13951 2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
13953         * stdlib/tst-strtod-round-skeleton.c:
13954         Refactored from tst-strtod-round.c.
13956         (L_): New macro to apply literal modifier.
13957         (FNPFX): New macro to select str or wcs prefix.
13958         (CHAR): New macro to choose wchar_t or char.
13959         (STRM): New macro to choose printf for tested character type.
13961         (STRTO): New macro to choose appropriate string -> real function.
13962         (FNPFXS): Stringitized version of FNPFX.
13963         (STR): Support for above macro.
13964         (STRX): Likewise.
13966         (TEST): Update with above macros.
13967         (test): Likewise.
13968         (GEN_ONE_TEST): Likewise.
13969         (test_in_one_mode): Likewise.
13971         * stdlib/tst-strtod-round.c: New file.
13972         * wcsmbs/tst-wcstod-round.c: New file.
13974         * wcsmbs/Makefile: (tests): Add tst-wcstod-round
13975         (tst-wcstod-round): Add libm depencency for fesetround.
13977 2016-08-19  Zack Weinberg  <zackw@panix.com>
13979         * debug/tst-chk1.c: Add tests for fortification of bcopy and bzero.
13981 2016-08-18  Torvald Riegel  <triegel@redhat.com>
13983         [BZ #20477]
13984         * resolv/res_hconf.c (do_init): Use atomic access.
13985         * resolv/res_hconf.h: Add comments.
13986         * nscd/aicache.c (addhstaiX): Call _res_hconf_init unconditionally.
13987         * nss/getXXbyYY_r.c (REENTRANT_NAME): Likewise.
13988         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
13990 2016-08-18  Stefan Liebler  <stli@linux.vnet.ibm.com>
13992         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2):
13993         Use DIAG_*_NEEDS_COMMENT macro to get rid of array-bounds warning.
13994         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
13995         Likewise.
13997 2016-08-18  Florian Weimer  <fweimer@redhat.com>
13999         [BZ #16907]
14000         * argp/argp.h: Switch to __BEGIN_DECLS and __END_DECLS.
14001         (__THROW, __NTH, __attribute__, __restrict): Remove definitions.
14002         * argp/argp-fmtstream.h: Add __BEGIN_DECLS and __END_DECLS.
14003         (__attribute__): Remove definition.
14005 2016-08-17  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
14007         * sysdeps/ieee754/ldbl-128/e_asinl.c:
14008         Remove unused sqrtl declaration.
14010 2016-08-17  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
14012         * math/Makefile: (gen-libm-templates.stmp): New rule.
14013         (libm-calls): Move carg conj cimag and cabs into ...
14014         (gen-libm-calls): New variable.
14015         (generated): Inform Make objects from gen-libm-calls
14016         may be generated.
14018         * sysdeps/generic/math-type-macros.h: New file.
14019         * sysdeps/generic/math-type-macros-float.h: Likewise.
14020         * sysdeps/generic/math-type-macros-double.h: Likewise.
14021         * sysdeps/generic/math-type-macros-ldouble.h: Likewise.
14022         * sysdeps/ieee754/ldbl-opt/math-type-macros-double.h: Likewise.
14023         * sysdeps/ieee754/ldbl-opt/math-type-macros-ldouble.h: Likewise.
14025         * math/cabs.c: Refactor into
14026         * math/cabs_template.c: new file.
14027         * math/cabsf.c: Removed.
14028         * math/cabsl.c: Removed.
14029         * sysdeps/ieee754/ldbl-opt/cabsf.c: Removed.
14030         * sysdeps/ieee754/ldbl-opt/cabsl.c: Removed.
14032         * math/carg.c: Refactor into
14033         * math/carg_template.c: new file.
14034         * math/cargf.c: Removed.
14035         * math/cargl.c: Removed.
14036         * sysdeps/ieee754/ldbl-opt/cargf.c: Removed.
14037         * sysdeps/ieee754/ldbl-opt/cargl.c: Removed.
14039         * math/conj.c: Refactor into
14040         * math/conj_template.c: new file.
14041         * math/conjf.c: Removed.
14042         * math/conjl.c: Removed.
14043         * sysdeps/ieee754/ldbl-opt/conjf.c: Removed.
14044         * sysdeps/ieee754/ldbl-opt/conjl.c: Removed.
14046         * math/cimag.c: Refactor into
14047         * math/cimag_template.c: new file.
14048         * math/cimagf.c: Removed.
14049         * math/cimagl.c: Removed.
14050         * sysdeps/ieee754/ldbl-opt/cimagf.c: Removed.
14051         * sysdeps/ieee754/ldbl-opt/cimagl.c: Removed.
14053         * math/cimag.c: Refactor into
14054         * math/cimag_template.c: new file.
14055         * math/cimagf.c: Removed.
14056         * math/cimagl.c: Removed.
14057         * sysdeps/ieee754/ldbl-opt/cimagf.c: Removed.
14058         * sysdeps/ieee754/ldbl-opt/cimagl.c: Removed.
14060 2016-08-17  Florian Weimer  <fweimer@redhat.com>
14062         Reduce time to expected nptl/tst-once5 failure.
14063         * nptl/tst-once5.cc (TIMEOUT): Define.
14065 2016-08-17  Florian Weimer  <fweimer@redhat.com>
14067         [BZ #20452]
14068         Avoid additional copies of objects in libc.a in static libraries.
14069         * sysdeps/ia64/nptl/Makefile (libpthread-shared-only-routines):
14070         Add ptw-sysdep, ptw-sigblock, ptw-sigprocmask.
14071         * sysdeps/mips/Makefile (librt-shared-only-routines): Add
14072         rt-sysdep.
14073         * sysdeps/mips/nptl/Makefile (libpthread-shared-only-routines):
14074         Add nptl-sysdep.
14075         * sysdeps/s390/nptl/Makefile (libpthread-shared-only-routines):
14076         Add ptw-sysdep.
14077         * sysdeps/unix/alpha/Makefile (librt-shared-only-routines): Add
14078         rt-sysdep.
14079         * sysdeps/unix/sysv/linux/alpha/Makefile
14080         (libpthread-shared-only-routines): Add ptw-sysdep,
14081         ptw-sigprocmask, ptw-rt_sigaction.
14082         * sysdeps/unix/sysv/linux/ia64/Makefile
14083         (librt-shared-only-routines): Add rt-sysdep.
14084         * sysdeps/unix/sysv/linux/i386/Makefile
14085         (libpthread-shared-only-routines): Add libc-do-syscall.
14086         * sysdeps/unix/sysv/linux/microblaze/Makefile
14087         (libpthread-shared-only-routines): Add sysdep.
14088         * sysdeps/unix/sysv/linux/powerpc/Makefile
14089         (librt-shared-only-routines): Add rt-sysdep.
14090         (libpthread-shared-only-routines): Add sysdep.
14091         * sysdeps/unix/sysv/linux/s390/Makefile
14092         (librt-shared-only-routines): Add rt-sysdep.
14093         * sysdeps/unix/sysv/linux/sparc/Makefile
14094         (librt-shared-only-routines): Add rt-sysdep.
14095         (libpthread-shared-only-routines): Add sysdep.
14096         * sysdeps/unix/sysv/linux/tile/Makefile
14097         (libpthread-shared-only-routines): Likewise.
14099 2016-08-16  Joseph Myers  <joseph@codesourcery.com>
14101         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_E):
14102         Mask implicit bit out of unpacked value.
14103         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_EP): Likewise.
14104         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_E): Likewise.
14105         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_EP): Likewise.
14107         * sysdeps/sparc/fpu/fesetexcept.c: New file.
14109         * sysdeps/sh/sh4/fpu/fesetexcept.c: New file.
14111         * sysdeps/s390/fpu/fesetexcept.c: New file.
14113         * sysdeps/powerpc/fpu/fesetexcept.c: New file.
14114         * sysdeps/powerpc/nofpu/fesetexcept.c: Likewise.
14115         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetexcept.c: Likewise.
14117         * sysdeps/mips/fpu/fesetexcept.c: New file.
14119         * sysdeps/m68k/fpu/fesetexcept.c: New file.
14121         * sysdeps/ia64/fpu/fesetexcept.c: New file.
14123         * sysdeps/hppa/fpu/fesetexcept.c: New file.
14125         * sysdeps/arm/fesetexcept.c: New file.
14127         * sysdeps/alpha/fpu/fesetexcept.c: New file.
14129         * sysdeps/aarch64/fpu/fesetexcept.c: New file.
14131         * math/fesetexcept.c: New file.
14132         * sysdeps/i386/fpu/fesetexcept.c: Likewise.
14133         * sysdeps/x86_64/fpu/fesetexcept.c: Likewise.
14134         * math/fenv.h: Define
14135         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
14136         <bits/libc-header-start.h> instead of including <features.h>.
14137         [__GLIBC_USE (IEC_60559_BFP_EXT)] (fesetexcept): New function
14138         declaration.
14139         * manual/arith.texi (fesetexcept): Document function.
14140         * math/Versions (fesetexcept): New libm symbol at version
14141         GLIBC_2.25.
14142         * math/Makefile (libm-support): Add fesetexcept.
14143         (tests): Add test-fesetexcept and test-fesetexcept-traps.
14144         * math/test-fesetexcept.c: New file.
14145         * math/test-fesetexcept-traps.c: Likewise.
14146         * sysdeps/nacl/libm.abilist: Update.
14147         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
14148         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
14149         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
14150         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
14151         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
14152         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
14153         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
14154         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
14155         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
14156         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
14157         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
14158         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
14159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
14160         Likewise.
14161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
14162         Likewise.
14163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
14164         Likewise.
14165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
14166         Likewise.
14167         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
14168         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
14169         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
14170         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
14171         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
14172         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
14173         Likewise.
14174         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
14175         Likewise.
14176         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
14177         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
14178         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
14180 2016-08-16  Florian Weimer  <fweimer@redhat.com>
14182         * nptl/tst-tls3.c (default_stack_size_in_mb, stack_size_in_mb):
14183         New.
14184         (do_test): Apply default_stack_size_in_mb if not set.
14185         * nptl/tst-tls3-malloc.c (stack_size_in_mb): Override default.
14187 2016-08-15  Andreas Schwab  <schwab@suse.de>
14189         [BZ #20435]
14190         CVE-2016-6323
14191         * sysdeps/unix/sysv/linux/arm/setcontext.S (__startcontext): Mark
14192         as .cantunwind.
14194 2016-08-12  Joseph Myers  <joseph@codesourcery.com>
14196         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Add
14197         comment from fraiseexcpt.c.
14199         * math/test-fexcept.c (feraiseexcept_exact): New function.
14200         (test_set): Call feraiseexcept_exact instead of feraiseexcept.
14201         (test_except): Likewise.
14203 2016-08-10  Joseph Myers  <joseph@codesourcery.com>
14205         [BZ #20455]
14206         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Mask out
14207         all FE_INVALID sub-exceptions from FPSCR when FE_INVALID specified
14208         to be restored.
14210         * math/test-fexcept-traps.c: New file.
14211         * math/test-fexcept.c: Likewise.
14212         * math/Makefile (tests): Add test-fexcept and test-fexcept-traps.
14213         * sysdeps/generic/math-tests.h (EXCEPTION_SET_FORCES_TRAP): New
14214         macro.
14215         * sysdeps/powerpc/math-tests.h [!__NO_FPRS__]
14216         (EXCEPTION_SET_FORCES_TRAP): Likewise.
14218 2016-08-09  Torvald Riegel  <triegel@redhat.com>
14220         * include/atomic.h (atomic_fetch_and_relaxed,
14221         atomic_fetch_and_release, atomic_fetch_or_release,
14222         atomic_fetch_xor_release): New.
14224 2016-08-06  Christian Seiler  <christian@iwakd.de>
14226         [BZ #20444]
14227         * sysdeps/mach/hurd/recvmsg.c (__libc_recvmsg): Cope with aport being
14228         MACH_PORT_NULL.
14230 2016-08-05  Aurelien Jarno  <aurelien@aurel32.net>
14232         * math/s_fdim.c: Avoid alias renamed.
14233         * math/s_fdimf.c: Likewise.
14234         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
14235         [$(subdir) = math && $(have-as-vis3) = yes] (libm-sysdep_routines):
14236         Add s_fdimf-vis3, s_fdim-vis3.
14237         (CFLAGS-s_fdimf-vis3.c): New. Set to -Wa,-Av9d -mvis3.
14238         (CFLAGS-s_fdim-vis3.c): Likewise.
14239         sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.c: New file.
14240         sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c: Likewise.
14242 2016-08-05  Aurelien Jarno  <aurelien@aurel32.net>
14244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
14245         [$(subdir) = math && $(have-as-vis3) = yes] (libm-sysdep_routines):
14246         Remove s_fdimf-vis3, s_fdim-vis3.
14247         * sysdeps/sparc/sparc32/fpu/s_fdim.S: Delete file.
14248         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: Likewise.
14249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: Likewise.
14250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: Likewise.
14251         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: Likewise.
14252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: Likewise.
14253         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: Likewise.
14254         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: Likewise.
14255         * sysdeps/sparc/sparc64/fpu/s_fdim.S: Likewise.
14256         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: Likewise.
14258 2016-08-05  Aurelien Jarno  <aurelien@aurel32.net>
14260         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Add -mvis.
14261         * sysdeps/sparc/sparc64/Makefile (sysdep-CFLAGS): New. Define to
14262         -Wa,-Av9a -mvis.
14264 2016-08-05  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
14266         * math/gen-libm-test.pl (apply_lit): Rewrite to apply
14267         LIT() to individual constants in simple expressions
14268         after splitting on spaces.
14269         (_apply_lit): Rename replaced version, and use it to
14270         apply to what appears to be a token.
14272         * math/libm-test.inc: Fix many, many issues with
14273         spacing.
14275 2016-08-05  Joseph Myers  <joseph@codesourcery.com>
14277         * math/math.h: Move comment about <bits/mathdef.h> definitions
14278         above inclusion of <bits/mathdef.h>.  Do not mention
14279         FLT_EVAL_METHOD, INFINITY or DECIMAL_DIG in that comment.
14281 2016-08-05  Torvald Riegel  <triegel@redhat.com>
14283         * include/atomic.h (atomic_exchange_relaxed): New.
14285 2016-08-04  Joseph Myers  <joseph@codesourcery.com>
14287         * math/e_scalb.c: Do not include <fenv.h>.
14288         (invalid_fn): Do calculation resulting in NaN instead of raising
14289         FE_INVALID and returning a NaN explicitly.
14290         * math/e_scalbf.c: Do not include <fenv.h>.
14291         (invalid_fn): Do calculation resulting in NaN instead of raising
14292         FE_INVALID and returning a NaN explicitly.
14293         * math/e_scalbl.c: Do not include <fenv.h>.
14294         (invalid_fn): Do calculation resulting in NaN instead of raising
14295         FE_INVALID and returning a NaN explicitly.
14297 2016-08-04  Carlos O'Donell  <carlos@redhat.com>
14299         * po/de.po: Updated from Translation Project.
14300         * po/fi.po: Likewise.
14301         * po/sv.po: Likewise.
14303 2016-08-04  Florian Weimer  <fweimer@redhat.com>
14305         [BZ #20452]
14306         Use sysdep.o from libc.a in static libraries.
14307         * sysdeps/unix/sysv/linux/i386/Makefile
14308         (libpthread-shared-only-routines): Add sysdep.
14309         (librt-shared-only-routines): Likewise.
14311 2016-08-03  Joseph Myers  <joseph@codesourcery.com>
14313         * math/tgmath.h (nextdown): Define if
14314         [__GLIBC_USE (IEC_60559_BFP_EXT)], not if [__USE_GNU].
14315         (nextup): Likewise.
14317         * bits/libc-header-start.h (__GLIBC_USE_IEC_60559_FUNCS_EXT): New
14318         macro.
14319         * include/features.h (__STDC_WANT_IEC_60559_FUNCS_EXT__):
14320         Document.
14321         * manual/creature.texi (__STDC_WANT_IEC_60559_FUNCS_EXT__):
14322         Document macro.
14323         * manual/math.texi (exp10): Document as ISO from TS 18661-4:2015.
14324         (exp10f): Likewise.
14325         (exp10l): Likewise.
14326         * math/bits/mathcalls.h (exp10): Declare if
14327         [__GLIBC_USE (IEC_60559_FUNCS_EXT)], not [__USE_GNU].
14329         * manual/arith.texi (nextup): Fix typo in last change.
14331 2016-08-03  Zack Weinberg  <zackw@panix.com>
14333         [BZ #19239]
14334         * NEWS: Inclusion of <sys/sysmacros.h> by <sys/types.h> is deprecated.
14335         * misc/sys/sysmacros.h: If __SYSMACROS_DEPRECATED_INCLUSION is defined,
14336         define major, minor, and makedev to issue deprecation warnings on use.
14337         If __SYSMACROS_DEPRECATED_INCLUSION is *not* defined, suppress
14338         previously-activated deprecation warnings for these macros and prevent
14339         subsequent inclusions of this header from having any effect.
14340         * posix/sys/types.h: Define __SYSMACROS_DEPRECATED_INCLUSION before
14341         including <sys/sysmacros.h>, and undefine it again afterward.
14343 2016-08-03  Zack Weinberg  <zackw@panix.com>
14345         * sysdeps/generic/sys/sysmacros.h: Delete file.
14346         * sysdeps/unix/sysv/linux/makedev.c: Delete file.
14347         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Move file ...
14348         * bits/sysmacros.h: ... here; this encoding is now the generic
14349         encoding.  Now defines only the following macros:
14350         __SYSMACROS_DECLARE_MAJOR, __SYSMACROS_DEFINE_MAJOR,
14351         __SYSMACROS_DECLARE_MINOR, __SYSMACROS_DEFINE_MINOR,
14352         __SYSMACROS_DECLARE_MAKEDEV, __SYSMACROS_DEFINE_MAKEDEV.
14354         * misc/sys/sysmacros.h, misc/makedev.c: New files that use
14355         bits/sysmacros.h and the above new macros to generate the
14356         public implementations of major, minor, and makedev.
14357         * misc/tst-makedev.c: New test.
14358         * include/sys/sysmacros.h: New wrapper.
14360         * misc/Makefile (headers): Add sys/sysmacros.h, bits/sysmacros.h.
14361         (routines): Add makedev.
14362         (tests): Add tst-makedev.
14363         * misc/Versions [GLIBC_2.25]: Add gnu_dev_major, gnu_dev_minor,
14364         gnu_dev_makedev.
14365         * posix/Makefile (headers): Remove sys/sysmacros.h.
14366         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove makedev.
14368         * sysdeps/arm/nacl/libc.abilist: Add GLIBC_2.25,
14369         gnu_dev_major, gnu_dev_makedev, gnu_dev_minor.
14370         * sysdeps/unix/sysv/linux/aarch64/libc.abilist
14371         * sysdeps/unix/sysv/linux/alpha/libc.abilist
14372         * sysdeps/unix/sysv/linux/arm/libc.abilist
14373         * sysdeps/unix/sysv/linux/hppa/libc.abilist
14374         * sysdeps/unix/sysv/linux/i386/libc.abilist
14375         * sysdeps/unix/sysv/linux/ia64/libc.abilist
14376         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist
14377         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist
14378         * sysdeps/unix/sysv/linux/microblaze/libc.abilist
14379         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
14380         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
14381         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
14382         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
14383         * sysdeps/unix/sysv/linux/nios2/libc.abilist
14384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
14385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
14386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
14387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
14388         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist
14389         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist
14390         * sysdeps/unix/sysv/linux/sh/libc.abilist
14391         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist
14392         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist
14393         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist
14394         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist
14395         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist
14396         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist
14397         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist:
14398         Add GLIBC_2.25.
14400         * include/features.h (__glibc_clang_prereq): New macro.
14401         * misc/sys/cdefs.h (__glibc_clang_has_extension)
14402         (__attribute_deprecated_msg__): New macros.
14404 2016-08-03  Joseph Myers  <joseph@codesourcery.com>
14406         * bits/libc-header-start.h (__GLIBC_USE_IEC_60559_BFP_EXT): New
14407         macro.
14408         * include/features.h (__STDC_WANT_IEC_60559_BFP_EXT__): Document.
14409         * manual/arith.texi (issignaling): Document as ISO from TS
14410         18661-1:2014.
14411         (nextup): Likewise.
14412         (nextupf): Likewise.
14413         (nextupl): Likewise.
14414         (nextdown): Likewise.
14415         (nextdownf): Likewise.
14416         (nextdownl): Likewise.
14417         * manual/creature.texi (__STDC_WANT_IEC_60559_BFP_EXT__): Document
14418         macro.
14419         * math/math.h: Define
14420         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
14421         <bits/libc-header-start.h> instead of including <features.h>.
14422         (issignaling): Define if [__GLIBC_USE (IEC_60559_BFP_EXT)], not
14423         [__USE_GNU].
14424         * math/bits/mathcalls.h (nextdown): Declare if
14425         [__GLIBC_USE (IEC_60559_BFP_EXT)], not [__USE_GNU].
14426         (nextup): Likewise.
14427         (__issignaling): Likewise.
14429 2016-08-03  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
14431         * s_ccoshf.c (__ccoshf): Remove FE_INVALID
14432         check, and remove __glibc_likely hint
14433         from FP_INFINITE check.
14434         * s_csinhf.c (__csinhf): Likewise.
14436         * s_ccoshl.c (__ccoshl): Remove __glibc_likely
14437         hint from FP_INFINITE check.
14438         * s_csinhl.c (__csinhl): Likewise.
14440 2016-08-03  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
14442         * math/Makefile (libm-calls): Insert F placeholder into
14443         object names.  Move w_lgamma_compat* routines into
14444         (libm-compat-calls): New variable.
14445         (libm-compat-calls-ldouble-yes): New variable.
14446         (calls): Insert F placeholder.
14447         (generated): Redefine using new type-foreach macro call.
14448         (routines): Likewise.
14450         (types): New variable to hold a list of symbolic names
14451         for each type supported by the target machine.
14452         (libm-routines): Redefine using new types variable.
14453         (type-foreach): macro to replace fooF with the
14454         appropriately suffixed foo for each types.
14456         (type-ldouble-suffix): New variable.
14457         (type-ldouble-routines): Likewise.
14458         (type-ldouble-yes): Likewise.
14459         (type-double-suffix): Likewise.
14460         (type-double-routines): Likewise.
14461         (type-float-suffix): Likewise.
14462         (type-float-routines): Likewise.
14464         (dbl-only-routines): Remove.
14465         (long-c-yes): Likewise.
14466         (long-m-routines): Likewise.
14467         (long-m-support): Likewise.
14468         (long-m-yes): Likewise.
14469         (test-longdouble-yes): Likewise.
14471         (test-float.o): Simplify by increasing the scope of the
14472         recipe which adds libm-test.stmp to the vector types.
14473         (test-ifloat.o): Likewise.
14474         (test-float-finite.o): Likewise.
14475         (test-double.o): Likewise
14476         (test-idouble.o): Likewise.
14477         (test-double-finite.o): Likewise.
14478         (test-ldouble.o): Likewise
14479         (test-ildoubl.o): Likewise.
14480         (test-ldouble-finite.o): Likewise.
14482         (libm-tests): Redefine type tests using foreach and the
14483         list of types in types.
14485         (CPPFLAGS-test-ildoubl.c): Rename to
14486         (CPPFLAGS-test-ildouble.c): New variable
14488         * math/test-ildoubl.c: Rename to
14489         * math/test-ildouble.c: New file.
14491 2016-08-03  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
14493         * sysdeps/ieee754/ldbl-128/k_tanl.c (__kernal_tanl):
14494         Use fabsl instead of fabs.
14495         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl):
14496         Likewise.
14497         * sysdeps/ieee754/ldbl-128/s_atanl.c (__kernel_tanl):
14498         Add long double suffix to constant to ensure proper
14499         promotion to long double.
14501 2016-08-03  Tom Tromey  <tom@tromey.com>
14503         [BZ #20311]
14504         * nptl_db/Makefile (headers): Add proc_service.h.
14505         * nptl_db/proc_service.h: Add include guard.  Use
14506         __BEGIN/__END_DECLS.
14507         (ps_get_thread_area, ps_pstop, ps_pcontinue, ps_lstop)
14508         (ps_lcontinue): Remove "const" from "struct ps_prochandle *"
14509         arguments.
14512 2016-08-03  Florian Weimer  <fweimer@redhat.com>
14514         [BZ #17730]
14515         Avoid using memalign for TCB allocations.
14516         * elf/dl-tls.c (tcb_to_pointer_to_free_location): New.
14517         (_dl_allocate_tls_storage): Use malloc and manual alignment.
14518         Avoid alignment gap in the TLS_DTV_AT_TP case.
14519         (_dl_deallocate_tls): Use tcb_to_pointer_to_free_location to
14520         determine the pointer to free.
14521         * nptl/tst-tls3-malloc.c: New test.
14522         * nptl/Makefile (tests): Add it.
14523         (tst-tls3-malloc): Link with libdl, libpthread.
14524         (LDFLAGS-tst-tls3-malloc): Set.
14525         (tst-tls3-malloc.out): Depend on DSO used in test.
14527 2016-08-03  Florian Weimer  <fweimer@redhat.com>
14529         [BZ #17730]
14530         Avoid using memalign for TLS allocations.
14531         * sysdeps/generic/dl-dtv.h (struct dtv_pointer): New.  Replaces
14532         is_static member with to_free member.
14533         (union dtv): Use struct dtv_pointer.
14534         * csu/libc-tls.c (__libc_setup_tls): Set to_free member of struct
14535         dtv_pointer instead of is_static.
14536         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
14537         (_dl_deallocate_tls): Free to_free member of struct dtv_pointer
14538         instead of val.
14539         (allocate_dtv_entry): New function.
14540         (allocate_and_init): Return struct dtv_pointer.  Call
14541         allocate_dtv_entry instead of __libc_memalign.
14542         (_dl_update_slotinfo): Free to_free member of struct dtv_pointer
14543         instead of val.
14544         (tls_get_addr_tail): Set to_free member of struct dtv_pointer
14545         instead of is_static.  Adjust call to allocate_and_init.
14546         * nptl/allocatestack.c (get_cached_stack): Free to_free member of
14547         struct dtv_pointer instead of val.
14549 2016-08-03  Florian Weimer  <fweimer@redhat.com>
14551         * malloc/malloc.c (INTERNAL_SIZE_T, SIZE_SZ, MALLOC_ALIGNMENT)
14552         (MALLOC_ALIGN_MASK): Move ...
14553         * malloc/malloc-internal.h: ... to here.
14554         * elf/dl-minimal.c (malloc): Allocate with MALLOC_ALIGNMENT.
14556 2016-08-03  Joseph Myers  <joseph@codesourcery.com>
14558         * sysdeps/gnu/netinet/udp.h (UDP_ENCAP_GTP0): New macro.
14559         (UDP_ENCAP_GTP1U): Likewise.
14561         * sysdeps/unix/sysv/linux/bits/socket.h (PF_QIPCRTR): New macro.
14562         (PF_MAX): Update value.
14563         (AF_QIPCRTR): New macro.
14565 2016-08-03  Aurelien Jarno  <aurelien@aurel32.net>
14567         * sysdeps/ieee754/dbl-64/s_trunc.c: Avoid alias renamed.
14568         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
14569         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
14570         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
14571         [$(subdir) = math && $(have-as-vis3) = yes] (libm-sysdep_routines):
14572         Add s_ceilf-vis3, s_ceil-vis3, s_floorf-vis3, s_floor-vis3,
14573         s_truncf-vis3, s_trunc-vis3.
14574         (CFLAGS-s_ceilf-vis3.c): New. Set to -Wa,-Av9d -mvis3.
14575         (CFLAGS-s_ceil-vis3.c): Likewise.
14576         (CFLAGS-s_floorf-vis3.c): Likewise.
14577         (CFLAGS-s_floor-vis3.c): Likewise.
14578         (CFLAGS-s_truncf-vis3.c): Likewise.
14579         (CFLAGS-s_trunc-vis3.c): Likewise.
14580         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.c: New file.
14581         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c: Likewise.
14582         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.c: Likewise.
14583         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c: Likewise.
14584         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.c: Likewise.
14585         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c: Likewise.
14586         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.c: Likewise.
14587         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c: Likewise.
14588         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.c: Likewise.
14589         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c: Likewise.
14590         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.c: Likewise.
14591         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c: Likewise.
14593 2016-08-02  David S. Miller  <davem@davemloft.net>
14595         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S
14596         (__nearbyint_vis3): Don't check for sNaN before float register is
14597         loaded with the incoming argument.
14598         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S
14599         (__nearbyintf_vis3): Likewise.
14600         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S (__nearbyint):
14601         Likewise.
14602         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S (__nearbyintf):
14603         Likewise.
14605         * string/test-strncmp.c (do_test_limit): Make sure the test data
14606         stream is aligned as required for the type "CHAR".
14607         (do_test): Likewise.
14609 2016-08-03  Aurelien Jarno  <aurelien@aurel32.net>
14611         * sysdeps/powerpc/ifunc-sel.h (ifunc_sel): Replace beqlr instructions
14612         by beq instructions jumping to the end of the function.
14613         * sysdeps/powerpc/ifunc-sel.h (ifunc_sel): Add "11", "12", "cr0" to the
14614         clobber list. Use "i" constraint instead of "X".
14615         (ifunc_one): Add "12" to the clobber list. Use "i" constraint instead
14616         of "X".
14618 2016-08-02  Joseph Myers  <joseph@codesourcery.com>
14620         * bits/libc-header-start.h: New file.
14621         * Makefile (headers): Add bits/libc-header-start.h.
14622         * include/features.h (__STDC_WANT_LIB_EXT2__): Document.
14623         (__GLIBC_USE): New macro.
14624         * libio/stdio.h: Define
14625         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
14626         <bits/libc-header-start.h> instead of including <features.h>.
14627         (fmemopen): Declare also if [__GLIBC_USE (LIB_EXT2)].
14628         (open_memstream): Likewise.
14629         (vasprintf): Declare if [__GLIBC_USE (LIB_EXT2)], not [__USE_GNU].
14630         (__asprintf): Likewise.
14631         (asprintf): Likewise.
14632         (__getdelim): Declare also if [__GLIBC_USE (LIB_EXT2)].
14633         (getdelim): Likewise.
14634         (getline): Likewise.
14635         * string/string.h: Define
14636         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
14637         <bits/libc-header-start.h> instead of including <features.h>.
14638         (strdup): Declare also if [__GLIBC_USE (LIB_EXT2)]
14639         (strndup): Likewise.
14640         * wcsmbs/wchar.h: Define
14641         __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION and include
14642         <bits/libc-header-start.h> instead of including <features.h>.
14643         (open_wmemstream): Declare also if [__GLIBC_USE (LIB_EXT2)].
14644         * manual/creature.texi (__STDC_WANT_LIB_EXT2__): Document macro.
14646 2016-08-02  Florian Weimer  <fweimer@redhat.com>
14648         Support linking against compatibility symbols, for use in tests.
14649         * include/libc-symbols.h (symbol_version_reference): New macro.
14650         (symbol_version): Use it.
14651         * include/shlib-compat.h: Unconditionally include <abi-versions.h>.
14652         (compat_symbol): Use compat_symbol_reference.
14653         (compat_symbol_1, compat_symbol_2): Remove.
14654         (compat_symbol_reference, compat_symbol_reference_1)
14655         (compat_symbol_reference_2): New macro.  Use
14656         symbol_version_reference.
14658 2016-08-02  Florian Weimer  <fweimer@redhat.com>
14660         [BZ #19469]
14661         * malloc/Makefile (CPPFLAGS): Compile tests with
14662         -DTEST_NO_MALLOPT.
14663         * test-skeleton.c (main): Only call mallopt if !TEST_NO_MALLOPT.
14665 2016-08-02  Andrew Senkevich  <andrew.senkevich@intel.com>
14667         [BZ #20033]
14668         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S: Call
14669         finite version.
14670         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S: Likewise.
14671         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S: Likewise.
14672         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S: Likewise.
14673         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S: Likewise.
14674         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S: Likewise.
14675         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S: Likewise.
14676         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S: Likewise.
14677         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S: Likewise.
14678         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: Likewise.
14679         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S: Likewise.
14680         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S: Likewise.
14681         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S: Likewise.
14682         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S: Likewise.
14683         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S: Likewise.
14684         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S: Likewise.
14685         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S: Likewise.
14686         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S: Likewise.
14687         * sysdeps/x86_64/fpu/svml_d_exp2_core.S: Likewise.
14688         * sysdeps/x86_64/fpu/svml_d_log2_core.S: Likewise.
14689         * sysdeps/x86_64/fpu/svml_d_pow2_core.S: Likewise.
14690         * sysdeps/x86_64/fpu/svml_s_expf4_core.S: Likewise.
14691         * sysdeps/x86_64/fpu/svml_s_logf4_core.S: Likewise.
14692         * sysdeps/x86_64/fpu/svml_s_powf4_core.S: Likewise.
14693         * math/libm-test.inc (pow_test_data): Exclude tests for qNaN
14694         in zero power.
14696 2016-08-02  Florian Weimer  <fweimer@redhat.com>
14698         [BZ #20370]
14699         * malloc/arena.c (get_free_list): Update comment.  Assert that
14700         arenas on the free list have no attached threads.
14701         (remove_from_free_list): New function.
14702         (reused_arena): Call it.
14704 2016-08-02  Aurelien Jarno  <aurelien@aurel32.net>
14706         * sysdeps/alpha/fpu/s_ceil.c (__ceil): Add argument with itself
14707         when it is a NaN.
14708         [_IEEE_FP_INEXACT] Remove.
14709         * sysdeps/alpha/fpu/s_ceilf.c (__ceilf): Likewise.
14710         * sysdeps/alpha/fpu/s_floor.c (__floor): Add argument with itself
14711         when it is a NaN.
14712         [_IEEE_FP_INEXACT] Remove.
14713         * sysdeps/alpha/fpu/s_floorf.c (__floorf): Likewise.
14714         * sysdeps/alpha/fpu/s_rint.c (__rint): Add argument with itself
14715         when it is a NaN.
14716         * sysdeps/alpha/fpu/s_rintf.c (__rintf): Likewise.
14717         * sysdeps/alpha/fpu/s_trunc.c (__trunc): Return the input value
14718         when its absolute value is greater than 0x1.0p52.
14719         [_IEEE_FP_INEXACT] Remove.
14720         * sysdeps/alpha/fpu/s_truncf.c (__truncf): Return the input value
14721         when its absolute value is greater than 0x1.0p23.
14722         [_IEEE_FP_INEXACT] Remove.
14724 2016-08-01  Carlos O'Donell  <carlos@redhat.com>
14726         * version.h (RELEASE): Set to "development"
14727         (VERSION): Set to 2.24.90.
14728         * NEWS: Add 2.25 section.
14730         * version.h (RELEASE): Set to "stable"
14731         (VERSION): Set to 2.24.
14732         * include/features.h (__GLIBC_MINOR__): Set to 24.
14734         * NEWS: Add 2.24 fixed bugs.
14735         * po/libc.pot: Regenerate.
14737 2016-08-01  Aurelien Jarno  <aurelien@aurel32.net>
14739         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
14740         [$(subdir) = math] (libm-sysdep_routines): Remove.
14741         [$(subdir) = math && $(have-as-vis3) = yes] (libm-sysdep_routines):
14742         Remove s_ceilf-vis3, s_ceil-vis3, s_floorf-vis3, s_floor-vis3,
14743         s_truncf-vis3, s_trunc-vis3.
14744         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
14745         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: Delete
14746         file.
14747         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Likewise.
14748         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Likewise.
14749         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: Likewise.
14750         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: Likewise.
14751         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
14752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: Likewise.
14753         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Likewise.
14754         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
14755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: Likewise.
14756         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: Likewise.
14757         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: Likewise.
14758         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: Likewise.
14759         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: Likewise.
14760         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: Likewise.
14761         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: Likewise.
14762         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
14763         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
14764         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
14765         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: Likewise.
14766         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: Likewise.
14767         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: Likewise.
14768         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: Likewise.
14769         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
14770         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
14771         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: Likewise.
14772         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
14773         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
14774         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: Likewise.
14775         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
14776         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
14777         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: Likewise.
14778         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
14779         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
14780         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: Likewise.
14781         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: Likewise.
14782         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: Likewise.
14783         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: Likewise.
14784         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
14785         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
14786         * sysdeps/sparc/sparc64/fpu/s_floor.S: Likewise.
14787         * sysdeps/sparc/sparc64/fpu/s_floorf.S: Likewise.
14788         * sysdeps/sparc/sparc64/fpu/s_trunc.S: Likewise.
14789         * sysdeps/sparc/sparc64/fpu/s_truncf.S: Likewise.
14791 2016-07-27  H.J. Lu  <hongjiu.lu@intel.com>
14793         [BZ #20384]
14794         * sysdeps/x86_64/fpu/Makefile (extra-test-objs): Add
14795         test-double-libmvec-sincos-avx-main.o,
14796         test-double-libmvec-sincos-avx2-main.o,
14797         test-double-libmvec-sincos-main.o,
14798         test-float-libmvec-sincosf-avx-main.o,
14799         test-float-libmvec-sincosf-avx2-main.o and
14800         test-float-libmvec-sincosf-main.o.
14801         test-float-libmvec-sincosf-avx512-main.o.
14802         ($(objpfx)test-double-libmvec-sincos): Also link with
14803         $(objpfx)test-double-libmvec-sincos-main.o.
14804         ($(objpfx)test-double-libmvec-sincos-avx): Also link with
14805         $(objpfx)test-double-libmvec-sincos-avx-main.o.
14806         ($(objpfx)test-double-libmvec-sincos-avx2): Also link with
14807         $(objpfx)test-double-libmvec-sincos-avx2-main.o.
14808         ($(objpfx)test-float-libmvec-sincosf): Also link with
14809         $(objpfx)test-float-libmvec-sincosf-main.o.
14810         ($(objpfx)test-float-libmvec-sincosf-avx): Also link with
14811         $(objpfx)test-float-libmvec-sincosf-avx2-main.o.
14812         [$(config-cflags-avx512) == yes] (extra-test-objs): Add
14813         test-double-libmvec-sincos-avx512-main.o and
14814         ($(objpfx)test-double-libmvec-sincos-avx512): Also link with
14815         $(objpfx)test-double-libmvec-sincos-avx512-main.o.
14816         ($(objpfx)test-float-libmvec-sincosf-avx512): Also link with
14817         $(objpfx)test-float-libmvec-sincosf-avx512-main.o.
14818         (CFLAGS-test-double-libmvec-sincos.c): Removed.
14819         (CFLAGS-test-float-libmvec-sincosf.c): Likewise.
14820         (CFLAGS-test-double-libmvec-sincos-main.c): New.
14821         (CFLAGS-test-double-libmvec-sincos-avx-main.c): Likewise.
14822         (CFLAGS-test-double-libmvec-sincos-avx2-main.c): Likewise.
14823         (CFLAGS-test-float-libmvec-sincosf-main.c): Likewise.
14824         (CFLAGS-test-float-libmvec-sincosf-avx-main.c): Likewise.
14825         (CFLAGS-test-float-libmvec-sincosf-avx2-main.c): Likewise.
14826         (CFLAGS-test-float-libmvec-sincosf-avx512-main.c): Likewise.
14827         (CFLAGS-test-double-libmvec-sincos-avx.c): Set to -DREQUIRE_AVX.
14828         (CFLAGS-test-float-libmvec-sincosf-avx.c ): Likewise.
14829         (CFLAGS-test-double-libmvec-sincos-avx2.c): Set to
14830         -DREQUIRE_AVX2.
14831         (CFLAGS-test-float-libmvec-sincosf-avx2.c ): Likewise.
14832         (CFLAGS-test-double-libmvec-sincos-avx512.c): Set to
14833         -DREQUIRE_AVX512F.
14834         (CFLAGS-test-float-libmvec-sincosf-avx512.c): Likewise.
14835         * sysdeps/x86_64/fpu/test-double-libmvec-sincos.c: Rewritten.
14836         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf.c: Likewise.
14837         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx-main.c: New
14838         file.
14839         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx2-main.c:
14840         Likewise.
14841         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx512-main.c:
14842         Likewise.
14843         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-main.c:
14844         Likewise.
14845         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx-main.c:
14846         Likewise.
14847         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx2-main.c:
14848         Likewise.
14849         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512-main.c:
14850         Likewise.
14851         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-main.c:
14852         Likewise.
14854 2016-07-27  Chung-Lin Tang  <cltang@codesourcery.com>
14856         * sysdeps/unix/sysv/linux/nios2/localplt.data (__eqsf2): Remove.
14858 2016-07-21  Gustavo Romero  <gromero@linux.vnet.ibm.com>
14860         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Fix missing verb
14861         and typo in a comment about AT_HWCAP entry.
14863 2016-07-21  Szabolcs Nagy  <szabolcs.nagy@arm.com>
14865         * sysdeps/aarch64/libm-test-ulps: Updated.
14867 2016-07-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
14869         * sysdeps/s390/s390-32/memcpy.S (memcpy): Eliminate the usage
14870         of r13 as it is not restored in mvcle case.
14872 2016-07-19  Mike Frysinger  <vapier@gentoo.org>
14874         * sysdeps/unix/sysv/linux/microblaze/sysdep.h (inline_syscall0):
14875         Rename "ret" to "__ret".
14876         (inline_syscall1, inline_syscall2, inline_syscall3, inline_syscall4,
14877         inline_syscall5, inline_syscall6): Likewise.
14879 2016-07-19   Will Newton  <will.newton@gmail.com>
14881         * elf/elf.h (R_METAG_REL8, R_METAG_REL16, R_METAG_TLS_GD
14882         R_METAG_TLS_LDM, R_METAG_TLS_LDO_HI16, R_METAG_TLS_LDO_LO16,
14883         R_METAG_TLS_LDO, R_METAG_TLS_IE, R_METAG_TLS_IENONPIC,
14884         R_METAG_TLS_IENONPIC_HI16, R_METAG_TLS_IENONPIC_LO16,
14885         R_METAG_TLS_LE, R_METAG_TLS_LE_HI16, R_METAG_TLS_LE_LO16): New.
14887 2016-07-18  H.J. Lu  <hongjiu.lu@intel.com>
14889         * sysdeps/i386/Makefile (rtld-CFLAGS): New.
14890         [subdir == elf] (CFLAGS-.os): Replace -mno-sse -mno-mmx
14891         -mfpmath=387 with $(rtld-CFLAGS).
14892         [subdir != elf] (CFLAGS-.os): Compile rtld-*.os with
14893         $(rtld-CFLAGS).
14895 2016-07-18   Ross Burton  <ross.burton@intel.com>
14896              Khem Raj  <raj.khem@gmail.com>
14898         * elf/elf.h (R_METAG_HIADDR16, R_METAG_LOADDR16,
14899         R_METAG_ADDR32, R_METAG_NONE, R_METAG_RELBRANCH,
14900         R_METAG_GETSETOFF, R_METAG_REG32OP1, R_METAG_REG32OP2,
14901         R_METAG_REG32OP3, R_METAG_REG16OP1, R_METAG_REG16OP2,
14902         R_METAG_REG16OP3, R_METAG_REG32OP4, R_METAG_HIOG,
14903         R_METAG_LOOG, R_METAG_GNU_VTINHERIT, R_METAG_GNU_VTENTRY,
14904         R_METAG_HI16_GOTOFF, R_METAG_LO16_GOTOFF,
14905         R_METAG_GETSET_GOTOFF, R_METAG_GETSET_GOT, R_METAG_HI16_GOTPC,
14906         R_METAG_LO16_GOTPC, R_METAG_HI16_PLT, R_METAG_LO16_PLT,
14907         R_METAG_RELBRANCH_PLT, R_METAG_GOTOFF, R_METAG_PLT,
14908         R_METAG_COPY, R_METAG_JMP_SLOT, R_METAG_RELATIVE,
14909         R_METAG_GLOB_DAT, R_METAG_TLS_TPOFF, R_METAG_TLS_DTPMOD,
14910         R_METAG_TLS_DTPOFF): New.
14912 2016-07-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
14913             Matt Clay  <mclay@lycos.com>
14915         [BZ #20357]
14916         * sysdeps/ieee754/dbl-64/s_sin.c (sloww): Fix up condition
14917         to call __mpsin/__mpcos and to negate values.
14918         * math/auto-libm-test-in: Add test.
14919         * math/auto-libm-test-out: Regenerate.
14921 2016-07-18  Zack Weinberg  <zackw@panix.com>
14923         * grp/Makefile: Don't install the internal header grp-merge.h.
14925 2016-07-18  Szabolcs Nagy  <szabolcs.nagy@arm.com>
14927         * sysdeps/aarch64/libm-test-ulps: Regenerated.
14929 2016-07-13  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14931         * bits/termios.h (TABDLY): Change macro to include TAB3 bit too.
14933 2016-07-13  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
14935         [BZ #15368]
14936         * sysdeps/unix/sysv/linux/nptl-signals.h
14937         (__nptl_clear_internal_signals): New function.
14938         (__libc_signal_block_all): Likewise.
14939         (__libc_signal_block_app): Likewise.
14940         (__libc_signal_restore_set): Likewise.
14941         * sysdeps/unix/sysv/linux/pt-raise.c (raise): Use Linux raise.c
14942         implementation.
14943         * sysdeps/unix/sysv/linux/raise.c (raise): Reimplement to not use
14944         the cached pid/tid value in pthread structure.
14946 2016-07-13  H.J. Lu  <hongjiu.lu@intel.com>
14948         [BZ #20347]
14949         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Regenerated.
14951 2016-07-12  H.J. Lu  <hongjiu.lu@intel.com>
14953         [BZ #20348]
14954         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add pread64,
14955         preadv64, pwrite64 and pwritev64.
14957 2016-07-12  H.J. Lu  <hongjiu.lu@intel.com>
14959         [BZ #20350]
14960         * posix/tst-preadwrite.c: Renamed to ...
14961         * posix/tst-preadwrite-common.c: This.
14962         (PREAD): Removed.
14963         (PWRITE): Likewise.
14964         (STRINGIFY): Likewise.
14965         (STRINGIFY2): Likewise.
14966         (do_prepare): Make it static and remove function arguments.
14967         (do_test): Likewise.
14968         (PREPARE): Updated.
14969         (TEST_FUNCTION): New.
14970         (name): Make it static.
14971         (fd): Likewise.
14972         (do_prepare): Use create_temp_file.
14973         (do_test): Renamed to ...
14974         (do_test_with_offset): This.  Make it static and accept offset.
14975         Properly check return value of PWRITE and PREAD.  Return bytes
14976         read.  Don't close fd nor unlink name.
14977         * posix/tst-preadwrite.c: Rewrite.
14978         * posix/tst-preadwrite64.c: Likewise.
14980 2016-07-12  H.J. Lu  <hongjiu.lu@intel.com>
14982         [BZ #20309]
14983         * configure.ac (have-mtls-dialect-gnu2): Set to yes if
14984         -mtls-dialect=gnu2 works.
14985         * configure: Regenerated.
14986         * elf/Makefile [have-mtls-dialect-gnu2 = yes]
14987         (tests): Add tst-gnu2-tls1.
14988         (modules-names): Add tst-gnu2-tls1mod.
14989         ($(objpfx)tst-gnu2-tls1): New.
14990         (tst-gnu2-tls1mod.so-no-z-defs): Likewise.
14991         (CFLAGS-tst-gnu2-tls1mod.c): Likewise.
14992         * elf/tst-gnu2-tls1.c: New file.
14993         * elf/tst-gnu2-tls1mod.c: Likewise.
14994         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Add 8
14995         bytes for push in the PLT entry to align the stack.
14997 2016-07-11  H.J. Lu  <hongjiu.lu@intel.com>
14999         [BZ #20349]
15000         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (LO_HI_LONG): New.
15002 2016-07-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
15004         [BZ #18707]
15005         * sysdeps/aarch64/Makefile (CFLAGS-mcount.c): Add -mgeneral-regs-only.
15006         * sysdeps/aarch64/sysdep.h (CALL_MCOUNT): Save argument registers.
15008 2016-07-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
15010         * sysdeps/unix/sysv/linux/sysdep.h
15011         [__WORDSIZE == 64 || __ASSUME_WORDSIZE64_ILP32] (LO_HI_LONG): Remove
15012         guards.
15013         * misc/tst-preadvwritev-common.c: New file.
15014         * misc/tst-preadvwritev.c: Use tst-preadvwritev-common.c.
15015         * misc/tst-preadvwritev64.c: Use tst-preadwritev-common.c and add
15016         a check for files larger than 2GB.
15018         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15019         (__ASSUME_OFF_DIFF_OFF64): Remove define.
15020         * sysdeps/unix/sysv/linux/pread.c
15021         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pread): Replace by
15022         __OFF_T_MATCHES_OFF64_T.
15023         * sysdeps/unix/sysv/linux/pread64.c
15024         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pread64): Likewise.
15025         * sysdeps/unix/sysv/linux/preadv.c
15026         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (preadv): Likewise.
15027         * sysdeps/unix/sysv/linux/preadv64.c
15028         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (preadv64): Likewise.
15029         * sysdeps/unix/sysv/linux/pwrite.c
15030         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pwrite): Likewise.
15031         * sysdeps/unix/sysv/linux/pwrite64.c
15032         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pwrite64): Likewise.
15033         * sysdeps/unix/sysv/linux/pwritev.c
15034         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pwritev): Likewise.
15035         * sysdeps/unix/sysv/linux/pwritev64.c
15036         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pwritev64): Likewise.
15038 2016-07-08  Chris Metcalf  <cmetcalf@mellanox.com>
15040         * sysdeps/unix/sysv/linux/tile/kernel-features.h
15041         (__ASSUME_ALIGNED_REGISTER_PAIRS): Only define if !_LP64.
15043 2016-07-08  Aurelien Jarno  <aurelien@aurel32.net>
15045         * bits/in.h (__USE_KERNEL_IPV6_DEFS): Define to 0.
15047 2016-07-08  Aurelien Jarno  <aurelien@aurel32.net>
15049         [BZ #20240]
15050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile
15051         (CFLAGS-s_modf-ppc32.c): New variable.
15052         (CFLAGS-s_modff-ppc32.c): Likewise.
15053         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
15054         (CFLAGS-s_modf-ppc64.c): Likewise.
15055         (CFLAGS-s_modff-ppc64.c): Likewise.
15057 2016-07-07  Andreas Schwab  <schwab@suse.de>
15059         [BZ #20263]
15060         * nptl/tst-robust10.c: New test.
15061         * nptl/Makefile (tests): Add tst-robust10.
15063 2016-07-07  Jiyoung Yun  <t2wish@gmail.com>
15065         [BZ #20263]
15066         * nptl/lowlevelrobustlock.c: Implement ETIMEDOUT logic.
15068 2016-07-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
15070         * sysdeps/s390/linkmap.h (struct link_map_machine):
15071         Remove member gotplt and add member jmprel.
15072         * sysdeps/s390/s390-32/dl-machine.h
15073         (elf_machine_runtime_setup): Setup member jmprel with DT_JMPREL
15074         instead of gotplt with &got[3].
15075         (elf_machine_lazy_rel): Calculate address with reloc and jmprel.
15076         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
15078 2016-07-06  John David Anglin  <danglin@gcc.gnu.org>
15080         * sysdeps/hppa/fpu/libm-test-ulps: Regenerate.
15082 2016-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15084         * libio/iofopncook.c (_IO_cookie_read, _IO_cookie_write,
15085         _IO_cookie_seek, _IO_cookie_close, _IO_old_cookie_seek)
15086         [!PTR_DEMANGLE]: Do not call PTR_DEMANGLE.
15087         (set_callbacks) [!PTR_MANGLE]: Do not call PTR_MANGLE.
15088         * libio/vtables.c (_IO_vtable_check)
15089         [!PTR_DEMANGLE]: Do not call PTR_DEMANGLE.
15090         * libio/libioP.h (IO_set_accept_foreign_vtables)
15091         [!PTR_MANGLE]: Do not call PTR_MANGLE.
15093 2016-07-05  H.J. Lu  <hongjiu.lu@intel.com>
15095         [BZ #20314]
15096         * Makeconfig (CXXFLAGS): Prepend -I$(common-objpfx).
15097         * Makerules (before-compile): Add $(common-objpfx)cstdlib and
15098         $(common-objpfx)cmath.
15099         ($(common-objpfx)cstdlib): New target.
15100         ($(common-objpfx)cmath): Likewise.
15102 2016-07-05  Chris Metcalf  <cmetcalf@mellanox.com>
15104         * malloc/tst-malloc-thread-fail.c (TIMEOUT): Bump up to 30s.
15106 2016-07-05  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15108         [BZ #20327]
15109         * sysdeps/powerpc/powerpc64/power8/strcasecmp.S: Mask bits that
15110         are not part of the string.
15112 2016-07-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
15114         * nptl/tst-cancel4-common.c (do_test): Add temporary fifo creation.
15115         * nptl/tst-cancel4-common.h (fifoname): New variable.
15116         (fifofd): Likewise.
15117         (cl_fifo): New function.
15118         * nptl/tst-cancel4.c (tf_sigpause): Replace SIGCANCEL usage by
15119         SIGINT.
15120         (tf_open): Add early cancel test.
15122 2016-07-04  Andreas Schwab  <schwab@linux-m68k.org>
15124         * sysdeps/m68k/Makefile (CFLAGS-mcount.c): Define.
15126 2016-07-01  Maciej W. Rozycki  <macro@imgtec.com>
15128         * sysdeps/generic/ldsodefs.h
15129         (dl_symbol_visibility_binds_local_p): New inline function.
15130         * elf/dl-addr.c (determine_info): Treat hidden and internal
15131         symbols as local.
15132         * elf/dl-lookup.c (do_lookup_x): Likewise.
15133         * elf/dl-reloc.c (RESOLVE_MAP): Likewise.
15135 2016-07-01  Aurelien Jarno  <aurelien@aurel32.net>
15137         * sparc/sparc32/sparcv9/fpu/s_nearbyint.S (__nearbyint): Trigger an
15138         invalid exception for a sNaN input.
15139         * sparc/sparc32/sparcv9/fpu/s_nearbyintf.S (__nearbyintf): Likewise.
15140         * sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S
15141         (__nearbyint_vis3): Likewise
15142         * sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S
15143         (__nearbyintf_vis3): Likewise
15144         * sparc/sparc64/fpu/s_nearbyint.S (__nearbyint): Likewise.
15145         * sparc/sparc64/fpu/s_nearbyintf.S (__nearbyintf): Likewise.
15146         * sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S (__nearbyint_vis3):
15147         Likewise.
15148         * sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S (__nearbyintf_vis3):
15149         Likewise.
15151 2016-07-01  H.J. Lu  <hongjiu.lu@intel.com>
15153         [BZ #20139]
15154         * config.h.in (HAVE_AVX512_ASM_SUPPORT): Renamed to ...
15155         (HAVE_AVX512DQ_ASM_SUPPORT): This.
15156         * sysdeps/x86_64/configure.ac: Require assembler from binutils
15157         2.24 or above.
15158         (HAVE_AVX512_ASM_SUPPORT): Removed.
15159         (HAVE_AVX512DQ_ASM_SUPPORT): New.
15160         * sysdeps/x86_64/configure: Regenerated.
15161         * sysdeps/x86_64/dl-trampoline.S: Make HAVE_AVX512_ASM_SUPPORT
15162         check unconditional.
15163         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Likewise.
15164         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
15165         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
15166         * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S:
15167         Likewise.
15168         * sysdeps/x86_64/multiarch/memmove-avx512-unaligned-erms.S:
15169         Likewise.
15170         * sysdeps/x86_64/multiarch/memmove.S: Likewise.
15171         * sysdeps/x86_64/multiarch/memmove_chk.S: Likewise.
15172         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
15173         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
15174         * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S:
15175         Likewise.
15176         * sysdeps/x86_64/multiarch/memset-avx512-unaligned-erms.S:
15177         Likewise.
15178         * sysdeps/x86_64/multiarch/memset.S: Likewise.
15179         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
15180         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: Check
15181         HAVE_AVX512DQ_ASM_SUPPORT instead of HAVE_AVX512_ASM_SUPPORT.
15182         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S:
15183         Likewise.
15184         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S:
15185         Likewise.
15186         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S:
15187         Likewise.
15188         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S:
15189         Likewise.
15190         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.:
15191         Likewise.
15192         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S:
15193         Likewise.
15194         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S:
15195         Likewise.
15196         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S:
15197         Likewise.
15198         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S:
15199         Likewise.
15200         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx51:
15201         Likewise.
15202         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S:
15203         Likewise.
15205 2016-07-01  Andrew Senkevich  <andrew.senkevich@intel.com>
15207         [BZ #20024]
15208         * sysdeps/x86/fpu/test-math-vector-sincos.h: New.
15209         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: Fixed ABI
15210         of this implementation of vector function.
15211         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: Likewise.
15212         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: Likewise.
15213         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S:
15214         Likewise.
15215         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S: Likewise.
15216         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S: Likewise.
15217         * sysdeps/x86_64/fpu/svml_d_sincos2_core.S: Likewise.
15218         * sysdeps/x86_64/fpu/svml_d_sincos4_core.S: Likewise.
15219         * sysdeps/x86_64/fpu/svml_d_sincos4_core_avx.S: Likewise.
15220         * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: Likewise.
15221         * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S: Likewise.
15222         * sysdeps/x86_64/fpu/svml_s_sincosf4_core.S: Likewise.
15223         * sysdeps/x86_64/fpu/svml_s_sincosf8_core.S: Likewise.
15224         * sysdeps/x86_64/fpu/svml_s_sincosf8_core_avx.S: Likewise.
15225         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Use another wrapper
15226         for testing vector sincos with fixed ABI.
15227         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
15228         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
15229         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
15230         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
15231         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
15232         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
15233         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
15234         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx.c: New test.
15235         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx2.c: Likewise.
15236         * sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx512.c: Likewise.
15237         * sysdeps/x86_64/fpu/test-double-libmvec-sincos.c: Likewise.
15238         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx.c: Likewise.
15239         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx2.c: Likewise.
15240         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512.c: Likewise.
15241         * sysdeps/x86_64/fpu/test-float-libmvec-sincosf.c: Likewise.
15242         * sysdeps/x86_64/fpu/Makefile: Added new tests.
15244 2016-06-30  Aurelien Jarno  <aurelien@aurel32.net>
15246         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Add _Qp_cmp.
15248 2016-06-30  Anton Blanchard  <anton@samba.org>
15250         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
15251         [$(subdir) = math] (libm-sysdep_routines): Add s_sinf-power8 and
15252         s_sinf-ppc64.
15253         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-power8.S: New file.
15254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c: Likewise.
15255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf.c: Likewise.
15256         * sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S: Likewise.
15258 2016-06-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
15260         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15261         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile
15262         [$(subdir) = math] (libm-sysdep_routines): Add e_expf-power8 and
15263         e_expf-ppc64.
15264         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-power8.S: New file.
15265         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-ppc64.c: Likewise.
15266         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf.c: Likewise.
15267         * sysdeps/powerpc/powerpc64/power8/fpu/e_expf.S: Likewise.
15269 2016-06-30  John David Anglin  <danglin@gcc.gnu.org>
15271         [BZ #20277]
15272         * sysdeps/hppa/start.S (_start): Correct loading of global pointer
15273         when SHARED is defined.
15275 2016-06-30  H.J. Lu  <hongjiu.lu@intel.com>
15277         * sysdeps/x86/cpu-features.h (bit_arch_Prefer_ERMS): New.
15278         (index_arch_Prefer_ERMS): Likewise.
15279         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Return
15280         __memcpy_erms for Prefer_ERMS.
15281         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
15282         (__memmove_erms): Enabled for libc.a.
15283         * ysdeps/x86_64/multiarch/memmove.S (__libc_memmove): Return
15284         __memmove_erms or Prefer_ERMS.
15285         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Return
15286         __mempcpy_erms for Prefer_ERMS.
15287         * sysdeps/x86_64/multiarch/memset.S (memset): Return
15288         __memset_erms for Prefer_ERMS.
15290 2016-06-30  Andreas Schwab  <schwab@suse.de>
15292         [BZ #20262]
15293         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn): Return
15294         NSS_STATUS_SUCCESS when done.  Return NSS_STATUS_TRYAGAIN when out
15295         of memory.
15297 2016-06-29  H.J. Lu  <hongjiu.lu@intel.com>
15299         [BZ #18645]
15300         * nptl/Makefile (extra-test-objs): Add tst-cleanupx4aux.o.
15301         (test-extras): Add tst-cleanupx4aux.
15302         (CFLAGS-tst-cleanupx4aux.c): New.  Set to -fexceptions.
15303         ($(objpfx)tst-cleanupx4): Replace tst-cleanup4aux.o with
15304         tst-cleanupx4aux.o.
15305         * nptl/tst-cleanupx4aux.c: New file.
15307 2016-06-30  Aurelien Jarno  <aurelien@aurel32.net>
15309         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Regenerated.
15311 2016-06-29  Andreas Schwab  <schwab@suse.de>
15313         [BZ #20260]
15314         * sysdeps/x86/bits/string.h (__strncat_g) [!__i686__]: Compute the
15315         address before the beginning of the string as an integer to avoid
15316         array-bounds warning.
15318 2016-06-28  Richard Henderson  <rth@redhat.com>
15320         * elf/elf.h (EM_BPF): New.
15321         (EM_NUM): Update.
15322         (R_BPF_NONE, R_BPF_MAP_FD): New.
15324         * elf/elf.h (EM_IAMCU, EM_SPU, EM_PDP10, EM_PDP11, EM_ARC_COMPACT,
15325         EM_VIDEOCORE, EM_TMM_GPP, EM_NS32K, EM_TPC, EM_SNP1K, EM_ST200,
15326         EM_IP2K, EM_MAX, EM_CR, EM_F2MC16, EM_MSP430, EM_BLACKFIN, EM_SE_C33,
15327         EM_SEP, EM_ARCA, EM_UNICORE, EM_EXCESS, EM_DXP, EM_ALTERA_NIOS2,
15328         EM_CRX, EM_XGATE, EM_C166, EM_M16C, EM_DSPIC30F, EM_CE, EM_M32C,
15329         EM_TSK3000, EM_RS08, EM_SHARC, EM_ECOG2, EM_SCORE7, EM_DSP24,
15330         EM_VIDEOCORE3, EM_LATTICEMICO32, EM_SE_C17, EM_TI_C6000, EM_TI_C2000,
15331         EM_TI_C5500, EM_TI_ARP32, EM_TI_PRU, EM_MMDSP_PLUS, EM_CYPRESS_M8C,
15332         EM_R32C, EM_TRIMEDIA, EM_QDSP6, EM_8051, EM_STXP7X, EM_NDS32,
15333         EM_ECOG1X, EM_MAXQ30, EM_XIMO16, EM_MANIK, EM_CRAYNV2, EM_RX,
15334         EM_METAG, EM_MCST_ELBRUS, EM_ECOG16, EM_CR16, EM_ETPU, EM_SLE9X,
15335         EM_L10M, EM_K10M, EM_AVR32, EM_STM8, EM_TILE64, EM_CUDA,
15336         EM_CLOUDSHIELD, EM_COREA_1ST, EM_COREA_2ND, EM_ARC_COMPACT2,
15337         EM_OPEN8, EM_RL78, EM_VIDEOCORE5, EM_78KOR, EM_56800EX, EM_BA1,
15338         EM_BA2, EM_XCORE, EM_MCHP_PIC, EM_KM32, EM_KMX32, EM_EMX16, EM_EMX8,
15339         EM_KVARC, EM_CDP, EM_COGE, EM_COOL, EM_NORC, EM_CSR_KALIMBA, EM_Z80,
15340         EM_VISIUM, EM_FT32, EM_MOXIE, EM_AMDGPU, EM_RISCV, EM_BPF): New.
15341         (EM_NUM): Update.
15343 2016-06-28  Stefan Liebler  <stli@linux.vnet.ibm.com>
15345         [BZ #18960]
15346         * locale/localeinfo.h (_NL_CURRENT_DEFINE):
15347         Set _nl_current_LC_CATEGORY_used to two instead of one.
15349 2016-06-27  Aurelien Jarno  <aurelien@aurel32.net>
15351         * sysdeps/mips/tst-mode-switch-1.c (main): Converted to ...
15352         (do_test): ... this.
15353         (TEST_FUNCTION): New macro.
15354          Include test-skeleton.c.
15355         * sysdeps/mips/tst-mode-switch-2.c (main): Likewise.
15356         * sysdeps/mips/tst-mode-switch-3.c (main): Likewise.
15358 2016-06-27  Joseph Myers  <joseph@codesourcery.com>
15360         [BZ #15479]
15361         * sysdeps/i386/fpu/s_trunc.S (__trunc): Save and restore
15362         floating-point environment rather than just control word.
15363         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
15364         * sysdeps/i386/fpu/s_truncl.S (__truncl): Save and restore
15365         floating-point environment, with "invalid" exceptions merged in,
15366         rather than just control word.
15367         * sysdeps/x86_64/fpu/s_truncl.S (__truncl): Likewise.
15368         * math/libm-test.inc (trunc_test_data): Do not allow spurious
15369         "inexact" exceptions.
15371         [BZ #15479]
15372         * sysdeps/i386/fpu/s_floor.S (__floor): Save and restore
15373         floating-point environment rather than just control word.
15374         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
15375         * sysdeps/i386/fpu/s_floorl.S (__floorl): Save and restore
15376         floating-point environment, with "invalid" exceptions merged in,
15377         rather than just control word.
15378         * sysdeps/x86_64/fpu/s_floorl.S (__floorl): Likewise.
15379         * math/libm-test.inc (floor_test_data): Do not allow spurious
15380         "inexact" exceptions.
15382         [BZ #15479]
15383         * sysdeps/i386/fpu/s_ceil.S (__ceil): Save and restore
15384         floating-point environment rather than just control word.
15385         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
15386         * sysdeps/i386/fpu/s_ceill.S (__ceill): Save and restore
15387         floating-point environment, with "invalid" exceptions merged in,
15388         rather than just control word.
15389         * sysdeps/x86_64/fpu/s_ceill.S (__ceill): Likewise.
15390         * math/libm-test.inc (ceil_test_data): Do not allow spurious
15391         "inexact" exceptions.
15393 2016-06-21  Aurelien Jarno  <aurelien@aurel32.net>
15395         * sysdeps/unix/sysv/linux/mips/vfork.S (__vfork): Rename into
15396         __libc_vfork.
15397         (__vfork) [IS_IN (libc)]: Remove alias.
15398         (__libc_vfork) [IS_IN (libc)]: Define as an alias.
15399         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Likewise.
15400         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Likewise.
15402 2016-06-24  Torvald Riegel  <triegel@redhat.com>
15404         * nscd/cache.c (cache_add): Use new C11-like atomic operation instead
15405         of atomic_compare_and_exchange_bool_rel.
15406         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
15407         * include/atomic.h (atomic_compare_and_exchange_bool_rel,
15408         catomic_compare_and_exchange_bool_rel): Remove.
15409         * sysdeps/aarch64/atomic-machine.h
15410         (atomic_compare_and_exchange_bool_rel): Likewise.
15411         * sysdeps/alpha/atomic-machine.h
15412         (atomic_compare_and_exchange_bool_rel): Likewise.
15413         * sysdeps/arm/atomic-machine.h
15414         (atomic_compare_and_exchange_bool_rel): Likewise.
15415         * sysdeps/mips/atomic-machine.h
15416         (atomic_compare_and_exchange_bool_rel): Likewise.
15417         * sysdeps/microblaze/atomic-machine.h
15418         ( __arch_compare_and_exchange_bool_8_rel,
15419         __arch_compare_and_exchange_bool_16_rel): Likewise.
15420         * sysdeps/powerpc/atomic-machine.h
15421         ( __arch_compare_and_exchange_bool_8_rel,
15422         __arch_compare_and_exchange_bool_16_rel): Likewise.
15423         * sysdeps/powerpc/powerpc32/atomic-machine.h
15424         ( __arch_compare_and_exchange_bool_32_rel,
15425         __arch_compare_and_exchange_bool_64_rel): Likewise.
15426         * sysdeps/powerpc/powerpc64/atomic-machine.h
15427         ( __arch_compare_and_exchange_bool_32_rel,
15428         __arch_compare_and_exchange_bool_64_rel): Likewise.
15429         * sysdeps/tile/atomic-machine.h
15430         (atomic_compare_and_exchange_bool_rel): Likewise.
15432 2016-06-23  Joseph Myers  <joseph@codesourcery.com>
15434         [BZ #20296]
15435         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Add arguments
15436         when either argument is a NaN.
15437         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
15438         * math/libm-test.inc (scalb_test_data): Add sNaN tests.
15440         * math/libm-test.inc (snan_value_ld): New macro.
15441         (isgreater_test_data): Add sNaN tests.
15442         (isgreaterequal_test_data): Likewise.
15443         (isless_test_data): Likewise.
15444         (islessequal_test_data): Likewise.
15445         (islessgreater_test_data): Likewise.
15446         (isunordered_test_data): Likewise.
15447         (nextafter_test_data): Likewise.
15448         (nexttoward_test_data): Likewise.
15449         (remainder_test_data): Likewise.
15450         (remquo_test_data): Likewise.
15451         (significand_test_data): Likewise.
15452         * math/gen-libm-test.pl (%beautify): Add snan_value_ld.
15454 2016-06-23  Siddhesh Poyarekar  <siddhesh@sourceware.org>
15456         * posix/getconf.c: Define ALL_ENVIRONMENTS_DEFINED if all
15457         environment macros are defined.
15458         (main): Avoid execve if ALL_ENVIRONMENTS_DEFINED is defined.
15460 2016-06-23  Florian Weimer  <fweimer@redhat.com>
15462         [BZ #20191]
15463         Implement vtable verification in libio.
15464         * Makerules (shlib.lds): Place __libc_IO_vtables section.
15465         * debug/obprintf_chk.c (_IO_obstack_jumps): Define as vtable.
15466         * debug/vdprintf_chk.c (__vdprintf_chk): Call
15467         _IO_new_file_init_internal instead of _IO_file_init.
15468         * debug/vsnprintf_chk.c (_IO_strn_jumps): Define as vtable.
15469         * debug/vsprintf_chk.c (_IO_str_chk_jumps): Likewise.
15470         * libio/Makefile (routines): Add vtables.
15471         * libio/libioP.h (_IO_JUMPS_FUNC): Call IO_validate_vtable.
15472         (_IO_init): Remove, not for internal use.
15473         (_IO_init_internal): Declare, internal replacement for _IO_init.
15474         (_IO_file_init): Remove, not for internal use.
15475         (_IO_new_file_init): Remove, not for internal use.
15476         (_IO_new_file_init_internal): Declare, internal replacement for
15477         _IO_new_file_init.
15478         (_IO_old_file_init): Remove, not for internal use.
15479         (_IO_old_file_init_internal): Declare, internal replacement for
15480         _IO_old_file_init.
15481         (_IO_str_init_static, _IO_str_init_readonly): Remove, not for
15482         internal use.
15483         (__libc_IO_vtables, IO_accept_foreign_vtables, _IO_vtable_check):
15484         Declare.
15485         (libio_vtable): New macro.
15486         (IO_set_accept_foreign_vtables, _IO_validate_vtable): New inline
15487         functions.
15488         * libio/fileops.c (_IO_new_file_init_internal): Rename from
15489         _IO_new_file_init.
15490         (_IO_new_file_init): New externally visible wrapper which disables
15491         vtable verification.
15492         (_IO_file_jumps, _IO_file_jumps_mmap, _IO_file_jumps_maybe_mmap):
15493         Define as vtables.
15494         * libio/genops.c (_IO_init_internal): Rename from _IO_init.
15495         (_IO_init): New externally visible wrapper which disables
15496         vtable verification.
15497         * libio/iofdopen.c (_IO_new_fdopen): Call
15498         _IO_new_file_init_internal instead of _IO_file_init.  Adjust
15499         comment.
15500         * libio/iofopen.c (__fopen_internal): Call
15501         _IO_new_file_init_internal instead of _IO_file_init.
15502         * libio/iofopncook.c (_IO_cookie_jumps, _IO_old_cookie_jumps):
15503         Define as vtables.
15504         (_IO_cookie_init): Call _IO_init_internal instead of _IO_init,
15505         _IO_new_file_init_internal instead of _IO_file_init.
15506         * libio/iopopen.c (_IO_new_popen): Likewise.
15507         (_IO_proc_jumps): Define as vtable.
15508         * libio/iovdprintf.c (_IO_vdprintf): Call
15509         _IO_new_file_init_internal instead of _IO_file_init.
15510         * libio/memstream.c (_IO_mem_jumps): Define as vtable.
15511         (__open_memstream): Call _IO_init_internal instead of _IO_init.
15512         * libio/obprintf.c (_IO_obstack_jumps): Define as vtable.
15513         * libio/oldfileops.c (_IO_old_file_init_internal): Rename from
15514         _IO_old_file_init.
15515         (_IO_old_file_init): New externally visible wrapper which disables
15516         vtable verification.
15517         (_IO_old_file_jumps): Define as vtable.
15518         * libio/oldiofdopen.c (_IO_old_fdopen): Call
15519         _IO_old_file_init_internal instead of _IO_old_file_init.
15520         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
15521         * libio/oldiopopen.c (_IO_old_popen): Likewise.
15522         (_IO_old_proc_jumps): Define as vtable.
15523         * libio/strops.c (_IO_str_jumps, _IO_strn_jumps, _IO_wstrn_jumps):
15524         Define as vtables.
15525         * libio/vtables.c: New file.
15526         * libio/wfileops.c (_IO_wfile_jumps, _IO_wfile_jumps_mmap)
15527         (_IO_wfile_jumps_maybe_mmap): Define as vtables.
15528         * libio/wmemstream.c (_IO_wmem_jumps): Define as vtable.
15529         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
15530         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
15531         * stdlib/strfmon_l.c (__vstrfmon_l): Call _IO_init_internal
15532         instead of _IO_init.
15534 2016-06-23  Florian Weimer  <fweimer@redhat.com>
15536         * test-skeleton.c (xrealloc): Support deallocation with n == 0.
15538 2016-06-23  Florian Weimer  <fweimer@redhat.com>
15540         * test-skeleton.c (xmalloc, xcalloc, xrealloc): Mark as
15541         potentially unused.
15543 2016-06-22  Florian Weimer  <fweimer@redhat.com>
15545         * test-skeleton.c (write_message): New function.
15546         * malloc/tst-mallocfork2.c (write_message): Remove.
15547         * debug/tst-longjmp_chk2.c (write_indented): New function.
15548         (write_message): Remove.
15549         (stackoverflow_handler): Call write_indented.
15551 2016-06-22  Joseph Myers  <joseph@codesourcery.com>
15553         * sysdeps/i386/fpu/s_nearbyint.S (__nearbyint): Do not mask
15554         "inexact" exceptions after fnstenv.
15555         * sysdeps/i386/fpu/s_nearbyintf.S (__nearbyintf): Likewise.
15556         * sysdeps/i386/fpu/s_nearbyintl.S (__nearbyintl): Likewise.
15557         * sysdeps/x86_64/fpu/s_nearbyintl.S (__nearbyintl): Likewise.
15559 2015-06-22  Zack Weinberg  <zackw@panix.com>
15561         * sysdeps/generic/bits/hwcap.h: Moved to ...
15562         * bits/hwcap.h: Here.
15564 2016-06-22  Wilco Dijkstra  <wdijkstr@arm.com>
15566         * sysdeps/aarch64/memcpy.S (memcpy):
15567         Further tuning for performance.
15569 2016-06-21  Florian Weimer  <fweimer@redhat.com>
15571         [BZ #20284]
15572         * malloc/arena.c (reused_arena): Do not return NULL if we start
15573         out with a non-corrupted arena.
15575 2016-06-21 Adhemerval Zanella  <adhemerval.zanella@linaro.org>
15577         * misc/Makefile (tests): Add tst-preadvwritev and tst-preadvwritev64.
15578         * misc/tst-preadvwritev.c: New file.
15579         * misc/tst-preadvwritev64.c: Likewise.
15580         * sysdeps/unix/sysv/linux/preadv.c (preadv): Remove SYSCALL_LL{64}
15581         usage.
15582         * sysdeps/unix/sysv/linux/preadv64.c (preadv64): Likewise.
15583         * sysdeps/unix/sysv/linux/pwritev.c (pwritev): Likewise.
15584         * sysdeps/unix/sysv/linux/pwritev64.c (pwritev64): Likewise.
15585         * sysdeps/unix/sysv/linux/sysdep.h (LO_HI_LONG): New macro.
15587 2016-06-20  Andrew Senkevich  <andrew.senkevich@intel.com>
15589         [BZ #19654]
15590         * sysdeps/x86_64/fpu/Makefile: Added new tests.
15591         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx-main.c: New.
15592         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx-mod.c: Likewise.
15593         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx.c: Likewise.
15594         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx2-main.c: Likewise.
15595         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx2-mod.c: Likewise.
15596         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx2.c: Likewise.
15597         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx512-main.c: Likewise.
15598         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx512-mod.c: Likewise.
15599         * sysdeps/x86_64/fpu/test-double-libmvec-alias-avx512.c: Likewise.
15600         * sysdeps/x86_64/fpu/test-double-libmvec-alias-main.c: Likewise.
15601         * sysdeps/x86_64/fpu/test-double-libmvec-alias-mod.c: Likewise.
15602         * sysdeps/x86_64/fpu/test-double-libmvec-alias.c: Likewise.
15603         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx-main.c: Likewise.
15604         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx-mod.c: Likewise.
15605         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx.c: Likewise.
15606         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2-main.c: Likewise.
15607         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2-mod.c: Likewise.
15608         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2.c: Likewise.
15609         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx512-main.c: Likewise.
15610         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx512-mod.c: Likewise.
15611         * sysdeps/x86_64/fpu/test-float-libmvec-alias-avx512.c: Likewise.
15612         * sysdeps/x86_64/fpu/test-float-libmvec-alias-main.c: Likewise.
15613         * sysdeps/x86_64/fpu/test-float-libmvec-alias-mod.c: Likewise.
15614         * sysdeps/x86_64/fpu/test-float-libmvec-alias.c: Likewise.
15615         * sysdeps/x86_64/fpu/test-libmvec-alias-mod.c: Likewise.
15617 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
15619         * sysdeps/aarch64/rawmemchr.S (__rawmemchr): New file.
15620         * sysdeps/aarch64/strlen.S (__strlen): Change to __strlen to avoid PLT.
15622 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
15624         * sysdeps/aarch64/memcpy.S (memcpy):
15625         Rewrite of optimized memcpy and memmove.
15626         * sysdeps/aarch64/memmove.S (memmove): Remove
15627         memmove code (merged into memcpy.S).
15629 2016-06-20  Florian Weimer  <fweimer@redhat.com>
15631         Consolidate machine-agnostic DTV definitions in <dl-dtv.h>.
15632         * sysdeps/generic/dl-dtv.h: New file.
15633         * sysdeps/aarch64/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15634         * sysdeps/aarch64/nptl/tls.h: Include <dl-dtv.h>.
15635         (dtv_t): Remove.
15636         * sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15637         * sysdeps/alpha/nptl/tls.h: Include <dl-dtv.h>.
15638         (dtv_t): Remove.
15639         * sysdeps/arm/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15640         * sysdeps/arm/nptl/tls.h: Include <dl-dtv.h>.
15641         (dtv_t): Remove.
15642         * sysdeps/hppa/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15643         * sysdeps/hppa/nptl/tls.h: Include <dl-dtv.h>.
15644         (dtv_t): Remove.
15645         * sysdeps/i386/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15646         * sysdeps/i386/nptl/tls.h: Include <dl-dtv.h>.
15647         (dtv_t): Remove.
15648         * sysdeps/ia64/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15649         * sysdeps/ia64/nptl/tls.h: Include <dl-dtv.h>.
15650         (dtv_t): Remove.
15651         * sysdeps/m68k/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15652         * sysdeps/m68k/nptl/tls.h: Include <dl-dtv.h>.
15653         (dtv_t): Remove.
15654         * sysdeps/mach/hurd/i386/tls.h: Include <dl-dtv.h>.
15655         (dtv_t): Remove.
15656         * sysdeps/microblaze/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15657         * sysdeps/microblaze/nptl/tls.h: Include <dl-dtv.h>.
15658         (dtv_t): Remove.
15659         * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15660         * sysdeps/mips/nptl/tls.h: Include <dl-dtv.h>.
15661         (dtv_t): Remove.
15662         * sysdeps/nios2/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15663         * sysdeps/nios2/nptl/tls.h: Include <dl-dtv.h>.
15664         (dtv_t): Remove.
15665         * sysdeps/powerpc/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15666         * sysdeps/powerpc/nptl/tls.h: Include <dl-dtv.h>.
15667         (dtv_t): Remove.
15668         * sysdeps/s390/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15669         * sysdeps/s390/nptl/tls.h: Include <dl-dtv.h>.
15670         (dtv_t): Remove.
15671         * sysdeps/sh/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15672         * sysdeps/sh/nptl/tls.h: Include <dl-dtv.h>.
15673         (dtv_t): Remove.
15674         * sysdeps/sparc/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15675         * sysdeps/sparc/nptl/tls.h: Include <dl-dtv.h>.
15676         (dtv_t): Remove.
15677         * sysdeps/x86_64/dl-tls.h (TLS_DTV_UNALLOCATED): Remove.
15678         * sysdeps/x86_64/nptl/tls.h: Include <dl-dtv.h>.
15679         (dtv_t): Remove.
15681 2016-06-20  Florian Weimer  <fweimer@redhat.com>
15683         Revert symbol poisoning of  __malloc_initialize_hook.
15684         * include/stdc-predef.h (__malloc_initialize_hook): Remove
15685         poisoning.
15686         * malloc/Makefile: Remove un-poisoning.
15687         * malloc/arena.c (ptmalloc_init): Use __malloc_initialize_hook
15688         instead of old__malloc_initialize_hook.
15689         * malloc/malloc-hooks.h: Likewise.
15690         * malloc/malloc.c: Likewise.
15691         * malloc/mcheck-init.c: Likewise.
15693 2016-06-19  Carlos O'Donell  <carlos@redhat.com>
15695         * sysdeps/unix/sysv/linux/times.c (__times): Expand comments.
15697 2016-06-18  Aurelien Jarno  <aurelien@aurel32.net>
15699         * sysdeps/unix/sysv/linux/mips/vfork.S (__vfork): Conditionalize
15700         hidden_def, weak_alias and strong_alias on [IS_IN (libc)].
15701         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Likewise.
15702         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Likewise.
15704 2016-06-16  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15706         * NEWS: Mention addition of nextup and nextdown.
15707         * manual/arith.texi: Document nextup and nextdown.
15708         * manual/libm-err-tab.pl: Add nextup and nextdown.
15709         * math/Makefile (libm-calls): Add s_nextdown and s_nextup.
15710         * math/Versions (libm): Add GLIBC_2.24.
15711         * math/bits/mathcalls.h: Add nextup and nextdown declaration.
15712         * math/libm-test.inc (nextafter_test_data) [TEST_COND_intel96]:
15713         Add new test.
15714         (nextafter_test_data) [TEST_COND_binary32]: Likewise.
15715         (nextafter_test_data) [TEST_COND_m68k96]: Likewise.
15716         (nextafter_test_data) [TEST_COND_binary64]: Likewise.
15717         (nextafter_test_data) [TEST_COND_binary128]: Likewise.
15718         (nextup_test_data): Likewise.
15719         (nextdown_test_data): Likewise.
15720         * math/s_nextdown.c: New file.
15721         * math/s_nextdownf.c: Likewise.
15722         * math/s_nextdownl.c: Likewise.
15723         * math/test-tgmath.c F(compile_test)): Add nextup and nextdown tests.
15724         F(nextup): New function.
15725         F(nextdown): Likewise.
15726         * math/tgmath.h: Add nextup and nextdown.
15727         * sysdeps/ieee754/flt-32/s_nextupf.c: New file.
15728         * sysdeps/ieee754/dbl-64/s_nextup.c: Likewise.
15729         * sysdeps/ieee754/ldbl-128/s_nextupl.c: Likewise.
15730         * sysdeps/ieee754/ldbl-128ibm/s_nextupl.c: Likewise.
15731         * sysdeps/ieee754/ldbl-96/s_nextupl.c: Likewise.
15732         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls):
15733         Add nextup and nextdown.
15734         (CFLAGS-nldbl-nextup.c): New variable.
15735         (CFLAGS-nldbl-nextdown.c): Likewise.
15736         * sysdeps/ieee754/ldbl-opt/nldbl-nextdown.c: New file.
15737         * sysdeps/ieee754/ldbl-opt/nldbl-nextup.c: Likewise.
15738         * sysdeps/nacl/libm.abilist: Update.
15739         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
15740         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
15741         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
15742         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
15743         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
15744         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
15745         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
15746         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
15747         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
15748         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
15749         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
15750         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
15751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: Likewise.
15752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
15753         Likewise.
15754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: Likewise.
15755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: Likewise.
15756         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
15757         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
15758         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
15759         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
15760         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
15761         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: Likewise.
15762         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: Likewise.
15763         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
15764         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
15765         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: Likewise.
15766         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
15768 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
15770         * manual/pattern.texi: Fix typos & grammar errors.
15772 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
15774         * manual/search.texi: Fix typos & grammar errors.
15776 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
15778         * manual/message.texi: Fix typos & grammar errors.
15780 2016-06-16  Mike Frysinger  <vapier@gentoo.org>
15782         * manual/contrib.texi: Fix spelling typos.
15783         * manual/crypt.texi: Likewise.
15784         * manual/filesys.texi: Likewise.
15785         * manual/locale.texi: Likewise.
15786         * manual/message.texi: Likewise.
15787         * manual/nss.texi: Likewise.
15788         * manual/string.texi: Likewise.
15790 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
15792         * manual/locale.texi: Fix typos & grammar errors.
15794 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
15796         * manual/charset.texi: Fix typos & grammar errors.
15798 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
15800         * manual/string.texi: Fix typos.
15802 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
15804         * manual/ctype.texi: Fix typos.
15806 2016-06-16  Rical Jasan  <ricaljasan@pacific.net>
15808         * manual/memory.texi: Fix various typos & grammar errors.
15810 2016-06-14  Joseph Myers  <joseph@codesourcery.com>
15812         [BZ #20255]
15813         * sysdeps/i386/fpu/s_fdim.c: New file.  Based on math/s_fdim.c.
15814         * math/libm-test.inc (fdim_test_data): Add another test.
15816         [BZ #6796]
15817         [BZ #20255]
15818         [BZ #20256]
15819         * math/s_fdim.c: Include <math_private.h>.
15820         (__fdim): Use math_narrow_eval on result.
15821         * math/s_fdimf.c: Include <math_private.h>.
15822         (__fdimf): Use math_narrow_eval on result.
15823         * sysdeps/i386/fpu/s_fdim.S: Remove file.
15824         * sysdeps/i386/fpu/s_fdimf.S: Likewise.
15825         * sysdeps/i386/fpu/s_fdiml.S: Likewise.
15826         * sysdeps/i386/i686/fpu/s_fdim.S: Likewise.
15827         * sysdeps/i386/i686/fpu/s_fdimf.S: Likewise.
15828         * sysdeps/i386/i686/fpu/s_fdiml.S: Likewise.
15829         * sysdeps/powerpc/fpu/s_fdim.c: Likewise.
15830         * sysdeps/powerpc/fpu/s_fdimf.c: Likewise.
15831         * sysdeps/powerpc/powerpc32/fpu/s_fdim.c: Likewise.
15832         * sysdeps/powerpc/powerpc64/fpu/s_fdim.c: Likewise.
15833         * sysdeps/x86_64/fpu/s_fdiml.S: Likewise.
15834         * math/libm-test.inc (fdim_test_data): Expect errno setting on
15835         overflow.  Add sNaN tests.
15837         * math/s_fdim.c (__fdim): Use islessequal and isinf instead of
15838         fpclassify.
15839         * math/s_fdimf.c (__fdimf): Likewise.
15840         * math/s_fdiml.c (__fdiml): Likewise.
15842 2016-06-14  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15844         * sysdeps/powerpc/powerpc64/multiarch/Makefile:
15845         (sysdep_routines): Add P8 and PPC64 strcasecmp/strncasecmp targets.
15846         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15847         (__libc_ifunc_impl_list): Add entries for P8 and PPC64
15848         ifunc'ed strcasecmp/strncasecmp.
15849         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S:
15850         [EALIGN]: Removed.
15851         [END]: Likewise.
15852         [__strcasecmp]: Define instead of the above to control symbol name.
15853         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Add IFUNC selector
15854         for __strcasecmp_power8.
15855         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Add IFUNC selector
15856         for __strncasecmp_power8.
15857         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power8.S: New File.
15858         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-ppc64.c: Likewise.
15859         * sysdeps/powerpc/powerpc64/multiarch/strncase-power8.S: Likewise.
15860         * sysdeps/powerpc/powerpc64/multiarch/strncase-ppc64.c: Likewise.
15861         * sysdeps/powerpc/powerpc64/power8/strcasecmp.S: Likewise.
15862         * sysdeps/powerpc/powerpc64/power8/strncase.S: Likewise.
15864 2016-06-13  Joseph Myers  <joseph@codesourcery.com>
15866         [BZ #20252]
15867         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Add both
15868         arguments when second argument is a NaN.
15869         * math/libm-test.inc (atan2_test_data): Add sNaN tests and more
15870         qNaN tests.
15872         * math/libm-test.inc (cimag_test_data): Add sNaN tests.
15873         (conj_test_data): Likewise.
15874         (copysign_test_data): Likewise.
15875         (creal_test_data): Likewise.
15876         (fma_test_data): Likewise.
15877         (fmod_test_data): Likewise.
15879         [BZ #20250]
15880         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Add non-finite input to
15881         itself.
15882         * sysdeps/ieee754/dbl-64/s_frexp.c (__frexp): Add non-finite or
15883         zero input to itself.
15884         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp):
15885         Likewise.
15886         * sysdeps/ieee754/flt-32/s_frexpf.c (__frexpf): Likewise.
15887         * sysdeps/ieee754/ldbl-128/s_frexpl.c (__frexpl): Likewise.
15888         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
15889         * sysdeps/ieee754/ldbl-96/s_frexpl.c (__frexpl): Likewise.
15890         * math/libm-test.inc (frexp_test_data): Add sNaN tests.
15892 2016-06-13  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
15894         * nptl/Makefile (test): Add tst-cancel4_1 and tst-cancel4_2.
15895         * nptl/tst-cancel4-common.c: New file.
15896         * nptl/tst-cancel4-common.h: Likewise.
15897         * nptl/tst-cancel4.c: Move common definitions to
15898         tst-cancel4-common.{c,h} file.
15899         * nptl/tst-cancel4_1.c: New test.
15900         * nptl/tst-cancel4_2.c: New test.
15902 2016-06-13  Florian Weimer  <fweimer@redhat.com>
15904         [BZ #20248]
15905         * debug/tst-longjmp_chk2.c (pass): Use volatile sig_atomic_t.
15906         (write_message): New function.
15907         (stackoverflow_handler): Call it instead of printf, to avoid
15908         excessive stack usage by printf.
15909         (do_test): Restore SIGSEGV, SIGBUS default handlers.
15911 2016-06-13  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
15913         * nptl/pthread_mutex_init.c [__ASSUME_FUTEX_LOCK_PI]
15914         (prio_inherit_missing): Remove define.
15915         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15916         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15917         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FUTEX_LOCK_PI):
15918         Likewise.
15919         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15920         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15921         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15922         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15923         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
15924         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15926 2016-06-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15928         [BZ #19670]
15929         [BZ #19672]
15931         * io/test-lfs.c (do_prepare): Use xmalloc.
15932         * io/tst-fcntl.c (do_prepare): Likewise.
15933         * libio/tst-fopenloc.c (do_bz17916): Likewise.
15934         * libio/tst-mmap2-eofsync.c (do_prepare): Likewise.
15935         * login/tst-utmp.c (do_prepare): Likewise.
15936         * posix/tst-exec.c (do_prepare): Likewise.
15937         * posix/tst-pathconf.c (prepare): Likewise.
15938         * posix/tst-spawn.c (do_prepare): Likewise.
15939         * posix/tst-truncate.c (do_prepare): Likewise.
15940         * rt/tst-aio.c (do_prepare): Likewise.
15941         * rt/tst-aio64.c (do_prepare): Likewise.
15943 2016-06-11  Florian Weimer  <fweimer@redhat.com>
15945         [BZ #20237]
15946         * nss/nss_db/db-XXX.c (set*ent): Reset entidx to NULL.
15947         (get*ent): Set entidx to NULL during initialization.  If entidx is
15948         NULL, start iteration from the beginning.
15950 2016-06-11  Florian Weimer  <fweimer@redhat.com>
15952         * malloc/malloc.c (musable): Return correct size for dumped fake
15953         mmapped chunk.
15955 2016-06-11  Florian Weimer  <fweimer@redhat.com>
15957         [BZ #20222]
15958         * libio/iofopncook.c (_IO_cookie_read): Demangle callback pointer.
15959         (_IO_cookie_write): Likewise.
15960         (_IO_cookie_seek): Likewise.
15961         (_IO_cookie_close): Likewise.
15962         (_IO_old_cookie_seek): Likewise.
15963         (set_callbacks): New function.
15964         (_IO_cookie_init): Call set_callbacks to copy callbacks.
15966 2016-06-11  Marko Myllynen  <myllynen@redhat.com>
15968         * locale/programs/localedef.c (oldstyle_tables): Remove.
15969         * locale/programs/localedef.h (oldstyle_tables): Likewise.
15971 2016-06-10  Joseph Myers  <joseph@codesourcery.com>
15973         [BZ #20240]
15974         * math/Makefile (CFLAGS-s_modf.c): New variable.
15975         (CFLAGS-s_modff.c): Likewise.
15976         (CFLAGS-s_modfl.c): Likewise.
15977         * math/libm-test.inc (modf_test_data): Add sNaN tests.
15979 2016-06-09  Carlos O'Donell  <carlos@redhat.com>
15981         [BZ #20215]
15982         * misc/sys/cdefs.h [__GNUC_PREREQ (3,2)]: Undef __always_inline first.
15983         [!__GNUC_PREREQ (3,2)]: Likewise.
15985 2016-06-10  Adhemerval Zanela  <adhemerval.zanella@linaro.org>
15987         * conform/data/sys/socket.h-data (msghdr.msg_iovlen): Add xfail-.
15988         (msghdr.msg_controllen): Likewise.
15989         (cmsghdr.cmsg_len): Likewise.
15990         * nptl/Makefile (libpthread-routines): Remove ptw-oldrecvmsg and
15991         ptw-oldsendmsg.
15992         (CFLAGS-oldrecvmsg.c): Remove rule.
15993         (CFLAGS-oldsendmsg.c): Likewise.
15994         (CFLAGS-recvmsg.c): Add rule.
15995         (CFLAGS-sendmsg.c): Likewise.
15996         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
15997         oldrecvmsg, oldsendmsg, oldrecvmmsg, oldsendmmsg.
15998         (CFLAGS-recvmsg.c): Remove rule.
15999         (CFLAGS-sendmsg.c): Likewise.
16000         (CFLAGS-oldrecvmsg.c): Likewise.
16001         (CFLAGS-oldsendmsg.c): Likewise.
16002         (CFLAGS-recvmmsg.c): Likewise.
16003         * sysdeps/unix/sysv/linux/bits/socket.h (msghdr.msg_iovlen): Revert
16004         to kernel defined interfaces.
16005         (msghdr.msg_controllen): Likewise.
16006         (cmsghdr.cmsg_len): Likewise.
16007         (msghdr.__glibc_reserved1): Remove member.
16008         (msghdr.__glibc_reserved2): Likewise.
16009         (cmsghdr.__glibc_reserved1): Likewise.
16010         * sysdeps/unix/sysv/linux/oldrecvmmsg.c: Remove file.
16011         * sysdeps/unix/sysv/linux/oldrecvmsg.c: Likewise.
16012         * sysdeps/unix/sysv/linux/oldsendmmsg.c: Likewise.
16013         * sysdeps/unix/sysv/linux/oldsendmsg.c: Likewise.
16014         * sysdeps/unix/sysv/linux/recvmmsg.c: Revert back to previous
16015         version.
16016         * sysdeps/unix/sysv/linux/recvmsg.c: Likewise.
16017         * sysdeps/unix/sysv/linux/sendmmsg.c: Likewise.
16018         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
16019         * sysdeps/unix/sysv/linux/aarch64/Versions [libc] (GLIBC_2.24):
16020         Remove recvmsg and sendmsg.
16021         * sysdeps/unix/sysv/linux/alpha/Versions [libc] (GLIBC_2.24):
16022         Likewise.
16023         * sysdeps/unix/sysv/linux/hppa/Versions [libc] (GLIBC_2.24):
16024         Likewise.
16025         * sysdeps/unix/sysv/linux/i386/Versions [libc] (GLIBC_2.24): Likewise.
16026         * sysdeps/unix/sysv/linux/m68k/Versions [libc] (GLIBC_2.24): Likewise.
16027         * sysdeps/unix/sysv/linux/microblaze/Versions [libc] (GLIBC_2.24):
16028         Likewise.
16029         * sysdeps/unix/sysv/linux/mips/mips32/Versions [libc] (GLIBC_2.24):
16030         Likewise.
16031         * sysdeps/unix/sysv/linux/mips/mips64/n32/Versions
16032         [libc] (GLIBC_2.24): Likewise.
16033         * sysdeps/unix/sysv/linux/nios2/Versions [libc] (GLIBC_2.24):
16034         Likewise.
16035         * sysdeps/unix/sysv/linux/powerpc/Versions [libc] (GLIBC_2.24):
16036         Likewise.
16037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
16038         [libc] (GLIBC_2.24): Likewise.
16039         * sysdeps/unix/sysv/linux/s390/s390-32/Versions [libc] (GLIBC_2.24):
16040         Likewise.
16041         * sysdeps/unix/sysv/linux/s390/s390-64/Versions [libc] (GLIBC_2.24):
16042         Likewise.
16043         * sysdeps/unix/sysv/linux/sh/Versions [libc] (GLIBC_2.24): Likewise.
16044         * sysdeps/unix/sysv/linux/sparc/Versions [libc] (GLIBC_2.24):
16045         Likewise.
16046         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions [libc] (GLIBC_2.24):
16047         Likewise.
16048         * sysdeps/unix/sysv/linux/tile/Versions [libc] (GLIBC_2.24):
16049         Likewise.
16050         * sysdeps/unix/sysv/linux/x86_64/Versions [libc] (GLIBC_2.24):
16051         Likewise.
16052         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Versions: Remove file
16053         * sysdeps/unix/sysv/linux/x86_64/64/Versions: Likewise.
16054         * sysdeps/unix/sysv/linux/mips/mips64/n64/Versions: Likewise.
16055         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Remove new 2.24
16056         version for {recv,send,recm,sendm}msg.
16057         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
16058         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
16059         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
16060         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
16061         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
16062         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
16063         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
16064         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
16065         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
16066         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
16067         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
16068         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
16069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
16070         Likewise.
16071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
16072         Likewise.
16073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
16074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
16075         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
16076         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
16077         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
16078         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
16079         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
16080         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
16081         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
16082         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
16083         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
16084         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
16085         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
16087 2016-06-10  Florian Weimer  <fweimer@redhat.com>
16089         [BZ #19564]
16090         Remove __malloc_initialize_hook from the API.
16091         * malloc/malloc.h (__malloc_initialize_hook): Remove.
16092         * include/stdc-predef.h (__malloc_initialize_hook): Poison with
16093         #pragma GCC poison.
16094         * malloc/malloc-hooks.h: New file.
16095         * malloc/arena.c (ptmalloc_init): Use old__malloc_initialize_hook.
16096         * malloc/malloc.c (HAVE_MALLOC_INIT_HOOK): New.
16097         (old__malloc_initialize_hook): Rename from
16098         __malloc_initialize_hook to evade poisoning.  Turn into compat
16099         symbol.
16100         * malloc/mcheck-init.c (old__malloc_initialize_hook): Rename from
16101         __malloc_initialize_hook.
16102         * malloc/Makefile (poisoned_apis, unpoisoned_api_defines): New.
16103         (mallo.c, mcheck-init.c): Compile with unpoisoned symbol.
16104         * manual/memory.texi (Hooks for Malloc): Remove
16105         __malloc_initialize_hook.  Adjust hook example.
16107 2016-06-09  Joseph Myers  <joseph@codesourcery.com>
16109         [BZ #20235]
16110         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Add NaN input to
16111         itself.
16112         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
16113         * math/libm-test.inc (log2_test_data): Add sNaN tests.
16115         [BZ #20234]
16116         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Add positive
16117         infinity or NaN input to itself.
16119         [BZ #20233]
16120         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Add NaN input
16121         to itself.
16123         [BZ #20232]
16124         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add NaN input to
16125         itself.
16127 2016-06-09  H.J. Lu  <hongjiu.lu@intel.com>
16129         * sysdeps/x86_64/start.S (_start): Always indirect branch to
16130         __libc_start_main via GOT.
16132 2016-06-09  H.J. Lu  <hongjiu.lu@intel.com>
16134         * sysdeps/x86_64/memcopy.h: New file.
16135         * sysdeps/x86_64/wordcopy.c: Likewise.
16137 2016-06-09  Florian Weimer  <fweimer@redhat.com>
16139         Prevent GCC 6 <cstdlib> from including /usr/include/stdlib.h.
16140         * stdlib/tst-quick_exit.cc: Include <stdlib.h> instead of
16141         <cstdlib>.
16142         (optimization_barrier): New.
16143         (do_test): Use it.  Call quick_exit in the global namespace.
16144         * stdlib/tst-thread-quick_exit.cc: Include <stdlib.h>, <pthread.h>
16145         instead of <cstdlib>, <thread>.
16146         (optimization_barrier): New.
16147         (non_main_thread): Adjust declaration.  Call optimization_barrier.
16148         Call quick_exit in the global namespace.
16149         (do_test): Call optimization_barrier.  Use pthread_create,
16150         pthread_join instead of std::thread.
16152 2016-06-09  Andreas Schwab  <schwab@suse.de>
16154         [BZ #19755]
16155         * nscd/pwdcache.c (cache_addpw): Lock prune_run_lock while adding
16156         new entries in auto-propagate mode.
16157         * nscd/grpcache.c (cache_addgr): Likewise.
16159 2016-06-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
16161         * test-skeleton.c (oom_error, xmalloc, xcalloc, xrealloc):
16162         New functions.
16163         (add_temp_file): Use them.
16165 2016-06-09  Samuel Thibault  <samuel.thibault@ens-lyon.org
16167         * mach/mach/mach_traps.h (mach_print): Add syscall declaration.
16169 2016-06-08  Joseph Myers  <joseph@codesourcery.com>
16171         [BZ #20229]
16172         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Add NaN input to itself.
16173         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
16174         * math/libm-test.inc (log1p_test_data): Add sNaN tests.
16176         [BZ #20228]
16177         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Add NaN input to
16178         itself.
16179         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Likewise.
16180         * math/libm-test.inc (log10_test_data): Add sNaN tests.
16182         [BZ #20227]
16183         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Add NaN input to
16184         itself.
16185         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
16186         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
16187         * math/libm-test.inc (log_test_data): Add sNaN tests.
16189         [BZ #20226]
16190         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Add NaN argument to
16191         itself.
16192         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16193         * math/libm-test.inc (exp_test_data): Add sNaN tests.
16194         (exp10_test_data): Likewise.
16195         (expm1_test_data): Likewise.
16197         [BZ #20225]
16198         * math/s_ldexp.c (__ldexp): Add non-finite or zero argument to
16199         itself.
16200         * math/s_ldexpf.c (__ldexpf): Likewise.
16201         * math/s_ldexpl.c (__ldexpl): Likewise.
16202         * math/w_scalbln.c (__w_scalbln): Likewise.
16203         * math/w_scalblnf.c (__w_scalblnf): Likewise.
16204         * math/w_scalblnl.c (__w_scalblnl): Likewise.
16205         * math/libm-test.inc (scalbn_test_data): Add sNaN tests.
16206         (scalbln_test_data): Likewise.
16208         [BZ #20224]
16209         * sysdeps/i386/fpu/s_cbrtl.S (__cbrtl): Add non-finite or zero
16210         argument to itself.
16211         * math/libm-test.inc (cbrt_test_data): Add sNaN tests.
16213 2016-06-08  H.J. Lu  <hongjiu.lu@intel.com>
16215         [BZ #19776]
16216         * sysdeps/x86_64/memcpy.S: Make it dummy.
16217         * sysdeps/x86_64/mempcpy.S: Likewise.
16218         * sysdeps/x86_64/memmove.S: New file.
16219         * sysdeps/x86_64/memmove_chk.S: Likewise.
16220         * sysdeps/x86_64/multiarch/memmove.S: Likewise.
16221         * sysdeps/x86_64/multiarch/memmove_chk.S: Likewise.
16222         * sysdeps/x86_64/memmove.c: Removed.
16223         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
16224         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
16225         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: Likewise.
16226         * sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S:
16227         Likewise.
16228         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
16229         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
16230         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
16231         memcpy-sse2-unaligned, memmove-avx-unaligned,
16232         memcpy-avx-unaligned and memmove-sse2-unaligned-erms.
16233         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
16234         (__libc_ifunc_impl_list): Replace
16235         __memmove_chk_avx512_unaligned_2 with
16236         __memmove_chk_avx512_unaligned.  Remove
16237         __memmove_chk_avx_unaligned_2.  Replace
16238         __memmove_chk_sse2_unaligned_2 with
16239         __memmove_chk_sse2_unaligned.  Remove __memmove_chk_sse2 and
16240         __memmove_avx_unaligned_2.  Replace __memmove_avx512_unaligned_2
16241         with __memmove_avx512_unaligned.  Replace
16242         __memmove_sse2_unaligned_2 with __memmove_sse2_unaligned.
16243         Remove __memmove_sse2.  Replace __memcpy_chk_avx512_unaligned_2
16244         with __memcpy_chk_avx512_unaligned.  Remove
16245         __memcpy_chk_avx_unaligned_2.  Replace
16246         __memcpy_chk_sse2_unaligned_2 with __memcpy_chk_sse2_unaligned.
16247         Remove __memcpy_chk_sse2.  Remove __memcpy_avx_unaligned_2.
16248         Replace __memcpy_avx512_unaligned_2 with
16249         __memcpy_avx512_unaligned.  Remove __memcpy_sse2_unaligned_2
16250         and __memcpy_sse2.  Replace __mempcpy_chk_avx512_unaligned_2
16251         with __mempcpy_chk_avx512_unaligned.  Remove
16252         __mempcpy_chk_avx_unaligned_2.  Replace
16253         __mempcpy_chk_sse2_unaligned_2 with
16254         __mempcpy_chk_sse2_unaligned.  Remove __mempcpy_chk_sse2.
16255         Replace __mempcpy_avx512_unaligned_2 with
16256         __mempcpy_avx512_unaligned.  Remove __mempcpy_avx_unaligned_2.
16257         Replace __mempcpy_sse2_unaligned_2 with
16258         __mempcpy_sse2_unaligned.  Remove __mempcpy_sse2.
16259         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Support
16260         __memcpy_avx512_unaligned_erms and __memcpy_avx512_unaligned.
16261         Use __memcpy_avx_unaligned_erms and __memcpy_sse2_unaligned_erms
16262         if processor has ERMS.  Default to __memcpy_sse2_unaligned.
16263         (ENTRY): Removed.
16264         (END): Likewise.
16265         (ENTRY_CHK): Likewise.
16266         (libc_hidden_builtin_def): Likewise.
16267         Don't include ../memcpy.S.
16268         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Support
16269         __memcpy_chk_avx512_unaligned_erms and
16270         __memcpy_chk_avx512_unaligned.  Use
16271         __memcpy_chk_avx_unaligned_erms and
16272         __memcpy_chk_sse2_unaligned_erms if if processor has ERMS.
16273         Default to __memcpy_chk_sse2_unaligned.
16274         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
16275         Change function suffix from unaligned_2 to unaligned.
16276         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Support
16277         __mempcpy_avx512_unaligned_erms and __mempcpy_avx512_unaligned.
16278         Use __mempcpy_avx_unaligned_erms and __mempcpy_sse2_unaligned_erms
16279         if processor has ERMS.  Default to __mempcpy_sse2_unaligned.
16280         (ENTRY): Removed.
16281         (END): Likewise.
16282         (ENTRY_CHK): Likewise.
16283         (libc_hidden_builtin_def): Likewise.
16284         Don't include ../mempcpy.S.
16285         (mempcpy): New.  Add a weak alias.
16286         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Support
16287         __mempcpy_chk_avx512_unaligned_erms and
16288         __mempcpy_chk_avx512_unaligned.  Use
16289         __mempcpy_chk_avx_unaligned_erms and
16290         __mempcpy_chk_sse2_unaligned_erms if if processor has ERMS.
16291         Default to __mempcpy_chk_sse2_unaligned.
16293 2016-06-08  H.J. Lu  <hongjiu.lu@intel.com>
16295         [BZ #19881]
16296         * sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S: Folded
16297         into ...
16298         * sysdeps/x86_64/memset.S: This.
16299         (__bzero): Removed.
16300         (__memset_tail): Likewise.
16301         (__memset_chk): Likewise.
16302         (memset): Likewise.
16303         (MEMSET_CHK_SYMBOL): New. Define only if MEMSET_SYMBOL isn't
16304         defined.
16305         (MEMSET_SYMBOL): Define only if MEMSET_SYMBOL isn't defined.
16306         * sysdeps/x86_64/multiarch/memset-avx2.S: Removed.
16307         (__memset_zero_constant_len_parameter): Check SHARED instead of
16308         PIC.
16309         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
16310         memset-avx2 and memset-sse2-unaligned-erms.
16311         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
16312         (__libc_ifunc_impl_list): Remove __memset_chk_sse2,
16313         __memset_chk_avx2, __memset_sse2 and __memset_avx2_unaligned.
16314         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
16315         (__bzero): Enabled.
16316         * sysdeps/x86_64/multiarch/memset.S (memset): Replace
16317         __memset_sse2 and __memset_avx2 with __memset_sse2_unaligned
16318         and __memset_avx2_unaligned.  Use __memset_sse2_unaligned_erms
16319         or __memset_avx2_unaligned_erms if processor has ERMS.  Support
16320         __memset_avx512_unaligned_erms and __memset_avx512_unaligned.
16321         (memset): Removed.
16322         (__memset_chk): Likewise.
16323         (MEMSET_SYMBOL): New.
16324         (libc_hidden_builtin_def): Replace __memset_sse2 with
16325         __memset_sse2_unaligned.
16326         * sysdeps/x86_64/multiarch/memset_chk.S (__memset_chk): Replace
16327         __memset_chk_sse2 and __memset_chk_avx2 with
16328         __memset_chk_sse2_unaligned and __memset_chk_avx2_unaligned_erms.
16329         Use __memset_chk_sse2_unaligned_erms or
16330         __memset_chk_avx2_unaligned_erms if processor has ERMS.  Support
16331         __memset_chk_avx512_unaligned_erms and
16332         __memset_chk_avx512_unaligned.
16334 2016-06-08  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16336         * math/gen-auto-libm-test.c (fp_format_desc): remove
16337         suffix member.
16338         (output_generic_value): Remove usage of suffix member,
16339         and the resulting unuse of the fp_format argument.
16340         (output_for_one_input_case): Remove unused fp_format
16341         parameter.
16343         * math/auto-libm-test-out: Regenerate.
16345         * math/libm-test.inc (TEST_COND_ldbl_128ibm): replace
16346         usage with TEST_COND_ibm128.
16347         (TEST_COND_flt_32): Remove.
16348         (TEST_COND_dbl_64): Remove.
16349         (TEST_COND_ldbl_96_intel): Remove.
16350         (TEST_COND_ldbl_96_m68k): Remove.
16351         (TEST_COND_ldbl_128): Remove.
16353 2016-06-08  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16355         * auto-libm-test-in:
16356         Replace flt-32 usage with binary32.
16357         Replace dbl-64 usage with binary64.
16358         Replace ldbl-intel-96 usage with intel96.
16359         Replace ldbl-m68k-96 usage with m68k96.
16360         Replace ldbl-128ibm usage with ibm128.
16361         Replace ldbl-128 usage with binary128.
16363         * auto-libm-test-out: Regenerate.
16365 2016-06-08  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16367         * math/gen-libm-test.pl (all_floats_pfx): New lookup table.
16368         (parse_ulps): Dynamically generate type name matching
16369         string from all_floats.
16370         (get_ulps): Generate the ulps as an array instead.
16371         (output_ulps): Dynamically compose the type based
16372         on the number of supported formats, and print
16373         the indices as type specific helper macros.
16375         * math/libm-test.inc: Remove comment about CHOOSE.
16376         (ulp_data): Generate the type in libm-test-ulps.h.
16377         (ULP_IDX): New macro.
16378         (find_ulps): Update usage of max_ulp.
16380         * math/test-double-vlen2.h (CHOOSE): Remove.
16381         * math/test-double-vlen4.h (CHOOSE): Likewise.
16382         * math/test-double-vlen8.h (CHOOSE): Likewise.
16383         * math/test-float.c (CHOOSE): Likewise.
16384         * math/test-float-finite.c (CHOOSE): Likewise.
16385         * math/test-double.c (CHOOSE): Likewise.
16386         * math/test-double-finite.c (CHOOSE): Likewise.
16387         * math/test-idouble.c (CHOOSE): Likewise.
16388         * math/test-ifloat.c (CHOOSE): Likewise.
16389         * math/test-ildoubl.c (CHOOSE): Likewise.
16390         * math/test-ldouble-finite.c (CHOOSE): Likewise.
16391         * math/test-ldouble.c (CHOOSE): Likewise.
16393         * math/test-float.h (TEST_FLOAT): Remove.
16394         * math/test-double.h (TEST_DOUBLE): Likewise.
16395         * math/test-ldouble.h (TEST_LDOUBLE): Likewise.
16397 2016-06-08  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16399         * math/gen-libm-test.pl: (apply_lit): New subroutine.
16400         (parse_args): Strip C suffix from floating point literals
16401         typed with 'f' and wrap them with LIT().
16403         * math/libm-tests.inc (RUN_TEST_LOOP_fj_f): New macro.
16404         (test_ff_f_data_nexttoward): Rename to
16405         (test_fj_f_data): New struct.
16406         (nexttoward_test_data): Relabel tests as
16407         TEST_fj_f instead of TEST_ff_f.
16409 2016-06-08  Florian Weimer  <fweimer@redhat.com>
16411         Emacs bug 23726.
16412         * malloc/malloc.c (dumped_main_arena_start): Update comment.
16413         (__libc_realloc): Correct size computation for dumped fake mmapped
16414         chunks.
16416 2016-06-07  Joseph Myers  <joseph@codesourcery.com>
16418         [BZ #20219]
16419         * sysdeps/i386/fpu/e_atanhl.S (__ieee754_atanhl): Add NaN argument
16420         to itself.
16421         * math/libm-test.inc (atanh_test_data): Add sNaN tests.
16423         [BZ #20218]
16424         * sysdeps/i386/fpu/s_asinhl.S (__asinhl): Add non-finite argument
16425         to itself.
16426         * math/libm-test.inc (asinh_test_data): Add sNaN tests.
16428 2016-06-07  H.J. Lu  <hongjiu.lu@intel.com>
16430         [BZ #20195]
16431         * sysdeps/x86/cpu-features.c (get_common_indeces): Move FMA4
16432         check to ...
16433         (init_cpu_features): Here.
16435 2016-06-07  Carlos O'Donell  <carlos@redhat.com>
16437         [BZ #20214]
16438         * sysdeps/unix/sysv/linux/bits/in.h
16439         [defined _UAPI_LINUX_IN6_H || defined _UAPI_IPV6_H
16440          || defined _LINUX_IN6_H || defined _IPV6_H] (__USE_KERNEL_IPV6_DEFS):
16441         Define to 1.
16442         [!(defined _UAPI_LINUX_IN6_H || defined _UAPI_IPV6_H
16443          || defined _LINUX_IN6_H || defined _IPV6_H)] (__USE_KERNEL_IPV6_DEFS):
16444         Define to 0.
16445         [!__USE_KERNEL_IPV6_DEFS] (IPV6_ADD_MEMBERSHIP): Define.
16446         [!__USE_KERNEL_IPV6_DEFS] (IPV6_DROP_MEMBERSHIP): Define.
16448 2016-06-06  Carlos O'Donell  <carlos@redhat.com>
16450         [BZ #20198]
16451         * stdlib/Makefile (tests): Add tst-quick_exit, and
16452         tst-thread-quick_exit.
16453         [ifeq ($(have-cxx-thread_local),yes)]
16454         (CFLAGS-tst-quick_exit.o): Use -stdc=c++11.
16455         (CFLAGS-tst-thread-quick_exit.o): Likewise.
16456         (LDLIBS-tst-quick_exit): Use -lstdc++ for C++ program.
16457         (LDLIBS-tst-thread-quick_exit): Likewise.
16458         [ifneq ($(have-cxx-thread_local),yes)]
16459         (tests-unsupported): Add tst-quick_exit, and tst-thread-quick_exit.
16460         * stdlib/exit.c (__run_exit_handlers): Add run_dtors argument.
16461         If run_dtors is true call __call_tls_dtors.
16462         (exit): Call __run_exit_handlers with run_dtors set to true.
16463         * stdlib/exit.h: Add run_dtors argument to __run_exit_handlers
16464         definition.
16465         * stdlib/quick_exit.c (quick_exit): Remove function.
16466         (__new_quick_exit): New function.
16467         [SHLIB_COMPAT(libc, GLIBC_2_10, GLIBC_2_24)] (__old_quick_exit): New
16468         function.
16469         * stdlib/tst-quick_exit.cc: New file.
16470         * stdlib/tst-thread-quick_exit.cc: New file.
16471         * stdlib/Versions: Add quick_exit@GLIBC_2.24.
16472         * sysdeps/arm/nacl/libc.abilist: Add 'GLIBC_2.24 quick_exit F'.
16473         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Likewise
16474         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise
16475         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise
16476         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise
16477         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise
16478         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise
16479         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise
16480         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise
16481         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise
16482         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise
16483         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise
16484         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise
16485         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise
16486         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise
16487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: Likewise
16488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist: Likewise
16489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise
16490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise
16491         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise
16492         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise
16493         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise
16494         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise
16495         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise
16496         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise
16497         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise
16498         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise
16499         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise
16500         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise
16502 2016-06-06  H.J. Lu  <hongjiu.lu@intel.com>
16504         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: Fix
16505         a typo in comments.
16507 2016-06-06  Joseph Myers  <joseph@codesourcery.com>
16509         [BZ #20213]
16510         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Add NaN
16511         argument to itself.
16512         * math/libm-test.inc (asin_test_data): Add sNaN tests.
16514 2016-06-06  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
16516         * misc/Makefile (CFLAGS-pwritev.c): New variable: add cancellation
16517         required flags.
16518         (CFLAGS-pwritev64.c): Likewise.
16519         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Remove file.
16520         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
16521         * sysdeps/unix/sysv/linux/mips/mips64/n64/pwritev64.c: Likewise.
16522         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
16523         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.: Likewise.
16524         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list (pwritev): Remove
16525         syscall from auto-generation.
16526         * sysdeps/unix/sysv/linux/pwritev.c: Rewrite implementation.
16527         [WORDSIZE == 64] (pwritev64): Remove macro.
16528         [!PWRITEV] (PWRITEV): Likewise.
16529         [!PWRITEV] (PWRITEV_REPLACEMENT): Likewise.
16530         [!PWRITEV] (PWRITE): Likewise.
16531         [!PWRITEV] (OFF_T): Likewise.
16532         [!__ASSUME_PWRITEV] (PWRITEV_REPLACEMENT): Likewise.
16533         (LO_HI_LONG): Remove macro.
16534         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (pwritev): Add function.
16535         * sysdeps/unix/sysv/linux/pwritev64.c: Rewrite implementation.
16536         (PWRITEV): Remove macro.
16537         (PWRITEV_REPLACEMENTE): Likewise.
16538         (PWRITE): Likewise.
16539         (OFF_T): Likewise.
16540         (pwritev64): New function.
16541         * nptl/tst-cancel4.c (tf_writev): Add test.
16543         * misc/Makefile (CFLAGS-preadv.c): New variable: add cancellation
16544         required flags.
16545         (CFLAGS-preadv64.c): Likewise.
16546         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Remove file.
16547         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
16548         * sysdeps/unix/sysv/linux/mips/mips64/n64/preadv64.c: Likewise.
16549         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: Likewise.
16550         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.: Likewise.
16551         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list (preadv): Remove
16552         syscall from auto-generation.
16553         * sysdeps/unix/sysv/linux/preadv.c: Rewrite implementation.
16554         [WORDSIZE == 64] (preadv64): Remove macro.
16555         [!PREADV] (PREADV): Likewise.
16556         [!PREADV] (PREADV_REPLACEMENT): Likewise.
16557         [!PREADV] (PREAD): Likewise.
16558         [!PREADV] (OFF_T): Likewise.
16559         [!__ASSUME_PREADV] (PREADV_REPLACEMENT): Likewise.
16560         (LO_HI_LONG): Remove macro.
16561         [__WORDSIZE != 64 || __ASSUME_OFF_DIFF_OFF64] (preadv): Add function.
16562         * sysdeps/unix/sysv/linux/preadv64.c: Rewrite implementation.
16563         (PREADV): Remove macro.
16564         (PREADV_REPLACEMENTE): Likewise.
16565         (PREAD): Likewise.
16566         (OFF_T): Likewise.
16567         (preadv64): New function.
16568         * nptl/tst-cancel4.c (tf_preadv): Add test.
16570 2016-06-06  Joseph Myers  <joseph@codesourcery.com>
16572         [BZ #20212]
16573         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_acos): Add NaN
16574         argument to itself.
16575         * math/libm-test.inc (acos_test_data): Add sNaN tests.
16577 2016-06-06  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
16579         * sysdeps/powerpc/powerpc64/power8/strcasestr.S (__strcasestr):
16580         New symbol defined as libc_hidden_def.
16581         (strcasestr): Became a weak alias to __strcasestr.
16582         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Handle memset calls
16583         according to multi-arch support.  Move __stpncpy hidden
16584         definition from here to...
16585         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: ...here.  Add
16586         symbol stpncpy.
16587         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Undefine
16588         libc_hidden_builtin_def.
16589         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: Specify which
16590         memset symbol to use when multi-arch support is available.
16592 2016-06-06  Stefan Liebler  <stli@linux.vnet.ibm.com>
16594         * dlfcn/tst-rec-dlopen.c: Include string.h.
16596 2016-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
16598         * manual/install.texi: Remove mention of --without-tls
16599         * INSTALL: Regenerate.
16601 2016-06-05  Florian Weimer  <fweimer@redhat.com>
16603         * dlfcn/tst-rec-dlopen.c (custom_malloc_hook, old_malloc_hook):
16604         Remove.
16605         (call_function, interposed_malloc_called): New variables.
16606         (malloc): New function.
16607         (do_test): Do not change malloc hooks.  Initialize malloc.  Set
16608         and clear call_function as needed.
16610 2016-06-04  Andreas Schwab  <schwab@linux-m68k.org>
16612         * include/wchar.h (__wmemset): Use __typeof.
16614 2016-06-03  Carlos O'Donell  <carlos@redhat.com>
16616         * include/wchar.h (__wmemset): Declare function without typeof.
16618 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
16620         [BZ #20205]
16621         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Do not adjust
16622         exponent when incrementing negative subnormal with low mantissa
16623         word zero.
16624         * math/libm-test.inc (nextafter_test_data) [TEST_COND_intel96]:
16625         Add another test.
16627 2016-06-03  Florian Weimer  <fweimer@redhat.com>
16629         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf): Use
16630         __wmemset instead of wmemset.
16632 2016-06-02  Carlos O'Donell  <carlos@redhat.com>
16634         * sysdeps/unix/sysv/linux/bits/in.h [defined _UAPI_LINUX_IN6_H ||
16635         defined _UAPI_IPV6_H]: Define __USE_KERNEL_IPV6_DEFS to 1.
16636         [!(defined _UAPI_LINUX_IN6_H || defined _UAPI_IPV6_H)]: Define
16637         __USE_KERNEL_IPV6_DEFS to 0.
16638         * inet/netinet/in.h: Use '#if !__USE_KERNEL_IPV6_DEFS'.
16639         Update comment.
16641 2016-06-01  Florian Weimer  <fweimer@redhat.com>
16643         [BZ #19861]
16644         Do not use IFUNC resolver with potentially unrelocated symbol.
16645         * nptl/pt-fork.c [HAVE_IFUNC]: Remove.
16646         (DEFINE_FORK): Remove macro and inline definition.
16647         (fork_alias): Renamed from fork_ifunc.
16648         (__fork_alias): Renamed from __fork_ifunc.
16650 2016-05-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
16652         [BZ 19653]
16653         * inet/if_index.c (__protocol_available): Delete #if 0'd code.
16654         * inet/ruserpass.c (ruserpass): Delete #if 0'd code.
16656 2016-05-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16658         * scripts/check-local-headers.sh (exclude): Add hurd/ihash.h, and
16659         include .*-.*/ in addition to .*-.*-.*/ (i.e. i386-gnu in addition to
16660         i386-linux-gnu).
16661         * sysdeps/mach/hurd/configure.ac (libc_cv_ld_gnu_indirect_function):
16662         Set to no.
16663         * sysdeps/mach/hurd/configure: Refresh.
16665 2016-05-30  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
16667         [BZ #20178]
16668         * sysdeps/unix/sysv/linux/spawni.c (__spawni_child): Call _exit
16669         on failure instead of exit.
16671 2016-05-30  Roland McGrath  <roland@hack.frob.com>
16673         [BZ #3629]
16674         * manual/string.texi (Copying Strings and Arrays): stpcpy is part
16675         of POSIX.1-2008.
16677 2016-05-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16679         * sysdeps/mach/hurd/i386/____longjmp_chk.S (____longjmp_chk) [PIC]:
16680           Use PLT entry for calling _hurd_self_sigstate.
16682 2016-05-27  H.J. Lu  <hongjiu.lu@intel.com>
16684         * sysdeps/x86/cacheinfo.c (init_cacheinfo): Count number of
16685         available logical processors with SMT level type sharing L2
16686         cache for Intel processors.
16688 2016-05-27  Joseph Myers  <joseph@codesourcery.com>
16690         [BZ #20160]
16691         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S (__ceil): Add NaN
16692         argument to itself before returning the result.
16693         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S (__ceilf): Likewise.
16694         * sysdeps/powerpc/powerpc64/fpu/s_floor.S (__floor): Likewise.
16695         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S (__floorf): Likewise.
16696         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (__nearbyint):
16697         Likewise.
16698         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S (__nearbyintf):
16699         Likewise.
16700         * sysdeps/powerpc/powerpc64/fpu/s_rint.S (__rint): Likewise.
16701         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S (__rintf): Likewise.
16702         * sysdeps/powerpc/powerpc64/fpu/s_round.S (__round): Likewise.
16703         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S (__roundf): Likewise.
16704         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S (__trunc): Likewise.
16705         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S (__truncf): Likewise.
16707         [BZ #20160]
16708         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (__ceil): Add NaN
16709         argument to itself before returning the result.
16710         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (__ceilf): Likewise.
16711         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (__floor): Likewise.
16712         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (__floorf): Likewise.
16713         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint):
16714         Likewise.
16715         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
16716         Likewise.
16717         * sysdeps/powerpc/powerpc32/fpu/s_rint.S (__rint): Likewise.
16718         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (__rintf): Likewise.
16719         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Likewise.
16720         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
16721         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Likewise.
16722         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Likewise.
16724 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16726         * libm-test.inc: Replace usage of M_El with
16727         (lit_e): New macro.
16729 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16731         * libm-test.inc: Replace usage of M_PI_4l with
16732         (lit_pi_4_d): New macro.
16734 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16736         * libm-test.inc: Replace usage of M_PIl with
16737         (lit_pi): New macro.
16739 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16741         * libm-test.inc: Replace usage of M_PI2l with
16742         (lit_pi_2_d): New macro.
16744         * math/test-double.h (LITM): New macro.
16745         * math/test-float.h (LITM): Likewise.
16746         * math/test-ldouble.h (LITM): Likewise.
16748 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16750         * libm-test.inc (M_PI_34l): Rename to
16751         (lit_pi_3_m_4_d): New Macro.
16752         (M_PI_34_LOG10El): Rename to
16753         (lit_pi_3_m_4_ln10_m_d): New Macro.
16754         (M_PI2_LOG10El): Rename to
16755         (lit_pi_2_ln10_m_d):  New Macro.
16756         (M_PI4_LOG10El): Rename to
16757         (lit_pi_4_ln10_m_d):  New Macro.
16758         (M_PI_LOG10El): Rename to
16759         (lit_pi_ln10_d):  New Macro.
16761 2016-05-27  Joseph Myers  <joseph@codesourcery.com>
16763         [BZ #20157]
16764         * sysdeps/powerpc/powerpc32/fpu/s_fabsl.S (__fabsl): Use fsel to
16765         determine whether to negate low half if [_ARCH_PPCGR], and integer
16766         comparison otherwise.
16767         * sysdeps/powerpc/powerpc64/fpu/s_fabsl.S (__fabsl): Use fsel to
16768         determine whether to negate low half.
16770         * math/libm-test.inc (NO_TEST_INLINE_FLOAT): Remove macro.
16771         (NO_TEST_INLINE_DOUBLE): Likewise.
16772         (TEST_COND_x86_64): Likewise.
16773         (TEST_COND_x86): Likewise.
16774         (M_PI_6l): Likewise.
16776 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16778         * math/libm-test.inc:
16779         (TEST_FLOAT): Change usage to TEST_COND_binary32.
16780         (TEST_DOUBLE): Change usage to TEST_COND_binary64.
16781         (TEST_LDOUBLE): Update usage to evaluate as true if
16782         the guarded tests match the property being tested.
16783         (LDBL_MAX_EXP): Change to MAX_EXP.
16784         (LDBL_MIN_EXP): Change to MIN_EXP.
16785         (LDBL_MANT_DIG): Change to MANT_DIG, except for
16786         nexttoward tests.
16788 2016-05-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
16790         * math/libm-test.inc:
16791         (TYPE_DECIMAL_DIG): Redefine using type supplied PREFIX macro.
16792         (TYPE_MIN): Likewise.
16793         (TYPE_TRUE_MIN): Likewise.
16794         (TYPE_MAX): Likewise.
16795         (MIN_EXP): Likewise.
16796         (MAX_EXP): Likewise.
16797         (MANT_DIG): Likewise.
16799         (FSTR_MAX): New macro.
16800         (__CONCATX): Likewise.
16801         (QTYPE_STR): Likewise.
16802         (TEST_COND_binary32): Likewise.
16803         (TEST_COND_binary64): Likewise.
16804         (TEST_COND_binary128): Likewise.
16805         (TEST_COND_ibm128): Likewise.
16806         (TEST_COND_intel96): Likewise.
16807         (TEST_COND_m68k96): Likewise.
16809         (TEST_COND_flt_32): Redefine as equivalent format test macro.
16810         (TEST_COND_dbl_64): Likewise.
16811         (TEST_COND_ldbl_96_intel): Likewise.
16812         (TEST_COND_ldbl_96_m68k): Likewise.
16813         (TEST_COND_ldbl_128): Likewise.
16814         (TEST_COND_ldbl_128ibm): Likewise.
16816         (plus_zero): Redefine using LIT macro.
16817         (minus_zero): Likewise.
16818         (plus_infty): Redefine as (INF).
16819         (minux_infty): Redefine as (-INF).
16820         (max_value): Redefine as TYPE_MAX.
16821         (min_value): Redefine as TYPE_MIN.
16822         (min_subnorm_value): Redefine as TYPE_TRUE_MIN.
16824         (print_float): Refactor to use snprintf to convert FLOAT values
16825         to string. This brings it closer to dropin replacement of strtof
16826         for the TS 18661 defined types.
16827         (update_stats): Likewise.
16828         (print_complex_function_ulps): Likewise.
16829         (print_max_error): Likewise.
16830         (print_complex_max_error): Likewise.
16831         (check_float_internal): Likewise.
16833         * math/test-float.h (PREFIX): New macro.
16834         (LIT): Likewise.
16835         (TYPE_STR): Likewise.
16836         (FTOSTR): Likewise.
16838         * math/test-double.h (PREFIX): New macro.
16839         (LIT): Likewise.
16840         (TYPE_STR): Likewise.
16841         (FTOSTR): Likewise.
16843         * math/test-ldouble.h (PREFIX): New macro.
16844         (LIT): Likewise.
16845         (TYPE_STR): Likewise.
16846         (FTOSTR): Likewise.
16848 2016-05-27  Joseph Myers  <joseph@codesourcery.com>
16850         [BZ #20156]
16851         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c (__ceill): Add high part
16852         to itself when zero or not finite.
16853         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c (__floorl): Likewise.
16854         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
16855         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c (__roundl): Likewise.
16856         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c (__truncl): Likewise.
16858 2016-05-26  Joseph Myers  <joseph@codesourcery.com>
16860         [BZ #20153]
16861         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Return
16862         x * x + x for infinities and NaNs.
16864         [BZ #20151]
16865         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Add NaN
16866         argument to itself before returning result.
16867         (__ieee754_y0l): Likewise.
16868         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
16869         (__ieee754_y1l).
16871         * math/libm-test.inc (acosh_test_data): Add sNaN tests.
16872         (atan_test_data): Likewise.
16873         (ceil_test_data): Likewise.
16874         (cos_test_data): Likewise.
16875         (cosh_test_data): Likewise.
16876         (erf_test_data): Likewise.
16877         (exp2_test_data): Likewise.
16878         (fabs_test_data): Likewise.
16879         (floor_test_data): Likewise.
16880         (ilogb_test_data): Likewise.
16881         (j0_test_data): Likewise.
16882         (j1_test_data): Likewise.
16883         (jn_test_data): Likewise.
16884         (lgamma_test_data): Likewise.
16885         (lrint_test_data): Likewise.
16886         (llrint_test_data): Likewise.
16887         (logb_test_data): Likewise.
16888         (lround_test_data): Likewise.
16889         (llround_test_data): Likewise.
16890         (nearbyint_test_data): Likewise.
16891         (rint_test_data): Likewise.
16892         (round_test_data): Likewise.
16893         (sin_test_data): Likewise.
16894         (sincos_test_data): Likewise.
16895         (sinh_test_data): Likewise.
16896         (sqrt_test_data): Likewise.
16897         (tan_test_data): Likewise.
16898         (tanh_test_data): Likewise.
16899         (tgamma_test_data): Likewise.
16900         (trunc_test_data): Likewise.
16901         (y0_test_data): Likewise.
16902         (y1_test_data): Likewise.
16903         (yn_test_data): Likewise.
16905         * math/libm-test.inc: Update comment about NaN testing.
16906         (TEST_SNAN): New macro.
16907         (snan_value): Likewise.
16908         (enable_test): Disable tests of sNaNs when SNAN_TESTS fails.
16909         (fpclassify_test_data): Add sNaN tests.
16910         (isfinite_test_data): Likewise.
16911         (isinf_test_data): Likewise.
16912         (isnan_test_data): Likewise.
16913         (isnormal_test_data): Likewise.
16914         (issignaling_test_data): Likewise.
16915         (signbit_test_data): Likewise.
16916         * math/gen-libm-test.pl (%beautify): Add snan_value.
16917         (show_exceptions): Add argument $test_snan.
16918         (parse_args): Handle snan_value as non-finite.  Update call to
16919         show_exceptions.
16920         * math/Makefile (libm-test-no-inline-cflags): Add
16921         -fsignaling-nans.
16923 2016-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
16925         * nptl/Makefile (CFLAGS-oldrecvfrom.c): Remove rule.
16926         (CFLAGS-oldsendmsg.c): Add rule.
16927         * sysdeps/unix/sysv/linux/hppa/Versions [libc] (GLIBC_2.24):
16928         Correct recvmsg symbol name.
16929         * sysdeps/unix/sysv/linux/i386/Versions [libc] (GLIBC_2.24):
16930         Likewise.
16932 2016-05-25  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
16934         * sysdeps/unix/sysv/linux/Makefile
16935         [$(subdir) = socket] (sysdep_routines): Add oldrecvmmsg and
16936         oldsendmmsg.
16937         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: Add recvmmsg and
16938         sendmmsg.
16939         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
16940         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
16941         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
16942         * sysdeps/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
16943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
16944         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
16945         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
16946         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
16947         Likewise.
16948         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
16949         * sysdeps/unix/sysv/linux/oldrecvmmsg.c: New file.
16950         * sysdeps/unix/sysv/linux/oldsendmmsg.c: Likewise.
16951         * sysdeps/unix/sysv/linux/recvmmsg.c (__recvmmsg): Adjust msghdr
16952         iovlen and controllen fields to adjust to POSIX specification.
16953         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
16955         * conform/data/sys/socket.h-data (msghdr.msg_iovlen): Remove xfail-
16956         and change to correct expected type.
16957         (msghdr.msg_controllen): Likewise.
16958         (cmsghdr.cmsg_len): Likewise.
16959         * sysdeps/unix/sysv/linux/bits/socket.h (msghdr.msg_iovlen): Fix
16960         expected POSIX assumption about the size.
16961         (msghdr.msg_controllen): Likewise.
16962         (msghdr.__glibc_reserved1): Likewise.
16963         (msghdr.__glibc_reserved2): Likewise.
16964         (cmsghdr.cmsg_len): Likewise.
16965         (cmsghdr.__glibc_reserved1): Likewise.
16966         * nptl/Makefile (libpthread-routines): Remove ptw-recvmsg and ptw-sendmsg.
16967         Add ptw-oldrecvmsg and ptw-oldsendmsg.
16968         (CFLAGS-sendmsg.c): Remove rule.
16969         (CFLAGS-recvmsg.c): Likewise.
16970         (CFLAGS-oldsendmsg.c): Add rule.
16971         (CFLAGS-oldrecvmsg.c): Likewise.
16972         * sysdeps/unix/sysv/linux/alpha/Versions [libc] (GLIBC_2.24): Add
16973         recvmsg and sendmsg.
16974         * sysdeps/unix/sysv/linux/aarch64/Version [libc] (GLIBC_2.24):
16975         Likewise.
16976         * sysdeps/unix/sysv/linux/arm/Versions [libc] (GLIBC_2.24): Likewise.
16977         * sysdeps/unix/sysv/linux/hppa/Versions [libc] (GLIBC_2.24): Likewise.
16978         * sysdeps/unix/sysv/linux/i386/Versions [libc] (GLIBC_2.24): Likewise.
16979         * sysdeps/unix/sysv/linux/ia64/Versions [libc] (GLIBC_2.24): Likewise.
16980         * sysdeps/unix/sysv/linux/m68k/Versions [libc] (GLIBC_2.24): Likewise.
16981         * sysdeps/unix/sysv/linux/microblaze/Versions [libc] (GLIBC_2.24):
16982         Likewise.
16983         * sysdeps/unix/sysv/linux/mips/mips32/Versions [libc] (GLIBC_2.24):
16984         Likewise.
16985         * sysdeps/unix/sysv/linux/mips/mips64/n32/Versions [libc] (GLIBC_2.24):
16986         Likewise.
16987         * sysdeps/unix/sysv/linux/mips/mips64/Versions [libc] (GLIBC_2.24):
16988         Likewise.
16989         * sysdeps/unix/sysv/linux/nios2/Versions [libc] (GLIBC_2.24):
16990         Likewise.
16991         * sysdeps/unix/sysv/linux/powerpc/Versions [libc] (GLIBC_2.24):
16992         Likewise.
16993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions [libc]
16994         (GLIBC_2.24): Likewise.
16995         * sysdeps/unix/sysv/linux/s390/s390-32/Versions [libc] (GLIBC_2.24):
16996         Likewise.
16997         * sysdeps/unix/sysv/linux/s390/s390-64/Versions [libc] (GLIBC_2.24):
16998         Likewise.
16999         * sysdeps/unix/sysv/linux/sh/Versions [libc] (GLIBC_2.24): Likewise.
17000         * sysdeps/unix/sysv/linux/sparc/Versions [libc] (GLIBC_2.24):
17001         Likewise.
17002         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions [libc] (GLIBC_2.24):
17003         Likewise.
17004         ( sysdeps/unix/sysv/linux/tile/Versions [libc] (GLIBC_2.24):
17005         Likewise.
17006         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Versions [libc]
17007         (GLIBC_2.24): Likewise.
17008         ( sysdeps/unix/sysv/linux/x86_64/64/Versions [libc] (GLIBC_2.24):
17009         Likewise.
17010         * sysdeps/unix/sysv/linux/x84_64/Versions [libc] (GLIBC_2.24):
17011         Likewise.
17012         * sysdeps/unix/sysv/linux/Makefile
17013         [$(subdir) = socket)] (sysdep_headers): Add oldrecvmsg and oldsendmsg.
17014         (CFLAGS-sendmsg.c): Add rule.
17015         (CFLAGS-recvmsg.c): Likewise.
17016         (CFLAGS-oldsendmsg.c): Likewise.
17017         (CFLAGS-oldrecvmsg.c): Likewise.
17018         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Fix msghdr
17019         initialization.
17020         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Likewise.
17021         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Likewise.
17022         * sysdeps/unix/sysv/linux/oldrecvmsg.c: New file.
17023         * sysdeps/unix/sysv/linux/oldsendmsg.c: Likewise.
17024         * sysdeps/unix/sysv/linux/recvmsg.c (__libc_recvmsg): Adjust msghdr
17025         iovlen and controllen fields to adjust to POSIX specification.
17026         * sysdeps/unix/sysv/linux/sendmsg.c (__libc_sendmsg): Likewise.
17027         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: New version and
17028         added recvmsg and sendmsg.
17029         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
17030         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
17031         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
17032         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
17033         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
17034         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
17035         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
17036         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
17037         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
17038         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
17039         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
17040         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise
17041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
17042         Likewise.
17043         * sysdeps/unix/linux/powerpc/powerpc32/nofpu/libc.abilist: Likewise.
17044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
17045         * sysdepe/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
17046         Likewise.
17047         Likewise.
17048         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
17049         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
17050         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
17051         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
17052         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
17053         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
17054         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
17055         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
17056         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
17057         Likewise.
17058         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
17059         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
17061         * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg): Remove
17062         from auto-generation.
17063         (sendmsg): Likewise.
17064         * sysdeps/unix/sysv/linux/arm/syscalls.list (recvmsg): Likewise.
17065         (sendmsg): Likewise.
17066         * sysdeps/unix/sysv/linux/generic/syscalls.list (recvmsg): Likewise.
17067         (sendmsg): Likewise.
17068         * sysdeps/unix/sysv/linux/hppa/syscalls.list (recvmsg): Likewise.
17069         (sendmsg): Likewise.
17070         * sysdeps/unix/sysv/linux/ia64/syscalls.list (recvmsg): Likewise.
17071         (sendmsg): Likewise.
17072         * sysdeps/unix/sysv/linux/mips/syscalls.list (recvmsg): Likewise.
17073         (sendmsg): Likewise.
17074         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (recvmsg):
17075         Likewise.
17076         (sendmsg): Likewise.
17077         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (recvmsg): Likewise.
17078         (sendmsg): Likewise.
17079         * sysdeps/unix/sysv/linux/i386/kernel-features.h
17080         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
17081         Remove.
17082         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
17083         Likewise.
17084         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_SENDMSG_SYSCALL):
17085         Undefine.
17086         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_RECVMSG_SYSCALL):
17087         Likewise.
17088         * sysdeps/unix/sysv/linux/kernel-features.h
17089         (__ASSUME_SENDMSG_SYSCALL): Define.
17090         (__ASSUME_RECVMSG_SYSCALL): Likewise.
17091         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17092         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
17093         Remove.
17094         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
17095         Likewise.
17096         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_SENDMSG_SYSCALL):
17097         Undefine.
17098         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_RECVMSG_SYSCALL):
17099         Likewise.
17100         * sysdeps/unix/sysv/linux/s390/kernel-features.h
17101         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
17102         Remove.
17103         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
17104         Likewise.
17105         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_SENDMSG_SYSCALL):
17106         Undefine.
17107         [__LINUX_KERNEL_VERSION < 0x040300] (__ASSUME_RECVMSG_SYSCALL):
17108         Likewise.
17109         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17110         (__ASSUME_SENDMSG_SYSCALL): Undefine.
17111         (__ASSUME_RECVMSG_SYSCALL): Likewise.
17112         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
17113         (__ASSUME_SENDMSG_SYSCALL): Likewise.
17114         (__ASSUME_RECVMSG_SYSCALL): Likewise.
17115         * sysdeps/unix/sysv/linux/sh/kernel-features.h
17116         (__ASSUME_SENDMSG_SYSCALL): Likewise.
17117         (__ASSUME_RECVMSG_SYSCALL): Likewise.
17119 2016-05-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17121         * stdlib/gen-tst-strtod-round.c: Add backslash to
17122         compile command in comment.
17123         (printfp): Remove the literal suffix, and define an infinite
17124         value as INF to avoid expansion clash with INFINITY.
17125         (round_str): Remove the literal suffix.
17126         (round_for_all): Likewise, remove the now duplicate ldbl-64
17127         entry, and remove some magic constants.
17129         * stdlib/tst-strtod-round.c: (TEST): Redefine to reduce
17130         duplication.  Remove duplicate dbl-64 and ldbl-64 entries.
17131         (ROUNDING_TESTS_long_double): Define as 0 for ibm128.
17132         (_CONCAT): New macro.
17133         (CONCAT): Likewise.
17134         (CHOOSE_ld): Likewise.
17135         (CHOOSE_f): Likewise.
17136         (CHOOSE_d): Likewise.
17137         (FTYPE_MEMBER): Likewise.
17138         (BOOL_MEMBER): Likewise.
17139         (STRUCT_FOREACH_FLOAT_FTYPE): Likewise.
17140         (STRUCT_FOREACH_FLOAT_BOOL): Likewise.
17141         (_XNTRY): Likewise.
17142         (XNTRY): Likewise.
17143         (_ENTRY): Likewise.
17144         (ENTRY): Likewise.
17145         (test_exactness): Generate members via macro.
17146         (test_results): Likewise.
17147         (test): Update members.
17148         (TEST): Redefine using new macros.
17149         (INF): New macro.
17150         (fetestmodes): New structure.
17151         (do_test): Refactor to be type generic.
17152         (test_in_one_mode): Refactor duplicate code into
17153         (GEN_ONE_TEST): New macro.
17155         * stdlib/tst-strtod-round-data.h: Regenerate.
17157         * stdlib/tst-strtod.h (GEN_TEST_STRTOD_FOREACH):
17158         Extend to pass additional arbitrary parameters to
17159         generators.
17161 2016-05-25  Joseph Myers  <joseph@codesourcery.com>
17163         [BZ #15479]
17164         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S (__ceil): Move save of
17165         floating-point state after first floating-point operation on
17166         input.  Restore full floating-point state instead of just rounding
17167         mode.
17168         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S (__ceilf): Likewise.
17169         * sysdeps/powerpc/powerpc64/fpu/s_floor.S (__floor): Likewise.
17170         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S (__floorf): Likewise.
17171         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S (__trunc): Likewise.
17172         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S (__truncf): Likewise.
17174         [BZ #15479]
17175         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (__ceil): Move save of
17176         floating-point state after first floating-point operation on
17177         input.  Restore full floating-point state instead of just rounding
17178         mode.
17179         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (__ceilf): Likewise.
17180         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (__floor): Likewise.
17181         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (__floorf): Likewise.
17182         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Likewise.
17183         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Likewise.
17185 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
17187         [BZ #19727]
17188         * iconvdata/utf-16.c (BODY): Report an error if first word is not a
17189         valid high surrogate.
17190         * iconvdata/utf-32.c (BODY): Report an error if the value is in range
17191         of an utf16 surrogate.
17192         * iconv/gconv_simple.c (BODY): Likewise.
17193         * iconvdata/bug-iconv12.c: New file.
17194         * iconvdata/Makefile (tests): Add bug-iconv12.
17196 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
17198         [BZ #19726]
17199         * iconv/gconv_simple.c (ucs4le_internal_loop): Update inptrp and
17200         outptrp in case of an illegal input.
17201         * iconv/tst-iconv6.c: New file.
17202         * iconv/Makefile (tests): Add tst-iconv6.
17204 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
17206         * sysdeps/s390/utf16-utf32-z9.c: Disable cu42 instruction and report
17207         an error in case of a value in range of an utf16 low surrogate.
17209 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
17211         * sysdeps/s390/utf8-utf32-z9.c: Disable cu41 instruction and report
17212         an error in case of a value in range of an utf16 low surrogate.
17214 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
17216         * sysdeps/s390/s390-64/Makefile (iconvdata-subdirectory):
17217         Move to ...
17218         * sysdeps/s390/Makefile: ... here.
17219         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: Move to ...
17220         * sysdeps/s390/iso-8859-1_cp037_z900.c: ... here.
17221         (BRANCH_ON_COUNT): New define.
17222         (TR_LOOP): Use BRANCH_ON_COUNT instead of brctg.
17223         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Move to ...
17224         * sysdeps/s390/utf16-utf32-z9.c: ... here and adjust to
17225         run on s390-32, too.
17226         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Move to ...
17227         * sysdeps/s390/utf8-utf16-z9.c: ... here and adjust to
17228         run on s390-32, too.
17229         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Move to ...
17230         * sysdeps/s390/utf8-utf32-z9.c: ... here and adjust to
17231         run on s390-32, too.
17233 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
17235         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Use ifunc to select c,
17236         etf3eh or new vector loop-variant.
17238 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
17240         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Use ifunc to select c,
17241         etf3eh or new vector loop-variant.
17243 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
17245         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Use ifunc to select c, etf3eh
17246         or new vector loop-variant.
17248 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
17250         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c (TROO_LOOP):
17251         Rename to TR_LOOP and usage of tr instead of troo instruction.
17253 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
17255         * sysdeps/s390/multiarch/gconv_simple.c: New File.
17256         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add gconv_simple.
17258 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
17260         * sysdeps/s390/multiarch/8bit-generic.c: New File.
17261         * sysdeps/s390/multiarch/gen-8bit.sh: New File.
17262         * sysdeps/s390/multiarch/Makefile (generate-8bit-table):
17263         New override define.
17264         * sysdeps/s390/multiarch/iconv/skeleton.c: Likewise.
17266 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
17268         * config.h.in (HAVE_S390_VX_GCC_SUPPORT): New macro undefine.
17269         * sysdeps/s390/configure.ac: Add test for S390 vector register
17270         support in gcc.
17271         * sysdeps/s390/configure: Regenerated.
17273 2016-05-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
17275         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules):
17276         Install file from $(objpfx)gconv-modules.
17277         ($(objpfx)gconv-modules): Concatenate architecture specific file
17278         in variable sysdeps-gconv-modules and gconv-modules in src dir.
17279         * sysdeps/s390/gconv-modules: New file.
17280         * sysdeps/s390/s390-64/Makefile: ($(inst_gconvdir)/gconv-modules):
17281         Deleted.
17282         ($(objpfx)gconv-modules-s390): Deleted.
17283         (sysdeps-gconv-modules): New variable.
17285 2016-05-24  Joseph Myers  <joseph@codesourcery.com>
17287         [BZ #15479]
17288         * sysdeps/x86_64/fpu/multiarch/s_ceil.S (__ceil_sse41): Set bit 3
17289         of immediate operand to rounding instruction.
17290         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S (__ceilf_sse41):
17291         Likewise.
17292         * sysdeps/x86_64/fpu/multiarch/s_floor.S (__floor_sse41):
17293         Likewise.
17294         * sysdeps/x86_64/fpu/multiarch/s_floorf.S (__floorf_sse41):
17295         Likewise.
17297 2016-05-24  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17299         * math/libm-test.inc (MIN_EXP): Directly define as
17300         (DBL|LDBL|FLT)_MIN_EXP and fixup usage.
17302 2016-05-24  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17304         * math/libm-test.inc (MANT_DIG): Directly define as
17305         (DBL|LDBL|FLT)_MANT_DIG and fixup usage.
17307 2016-05-24  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17309         * stdlib/gen-tst-strtod-round.c (main):
17310           Change usage to more closely match the generated
17311           output.  Add usage and compilation instructions.
17312           (string_to_fp): Add and use FILE* parameter as
17313           output target.
17314           (print_fp): Likewise.
17315           (round_str): Likewise.
17316           (round_for_all): Likewise.
17317         * stdlib/tst-strtod-round.c (tests): Move into
17318         * stdlib/tst-strtod-round-data.h: New file.
17320 2016-05-24  Joseph Myers  <joseph@codesourcery.com>
17322         [BZ #15479]
17323         * sysdeps/ieee754/dbl-64/s_round.c (huge): Remove variable.
17324         (__round): Do not force "inexact" exception.
17325         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (huge): Remove
17326         variable.
17327         (__round): Do not force "inexact" exception.
17328         * sysdeps/ieee754/flt-32/s_roundf.c (huge): Remove variable.
17329         (__roundf): Do not force "inexact" exception.
17330         * sysdeps/ieee754/ldbl-128/s_roundl.c (huge): Remove variable.
17331         (__roundl): Do not force "inexact" exception.
17332         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Remove variable.
17333         (__roundl): Do not force "inexact" exception.
17334         * math/libm-test.inc (round_test_data): Do not allow spurious
17335         "inexact" exceptions.
17337         [BZ #15479]
17338         * sysdeps/ieee754/dbl-64/s_floor.c: Do not mention "inexact"
17339         exception in comment.
17340         (huge): Remove variable.
17341         (__floor): Do not force "inexact" exception.
17342         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Do not mention
17343         "inexact" exception in comment.
17344         (huge): Remove variable.
17345         (__floor): Do not force "inexact" exception.
17346         * sysdeps/ieee754/flt-32/s_floorf.c: Do not mention "inexact"
17347         exception in comment.
17348         (huge): Remove variable.
17349         (__floorf): Do not force "inexact" exception.
17350         * sysdeps/ieee754/ldbl-128/s_floorl.c: Do not mention "inexact"
17351         exception in comment.
17352         (huge): Remove variable.
17353         (__floorl): Do not force "inexact" exception.
17355         [BZ #15479]
17356         * sysdeps/ieee754/dbl-64/s_ceil.c: Do not mention "inexact"
17357         exception in comment.
17358         (huge): Remove variable.
17359         (__ceil): Do not force "inexact" exception.
17360         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Do not mention
17361         "inexact" exception in comment.
17362         (huge): Remove variable.
17363         (__ceil): Do not force "inexact" exception.
17364         * sysdeps/ieee754/flt-32/s_ceilf.c (huge): Remove variable.
17365         (__ceilf): Do not force "inexact" exception.
17366         * sysdeps/ieee754/ldbl-128/s_ceill.c: Do not mention "inexact"
17367         exception in comment.
17368         (huge): Remove variable.
17369         (__ceill): Do not force "inexact" exception.
17371 2016-05-24  H.J. Lu  <hongjiu.lu@intel.com>
17373         * config.h.in (BIND_NOW): New.
17374         * configure.ac (BIND_NOW): New.  Defined for --enable-bind-now.
17375         * configure: Regenerated.
17376         * sysdeps/x86_64/sysdep.h (JUMPTARGET)[BIND_NOW]: Defined to
17377         indirect branch via the GOT slot.
17379 2016-05-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17381         [BZ #19765]
17382         * sysdeps/s390/mempcpy.S: New File.
17383         * sysdeps/s390/multiarch/mempcpy.c: Likewise.
17384         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add mempcpy.
17385         * sysdeps/s390/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17386         Add mempcpy variants.
17387         * sysdeps/s390/s390-32/memcpy.S: Add mempcpy entry point.
17388         (memcpy): Adjust to be usable from mempcpy entry point.
17389         (__memcpy_mvcle): Likewise.
17390         * sysdeps/s390/s390-64/memcpy.S: Likewise.
17391         * sysdeps/s390/s390-32/multiarch/memcpy-s390.S: Add entry points
17392         ____mempcpy_z196, ____mempcpy_z10 and add __GI_ symbols for mempcpy.
17393         (__memcpy_z196): Adjust to be usable from mempcpy entry point.
17394         (__memcpy_z10): Likewise.
17395         * sysdeps/s390/s390-64/multiarch/memcpy-s390x.S: Likewise.
17397 2016-05-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17399         * sysdeps/s390/multiarch/ifunc-resolve.h (s390_libc_ifunc):
17400         Remove __GI_ symbol.
17401         * sysdeps/s390/s390-32/multiarch/memcmp-s390.S: Add __GI_memcmp symbol.
17402         * sysdeps/s390/s390-64/multiarch/memcmp-s390x.S: Likewise.
17403         * sysdeps/s390/s390-32/multiarch/memcpy-s390.S: Add __GI_memcpy symbol.
17404         * sysdeps/s390/s390-64/multiarch/memcpy-s390x.S: Likewise.
17405         * sysdeps/s390/s390-32/multiarch/memset-s390.S: Add __GI_memset symbol.
17406         * sysdeps/s390/s390-64/multiarch/memset-s390x.S: Likewise.
17408 2016-05-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17410         * sysdeps/s390/s390-64/memcpy.S (memcpy):
17411         Use cghi instead of chi to compare 64bit value.
17413 2016-05-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17415         * sysdeps/s390/s390-32/memcpy.S (memcpy):
17416         Jump to 1MB check before executing mvc-loop.
17418 2016-05-24  Florian Weimer  <fweimer@redhat.com>
17420         [BZ #6527]
17421         * malloc/malloc.c (MALLOC_ALIGNMENT): Use correct alignment
17422         unconditionally.
17423         * malloc/hooks.c (MALLOC_STATE_VERSION): Increase state version.
17425 2016-05-23  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17427         * stdlib/tst-strtod6.c (do_test): Use new type generic
17428         invocation of the test function.
17429         (test): Refactor into ...
17430         (TEST_STRTOD): New macro base function.
17432 2016-05-23  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17434         * stdlib/bug-strtod2.c (do_test): Refactor strtod usage into ...
17435         (TEST_STRTOD): New macro.
17436         (TEST_FUNCTION): Redefine to use STRTOD_TEST_FOREACH
17438 2016-05-23  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17440         * stdlib/tst-strtod6.c (do_test): Use new type generic
17441         invocation of the test function.
17442         (test): Refactor into ...
17443         (TEST_STRTOD): New macro base function.
17445 2016-05-23  Florian Weimer  <fweimer@redhat.com>
17447         CVE-2016-4429
17448         [BZ #20112]
17449         * sunrpc/clnt_udp.c (clntudp_call): Use malloc/free for the error
17450         payload.
17452 2016-05-23  Florian Weimer  <fweimer@redhat.com>
17454         [BZ #20111]
17455         * bits/sockaddr.h (_SS_SIZE): Define.
17456         * bits/socket.h (_SS_SIZE): Remove.
17457         (_SS_PADSIZE): Adjust to account for all padding.
17458         (struct sockaddr_storage): Update comment.  Avoid implicit
17459         padding.
17460         * sysdeps/mach/hurd/bits/socket.h (_SS_SIZE): Remove.
17461         (_SS_PADSIZE): Adjust to account for all padding.
17462         (struct sockaddr_storage): Update comment.  Avoid implicit
17463         padding.
17464         * sysdeps/unix/bsd/bits/sockaddr.h (_SS_SIZE): Define.
17465         * sysdeps/unix/sysv/linux/bits/socket.h (_SS_SIZE): Remove.
17466         (_SS_PADSIZE): Adjust to account for all padding.
17467         (struct sockaddr_storage): Update comment.  Avoid implicit
17468         padding.
17469         * sysdeps/unix/sysv/linux/m68k/bits/sockaddr.h: New file.
17470         __SS_SIZE is 126 in this version.
17471         * inet/tst-sockaddr.c: New file.
17472         * inet/Makefile (tests): Add tst-sockaddr.c
17473         (tst-sockaddr.c): Compile with non-strict aliasing.
17475 2016-05-23  Joseph Myers  <joseph@codesourcery.com>
17477         * conform/data/limits.h-data (CHARCLASS_NAME_MAX): Also expect for
17478         [XPG3 || XPG4].
17479         (NL_ARGMAX): Also expect for [XPG3].
17480         (NL_LANGMAX): Likewise.
17481         (NL_MSGMAX): Likewise.
17482         (NL_NMAX): Likewise.
17483         (NL_SETMAX): Likewise.
17484         (NL_TEXTMAX): Likewise.
17485         (NZERO): Likewise.
17486         (TMP_MAX): Likewise.
17487         * conform/Makefile (test-xfail-XPG3/limits.h/conform): Remove
17488         variable.
17490         * sysdeps/unix/sysv/linux/bits/socket.h (PF_KCM): New macro.
17491         (PF_MAX): Update value.
17492         (AF_KCM): New macro.
17493         (SOL_NETBEUI): Likewise.
17494         (SOL_LLC): Likewise.
17495         (SOL_DCCP): Likewise.
17496         (SOL_NETLINK): Likewise.
17497         (SOL_TIPC): Likewise.
17498         (SOL_RXRPC): Likewise.
17499         (SOL_PPPOL2TP): Likewise.
17500         (SOL_BLUETOOTH): Likewise.
17501         (SOL_PNPIPE): Likewise.
17502         (SOL_RDS): Likewise.
17503         (SOL_IUCV): Likewise.
17504         (SOL_CAIF): Likewise.
17505         (SOL_ALG): Likewise.
17506         (SOL_NFC): Likewise.
17507         (SOL_KCM): Likewise.
17508         (MSG_BATCH): New enum value and macro.
17510 2016-05-20  H.J. Lu  <hongjiu.lu@intel.com>
17512         [BZ #18185]
17513         * sysdeps/x86/cacheinfo.c (init_cacheinfo): Don't limit threads
17514         sharing L2 cache to 2 for Knights Landing.
17516 2016-05-20  Joseph Myers  <joseph@codesourcery.com>
17518         * conform/data/ftw.h-data (struct FTW): Do not expect for [XPG3].
17519         (FTW_DP): Do not expect for [XPG3 || XPG4].
17520         (FTW_SL): Do not expect for [XPG3].
17521         (FTW_SLN): Likewise.
17522         (FTW_PHYS): Likewise.
17523         (FTW_MOUNT): Likewise.
17524         (FTW_DEPTH): Likewise.
17525         (FTW_CHDIR): Likewise.
17526         (nftw): Likewise.
17527         * conform/Makefile (test-xfail-XPG3/ftw.h/conform): Remove
17528         variable.
17530 2016-05-19  Rical Jasan  <ricaljasan@pacific.net>
17532         * manual/errno.texi: Fix various typos & grammar errors.
17534 2016-05-19  Rical Jasan  <ricaljasan@pacific.net>
17536         * manual/intro.texi: Fix duplicated typo.
17538 2016-05-19  Joseph Myers  <joseph@codesourcery.com>
17540         [BZ #13304]
17541         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Include <fenv.h>,
17542         <float.h>, <math_private.h> and <stdlib.h>.
17543         (add_split): New function.
17544         (mul_split): Likewise.
17545         (ext_val): New typedef.
17546         (store_ext_val): New function.
17547         (mul_ext_val): New function.
17548         (compare): New function.
17549         (add_split_ext): New function.
17550         (__fmal): After checking for Inf, NaN and zero, compute result as
17551         an exact sum of scaled double values in round-to-nearest before
17552         adding those up and adjusting for other rounding modes.
17553         * math/auto-libm-test-in: Remove xfail-rounding:ldbl-128ibm from
17554         tests of fma.
17555         * math/auto-libm-test-out: Regenerated.
17557 2016-05-19  H.J. Lu  <hongjiu.lu@intel.com>
17559         [BZ #20119]
17560         * sysdeps/x86/cacheinfo.c (init_cacheinfo): Correct Intel
17561         processor level type mask for CPUID with EAX == 11.
17563 2016-05-19  H.J. Lu  <hongjiu.lu@intel.com>
17565         * sysdeps/x86/cacheinfo.c (init_cacheinfo): Skip counting
17566         logical threads if the HTT bit is 0.
17567         * sysdeps/x86/cpu-features.h (bit_cpu_HTT): New.
17568         (index_cpu_HTT): Likewise.
17569         (reg_HTT): Likewise.
17571 2016-05-19  H.J. Lu  <hongjiu.lu@intel.com>
17573         [BZ #20115]
17574         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S (__memset):
17575         Remove alignments on jump targets.
17577 2016-05-19  Joseph Myers  <joseph@codesourcery.com>
17579         * conform/data/pwd.h-data (endpwent): Do not expect for [XPG3].
17580         (getpwent): Likewise.
17581         (setpwent): Likewise.
17582         * conform/Makefile (test-xfail-XPG3/pwd.h/conform): Remove
17583         variable.
17585         * conform/data/search.h-data (insque): Do not expect for [XPG3].
17586         (remque): Likewise.
17587         * conform/Makefile (test-xfail-XPG3/search.h/conform): Remove
17588         variable.
17590 2016-05-18  Joseph Myers  <joseph@codesourcery.com>
17592         * math/libm-test.inc: Update comment not to refer to signs of NaNs
17593         not being tested.
17595 2016-05-18  H.J. Lu  <hongjiu.lu@intel.com>
17597         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
17598         (__condvar_cleanup2): Remove JUMPTARGET from  _Unwind_Resume
17599         call.
17600         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
17601         (__condvar_cleanup1): Likewise.
17603 2016-05-18  H.J. Lu  <hongjiu.lu@intel.com>
17605         * sysdeps/unix/sysv/linux/x86_64/cancellation.S (PTHREAD_UNWIND):
17606         New
17607         (__pthread_unwind): Renamed to ...
17608         (PTHREAD_UNWIND): This.
17609         (__pthread_enable_asynccancel): Replace
17610         JUMPTARGET(__pthread_unwind) with PTHREAD_UNWIND.
17612 2016-05-18  Joseph Myers  <joseph@codesourcery.com>
17614         * sysdeps/unix/sysv/linux/bits/sched.h [__USE_GNU]
17615         (CLONE_NEWCGROUP): New macro.
17617         * sysdeps/unix/sysv/linux/sys/quota.h [_LINUX_QUOTA_VERSION >= 2]
17618         (Q_GETNEXTQUOTA): New macro.
17620 2016-05-18  H.J. Lu  <hongjiu.lu@intel.com>
17622         [BZ #19907]
17623         * benchtests/bench-memcpy.c (do_one_test): Clear the destination
17624         buffer updated by the previous run.
17625         * string/test-memcpy.c (do_one_test): Likewise.
17626         * benchtests/bench-memmove.c (do_one_test): Add a comment.
17627         * string/test-memmove.c (do_one_test): Likewise.
17629 2016-05-17  Joseph Myers  <joseph@codesourcery.com>
17631         [BZ #20094]
17632         * stdlib/stdlib.h (grantpt): Declare if [__USE_XOPEN_EXTENDED],
17633         not [__USE_XOPEN].
17634         (unlockpt): Likewise.
17635         (ptsname): Likewise.
17636         * conform/Makefile (test-xfail-XPG3/stdlib.h/conform): Remove
17637         variable.
17639         [BZ #20076]
17640         * io/sys/stat.h (S_IFSOCK): Define for [__USE_XOPEN_EXTENDED]
17641         instead of [__USE_UNIX98].
17642         (S_ISSOCK): Likewise.
17643         * conform/Makefile (test-xfail-XPG4/sys/stat.h/conform): Remove
17644         variable.
17646         [BZ #20074]
17647         * stdlib/stdlib.h (rand_r): Declare if [__USE_POSIX199506], not if
17648         [__USE_POSIX].
17649         * conform/Makefile (test-xfail-XPG4/stdlib.h/conform): Remove
17650         variable.
17652         [BZ #20051]
17653         * posix/unistd.h [__USE_XOPEN_EXTENDED && !__USE_UNIX98]
17654         (ttyslot): Do not declare.
17655         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && !__USE_XOPEN2K]
17656         (ttyslot): New prototype.
17657         * conform/Makefile (test-xfail-XPG4/unistd.h/conform): Remove
17658         variable.
17659         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17661 2016-05-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
17663         * nptl/tst-cancel17.c (do_test): Wait for finishing aio_read(&a).
17665 2016-05-13  Florian Weimer  <fweimer@redhat.com>
17667         Fix race condition in tst-mallocfork2, use fewer resources.
17668         * malloc/tst-mallocfork2.c (sigusr1_handler): Do not send SIGSTOP
17669         to current process group.
17670         (signal_sender): Yield in the non-sleeping case.
17672 2016-05-13  Joseph Myers  <joseph@codesourcery.com>
17674         * conform/data/stdlib.h-data (a64l): Do not expect for [XPG3].
17675         (ecvt): Likewise.
17676         (fcvt): Likewise.
17677         (gcvt): Likewise.
17678         (getsubopt): Likewise.
17679         (grantpt): Likewise.
17680         (initstate): Likewise.
17681         (l64a): Likewise.
17682         (mktemp): Likewise.
17683         (mkstemp): Likewise.
17684         (ptsname): Likewise.
17685         (random): Likewise.
17686         (realpath): Likewise.
17687         (setstate): Likewise.
17688         (srandom): Likewise.
17689         (ttyslot): Likewise.
17690         (unlockpt): Likewise.
17691         (valloc): Likewise.
17693         * conform/data/string.h-data (strdup): Do not expect for [XPG3].
17694         * conform/Makefile (test-xfail-XPG3/string.h/conform): Remove
17695         variable.
17697 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
17699         [BZ #20072]
17700         * sysdeps/i386/dl-machine.h (dl_platform_init): Call
17701         init_cpu_features only if SHARED is defined.
17702         * sysdeps/x86_64/dl-machine.h (dl_platform_init): Likewise.
17704 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
17706         * sysdeps/x86/cacheinfo.c (init_cacheinfo): Check and support
17707         non-inclusive caches on Intel processors.
17709 2016-05-13  Florian Weimer  <fweimer@redhat.com>
17711         * malloc/malloc.c (dumped_main_arena_start)
17712         (dumped_main_arena_end): New variables.
17713         (DUMPED_MAIN_ARENA_CHUNK): New macro.
17714         (do_check_chunk): Skip dumped fake mmapped chunks.
17715         (munmap_chunk): Likewise.
17716         (__libc_free): Do not adjust statistics for fake mmapped chunks.
17717         (__libc_realloc): Adjust hardening check.  Always copy dumped fake
17718         mmapped chunks.
17719         * malloc/hooks.c (__malloc_set_state): Do not update main_arena.
17720         Mark dumped chunks as using mmap.  Update dumped_main_arena_start
17721         and dumped_main_arena_end to cover the dumped heap.
17723 2016-05-12  Joseph Myers  <joseph@codesourcery.com>
17725         * conform/data/time.h-data (getdate_err): Do not expect for
17726         [XPG3].
17727         (getdate): Likewise.
17728         * conform/Makefile (test-xfail-XPG3/time.h/conform): Remove
17729         variable.
17731         * conform/data/unistd.h-data (F_LOCK): Do not expect for [XPG3].
17732         (F_ULOCK): Likewise.
17733         (F_TEST): Likewise.
17734         (F_TLOCK): Likewise.
17735         (useconds_t): Likewise.
17736         (intptr_t): Do not expect for [XPG3] or [XPG4].
17737         (brk): Do not expect for [XPG3]
17738         (fchown): Likewise.
17739         (fchdir): Likewise.
17740         (ftruncate): Likewise.
17741         (getdtablesize): Likewise.
17742         (gethostid): Likewise.
17743         (getpagesize): Likewise.
17744         (getpgid): Likewise.
17745         (getsid): Likewise.
17746         (getwd): Likewise.
17747         (lchown): Likewise.
17748         (lockf): Likewise.
17749         (readlink): Likewise.
17750         (sbrk): Likewise.
17751         (setpgrp): Likewise.
17752         (setregid): Likewise.
17753         (setreuid): Likewise.
17754         (symlink): Likewise.
17755         (sync): Likewise.
17756         (truncate): Likewise.
17757         (ualarm): Likewise.
17758         (usleep): Likewise.
17759         (vfork): Likewise.
17760         * conform/Makefile (test-xfail-XPG3/unistd.h/conform): Remove
17761         variable.
17763         [BZ #20054]
17764         * posix/unistd.h (gethostname): Declare if [__USE_XOPEN_EXTENDED],
17765         not [__USE_UNIX98].
17766         * conform/data/unistd.h-data (gethostname): Do not expect for
17767         [XPG3].
17769         * conform/data/fcntl.h-data [!POSIX] (S_IFMT): Do not expect.
17770         [!POSIX] (S_IFBLK): Likewise.
17771         [!POSIX] (S_IFCHR): Likewise.
17772         [!POSIX] (S_IFIFO): Likewise.
17773         [!POSIX] (S_IFREG): Likewise.
17774         [!POSIX] (S_IFDIR): Likewise.
17775         [!POSIX] (S_IFLNK): Likewise.
17776         [!POSIX] (S_IFSOCK): Likewise.
17777         * conform/Makefile (test-xfail-XPG3/fcntl.h/conform): Remove
17778         variable.
17779         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17781 2016-05-12  Wilco Dijkstra  <wdijkstr@arm.com>
17783         * sysdeps/aarch64/memset.S (__memset):
17784         Rewrite of optimized memset.
17786 2016-05-12  Florian Weimer  <fweimer@redhat.com>
17788         [BZ #19703]
17789         Partially async-signal-safe fork for single-threaded processes.
17790         * sysdeps/nptl/fork.c (__libc_fork): Introduce multiple_threads
17791         variable.  Do not acquire and reset/release malloc and libio locks
17792         in single-threaded processes.
17793         * malloc/tst-mallocfork2.c: New file.
17794         * malloc/Makefile (tests): Add it.
17796 2016-05-12  Florian Weimer  <fweimer@redhat.com>
17798         * sysdeps/posix/getaddrinfo.c (gaih_inet_serv): Add tmpbuf
17799         argument.  Use scratch buffer instead of extend_alloca.
17800         (gethosts): Use scratch buffer instead of extend_alloca.
17801         (gaih_inet): Add tmpbuf argument.  Use scratch buffer instead of
17802         extend_alloca.
17803         (getaddrinfo): Allocate scratch buffer and pass it to gaih_inet.
17805 2016-05-11  Joseph Myers  <joseph@codesourcery.com>
17807         [BZ #20055]
17808         * termios/termios.h (pid_t): Define for [__USE_XOPEN_EXTENDED]
17809         instead of [__USE_UNIX98].
17810         (tcgetsid): Declare for [__USE_XOPEN_EXTENDED] instead of
17811         [__USE_UNIX98].
17812         * conform/data/termios.h-data (tcgetsid): Do not expect for
17813         [XPG3].
17814         * conform/Makefile (test-xfail-XPG3/termios.h/conform): Remove
17815         variable.
17816         (test-xfail-XPG4/termios.h/conform): Likewise.
17818 2016-05-11  Florian Weimer  <fweimer@redhat.com>
17820         Do not use mcheck in localedef.
17821         * locale/programs/localedef.c (turn_on_mcheck)
17822         (__malloc_initialize_hook): Remove.
17824 2016-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
17826         * sysdeps/s390/s390-32/Makefile (pic-ccflag): Remove.
17827         * sysdeps/s390/s390-64/Makefile: Likewise.
17829 2016-05-11  H.J. Lu  <hongjiu.lu@intel.com>
17831         * sysdeps/i386/i686/multiarch/Makefile (gen-as-const-headers):
17832         Remove ifunc-defines.sym.
17833         * sysdeps/x86_64/multiarch/Makefile (gen-as-const-headers):
17834         Likewise.
17835         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: Removed.
17836         * sysdeps/x86/rtld-global-offsets.sym: Likewise.
17837         * sysdeps/x86_64/multiarch/ifunc-defines.sym: Likewise.
17838         * sysdeps/x86/Makefile (gen-as-const-headers): Remove
17839         rtld-global-offsets.sym.
17840         * sysdeps/x86_64/multiarch/ifunc-defines.sym: Merged with ...
17841         * sysdeps/x86/cpu-features-offsets.sym: This.
17842         * sysdeps/x86/cpu-features.h: Include <cpu-features-offsets.h>
17843         instead of <ifunc-defines.h> and <rtld-global-offsets.h>.
17845 2016-05-10  Joseph Myers  <joseph@codesourcery.com>
17847         [BZ #20073]
17848         * io/sys/stat.h (fchmod): Declare for
17849         [__USE_POSIX199309 || __USE_XOPEN_EXTENDED], not [__USE_POSIX].
17850         * conform/Makefile (test-xfail-XPG3/sys/stat.h/conform): Remove
17851         variable.
17853         * conform/data/sys/stat.h-data [XPG3] (S_IFLNK): Do not expect.
17854         [XPG3] (S_IFSOCK): Likewise.
17855         [XPG3] (S_ISVTX): Likewise.
17856         [XPG3] (S_ISLNK): Likewise.
17857         [XPG3] (S_ISSOCK): Likewise.
17858         [XPG3] (fchmod): Likewise.
17859         [XPG3] (lstat): Likewise.
17860         [XPG3] (mknod): Likewise.
17862         * conform/data/sys/stat.h-data (st_blksize): Do not expect for
17863         [XPG3].  Expect type long and XFAIL for [XPG4].
17864         (st_blocks): Likewise.
17866         [BZ #20044]
17867         * posix/unistd.h [__USE_UNIX98 && !__USE_XOPEN2K]
17868         (pthread_atfork): New prototype.
17869         * conform/Makefile (test-xfail-UNIX98/unistd.h/conform): Remove
17870         variable.
17872         [BZ #20043]
17873         * posix/unistd.h [__USE_XOPEN && !__USE_XOPEN2K] (cuserid): New
17874         prototype.
17876 2016-05-10  Florian Weimer  <fweimer@redhat.com>
17878         [BZ #20017]
17879         * resolv/res_debug.c (p_secstodate): Call __gmtime_r instead of
17880         gmtime.
17882 2016-05-10  Florian Weimer  <fweimer@redhat.com>
17884         [BZ #19994]
17885         * sysdeps/posix/getaddrinfo.c (gethosts): Restore RES_USE_INET6
17886         flag in _res.options.
17888 2016-05-09  Joseph Myers  <joseph@codesourcery.com>
17890         * conform/data/sys/types.h-data (blkcnt_t): Do not expect for
17891         [XPG3 || XPG4].
17892         (blksize_t): Likewise.
17893         (clockid_t): Likewise.
17894         * conform/Makefile (test-xfail-XPG3/sys/types.h/conform): Remove
17895         variable.
17896         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17898 2016-05-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
17900         * sysdeps/unix/sysv/linux/s390/init-first.c:
17901         Add VDSO_SYMBOL(getcpu).
17902         (_libc_vdso_platform_setup): Initialize VDSO_SYMBOL(getcpu).
17903         * sysdeps/unix/sysv/linux/s390/libc-vdso.h:
17904         Add VDSO_SYMBOL(getcpu).
17905         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h:
17906         New define HAVE_GETCPU_VSYSCALL.
17907         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
17909 2016-05-08  H.J. Lu  <hongjiu.lu@intel.com>
17911         * sysdeps/i386/cacheinfo.c: Include <sysdeps/x86/cacheinfo.c>
17912         instead of <sysdeps/x86_64/cacheinfo.c>.
17913         * sysdeps/x86_64/cacheinfo.c: Moved to ...
17914         * sysdeps/x86/cacheinfo.c: Here.
17916 2016-05-04  Florian Weimer  <fweimer@redhat.com>
17918         * malloc/malloc-internal.h: Adjust header file guard.
17920 2016-05-04  Florian Weimer  <fweimer@redhat.com>
17922         [BZ #19787]
17923         * inet/getnameinfo.c (check_sprintf_result): New function.
17924         (CHECKED_SNPRINTF): New macro.
17925         (gni_host_inet_numeric): Use CHECKED_SNPRINTF to write the scope
17926         to the host buffer.
17927         (gni_host_local): Use checked_copy to copy the host name.
17928         (gni_serv_inet): Use CHECKED_SNPRINTF to write the service name.
17929         (gni_serv_local): Use checked_copy to copy the service name.
17930         (getnameinfo): Remove unnecessary truncation of result buffers.
17932 2016-05-04  Florian Weimer  <fweimer@redhat.com>
17934         * inet/getnameinfo.c (gni_host_inet_numeric): Return EAI_OVERFLOW
17935         in case of inet_ntop failure.
17937 2016-05-04  Florian Weimer  <fweimer@redhat.com>
17939         * inet/getnameinfo.c (gni_host_inet_name): Use temporaries to
17940         avoid long lines.
17941         (gni_host_inet_numeric): Likewise.  Reduce scope of local
17942         variables.
17943         (gni_host_inet, gni_host_local): Add comment.
17944         (gni_host): Add comment.  Use temporary to avoid long lines.
17946 2016-05-04  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
17948         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Fix use of condition
17949         registers specifiers where general purpose registers specifiers should
17950         have been used.
17952 2016-05-04  Florian Weimer  <fweimer@redhat.com>
17954         [BZ #19779]
17955         CVE-2016-1234
17956         Avoid copying names of directory entries.
17957         * posix/glob.c (DIRENT_MUST_BE, DIRENT_MIGHT_BE_SYMLINK)
17958         (DIRENT_MIGHT_BE_DIR, CONVERT_D_INO, CONVERT_D_TYPE)
17959         (CONVERT_DIRENT_DIRENT64, REAL_DIR_ENTRY): Remove macros.
17960         (struct readdir_result): New type.
17961         (D_TYPE_TO_RESULT, D_INO_TO_RESULT, READDIR_RESULT_INITIALIZER)
17962         (GL_READDIR): New macros.
17963         (readdir_result_might_be_symlink, readdir_result_might_be_dir)
17964         (convert_dirent, convert_dirent64): New functions.
17965         (glob_in_dir): Use struct readdir_result.  Call convert_dirent or
17966         convert_dirent64.  Adjust references to the readdir result.
17967         * sysdeps/unix/sysv/linux/i386/glob64.c:
17968         (convert_dirent, GL_READDIR): Redefine for second file inclusion.
17969         * posix/bug-glob2.c (LONG_NAME): Define.
17970         (filesystem): Add LONG_NAME.
17971         (my_DIR): Increase the size of room_for_dirent.
17973 2016-05-03  Joseph Myers  <joseph@codesourcery.com>
17975         [BZ #20041]
17976         * misc/sys/select.h (__need_timespec): Only define if
17977         [__USE_XOPEN2K].
17978         * conform/Makefile (test-xfail-XPG4/sys/time.h/conform): Remove
17979         variable.
17980         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17981         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17982         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17984 2016-05-03  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
17985             Segher Boessenkool  <segher@gcc.gnu.org>
17987         [BZ #20004]
17988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S:
17989         (__novec_swapcontext): Add missing load.
17991 2016-05-02  Joseph Myers  <joseph@codesourcery.com>
17993         [BZ #20023]
17994         * io/fcntl.h [__USE_XOPEN && !__USE_XOPEN2K8]: Do not include
17995         <time.h>.
17996         * conform/Makefile (test-xfail-UNIX98/fcntl.h/conform): Remove
17997         variable.
17998         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
18000 2016-05-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
18002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone): Fix
18003         flags CLONE_VM compare.
18005 2016-05-02  Florian Weimer  <fweimer@redhat.com>
18007         [BZ #20031]
18008         * hesiod/hesiod.c (get_txt_records): Return error if TXT record is
18009         completely empty.
18011 2016-05-02  Florian Weimer  <fweimer@redhat.com>
18013         [BZ #19573]
18014         * hesiod/Makefile (libnss_hesiod-routines): Remove hesiod-init.
18015         * hesiod/nss_hesiod/hesiod-init.c: Remove file.
18016         * hesiod/nss_hesiod/nss_hesiod.h: Likewise.
18017         * hesiod/hesiod.h (__hesiod_res_get, __hesiod_res_set): Remove.
18018         (hesiod_init, hesiod_end, hesiod_to_bind, hesiod_resolve)
18019         (hesiod_free_list): Mark as hidden.
18020         * hesiod/hesiod_p (struct hesiod_p): Remove res, free_res,
18021         res_set, res_get.
18022         * hesiod/hesiod.c: Remove unnecessary forward declarations.
18023         (init, __hesiod_res_get, __hesiod_res_set): Remove.
18024         (hesiod_init): Remove obsolete res_ninit call.
18025         (hesiod_end): Do not free resolver state.  Do not invoke callback.
18026         (hesiod_bind): Do not call init.
18027         (get_txt_records): Use res_mkquery, res_send instead of
18028         res_nmkquery, res_nsend.
18029         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Call hesiod_init
18030         instead of _nss_hesiod_init.
18031         (_nss_hesiod_initgroups_dyn): Likewise.
18032         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
18033         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Likewise.
18034         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
18036 2016-05-02  Florian Weimer  <fweimer@redhat.com>
18038         * hesiod/hesiod_p.h (DEF_RHS): Remove.
18039         * hesiod/hesiod.c (hesiod_init): Remove code for handling DEF_RHS.
18041 2016-05-02  Florian Weimer  <fweimer@redhat.com>
18043         * hesiod/hesiod.h: Remove RCS keyword.
18044         * hesiod/hesiod_p.h: Likewise.
18046         * hesiod/hesiod.c: Likewise.
18048 2016-05-01  Arnas Udovičius  <arnas.udovicius@gmail.com>
18050         [BZ #12450]
18051         * locale/iso-639.def: Add Samogitian/sgs.
18053 2016-04-30  Andreas Schwab  <schwab@linux-m68k.org>
18055         * sysdeps/m68k/Makefile (CFLAGS-gmon-start.c): Define.
18057         * sysdeps/unix/sysv/linux/m68k/clone.S: Localize labels.
18059 2016-04-29  Stephen Gallagher  <sgallagh@redhat.com>
18060             Carlos O'Donell  <carlos@redhat.com>
18062         [BZ #19072]
18063         * grp/Makefile (headers): Add grp-merge.h
18064         (routines): Add grp-merge.
18065         * grp/getgrgid_r.c: Include grp-merge.h.
18066         (DEEPCOPY_FN): Define.
18067         (MERGE_FN): Define.
18068         * grp/getgrname_r.c: Include grp-merge.h.
18069         (DEEPCOPY_FN): Define.
18070         (MERGE_FN): Define.
18071         * grp/grp-merge.c: New file.
18072         * grp/grp-merge.h: New file.
18073         * include/grp-merge.h: New file.
18074         * grp/Versions: Define __merge_grp@GLIBC_PRIVATE, and
18075         __copy_grp@GLIBC_PRIVATE.
18076         * manual/nss.texi (Actions in the NSS configuration): Describe
18077         return, continue, and merge.
18078         * nscd/getgrgid_r.c: Include grp/grp-merge.h.
18079         (DEEPCOPY_FN): Define.
18080         (MERGE_FN): Define.
18081         * nscd/getgrnam_r.c: Include grp/grp-merge.h.
18082         (DEEPCOPY_FN): Define.
18083         (MERGE_FN): Define.
18084         * nss/getXXbyYY_r.c [!DEEPCOPY_FN]: Define __copy_einval.
18085         [!MERGE_FN]: Define __merge_einval.
18086         (CHECK_MERGE): Define.
18087         (REENTRANT_NAME): Process merge if do_merge is true.
18088         * nss/getnssent_r.c (__nss_setent): Process NSS_ACTION_MERGE.
18089         (__nss_getent_r): Likewise.
18090         * nss/nsswitch.c (nss_parse_service_list): Likewise.
18091         * nss/nsswitch.h (lookup_actions): Define NSS_ACTION_MERGE.
18093 2016-04-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
18095         [BZ #20012]
18096         * libio/fmemopen.c (fmemopen_read): Use buffer maximum position, not
18097         length to calculate the buffer to read.
18098         (fmemopen_write): Set the buffer position based on bytes written.
18099         (fmemopen_seek): Return EINVAL for invalid whence modes.
18101         [BZ #19957]
18102         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == nptl] (test): Remove
18103         tst-getpid2.
18104         (test): Add tst-clone2.
18105         * sysdeps/unix/sysv/linux/tst-clone2.c: New file.
18106         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Do not change
18107         pid/tid fields for CLONE_VM.
18108         * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Likewise.
18109         * sysdeps/unix/sysv/linux/arm/clone.S (__clone): Likewise.
18110         * sysdeps/unix/sysv/linux/hppa/clone.S (__clone): Likewise.
18111         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone): Likewise,
18112         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Likewise.
18113         * sysdeps/unix/sysv/linux/mips/clone.S (__clone): Likewise.
18114         * sysdeps/unix/sysv/linux/m68k/clone.S (__clone): Likewise.
18115         * sysdeps/unix/sysv/linux/nios2/clone.S (__clone): Likewise.
18116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone):
18117         Likewise.
18118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18119         Likewise.
18120         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (__clone): Likewise.
18121         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Likewise.
18122         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Likewise.
18123         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Likewise.
18124         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): Likewise.
18125         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Likewise.
18126         * sysdeps/unix/sysv/linux/x86_64/clone.S (__clone): Likewise.
18127         * sysdeps/unix/sysv/linux/tst-getpid2.c: Remove file.
18129 2016-04-29  Florian Weimer  <fweimer@redhat.com>
18131         [BZ #19642]
18132         * inet/getnameinfo.c (gni_host_inet_name, gni_host_inet_numeric)
18133         (gni_host_inet, gni_host_local, gni_host, gni_serv_inet)
18134         (gni_serv_local, gni_serv): New functions extracted from
18135         getnameinfo.
18136         (getnameinfo): Call gni_host and gni_serv to perform the
18137         processing.  Always free scratch buffer.
18139 2016-04-29  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
18141         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Call memset to pad the
18142         remaining bytes in the dest string, with zeros.
18144 2016-04-29  Florian Weimer  <fweimer@redhat.com>
18146         [BZ #20010]
18147         CVE-2016-3706
18148         * sysdeps/posix/getaddrinfo.c
18149         (convert_hostent_to_gaih_addrtuple): New function.
18150         (gethosts): Call convert_hostent_to_gaih_addrtuple.
18151         (gaih_inet): Use convert_hostent_to_gaih_addrtuple to convert
18152         AF_INET data.
18154 2016-04-29  Florian Weimer  <fweimer@redhat.com>
18156         glob: Simplify and document the interface for the GLOB_ALTDIRFUNC
18157         callback function gl_readdir.
18158         * posix/glob.c (NAMELEN, CONVERT_D_NAMLEN): Remove.
18159         (CONVERT_DIRENT_DIRENT64): Use strcpy instead of memcpy.
18160         (glob_in_dir): Remove len.  Use strdup instead of malloc and
18161         memcpy to copy the name.
18162         * manual/pattern.texi (Calling Glob): Document requirements for
18163         implementations of the gl_readdir callback function.
18164         * manual/examples/mkdirent.c: New example.
18165         * posix/bug-glob2.c (my_readdir): Set d_ino to 1 unconditionally,
18166         per the manual guidance.
18167         * posix/tst-gnuglob.c (my_readdir): Likewise.
18169 2016-04-28  Joseph Myers  <joseph@codesourcery.com>
18171         [BZ #20014]
18172         * libio/stdio.h (getc_unlocked): Declare if [__USE_POSIX199506],
18173         not [__USE_POSIX].
18174         (getchar_unlocked): Likewise.
18175         (putc_unlocked): Likewise.
18176         (putchar_unlocked): Likewise.
18177         (flockfile): Likewise.
18178         (ftrylockfile): Likewise.
18179         (funlockfile): Likewise.
18180         * conform/Makefile (test-xfail-XPG3/stdio.h/conform): Remove
18181         variable.
18182         (test-xfail-XPG4/stdio.h/conform): Likewise.
18184         * conform/data/langinfo.h-data [XPG3 || XPG4 || UNIX98] (YESSTR):
18185         Expect constant.
18186         [XPG3 || XPG4 || UNIX98] (NOSTR): Likewise.
18187         * conform/Makefile (test-xfail-XPG3/langinfo.h/conform): Remove
18188         variable.
18189         (test-xfail-XPG4/langinfo.h/conform): Likewise.
18190         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
18192         * libio/stdio.h (off_t): Also define if [__USE_UNIX98].
18193         [__USE_LARGEFILE64] (off64_t): Likewise.
18194         * conform/Makefile (test-xfail-UNIX98/stdio.h/conform): Remove
18195         variable.
18197 2016-04-28  Florian Weimer  <fweimer@redhat.com>
18199         * inet/getnameinfo.c (getnameinfo): Do not preserve errno.
18201 2016-04-28  Florian Weimer  <fweimer@redhat.com>
18203         * resolv/inet_addr.c: Reindent preprocessor conditionals.
18204         * resolv/res_init.c: Likewise.
18205         * resolv/res_mkquery.c: Likewise.
18207 2016-04-28  Florian Weimer  <fweimer@redhat.com>
18209         * resolv/res_init.c (isascii): Do not define.  Use definition in
18210         <ctype.h>.
18211         * resolv/gethnamaddr.c: Remove USE_OPTIONS_H conditional.
18212         (LOG_AUTH): Remove.
18213         (SPRINTF): Remove, adjust caller.
18214         (MULTI_PTRS_ARE_ALIASES): Remove, always defined.
18216 2016-04-28  Florian Weimer  <fweimer@redhat.com>
18218         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Remove
18219         SUNSECURITY conditional.
18220         * resolv/gethnamaddr.c (gethostbyaddr): Likewise.
18222 2016-04-28  Florian Weimer  <fweimer@redhat.com>
18224         * resolv/arpa/nameser.h: Include <sys/types.h> unconditionally.
18225         * resolv/gethnamaddr.c: Use include files from conf/portability.h.
18226         Remove BSD-related preprocessor conditionals.
18227         * conf/portability.h: Remove.
18229 2016-04-28  Florian Weimer  <fweimer@redhat.com>
18231         * resolv/resolv.h: Remove __BIND_NOSTATIC conditional.
18232         * resolv/res_data.c: Likewise.
18234 2016-04-28  Florian Weimer  <fweimer@redhat.com>
18236         * resolv/res_comp.c: Remove code conditional on __ultrix__.
18237         * resolv/res_data.c: Remove code conditional on ultrix.
18239 2016-04-28  Florian Weimer  <fweimer@redhat.com>
18241         * resolv/res_init.c (RFC1535): Do not define.  Remove
18242         RFC1535 preprocessor conditionals.
18243         * resolv/README: Update.  Do not claim strict RFC 1535 compliance
18244         because there configuration options which make the resolver
18245         behavior different.
18247 2016-04-28  Florian Weimer  <fweimer@redhat.com>
18249         * resolv/gethnamaddr.c (RESOLVSORT): Do not define.  Remove
18250         RESOLVSORT preprocessor conditionals.
18251         * resolv/nss_dns/dns-host.c: Likewise.
18252         * resolv/res_init.c: Likewise.
18254 2016-04-28  Florian Weimer  <fweimer@redhat.com>
18256         * resolv/res_data.c: Remove code conditional on BIND_UPDATE.  It
18257         is never defined.
18259 2016-04-28  Florian Weimer  <fweimer@redhat.com>
18261         * inet/inet_lnaof.c: Remove SCSS keyword.
18262         * inet/inet_mkadr.c: Likewise.
18263         * inet/inet_net.c: Likewise.
18264         * inet/inet_netof.c: Likewise.
18265         * inet/rcmd.c: Likewise.
18266         * inet/rexec.c: Likewise.
18267         * inet/ruserpass.c: Likewise.
18269 2016-04-28  Florian Weimer  <fweimer@redhat.com>
18271         * resolv/inet_addr.c: Remove _LIBC conditionals.
18272         * resolv/res_data.c: Likewise.
18273         * resolv/res_init.c: Likewise.
18274         * resolv/res_mkquery.c: Likewise.
18275         * resolv/res_libc.c: Update comment.
18276         * resolv/README: Update.
18278 2016-04-28  Florian Weimer  <fweimer@redhat.com>
18280         * resolv/gethnamaddr.c: Remove SCSS keyword.
18281         * resolv/herror.c: Likewise.
18282         * resolv/inet_addr.c: Likewise.
18283         * resolv/inet_net_ntop.c: Likewise.
18284         * resolv/inet_net_pton.c: Likewise.
18285         * resolv/inet_neta.c: Likewise.
18286         * resolv/inet_ntop.c: Likewise.
18287         * resolv/inet_pton.c: Likewise.
18288         * resolv/ns_date.c: Remove RCS keyword.
18289         * resolv/ns_name.c: Likewise.
18290         * resolv/ns_netint.c: Likewise.
18291         * resolv/ns_parse.c: Likewise.
18292         * resolv/ns_print.c: Likewise.
18293         * resolv/ns_samedomain.c: Likewise.
18294         * resolv/ns_ttl.c: Likewise.
18295         * resolv/nsap_addr.c: Likewise.
18296         * resolv/res_comp.c: Remove SCSS and RCS keyword.
18297         * resolv/res_data.c: Remove RCS keyword.
18298         * resolv/res_debug.c: Remove SCSS and RCS keyword.
18299         * resolv/res_init.c: Likewise.
18300         * resolv/res_mkquery.c: Likewise.
18301         * resolv/res_query.c: Likewise.
18302         * resolv/res_send.c: Likewise.
18304 2016-04-27  Joseph Myers  <joseph@codesourcery.com>
18306         * conform/data/stdio.h-data (fdopen): Expect also for
18307         [XPG3 || XPG4].
18309         * conform/data/stdio.h-data (flockfile): Also expect for [UNIX98].
18310         (fseeko): Likewise.
18311         (ftello): Likewise.
18312         (ftrylockfile): Likewise.
18313         (funlockfile): Likewise.
18314         (getc_unlocked): Likewise.
18315         (getchar_unlocked): Likewise.
18316         (putc_unlocked): Likewise.
18317         (putchar_unlocked): Likewise.
18319 2016-04-27  Florian Weimer  <fweimer@redhat.com>
18321         [BZ #19868]
18322         * resolv/nss_dns/dns-network.c (getanswer_r): Implement additional
18323         DNS packet syntax checks (which were not needed before).  Skip
18324         over non-PTR records.
18326 2016-04-27  Florian Weimer  <fweimer@redhat.com>
18328         * resolv/nss_dns/dns-network.c (offsetof): Remove macro
18329         definition.  Include <stddef.h> instead.
18331 2016-04-27  Florian Weimer  <fweimer@redhat.com>
18333         [BZ #19831]
18334         * resolv/nss_dns/dns-host.c (rrtype_to_rdata_length): New
18335         function.
18336         (getanswer_r): Check RDATA length against RRTYPE and QTYPE.
18337         (gaih_getanswer_slice): Check RDATA length against RRTYPE.
18339 2016-04-27  Florian Weimer  <fweimer@redhat.com>
18341         [BZ #19862]
18342         * resolv/nss_dns/dns-host.c (AskedForGot): Remove.
18343         (getanswer_r): Do not call syslog.
18344         (gaih_getanswer_slice): Likewise.
18345         * resolv/gethnamaddr.c (AskedForGot): Remove.
18346         (getanswer): Do not call syslog.
18347         (gethostbyaddr): Likewise.
18349 2016-04-27  Joseph Myers  <joseph@codesourcery.com>
18351         * conform/data/signal.h-data (union sigval): Expect also if
18352         [XOPEN2K].
18353         (struct sigevent): Likewise.
18354         (SIGEV_NONE): Likewise.
18355         (SIGEV_SIGNAL): Likewise.
18356         (SIGEV_THREAD): Likewise.
18357         (SIGRTMIN): Likewise.
18358         (SIGRTMAX): Likewise.
18359         * conform/Makefile (test-xfail-XOPEN2K/aio.h/conform): Remove
18360         variable.
18361         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
18363 2016-04-27  Florian Weimer  <fweimer@redhat.com>
18365         [BZ #19830]
18366         * resolv/nss_dns/dns-host.c (getanswer_r): Check RDATA length.
18367         (gaih_getanswer_slice): Likewise.
18368         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Likewise.
18369         Also check for availability of RR metadata.
18371 2016-04-27  Florian Weimer  <fweimer@redhat.com>
18373         [BZ #19825]
18374         * resolv/res_send.c (send_vc): Remove early *resplen2
18375         initialization.  Set *resplen2 on socket error.  Call
18376         close_and_return_error for other errors.
18378 2016-04-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
18380         * sysdeps/unix/sysv/linux/netiucv/iucv.h
18381         (SOL_IUCV, SO_IPRMDATA_MSG, SO_MSGLIMIT, SO_MSGSIZE)
18382         (SCM_IUCV_TRGCLS): New define.
18384 2016-04-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
18386         [BZ #20005]
18387         * libio/fmemopen.c (fmemopen_write): Update internal position after
18388         write.
18389         * stdio-common/Makefile (tests): Add tst-fmemopen4.c.
18390         * stdio-common/tst-fmemopen4.c: New file..
18392 2016-04-26  Joseph Myers  <joseph@codesourcery.com>
18394         [BZ #19996]
18395         * locale/langinfo.h (nl_langinfo_l): Declare if [__USE_XOPEN2K8],
18396         not [__USE_XOPEN2K].
18397         * conform/Makefile (test-xfail-XOPEN2K/langinfo.h/conform): Remove
18398         variable.
18400         * conform/data/stdarg.h-data [XOPEN2K] (va_copy): Require macro.
18401         * conform/Makefile (test-xfail-XOPEN2K/stdarg.h/conform): Remove
18402         variable.
18404         * libio/stdio.h (off_t): Define if [__USE_XOPEN2K], not
18405         [__USE_XOPEN2K8].
18406         [__USE_LARGEFILE64] (off64_t): Likewise.
18407         * conform/Makefile (test-xfail-XOPEN2K/stdio.h/conform): Remove
18408         variable.
18410 2016-04-25  Joseph Myers  <joseph@codesourcery.com>
18412         [BZ #19989]
18413         * libio/stdio.h (cuserid): Do not declare if
18414         [__USE_XOPEN2K && !__USE_GNU].
18415         * conform/Makefile (test-xfail-XOPEN2K8/stdio.h/conform): Remove
18416         variable.
18418 2016-04-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18420         * sysdeps/powerpc/powerpc64/multiarch/Makefile:
18421         (sysdep_routines): Add P8 and PPC64 strcspn targets.
18422         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18423         (__libc_ifunc_impl_list): Add entries for P8 and PPC64
18424         ifunc'ed strcspn.
18425         * sysdeps/powerpc/powerpc64/multiarch/strspn-power8.S:
18426         [EALIGN]: Removed.
18427         [END]: Likewise
18428         [STRSPN]: Define instead of the above to control symbol name.
18429         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power8.S:
18430         New file.
18431         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c:
18432         Likewise.
18433         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c:
18434         Likewise.
18435         * sysdeps/powerpc/powerpc64/power8/strcspn.S:
18436         Likewise.
18437         * sysdeps/powerpc/powerpc64/power8/strspn.S:
18438         [INITIAL_MASK]: New macro.
18439         [STRCSPN]: Likewise.
18440         [UPDATE_MASK]: Likewise.
18441         [USE_AS_STRCSPN]: Likewise.
18443 2016-04-25  Florian Weimer  <fweimer@redhat.com>
18445         [BZ #19931]
18446         * stdio-common/tst-vfprintf-width-prec.c: New file.
18447         * stdio-common/Makefile (tests): Add tst-vfprintf-width-prec.
18448         (tests-special): Add tst-vfprintf-width-prec-mem.out.
18449         (generated): Add mtrace-related files.
18450         (tst-vfprintf-width-prec-ENV): Set MALLOC_TRACE.
18451         (tst-%-mem.out): New pattern rule, replaces
18452         tst-printf-bz18872-mem.out.
18453         * stdio-common/vfprintf.c (vfprintf): When handling a precision
18454         specifier, deallocate any previously allocated work buffer.
18456 2016-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
18458         * sysdeps/unix/sysv/linux/nios2/setcontext.S (__startcontext):
18459         Add nop before __startcontext, add explaining comments.
18461 2016-04-25  Samuel thibault  <samuel.thibault@ens-lyon.org>
18463         RFC2292 macros were obsoleted by RFC3542, and should not be exposed
18464         any more. Notably since IPV6_PKTINFO has been reintroduced with a
18465         completely different API.
18467         * bits/in.h (IPV6_PKTINFO): Rename to IPV6_2292PKTINFO.
18468         (IPV6_HOPOPTS): Rename to IPV6_2292HOPOPTS.
18469         (IPV6_DSTOPTS): Rename to IPV6_2292DSTOPTS.
18470         (IPV6_RTHDR): Rename to IPV6_2292RTHDR.
18471         (IPV6_PKTOPTIONS): Rename to IPV6_2292PKTOPTIONS.
18472         (IPV6_HOPLIMIT): Rename to IPV6_2292HOPLIMIT.
18473         (IPV6_RECVPKTINFO, IPV6_PKTINFO, IPV6_RECVHOPLIMIT, IPV6_HOPLIMIT,
18474         IPV6_RECVHOPOPTS, IPV6_HOPOPTS, IPV6_RTHDRDSTOPTS, IPV6_RECVRTHDR,
18475         IPV6_RTHDR, IPV6_RECVDSTOPTS, IPV6_DSTOPTS, IPV6_RECVPATHMTU,
18476         IPV6_PATHMTU, IPV6_DONTFRAG): New macros.
18478 2016-04-23  H.J. Lu  <hongjiu.lu@intel.com>
18480         * elf/dl-minimal.c (__libc_memalign): Mmap one extra page.
18482 2016-04-23  Mike Frysinger  <vapier@gentoo.org>
18484         * locale/programs/ld-time.c (time_finish): Set week_1stweek to 7
18485         when it is the default of 0.
18487 2016-04-22  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18489         * sysdeps/powerpc/locale-defines.sym:  Add new macros.
18490         * sysdeps/powerpc/powerpc64/multiarch/Makefile:
18491         (sysdep_routines): Add new strcasestr targets.
18492         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18493         (__libc_ifunc_impl_list): Likewise.
18494         * sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S: New file.
18495         * sysdeps/powerpc/powerpc64/multiarch/strcasestr-ppc64.c: New file.
18496         * sysdeps/powerpc/powerpc64/multiarch/strcasestr.c: New file.
18497         * sysdeps/powerpc/powerpc64/power8/Makefile:
18498         New file to add strcasestr-ppc64 to sysdep_routines.
18499         * sysdeps/powerpc/powerpc64/power8/strcasestr-ppc64.c: New file.
18500         * sysdeps/powerpc/powerpc64/power8/strcasestr.S: New file.
18502 2016-04-20  Siddhesh Poyarekar  <sid@reserved-bit.com>
18504         * benchtests/Makefile (wcsmbs-benchset): Include only for
18505         native builds and runs.
18506         (LOCALES): Likewise.
18507         (bench-build): Build timing-type here instead of the bench
18508         target.  Generate locale only for native builds.
18509         * benchtests/README: Add note for cross-building.
18511         * benchtests/Makefile (bench-clean): Clean up extra-objs.
18513         * benchtests/README: Update README to include instructions on
18514         using bench-build.
18516         * Makefile.in (bench-build): New target.
18517         * Rules (PHONY): Add bench-build target.
18518         * benchtests/Makefile (bench): Depend on bench-build.
18519         (bench-build): New target.
18521 2016-04-19  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18523         * sysdeps/mach/hurd/profil.c (update_waiter): Initialize
18524         profil_reply_port.
18525         (profile_waiter): Do not initialize profil_reply_port.
18526         * sysdeps/mach/hurd/profil.c (__profile_frequency): Return tick
18527         frequency instead of tick length in us.
18529 2016-04-18  Wilco Dijkstra  <wdijkstr@arm.com>
18531         [BZ #18712]
18532         * string/string-inlines.c (__STRING2_COPY_TYPE): Add, moved from string2.h.
18533         (__old_mempcpy_small): Likewise.
18534         (__old_strcpy_small): Likewise.
18535         (__old_stpcpy_small): Likewise.
18536         (__old_strpbrk_c2): Fix compat symbol name.
18537         (__old_strpbrk_c3): Likewise.
18538         * string/bits/string2.h (__STRING2_COPY_TYPE): Remove.
18539         (__mempcpy_small): Remove.
18540         (__strcpy_small): Remove.
18541         (__stpcpy_small): Remove.
18543 2016-04-16  Robin van der Vliet <info@robinvandervliet.com>
18545         [BZ #19400]
18546         * locale/iso-639.def: Add the Talossan/tzl language.
18548 2016-04-16  Mike Frysinger  <vapier@gentoo.org>
18550         [BZ #16983]
18551         * locale/programs/ld-address.c (address_finish): Update postal_fmt
18552         comment.  Add "ln" to strchr check on postal_fmt.
18554 2016-04-16  Mike Frysinger  <vapier@gentoo.org>
18556         * locale/programs/ld-telephone.c (telephone_finish): Add %t to the
18557         default tel_int_fmt.  Add "Cet" to strchr check on tel_int_fmt and
18558         tel_dom_fmt.
18560 2016-04-15  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
18562         * sysdeps/powerpc/powerpc64/multiarch/Makefile:
18563         (sysdep_routines): Added __strlen_power8.
18564         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Added
18565         __strlen_power8 entry.
18566         * sysdeps/powerpc/powerpc64/multiarch/strlen-power8.S: New file.
18567         Implementation for POWER8.
18568         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Added IFUNC selector
18569         for __strlen_power8.
18570         * sysdeps/powerpc/powerpc64/power8/strlen.S: New file.
18571         Implementation for POWER8.
18573 2016-04-15  Mike Frysinger  <vapier@gentoo.org>
18575         * locale/iso-4217.def: Add SSP and change ZMK to ZMW.
18577 2016-04-15   H.J. Lu  <hongjiu.lu@intel.com>
18579         * sysdeps/x86/cpu-features.c (init_cpu_features): Detect Intel
18580         Goldmont and Airmont processors.
18582 2016-04-15  Wilco Dijkstra  <wdijkstr@arm.com>
18584         * string/string.h: Use __GNUC_PREREQ(3,4) for bits/string2.h.
18585         * string/bits/string2.h (__STRING2_SMALL_GET16): Remove.
18586         (__STRING2_SMALL_GET32): Remove.
18587         (memset): Remove.
18588         (__memset_1): Remove.
18589         (__memset_gc): Remove.
18590         (__mempcpy): Remove.
18591         (mempcpy): Remove.
18592         (__mempcpy_args): Remove.
18593         (strchr): Remove.
18594         (strcpy): Remove.
18595         (strcpy_args): Remove.
18596         (__stpcpy_args): Remove.
18597         (__strcmp_cc): Remove.
18598         (__strcmp_gc): Remove.
18599         (strstr): Remove.
18601 2016-04-15  Yvan Roux  <yvan.roux@linaro.org>
18603         * stdlib/setenv.c (unsetenv): Fix ambiguous 'else'.
18604         * nis/nis_call.c (nis_server_cache_add): Likewise.
18606 2016-04-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
18608         * sysdeps/unix/sysv/linux/sysdep.h: Include kernel-features.h.
18610 2016-04-14  Florian Weimer  <fweimer@redhat.com>
18612         * malloc/arena.c (__malloc_fork_lock_parent)
18613         (__malloc_fork_unlock_parent, __malloc_fork_unlock_child): Add
18614         internal_function attribute.
18616 2016-04-14  Stefan Liebler  <stli@linux.vnet.ibm.com>
18618         * stdio-common/printf_fp.c (__printf_fp_l):
18619         Rename ___printf_fp_l to __printf_fp_l and
18620         remove strong alias. Use libc_hidden_def instead
18621         of ldbl_hidden_def macro.
18623 2016-04-14  Florian Weimer  <fweimer@redhat.com>
18625         Remove malloc hooks from fork handler.  They are no longer needed
18626         because malloc runs right before fork, and no malloc calls from
18627         other fork handlers are not possible anymore.
18628         * malloc/malloc.c (malloc_atfork, free_atfork): Remove
18629         declarations.
18630         * malloc/arena.c (save_malloc_hook, save_free_hook, save_arena)
18631         (ATFORK_ARENA_PTR, malloc_atfork, free_atfork)
18632         (atfork_recursive_cntr): Remove.
18633         (__malloc_fork_lock_parent): Do not override malloc hooks and
18634         thread_arena.
18635         (__malloc_fork_unlock_parent): Do not restore malloc hooks and
18636         thread_arena.
18637         (__malloc_fork_unlock_child): Do not restore malloc hooks.  Use
18638         thread_arena instead of save_arena.
18640 2016-04-14  Florian Weimer  <fweimer@redhat.com>
18642         * sysdeps/nptl/malloc-machine.h (ATFORK_MEM, __dso_handle)
18643         (thread_atfork, thread_atfork_static): Remove.
18644         * sysdeps/mach/hurd/malloc-machine.h:
18645         (thread_atfork, thread_atfork_static): Remove.
18647 2016-04-14  Florian Weimer  <fweimer@redhat.com>
18649         [BZ #19431]
18650         Run the malloc fork handler as late as possible to avoid deadlocks.
18651         * malloc/malloc-internal.h: New file.
18652         * malloc/malloc.c: Include it.
18653         * malloc/arena.c (ATFORK_MEM): Remove.
18654         (__malloc_fork_lock_parent): Rename from ptmalloc_lock_all.
18655         Update comment.
18656         (__malloc_fork_unlock_parent): Rename from ptmalloc_unlock_all.
18657         (__malloc_fork_unlock_child): Rename from ptmalloc_unlock_all2.
18658         Remove outdated comment.
18659         (ptmalloc_init): Do not call thread_atfork.  Remove
18660         thread_atfork_static.
18661         * malloc/tst-malloc-fork-deadlock.c: New file.
18662         * Makefile (tests): Add tst-malloc-fork-deadlock.
18663         (tst-malloc-fork-deadlock): Link against libpthread.
18664         * manual/memory.texi (Aligned Memory Blocks): Update safety
18665         annotation comments.
18666         * sysdeps/nptl/fork.c (__libc_fork): Call
18667         __malloc_fork_lock_parent, __malloc_fork_unlock_parent,
18668         __malloc_fork_unlock_child.
18669         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
18671 2016-04-14  Florian Weimer  <fweimer@redhat.com>
18673         [BZ #19613]
18674         Remove union wait.
18675         * bits/waitstatus.h (union wait, w_termsig, w_coredump, w_retcode)
18676         (w_stopsig, w_stopval): Remove.
18677         * include/sys/wait.h (__wait, __wait3, __wait4): Use int * for the
18678         stat_loc argument.
18679         * posix/sys/wait.h (__WAIT_INT, __WAIT_STATUS)
18680         (__WAIT_STATUS_DEFN): Remove.
18681         (WEXITSTATUS, WTERMSIG, WSTOPSIG, WIFEXITED, WIFSIGNALED)
18682         (WIFSTOPPED, WIFCONTINUED, WCOREDUMP): Remove __WAIT_INT.
18683         (wait, wait3, wait4): Use int * for the stat_loc argument.
18684         * posix/wait.c (__wait): Likewise.
18685         * posix/wait3.c (__wait3): Likewise.
18686         * posix/wait4.c (__wait4): Likewise.
18687         * stdlib/stdlib.h (__WAIT_INT, __WAIT_STATUS)
18688         (__WAIT_STATUS_DEFN): Remove.
18689         (WEXITSTATUS, WTERMSIG, WSTOPSIG, WIFEXITED, WIFSIGNALED)
18690         (WIFSTOPPED, WIFCONTINUED): Remove __WAIT_INT.
18691         * sysdeps/mach/hurd/wait4.c (__wait4): Use int * for the stat_loc
18692         argument.
18693         * sysdeps/posix/wait.c (__libc_wait): Likewise.
18694         * sysdeps/posix/wait3.c (__wait3): Likewise.
18695         * sysdeps/unix/bsd/wait.c (__libc_wait): Likewise.
18696         * sysdeps/unix/bsd/wait3.c (__wait3): Likewise.
18697         * sysdeps/unix/bsd/waitpid.c (__waitpid): Remove cast.
18698         * sysdeps/unix/sysv/linux/wait.c (__libc_wait): Use int * for the
18699         stat_loc argument.
18700         * manual/process.texi (BSD Wait Functions): Remove union wait.
18702 2016-04-13  Andreas Schwab  <schwab@suse.de>
18704         * elf/Makefile (extra-test-objs): Add tst-tlsalign-vars.o.
18705         (test-extras): Add tst-tlsalign-vars.
18706         * math/Makefile: Wrap long lines.
18707         (libm-vec-test-wrappers): Define.
18708         (test-extras): Add $(libm-vec-test-wrappers).
18709         (extra-test-objs): Add $(libm-vec-test-wrappers) objects.
18710         * nss/Makefile (extra-test-objs): Add nss_test1.os.
18711         * stdlib/Makefile (extra-test-objs): Add $(modules-names) objects.
18712         * sysdeps/x86_64/Makefile (test-extras): Add tst-quadmod1pie
18713         tst-quadmod2pie tst-audit4-aux tst-audit10-aux.
18714         (extra-test-objs): Add corresponding objects.
18716 2016-04-12   H.J. Lu  <hongjiu.lu@intel.com>
18718         [BZ #19928]
18719         * sysdeps/x86_64/cacheinfo.c (__x86_shared_non_temporal_threshold):
18720         New.
18721         (init_cacheinfo): Set __x86_shared_non_temporal_threshold to 6
18722         times of shared cache size.
18723         * sysdeps/x86_64/multiarch/memmove-avx-unaligned-erms.S
18724         (VMOVNT): New.
18725         * sysdeps/x86_64/multiarch/memmove-avx512-unaligned-erms.S
18726         (VMOVNT): Likewise.
18727         * sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S
18728         (VMOVNT): Likewise.
18729         (VMOVU): Changed to movups for smaller code sizes.
18730         (VMOVA): Changed to movaps for smaller code sizes.
18731         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: Update
18732         comments.
18733         (PREFETCH): New.
18734         (PREFETCH_SIZE): Likewise.
18735         (PREFETCHED_LOAD_SIZE): Likewise.
18736         (PREFETCH_ONE_SET): Likewise.
18737         Rewrite to use forward and backward loops, which move 4 vector
18738         registers at a time, to support overlapping addresses and use
18739         non temporal store if size is above the threshold and there is
18740         no overlap between destination and source.
18742 2016-04-12  Alex Smith  <alex.smith@imgtec.com>
18744         * sysdeps/unix/sysv/linux/mips/Makefile (sysdep_routines):
18745         Include dl-vdso.
18746         * sysdeps/unix/sysv/linux/mips/Versions: Add
18747         __vdso_clock_gettime.
18748         * sysdeps/unix/sysv/linux/mips/init-first.c: New file.
18749         * sysdeps/unix/sysv/linux/mips/libc-vdso.h: New file.
18750         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h:
18751         (INTERNAL_VSYSCALL_CALL): Define to be compatible with MIPS
18752         definitions of INTERNAL_SYSCALL_{ERROR_P,ERRNO}.
18753         (HAVE_CLOCK_GETTIME_VSYSCALL): Define.
18754         (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
18755         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
18756         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
18758 2016-04-11  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
18760         * sysdeps/unix/sysv/linux/arm/pwrite.c: Remove file.
18761         * sysdeps/unix/sysv/linux/arm/pwrite64.c: Likewise.
18762         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
18763         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
18764         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
18765         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
18766         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
18767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
18768         * sysdeps/unix/sysv/linux/wordsize-64/pwrite64.c: Likewise.
18769         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (prite): Remove
18770         syscalls generation.
18771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
18772         [__NR_pwrite64] (__NR_write): Remove define.
18773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
18774         [__NR_pwrite64] (__NR_write): Remove define.
18775         * sysdeps/unix/sysv/linux/pwrite.c [__NR_pwrite64] (__NR_pwrite):
18776         Remove define.
18777         (__libc_pwrite): Use SYSCALL_LL macro on offset argument.
18778         * sysdeps/unix/sysv/linux/pwrite64.c [__NR_pwrite64] (__NR_pwrite):
18779         Remove define.
18780         (__libc_pwrite64): Use SYSCALL_LL64 macro on offset argument.
18781         * sysdeps/unix/sysv/linux/sh/pwrite.c: Rewrite using default
18782         Linux implementation as base.
18783         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
18785         * sysdeps/unix/sysv/linux/arm/pread.c: Remove file.
18786         * sysdeps/unix/sysv/linux/arm/pread64.c: Likewise.
18787         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
18788         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
18789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise,
18790         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
18791         * sysdeps/unix/sysv/linux/wordsize-64/pread64.c: Likewise.
18792         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (pread): Remove
18793         syscall generation.
18794         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
18795         [__NR_pread64] (__NR_pread): Remove define.
18796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
18797         [__NR_pread64] (__NR_pread): Likewise.
18798         * sysdeps/unix/sysv/linux/pread.c [__NR_pread64] (__NR_pread): Remove
18799         define.
18800         (__libc_pread): Use SYSCALL_LL macro on offset argument.
18801         * sysdeps/unix/sysv/linux/pread64.c [__NR_pread64] (__NR_pread):
18802         Remove define.
18803         (__libc_pread64): Use SYSCALL_LL64 macro on offset argument.
18804         * sysdeps/unix/sysv/linux/sh/pread.c: Rewrite using default
18805         Linux implementation as base.
18806         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
18807         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
18808         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
18810         * sysdeps/unix/sysv/linux/generic/sysdep.h (__ALIGNMENT_ARG): Move
18811         definition.
18812         (__ALIGNMENT_COUNT): Likewise.
18813         * sysdeps/unix/sysv/linux/sysdep.h (__ALIGNMENT_ARG): To here.
18814         (__ALIGNMENT_COUNT): Likewise.
18815         (SYSCALL_LL): New define.
18816         (SYSCALL_LL64): Likewise.
18817         * sysdeps/unix/sysv/linux/mips/kernel-features.h:
18818         [_MIPS_SIM == _ABIO32] (__ASSUME_WORDSIZE64_ILP32): Define.
18819         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h:
18820         [ILP32] (__ASUME_WORDSIZE64_ILP32): Likewise.
18822         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18823         (__ASSUME_ALIGNED_REGISTER_PAIRS): Define.
18824         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18825         [_MIPS_SIM == _ABIO32] (__ASSUME_ALIGNED_REGISTER_PAIRS): Likewise.
18826         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
18827         [!__powerpc64__] (__ASSUME_ALIGNED_REGISTER_PAIRS): Likewise.
18829 2016-04-11  Florian Weimer  <fweimer@redhat.com>
18831         [BZ #19865]
18832         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Restore
18833         original buffer before retry.
18835 2016-04-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18837         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro)
18838         [!HAVE_AUX_VECTOR]: Do not define _dl_auxv field.
18839         * misc/getauxval.c (__getauxval) [!HAVE_AUX_VECTOR]: Do not go through
18840         GLRO(dl_auxv) list.
18841         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_VECTOR): Define before
18842         including <ldsodefs.h>.
18843         * sysdeps/nacl/ldsodefs.h (HAVE_AUX_VECTOR): Likewise.
18845 2016-04-09  Nick Alcock  <nick.alcock@oracle.com>
18847         * elf/rtld-Rules (rtld-compile-command.c): Add $(rtld-CFLAGS).
18848         * scripts/sysd-rules.awk: Substitute in $(CFLAGS) as well as
18849         $(CPPFLAGS).
18851 2016-04-09  Khem Raj  <raj.khem@gmail.com>
18853         [BZ #17950]
18854         * sysdeps/i386/Makefile [$(subdir) == elf] (CFLAGS-.os):
18855         Add -mfpmath=387.
18857 2016-04-09  Mike Frysinger  <vapier@gentoo.org>
18859         * sysdeps/i386/configure.ac: Change == to = when calling test.
18860         * sysdeps/x86_64/configure.ac: Likewise.
18861         * sysdeps/i386/configure: Regenerated.
18862         * sysdeps/x86_64/configure: Likewise.
18864 2016-04-08  Mike Frysinger  <vapier@gentoo.org>
18866         [BZ #16137]
18867         * benchtests/Makefile (LOCALES): Change iw_IL to he_IL.
18868         * benchtests/bench-strcoll.c (input_files): Likewise.
18869         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
18870         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Rename to ...
18871         * benchtests/strcoll-inputs/lorem_ipsum#he_IL.UTF-8: ... here.
18873 2016-04-08  Joseph Myers  <joseph@codesourcery.com>
18875         [BZ #19929]
18876         * include/bits/xopen_lim.h (NL_NMAX): Do not define if
18877         [__USE_XOPEN2K8 && !__USE_GNU].
18878         * conform/Makefile (test-xfail-XOPEN2K8/limits.h/conform): Remove
18879         variable.
18881         [BZ #19925]
18882         * sysdeps/unix/sysv/linux/alpha/bits/termios.h (XCASE): Do not
18883         define if [!__USE_MISC && __USE_XOPEN2K].
18884         * sysdeps/unix/sysv/linux/bits/termios.h (XCASE): Likewise.
18885         * sysdeps/unix/sysv/linux/mips/bits/termios.h (XCASE): Likewise.
18886         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XCASE):
18887         Likewise.
18888         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (XCASE): Likewise.
18889         * conform/Makefile (test-xfail-XOPEN2K/termios.h/conform): Remove
18890         variable.
18891         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
18893 2016-04-07  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
18895         * sysdeps/powerpc/powerpc64/multiarch/Makefile:
18896         (sysdep_routines): Add new strspn targets.
18897         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18898         (__libc_ifunc_impl_list): Add strspn.
18899         * sysdeps/powerpc/powerpc64/multiarch/strspn-power8.S:
18900         New file.
18901         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c:
18902         Likewise.
18903         * sysdeps/powerpc/powerpc64/multiarch/strspn.c:
18904         Likewise.
18905         * sysdeps/powerpc/powerpc64/power8/strspn.S:
18906         Likewise.
18908 2016-04-07  Florian Weimer  <fweimer@redhat.com>
18910         * misc/hsearch_r.c: Include <limits.h>.
18912 2016-04-07  Florian Weimer  <fweimer@redhat.com>
18914         * malloc/scratch_buffer_set_array_size.c: Include <limits.h>.
18916 2016-04-06   H.J. Lu  <hongjiu.lu@intel.com>
18918         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
18919         (MEMCPY_SYMBOL): New.
18920         (MEMPCPY_SYMBOL): Likewise.
18921         (MEMMOVE_CHK_SYMBOL): Likewise.
18922         Replace MEMMOVE_SYMBOL with MEMMOVE_CHK_SYMBOL on __mempcpy_chk
18923         symbols.  Replace MEMMOVE_SYMBOL with MEMPCPY_SYMBOL on
18924         __mempcpy symbols.  Provide alias for __memcpy_chk in libc.a.
18925         Provide alias for memcpy in libc.a and ld.so.
18927 2016-04-06   H.J. Lu  <hongjiu.lu@intel.com>
18929         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
18930         (MEMSET_CHK_SYMBOL): New.  Define if not defined.
18931         (__bzero): Check VEC_SIZE == 16 instead of USE_MULTIARCH.
18932         Disabled fro now.
18933         Replace MEMSET_SYMBOL with MEMSET_CHK_SYMBOL on __memset_chk
18934         symbols.  Properly check USE_MULTIARCH on __memset symbols.
18936 2016-04-06   H.J. Lu  <hongjiu.lu@intel.com>
18938         * benchtests/Makefile (string-benchset): Add memcpy-large,
18939         memmove-large and memset-large.
18940         * benchtests/bench-memcpy-large.c: New file.
18941         * benchtests/bench-memmove-large.c: Likewise.
18942         * benchtests/bench-memmove-large.c: Likewise.
18943         * benchtests/bench-string.h (TIMEOUT): Don't redefine.
18945 2016-04-05   H.J. Lu  <hongjiu.lu@intel.com>
18947         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S: Force
18948         32-bit displacement to avoid long nop between instructions.
18950 2016-04-05   H.J. Lu  <hongjiu.lu@intel.com>
18952         * sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S: Add
18953         a comment on VMOVU and VMOVA.
18955 2016-04-04  Florian Weimer  <fweimer@redhat.com>
18957         [BZ #19633]
18958         Use specified locale for number formatting in strfmon_l.
18959         * locale/localeinfo.h (__nl_lookup, _nl_lookup_wstr)
18960         (__nl_lookup_word): New inline functions.
18961         * include/printf.h (__print_fp_l): Declare.
18962         * stdio-common/printf_fp.c (___printf_fp_l): Renamed from
18963         ___printf_fp.  Add locale argument.  Replace _NL_CURRENT with
18964         _nl_lookup and _NL_CURRENT_WORD with _nl_lookup_word.
18965         (___printf_fp): New function.
18966         * stdlib/strfmon_l.c (__printf_fp): Remove declaration.
18967         (__vstrfmon_l): Call __printf_fp_l instead of printf_fp.
18968         * stdlib/tst-strfmon_l.c (do_test): New test.
18969         * stdlib/Makefile (tests): Add kt.
18970         (LOCALES): Build additional locales.
18971         (tst-strfmon_l.out): Require locales.
18973 2016-04-03   H.J. Lu  <hongjiu.lu@intel.com>
18975         * sysdeps/x86_64/multiarch/memmove-avx-unaligned-erms.S: Skip
18976         if not in libc.
18977         * sysdeps/x86_64/multiarch/memmove-avx512-unaligned-erms.S:
18978         Likewise.
18979         * sysdeps/x86_64/multiarch/memset-avx2-unaligned-erms.S:
18980         Likewise.
18981         * sysdeps/x86_64/multiarch/memset-avx512-unaligned-erms.S:
18982         Likewise.
18984 2016-04-03   H.J. Lu  <hongjiu.lu@intel.com>
18986         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:
18987         (__mempcpy_erms, __memmove_erms): Moved before __mempcpy_chk
18988         with unaligned_erms.
18989         (__memmove_erms): Skip if source == destination.
18990         (__memmove_unaligned_erms): Don't check source == destination
18991         first.
18993 2016-04-01   H.J. Lu  <hongjiu.lu@intel.com>
18995         * sysdeps/x86/cpu-features.c (init_cpu_features): Don't set
18996         bit_arch_Fast_Copy_Backward for Intel Core proessors.
18998 2016-04-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
19000         * string/strcspn.c (strcspn): Use PTR_ALIGN_DOWN.
19001         * string/strspn.c (strspn): Likewise.
19003 2016-04-01   H.J. Lu  <hongjiu.lu@intel.com>
19005         * benchtests/bench-memset.c (do_test): Support 64-byte
19006         alignment.
19007         (test_main): Test 64-byte alignment.
19009 2016-04-01   H.J. Lu  <hongjiu.lu@intel.com>
19011         * benchtests/bench-memmove.c (test_main): Test 64-byte
19012         alignment.
19014 2016-04-01   H.J. Lu  <hongjiu.lu@intel.com>
19016         * benchtests/bench-memcpy.c (test_main): Test 64-byte alignment.
19018 2016-04-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
19020         * sysdeps/powerpc/powerpc64/strcspn.S: Remove file.
19021         * sysdeps/powerpc/powerpc64/strpbrk.S: Remove file.
19022         * sysdeps/powerpc/powerpc64/strspn.S: Remove file.
19024         * string/strpbrk.c (strpbrk): Rewrite function.
19025         * string/bits/string2.h (strpbrk): Use __builtin_strpbrk.
19026         (__strpbrk_c2): Likewise.
19027         (__strpbrk_c3): Likewise.
19028         * string/string-inlines.c
19029         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strpbrk_c2):
19030         Likewise.
19031         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strpbrk_c3):
19032         Likewise.
19034         * string/strspn.c (strcspn): Rewrite function.
19035         * string/bits/string2.h (strspn): Use __builtin_strcspn.
19036         (__strspn_c1): Remove inline function.
19037         (__strspn_c2): Likewise.
19038         (__strspn_c3): Likewise.
19039         * string/string-inlines.c
19040         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strspn_c1): Add
19041         compatibility symbol.
19042         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strspn_c2):
19043         Likewise.
19044         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strspn_c3):
19045         Likewise.
19046         * string/string-inlines.c: Include generic version.
19048 2016-04-01  Wilco Dijkstra  <wdijkstr@arm.com>
19049             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
19051         * string/Version (libc): Add GLIBC_2.24.
19052         * string/strcspn.c (strcspn): Rewrite function.
19053         * string/bits/string2.h (strcspn): Use __builtin_strcspn.
19054         (__strcspn_c1): Remove inline function.
19055         (__strcspn_c2): Likewise.
19056         (__strcspn_c3): Likewise.
19057         * string/string-inline.c
19058         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strcspn_c1): Add
19059         compatibility symbol.
19060         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strcspn_c2):
19061         Likewise.
19062         [SHLIB_COMPAT(libc, GLIBC_2_1_1, GLIBC_2_24)] (__strcspn_c3):
19063         Likewise.
19064         * sysdeps/i386/string-inlines.c: Include generic string-inlines.c.
19066 2016-04-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
19068         * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_resolve):
19069         Use ahi instead of aghi to adjust stack pointer.
19071 2016-03-31  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
19073         [BZ #19853]
19074         * stdio-common/tst-sprintf3.c [TEST_N]: Refactor
19075         TEST to take significant digits as second parameter.
19076         [TEST]: Redefine in terms of TEST_N taking 30
19077         significant digits.
19078         (do_test): Add test case to demonstrate precision
19079         failure in the ldbl-128ibm printf.
19080         * sysdeps/ieee754/ldbl-128ibm/ldbl2pm.c:
19081         (__mpn_extract_long_double): Carry 7 extra intermediate
19082         bits of precision to aide computing difference when
19083         signs differ.
19085 2016-03-31   H.J. Lu  <hongjiu.lu@intel.com>
19087         [BZ #19881]
19088         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
19089         memset-sse2-unaligned-erms, memset-avx2-unaligned-erms and
19090         memset-avx512-unaligned-erms.
19091         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
19092         (__libc_ifunc_impl_list): Test __memset_chk_sse2_unaligned,
19093         __memset_chk_sse2_unaligned_erms, __memset_chk_avx2_unaligned,
19094         __memset_chk_avx2_unaligned_erms, __memset_chk_avx512_unaligned,
19095         __memset_chk_avx512_unaligned_erms, __memset_sse2_unaligned,
19096         __memset_sse2_unaligned_erms, __memset_erms,
19097         __memset_avx2_unaligned, __memset_avx2_unaligned_erms,
19098         __memset_avx512_unaligned_erms and __memset_avx512_unaligned.
19099         * sysdeps/x86_64/multiarch/memset-avx2-unaligned-erms.S: New
19100         file.
19101         * sysdeps/x86_64/multiarch/memset-avx512-unaligned-erms.S:
19102         Likewise.
19103         * sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S:
19104         Likewise.
19105         * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:
19106         Likewise.
19108 2016-03-31   H.J. Lu  <hongjiu.lu@intel.com>
19110         [BZ #19776]
19111         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
19112         memmove-sse2-unaligned-erms, memmove-avx-unaligned-erms and
19113         memmove-avx512-unaligned-erms.
19114         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
19115         (__libc_ifunc_impl_list): Test
19116         __memmove_chk_avx512_unaligned_2,
19117         __memmove_chk_avx512_unaligned_erms,
19118         __memmove_chk_avx_unaligned_2, __memmove_chk_avx_unaligned_erms,
19119         __memmove_chk_sse2_unaligned_2,
19120         __memmove_chk_sse2_unaligned_erms, __memmove_avx_unaligned_2,
19121         __memmove_avx_unaligned_erms, __memmove_avx512_unaligned_2,
19122         __memmove_avx512_unaligned_erms, __memmove_erms,
19123         __memmove_sse2_unaligned_2, __memmove_sse2_unaligned_erms,
19124         __memcpy_chk_avx512_unaligned_2,
19125         __memcpy_chk_avx512_unaligned_erms,
19126         __memcpy_chk_avx_unaligned_2, __memcpy_chk_avx_unaligned_erms,
19127         __memcpy_chk_sse2_unaligned_2, __memcpy_chk_sse2_unaligned_erms,
19128         __memcpy_avx_unaligned_2, __memcpy_avx_unaligned_erms,
19129         __memcpy_avx512_unaligned_2, __memcpy_avx512_unaligned_erms,
19130         __memcpy_sse2_unaligned_2, __memcpy_sse2_unaligned_erms,
19131         __memcpy_erms, __mempcpy_chk_avx512_unaligned_2,
19132         __mempcpy_chk_avx512_unaligned_erms,
19133         __mempcpy_chk_avx_unaligned_2, __mempcpy_chk_avx_unaligned_erms,
19134         __mempcpy_chk_sse2_unaligned_2, __mempcpy_chk_sse2_unaligned_erms,
19135         __mempcpy_avx512_unaligned_2, __mempcpy_avx512_unaligned_erms,
19136         __mempcpy_avx_unaligned_2, __mempcpy_avx_unaligned_erms,
19137         __mempcpy_sse2_unaligned_2, __mempcpy_sse2_unaligned_erms and
19138         __mempcpy_erms.
19139         * sysdeps/x86_64/multiarch/memmove-avx-unaligned-erms.S: New
19140         file.
19141         * sysdeps/x86_64/multiarch/memmove-avx512-unaligned-erms.S:
19142         Likewise.
19143         * sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S:
19144         Likewise.
19145         * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:
19146         Likewise.
19148 2016-03-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
19150         * sysdeps/s390/bits/link.h: (La_s390_vr) New typedef.
19151         (La_s390_32_regs): Append vector register lr_v24-lr_v31.
19152         (La_s390_64_regs): Likewise.
19153         (La_s390_32_retval): Append vector register lrv_v24.
19154         (La_s390_64_retval): Likeweise.
19155         * sysdeps/s390/s390-32/dl-trampoline.h (_dl_runtime_profile):
19156         Handle extended structs La_s390_32_regs and La_s390_32_retval.
19157         * sysdeps/s390/s390-64/dl-trampoline.h (_dl_runtime_profile):
19158         Handle extended structs La_s390_64_regs and La_s390_64_retval.
19160 2016-03-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
19162         [BZ #19916]
19163         * sysdeps/s390/s390-32/dl-trampoline.S: Include dl-trampoline.h twice
19164         to create a non-vector/vector version for _dl_runtime_resolve and
19165         _dl_runtime_profile. Move implementation to ...
19166         * sysdeps/s390/s390-32/dl-trampoline.h: ... here.
19167         (_dl_runtime_resolve) Save and restore fpr/vrs.
19168         (_dl_runtime_profile) Save and restore vrs and fix some issues
19169         if _dl_call_pltexit is called.
19170         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
19171         Choose the correct resolver function if running on a machine with vx.
19172         * sysdeps/s390/s390-64/dl-trampoline.S: Include dl-trampoline.h twice
19173         to create a non-vector/vector version for _dl_runtime_resolve and
19174         _dl_runtime_profile. Move implementation to ...
19175         * sysdeps/s390/s390-64/dl-trampoline.h: ... here.
19176         (_dl_runtime_resolve) Save and restore fpr/vrs.
19177         (_dl_runtime_profile) Save and restore vrs and fix some issues
19178         * sysdeps/s390/s390-64/dl-machine.h: (elf_machine_runtime_setup):
19179         Choose the correct resolver function if running on a machine with vx.
19181 2016-03-31  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
19183         * elf/tst-dlsym-error.c: Include <string.h> for strchrnul.
19185 2016-03-31  Florian Weimer  <fweimer@redhat.com>
19187         [BZ #19509]
19188         * elf/dl-lookup.c (_dl_lookup_symbol_x): Report error even if
19189         skip_map != NULL.
19190         * elf/tst-dlsym-error.c: New file.
19191         * elf/Makefile (tests): Add tst-dlsym-error.
19192         (tst-dlsym-error): Link against libdl.
19194 2016-03-29  Joseph Myers  <joseph@codesourcery.com>
19196         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19197         (__ASSUME_FUTIMESAT): Remove macro.
19198         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: Remove file.
19200 2016-03-29  Florian Weimer  <fweimer@redhat.com>
19202         [BZ #19879]
19203         CVE-2016-3075
19204         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Do not
19205         copy name.
19207 2016-03-29  Florian Weimer  <fweimer@redhat.com>
19209         [BZ #19837]
19210         * nss/nss_db/db-XXX.c (_nss_db_getENTNAME_r): Propagate ERANGE
19211         error if parse_line fails.
19213 2016-03-28   H.J. Lu  <hongjiu.lu@intel.com>
19215         * sysdeps/x86/cpu-features.h (bit_cpu_ERMS): New.
19216         (index_cpu_ERMS): Likewise.
19217         (reg_ERMS): Likewise.
19219 2016-03-28  Aurelien Jarno  <aurelien@aurel32.net>
19221         * sysdeps/unix/sysv/linux/sys/personality.h (UNAME26, FDPIC_FUNCPTRS,
19222         PER_LINUX_FDPIC): Add.
19224 2016-03-28   H.J. Lu  <hongjiu.lu@intel.com>
19226         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
19227         memcpy-avx512-no-vzeroupper.
19228         * sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S: Renamed
19229         to ...
19230         * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S: This.
19231         (MEMCPY): Don't define.
19232         (MEMCPY_CHK): Likewise.
19233         (MEMPCPY): Likewise.
19234         (MEMPCPY_CHK): Likewise.
19235         (MEMPCPY_CHK): Renamed to ...
19236         (__mempcpy_chk_avx512_no_vzeroupper): This.
19237         (MEMPCPY_CHK): Renamed to ...
19238         (__mempcpy_chk_avx512_no_vzeroupper): This.
19239         (MEMCPY_CHK): Renamed to ...
19240         (__memmove_chk_avx512_no_vzeroupper): This.
19241         (MEMCPY): Renamed to ...
19242         (__memmove_avx512_no_vzeroupper): This.
19243         (__memcpy_avx512_no_vzeroupper): New alias.
19244         (__memcpy_chk_avx512_no_vzeroupper): Likewise.
19246 2016-03-28   H.J. Lu  <hongjiu.lu@intel.com>
19248         [BZ #18858]
19249         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
19250         mempcpy-ssse3, mempcpy-ssse3-back, mempcpy-avx-unaligned
19251         and mempcpy-avx512-no-vzeroupper.
19252         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S (MEMPCPY_CHK):
19253         New.
19254         (MEMPCPY): Likewise.
19255         * sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S
19256         (MEMPCPY_CHK): New.
19257         (MEMPCPY): Likewise.
19258         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S (MEMPCPY_CHK): New.
19259         (MEMPCPY): Likewise.
19260         * sysdeps/x86_64/multiarch/memcpy-ssse3.S (MEMPCPY_CHK): New.
19261         (MEMPCPY): Likewise.
19262         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: Removed.
19263         * sysdeps/x86_64/multiarch/mempcpy-avx512-no-vzeroupper.S:
19264         Likewise.
19265         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: Likewise.
19266         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: Likewise.
19268 2016-03-28   H.J. Lu  <hongjiu.lu@intel.com>
19269              Amit Pawar  <Amit.Pawar@amd.com>
19271         [BZ #19583]
19272         * sysdeps/x86/cpu-features.c (init_cpu_features): Set
19273         Fast_Unaligned_Copy with Fast_Unaligned_Load for Intel
19274         processors.  Set Fast_Copy_Backward for AMD Excavator
19275         processors.
19276         * sysdeps/x86/cpu-features.h (bit_arch_Fast_Unaligned_Copy):
19277         New.
19278         (index_arch_Fast_Unaligned_Copy): Likewise.
19279         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check
19280         Fast_Unaligned_Copy instead of Fast_Unaligned_Load.
19282 2016-03-25  Florian Weimer  <fweimer@redhat.com>
19284         [BZ #19791]
19285         * resolv/res_send.c (close_and_return_error): New function.
19286         (send_dg): Initialize *resplen2 after reopen failure.  Call
19287         close_and_return_error for error returns.  On error paths without
19288         __res_iclose, initialze *resplen2 explicitly.  Update comment for
19289         successful return.
19291 2016-03-25  Florian Weimer  <fweimer@redhat.com>
19293         [BZ #19860]
19294         * sysdeps/x86_64/tst-audit10.c (avx512_enabled): Always return
19295         zero if the compiler does not provide the AVX512F bit.
19297 2016-03-24  Joseph Myers  <joseph@codesourcery.com>
19299         [BZ #19848]
19300         * sysdeps/i386/fpu/e_powl.S (p3): Rename to p2 and change value
19301         from 8 to 4.
19302         (__ieee754_powl): Compare integer exponent against 4 not 8.
19303         * sysdeps/x86_64/fpu/e_powl.S (p3): Rename to p2 and change value
19304         from 8 to 4.
19305         (__ieee754_powl): Compare integer exponent against 4 not 8.
19306         * math/auto-libm-test-in: Add more tests of pow.
19307         * math/auto-libm-test-out: Regenerated.
19308         * sysdeps/i386/i686/fpu/multiarch/libm-test-ulps: Update.
19309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19311 2016-03-23  Aurelien Jarno  <aurelien@aurel32.net>
19313         * sysdeps/unix/sysv/linux/futimens.c (futimens) [__NR_utimensat]:
19314         Make code unconditional.
19315         [!__NR_utimensat]: Remove conditional code.
19316         * sysdeps/unix/sysv/linux/lutimes.c (lutimes) [__NR_utimensat]:
19317         Make code unconditional.
19318         [!__NR_utimensat]: Remove conditional code.
19319         * sysdeps/unix/sysv/linux/utimensat.c (utimensat) [__NR_utimensat]:
19320         Make code unconditional.
19321         [!__NR_utimensat]: Remove conditional code.
19323 2016-03-23  Aurelien Jarno  <aurelien@aurel32.net>
19325         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64) [__NR_openat]:
19326         Make code unconditional.
19328 2016-03-23  Nick Alcock  <nick.alcock@oracle.com>
19330         * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Reload
19331         call-clobbered %eax on retry path.
19332         * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Likewise.
19334 2016-03-22  H.J. Lu  <hongjiu.lu@intel.com>
19336         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S (MEMCPY):
19337         Don't set %rcx twice before "rep movsb".
19339 2016-03-22  H.J. Lu  <hongjiu.lu@intel.com>
19341         [BZ #19583]
19342         * sysdeps/x86/cpu-features.c (get_common_indeces): Remove
19343         inline.  Check family before setting family, model and
19344         extended_model.  Set AVX, AVX2, AVX512, FMA and FMA4 usable
19345         bits here.
19346         (init_cpu_features): Replace HAS_CPU_FEATURE and
19347         HAS_ARCH_FEATURE with CPU_FEATURES_CPU_P and
19348         CPU_FEATURES_ARCH_P.  Set index_arch_AVX_Fast_Unaligned_Load
19349         for Intel processors with usable AVX2.  Call get_common_indeces
19350         for other processors with family == NULL.
19351         * sysdeps/x86/cpu-features.h (CPU_FEATURES_CPU_P): New macro.
19352         (CPU_FEATURES_ARCH_P): Likewise.
19353         (HAS_CPU_FEATURE): Use CPU_FEATURES_CPU_P.
19354         (HAS_ARCH_FEATURE): Use CPU_FEATURES_ARCH_P.
19356 2016-03-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19358         * malloc/Makefile ($(objpfx)tst-malloc-backtrace,
19359         $(objpfx)tst-malloc-thread-exit, $(objpfx)tst-malloc-thread-fail): Use
19360         $(shared-thread-library) instead of hardcoding the path to libpthread.
19362 2016-03-22  Joseph Myers  <joseph@codesourcery.com>
19364         * sysdeps/unix/sysv/linux/kernel-features.h
19365         (__ASSUME_GETDENTS64_SYSCALL): Remove macro.
19366         * sysdeps/unix/sysv/linux/getdents.c
19367         [!__ASSUME_GETDENTS64_SYSCALL]: Remove conditional code.
19368         [!have_no_getdents64_defined]: Likewise.
19369         (__GETDENTS): Remove __have_no_getdents64 conditional.
19371 2016-03-21  Joseph Myers  <joseph@codesourcery.com>
19373         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SIGNALFD4):
19374         Remove macro.
19375         * sysdeps/unix/sysv/linux/signalfd.c: Do not include
19376         <kernel-features.h>.
19377         (signalfd) [__NR_signalfd4]: Make code unconditional.
19378         (signalfd) [!__ASSUME_SIGNALFD4]: Remove conditional code.
19380 2016-03-21  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
19382         * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Fix implict checks
19383         style.
19385 2016-03-21  H.J. Lu  <hongjiu.lu@intel.com>
19387         * sysdeps/unix/sysv/linux/x86_64/cancellation.S
19388         (__pthread_enable_asynccancel): Use JUMPTARGET to call
19389         __pthread_unwind.
19390         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
19391         (__condvar_cleanup2): Use JUMPTARGET to call _Unwind_Resume.
19392         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
19393         (__condvar_cleanup1): Likewise.
19395 2016-03-21  Dylan Alex Simon  <dylan-sourceware@dylex.net>
19397         [BZ #19822]
19398         * math/Makefile ($(inst_libdir)/libm.so): Write output to $@.tmp and
19399         move it to the final $@ location.
19401 2016-03-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
19403         * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Fix invalid memory
19404         access where posix_spawn success and pid argument is null.
19405         * posix/tst-spawn.c (do_test): Add posix_spawn null pid argument for
19406         success case.
19408 2016-03-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>:
19410         * sysdeps/mach/hurd/i386/c++-types.data: New file.
19412         * sysdeps/mach/hurd/libc-lock.h (_IO_lock_inexpensive): Define to 1.
19414         * sysdeps/generic/dl-fcntl.h: New file, adds attribute_hidden to __open
19415         and __fcntl.
19416         * sysdeps/mach/hurd/dl-fcntl.h: New file, adds attribute_hidden to
19417         __fcntl only.
19418         * include/fcntl.h [IS_IN (rtld)]: Include <dl-fcntl.h> instead of
19419         adding attribute_hidden to __open and __fcntl.
19421         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Strip
19422         "-include $(common-objpfx)libc-modules.h" from CPPFLAGS, and do not
19423         depend on libc-modules.h,
19424         * mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h.
19426 2016-03-17  Joseph Myers  <joseph@codesourcery.com>
19428         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_EVENTFD2):
19429         Remove macro.
19430         * sysdeps/unix/sysv/linux/eventfd.c: Remove file.
19431         * sysdeps/unix/sysv/linux/syscalls.list (eventfd): New syscall
19432         entry.
19434         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FALLOCATE):
19435         Remove macro.
19436         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: Do not
19437         include <kernel-features.h>.
19438         [!__ASSUME_FALLOCATE]: Remove conditional code.
19439         (posix_fallocate) [__NR_fallocate]: Make code unconditional.
19441 2016-03-16  H.J. Lu  <hongjiu.lu@intel.com>
19443         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S
19444         (_ZGVbN2v_cos_sse4): Use JUMPTARGET to call cos.
19445         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S
19446         (_ZGVdN4v_cos_avx2): Likewise.
19447         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S
19448         (_ZGVdN4v_cos): Likewise.
19449         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S
19450         (_ZGVbN2v_exp_sse4): Use JUMPTARGET to call exp.
19451         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S
19452         (_ZGVdN4v_exp_avx2): Likewise.
19453         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S
19454         (_ZGVdN4v_exp): Likewise.
19455         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S
19456         (_ZGVbN2v_log_sse4): Use JUMPTARGET to call log.
19457         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S
19458         (_ZGVdN4v_log_avx2): Likewise.
19459         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S
19460         (_ZGVdN4v_log): Likewise.
19461         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S
19462         (_ZGVbN2vv_pow_sse4): Use JUMPTARGET to call pow.
19463         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S
19464         (_ZGVdN4vv_pow_avx2): Likewise.
19465         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S
19466         (_ZGVdN4vv_pow): Likewise.
19467         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S
19468         (_ZGVbN2v_sin_sse4): Use JUMPTARGET to call sin.
19469         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S
19470         (_ZGVdN4v_sin_avx2): Likewise.
19471         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S
19472         (_ZGVdN4v_sin): Likewise.
19473         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S
19474         (_ZGVbN2vvv_sincos_sse4): Use JUMPTARGET to call sin and cos.
19475         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S
19476         (_ZGVdN4vvv_sincos_avx2): Likewise.
19477         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S
19478         (_ZGVdN4vvv_sincos): Likewise.
19479         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S
19480         (_ZGVdN8v_cosf): Use JUMPTARGET to call cosf.
19481         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S
19482         (_ZGVbN4v_cosf_sse4): Likewise.
19483         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S
19484         (_ZGVdN8v_cosf_avx2): Likewise.
19485         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S
19486         (_ZGVdN8v_expf): Use JUMPTARGET to call expf.
19487         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S
19488         (_ZGVbN4v_expf_sse4): Likewise.
19489         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S
19490         (_ZGVdN8v_expf_avx2): Likewise.
19491         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S
19492         (_ZGVdN8v_logf): Use JUMPTARGET to call logf.
19493         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S
19494         (_ZGVbN4v_logf_sse4): Likewise.
19495         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S
19496         (_ZGVdN8v_logf_avx2): Likewise.
19497         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S
19498         (_ZGVdN8vv_powf): Use JUMPTARGET to call powf.
19499         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S
19500         (_ZGVbN4vv_powf_sse4): Likewise.
19501         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S
19502         (_ZGVdN8vv_powf_avx2): Likewise.
19503         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S
19504         (_ZGVdN8vv_powf): Use JUMPTARGET to call sinf and cosf.
19505         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S
19506         (_ZGVbN4vvv_sincosf_sse4): Likewise.
19507         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S
19508         (_ZGVdN8vvv_sincosf_avx2): Likewise.
19509         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S
19510         (_ZGVdN8v_sinf): Use JUMPTARGET to call sinf.
19511         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S
19512         (_ZGVbN4v_sinf_sse4): Likewise.
19513         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S
19514         (_ZGVdN8v_sinf_avx2): Likewise.
19515         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h (WRAPPER_IMPL_SSE2):
19516         Use JUMPTARGET to call callee.
19517         (WRAPPER_IMPL_SSE2_ff): Likewise.
19518         (WRAPPER_IMPL_SSE2_fFF): Likewise.
19519         (WRAPPER_IMPL_AVX): Likewise.
19520         (WRAPPER_IMPL_AVX_ff): Likewise.
19521         (WRAPPER_IMPL_AVX_fFF): Likewise.
19522         (WRAPPER_IMPL_AVX512): Likewise.
19523         (WRAPPER_IMPL_AVX512_ff): Likewise.
19524         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h (WRAPPER_IMPL_SSE2):
19525         Likewise.
19526         (WRAPPER_IMPL_SSE2_ff): Likewise.
19527         (WRAPPER_IMPL_SSE2_fFF): Likewise.
19528         (WRAPPER_IMPL_AVX): Likewise.
19529         (WRAPPER_IMPL_AVX_ff): Likewise.
19530         (WRAPPER_IMPL_AVX_fFF): Likewise.
19531         (WRAPPER_IMPL_AVX512): Likewise.
19532         (WRAPPER_IMPL_AVX512_ff): Likewise.
19533         (WRAPPER_IMPL_AVX512_fFF): Likewise.
19535 2016-03-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19537         * sysdeps/mach/hurd/openat.c (__openat): Add missing ellipsis.
19538         * resolv/gai_sigqueue.c (__gai_sigqueue): Add missing internal_function
19539         qualifier.
19540         * /rt/aio_sigqueue.c (__aio_sigqueue): Add missing attribute_hidden
19541         internal_function qualifiers.
19543 2016-03-15  Carlos O'Donell <carlos@redhat.com>
19545         * catgets/tst-catgets.c (do_bz17905): Mark result unused.
19546         * dlfcn/bug-dl-leaf-lib.c (check_val_fini): Mark ret unused.
19547         * math/atest-exp.c (exp_mpn): Mark chk unused.
19548         * math/atest-exp2.c (exp_mpn): Likewise.
19549         * sysdeps/arm/dl-machine.h (elf_machine_rela): Mark td unused.
19550         * sysdeps/i386/i686/dl-hash.h: Mark _dl_elf_hash unused.
19552 2016-03-15  Joseph Myers  <joseph@codesourcery.com>
19554         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PPOLL):
19555         Remove macro.
19556         * sysdeps/unix/sysv/linux/ppoll.c: Do not include
19557         <kernel-features.h>.
19558         [__NR_ppoll]: Make code unconditional.
19559         [!__ASSUME_PPOLL]: Remove conditional code.
19561         * sysdeps/unix/sysv/linux/kernel-features.h
19562         (__ASSUME_ACCEPT4_SYSCALL): Define unconditionally.
19563         (__ASSUME_ACCEPT4): Likewise.
19564         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19565         Define.
19566         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG):
19567         Likewise.
19568         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19569         Likewise.
19570         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG):
19571         Likewise.
19572         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h: Remove file.
19573         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: Likewise.
19574         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19575         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
19576         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
19577         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
19578         * sysdeps/unix/sysv/linux/arm/kernel-features.h
19579         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19580         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
19581         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
19582         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
19583         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
19584         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19585         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
19586         * sysdeps/unix/sysv/linux/i386/kernel-features.h
19587         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19588         Likewise.
19589         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19590         Likewise.
19591         (__ASSUME_ACCEPT4_SYSCALL): Undefine if [__LINUX_KERNEL_VERSION <
19592         0x040300] instead of defining if [__LINUX_KERNEL_VERSION >=
19593         0x040300].
19594         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19595         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
19596         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
19597         (__ASSUME_ACCEPT4_SYSCALL): Undefine if [__LINUX_KERNEL_VERSION <
19598         0x030300] instead of defining if [__LINUX_KERNEL_VERSION >=
19599         0x030300].
19600         [__LINUX_KERNEL_VERSION < 0x030300] (__ASSUME_ACCEPT4): Undefine.
19601         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
19602         (__ASSUME_ACCEPT4_SYSCALL): Undefine if [__LINUX_KERNEL_VERSION <
19603         0x040300] instead of defining if [__LINUX_KERNEL_VERSION >=
19604         0x040300].
19605         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19606         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
19607         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19608         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
19609         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19610         (__ASSUME_SENDMMSG_SYSCALL): Undefine if [__LINUX_KERNEL_VERSION <
19611         0x030300] instead of defining if [__LINUX_KERNEL_VERSION >=
19612         0x030300].
19613         * sysdeps/unix/sysv/linux/mips/kernel-features.h
19614         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
19615         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19616         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
19617         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
19618         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
19619         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19620         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
19621         * sysdeps/unix/sysv/linux/s390/kernel-features.h
19622         (__ASSUME_ACCEPT4_SYSCALL): Undefine if [__LINUX_KERNEL_VERSION <
19623         0x040300] instead of defining if [__LINUX_KERNEL_VERSION >=
19624         0x040300].
19625         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19626         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
19627         * sysdeps/unix/sysv/linux/sh/kernel-features.h
19628         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
19629         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19630         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
19631         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
19632         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
19633         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19634         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
19635         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19636         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
19637         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
19638         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
19639         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h
19640         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
19641         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
19642         Likewise.
19643         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
19644         Likewise.
19646 2016-03-15  Andreas Schwab  <schwab@suse.de>
19648         [BZ #19257]
19649         * resolv/res_init.c (__res_iclose): Use statp->nscount instead of
19650         statp->_u._ext.nscount as loop count.
19652 2016-03-14  Andreas Schwab  <schwab@linux-m68k.org>
19654         * math/test-signgam-finite-c99.c: Also #undef
19655         __LIBC_INTERNAL_MATH_INLINES.
19656         * math/test-signgam-main.c: Likewise.
19658 2016-03-14  Joseph Myers  <joseph@codesourcery.com>
19660         * bits/mman-linux.h [__USE_MISC] (MADV_FREE): New macro.
19661         * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
19662         (MADV_FREE): Likewise.
19663         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_HDRINCL): Likewise.
19664         * sysdeps/unix/sysv/linux/sys/epoll.h (enum EPOLL_EVENTS): Add
19665         EPOLLEXCLUSIVE.
19667 2016-03-14  Carlos O'Donell  <carlos@redhat.com>
19669         * timezone/README: Remove mention of checktab.awk. Mention wiki
19670         SharedSourceFiles.
19672 2016-03-13  Samuel Thibault  <samuel.thibault@ens-lyon.org
19674         * sysdeps/posix/waitid.c (OUR_WAITID): Test against WSTOPPED instead of
19675         WUNTRACED.
19677 2016-03-11  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
19679         * malloc/malloc.c (malloc_consolidate): Replace 0 by NULL in
19680         order to match the type of p when calling atomic_exchange_acq().
19682 2016-03-11  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19684         * sysdeps/powerpc/powerpc32/power4/memcmp.S (memcmp): Rearrange
19685         cfi_offset calls.
19686         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Likewise.
19687         * sysdeps/powerpc/powerpc32/power7/memcmp.S (memcmp): Likewise.
19688         * sysdeps/powerpc/powerpc64/power4/memcmp.S (memcmp): Likewise.
19689         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Likewise.
19690         * sysdeps/powerpc/powerpc64/power7/strstr.S (strstr): Likewise.
19692 2016-03-10  Carlos O'Donell  <carlos@redhat.com>
19694         * timezone/checktab.awk: Removed.
19696 2016-03-10  Joseph Myers  <joseph@codesourcery.com>
19698         * manual/math.texi (Errors in Math Functions): Document relaxed
19699         accuracy goals for IBM long double.
19700         * math/libm-test.inc (test_exceptions): Always allow spurious
19701         "underflow" and "inexact" exceptions for IBM long double.
19703 2016-03-10  H.J. Lu  <hongjiu.lu@intel.com>
19705         [BZ #19762]
19706         * sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h
19707         (EXTRA_LD_ENVVARS): Add _arch_ to index_*/bit_*.
19708         * sysdeps/x86/cpu-features.c (init_cpu_features): Likewise.
19709         * sysdeps/x86/cpu-features.h (bit_*): Renamed to ...
19710         (bit_arch_*): This for feature array.
19711         (bit_*): Renamed to ...
19712         (bit_cpu_*): This for cpu array.
19713         (index_*): Renamed to ...
19714         (index_arch_*): This for feature array.
19715         (index_*): Renamed to ...
19716         (index_cpu_*): This for cpu array.
19717         [__ASSEMBLER__] (HAS_FEATURE): Add and use field.
19718         [__ASSEMBLER__] (HAS_CPU_FEATURE)): Pass cpu to HAS_FEATURE.
19719         [__ASSEMBLER__] (HAS_ARCH_FEATURE)): Pass arch to HAS_FEATURE.
19720         [!__ASSEMBLER__] (HAS_CPU_FEATURE): Replace index_##name and
19721         bit_##name with index_cpu_##name and bit_cpu_##name.
19722         [!__ASSEMBLER__] (HAS_ARCH_FEATURE): Replace index_##name and
19723         bit_##name with index_arch_##name and bit_arch_##name.
19725 2016-03-09  Aurelien Jarno  <aurelien@aurel32.net>
19727         [BZ #19792]
19728         * sysdeps/unix/sysv/linux/mips/makecontext.S (__makecontext):
19729         Terminate FDE before return label.
19731 2016-03-09  Joseph Myers  <joseph@codesourcery.com>
19733         [BZ #19790]
19734         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c [USE_AS_NEARBYINTL]
19735         (rintl): Define as macro.
19736         [USE_AS_NEARBYINTL] (__rintl): Likewise.
19737         (__rintl) [USE_AS_NEARBYINTL]: Use SET_RESTORE_ROUND_NOEX instead
19738         of fesetround.  Ensure results are evaluated before end of scope.
19739         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Define
19740         USE_AS_NEARBYINTL and include s_rintl.c.
19741         * sysdeps/powerpc/fpu/fenv_private.h (libc_feholdsetround_ppc):
19742         Disable exception traps in new environment.
19743         (libc_feholdsetround_ppc_ctx): Likewise.
19745 2016-03-08  Roland McGrath  <roland@hack.frob.com>
19747         * sysdeps/x86_64/tst-audit10.c: #include <cpu-features.h>.
19748         * sysdeps/x86_64/tst-audit10-aux.c: Move audit_test extern decl ...
19749         (tst_audit10_aux) [__AVX512F__]: ... here.
19751 2016-03-08  Aurelien Jarno  <aurelien@aurel32.net>
19753         * include/sys/auxv.h: New file.
19755 2016-03-08  H.J. Lu  <hongjiu.lu@intel.com>
19757         [BZ #19759]
19758         * sysdeps/x86/bits/string.h (_HAVE_STRING_ARCH_mempcpy): New.
19760 2016-03-08  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
19762         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Remove use of %s
19763         operand modifier.
19764         (feclearexcept): Likewise.
19766 2016-03-08  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
19768         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Updated
19769         to reflect the entire 32-bit HWCAP.
19770         * sysdeps/powerpc/dl-procinfo.h: Code cleanup.
19771         (_DL_HWCAP_FIRST): Removed.  Replaced by 0 accordingly.
19773 2016-03-08  H.J. Lu  <hongjiu.lu@intel.com>
19775         [BZ #19783]
19776         * benchtests/Makefile (run-bench): Replace $(rtld-prefix) with
19777         $(test-via-rtld-prefix).
19778         ($(binaries-bench)): Replace $(+link) with $(+link-tests).
19780 2016-03-08  Florian Weimer  <fweimer@redhat.com>
19782         * sunrpc/key_call.c (key_call_keyenvoy): Use int status instead of
19783         union wait.  Report any non-zero exit status as error.
19785 2016-03-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
19787         * posix/tst-execvpe5.c (do_test): Fix fix test invocation when
19788         configured with --enable-hardcoded-path-in-tests.
19790 2016-03-08  Joseph Myers  <joseph@codesourcery.com>
19792         [BZ #19677]
19793         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c
19794         (__ieee754_remainderl): Put zero low parts in canonical form.
19795         * sysdeps/ieee754/ldbl-128ibm/test-fmodrem-ldbl-128ibm.c: New
19796         file.  Based on
19797         sysdeps/ieee754/ldbl-128ibm/test-fmodl-ldbl-128ibm.c.
19798         * sysdeps/ieee754/ldbl-128ibm/test-fmodl-ldbl-128ibm.c: Replace
19799         with wrapper round test-fmodrem-ldbl-128ibm.c.
19800         * sysdeps/ieee754/ldbl-128ibm/test-remainderl-ldbl-128ibm.c: New
19801         file.
19802         * sysdeps/ieee754/ldbl-128ibm/test-remquol-ldbl-128ibm.c:
19803         Likewise.
19804         * sysdeps/ieee754/ldbl-128ibm/Makefile (tests): Add
19805         test-remainderl-ldbl-128ibm and test-remquol-ldbl-128ibm.
19807 2016-03-07  Florian Weimer  <fweimer@redhat.com>
19809         [BZ #19610]
19810         * elf/ldconfig.c (opt_link): Update comment.
19811         (options): Update help string for option -X.
19812         (search_dir): Unlink stale symbolic link only if updating symbolic
19813         links.
19814         * elf/tst-ldconfig-X.sh: New file.
19815         * elf/Makefile (tests-special): Add tst-ldconfig-X.out.
19816         (tst-ldconfig-X.out): New rule to run tst-ldconfig-X.sh.
19818 2016-03-07  Andreas Schwab  <schwab@suse.de>
19820         * iconv/gconv_builtin.h ("=ascii->INTERNAL"): Correct min/max
19821         needed arguments.
19823 2016-03-07  Hongjiu Zhang  <noctuorare@gmail.com>
19825         [BZ #15333]
19826         * elf/sln.c (makesymlink): Change struct stat to stat64, and lstat
19827         to lstat64.
19829 2016-03-07  Florian Weimer  <fweimer@redhat.com>
19831         * libio/filedoalloc.c (isatty): Remove.
19832         (local_isatty): Add comment.  Call __isatty directly.
19833         (_IO_file_doallocate): Update comment.  Assume _LIBC.
19834         * libio/wfiledoalloc.c (isatty): Remove.
19835         (_IO_wfile_doallocate): Update comment.
19837 2016-03-07  Florian Weimer  <fweimer@redhat.com>
19839         [BZ #19269]
19840         * sysdeps/x86_64/Makefile (tst-audit4): Depend on
19841         tst-audit4-aux.o.
19842         (tst-audit10): Depend on tst-audit10-aux.o.
19843         (CFLAGS-tst-audit4-aux.c): Compile with AVX enabled.
19844         (CFLAGS-tst-audit10-aux.c): Compile with AVX512 enabled.
19845         * sysdeps/x86_64/tst-audit4.c (do_test): Call tst_audit4_aux
19846         instead of inline AVX code.
19847         * sysdeps/x86_64/tst-audit10.c (do_test): Call tst_audit10_aux
19848         instead of inline AVX512 code.
19849         * sysdeps/x86_64/tst-audit4-aux.c: New file
19850         * sysdeps/x86_64/tst-audit10-aux.c: New file
19852         [BZ #19648]
19853         * test-skeleton.c (main): Do not set RLIMIT_DATA.
19855 2016-03-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
19857         [BZ #14750]
19858         [BZ #10354]
19859         [BZ #18433]
19860         * include/sched.h (__clone): Add hidden prototype.
19861         (__clone2): Likewise.
19862         * include/unistd.h (__dup): Likewise.
19863         * posix/Makefile (tests): Add tst-spawn2.
19864         * posix/tst-spawn2.c: New file.
19865         * sysdeps/posix/dup.c (__dup): Add hidden definition.
19866         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Likewise.
19867         * sysdeps/unix/sysv/linux/alpha/clone.S (__clone): Likewise.
19868         * sysdeps/unix/sysv/linux/arm/clone.S (__clone): Likewise.
19869         * sysdeps/unix/sysv/linux/hppa/clone.S (__clone): Likewise.
19870         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Likewise.
19871         * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone): Likewise.
19872         * sysdeps/unix/sysv/linux/m68k/clone.S (__clone): Likewise.
19873         * sysdeps/unix/sysv/linux/microblaze/clone.S (__clone): Likewise.
19874         * sysdeps/unix/sysv/linux/mips/clone.S (__clone): Likewise.
19875         * sysdeps/unix/sysv/linux/nios2/clone.S (__clone): Likewise.
19876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone):
19877         Likewise.
19878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
19879         Likewise.
19880         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (__clone): Likewise.
19881         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Likewise.
19882         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Likewise.
19883         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Likewise.
19884         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): Likewise.
19885         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Likewise.
19886         * sysdeps/unix/sysv/linux/x86_64/clone.S (__clone): Likewise.
19887         * sysdeps/unix/sysv/linux/nptl-signals.h
19888         (____nptl_is_internal_signal): New function.
19889         * sysdeps/unix/sysv/linux/spawni.c: New file.
19891         * posix/execvpe.c (__execvpe): Remove dynamic allocation.
19892         * posix/Makefile (tests): Add tst-execvpe{1,2,3,4,5,6}.
19893         * posix/tst-execvp1.c (do_test): Use a macro to call execvp.
19894         * posix/tst-execvp2.c (do_test): Likewise.
19895         * posix/tst-execvp3.c (do_test): Likewise.
19896         * posix/tst-execvp4.c (do_test): Likewise.
19897         * posix/tst-execvpe1.c: New file.
19898         * posix/tst-execvpe2.c: Likewise.
19899         * posix/tst-execvpe3.c: Likewise.
19900         * posix/tst-execvpe4.c: Likewise.
19901         * posix/tst-execvpe5.c: Likewise.
19902         * posix/tst-execvpe6.c: Likewise.
19904         [BZ #19534]
19905         * posix/execl.c (execl): Remove dynamic memory allocation.
19906         * posix/execle.c (execle): Likewise.
19907         * posix/execlp.c (execlp): Likewise.
19909 2016-03-06  H.J. Lu  <hongjiu.lu@intel.com>
19911         * sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S:
19912         Replace .text with .text.avx512.
19913         * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S:
19914         Likewise.
19916 2016-03-07  Aurelien Jarno  <aurelien@aurel32.net>
19918         * sysdeps/generic/libnsl.abilist: New file.
19919         * sysdeps/generic/libutil.abilist: New file.
19921 2016-03-06  H.J. Lu  <hongjiu.lu@intel.com>
19923         [BZ #19762]
19924         * sysdeps/i386/i686/multiarch/bcopy.S (bcopy): Use
19925         HAS_ARCH_FEATURE with Fast_Rep_String.
19926         * sysdeps/i386/i686/multiarch/bzero.S (__bzero): Likewise.
19927         * sysdeps/i386/i686/multiarch/memcpy.S (memcpy): Likewise.
19928         * sysdeps/i386/i686/multiarch/memcpy_chk.S (__memcpy_chk):
19929         Likewise.
19930         * sysdeps/i386/i686/multiarch/memmove_chk.S (__memmove_chk):
19931         Likewise.
19932         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy): Likewise.
19933         * sysdeps/i386/i686/multiarch/mempcpy_chk.S (__mempcpy_chk):
19934         Likewise.
19935         * sysdeps/i386/i686/multiarch/memset.S (memset): Likewise.
19936         * sysdeps/i386/i686/multiarch/memset_chk.S (__memset_chk):
19937         Likewise.
19939 2016-03-04  H.J. Lu  <hongjiu.lu@intel.com>
19941         [BZ #19745]
19942         * sysdeps/x86_64/crti.S (_init): Replace PREINIT_FUNCTION@PLT
19943         with *%rax in call.
19945 2016-03-04  H.J. Lu  <hongjiu.lu@intel.com>
19947         [BZ #19745]
19948         * sysdeps/x86_64/start.S (_start): Replace __libc_start_main@PLT
19949         with *__libc_start_main@GOTPCREL(%rip) in call.
19951 2016-03-04  Roland McGrath  <roland@hack.frob.com>
19953         * Makefile (tests-special): Add $(objpfx)c++-types-check.out only
19954         inside conditional for nonempty $(CXX).
19956         * math/Makefile (tests): Add test-math-isinff only if $(CXX) is
19957         nonempty.
19959         * Makefile ($(objpfx)c++-types-check.out): Fix conditionalization
19960         to test for empty $(CXX) rather than $(CXX) of "no".
19962 2016-03-04  H.J. Lu  <hongjiu.lu@intel.com>
19964         * sysdeps/x86_64/Makefile (sysdep_noprof): Add comments.
19966 2016-03-04  Amit Pawar  <Amit.Pawar@amd.com>
19967             H.J. Lu  <hongjiu.lu@intel.com>
19969         [BZ #18880]
19970         * sysdeps/x86_64/multiarch/memcpy.S: Check Fast_Unaligned_Load,
19971         instead of Slow_BSF, and also check for Fast_Copy_Backward to
19972         enable __memcpy_ssse3_back.
19974 2016-03-03  H.J. Lu  <hongjiu.lu@intel.com>
19976         [BZ #19758]
19977         * sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h
19978         (EXTRA_LD_ENVVARS): Or in bit_Prefer_MAP_32BIT_EXEC.
19980 2016-03-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
19982         [BZ #19490]
19983         * sysdeps/x86_64/_mcount.S (_mcount): Add unwind descriptor.
19984         (__fentry__): Likewise.
19986 2016-03-03  H.J. Lu  <hongjiu.lu@intel.com>
19988         * gmon/Makefile (noprof): Add $(sysdep_noprof).
19989         * sysdeps/x86_64/Makefile (sysdep_noprof): Add _mcount.
19991 2016-03-01  H.J. Lu  <hongjiu.lu@intel.com>
19993         * sysdeps/x86_64/_mcount.S (C_LABEL(_mcount)): Call
19994         __mcount_internal directly.
19995         (C_LABEL(__fentry__)): Likewise.
19996         * sysdeps/x86_64/setjmp.S __sigsetjmp): Call __sigjmp_save
19997         directly.
19999 2016-03-01  H.J. Lu  <hongjiu.lu@intel.com>
20001         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
20002         (__start_context): Call __setcontext directly.
20004 2016-02-26  Joseph Myers  <joseph@codesourcery.com>
20006         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
20007         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
20008         [__LINUX_KERNEL_VERSION >= 0x030200]: Likewise.
20009         [__LINUX_KERNEL_VERSION < 0x020621]: Remove conditional code.
20010         * sysdeps/unix/sysv/linux/arm/kernel-features.h
20011         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
20012         [__LINUX_KERNEL_VERSION >= 0x020624]: Likewise.
20013         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
20014         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
20015         [__LINUX_KERNEL_VERSION >= 0x020622]: Likewise.
20016         [__LINUX_KERNEL_VERSION >= 0x030100]: Likewise.
20017         [__LINUX_KERNEL_VERSION < 0x020625]: Remove conditional code.
20018         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
20019         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
20020         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
20021         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
20022         [__LINUX_KERNEL_VERSION < 0x030000]: Remove conditional code.
20023         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
20024         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
20025         [__LINUX_KERNEL_VERSION < 0x020621]: Remove conditional code.
20026         [__LINUX_KERNEL_VERSION < 0x020625]: Likewise.
20027         * sysdeps/unix/sysv/linux/mips/kernel-features.h
20028         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
20029         [__LINUX_KERNEL_VERSION >= 0x030100]: Likewise.
20030         [_MIPS_SIM == _ABIN32 && __LINUX_KERNEL_VERSION < 0x020623]:
20031         Remove conditional code.
20032         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
20033         [__LINUX_KERNEL_VERSION >= 0x020625]: Make code unconditional.
20034         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
20035         * sysdeps/unix/sysv/linux/sh/kernel-features.h
20036         [__LINUX_KERNEL_VERSION >= 0x020625]: Likewise.
20037         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
20038         [__LINUX_KERNEL_VERSION < 0x020625]: Remove conditional code.
20039         * sysdeps/unix/sysv/linux/sparc/kernel-features.h
20040         [__LINUX_KERNEL_VERSION >= 0x020621]: Make code unconditional.
20041         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
20042         * sysdeps/unix/sysv/linux/tile/kernel-features.h
20043         [__LINUX_KERNEL_VERSION >= 0x030000]: Likewise.
20045 2016-02-24  Marko Myllynen  <myllynen@redhat.com>
20047         * NEWS (2.23): Fix typo in bug 19048 text.
20049 2016-02-24  Carlos O'Donell  <carlos@redhat.com>
20051         [BZ #14259]
20052         * Makeconfig: Rename msgcatdir to localedir.
20053         Rename inst_msgcatdir to inst_localedir.
20054         * catgets/Makefile (catgets-CPPFLAGS): Use localedir.
20055         * config.make.in: Add localedir.
20056         * elf/Makefile ($(objpfx)sotruss): Use localedir.
20057         (ldd-rewrite): Likewise.
20058         * intl/Makefile: Rename inst_msgcatdir to inst_localedir.
20059         (install-others): Use inst_localedir.
20060         (CPPFLAGS): Use localedir.
20061         * locale/Makefile (locale-CPPFLAGS): Likewise.
20062         * po/Makefile (mo-installed): Use inst_localedir.
20064         [BZ #19575]
20065         * localedata/charmaps/GB18030: Update comments regarding PAU to
20066         non-PUA mappings.
20068 2016-02-24  Joseph Myers  <joseph@codesourcery.com>
20070         * sysdeps/unix/sysv/linux/configure.ac (linux/fanotify.h): Do not
20071         test for header.
20072         * sysdeps/unix/sysv/linux/configure: Regenerated.
20073         * config.h.in (HAVE_LINUX_FANOTIFY_H): Remove #undef.
20074         * sysdeps/unix/sysv/linux/tst-fanotify.c [!HAVE_LINUX_FANOTIFY_H]:
20075         Remove conditional code.
20076         [HAVE_LINUX_FANOTIFY_H]: Make code unconditional.
20078         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
20079         Define to 3.2.0.
20080         (arch_minimum_kernel): Likewise.
20081         * sysdeps/unix/sysv/linux/configure: Regenerated.
20082         * sysdeps/unix/sysv/linux/i386/configure.ac (arch_minimum_kernel):
20083         Define to 2.6.32.
20084         * sysdeps/unix/sysv/linux/i386/configure: Regenerated.
20085         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac
20086         (arch_minimum_kernel): Define to 2.6.32.
20087         * sysdeps/unix/sysv/linux/x86_64/64/configure: Regenerated.
20088         * README: Document Linux 3.2 requirement.
20089         * manual/install.texi (Linux): Document Linux 3.2 headers
20090         requirement.
20091         * INSTALL: Regenerated.
20093 2016-02-24  Andreas Schwab  <schwab@suse.de>
20095         * math/test-math-isinff.cc (do_test): Only call isinfl and isnanl
20096         if !NO_LONG_DOUBLE.
20098 2016-02-22  Roland McGrath  <roland@hack.frob.com>
20100         * sysdeps/arm/nacl/libc.abilist (GLIBC_2.23): Add GLIBC_2.23,
20101         fts64_children, fts64_close, fts64_open, fts64_read and fts64_set.
20103 2016-02-22  Dmitry V. Levin  <ldv@altlinux.org>
20105         [BZ #19512]
20106         * config.h.in (HAVE_BUILTIN_EXPECT): New macro.
20108 2016-02-22  Stefan Liebler  <stli@linux.vnet.ibm.com>
20110         * posix/tst-dir.c: Include libc-internal.h.
20112 2016-02-20  Florian Weimer  <fweimer@redhat.com>
20114         [BZ #19056]
20115         * dirent/dirent.h (readdir_r, readdir64_r): Mark as deprecated.
20116         * manual/filesys.texi (Reading/Closing Directory): Mention
20117         deprecaion.
20118         * posix/tst-dir.c (main): Disable deprecation warning in test.
20120 2016-02-19  H.J. Lu  <hongjiu.lu@intel.com>
20122         [BZ #19679]
20123         * sysdeps/x86_64/dl-trampoline.S (DL_RUNIME_UNALIGNED_VEC_SIZE):
20124         Renamed to ...
20125         (DL_RUNTIME_UNALIGNED_VEC_SIZE): This.  Set to 8.
20126         (DL_RUNIME_RESOLVE_REALIGN_STACK): Renamed to ...
20127         (DL_RUNTIME_RESOLVE_REALIGN_STACK): This.  Updated.
20128         (DL_RUNIME_RESOLVE_REALIGN_STACK): Renamed to ...
20129         (DL_RUNTIME_RESOLVE_REALIGN_STACK): This.
20130         * sysdeps/x86_64/dl-trampoline.h
20131         (DL_RUNIME_RESOLVE_REALIGN_STACK): Renamed to ...
20132         (DL_RUNTIME_RESOLVE_REALIGN_STACK): This.
20134 2016-02-19  Mark Wielaard  <mjw@redhat.com>
20136         * elf/elf.h: Add NT_ARM_SYSTEM_CALL.
20138 2016-02-19  Mark Wielaard  <mjw@redhat.com>
20140         * elf/elf.h (R_386_GOT32X): New.
20141         (R_386_NUM): Update.
20142         (R_X86_64_GOTPCRELX: New.
20143         (R_X86_64_REX_GOTPCRELX): New.
20144         (R_X86_64_NUM): Update.
20146 2016-02-19  Mike Frysinger  <vapier@gentoo.org>
20148         * test-skeleton.c (TIMEOUT): Change to 20 and adjust comment.
20150 2016-02-19  Carlos O'Donell  <carlos@systemhalted.org>
20152         * nptl/allocatestack.c (allocate_stack): Declare new stackaddr,
20153         assign attr->stackaddr to it, and adjust it down when
20154         _STACK_GROWS_UP.  Change all attr->stackaddr to stackaddr.
20155         [_STACK_GROWS_UP]: Delete assert.
20156         * nptl/pthread_create.c (START_THREAD_DEFN) [!_STACK_GROWS_DOWN]:
20157         Implement stack grows up logic.
20158         * nptl/pthread_getattr_np.c (pthread_getattr_np): Implement
20159         stack grows up logic.
20161 2016-02-19  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
20163         * NEWS: Update with 2.24 template.
20165 2016-02-19  Joseph Myers  <joseph@codesourcery.com>
20167         [BZ #19678]
20168         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
20169         Ensure +0.0 is returned when taking the next value below the least
20170         positive value.
20172 2016-02-19  Florian Weimer  <fweimer@redhat.com>
20174         * sysdeps/generic/malloc-machine.h: Assume mutex_init is always
20175         available.  Do not define NO_THREADS.
20176         * malloc/malloc.c: Do not check NO_THREADS.
20177         * malloc/arena.c: Likewise.
20179 2016-02-19  Florian Weimer  <fweimer@redhat.com>
20181         * malloc/malloc.c (__libc_mallinfo): Update comment.
20182         (struct malloc_par): Remove max_total_mem member, it was always 0.
20183         (int_mallinfo): Store 0 into usmblks (no functional change).
20184         * malloc/hooks.c (struct malloc_state): Document that
20185         max_total_mem is always 0.
20186         * malloc/malloc.h (struct mallinfo): Dcoument that usmblks is
20187         always 0.
20188         * manual/memory.texi (Statistics of Malloc): Likewise.
20190 2016-02-19  Florian Weimer  <fweimer@redhat.com>
20192         * malloc/malloc.c (sysmalloc): Do not update arena_max.
20193         * malloc/arena.c (arena_max): Remove.
20194         (heap_trim, _int_new_arena): Do not update arena_max.
20196 2016-02-19  Florian Weimer  <fweimer@redhat.com>
20198         * resolv/res_init.c (res_ninit): Update comment.
20200 2016-02-19  Florian Weimer  <fweimer@redhat.com>
20202         [BZ #19505]
20203         * posix/spawn_int.h: Add headers and include guard.
20204         (__spawn_valid_fd): New function.
20205         * posix/spawn_faction_addopen.c
20206         (posix_spawn_file_actions_addopen): Use __spawn_valid_fd.
20207         * posix/spawn_faction_addclose.c
20208         (posix_spawn_file_actions_addclose): Likewise.
20209         * posix/spawn_faction_adddup2.c
20210         (posix_spawn_file_actions_adddup2): Likewise.  Add check for
20211         second file descriptor.
20212         * posix/spawn_valid_fd.c: New file.
20213         * posix/tst-posix_spawn-fd.c: New file.
20214         * posix/Makefile (routines): Add spawn_valid_fd.
20215         (tests): Add tst-posix_spawn-fd.
20217 2016-02-19  Florian Weimer  <fweimer@redhat.com>
20219         * malloc/tst-malloc-thread-exit.c: Include test-skeleton.c early.
20220         (do_test): Limit the number of arenas, so that we can use fewer
20221         outer threads.  Limit timeout to 3 seconds, in preparation for a
20222         larger TIMEOUT value.
20224 2016-02-19  Joseph Myers  <joseph@codesourcery.com>
20226         [BZ #19674]
20227         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Include
20228         sign in overflowing and underflowing results when overflow or
20229         underflow is detected early.  Include sign in result before rather
20230         than after scaling.
20232         [BZ #19603]
20233         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c
20234         (__ieee754_remainderl): Adjust sign of integer version of low part
20235         when taking absolute value of high part.
20236         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20237         * math/libm-test.inc (remainder_test_data): Add another test.
20238         (remquo_test_data): Likewise.
20240 2016-02-18  Joseph Myers  <joseph@codesourcery.com>
20242         [BZ #19602]
20243         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Handle
20244         equal high parts and both low parts zero specially.
20245         * sysdeps/ieee754/ldbl-128ibm/test-fmodl-ldbl-128ibm.c: New test.
20246         * sysdeps/ieee754/ldbl-128ibm/Makefile [$(subdir) = math] (tests):
20247         Add test-fmodl-ldbl-128ibm.
20249         [BZ #19595]
20250         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Use
20251         common logic for all cases of shifting subnormal results.  Do not
20252         insert sign bit in shifted mantissa.  Always pass -1023 as biased
20253         exponent to ldbl_insert_mantissa in subnormal case.
20255         [BZ #19594]
20256         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c (__roundl): Use __round
20257         on high and low parts then adjust result and use
20258         ldbl_canonicalize_int if needed.
20260         [BZ #19593]
20261         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c (__truncl): Use __trunc
20262         on high part and __floor or __ceil on low part then use
20263         ldbl_canonicalize_int if needed.
20265         [BZ #19592]
20266         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c (__ceill): Use __ceil on
20267         high and low parts then use ldbl_canonicalize_int if needed.
20269         [BZ #17899]
20270         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_canonicalize_int):
20271         New function.
20272         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c (__floorl): Use __floor
20273         on high and low parts then use ldbl_canonicalize_int if needed.
20275 2016-02-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
20277         * configure: Regenerated.
20279         * po/libc.pot: Regenerated.
20281         * po/be.po: Updated translation.
20282         * po/bg.po: Likewise.
20283         * po/ca.po: Likewise.
20284         * po/cs.po: Likewise.
20285         * po/da.po: Likewise.
20286         * po/el.po: Likewise.
20287         * po/eo.po: Likewise.
20288         * po/es.po: Likewise.
20289         * po/fi.po: Likewise.
20290         * po/fr.po: Likewise.
20291         * po/gl.po: Likewise.
20292         * po/hr.po: Likewise.
20293         * po/hu.po: Likewise.
20294         * po/ia.po: Likewise.
20295         * po/id.po: Likewise.
20296         * po/it.po: Likewise.
20297         * po/ja.po: Likewise.
20298         * po/lt.po: Likewise.
20299         * po/nb.po: Likewise.
20300         * po/nl.po: Likewise.
20301         * po/pt_BR.po: Likewise.
20302         * po/rw.po: Likewise.
20303         * po/sk.po: Likewise.
20304         * po/sl.po: Likewise.
20305         * po/sv.po: Likewise.
20306         * po/tr.po: Likewise.
20307         * po/zh_CN.po: Likewise.
20308         * po/zh_TW.po: Likewise.
20310         * version.h (RELEAES): Set to "development".
20311         (VERSION): Set to 2.23.90.
20313         * version.h (RELEASE): Set to "stable".
20314         (VERSION): Set to 2.23.
20315         * include/feature.h (__GLIBC_MINOR__): Set to 23.
20317         * NEWS: Updated fixed bugs.
20319 2016-02-18  H.J. Lu  <hongjiu.lu@intel.com>
20320             Wilco Dijkstra  <wdijkstr@arm.com>
20322         [BZ #19462]
20323         * bits/string.h (_STRING_ARCH_unaligned): Renamed to ...
20324         (_STRING_INLINE_unaligned): This.
20325         * include/string.h: Include <string_private.h>.
20326         * string/bits/string2.h: Replace _STRING_ARCH_unaligned with
20327         _STRING_INLINE_unaligned.
20328         * sysdeps/aarch64/bits/string.h (_STRING_ARCH_unaligned): Removed.
20329         (_STRING_INLINE_unaligned): New.
20330         * sysdeps/aarch64/string_private.h: New file.
20331         * sysdeps/generic/string_private.h: Likewise.
20332         * sysdeps/m68k/m680x0/m68020/string_private.h: Likewise.
20333         * sysdeps/s390/string_private.h: Likewise.
20334         * sysdeps/x86/string_private.h: Likewise.
20335         * sysdeps/m68k/m680x0/m68020/bits/string.h
20336         (_STRING_ARCH_unaligned): Renamed to ...
20337         (_STRING_INLINE_unaligned): This.
20338         * sysdeps/s390/bits/string.h (_STRING_ARCH_unaligned): Renamed
20339         to ...
20340         (_STRING_INLINE_unaligned): This.
20341         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Renamed
20342         to ...
20343         (_STRING_INLINE_unaligned): This.
20344         * sysdeps/x86/bits/string.h (_STRING_ARCH_unaligned): Renamed
20345         to ...
20346         (_STRING_INLINE_unaligned): This.
20348 2016-02-17  Andrew Senkevich  <andrew.senkevich@intel.com>
20349             H.J. Lu  <hongjiu.lu@intel.com>
20351         [BZ #19590]
20352         * sysdeps/x86_64/fpu/svml_finite_alias.S (ALIAS_IMPL): Use PIC
20353         relocation.
20355 2016-02-15  Carlos O'Donell  <carlos@redhat.com>
20357         [BZ #18665]
20358         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Always set
20359         *herrno_p.
20360         (gaih_getanswer): Document functional behviour. Return tryagain
20361         if any result is tryagain.
20362         * resolv/res_query.c (__libc_res_nsearch): Set buffer size to zero
20363         when freed.
20364         * resolv/res_send.c: Add copyright text.
20365         (__libc_res_nsend): Document that MAXPACKET is expected.
20366         (send_vc): Document. Remove buffer reuse.
20367         (send_dg): Document. Remove buffer reuse. Set *thisanssizp to set the
20368         size of the buffer. Add Dprint for truncated UDP buffer.
20370 2016-02-14  Carlos O'Donell  <carlos@redhat.com>
20372         * manual/install.texi: Latest tested is GCC 5.3, texinfo 6.0, gawk
20373         4.1.3, and sed 4.2.2. Remove po2test.sed comments.
20374         * INSTALL: Regenerate.
20376 2016-02-14  Jakub Jelinek  <jakub@redhat.com>
20377             Jonathan Wakely  <jwakely@redhat.com>
20378             Carlos O'Donell  <carlos@redhat.com>
20380         [BZ 19439]
20381         * math/Makefile (tests): Add test-math-isinff.
20382         (CFLAGS-test-math-isinff.cc): Use -std=gnu++11.
20383         * math/bits/mathcalls.h [__USE_MISC]: Use
20384         '|| __MATH_DECLARING_DOUBLE == 0' to relax definition of
20385         functions not in C++11 and which don't conflict e.g. isinff,
20386         isinfl etc.
20387         * math/test-math-isinff.cc: New file.
20389 2016-02-12  Florian Weimer  <fweimer@redhat.com>
20391         * misc/bug18240.c (do_test): Set RLIMIT_AS.
20393 2016-02-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
20395         [BZ #19529]
20396         * stdlib/Makefile (CFLAGS-tst-makecontext.c): Add -funwind-tables.
20398 2016-02-04  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20400         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
20402 2016-02-01  Joseph Myers  <joseph@codesourcery.com>
20404         [BZ #19550]
20405         * sysdeps/unix/sysv/linux/mips/mips32/mmap.c: New file.
20406         * sysdeps/unix/sysv/linux/mips/mips64/mmap64.c: Move to ....
20407         * sysdeps/unix/sysv/linux/mips/mips64/n64/mmap64.c: ... here.
20408         * sysdeps/unix/sysv/linux/mips/mips64/n32/mmap.c: New file.
20409         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (mmap64):
20410         New syscall entry.
20411         * sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list (mmap):
20412         New syscall entry.
20413         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (mmap): Remove
20414         syscall entry.
20416 2016-01-27  Paul Eggert  <eggert@cs.ucla.edu>
20418         [BZ #18240]
20419         * misc/hsearch_r.c (isprime, __hcreate_r): Protect against
20420         unsigned int wraparound.
20422 2016-01-27  Florian Weimer  <fweimer@redhat.com>
20424         [BZ #18240]
20425         * misc/bug18240.c: New test.
20426         * misc/Makefile (tests): Add it.
20428 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
20429             Joseph Myers  <joseph@codesourcery.com>
20431         * sysdeps/mips/memcpy.S (MEMCPY_NAME) [USE_DOUBLE]: Avoid word
20432         load in branch delay slot when less than a word of input left.
20434 2016-01-27  Andreas Schwab  <schwab@suse.de>
20436         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (half): Remove.
20437         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (maxlog, big): Remove.
20438         * sysdeps/powerpc/fpu/s_cosf.c (one): Remove.
20439         * sysdeps/powerpc/fpu/e_hypotf.c (two30): Remove.
20441 2016-01-26  David S. Miller  <davem@davemloft.net>
20443         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Add _Q_cmp.
20445 2016-01-25  David S. Miller  <davem@davemloft.net>
20447         * sysdeps/sparc/sparc32/Versions (GLIBC_2.23): Add entry for
20448         __sqrtl_finite.
20449         * sysdeps/sparc/sparc32/fpu/e_sqrtl.c (__sqrtl_finite): Define
20450         instead using versioned_symbol.
20451         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Fix ordering
20452         of entries.
20454         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Move
20455         __sqrtl_finite to GLIBC_2.23
20457 2016-01-25  Ricchard Henderson  <rth@redhat.com>
20459         * sysdeps/alpha/fpu/libm-test-ulps: Update.
20461 2016-01-25  Andreas Schwab  <schwab@suse.de>
20463         [BZ #17514]
20464         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock)
20465         <case PTHREAD_MUTEX_ERRORCHECK_NP>: Don't do lock elision.
20466         * nptl/Makefile (tests): Add tst-mutex-errorcheck.
20467         * nptl/tst-mutex-errorcheck.c: New file.
20469 2016-01-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
20471         [BZ #18560]
20472         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h (__ipc): Remove.
20473         (IPCOP_semop): Likewise.
20474         (IPCOP_semget): Likewise.
20475         (IPCOP_semctl): Likewise.
20476         (IPCOP_msgsnd): Likewise.
20477         (IPCOP_msgrcv): Likewise.
20478         (IPCOP_msgget): Likewise.
20479         (IPCOP_msgctl): Likewise.
20480         (IPCOP_shmat): Likewise.
20481         (IPCOP_shmdt): Likewise.
20482         (IPCOP_shmget): Likewise.
20483         (IPCOP_shmctl): Likewise.
20485 2016-01-22  Stefan Liebler  <stli@linux.vnet.ibm.com>
20487         * string/tst-endian.c: Include <libc-internal.h>.
20488         (do_test): Ignore tautological-compare warnings around
20489         "htobeXX (beXXtoh (i)) != i" and
20490         "htoleXX (leXXtoh (i)) != i" if-statements.
20492 2016-01-24  David S. Miller  <davem@davemloft.net>
20494         * sysdeps/sparc/sparc32/fpu/e_sqrtl.c: New file.
20495         * sysdeps/sparc/sparc32/soft-fp/q_sqrt.c (__ieee754_sqrtl): Remove
20496         alias.
20497         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Add
20498         __sqrtl_finite.
20500         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20502 2016-01-25  Maciej W. Rozycki  <macro@imgtec.com>
20504         * sysdeps/unix/sysv/linux/mips/configure.ac: Set
20505         `arch_minimum_kernel' to 4.5.0 if 2008 NaN encoding is used.
20506         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
20508 2016-01-22  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
20510         * nptl/tst-setuid3.c (is_invalid_barrier_ret): New function.
20511         (thread_func): Use new function to simplify barrier check.
20512         (do_test): Use new function to simplify checking barrier exit
20513         code, and actually join the child thread.
20515 2016-01-22  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
20517         * sysdeps/unix/sysv/linux/powerpc/htm.h (__libc_tbegin): Remove
20518         semicolon.
20519         (__libc_tend): Likewise.
20520         (__libc_tabort): Likewise.
20522 2016-01-22  Chung-Lin Tang  <cltang@codesourcery.com>
20524         * sysdeps/nios2/libm-test-ulps: Update.
20525         * sysdeps/unix/sysv/linux/nios2/localplt.data (__gtdf2): Add.
20526         (__gtsf2): Likewise.
20527         (__unorddf2): Likewise.
20528         (__unordsf2): Likewise.
20529         (__ledf2): Likewise.
20531 2016-01-20  Chris Metcalf  <cmetcalf@ezchip.com>
20533         * nis/nis_table.c (__follow_path): Disable diagnostic for
20534         uninitialized variable that is a false positive for gcc 4.7.
20535         * stdio-common/vfscanf.c (_IO_vfwscanf): Likewise.
20537 2016-01-20  Roland McGrath  <roland@hack.frob.com>
20539         * sysdeps/nacl/lowlevellock-futex.h
20540         (lll_futex_wait, lll_futex_timed_wait, lll_futex_wake):
20541         Always evaluate PRIVATE argument.
20543 2016-01-20  Paul Pluzhnikov  <ppluzhnikov@google.com>
20545         [BZ #19490]
20546         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
20547         (pthread_cond_broadcast): Use ENTRY/END
20548         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S
20549         (pthread_cond_signal): Likewise.
20550         * sysdeps/x86_64/nptl/pthread_spin_lock.S (pthread_spin_lock):
20551         Likewise.
20552         * sysdeps/x86_64/nptl/pthread_spin_trylock.S (pthread_spin_trylock):
20553         Likewise.
20554         * sysdeps/x86_64/nptl/pthread_spin_unlock.S (pthread_spin_unlock):
20555         Likewise.
20557 2016-01-20  Joseph Myers  <joseph@codesourcery.com>
20559         * sysdeps/ieee754/dbl-64/s_finite.c
20560         [NO_LONG_DOUBLE && LDBL_CLASSIFY_COMPAT] (__finitel): Define
20561         compat symbol at version GLIBC_2_1 and use GLIBC_2_1 in
20562         SHLIB_COMPAT condition for libm, not GLIBC_2_0.
20563         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c
20564         [NO_LONG_DOUBLE && LDBL_CLASSIFY_COMPAT] (__finitel): Likewise.
20566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data
20567         (__gtsf2): Add as optional for libc.so.
20568         (__unordsf2): Likewise.
20569         (__signbit): Remove for libc.so.
20570         (__signbitl): Likewise.
20572 2016-01-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
20574         * iconvdata/bug-iconv11.c (test_ibm93x):
20575         Use %zu printf format specifier for size_t argument.
20577 2016-01-19  Joseph Myers  <joseph@codesourcery.com>
20579         * math/gen-libm-test.pl (parse_ulps): Do not reduce
20580         already-recorded ulps.
20581         * sysdeps/arm/libm-test-ulps: Regenerated.
20582         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
20583         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
20584         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
20586 2016-01-19  Andrew Senkevich  <andrew.senkevich@intel.com>
20587             Paul Pluzhnikov  <ppluzhnikov@google.com>
20589         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Fixed build with
20590         assembler not supporting AVX-512.
20592 2016-01-18  Stefan Liebler  <stli@linux.vnet.ibm.com>
20594         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
20596 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
20598         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
20599         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
20601         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20603         * sysdeps/arm/libm-test-ulps: Regenerated.
20605 2016-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
20607         [BZ #19451]
20608         * math/Makefile (libm-vec-tests): Move libraries after wrappers.o
20610 2016-01-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
20612         [BZ #19486]
20613         * sysdeps/s390/fix-fp-int-convert-overflow.h: New File.
20614         * sysdeps/generic/fix-fp-int-convert-overflow.h
20615         (FIX_LDBL_LONG_CONVERT_OVERFLOW,
20616         FIX_LDBL_LLONG_CONVERT_OVERFLOW): New define.
20617         * sysdeps/arm/fix-fp-int-convert-overflow.h: Likewise.
20618         * sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h:
20619         Likewise.
20620         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl):
20621         Avoid conversions to long int where inexact exceptions
20622         could be raised.
20623         * sysdeps/ieee754/ldbl-128/s_lroundl.c (__lroundl):
20624         Likewise.
20625         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl):
20626         Avoid conversions to long long int where inexact exceptions
20627         could be raised.
20628         * sysdeps/ieee754/ldbl-128/s_llroundl.c (__llroundl):
20629         Likewise.
20631 2016-01-17  Mike Frysinger  <vapier@gentoo.org>
20633         * configure.ac: Rewrite error comment and use AC_MSG_ERROR.
20634         * configure: Regenerated.
20636 2016-01-16  Andrew Senkevich  <andrew.senkevich@intel.com>
20638         * sysdeps/x86_64/multiarch/memcpy_chk.S: Fixed typos.
20640 2016-01-16  Mike Frysinger  <vapier@gentoo.org>
20642         * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MCL_ONFAULT): Move
20643         outside of comment.
20645 2016-01-15  Torvald Riegel  <triegel@redhat.com>
20647         * nptl/tst-barrier1.c: Add description on first line.
20648         * nptl/tst-barrier2.c: Likewise.
20649         * nptl/tst-barrier3.c: Likewise.
20650         * nptl/tst-barrier4.c: Likewise.
20651         * nptl/tst-barrier5.c: Likewise.
20653 2016-01-15  Torvald Riegel  <triegel@redhat.com>
20655         [BZ #18868]
20656         * nptl/pthread_barrier_init.c (__pthread_barrier_init): Apply fix.
20658 2016-01-16  Andrew Senkevich  <andrew.senkevich@intel.com>
20660         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Added new files.
20661         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Added new tests.
20662         * sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S: New file.
20663         * sysdeps/x86_64/multiarch/mempcpy-avx512-no-vzeroupper.S: Likewise.
20664         * sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S: Likewise.
20665         * sysdeps/x86_64/multiarch/memcpy.S: Added new IFUNC branch.
20666         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
20667         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
20668         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
20669         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
20670         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
20672 2016-01-15  Torvald Riegel  <triegel@redhat.com>
20674         [BZ #13065]
20675         * nptl/pthread_barrier_wait.c (__pthread_barrier_wait): Replace with
20676         new implementation.
20677         * nptl/pthread_barrier_destroy.c (pthread_barrier_destroy): Likewise.
20678         * nptl/pthread_barrier_init.c (__pthread_barrier_init): Adapt.
20679         * sysdeps/nptl/internaltypes.h (pthread_barrier): Adapt.
20680         (BARRIER_IN_THRESHOLD): New macro.
20681         * nptl/pthread_barrierattr_setpshared.c
20682         (pthread_barrierattr_setpshared): Clean up.
20683         * nptl/tst-barrier4.c: Correct comment.
20684         * nptl/tst-barrier5.c: New file.
20685         * nptl/Makefile (tests): Add nptl/tst-barrier5.c.
20686         (gen-as-const-headers): Remove lowlevelbarrier.sym.
20687         * sysdeps/unix/sysv/linux/i386/pthread_barrier_wait.S: Remove.
20688         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Remove.
20689         * nptl/lowlevelbarrier.sym: Remove.
20690         * nptl/DESIGN-barrier.txt: Remove.
20691         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Remove.
20692         * sysdeps/sparc/nptl/pthread_barrier_init.c: Remove.
20693         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Remove.
20694         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: Replace with build
20695         error.
20696         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: Use generic
20697         implementation.
20699 2016-01-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
20701         * rt/tst-mqueue5.c (thr): Cleanup misleading comment.
20702         (do_child): Mask SIGRTMIN while thr is running.
20704 2016-01-15  Martin Sebor  <msebor@redhat.com>
20706         [BZ #19432]
20707         * iconvdata/Makefile: Add bug-iconv11.
20708         * iconvdata/bug-iconv11.c: New test.
20709         * iconvdata/ibm930.c: Do not reject redundant shift sequences.
20710         * iconvdata/ibm933.c: Same.
20711         * iconvdata/ibm935.c: Same.
20712         * iconvdata/ibm937.c: Same.
20713         * iconvdata/ibm939.c: Same.
20715 2016-01-15  Martin Sebor  <msebor@redhat.com>
20717         [BZ #19443]
20718         * crypt/crypt_util.c [DEBUG] (_ufc_prbits): Correct format string.
20719         [DEBUG] (_ufc_set_bits): Declare used.
20720         * iconv/gconv_dl.c [DEBUG]: Add a missing include directive.
20721         [DEBUG] (print_all): Declare used.
20722         * resolv/res_send.c [DEBUG] (__libc_res_nsend): Explicitly convert
20723         operands of the ternary ?: expression to target type.
20724         * stdlib/rshift.c [DEBUG] (mpn_rshift): Use assert() instead of
20725         calling the undeclared abort.
20726         * time/mktime.c [DEBUG] (DEBUG): Rename to DEBUG_MKTIME.
20728 2016-01-15  Martin Sebor  <msebor@redhat.com>
20730         [BZ #18755]
20731         * iconv/skeleton.c (FUNCTION_NAME): Suppress -Wunused-but-set-variable
20732         warnings.
20733         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread): Same.
20734         (__gai_create_helper_thread): Same.
20735         * nscd/nscd.c (do_exit): Suppress -Wunused-variable.
20736         * iconvdata/iso-2022-cn-ext.c (BODY): Initialize local variable
20737         to suppress -Wmaybe-uninitialized warnings.
20739 2016-01-15  H.J. Lu  <hongjiu.lu@intel.com>
20741         [BZ #19465]
20742         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Call math_opt_barrier
20743         inside if.
20744         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
20745         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
20746         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
20748 2016-01-14  H.J. Lu  <hongjiu.lu@intel.com>
20750         [BZ #19466]
20751         * time/tst-mktime2.c (time_t_max): Removed.
20752         (time_t_min): Likewise.
20753         (TYPE_SIGNED): New.
20754         (TYPE_MINIMUM): Likewise.
20755         (TYPE_MAXIMUM): Likewise.
20756         (TIME_T_MIN): Likewise.
20757         (TIME_T_MAX): Likewise.
20758         (mktime_test): Replace time_t_max and time_t_min with TIME_T_MAX
20759         and TIME_T_MIN.
20760         (do_test): Likewise.
20762 2016-01-14  Amit Pawar  <amit.pawar@amd.com>
20764         [BZ #19467]
20765         * sysdeps/x86/cpu-features.c (init_cpu_features): Set
20766         index_Fast_Unaligned_Load flag for Excavator family CPUs.
20768 2016-01-02  Marcin Kościelnicki  <koriakin@0x04.net>
20770         * sysdeps/s390/nptl/tls.h (struct tcbhead_t): Add __private_ss field.
20772 2016-01-13  Carlos O'Donell  <carlos@redhat.com>
20774         * benchtests/Makefile (PYTHON): Define.
20775         (bench-func): Use $(PYTHON) to run python scripts.
20776         ($(objpfx)bench-%.c): Likewise.
20778 2016-01-13  Flavio Cruz  <flaviocruz@gmail.com>
20780         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Do not remove
20781         leading slash when `file_name' is "/".
20783 2016-01-12  Joseph Myers  <joseph@codesourcery.com>
20785         * bits/mman-linux.h [!MCL_CURRENT] (MCL_ONFAULT): New macro.
20786         * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MCL_ONFAULT):
20787         Likewise.
20788         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MCL_ONFAULT):
20789         Likewise.
20790         * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MCL_ONFAULT):
20791         Likewise.
20792         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETSIGMASK): New
20793         enum constant and macro.
20794         (PTRACE_SETSIGMASK): Likewise.
20795         (PTRACE_SECCOMP_GET_FILTER): Likewise.
20796         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
20797         (PTRACE_GETSIGMASK): Likewise.
20798         (PTRACE_SETSIGMASK): Likewise.
20799         (PTRACE_SECCOMP_GET_FILTER): Likewise.
20800         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_GETSIGMASK):
20801         Likewise.
20802         (PTRACE_SETSIGMASK): Likewise.
20803         (PTRACE_SECCOMP_GET_FILTER): Likewise.
20804         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
20805         (PTRACE_GETSIGMASK): Likewise.
20806         (PTRACE_SETSIGMASK): Likewise.
20807         (PTRACE_SECCOMP_GET_FILTER): Likewise.
20808         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_GETSIGMASK):
20809         Likewise.
20810         (PTRACE_SETSIGMASK): Likewise.
20811         (PTRACE_SECCOMP_GET_FILTER): Likewise.
20812         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_GETSIGMASK):
20813         Likewise.
20814         (PTRACE_SETSIGMASK): Likewise.
20815         (PTRACE_SECCOMP_GET_FILTER): Likewise.
20816         * sysdeps/unix/sysv/linux/tile/sys/ptrace.h (PTRACE_GETSIGMASK):
20817         Likewise.
20818         (PTRACE_SETSIGMASK): Likewise.
20819         (PTRACE_SECCOMP_GET_FILTER): Likewise.
20821 2016-01-11  Jonathan Wakely  <jwakely.gcc@gmail.com>
20822             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
20824         [BZ #19439]
20825         * math/bits/mathcalls.h
20826         [!__cplusplus || __cplusplus < 201103L] (isinf): Do not declare
20827         prototype.
20828         [!__cplusplus || __cplusplus < 201103L] (isnan): Likewise.
20830 2016-01-11  Andreas Schwab  <schwab@suse.de>
20832         [BZ #19253]
20833         * time/tzfile.c (__tzfile_default): Invalidate tzfile attribute
20834         cache when TZDEFRULES was used.
20835         * time/tst-tzname.c: New file.
20836         * time/Makefile (test): Add tst-tzname.
20837         (tst-tzname-ENV, CPPFLAGS-tst-tzname.c): Define.
20838         * timezone/Makefile (test-zones): Add $(posixrules-file).
20839         ($(testdata)/$(posixrules-file)): New rule.
20841 2016-01-10  Paul Eggert  <eggert@cs.ucla.edu>
20843         Fix doc quoting problems with Texinfo 5
20844         Without this change, in the info file output, Texinfo 5 quotes code
20845         in text with undirected single quotes 'like this' and generates
20846         code examples that with many PDF readers cannot be cut out of PDFs
20847         and pasted into code.
20848         * manual/libc.texinfo: Configure the libc manual like the GNU
20849         Emacs manual, by using @documentencoding and setting
20850         txicodequoteundirected and txicodequotebacktick.  This way,
20851         Texinfo 5 quotes code in text with directed single quotes ‘like
20852         this’ and produces examples that can be cut out of PDFs.  This
20853         change causes Texinfo 5 to generate info files that contain UTF-8
20854         characters in the set {'‘', '’', '“', '”', 'Ä', 'ä', 'ö', '−',
20855         '–', '—', '©', '⇒', '•', '…'}, which is OK nowadays.
20857 2016-01-08  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
20859         * sysdeps/unix/sysv/linux/powerpc/htm.h (__libc_tbegin,
20860         __libc_tabort, __libc_tend): New wrappers that enforce compiler
20861         barriers to their respective compiler built-ins.
20862         * sysdeps/powerpc/nptl/elide.h (__get_new_count, ELIDE_LOCK,
20863         ELIDE_TRYLOCK, __elide_unlock): Use the new wrappers.
20864         * sysdeps/powerpc/sysdep.h: Likewise.
20865         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: Likewise.
20866         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: Likewise.
20867         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: Likewise.
20869 2016-01-08  Marko Myllynen  <myllynen@redhat.com>
20871         * scripts/config.guess: Revert previous shebang change.
20872         * scripts/config.sub: Likewise.
20873         * scripts/mkinstalldirs: Likewise.
20875 2016-01-08  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
20877         * sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_ARCH_3_00 and
20878         PPC_FEATURE2_HAS_IEEE128.
20879         * sysdeps/powerpc/dl-procinfo.c:
20880         (_dl_powerpc_cap_flags): Add corresponding names to new capabilities.
20882 2016-01-08  John David Anglin  <danglin@gcc.gnu.org>
20884         [BZ #19415]
20885         * sysdeps/hppa/dl-fptr.c (_dl_fixup): Declare.
20886         (elf_machine_resolve): New.  Return address of _dl_runtime_resolve.
20887         (_dl_lookup_address): Rewrite using function resolver trampoline.
20888         * sysdeps/hppa/dl-lookupcfg.h (DL_LOOKUP_ADDRESS): Don't clear bottom
20889         two bits in address.
20891 2016-01-07  Mike Frysinger  <vapier@gentoo.org>
20893         * longlong.h: Change !__SHMEDIA__ to
20894         (!defined (__SHMEDIA__) || !__SHMEDIA__).
20895         Change __SHMEDIA__ to defined (__SHMEDIA__) && __SHMEDIA__.
20897 2016-01-07  Daniel Jacobowitz  <dan@codesourcery.com>
20898             Joseph Myers  <joseph@codesourcery.com>
20899             Mark Shinwell  <shinwell@codesourcery.com>
20900             Andrew Stubbs  <ams@codesourcery.com>
20901             Rich Felker <dalias@libc.org>
20903         * longlong.h (udiv_qrnnd): Add FDPIC compatible version for SH.
20905 2016-01-07  Richard Henderson  <rth@redhat.com>
20907         * longlong.h [__alpha] (umul_ppmm): Disable for c++.
20909 2016-01-07  Mike Frysinger  <vapier@gentoo.org>
20911         * sysdeps/unix/sysv/linux/fxstat64.c (___fxstat64): Change
20912         __ASSUME_ST_INO_64_BIT == 0 to !defined __ASSUME_ST_INO_64_BIT.
20913         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
20914         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
20915         * sysdeps/unix/sysv/linux/xstatconv.c (__xstat32_conv): Likewise.
20917 2016-01-07  Paul Eggert  <eggert@cs.ucla.edu>
20918             Joseph Myers  <joseph@codesourcery.com>
20920         * timezone/private.h: Update from tzcode 2015g.
20921         * timezone/tzfile.h: Likewise.
20922         * timezone/tzselect.ksh: Likewise.
20923         * timezone/zdump.c: Likewise.
20924         * timezone/zic.c: Likewise.
20925         * timezone/ialloc.c: Remove file.
20926         * timezone/scheck.c: Likewise.
20927         * timezone/Makefile (extra-objs): Remove variable.
20928         ($(objpfx)zic): Do not depend on scheck.o and ialloc.o.
20929         (tz-cflags): Add -DHAVE_GETTEXT -DUSE_LTZ=0
20930         -Wno-maybe-uninitialized.
20931         (CFLAGS-zdump.c): Remove -fwrapv -DNOID -DHAVE_GETTEXT.
20932         (CFLAGS-zic.c): Remove -DNOID -DHAVE_GETTEXT.
20933         (CFLAGS-ialloc.c): Remove variable.
20934         (CFLAGS-scheck.c): Likewise.
20935         * timezone/README: Update list of files from tzcode.
20937 2016-01-07  Khem Raj  <raj.khem@gmail.com>
20939         * argp/argp-fmtstream.c (__argp_fmtstream_free): Use fwrite_unlocked
20940         instead of __fxprintf when _LIBC is undefined.
20942 2016-01-07  Marko Myllynen  <myllynen@redhat.com>
20944         * catgets/test-gencat.sh: Remove space after shebang.
20945         * conform/GlibcConform.pm: Likewise.
20946         * conform/check-header-lists.sh: Likewise.
20947         * conform/conformtest.pl: Likewise.
20948         * conform/linknamespace.pl: Likewise.
20949         * conform/list-header-symbols.pl: Likewise.
20950         * debug/catchsegv.sh: Likewise.
20951         * elf/genrtldtbl.awk: Likewise.
20952         * elf/tst-pathopt.sh: Likewise.
20953         * elf/tst-rtld-load-self.sh: Likewise.
20954         * grp/tst_fgetgrent.sh: Likewise.
20955         * iconvdata/gen-8bit-gap-1.sh: Likewise.
20956         * iconvdata/gen-8bit-gap.sh: Likewise.
20957         * iconvdata/gen-8bit.sh: Likewise.
20958         * iconvdata/run-iconv-test.sh: Likewise.
20959         * intl/tst-gettext.sh: Likewise.
20960         * intl/tst-gettext2.sh: Likewise.
20961         * intl/tst-gettext4.sh: Likewise.
20962         * intl/tst-gettext6.sh: Likewise.
20963         * intl/tst-translit.sh: Likewise.
20964         * io/ftwtest-sh: Likewise.
20965         * libio/test-freopen.sh: Likewise.
20966         * locale/gen-translit.pl: Likewise.
20967         * malloc/tst-mtrace.sh: Likewise.
20968         * manual/check-safety.sh: Likewise.
20969         * manual/libc-texinfo.sh: Likewise.
20970         * manual/tsort.awk: Likewise.
20971         * manual/xtract-typefun.awk: Likewise.
20972         * nptl/tst-cancel-wrappers.sh: Likewise.
20973         * nptl/tst-tls6.sh: Likewise.
20974         * posix/globtest.sh: Likewise.
20975         * posix/tst-getconf.sh: Likewise.
20976         * posix/wordexp-tst.sh: Likewise.
20977         * scripts/check-c++-types.sh: Likewise.
20978         * scripts/check-local-headers.sh: Likewise.
20979         * scripts/config.guess: Likewise.
20980         * scripts/config.sub: Likewise.
20981         * scripts/cpp: Likewise.
20982         * scripts/cross-test-ssh.sh: Likewise.
20983         * scripts/documented.sh: Likewise.
20984         * scripts/evaluate-test.sh: Likewise.
20985         * scripts/gen-libc-abis: Likewise.
20986         * scripts/gen-sorted.awk: Likewise.
20987         * scripts/list-fixed-bugs.py: Likewise.
20988         * scripts/merge-test-results.sh: Likewise.
20989         * scripts/mkinstalldirs: Likewise.
20990         * scripts/rellns-sh: Likewise.
20991         * scripts/test-installation.pl: Likewise.
20992         * scripts/update-copyrights: Likewise.
20993         * stdio-common/tst-printf.sh: Likewise.
20994         * stdio-common/tst-unbputc.sh: Likewise.
20995         * stdlib/tst-fmtmsg.sh: Likewise.
20996         * stdlib/tst-setcontext3.sh: Likewise.
20997         * sysdeps/i386/tst-ld-sse-use.sh: Likewise.
20998         * sysdeps/unix/make-syscalls.sh: Likewise.
21000 2016-01-06  John David Anglin  <dave.anglin@bell.net>
21002         * sysdeps/hppa/nptl/pthread_spin_init.c (pthread_spin_init): Replace
21003         asm stw with atomic_exchange_rel.  Add explanatory comment.
21004         * sysdeps/hppa/nptl/pthread_spin_unlock.c (pthread_spin_unlock):
21005         Likewise.
21007 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
21009         [BZ #19122]
21010         * include/unistd.h [IS_IN (rtld)]: Include <dl-unistd.h>.
21011         * sysdeps/generic/dl-unistd.h: New file.
21012         * sysdeps/mach/hurd/dl-unistd.h: Likewise.
21014 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
21016          [BZ #19122]
21017          * include/sys/mman.h [IS_IN (rtld)]: Include <dl-mman.h>.
21018          * sysdeps/generic/dl-mman.h: New file.
21019          * sysdeps/mach/hurd/dl-mman.h: Likewise.
21021 2016-01-05  Joseph Myers  <joseph@codesourcery.com>
21023         * manual/texinfo.tex: Update to version 2016-01-04.21 with
21024         trailing whitespace removed.
21025         * scripts/config.guess: Update to version 2016-01-01.
21026         * scripts/config.sub: Update to version 2016-01-01.
21027         * scripts/move-if-change: Update from gnulib.
21029 2016-01-04  Anton Blanchard  <anton@samba.org>
21031         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Use unsigned int
21032         for array indices.
21033         * sysdeps/ieee754/dbl-64/e_pow.c (my_log2): Likewise.
21035 2016-01-04  Joseph Myers  <joseph@codesourcery.com>
21037         * NEWS: Update copyright dates.
21038         * catgets/gencat.c (print_version): Likewise.
21039         * csu/version.c (banner): Likewise.
21040         * debug/catchsegv.sh: Likewise.
21041         * debug/pcprofiledump.c (print_version): Likewise.
21042         * debug/xtrace.sh (do_version): Likewise.
21043         * elf/ldconfig.c (print_version): Likewise.
21044         * elf/ldd.bash.in: Likewise.
21045         * elf/pldd.c (print_version): Likewise.
21046         * elf/sotruss.sh: Likewise.
21047         * elf/sprof.c (print_version): Likewise.
21048         * iconv/iconv_prog.c (print_version): Likewise.
21049         * iconv/iconvconfig.c (print_version): Likewise.
21050         * locale/programs/locale.c (print_version): Likewise.
21051         * locale/programs/localedef.c (print_version): Likewise.
21052         * login/programs/pt_chown.c (print_version): Likewise.
21053         * malloc/memusage.sh (do_version): Likewise.
21054         * malloc/memusagestat.c (print_version): Likewise.
21055         * malloc/mtrace.pl: Likewise.
21056         * manual/libc.texinfo: Likewise.
21057         * nptl/version.c (banner): Likewise.
21058         * nscd/nscd.c (print_version): Likewise.
21059         * nss/getent.c (print_version): Likewise.
21060         * nss/makedb.c (print_version): Likewise.
21061         * posix/getconf.c (main): Likewise.
21062         * scripts/test-installation.pl: Likewise.
21063         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
21065         * All files with FSF copyright notices: Update copyright dates
21066         using scripts/update-copyrights.
21067         * intl/plural.c: Regenerated.
21068         * locale/programs/charmap-kw.h: Likewise.
21069         * locale/programs/locfile-kw.h: Likewise.
21071 2016-01-02  Helge Deller  <deller@gmx.de>
21073         [BZ #19285]
21074         * sysdeps/unix/sysv/linux/hppa/bits/mman.h (MAP_STACK): Define.
21075         (MAP_HUGETLB, MCL_ONFAULT): Likewise.
21076         (MADV_HUGEPAGE, MADV_NOHUGEPAGE, MADV_DONTDUMP, MADV_DODUMP): Likewise.
21077         (MADV_xxK_PAGES): Remove.
21079 2016-01-01  Mike Frysinger  <vapier@gentoo.org>
21081         [BZ #15421]
21082         * sysdeps/ia64/fpu/w_lgamma_main.c: Include math.h & math_private.h.
21083         [BUILD_LGAMMA]: Wrap all code by define.  Re-indent sub-preprocessor.
21084         * sysdeps/ia64/fpu/w_lgammaf_main.c: Likewise.
21085         * sysdeps/ia64/fpu/w_lgammal_main.c: Likewise.
21087 2015-12-30  Dmitry V. Levin  <ldv@altlinux.org>
21089         [BZ #19408]
21090         * sysdeps/unix/sysv/linux/personality.c: New file.
21091         * sysdeps/unix/sysv/linux/sparc/sparc64/personality.c: Likewise.
21092         * sysdeps/unix/sysv/linux/tst-personality.c: Likewise.
21093         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == misc]
21094         (sysdep_routines): Add personality.
21095         (tests): Add tst-personality.
21096         * sysdeps/unix/sysv/linux/syscalls.list (personality): Move ...
21097         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ... here.
21098         * sysdeps/unix/sysv/linux/arm/syscalls.list (personality): New entry.
21099         * sysdeps/unix/sysv/linux/hppa/syscalls.list (personality): Likewise.
21100         * sysdeps/unix/sysv/linux/i386/syscalls.list (personality): Likewise.
21101         * sysdeps/unix/sysv/linux/m68k/syscalls.list (personality): Likewise.
21102         * sysdeps/unix/sysv/linux/microblaze/syscalls.list (personality):
21103         Likewise.
21104         * sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list (personality):
21105         Likewise.
21106         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (personality):
21107         Likewise.
21108         * sysdeps/unix/sysv/linux/sh/syscalls.list (personality): Likewise.
21109         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list (personality):
21110         Likewise.
21112 2015-12-30  Aurelien Jarno  <aurelien@aurel32.net>
21114         * sysdeps/unix/sysv/linux/arm/ioperm.c: Do not include <string.h>.
21115         (PATH_ARM_SYSTYPE): Remove.
21116         (PATH_CPUINFO): Likewise.
21117         (IO_BASE_FOOTBRIDGE): Likewise.
21118         (IO_SHIFT_FOOTBRIDGE): Likewise.
21119         (struct platform): Likewise.
21120         (init_iosys): Remove compatibility code for 2.4 kernels.
21121         * sysdeps/unix/sysv/linux/arm/localplt.data: Remove fscanf.
21123 2015-12-29  Florian Weimer  <fweimer@redhat.com>
21125         * malloc/tst-malloc-thread-fail.c: New file.
21126         * malloc/Makefile (tests): Add tst-malloc-thread-fail.
21127         (tst-malloc-thread-fail): Link against libpthread.
21129 2015-12-29  Mike Frysinger  <vapier@gentoo.org>
21131         * scripts/list-fixed-bugs.py: Import argparse.  Call main instead.
21132         (get_parser): New function.
21133         (main): New function.
21135 2015-12-29  Rob Wu  <rob@robwu.nl>
21137         [BZ #19369]
21138         * resolv/res_init.c (__res_vinit): Reset defdname before use.
21140 2015-12-29  John David Anglin  <danglin@gcc.gnu.org>
21142         [BZ #19270]
21143         * sysdeps/hppa/fpu/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Define.
21145 2015-12-28  Mike Frysinger  <vapier@gentoo.org>
21147         [BZ #15421]
21148         * sysdeps/ia64/fpu/w_lgamma_main.c: Change gammaf to gamma.
21150 2015-12-23  Torvald Riegel  <triegel@redhat.com>
21152         [BZ #13690]
21153         * sysdeps/nptl/lowlevellock.h (__lll_unlock): Do not access the lock
21154         after releasing it.
21155         (__lll_robust_unlock): Likewise.
21156         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
21157         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (lll_unlock): Likewise.
21158         (lll_robust_unlock): Likewise.
21159         * sysdeps/unix/sysv/linux/lowlevellock-futex.h (__lll_private_flag):
21160         Prevent warnings in callers.
21162 2015-12-23  Florian Weimer  <fweimer@redhat.com>
21164         * malloc/arena.c (list_lock): Update comment.
21166 2015-12-22  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
21168         * sysdeps/powerpc/hwcapinfo.c: Export symbol
21169         __parse_hwcap_and_convert_at_platform to libc.a.
21171 2015-12-22  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
21173         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Added
21174         platform and feature support for POWER9.
21175         * sysdeps/powerpc/dl-procinfo.h: Likewise.
21176         * sysdeps/powerpc/powerpc32/power9/Implies: New file.
21177         * sysdeps/powerpc/powerpc32/power9/fpu/multiarch/Implies: Likewise.
21178         * sysdeps/powerpc/powerpc32/power9/multiarch/Implies: Likewise.
21179         * sysdeps/powerpc/powerpc64/power9/Implies: Likewise, for powerpc64.
21180         * sysdeps/powerpc/powerpc64/power9/fpu/Implies: Likewise.
21181         * sysdeps/powerpc/powerpc64/power9/fpu/multiarch/Implies: Likewise.
21182         * sysdeps/powerpc/powerpc64/power9/multiarch/Implies: Likewise.
21184 2015-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21186         Harmonize generic stdio-lock support with nptl
21188         This fixes build when _IO_funlockfile is a macro, fixes build where
21189         _IO_acquire_lock_clear_flags2 is used, and fixes unlocking on unexpected
21190         stack unwind.
21192         * sysdeps/generic/stdio-lock.h [__EXCEPTIONS] (_IO_acquire_lock,
21193         _IO_release_lock ): Use cleanup attribute on new
21194         _IO_acquire_lock_file variable instead of assuming that
21195         _IO_release_lock will be called.
21196         [!__EXCEPTIONS] (_IO_acquire_lock): Define to non-existing
21197         _IO_acquire_lock_needs_exceptions_enabled.
21198         (_IO_acquire_lock_clear_flags2): New macro.
21200 2015-12-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
21202         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
21204 2015-12-21  Florian Weimer  <fweimer@redhat.com>
21206         [BZ #19182]
21207         * malloc/arena.c (list_lock): Document lock ordering requirements.
21208         (free_list_lock): New lock.
21209         (ptmalloc_lock_all): Comment on free_list_lock.
21210         (ptmalloc_unlock_all2): Reinitialize free_list_lock.
21211         (detach_arena): Update comment.  free_list_lock is now needed.
21212         (_int_new_arena): Use free_list_lock around detach_arena call.
21213         Acquire arena lock after list_lock.  Add comment, including FIXME
21214         about incorrect synchronization.
21215         (get_free_list): Switch to free_list_lock.
21216         (reused_arena): Acquire free_list_lock around detach_arena call
21217         and attached threads counter update.  Add two FIXMEs about
21218         incorrect synchronization.
21219         (arena_thread_freeres): Switch to free_list_lock.
21220         * malloc/malloc.c (struct malloc_state): Update comments to
21221         mention free_list_lock.
21223 2015-12-21  Siddhesh Poyarekar  <siddhesh.poyarekar@linaro.org>
21225         * sysdeps/ieee754/dbl-64/s_sin.c (csloww, csloww1, csloww2):
21226         Remove functions.
21227         (sloww, sloww1): Accept argument to offset quadrant.
21228         (sloww, sloww1, sloww2): Call __mpsin or __mpcos based on
21229         quadrant.
21230         (__sin, __cos): Consolidate common code into new functions.
21231         (reduce_sincos_1, do_sincos_1): New functions.
21232         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use them.
21234         * sysdeps/ieee754/dbl-64/s_sin.c (__sin, __cos): Move common
21235         code to new functions.
21236         (reduce_sincos_2, do_sincos_2): New functions.
21237         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use them.
21239         * sysdeps/ieee754/dbl-64/s_sin.c (__sin) [!IN_SINCOS]: Skip
21240         common code for sincos.
21241         (__cos) [!IN_SINCOS]: Likewise.
21242         * sysdeps/ieee754/dbl-64/s_sincos.c (reduce_and_compute_sincos):
21243         New function.
21244         (__sincos): Use it.
21246 2015-12-20  Aurelien Jarno  <aurelien@aurel32.net>
21248         * sysdeps/i386/fpu/libm-test-ulps: Move to ....
21249         * sysdeps/i386/i686/multiarch/fpu/libm-test-ulps: ...here.
21250         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
21252 2015-12-19  Andrew Senkevich  <andrew.senkevich@intel.com>
21254         * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S: New file.
21255         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Added new file.
21256         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Added new tests.
21257         * sysdeps/x86_64/multiarch/memset.S: Added new IFUNC branch.
21258         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
21259         * sysdeps/x86/cpu-features.h (bit_Prefer_No_VZEROUPPER,
21260         index_Prefer_No_VZEROUPPER): New feature.
21261         * sysdeps/x86/cpu-features.c (init_cpu_features): Set the
21262         Prefer_No_VZEROUPPER for Knights Landing.
21264 015-12-18  Torvald Riegel  <triegel@redhat.com>
21266         * math/atest-exp2.c (mp_exp_m1): Remove.
21268 2015-12-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
21270         * sysdeps/unix/sysdep.h (SYSCALL_CANCEL): Fix macro for zero argument
21271         syscalls.
21272         (__SYSCALL0): New macro.
21273         (__SYSCALL1): Likewise.
21274         (__SYSCALL2): Likewise.
21275         (__SYSCALL3): Likewise.
21276         (__SYSCALL4): Likewise.
21277         (__SYSCALL5): Likewise.
21278         (__SYSCALL6): Likewise.
21279         (__SYSCALL_CONCAT_X): Likewise.
21280         (__SYSCALL_CONCAT): Likewise.
21281         (__SYSCALL_DIST): Likewise.
21282         (__SYSCALL_CALL): Likewise.
21284 2015-12-17  H.J. Lu  <hongjiu.lu@intel.com>
21286         [BZ #19363]
21287         * sysdeps/unix/sysv/linux/x86_64/x32/times.c: New file.
21289 2015-12-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
21291         [BZ #19375]
21292         * sysdeps/powerpc/power7/fpu/s_logb.c (__logb): Fix return for
21293         negative subnormals.
21295 2015-12-16  H.J. Lu  <hongjiu.lu@intel.com>
21297         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
21298         (REGISTERS_CLOBBERED_BY_SYSCALL): New.
21299         (INTERNAL_SYSCALL_NCS): Use it.
21300         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
21302 2015-12-16  Florian Weimer  <fweimer@redhat.com>
21304         [BZ #19243]
21305         * malloc/arena.c (get_free_list): Remove assert and adjust
21306         reference count handling.  Add comment about reused_arena
21307         interaction.
21308         (reused_arena): Add comments abount get_free_list interaction.
21309         * malloc/tst-malloc-thread-exit.c: New file.
21310         * malloc/Makefile (tests): Add tst-malloc-thread-exit.
21311         (tst-malloc-thread-exit): Link against libpthread.
21313 2015-12-15  H.J. Lu  <hongjiu.lu@intel.com>
21315         [BZ #19367]
21316         * sysdeps/unix/sysv/linux/wordsize-64/mmap.c: New file.
21317         * sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h: Likewise.
21318         * sysdeps/unix/sysv/linux/x86_64/64/mmap.c: Likewise.
21319         * sysdeps/x86/cpu-features.h (bit_Prefer_MAP_32BIT_EXEC): New.
21320         (index_Prefer_MAP_32BIT_EXEC): Likewise.
21322 2015-12-15  H.J. Lu  <hongjiu.lu@intel.com>
21324         * sysdeps/x86/cpu-features.c (init_cpu_features): Enable
21325         Silvermont optimizations for Knights Landing.
21327 2015-12-15  Andreas Schwab  <schwab@suse.de>
21329         [BZ #17197]
21330         * iconvdata/ibm930.c (BODY for TO_LOOP): Record current DBCS state
21331         immediately after emitting SI.
21332         * iconvdata/ibm933.c (BODY for TO_LOOP): Likewise.
21333         * iconvdata/ibm935.c (BODY for TO_LOOP): Likewise.
21334         * iconvdata/ibm937.c (BODY for TO_LOOP): Likewise.
21335         * iconvdata/ibm939.c (BODY for TO_LOOP): Likewise.
21336         * iconvdata/bug-iconv10.c: New file.
21337         * iconvdata/Makefile (tests): Add bug-iconv10.
21338         ($(objpfx)bug-iconv10.out): New rule.
21340 2015-12-15  Florian Weimer  <fweimer@redhat.com>
21342         * dlfcn/tst-rec-dlopen.c (call_func): Cast dlsym result, fixing an
21343         aliasing violation.
21345 2015-12-14  Joseph Myers  <joseph@codesourcery.com>
21347         [BZ #18472]
21348         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Handle entries
21349         for the form NAME@VERSION:OBSOLETED and generate SHLIB_COMPAT
21350         conditionals for them.
21351         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Likewise.
21352         * sysdeps/unix/sysv/linux/sys/kdaemon.h: Remove file.
21353         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
21354         sys/kdaemon.h.
21355         * sysdeps/unix/sysv/linux/syscalls.list (bdflush): Make into
21356         compat-only syscall, obsoleted in glibc 2.23.
21357         (create_module): Likewise.
21358         (get_kernel_syms): Likewise.
21359         (query_module): Likewise.
21360         (uselib): Likewise.
21361         * manual/sysinfo.texi (System Parameters): Do not mention bdflush.
21363 2015-12-11  Aurelien Jarno  <aurelien@aurel32.net>
21365         * sysdeps/unix/sysv/linux/arm/ioperm.c: Do not include
21366         <linux/version.h>.
21367         [LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)]: Remove
21368         conditional code.
21369         (init_iosys): Use CTL_BUS_ISA instead of BUS_ISA in iobase_name
21370         and ioshift_name initialization.
21372 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
21374         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
21375         Fix indentation.
21377 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
21379         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation.
21381 2015-12-11  Steve Ellcey  <sellcey@imgtec.com>
21383         * stdlib/strtol_l.c (__strtol_l): Fix indentation.
21385 2015-12-10  Aurelien Jarno  <aurelien@aurel32.net>
21386             Jakub Wilk  <jwilk@debian.org>
21388         [BZ #19347]
21389         * sysdeps/unix/grantpt.c [!HAVE_PT_CHOWN] (grantpt): Do not try
21390         to change the group of the device to the tty group.
21392 2015-12-10  Paul Eggert  <eggert@cs.ucla.edu>
21394         Split large string section; add truncation advice
21395         * manual/examples/strncat.c: Remove.
21396         This example was misleading, as the code would have undefined
21397         behavior if "hello" was longer than SIZE.  Anyway, the manual
21398         shouldn't encourage strncpy+strncat for this sort of thing.
21399         * manual/string.texi (Copying Strings and Arrays): Split into
21400         three sections Copying Strings and Arrays, Concatenating Strings,
21401         and Truncating Strings, as this section was way too long.  All
21402         cross-referenced changed.  Add advice about string-truncation
21403         functions.  Remove misleading strncat example.
21405 2015-12-10  Carlos O'Donell  <carlos@redhat.com>
21407         * manual/nss.texi (NSS Modules Interface): Document
21408         NSS_STATUS_NOTFOUND and SUCCESS.
21410 2015-12-09  Mike FABIAN  <mfabian@redhat.com>
21412         [BZ 18568]
21413         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
21414         201505L, for Unicode 8.
21416 2015-12-09  Carlos O'Donell  <carlos@redhat.com>
21418         * locale/C-translit.h: Regenerate.
21420 2015-12-09  Mike FABIAN  <mfabian@redhat.com>
21422         * locale/C-translit.h.in: Remove duplicate transliterations for U+0152
21423         and U+0153.
21425 2015-12-09  Joseph Myers  <joseph@codesourcery.com>
21427         [BZ #19351]
21428         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): When
21429         expanding log(1+z), compare z rather than its square with epsilon
21430         to determine when to avoid evaluating the expansion.
21432         [BZ #19350]
21433         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl):
21434         Increase overflow threshold.
21436         [BZ #19349]
21437         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Return argument
21438         when small.
21440         * sysdeps/unix/sysv/linux/i386/kernel-features.h
21441         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SOCKET_SYSCALL):
21442         New macro.
21443         [__LINUX_KERNEL_VERSION >= 0x040300]
21444         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
21445         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_BIND_SYSCALL):
21446         Likewise.
21447         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_CONNECT_SYSCALL):
21448         Likewise.
21449         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_LISTEN_SYSCALL):
21450         Likewise.
21451         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_ACCEPT4_SYSCALL):
21452         Likewise.
21453         [__LINUX_KERNEL_VERSION >= 0x040300]
21454         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Likewise.
21455         [__LINUX_KERNEL_VERSION >= 0x040300]
21456         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
21457         [__LINUX_KERNEL_VERSION >= 0x040300]
21458         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
21459         [__LINUX_KERNEL_VERSION >= 0x040300]
21460         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
21461         [__LINUX_KERNEL_VERSION >= 0x040300]
21462         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
21463         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDTO_SYSCALL):
21464         Likewise.
21465         [__LINUX_KERNEL_VERSION >= 0x040300]
21466         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
21467         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
21468         Likewise.
21469         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVFROM_SYSCALL):
21470         Likewise.
21471         [__LINUX_KERNEL_VERSION >= 0x040300]
21472         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Likewise.
21473         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
21474         Likewise.
21475         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SHUTDOWN_SYSCALL):
21476         Likewise.
21477         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
21478         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMMSG_SYSCALL):
21479         Likewise.
21480         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMMSG_SYSCALL):
21481         Likewise.
21482         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SOCKET_SYSCALL):
21483         Likewise.
21484         [__LINUX_KERNEL_VERSION >= 0x040300]
21485         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
21486         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_BIND_SYSCALL):
21487         Likewise.
21488         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_CONNECT_SYSCALL):
21489         Likewise.
21490         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_LISTEN_SYSCALL):
21491         Likewise.
21492         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_ACCEPT4_SYSCALL):
21493         Likewise.
21494         [__LINUX_KERNEL_VERSION >= 0x040300]
21495         (__ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL): Likewise.
21496         [__LINUX_KERNEL_VERSION >= 0x040300]
21497         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
21498         [__LINUX_KERNEL_VERSION >= 0x040300]
21499         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
21500         [__LINUX_KERNEL_VERSION >= 0x040300]
21501         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
21502         [__LINUX_KERNEL_VERSION >= 0x040300]
21503         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
21504         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDTO_SYSCALL):
21505         Likewise.
21506         [__LINUX_KERNEL_VERSION >= 0x040300]
21507         (__ASSUME_SENDTO_FOR_SEND_SYSCALL): Likewise.
21508         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SENDMSG_SYSCALL):
21509         Likewise.
21510         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVFROM_SYSCALL):
21511         Likewise.
21512         [__LINUX_KERNEL_VERSION >= 0x040300]
21513         (__ASSUME_RECVFROM_FOR_RECV_SYSCALL): Likewise.
21514         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_RECVMSG_SYSCALL):
21515         Likewise.
21516         [__LINUX_KERNEL_VERSION >= 0x040300] (__ASSUME_SHUTDOWN_SYSCALL):
21517         Likewise.
21518         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
21519         (__ASSUME_SOCKET_SYSCALL): Likewise.
21520         (__ASSUME_BIND_SYSCALL): Likewise.
21521         (__ASSUME_CONNECT_SYSCALL): Likewise.
21522         (__ASSUME_LISTEN_SYSCALL): Likewise.
21523         (__ASSUME_ACCEPT_SYSCALL): Likewise.
21524         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
21525         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
21526         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
21527         (__ASSUME_SEND_SYSCALL): Likewise.
21528         (__ASSUME_SENDTO_SYSCALL): Likewise.
21529         (__ASSUME_RECV_SYSCALL): Likewise.
21530         (__ASSUME_RECVFROM_SYSCALL): Likewise.
21531         (__ASSUME_SHUTDOWN_SYSCALL): Likewise.
21532         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
21533         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
21534         (__ASSUME_SENDMSG_SYSCALL): Likewise.
21535         (__ASSUME_RECVMSG_SYSCALL): Likewise.
21536         * sysdeps/unix/sysv/linux/sh/kernel-features.h
21537         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SOCKET_SYSCALL):
21538         Likewise.
21539         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_BIND_SYSCALL):
21540         Likewise.
21541         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_CONNECT_SYSCALL):
21542         Likewise.
21543         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_LISTEN_SYSCALL):
21544         Likewise.
21545         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_ACCEPT_SYSCALL):
21546         Likewise.
21547         [__LINUX_KERNEL_VERSION >= 0x020625]
21548         (__ASSUME_GETSOCKNAME_SYSCALL): Likewise.
21549         [__LINUX_KERNEL_VERSION >= 0x020625]
21550         (__ASSUME_GETPEERNAME_SYSCALL): Likewise.
21551         [__LINUX_KERNEL_VERSION >= 0x020625]
21552         (__ASSUME_SOCKETPAIR_SYSCALL): Likewise.
21553         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SEND_SYSCALL):
21554         Likewise.
21555         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SENDTO_SYSCALL):
21556         Likewise.
21557         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECV_SYSCALL):
21558         Likewise.
21559         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECVFROM_SYSCALL):
21560         Likewise.
21561         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SHUTDOWN_SYSCALL):
21562         Likewise.
21563         [__LINUX_KERNEL_VERSION >= 0x020625]
21564         (__ASSUME_GETSOCKOPT_SYSCALL): Likewise.
21565         [__LINUX_KERNEL_VERSION >= 0x020625]
21566         (__ASSUME_SETSOCKOPT_SYSCALL): Likewise.
21567         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_SENDMSG_SYSCALL):
21568         Likewise.
21569         [__LINUX_KERNEL_VERSION >= 0x020625] (__ASSUME_RECVMSG_SYSCALL):
21570         Likewise.
21572 2015-12-09  Aurelien Jarno  <aurelien@aurel32.net>
21574         * sysdeps/unix/sysv/linux/mips/configure.ac (has-mpf64): Define to
21575         record the current if the current ABI and CPU support the FP64
21576         extension.
21577         (has-modd-spreg): Define to record the current if the current ABI and
21578         CPU support 32-bit floating point values in odd FPU registers.
21579         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
21580         * sysdeps/mips/Makefile (tst-abi-fpxxomod): Only build when
21581         $(has-modd-spreg) equals yes.
21582         (tst-abi-fp64amod): Only build when $(has-mpf64) equals yes.
21583         (tst-abi-fp64mod): Only build when both $(has-mpf64) and
21584         $(has-modd-spreg) equal yes.
21586 2015-12-09  Aurelien Jarno  <aurelien@aurel32.net>
21588         * sysdeps/unix/grantpt.c (grantpt): Call__basename instead of
21589         basename.
21591 2015-12-08  Siddhesh Poyarekar  <sid@reserved-bit.com>
21593         * benchtests/Makefile (bench-math): Move ffs and ffsll...
21594         (bench-string): ... here.
21595         (bench): Add bench-string.
21596         (string-bench, wcsmbs-bench, stdlib-bench, stdio-common-bench): Rename
21597         to *-benchset to reflect what they are.
21598         (benchset): Adjust.
21600         * benchtests/sincos-inputs: Add inputs from sin-inputs and
21601         cos-inputs.
21603 2015-12-07  Andrew Senkevich  <andrew.senkevich@intel.com>
21605         * sysdeps/x86/fpu/bits/math-vector.h: W/o -fopenmp use GCC 6.*
21606         __attribute__ ((__simd__)) for vector math function declarations.
21608 2015-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21610         Fix typo in strncat, wcsncat manual entries
21611         * manual/string.texi (Copying and Concatenation): Fix typos in
21612         sample implementations of strncat and wcsncat, by having them use
21613         the old value of the destination length, not the new one.
21615 2015-12-04  Joseph Myers  <joseph@codesourcery.com>
21617         [BZ #16961]
21618         [BZ #16962]
21619         * math/s_nan.c (__nan): Use __strtod_nan instead of constructing a
21620         string on the stack for strtod.
21621         * math/s_nanf.c (__nanf): Use __strtof_nan instead of constructing
21622         a string on the stack for strtof.
21623         * math/s_nanl.c (__nanl): Use __strtold_nan instead of
21624         constructing a string on the stack for strtold.
21625         * stdlib/Versions (libc): Add __strtof_nan, __strtod_nan and
21626         __strtold_nan to GLIBC_PRIVATE.
21627         * math/test-nan-overflow.c: New file.
21628         * math/test-nan-payload.c: Likewise.
21629         * math/Makefile (tests): Add test-nan-overflow and
21630         test-nan-payload.
21632 2015-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21634         Consistency about byte vs character in string.texi
21635         * manual/string.texi (String and Array Utilities):
21636         Distinguish more carefully among bytes, multibyte characters,
21637         and wide characters.  Use "byte" when talking about C 'char',
21638         to distinguish it more clearly from multibyte characters.
21639         Say "wide character" or "multibyte character" instead of
21640         "character", when a wide or multibyte character is intended.
21641         Similarly for "multibyte string" versus "string".
21642         Define these terms more carefully.
21644 2015-12-03  Chris Metcalf  <cmetcalf@ezchip.com>
21646         * sysdeps/arm/math_private.h (LDBL_CLASSIFY_COMPAT): New symbol.
21647         * sysdeps/microblaze/math_private.h (LDBL_CLASSIFY_COMPAT):
21648         Likewise.
21649         * sysdeps/mips/math_private.h (LDBL_CLASSIFY_COMPAT): Likewise.
21650         * sysdeps/nios2/math_private.h (LDBL_CLASSIFY_COMPAT): Likewise.
21651         * sysdeps/sh/math_private.h: New file.
21652         * sysdeps/m68k/coldfire/fpu/math_private.h: Likewise.
21653         * sysdeps/ieee754/dbl-64/s_finite.c [defined NO_LONG_DOUBLE &&
21654         defined LDBL_CLASSIFY_COMPAT]: Create compat symbol for internal
21655         long double function name.
21656         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
21657         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
21658         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
21659         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
21660         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21661         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist:
21662         Remove __finitel, __isinfl, and __isnanl.
21663         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
21664         Likewise.
21665         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
21666         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
21667         Remove __finitel.
21668         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
21669         Likewise.
21670         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
21672 2015-12-03  Andrew Senkevich  <andrew.senkevich@intel.com>
21674         * math/Makefile ($(inst_libdir)/libm.so): Corrected path to
21675         installed libmvec_nonshared.a.
21677 2015-12-03  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
21679         * sysdeps/powerpc/Makefile (sysdep-dl-routines): Add hwcapinfo.
21680         (sysdep_routines): Likewise.
21681         (sysdep-rtld-routines): Likewise.
21682         [$(subdir) = nptl](tests): Add test-get_hwcap and test-get_hwcap-static
21683         [$(subdir) = nptl](tests-static): test-get_hwcap-static
21684         * sysdeps/powerpc/Versions: Added new
21685         __parse_hwcap_and_convert_at_platform symbol to GLIBC-2.23.
21686         * sysdeps/powerpc/hwcapinfo.c: New file.
21687         (__tcb_parse_hwcap_and_convert_at_platform): New function to initialize
21688         and parse hwcap, hwcap2 and platform number information.
21689         * sysdeps/powerpc/hwcapinfo.h: New file.  Creates global variables
21690         to store HWCAP+HWCAP2 and platform number.
21691         * sysdeps/powerpc/nptl/tcb-offsets.sym: Added new offsets
21692         for HWCAP+HWCAP2 and platform number in the TCB.
21693         * sysdeps/powerpc/nptl/tls.h: New functionality.  Stores
21694         the HWCAP, HWCAP2 and platform number in the TCB.
21695         (dtv): Added new fields for HWCAP+HWCAP2 and platform number.
21696         (TLS_INIT_TP): Included calls to add the hwcap and
21697         at_platform values in the TCB in TP initialization.
21698         (TLS_DEFINE_INIT_TP): Likewise.
21699         (THREAD_GET_HWCAP): New macro.
21700         (THREAD_SET_HWCAP): Likewise.
21701         (THREAD_GET_AT_PLATFORM): Likewise.
21702         (THREAD_SET_AT_PLATFORM): Likewise.
21703         * sysdeps/powerpc/powerpc32/dl-machine.h:
21704         (dl_platform_init): New function that calls
21705         __parse_hwcap_and_convert_at_platform for the dymanic linking case for
21706         powerpc32.
21707         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise, for powerpc64.
21708         * sysdeps/powerpc/test-get_hwcap-static.c: New file.  Testcase for
21709         this functionality, static linking case.
21710         * sysdeps/powerpc/test-get_hwcap.c: New file.  Likewise, dynamic
21711         linking case.
21712         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Added call to
21713         __parse_hwcap_and_convert_at_platform for the static linking case.
21714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist:
21715         Included the new __parse_hwcap_and_convert_at_platform symbol in the
21716         ABI list for GLIBC 2.23.
21717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist:
21718         Likewise.
21719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist:
21720         Likewise.
21722 2015-12-02  Ludovic Courtès  <ludo@gnu.org>
21724         * configure.ac: Use 'pwd -P' instead of '/bin/pwd'.
21725         * configure: Regenerate.
21726         * io/ftwtest-sh: Use 'pwd -P' instead of '/bin/pwd'.
21727         * scripts/rellns-sh: Likewise.  Remove 'pwd' variable.
21729 2015-12-02  Carlos O'Donell  <carlos@redhat.com>
21731         * iconvdata/ibm930.c: Add comment explaining encoding uses.
21732         * iconvdata/ibm933.c: Likewise.
21733         * iconvdata/ibm935.c: Likewise.
21734         * iconvdata/ibm937.c: Likewise.
21735         * iconvdata/ibm939.c: Likewise.
21737 2015-12-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
21739         * nptl/tst-cancel20.c (do_one_test): Move the pipe closing after
21740         pthread_join.
21741         * nptl/tst-cancel21.c (tf): Likewise.
21743 2015-12-01  H.J. Lu  <hongjiu.lu@intel.com>
21745         [BZ #19313]
21746         * bits/typesizes.h (__CPU_MASK_TYPE): New.
21747         * sysdeps/mach/hurd/bits/typesizes.h (__CPU_MASK_TYPE): Likewise.
21748         * sysdeps/nacl/bits/typesizes.h (__CPU_MASK_TYPE): Likewise.
21749         * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__CPU_MASK_TYPE):
21750         Likewise.
21751         * sysdeps/unix/sysv/linux/generic/bits/typesizes.h (__CPU_MASK_TYPE):
21752         Likewise.
21753         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h (__CPU_MASK_TYPE):
21754         Likewise.
21755         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__CPU_MASK_TYPE):
21756         Likewise.
21757         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h (__CPU_MASK_TYPE):
21758         * sysdeps/unix/sysv/linux/bits/sched.h (__cpu_mask): Replace
21759         unsigned long int with __CPU_MASK_TYPE.
21761 2015-12-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
21763         * sysdeps/aarch64/libm-test-ulps: Regenerated.
21765 2015-12-01  Joseph Myers  <joseph@codesourcery.com>
21767         * sysdeps/ieee754/dbl-64/e_sqrt.c: Do not include uroot.h.
21768         (__ieee754_sqrt): Use hex float constants instead of tm256.x and
21769         t512.x.
21770         * sysdeps/ieee754/dbl-64/uroot.h: Remove file.
21772 2015-11-30  Amit Pawar  <amit.pawar@amd.com>
21774         [BZ #19214]
21775         * sysdeps/x86/cpu-features.c (get_common_indeces): Add an
21776         argument to return extended model.  Update family and model
21777         with extended family and model when family == 0x0f.
21778         (init_cpu_features): Updated.
21780 2015-11-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21782         The RPC interface used by mmap uses the unsigned vm_offset_t, not the
21783         signed off_t, so 32bit bigger than 2GiB values are fine actually.
21785         * sysdeps/mach/hurd/mmap64.c: New file.
21787 2015-11-29  Thomas Schwinge  <thomas@codesourcery.com>
21789         * sysdeps/mach/hurd/fork.c (__fork): Install correct number of send
21790         rights for its main user thread in NEWTASK.
21792 2015-11-28  Maciej W. Rozycki  <macro@imgtec.com>
21794         * sysdeps/mips/fpu_control.h (_FPU_RESERVED): Include ABS2008.
21795         (_FPU_DEFAULT, _FPU_IEEE) [__mips_nan2008]: Set ABS2008.
21797 2015-11-27  Carlos O'Donell  <carlos@redhat.com>
21799         [BZ #14259]
21800         * Makeconfig: Rename localedir to complocaledir.
21801         Rename inst_localedir to inst_complocaledir.
21802         * aclocal.m4: Rename libc_cv_localedir to libc_cv_complocaledir.
21803         * config.make.in: Use complocaledir and libc_cv_complocaledir.
21804         * configure.ac: Use libc_cv_complocaledir.
21805         * configure: Regenerate.
21806         * locale/Makefile: Use complocaledir. Rename define -DLOCALEDIR to
21807         -DCOMPLOCALEDIR.
21808         * locale/findlocale.c: Use COMPLOCALEDIR.
21809         * locale/loadarchive.c: Likewise.
21810         * locale/programs/locale.c: Likewise.
21811         * locale/programs/localedef.c: Likewise.
21812         * locale/programs/locarchive.c: Likewise.
21813         * localedata/Makefile: Use inst_complocaledir.
21814         * sysdeps/gnu/configure: Regenerate.
21815         * sysdeps/hppa/configure: Regenerate.
21816         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerate.
21817         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
21818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
21819         * sysdeps/unix/sysv/linux/s390/s390-64/configure: Regenerate.
21820         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: Regenerate.
21821         * sysdeps/unix/sysv/linux/x86_64/64/configure: Regenerate.
21822         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Regenerate.
21824 2015-11-27  Andrew Senkevich  <andrew.senkevich@intel.com>
21826         [BZ #19058]
21827         * math/Makefile ($(inst_libdir)/libm.so): Added libmvec_nonshared.a to
21828         AS_NEEDED.
21829         * sysdeps/x86/fpu/bits/math-vector.h: Removed code with asm aliases
21830         workaround.
21831         * sysdeps/x86_64/fpu/Makefile (libmvec-support,
21832         libmvec-static-only-routines): Added new file.
21833         * sysdeps/x86_64/fpu/svml_finite_alias.S: New file.
21835 2015-11-25  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21837         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Destroy reply port
21838         of interrupted RPC instead of restoring it.
21840         * sysdeps/i386/setjmp.S (__sigsetjmp): Add hidden_def.
21841         * sysdeps/mach/hurd/accept4.c (__libc_accept4): Remove
21842         libc_hidden_def.
21843         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Initialize to get
21844         into initialized data instead of common. Define rtld_hidden_data_def.
21845         * sysdeps/mach/hurd/fxstatat64.c (__fxstatat64): Add libc_hidden_def.
21846         * sysdeps/mach/hurd/if_index.c (__if_freenameindex): Add
21847         libc_hidden_def.
21848         (if_freenameindex): Add libc_hidden_weak.
21849         (if_nameindex): Add libc_hidden_weak.
21850         * sysdeps/mach/hurd/open.c (_open64): Rename libc_hidden_weak into
21851         __open64.
21852         * sysdeps/mach/hurd/sigwait.c (__sigwait): Add libc_hidden_def.
21853         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Add libc_hidden_def.
21854         * sysdeps/mach/nanosleep.c: Include <time.h>
21855         (__nanosleep): Rename to __libc_nanosleep.
21856         (__nanosleep): Add weak_alias.
21857         (nanosleep): Update alias.
21859 2015-11-24  Joseph Myers  <joseph@codesourcery.com>
21861         * stdlib/strtod_nan.c: New file.
21862         * stdlib/strtod_nan_double.h: Likewise.
21863         * stdlib/strtod_nan_float.h: Likewise.
21864         * stdlib/strtod_nan_main.c: Likewise.
21865         * stdlib/strtod_nan_narrow.h: Likewise.
21866         * stdlib/strtod_nan_wide.h: Likewise.
21867         * stdlib/strtof_nan.c: Likewise.
21868         * stdlib/strtold_nan.c: Likewise.
21869         * sysdeps/ieee754/ldbl-128/strtod_nan_ldouble.h: Likewise.
21870         * sysdeps/ieee754/ldbl-128ibm/strtod_nan_ldouble.h: Likewise.
21871         * sysdeps/ieee754/ldbl-96/strtod_nan_ldouble.h: Likewise.
21872         * wcsmbs/wcstod_nan.c: Likewise.
21873         * wcsmbs/wcstof_nan.c: Likewise.
21874         * wcsmbs/wcstold_nan.c: Likewise.
21875         * stdlib/Makefile (routines): Add strtof_nan, strtod_nan and
21876         strtold_nan.
21877         * wcsmbs/Makefile (routines): Add wcstod_nan, wcstold_nan and
21878         wcstof_nan.
21879         * include/stdlib.h (__strtof_nan): Declare and use
21880         libc_hidden_proto.
21881         (__strtod_nan): Likewise.
21882         (__strtold_nan): Likewise.
21883         (__wcstof_nan): Likewise.
21884         (__wcstod_nan): Likewise.
21885         (__wcstold_nan): Likewise.
21886         * include/wchar.h (____wcstoull_l_internal): Declare.
21887         * stdlib/strtod_l.c: Do not include <ieee754.h>.
21888         (____strtoull_l_internal): Remove declaration.
21889         (STRTOF_NAN): Define macro.
21890         (SET_MANTISSA): Remove macro.
21891         (STRTOULL): Likewise.
21892         (____STRTOF_INTERNAL): Use STRTOF_NAN to parse NaN payload.
21893         * stdlib/strtof_l.c (____strtoull_l_internal): Remove declaration.
21894         (STRTOF_NAN): Define macro.
21895         (SET_MANTISSA): Remove macro.
21896         * sysdeps/ieee754/ldbl-128/strtold_l.c (STRTOF_NAN): Define macro.
21897         (SET_MANTISSA): Remove macro.
21898         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (STRTOF_NAN): Define
21899         macro.
21900         (SET_MANTISSA): Remove macro.
21901         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (STRTOF_NAN): Define
21902         macro.
21903         (SET_MANTISSA): Remove macro.
21904         * sysdeps/ieee754/ldbl-96/strtold_l.c (STRTOF_NAN): Define macro.
21905         (SET_MANTISSA): Remove macro.
21906         * wcsmbs/wcstod_l.c (____wcstoull_l_internal): Remove declaration.
21907         * wcsmbs/wcstof_l.c (____wcstoull_l_internal): Likewise.
21908         * wcsmbs/wcstold_l.c (____wcstoull_l_internal): Likewise.
21910         [BZ #19266]
21911         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check directly for
21912         upper case and lower case letters inside NAN(), not using TOLOWER.
21913         * stdlib/tst-strtod-nan-locale-main.c: New file.
21914         * stdlib/tst-strtod-nan-locale.c: Likewise.
21915         * stdlib/Makefile (tests): Add tst-strtod-nan-locale.
21916         [$(run-built-tests) = yes] ($(objpfx)tst-strtod-nan-locale.out):
21917         Depend on $(gen-locales).
21918         ($(objpfx)tst-strtod-nan-locale): Depend on $(libm).
21919         * wcsmbs/tst-wcstod-nan-locale.c: New file.
21920         * wcsmbs/Makefile (tests): Add tst-wcstod-nan-locale.
21921         [$(run-built-tests) = yes] ($(objpfx)tst-wcstod-nan-locale.out):
21922         Depend on $(gen-locales).
21923         ($(objpfx)tst-wcstod-nan-locale): Depend on $(libm).
21925 2015-11-24  Chris Metcalf  <cmetcalf@ezchip.com>
21927         * misc/tst-tsearch.c (TIMEOUT): Set to 10.
21929         * sysdeps/tile/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Define.
21930         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Add
21931         __finitel, __isinfl, and __isnanl.
21932         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist:
21933         Likewise.
21934         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
21935         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: Add
21936         __finitel.
21937         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
21938         Likewise.
21939         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
21941 2015-11-24  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
21943         * malloc/memusage.c (me): Remove redundant getenv call.
21945 2015-10-24  Florian Weimer  <fweimer@redhat.com>
21947         [BZ #19143]
21948         [BZ #19164]
21949         * nptl/check-cpuset.h: Remove.
21950         * nptl/pthread_attr_setaffinity.c (__pthread_attr_setaffinity_new):
21951         Remove CPU set size check.
21952         * nptl/pthread_setattr_default_np.c (pthread_setattr_default_np):
21953         Likewise.
21954         * sysdeps/unix/sysv/linux/check-cpuset.h: Remove.
21955         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
21956         (__kernel_cpumask_size, __determine_cpumask_size): Remove.
21957         (__pthread_setaffinity_new): Remove CPU set size check.
21958         * sysdeps/unix/sysv/linux/sched_setaffinity.c
21959         (__kernel_cpumask_size): Remove.
21960         (__sched_setaffinity_new): Remove CPU set size check.
21961         * manual/threads.texi (Default Thread Attributes): Remove stale
21962         reference to check_cpuset_attr, determine_cpumask_size in comment.
21963         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == posix] (tests):
21964         Remove tst-getcpu.  Add tst-affinity, tst-affinity-pid.
21965         [$(subdir) == nptl] (tests): Add tst-thread-affinity-pthread,
21966         tst-thread-affinity-pthread2, tst-thread-affinity-sched.
21967         * sysdeps/unix/sysv/linux/tst-affinity.c: New file.
21968         * sysdeps/unix/sysv/linux/tst-affinity-pid.c: New file.
21969         * sysdeps/unix/sysv/linux/tst-skeleton-affinity.c: New skeleton test file.
21970         * sysdeps/unix/sysv/linux/tst-thread-affinity-sched.c: New file.
21971         * sysdeps/unix/sysv/linux/tst-thread-affinity-pthread.c: New file.
21972         * sysdeps/unix/sysv/linux/tst-thread-affinity-pthread2.c: New file.
21973         * sysdeps/unix/sysv/linux/tst-thread-skeleton-affinity.c: New
21974         skeleton test file.
21975         * sysdeps/unix/sysv/linux/tst-getcpu.c: Remove.  Superseded by
21976         tst-affinity-pid.
21978 2015-11-24  Florian Weimer  <fweimer@redhat.com>
21980         * scripts/update-abilist.sh: New file.
21981         * Makefile (+subdir_targets): Add subdir_update-all-abi.
21982         * Makerules (update-all-abi-%, update-all-abi)
21983         (subdir_update-all-abi): New targets.
21984         * elf/Makefile (update-all-abi): New target.
21986 2015-11-24  Florian Weimer  <fweimer@redhat.com>
21988         Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic code.
21989         * sysdeps/mach/hurd/libc-lock.h (_LIBC_LOCK_INITIALIZER): Define.
21990         (__libc_lock_define_initialized): Use it.
21991         * sysdeps/nptl/libc-lockP.h (_LIBC_LOCK_INITIALIZER): Define.
21992         * malloc/arena.c (list_lock): Use _LIBC_LOCK_INITIALIZER.
21993         * malloc/malloc.c (main_arena): Likewise.
21994         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): Remove.
21995         * sysdeps/nptl/malloc-machine.h (MUTEX_INITIALIZER): Remove.
21997 2015-11-23  Joseph Myers  <joseph@codesourcery.com>
21999         * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
22000         (PTRACE_O_EXITKILL): New value in enum __ptrace_setoptions.
22001         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
22002         (PTRACE_O_MASK): Update value.
22003         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_O_EXITKILL):
22004         New value in enum __ptrace_setoptions.
22005         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
22006         (PTRACE_O_MASK): Update value.
22007         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
22008         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
22009         (PTRACE_O_MASK): Update value.
22010         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h
22011         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
22012         (PTRACE_O_MASK): Update value.
22013         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h
22014         (PTRACE_O_SUSPEND_SECCOMP): New value in enum __ptrace_setoptions.
22015         (PTRACE_O_MASK): Update value.
22016         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_SUSPEND_SECCOMP):
22017         New value in enum __ptrace_setoptions.
22018         (PTRACE_O_MASK): Update value.
22019         * sysdeps/unix/sysv/linux/tile/sys/ptrace.h (PTRACE_O_EXITKILL):
22020         New value in enum __ptrace_setoptions.
22021         (PTRACE_O_SUSPEND_SECCOMP): Likewise.
22022         (PTRACE_O_MASK): Update value.
22024         * sysdeps/unix/sysv/linux/netpacket/packet.h (PACKET_COPY_THRESH):
22025         New macro.
22026         (PACKET_AUXDATA): Likewise.
22027         (PACKET_ORIGDEV): Likewise.
22028         (PACKET_VERSION): Likewise.
22029         (PACKET_HDRLEN): Likewise.
22030         (PACKET_RESERVE): Likewise.
22031         (PACKET_TX_RING): Likewise.
22032         (PACKET_LOSS): Likewise.
22033         (PACKET_VNET_HDR): Likewise.
22034         (PACKET_TX_TIMESTAMP): Likewise.
22035         (PACKET_TIMESTAMP): Likewise.
22036         (PACKET_FANOUT): Likewise.
22037         (PACKET_TX_HAS_OFF): Likewise.
22038         (PACKET_QDISC_BYPASS): Likewise.
22039         (PACKET_ROLLOVER_STATS): Likewise.
22040         (PACKET_FANOUT_DATA): Likewise.
22041         (PACKET_MR_UNICAST): Likewise.
22043         [BZ #19242]
22044         * stdlib/strtol_l.c (ISALPHA): Use _nl_C_locobj_ptr for locale.
22045         (TOUPPER): Likewise.
22046         * stdlib/tst-strtol-locale-main.c: New file.
22047         * stdlib/tst-strtol-locale.c: Likewise.
22048         * stdlib/Makefile (tests): Add tst-strtol-locale.
22049         [$(run-built-tests) = yes] (LOCALES): Add tr_TR.ISO-8859-9.
22050         [$(run-built-tests) = yes] ($(objpfx)tst-strtol-locale.out):
22051         Depend on $(gen-locales).
22052         * wcsmbs/tst-wcstol-locale.c: New file.
22053         * wcsmbs/Makefile (tests): Add tst-wcstol-locale.
22054         [$(run-built-tests) = yes] (LOCALES): Add tr_TR.UTF-8 and
22055         tr_TR.ISO-8859-9.
22056         [$(run-built-tests) = yes] ($(objpfx)tst-wcstol-locale.out):
22057         Depend on $(gen-locales).
22059 2015-11-20  Roland McGrath  <roland@hack.frob.com>
22061         * sysdeps/nacl/dl-map-segments.h (_dl_map_segments): Use
22062         __glibc_likely instead of __builtin_expect.  After falling back to
22063         dyncode_create in a non-ET_DYN case, use the allocate_code_data
22064         system interface to register the code pages as occupied.
22066 2015-11-20  Joseph Myers  <joseph@codesourcery.com>
22068         * sysdeps/arm/math_private.h [!_MATH_PRIVATE_H]: Change guard to
22069         [!ARM_MATH_PRIVATE_H].
22070         [!ARM_MATH_PRIVATE_H] (ARM_MATH_PRIVATE_H): Define macro.
22071         * sysdeps/hppa/math_private.h [!_MATH_PRIVATE_H]: Change guard to
22072         [!HPPA_MATH_PRIVATE_H].
22073         [!HPPA_MATH_PRIVATE_H] (HPPA_MATH_PRIVATE_H): Define macro.
22074         * sysdeps/i386/fpu/math_private.h [!_MATH_PRIVATE_H]: Change guard
22075         to [!I386_MATH_PRIVATE_H].
22076         [!I386_MATH_PRIVATE_H] (I386_MATH_PRIVATE_H): Define macro.
22077         * sysdeps/m68k/m680x0/fpu/math_private.h [!_MATH_PRIVATE_H]:
22078         Change guard to [!M68K_MATH_PRIVATE_H].
22079         [!M68K_MATH_PRIVATE_H] (M68K_MATH_PRIVATE_H): Define macro.
22080         * sysdeps/microblaze/math_private.h [!_MATH_PRIVATE_H]: Change
22081         guard to [!MICROBLAZE_MATH_PRIVATE_H].
22082         [!MICROBLAZE_MATH_PRIVATE_H] (MICROBLAZE_MATH_PRIVATE_H): Define
22083         macro.
22084         * sysdeps/mips/math_private.h [!_MATH_PRIVATE_H]: Change guard to
22085         [!MIPS_MATH_PRIVATE_H].
22086         [!MIPS_MATH_PRIVATE_H] (MIPS_MATH_PRIVATE_H): Define macro.
22087         * sysdeps/nios2/math_private.h [!_MATH_PRIVATE_H]: Change guard to
22088         [!NIO2_MATH_PRIVATE_H].
22089         [!NIO2_MATH_PRIVATE_H] (NIO2_MATH_PRIVATE_H): Define macro.
22090         * sysdeps/tile/math_private.h [!_MATH_PRIVATE_H]: Change guard to
22091         [!TILE_MATH_PRIVATE_H].
22092         [!TILE_MATH_PRIVATE_H] (TILE_MATH_PRIVATE_H): Define macro.
22094         [BZ #15421]
22095         * sysdeps/ieee754/s_signgam.c (signgam): Rename to __signgam,
22096         initialize with 0 and define as weak alias of __signgam.
22097         * include/math.h [!_ISOMAC] (__signgam): Declare.
22098         * math/Makefile (libm-calls): Add w_lgamma_compat.
22099         (tests): Add test-signgam-uchar, test-signgam-uchar-init,
22100         test-signgam-uint, test-signgam-uint-init, test-signgam-ullong and
22101         test-signgam-ullong-init.
22102         (tests-static): Add test-signgam-uchar-static,
22103         test-signgam-uchar-init-static, test-signgam-uint-static,
22104         test-signgam-uint-init-static, test-signgam-ullong-static and
22105         test-signgam-ullong-init-static.
22106         (CFLAGS-test-signgam-uchar.c): New variable.
22107         (CFLAGS-test-signgam-uchar-init.c): Likewise.
22108         (CFLAGS-test-signgam-uchar-static.c): Likewise.
22109         (CFLAGS-test-signgam-uchar-init-static.c): Likewise.
22110         (CFLAGS-test-signgam-uint.c): Likewise.
22111         (CFLAGS-test-signgam-uint-init.c): Likewise.
22112         (CFLAGS-test-signgam-uint-static.c): Likewise.
22113         (CFLAGS-test-signgam-uint-init-static.c): Likewise.
22114         (CFLAGS-test-signgam-ullong.c): Likewise.
22115         (CFLAGS-test-signgam-ullong-init.c): Likewise.
22116         (CFLAGS-test-signgam-ullong-static.c): Likewise.
22117         (CFLAGS-test-signgam-ullong-init-static.c): Likewise.
22118         * math/Versions (libm): Add GLIBC_2.23.
22119         * math/lgamma-compat.h: New file.
22120         * math/test-signgam-main.c: Likewise.
22121         * math/test-signgam-uchar-init-static.c: Likewise.
22122         * math/test-signgam-uchar-init.c: Likewise.
22123         * math/test-signgam-uchar-static.c: Likewise.
22124         * math/test-signgam-uchar.c: Likewise.
22125         * math/test-signgam-uint-init-static.c: Likewise.
22126         * math/test-signgam-uint-init.c: Likewise.
22127         * math/test-signgam-uint-static.c: Likewise.
22128         * math/test-signgam-uint.c: Likewise.
22129         * math/test-signgam-ullong-init-static.c: Likewise.
22130         * math/test-signgam-ullong-init.c: Likewise.
22131         * math/test-signgam-ullong-static.c: Likewise.
22132         * math/test-signgam-ullong.c: Likewise.
22133         * math/w_lgamma.c: Rename to w_lgamma_main.c and replace by
22134         wrapper of w_lgamma_main.c.
22135         * math/w_lgamma_compat.c: New file.
22136         * math/w_lgamma_compatf.c: Likewise.
22137         * math/w_lgamma_compatl.c: Likewise.
22138         * math/w_lgamma_main.c: New file.  Based on w_lgamma.c.  Include
22139         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
22140         defining compatibility symbols.
22141         (__lgamma): Change to LGFUNC (__lgamma).  Use CALL_LGAMMA.
22142         * math/w_lgammaf.c: Rename to w_lgammaf_main.c and replace by
22143         wrapper of w_lgammaf_main.c.
22144         * math/w_lgammaf_main.c: New file.  Based on w_lgammaf.c.  Include
22145         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
22146         defining compatibility symbols.
22147         (__lgammaf): Change to LGFUNC (__lgammaf).  Use CALL_LGAMMA.
22148         * math/w_lgammal.c: Rename to w_lgammal_main.c and replace by
22149         wrapper of w_lgammal_main.c.
22150         * math/w_lgammal_main.c: New file.  Based on w_lgammal.c.  Include
22151         <lgamma-compat.h>.  Condition contents on [BUILD_LGAMMA].  Support
22152         defining compatibility symbols.
22153         (__lgammal): Change to LGFUNC (__lgammal).  Use CALL_LGAMMA.
22154         * sysdeps/ia64/fpu/lgamma-compat.h: New file.
22155         * sysdeps/ia64/fpu/w_lgamma.c: Move to ....
22156         * sysdeps/ia64/fpu/w_lgamma_main.c: ...here.  Include
22157         <lgamma-compat.h>.
22158         (__ieee754_lgamma): Change to LGFUNC (lgamma).  Use CALL_LGAMMA.
22159         (__ieee754_gamma): Define as alias.
22160         * sysdeps/ia64/fpu/w_lgammaf.c: Move to ....
22161         * sysdeps/ia64/fpu/w_lgammaf_main.c: ...here.  Include
22162         <lgamma-compat.h>.
22163         (__ieee754_lgammaf): Change to LGFUNC (lgammaf).  Use CALL_LGAMMA.
22164         (__ieee754_gammaf): Define as alias.
22165         * sysdeps/ia64/fpu/w_lgammal.c: Move to ....
22166         * sysdeps/ia64/fpu/w_lgammal_main.c: ...here.  Include
22167         <lgamma-compat.h>.
22168         (__ieee754_lgammal): Change to LGFUNC (lgammal).  Use CALL_LGAMMA.
22169         (__ieee754_gammal): Define as alias.
22170         * sysdeps/ieee754/ldbl-opt/w_lgamma.c: Move to ....
22171         * sysdeps/ieee754/ldbl-opt/w_lgamma_compat.c: ...here.  Include
22172         <math/w_lgamma_compat.c>.
22173         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (__lgammal_dbl_compat):
22174         Define as alias of __lgamma_compat and use in defining lgammal.
22175         * sysdeps/ieee754/ldbl-opt/w_lgammal.c: Move to ....
22176         * sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c: ...here.  Include
22177         <math/lgamma-compat.h> and <math/w_lgamma_compatl.c>.
22178         (USE_AS_COMPAT): New macro.
22179         (LGAMMA_OLD_VER): Undefine and redefine.
22180         (lgammal): Do not define here.
22181         (gammal): Only define here if [GAMMA_ALIAS].
22182         * conform/linknamespace.pl (@whitelist): Remove signgam.
22183         * sysdeps/nacl/libm.abilist: Update.
22184         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: Likewise.
22185         * sysdeps/unix/sysv/linux/alpha/libm.abilist: Likewise.
22186         * sysdeps/unix/sysv/linux/arm/libm.abilist: Likewise.
22187         * sysdeps/unix/sysv/linux/hppa/libm.abilist: Likewise.
22188         * sysdeps/unix/sysv/linux/i386/libm.abilist: Likewise.
22189         * sysdeps/unix/sysv/linux/ia64/libm.abilist: Likewise.
22190         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: Likewise.
22191         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: Likewise.
22192         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Likewise.
22193         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: Likewise.
22194         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: Likewise.
22195         * sysdeps/unix/sysv/linux/nios2/libm.abilist: Likewise.
22196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist:
22197         Likewise.
22198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
22199         Likewise.
22200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist:
22201         Likewise.
22202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist:
22203         Likewise.
22204         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: Likewise.
22205         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: Likewise.
22206         * sysdeps/unix/sysv/linux/sh/libm.abilist: Likewise.
22207         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: Likewise.
22208         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: Likewise.
22209         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist:
22210         Likewise.
22211         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist:
22212         Likewise.
22213         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: Likewise.
22214         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: Likewise.
22215         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: Likewise.
22217 2015-11-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
22219         [BZ #16364]
22220         * sysdeps/unix/sysv/linux/sleep.c: Remove file.
22221         * sysdeps/posix/sleep.c (__sleep): Simplify cancellation handling.
22223 2015-11-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
22225         * sysdeps/s390/fpu/bits/mathinline.h:
22226         Use __asm__ [__volatile__] instead of asm [volatile].
22227         * sysdeps/s390/abort-instr.h: Likewise.
22228         * sysdeps/s390/atomic-machine.h: Likewise.
22229         * sysdeps/s390/bits/string.h: Likewise.
22230         * sysdeps/s390/dl-tls.h: Likewise.
22231         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
22232         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
22233         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
22234         * sysdeps/s390/fpu/fesetround.c: Likewise.
22235         * sysdeps/s390/fpu/fpu_control.h: Likewise.
22236         * sysdeps/s390/fpu/s_fma.c: Likewise.
22237         * sysdeps/s390/fpu/s_fmaf.c: Likewise.
22238         * sysdeps/s390/memusage.h: Likewise.
22239         * sysdeps/s390/multiarch/ifunc-resolve.h: Likewise.
22240         * sysdeps/s390/nptl/pthread_spin_lock.c: Likewise.
22241         * sysdeps/s390/nptl/pthread_spin_trylock.c: Likewise.
22242         * sysdeps/s390/nptl/pthread_spin_unlock.c: Likewise.
22243         * sysdeps/s390/nptl/tls.h: Likewise.
22244         * sysdeps/s390/s390-32/__longjmp.c: Likewise.
22245         * sysdeps/s390/s390-32/backtrace.c: Likewise.
22246         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
22247         * sysdeps/s390/s390-32/multiarch/memcmp.c: Likewise.
22248         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
22249         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
22250         * sysdeps/s390/s390-64/__longjmp.c: Likewise.
22251         * sysdeps/s390/s390-64/backtrace.c: Likewise.
22252         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
22253         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: Likewise.
22254         * sysdeps/s390/s390-64/multiarch/memcmp.c: Likewise.
22255         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
22256         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
22257         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Likewise.
22258         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
22259         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
22260         * sysdeps/unix/sysv/linux/s390/brk.c: Likewise.
22261         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
22262         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Likewise.
22263         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
22264         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: Likewise.
22265         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
22266         * sysdeps/unix/sysv/linux/s390/sysconf.c: Likewise.
22268 2015-11-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22269             Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
22271         * sysdeps/powerpc/nptl/pthread_spin_lock.c (pthread_spin_lock):
22272         Add lwarx hint, and use macro for acquire instruction.
22273         * sysdeps/powerpc/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
22274         Likewise.
22275         * sysdep/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Move to ...
22276         * sysdeps/powerpc/nptl/pthread_spin_unlock.c: ... here, and
22277         update to use new atomic macros.
22279 2015-11-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
22281         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
22282         (__lll_trylock_elision): Fix setting of adapt_count.
22283         * sysdeps/unix/sysv/linux/powerpc/htm.h
22284         (_ABORT_PERSISTENT): Define to clarify persistent aborts.
22285         (_ABORT_NESTED_TRYLOCK): Renumber, and make persistent.
22286         (_ABORT_SYSCALL): Renumber, and clarify definition.
22287         (_ABORT_LOCK_BUSY): Renumber, make non-persistent.
22289 2015-11-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
22291         * sysdeps/ieee754/ldbl-128ibm/mpn2ldl.c: Include gmp headers
22292         after system headers to prevent MIN/MAX redefinition.  Define
22293         HAVE_ALLOCA to preserve builtin alloca usage.
22295 2015-11-17  Siddhesh Poyarekar  <siddhesh.poyarekar@linaro.org>
22297         * sysdeps/ieee754/dbl-64/s_sin.c (__sin)[IN_SINCOS]: Mark function
22298         static and don't set or restore rounding.
22299         (__cos)[IN_SINCOS]: Likewise.
22300         * sysdeps/ieee754/dbl-64/s_sincos.c: Include s_sin.c.
22301         (__sincos): Set and restore rounding mode.  Remove check for infinite
22302         or NaN input.
22304         * sysdeps/ieee754/dbl-64/s_sin.c: Remove redundant else clauses.
22306         * benchtests/scripts/bench.py (_print_arg_data): Mark output variables
22307         as used.
22309 2015-11-16  Florian Weimer  <fweimer@redhat.com>
22311         * math/test-signgam-finite-c99.c (_Mlong_double_): Undefine.
22313 2015-11-14  H.J. Lu  <hongjiu.lu@intel.com>
22315         * config.make.in (have-glob-dat-reloc): New.
22316         * configure.ac (libc_cv_has_glob_dat): New.  Set to yes if
22317         target supports GLOB_DAT relocaton. AC_SUBST.
22318         * configure: Regenerated.
22319         * elf/Makefile (tests): Add tst-prelink.
22320         (tests-special): Add $(objpfx)tst-prelink-cmp.out.
22321         (tst-prelink-ENV): New.
22322         ($(objpfx)tst-prelink-conflict.out): Likewise.
22323         ($(objpfx)tst-prelink-cmp.out): Likewise.
22324         * sysdeps/x86/tst-prelink.c: Moved to ...
22325         * elf/tst-prelink.c: Here.
22326         * sysdeps/x86/tst-prelink.exp: Moved to ...
22327         * elf/tst-prelink.exp: Here.
22328         * sysdeps/x86/Makefile (tests): Don't add tst-prelink.
22329         (tst-prelink-ENV): Removed.
22330         ($(objpfx)tst-prelink-conflict.out): Likewise.
22331         ($(objpfx)tst-prelink-cmp.out): Likewise.
22332         (tests-special): Don't add $(objpfx)tst-prelink-cmp.out.
22334 2015-11-13  Joseph Myers  <joseph@codesourcery.com>
22336         [BZ #14551]
22337         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Include <errno.h>.
22338         (__mpn_construct_long_double): If high part overflows to infinity,
22339         set errno and recompute overflowed result of the correct sign.
22340         * sysdeps/ieee754/ldbl-128ibm/Makefile
22341         [$(subdir) = stdlib] (tests): Add tst-strtold-ldbl-128ibm.
22342         [$(subdir) = stdlib] ($(objpfx)tst-strtold-ldbl-128ibm): Depend on
22343         $(libm).
22344         * sysdeps/ieee754/ldbl-128ibm/tst-strtold-ldbl-128ibm.c: New file.
22346 2015-11-12  Joseph Myers  <joseph@codesourcery.com>
22348         [BZ #15479]
22349         [BZ #19238]
22350         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Save
22351         floating-point state after first operation on input.  Restore full
22352         state rather than just rounding mode.
22353         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
22354         * sysdeps/powerpc/powerpc64/fpu/s_round.S (__round): Likewise.
22355         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S (__roundf): Likewise.
22357         [BZ #19235]
22358         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Do not
22359         add 0.5 to integer arguments.
22360         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf):
22361         Likewise.
22362         (.LC2): New object.
22364 2015-11-11  Mike Frysinger  <vapier@gentoo.org>
22366         * scripts/pylintrc (reports): Set to no.
22368 2015-11-10  Roland McGrath  <roland@hack.frob.com>
22370         * elf/dl-load.c (open_verify): Take new argument FD.
22371         Skip __open call if passed FD is not -1.
22372         (_dl_map_object, open_path): Update callers.
22373         * elf/dl-sysdep-open.h: New file.
22374         * elf/dl-load.c: Include it.
22375         (_dl_map_object): Try _dl_sysdep_open_object before ldconfig cache.
22376         * sysdeps/nacl/dl-sysdep.c (_dl_sysdep_open_object): New function.
22377         * sysdeps/nacl/dl-sysdep-open.h: New file.
22378         * sysdeps/nacl/nacl-interface-list.h: Move nacl_irt_resource_open
22379         from libc to rtld.
22381 2015-11-10  Joseph Myers  <joseph@codesourcery.com>
22383         [BZ #19228]
22384         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Save
22385         and restore full floating-point state.
22386         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
22387         Likewise.
22388         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (__nearbyint):
22389         Likewise.
22390         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S (__nearbyintf):
22391         Likewise.
22392         * math/test-nearbyint-except-2.c: New file.
22393         * math/Makefile (tests): Add test-nearbyint-except-2.
22395 2015-11-10  H.J. Lu  <hongjiu.lu@intel.com>
22397         [BZ #19178]
22398         * sysdeps/x86/Makefile (tests): Add tst-prelink.
22399         (tst-prelink-ENV): New.
22400         ($(objpfx)tst-prelink-conflict.out): Likewise.
22401         ($(objpfx)tst-prelink-cmp.out): Likewise.
22402         (tests-special): Add $(objpfx)tst-prelink-cmp.out.
22403         * sysdeps/x86/tst-prelink.c: New file.
22404         * sysdeps/x86/tst-prelink.exp: Likewise.
22406 2015-11-10  Joseph Myers  <joseph@codesourcery.com>
22408         * math/auto-libm-test-in: Add another test of pow.
22409         * math/auto-libm-test-out: Regenerated.
22410         * math/libm-test.inc (pow_test_data): Add another test.
22412 2015-11-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
22414         [BZ #19219]
22415         * sysdeps/ia64/fpu/s_nearbyintl.S (__nearbyint): Define and
22416         weak_alias to nearbyintl.
22418 2015-11-10  Wilco Dijkstra  <wdijkstr@arm.com>
22420         * sysdeps/aarch64/bits/string.h: New file.
22421         (_STRING_ARCH_unaligned): Define.
22423 2015-11-10  Wilco Dijkstra  <wdijkstr@arm.com>
22425         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Remove __signbit*.
22426         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
22427         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
22428         * sysdeps/unix/sysv/linux/nios2/localplt.data: Likewise.
22429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data: Likewise.
22431 2015-11-09  Ulrich Drepper  <drepper@gmail.com>
22433         * elf/dl-load.c (_dl_map_object_from_fd): Add additional parameter
22434         for original name of the DSO.  Add it to the name list of the DSO
22435         if it is actually given.
22436         (_dl_map_object): Keep track of whether an audit module rewrote
22437         the file name.  If yes, pass the original name to
22438         _dl_map_object_from_fd in a new parameter, otherwise NULL.  When
22439         debugging is enabled, log the change of the file name.
22440         * sysdeps/mach/hur/dl-sysdep.c: Adjust commented-out call to
22441         _dl_map_object_from_fd.
22442         * elf/Makefile: Build and run tst-audit11 and tst-audit12.
22443         * elf/tst-audit11.c: New file
22444         * elf/tst-auditmod11.c: New file.
22445         * elf/tst-audit11mod1.c: New file.
22446         * elf/tst-audit11mod2.c: New file.
22447         * elf/tst-audit11mod2.map: New file.
22448         * elf/tst-audit12.c: New file
22449         * elf/tst-auditmod12.c: New file.
22450         * elf/tst-audit12mod1.c: New file.
22451         * elf/tst-audit12mod2.c: New file.
22452         * elf/tst-audit12mod2.map: New file.
22453         * elf/tst-audit12mod3.c: New file.
22455 2015-11-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
22457         * sysdeps/s390/longjmp.c (longjmp, _longjmp, siglongjmp):
22458         Don't create weak aliases,
22459         because versioned symbols are created later.
22460         * sysdeps/s390/s390-32/setjmp.S
22461         (setjmp, _setjmp): Remove weak and rename to an unique name
22462         in SHARED case due to existing versioned symbols.
22463         * sysdeps/s390/s390-64/setjmp.S: Likewise.
22464         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S
22465         (getcontext): Create weak alias only in non SHARED case.
22466         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
22468 2015-11-09  Stefan Liebler  <stli@linux.vnet.ibm.com>
22470         * sysdeps/unix/sysv/linux/s390/kernel-features.h:
22471         (__ASSUME_*_SYSCALL) Define new macros.
22472         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:
22473         Remove socketcall syscalls.
22474         * sysdeps/unix/sysv/linux/accept.c (__libc_accept):
22475         Use accept4 if defined __ASSUME_ACCEPT4_FOR_ACCEPT_SYSCALL.
22476         * sysdeps/unix/sysv/linux/recv.c (__libc_recv):
22477         Use recvfrom if defined __ASSUME_RECVFROM_FOR_RECV_SYSCALL.
22478         * sysdeps/unix/sysv/linux/send.c (__libc_send):
22479         Use sendto if defined __ASSUME_SENDTO_FOR_SEND_SYSCALL.
22481 2015-11-09  Florian Weimer  <fweimer@redhat.com>
22483         [BZ #12926]
22484         Terminate process on invalid netlink response.
22485         * sysdeps/unix/sysv/linux/netlinkaccess.h
22486         (__netlink_assert_response): Declare.
22487         * sysdeps/unix/sysv/linux/netlink_assert_response.c: New file.
22488         * sysdeps/unix/sysv/linux/Makefile [$(subdir) == inet]
22489         (sysdep_routines): Add netlink_assert_response.
22490         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Call
22491         __netlink_assert_response.
22492         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Likewise.
22493         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Likewise.
22494         * sysdeps/unix/sysv/linux/Versions (GLIBC_PRIVATE): Add
22495         __netlink_assert_response.
22497 2015-11-07  H.J. Lu  <hongjiu.lu@intel.com>
22499         [BZ #19178]
22500         * elf/dl-lookup.c (RTYPE_CLASS_VALID): New.
22501         (RTYPE_CLASS_PLT): Likewise.
22502         (RTYPE_CLASS_COPY): Likewise.
22503         (RTYPE_CLASS_TLS): Likewise.
22504         (_dl_debug_bindings): Use RTYPE_CLASS_TLS and RTYPE_CLASS_VALID
22505         to set relocation type class for DL_DEBUG_PRELINK.  Keep only
22506         ELF_RTYPE_CLASS_PLT and ELF_RTYPE_CLASS_COPY bits for
22507         DL_DEBUG_PRELINK.
22509 2015-11-06  Joseph Myers  <joseph@codesourcery.com>
22511         * math/test-signgam-finite.c (RUN_TESTS): Correct messages about
22512         calls with argument -0.5.
22513         * math/test-signgam-finite-c99.c (RUN_TESTS): Likewise.
22515         * configure.ac (libc_cv_z_nodelete): Remove configure test.
22516         (libc_cv_z_nodlopen): Likewise.
22517         (libc_cv_z_initfirst): Likewise.
22518         * configure: Regenerated.
22520 2015-11-06  Florian Weimer  <fweimer@redhat.com>
22522         Simplify abilist format to be line-based.
22523         * scripts/abilist.awk: Collect descriptors in the descs variable.
22524         (emit): Write descs variable and sort it
22525         externally, with sort.
22526         * sysdeps/**/*.abilist: Convert to new format.
22528 2015-11-06  Mark Wielaard  <mjw@redhat.com>
22530         [BZ #11460]
22531         * io/Makefile (routines): Add fts64.
22532         (tests): Add tst-fts and tst-fts-lfs.
22533         (CFLAGS-fts64.c): New.
22534         * io/Versions (GLIBC_2.23): New.
22535         * io/fts.c: Replace FTS with FTSOBJ, FTSENT with FTSENTRY. Use
22536         function defines FTS_OPEN, FTS_CLOSE, FTS_READ, FTS_SET and
22537         FTS_CHILDREN. Define FTSOBJ, FTSENTRY, FTS_OPEN, FTS_CLOSE,
22538         FTS_READ, FTS_SET, FTS_CHILDREN, INO_T, STAT and LSTAT if necessary.
22539         * io/fts.h (FTS64): New if _USE_LARGEFILE64.
22540         (FTSENT64): Likewise.
22541         (fts64_children): Likewise.
22542         (fts64_close): Likewise.
22543         (fts64_open): Likewise.
22544         (fts64_read): Likewise.
22545         (fts64_set): Likewise.
22546         * io/fts64.c: New file.
22547         * io/tst-fts.c: New test.
22548         * io/tst-fts-lfs.c: Likewise.
22549         * sysdeps/unix/sysv/linux/aarch64/libc.abilist (GLIBC_2.23): Add
22550         GLIBC_2.23, fts64_children, fts64_close, fts64_open, fts64_read and
22551         fts64_set.
22552         * sysdeps/unix/sysv/linux/alpha/libc.abilist: Likewise.
22553         * sysdeps/unix/sysv/linux/arm/libc.abilist: Likewise.
22554         * sysdeps/unix/sysv/linux/hppa/libc.abilist: Likewise.
22555         * sysdeps/unix/sysv/linux/i386/libc.abilist: Likewise.
22556         * sysdeps/unix/sysv/linux/ia64/libc.abilist: Likewise.
22557         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: Likewise.
22558         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: Likewise.
22559         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Likewise.
22560         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: Likewise.
22561         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: Likewise.
22562         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: Likewise.
22563         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: Likewise.
22564         * sysdeps/unix/sysv/linux/nios2/libc.abilist: Likewise.
22565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist:
22566         Likewise.
22567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
22568         Likewise.
22569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: Likewise.
22570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: Likewise.
22571         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: Likewise.
22572         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: Likewise.
22573         * sysdeps/unix/sysv/linux/sh/libc.abilist: Likewise.
22574         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: Likewise.
22575         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: Likewise.
22576         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Likewise.
22577         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: Likewise.
22578         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: Likewise.
22579         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: Likewise.
22580         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: Likewise.
22581         * sysdeps/wordsize-64/fts.c: New file.
22582         * sysdeps/wordsize-64/fts64.c: Likewise.
22583         * sysdeps/unix/sysv/linux/mips/mips64/n64/fts.c: Likewise.
22584         * sysdeps/unix/sysv/linux/mips/mips64/n64/fts64.c: Likewise.
22585         * sysdeps/unix/sysv/linux/x86_64/x32/fts.c: likewise.
22586         * sysdeps/unix/sysv/linux/x86_64/x32/fts64.c: likewise.
22588 2015-11-05  Joseph Myers  <joseph@codesourcery.com>
22590         * math/libm-test.inc (NON_FINITE): New macro.
22591         (enable_test): Do not run tests flagged NON_FINITE if TEST_FINITE.
22592         * math/gen-libm-test.pl (show_exceptions): Add argument
22593         $non_finite.
22594         (parse_args): Update call to show_exceptions.
22595         * math/test-math-finite.h: New file.
22596         * math/test-math-no-finite.h: Likewise.
22597         * math/test-double-finite.c: Likewise.
22598         * math/test-float-finite.c: Likewise.
22599         * math/test-ldouble-finite.c: Likewise.
22600         * math/test-double.c: Include "test-math-no-finite.h".
22601         * math/test-float.c: Include "test-math-no-finite.h".
22602         * math/test-ldouble.c: Include "test-math-no-finite.h".
22603         * math/test-math-inline.h (TEST_FINITE): New macro.
22604         * math/test-math-vector.h (TEST_FINITE): Likewise.
22605         * math/Makefile (test-longdouble-yes): Add test-ldouble-finite.
22606         (libm-tests): Add test-float-finite and test-double-finite.
22607         ($(objpfx)test-float-finite.o): New dependency on
22608         $(objpfx)libm-test.stmp.
22609         ($(objpfx)test-double-finite.o): Likewise.
22610         ($(objpfx)test-ldouble-finite.o): Likewise.
22611         (libm-test-no-inline-cflags): New variable.
22612         (libm-test-finite-cflags): Likewise.
22613         (CFLAGS-test-float-finite.c): Likewise.
22614         (CFLAGS-test-double-finite.c): Likewise.
22615         (CFLAGS-test-ldouble-finite.c): Likewise.
22616         (CFLAGS-test-float.c): Use $(libm-test-no-inline-cflags).
22617         (CFLAGS-test-double.c): Likewise.
22618         (CFLAGS-test-ldouble.c): Likewise.
22620 2015-11-05  Roland McGrath  <roland@hack.frob.com>
22622         * io/fcntl.c (__fcntl): Add ... to prototype.
22623         * misc/ioctl.c (__ioctl): Likewise.
22624         * misc/syscall.c (syscall): Likewise.
22626 2015-11-05  Joseph Myers  <joseph@codesourcery.com>
22628         * scripts/list-fixed-bugs.py: New file.
22630         [BZ #19213]
22631         * sysdeps/i386/fpu/e_log.S (__log_finite): Ensure +0 is always
22632         returned for argument 1.
22633         * sysdeps/i386/fpu/e_logf.S (__logf_finite): Likewise.
22634         * sysdeps/i386/fpu/e_logl.S (__logl_finite): Likewise.
22635         * sysdeps/i386/i686/fpu/e_logl.S (__logl_finite): Likewise.
22636         * sysdeps/x86_64/fpu/e_log10l.S (__log10l_finite): Likewise.
22637         * sysdeps/x86_64/fpu/e_log2l.S (__log2l_finite): Likewise.
22638         * sysdeps/x86_64/fpu/e_logl.S (__logl_finite): Likewise.
22640         [BZ #19211]
22641         * math/bits/math-finite.h (lgamma): Set signgam if [__USE_MISC ||
22642         __USE_XOPEN], not if [!__USE_ISOC99].
22643         (lgammaf): Likewise.
22644         (lgammal): Likewise.
22645         (gamma): Set signgam unconditionally, not if [!__USE_ISOC99].
22646         (gammaf): Likewise.
22647         (gammal): Likewise.
22648         * math/test-signgam-finite-c11.c: New file.
22649         * math/test-signgam-finite-c99.c: Likewise.
22650         * math/test-signgam-finite.c: Likewise.
22651         * math/Makefile (tests): Add test-signgam-finite,
22652         test-signgam-finite-c99 and test-signgam-finite-c11.
22653         (CFLAGS-test-signgam-finite.c): New variable.
22654         (CFLAGS-test-signgam-finite-c99.c): Likewise.
22655         (CFLAGS-test-signgam-finite-c11.c): Likewise.
22657         [BZ #19212]
22658         * include/features.h [(_XOPEN_SOURCE - 0) >= 500]: Change
22659         conditional to [defined _XOPEN_SOURCE && (_XOPEN_SOURCE - 0) >=
22660         500].
22661         [_POSIX_C_SOURCE >= 1]: Change conditional to [defined
22662         _POSIX_C_SOURCE && _POSIX_C_SOURCE >= 1].
22663         [(_POSIX_C_SOURCE - 0) >= 199309L]: Change conditional to [defined
22664         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 199309L].
22665         [(_POSIX_C_SOURCE - 0) >= 199506L]: Change conditional to [defined
22666         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 199506L].
22667         [(_POSIX_C_SOURCE - 0) >= 200112L]: Change conditional to [defined
22668         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 200112L].
22669         [(_POSIX_C_SOURCE - 0) >= 200809L]: Change conditional to [defined
22670         _POSIX_C_SOURCE && (_POSIX_C_SOURCE - 0) >= 200809L].
22672         [BZ #19209]
22673         * math/bits/math-finite.h (ldexp): Remove declaration.
22674         (ldexpf): Likewise.
22675         (ldexpl): Likewise.
22677         [BZ #19205]
22678         * math/bits/math-finite.h (acosf): Condition declaration on
22679         [__USE_ISOC99].
22680         (acosl): Likewise.
22681         (acoshf): Likewise.
22682         (acoshl): Likewise.
22683         (asinf): Likewise.
22684         (asinl): Likewise.
22685         (atan2f): Likewise.
22686         (atan2l): Likewise.
22687         (atanhf): Likewise.
22688         (atanhl): Likewise.
22689         (coshf): Likewise.
22690         (coshl): Likewise.
22691         (expf): Likewise.
22692         (expl): Likewise.
22693         (fmodf): Likewise.
22694         (fmodl): Likewise.
22695         (hypot): Change condition to [__USE_XOPEN || __USE_ISOC99].
22696         (j0f): Change condition to [__USE_MISC && __USE_ISOC99].
22697         (j0l): Likewise.
22698         (y0f): Likewise.
22699         (y0l): Likewise.
22700         (j1f): Likewise.
22701         (j1l): Likewise.
22702         (y1f): Likewise.
22703         (y1l): Likewise.
22704         (jnf): Likewise.
22705         (jnl): Likewise.
22706         (ynf): Likewise.
22707         (ynl): Likewise.
22708         (lgammaf_r): Condition declaration on [__USE_ISOC99].
22709         (lgammal_r): Likewise.
22710         (__lgamma_r_finite): New declaration.
22711         (__lgammaf_r_finite): Likewise.
22712         (__lgammal_r_finite): Likewise.
22713         (lgamma): Use __lgamma_r_finite.
22714         (lgammaf): Condition definition on [__USE_ISOC99].  Use
22715         __lgammaf_r_finite.
22716         (lgammal): Condition definition on [__USE_ISOC99].  Use
22717         __lgammal_r_finite.
22718         (gamma): Do not define for [!__USE_MISC && __USE_XOPEN2K].  Use
22719         __lgamma_r_finite.
22720         (gammaf): Condition definition on [__USE_ISOC99].  Use
22721         __lgammaf_r_finite.
22722         (gammal): Condition definition on [__USE_ISOC99].  Use
22723         __lgammal_r_finite.
22724         (logf): Condition declaration on [__USE_ISOC99].
22725         (logl): Likewise.
22726         (log10f): Likewise.
22727         (log10l): Likewise.
22728         (ldexpf): Likewise.
22729         (ldexpl): Likewise.
22730         (powf): Likewise.
22731         (powl): Likewise.
22732         (remainder): Condition declaration on [__USE_XOPEN_EXTENDED ||
22733         __USE_ISOC99].
22734         (remainderf): Condition declaration on [__USE_ISOC99].
22735         (remainderl): Likewise.
22736         (scalb): Do not declare for [!__USE_MISC && __USE_XOPEN2K8].
22737         (scalbf): Change condition to [__USE_MISC && __USE_ISOC99].
22738         (scalbl): Likewise.
22739         (sinhf): Condition declaration on [__USE_ISOC99].
22740         (sinhl): Likewise.
22741         (sqrtf): Likewise.
22742         (sqrtl): Likewise.
22744 2015-11-04  Joseph Myers  <joseph@codesourcery.com>
22746         * sysdeps/arm/atomic-machine.h
22747         [__GNUC_PREREQ (4, 7) && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4]:
22748         Change conditional to [__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4].
22749         [__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 && !__GNUC_PREREQ (4, 7)]:
22750         Remove conditional code.
22751         [!__GNUC_PREREQ (4, 7) || !__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4]:
22752         Change conditional to [!__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4].
22753         * sysdeps/i386/sysdep.h [__ASSEMBLER__ && __GNUC_PREREQ (4, 7)]:
22754         Change conditional to [__ASSEMBLER__].
22755         [__ASSEMBLER__ && !__GNUC_PREREQ (4, 7)]: Remove conditional code.
22756         [!__ASSEMBLER__ && __GNUC_PREREQ (4, 7)]: Change conditional to
22757         [!__ASSEMBLER__].
22758         [!__ASSEMBLER__ && !__GNUC_PREREQ (4, 7)]: Remove conditional
22759         code.
22760         * sysdeps/unix/sysv/linux/sh/atomic-machine.h (rNOSP): Remove
22761         conditional macro definitions.
22762         (__arch_compare_and_exchange_val_8_acq): Use "u" instead of rNOSP.
22763         (__arch_compare_and_exchange_val_16_acq): Likewise.
22764         (__arch_compare_and_exchange_val_32_acq): Likewise.
22765         (atomic_exchange_and_add): Likewise.
22766         (atomic_add): Likewise.
22767         (atomic_add_negative): Likewise.
22768         (atomic_add_zero): Likewise.
22769         (atomic_bit_set): Likewise.
22770         (atomic_bit_test_set): Likewise.
22771         * sysdeps/x86_64/atomic-machine.h [__GNUC_PREREQ (4, 7)]: Make
22772         code unconditional.
22773         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
22775         * math/test-math-errno.h: New file.
22776         * math/test-math-inline.h (TEST_INLINE): Define to 1 instead of
22777         empty.
22778         (TEST_ERRNO): New macro.
22779         (TEST_EXCEPTIONS): Likewise.
22780         * math/test-math-no-inline.h (TEST_INLINE): Likewise.
22781         (TEST_EXCEPTIONS): Likewise.
22782         * math/test-math-vector.h (TEST_ERRNO): Likewise.
22783         * math/test-double.c: Include "test-math-errno.h".
22784         * math/test-float.c: Likewise.
22785         * math/test-ldouble.c: Likewise.
22786         * math/libm-test.inc (test_single_exception) [!TEST_INLINE]: Make
22787         code unconditional.
22788         (test_exceptions): Only run code if TEST_EXCEPTIONS.
22789         (test_single_errno) [!TEST_INLINE && !TEST_MATHVEC]: Make code
22790         unconditional.
22791         (test_errno): Only run code if TEST_ERRNO.
22792         (enable_test): Use "if" conditional on TEST_INLINE, not #ifdef.
22794 2015-11-04  Florian Weimer  <fweimer@redhat.com>
22796         * nptl/tst-once5.cc: Remove attribution.
22798 2015-11-04  Joseph Myers  <joseph@codesourcery.com>
22800         * math/auto-libm-test-in: Add more tests of sin, sincos, sinh,
22801         sqrt, tan, tanh, y0, y1 and yn.
22802         * math/auto-libm-test-out: Regenerated.
22803         * math/libm-test.inc (scalb_test_data): Add more tests.
22804         (scalbn_test_data): Likewise.
22805         (scalbln_test_data): Likewise.
22806         (signbit_test_data): Likewise.
22807         (sin_test_data): Likewise.
22808         (sincos_test_data): Likewise.
22809         (sinh_test_data): Likewise.
22810         (sqrt_test_data): Likewise.
22811         (tan_test_data): Likewise.
22812         (tanh_test_data): Likewise.
22813         (tgamma_test_data): Likewise.
22814         (y0_test_data): Likewise.
22815         (y1_test_data): Likewise.
22816         (yn_test_data): Likewise.
22817         (significand_test_data): Likewise.
22818         * sysdeps/i386/fpu/libm-test-ulps: Update.
22820 2015-11-03  David Kastrup  <dak@gnu.org>
22822         [BZ #18604]
22823         * assert/assert.h (assert): Don't macro-expand failed assertion
22824         expression in error message.
22825         * malloc/malloc.c (assert): Likewise.
22827 2015-11-03  Joseph Myers  <joseph@codesourcery.com>
22829         * configure.ac (libc_cv_ld_no_whole_archive): Remove configure
22830         test.
22831         * configure: Regenerated.
22833 2015-11-02  Joseph Myers  <joseph@codesourcery.com>
22835         * math/libm-test.inc (modf_test_data): Add more tests.
22836         (nearbyint_test_data): Likewise.
22837         (nextafter_test_data): Likewise.
22838         (nexttoward_test_data): Likewise.
22839         (pow_test_data): Likewise.
22840         (remainder_test_data): Likewise.
22841         (remquo_test_data): Likewise.
22842         (rint_test_data): Likewise.
22844         [BZ #19201]
22845         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
22846         Check for zero remainder in case of large exponents and ensure
22847         correct sign of result in that case.
22848         * math/libm-test.inc (remainder_test_data): Add more tests.
22850         [BZ #6799]
22851         * math/s_nextafter.c: Include <errno.h>.
22852         (__nextafter): Set errno on overflow and underflow.
22853         * math/s_nexttowardf.c: Include <errno.h>.
22854         (__nexttowardf): Set errno on overflow and underflow.
22855         * sysdeps/i386/fpu/s_nextafterl.c: Include <errno.h>.
22856         (__nextafterl): Set errno on overflow and underflow.
22857         * sysdeps/i386/fpu/s_nexttoward.c: Include <errno.h>.
22858         (__nexttoward): Set errno on overflow and underflow.
22859         * sysdeps/i386/fpu/s_nexttowardf.c: Include <errno.h>.
22860         (__nexttowardf): Set errno on overflow and underflow.
22861         * sysdeps/ieee754/flt-32/s_nextafterf.c: Include <errno.h>.
22862         (__nextafterf): Set errno on overflow and underflow.
22863         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Include <errno.h>.
22864         (__nextafterl): Set errno on overflow and underflow.
22865         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Include <errno.h>.
22866         (__nexttoward): Set errno on overflow and underflow.
22867         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Include <errno.h>.
22868         (__nexttowardf): Set errno on overflow and underflow.
22869         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Include <errno.h>.
22870         (__nextafterl): Set errno on overflow and underflow.
22871         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Include <errno.h>.
22872         (__nexttoward): Set errno on overflow and underflow.
22873         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include <errno.h>.
22874         (__nexttowardf): Set errno on overflow and underflow.
22875         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Include <errno.h>.
22876         (__nexttoward): Set errno on overflow and underflow.
22877         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include <errno.h>.
22878         (__nexttowardf): Set errno on overflow and underflow.
22879         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include <errno.h>.
22880         (__nldbl_nexttowardf): Set errno on overflow and underflow.
22881         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c: Include <errno.h>.
22882         (__nextafterl): Set errno on overflow and underflow.
22883         * math/libm-test.inc (nextafter_test_data): Do not allow errno
22884         setting to be missing on overflow.  Add more tests.
22885         (nexttoward_test_data): Likewise.
22887         * configure.ac (libc_cv_initfini_array): Remove configure test.
22888         * configure: Regenerated.
22890 2015-10-29  Joseph Myers  <joseph@codesourcery.com>
22892         [BZ #19189]
22893         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Make check for
22894         non-finite argument handle arguments with negative sign.
22896         * math/libm-test.inc (j0_test_data): Do not test sign of zero
22897         result from infinite argument.
22898         (j1_test_data): Likewise.
22899         (jn_test_data): Likewise.
22900         (y0_test_data): Likewise.
22901         (y1_test_data): Likewise.
22902         (yn_test_data): Likewise.
22904         [BZ #16171]
22905         * math/w_remainder.c (drem): Define as weak alias of __remainder.
22906         [NO_LONG_DOUBLE] (dreml): Define as weak alias of __remainder.
22907         * math/w_remainderf.c (dremf): Define as weak alias of
22908         __remainderf.
22909         * math/w_remainderl.c (dreml): Define as weak alias of
22910         __remainderl.
22911         * sysdeps/ia64/fpu/e_remainder.S (drem): Define as weak alias of
22912         __remainder.
22913         * sysdeps/ia64/fpu/e_remainderf.S (dremf): Define as weak alias of
22914         __remainderf.
22915         * sysdeps/ia64/fpu/e_remainderl.S (dreml): Define as weak alias of
22916         __remainderl.
22917         * sysdeps/ieee754/ldbl-opt/nldbl-remainder.c (dreml): Define as
22918         weak alias of remainderl.
22919         * sysdeps/ieee754/ldbl-opt/w_remainder.c
22920         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (__drem): Define as strong
22921         alias of __remainder.
22922         [LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)] (dreml): Use compat_symbol.
22923         * sysdeps/ieee754/ldbl-opt/w_remainderl.c (__dreml): Define as
22924         strong alias of __remainderl.
22925         (dreml): Use long_double_symbol.
22926         * math/Makefile (libm-calls): Remove w_drem.
22927         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Remove drem.
22928         (CFLAGS-nldbl-drem.c): Remove variable.
22929         (CFLAGS-nldbl-remainder.c): Add -fno-builtin-dreml.
22930         * math/w_drem.c: Remove file.
22931         * math/w_dremf.c: Likewise.
22932         * math/w_dreml.c: Likewise.
22933         * sysdeps/ieee754/ldbl-opt/nldbl-drem.c: Likewise.
22934         * sysdeps/ieee754/ldbl-opt/w_drem.c: Likewise.
22935         * sysdeps/ieee754/ldbl-opt/w_dreml.c: Likewise.
22937         * sysdeps/i386/configure.ac (cpuid.h): Do not test for header.
22938         * sysdeps/i386/configure: Regenerated.
22939         * sysdeps/x86_64/configure.ac (cpuid.h): Do not test for header.
22940         * sysdeps/x86_64/configure: Regenerated.
22942         * configure.ac (libc_cv_asm_protected_directive): Remove configure
22943         test.
22944         (libc_cv_visibility_attribute): Likewise.
22945         (libc_cv_protected_data): Test unconditionally.
22946         (libc_cv_broken_visibility_attribute): Remove configure test.
22947         (libc_cv_have_sdata_section): Test unconditionally.
22948         * configure: Regenerated.
22950         * include/libc-internal.h (libc_max_align_t): Remove typedef.
22951         * include/scratch_buffer.h: Include <stddef.h> instead of
22952         <libc-internal.h>.
22953         (struct scratch_buffer): Use max_align_t instead of
22954         libc_max_align_t.
22956 2015-10-29  Florian Weimer  <fweimer@redhat.com>
22958         * elf/dl-fini.c (_dl_fini): Rewrite to use variable-length array
22959         instead of extend_alloca.  Change control flow to avoid a goto.
22960         Remove assert which is trivially always true.
22962 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
22964         [BZ #16068]
22965         * sysdeps/i386/fpu/fesetenv.c: Include <fpu_control.h>.
22966         (FE_ALL_EXCEPT_X86): New macro.
22967         (__fesetenv): Use FE_ALL_EXCEPT_X86 in most places instead of
22968         FE_ALL_EXCEPT.  Ensure precision control is included in
22969         floating-point state.  Ensure that FE_DFL_ENV and FE_NOMASK_ENV
22970         handle "denormal operand exception" and clear FZ and DAZ bits.
22971         * sysdeps/x86_64/fpu/fesetenv.c: Include <fpu_control.h>.
22972         (FE_ALL_EXCEPT_X86): New macro.
22973         (__fesetenv): Use FE_ALL_EXCEPT_X86 in most places instead of
22974         FE_ALL_EXCEPT.  Ensure precision control is included in
22975         floating-point state.  Ensure that FE_DFL_ENV and FE_NOMASK_ENV
22976         handle "denormal operand exception" and clear FZ and DAZ bits.
22977         * sysdeps/x86/fpu/test-fenv-sse-2.c: New file.
22978         * sysdeps/x86/fpu/test-fenv-x87.c: Likewise.
22979         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
22980         test-fenv-x87 and test-fenv-sse-2.
22981         [$(subdir) = math] (CFLAGS-test-fenv-sse-2.c): New variable.
22983         * math/libm-test.inc (BUILD_COMPLEX): Remove macro.
22984         * math/test-double.h (BUILD_COMPLEX): New macro.
22985         * math/test-float.h (BUILD_COMPLEX): Likewise.
22986         * math/test-ldouble.h (BUILD_COMPLEX): Likewise.
22988         * math/libm-test.inc (min_subnorm_value): Use LDBL_TRUE_MIN,
22989         DBL_TRUE_MIN and FLT_TRUE_MIN instead of __LDBL_DENORM_MIN__,
22990         __DBL_DENORM_MIN__ and __FLT_DENORM_MIN__.
22991         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Refer to DBL_TRUE_MIN
22992         instead of DBL_DENORM_MIN in comment.
22993         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Refer to
22994         LDBL_TRUE_MIN instead of LDBL_DENORM_MIN in comment.
22995         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Include <float.h>.
22996         (__nextafterl): Use LDBL_TRUE_MIN instead of __LDBL_DENORM_MIN__.
22997         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Refer to
22998         LDBL_TRUE_MIN instead of LDBL_DENORM_MIN in comment.
23000 2015-10-28  Florian Weimer  <fweimer@redhat.com>
23002         [BZ #19048]
23003         * malloc/malloc.c (struct malloc_state): Update comment.  Add
23004         attached_threads member.
23005         (main_arena): Initialize attached_threads.
23006         * malloc/arena.c (list_lock): Update comment.
23007         (ptmalloc_lock_all, ptmalloc_unlock_all): Likewise.
23008         (ptmalloc_unlock_all2): Reinitialize arena reference counts.
23009         (deattach_arena): New function.
23010         (_int_new_arena): Initialize arena reference count and deattach
23011         replaced arena.
23012         (get_free_list, reused_arena): Update reference count and deattach
23013         replaced arena.
23014         (arena_thread_freeres): Update arena reference count and only put
23015         unreferenced arenas on the free list.
23017 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
23019         [BZ #19181]
23020         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Clear already-raised
23021         SSE exceptions when argument is FE_DFL_ENV or FE_NOMASK_ENV.
23022         * sysdeps/x86_64/fpu/fesetenv.c (__fesetenv): Likewise.
23023         * math/test-fenv-clear-main.c: New file.
23024         * math/test-fenv-clear.c: Likewise.
23025         * math/Makefile (tests): Add test-fenv-clear.
23026         * sysdeps/x86/fpu/test-fenv-clear-sse.c: New file.
23027         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
23028         test-fenv-clear-sse.
23029         [$(subdir) = math] (CFLAGS-test-fenv-clear-sse.c): New variable.
23031         * math/libm-test.inc (TYPE_DECIMAL_DIG): Use LDBL_DECIMAL_DIG,
23032         DBL_DECIMAL_DIG and FLT_DECIMAL_DIG instead of __DECIMAL_DIG__,
23033         __DBL_DECIMAL_DIG__ and __FLT_DECIMAL_DIG__.
23035 2015-10-28  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
23037         * sysdeps/powerpc/libc-tls.c: New file. Provides __tls_get_addr () in
23038         static libc.
23040 2015-10-28  Joseph Myers  <joseph@codesourcery.com>
23042         * sysdeps/i386/configure.ac (libc_cv_cc_avx2): Remove configure
23043         test.
23044         * sysdeps/i386/configure: Regenerated.
23045         * sysdeps/x86_64/configure.ac (libc_cv_cc_avx2): Remove configure
23046         test.
23047         * sysdeps/x86_64/configure: Regenerated.
23048         * config.h.in (HAVE_AVX2_SUPPORT): Remove #undef.
23049         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
23050         memset-avx2 unconditionally instead of conditionally on
23051         [$(config-cflags-avx2) = yes].
23052         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
23053         (__libc_ifunc_impl_list) [HAVE_AVX2_SUPPORT]: Make code
23054         unconditional.
23055         * sysdeps/x86_64/multiarch/memset.S [HAVE_AVX2_SUPPORT]: Likewise.
23056         * sysdeps/x86_64/multiarch/memset_chk.S
23057         [IS_IN (libc) && SHARED && HAVE_AVX2_SUPPORT]: Change conditional
23058         to [IS_IN (libc) && SHARED].
23060 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
23062         * sysdeps/arm/configure.ac (libc_cv_arm_tls_desc): Remove
23063         configure test.
23064         * sysdeps/arm/configure: Regenerated.
23065         * sysdeps/arm/Makefile [!have-arm-tls-desc] (have-arm-tls-desc):
23066         Define variable if not already defined.
23068         [BZ #17404]
23069         * sysdeps/mips/atomic-machine.h
23070         [__GNUC_PREREQ (4, 8) || (__mips16 && __GNUC_PREREQ (4, 7))]:
23071         Change conditional to [__GNUC_PREREQ (4, 8) || __mips16].
23072         [__mips16 && !__GNUC_PREREQ (4, 7)]: Remove conditional code.
23074         * resolv/res_send.c (send_vc) [__GNUC_PREREQ (4, 7)]: Make code
23075         unconditional.
23076         * soft-fp/fmadf4.c [__GNUC_PREREQ (4, 7)]: Likewise.
23077         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
23078         * soft-fp/fmasf4.c [__GNUC_PREREQ (4, 7)]: Make code
23079         unconditional.
23080         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
23081         * soft-fp/fmatf4.c [__GNUC_PREREQ (4, 7)]: Make code
23082         unconditional.
23083         [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
23084         * stdlib/setenv.c
23085         [((__GNUC__ << 16) + __GNUC_MINOR__) >= ((4 << 16) + 7)]: Make
23086         code unconditional.
23087         [!(((__GNUC__ << 16) + __GNUC_MINOR__) >= ((4 << 16) + 7))]:
23088         Remove conditional code.
23089         * sysdeps/ieee754/dbl-64/e_lgamma_r.c
23090         (__ieee754_lgamma_r) [__GNUC_PREREQ (4, 7)]: Make code
23091         unconditional.
23092         (__ieee754_lgamma_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
23093         code.
23094         * sysdeps/ieee754/flt-32/e_lgammaf_r.c
23095         (__ieee754_lgammaf_r) [__GNUC_PREREQ (4, 7)]: Make code
23096         unconditional.
23097         (__ieee754_lgammaf_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
23098         code.
23099         * sysdeps/ieee754/ldbl-128/k_tanl.c
23100         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
23101         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
23102         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c
23103         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
23104         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
23105         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c
23106         (__ieee754_lgammal_r) [__GNUC_PREREQ (4, 7)]: Make code
23107         unconditional.
23108         (__ieee754_lgammal_r) [!__GNUC_PREREQ (4, 7)]: Remove conditional
23109         code.
23110         * sysdeps/ieee754/ldbl-96/k_tanl.c
23111         (__kernel_tanl) [__GNUC_PREREQ (4, 7)]: Make code unconditional.
23112         (__kernel_tanl) [!__GNUC_PREREQ (4, 7)]: Remove conditional code.
23114         * nptl/tst-initializers1-c11.c: New file.
23115         * nptl/tst-initializers1-gnu11.c: Likewise.
23116         * nptl/Makefile (tests): Add these new tests.
23117         (CFLAGS-tst-initializers1-c11.c): New variable.
23118         (CFLAGS-tst-initializers1-gnu11.c): Likewise.
23120         * Makeconfig (CFLAGS): Use -std=gnu11 instead of -std=gnu99.
23121         * Makefile ($(objpfx)c++-types-check.out): Filter out -std=gnu11
23122         instead of -std=gnu99.
23123         * configure.ac (systemtap): Test with -std=gnu11 instead of
23124         -std=gnu99.
23125         * configure: Regenerated.
23126         * math/gen-auto-libm-tests.c: Use -std=gnu11 instead of -std=gnu99
23127         in compilation command in comment.
23129         * sysdeps/nptl/configure.ac: Remove file.
23130         * sysdeps/nptl/configure: Remove generated file.
23131         * configure.ac (libc_cv_forced_unwind): Do not substitute.
23132         * configure: Regenerated.
23133         * config.h.in (HAVE_FORCED_UNWIND): Remove #undef.
23134         * config.make.in (have-forced-unwind): Remove variable.
23135         * nptl/Makefile [$(have-forced-unwind) = yes]: Make code
23136         unconditional.
23137         * nptl/descr.h [HAVE_FORCED_UNWIND]: Likewise.
23138         * nptl/unwind.c [HAVE_FORCED_UNWIND]: Likewise.
23139         (__pthread_unwind) [!HAVE_FORCED_UNWIND]: Remove conditional code.
23140         * nptl/version.c [HAVE_FORCED_UNWIND]: Make code unconditional.
23141         * sysdeps/nptl/Makefile [$(have-forced-unwind) = yes]: Make code
23142         unconditional.
23144 2015-10-27  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
23146         [BZ #19174]
23147         * sysdeps/powerpc/nptl/elide.h (__elide_lock): Fix usage of
23148         .skip_lock_out_of_tbegin_retries.
23149         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
23150         (__lll_lock_elision): Likewise, and respect a value of
23151         try_tbegin <= 0.
23153 2015-10-27  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
23155         * elf/dl-support.c (_dl_aux_init): Added AT_PLATFORM to the case
23156         statement.
23158 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
23160         * conform/Makefile (test-xfail-ISO11/complex.h/conform): Remove
23161         variable.
23162         (test-xfail-ISO11/stdalign.h/conform): Likewise.
23163         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
23165         * conform/GlibcConform.pm ($CFLAGS{"ISO11"}): Use -std=c11 instead
23166         of -std=c1x -D_ISOC11_SOURCE.
23168         * configure.ac (libc_cv_compiler_ok): Require GCC 4.7 or later.
23169         * configure: Regenerated.
23170         * manual/install.texi (Tools for Compilation): Document
23171         requirement for GCC 4.7 or later.
23172         * INSTALL: Regenerated.
23174 2015-10-27  Ludovic Courtès  <ludo@gnu.org>
23176         * locale/loadlocale.c (_nl_intern_locale_data): Change assertion
23177         on CNT to a conditional jump to 'puntdata'.
23179 2015-10-27  Joseph Myers  <joseph@codesourcery.com>
23181         * configure.ac (libc_cv_gcc___thread): Remove configure test.
23182         (libc_cv_gcc_tls_model_attr): Likewise.
23183         * configure: Regenerated.
23185         * configure.ac (libc_cv_need_minus_P): Remove configure test.
23186         * configure: Regenerated.
23187         * Makeconfig (asm-CPPFLAGS): Remove reference to -P in comment.
23189 2015-10-26  Joseph Myers  <joseph@codesourcery.com>
23191         * configure.ac (old_glibc_headers): Remove configure test.
23192         * configure: Regenerated.
23193         * config.make.in (old-glibc-headers): Remove variable.
23194         * Makefile [!$(install_root) && $(old-glibc-headers) = yes]
23195         (install): Remove dependency on remove-old-headers.
23196         (headers2_0): Remove variable.
23197         (remove-old-headers): Remove rule.
23199         * configure.ac (libc_cv_dot_text): Remove configure test.
23200         (libc_cv_asm_set_directive): Use .text instead of
23201         ${libc_cv_dot_text} in configure test.
23202         * configure: Regenerated.
23204 2015-10-26  Florian Weimer  <fweimer@redhat.com>
23206         [BZ #19168]
23207         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
23209 2015-10-26  Florian Weimer  <fweimer@redhat.com>
23211         * configure.ac (CXX): Clear the variable if the C++ toolchain does
23212         not support static linking.
23213         * configure: Regenerate.
23215 2015-10-23  Joseph Myers  <joseph@codesourcery.com>
23217         * math/libm-test.inc (check_float_internal): Do not special-case
23218         errors up to 0.5 ulp.
23220         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
23221         log2.
23222         * math/auto-libm-test-out: Regenerated.
23223         * math/libm-test.inc (MAX_EXP): New macro.
23224         (ilogb_test_data): Add more tests.
23225         (isfinite_test_data): Likewise.
23226         (isgreater_test_data): Likewise.
23227         (isgreaterequal_test_data): Likewise.
23228         (isinf_test_data): Likewise.
23229         (isless_test_data): Likewise.
23230         (islessequal_test_data): Likewise.
23231         (islessgreater_test_data): Likewise.
23232         (isnan_test_data): Likewise.
23233         (isnormal_test_data): Likewise.
23234         (issignaling_test_data): Likewise.
23235         (isunordered_test_data): Likewise.
23236         (j0_test_data): Likewise.
23237         (j1_test_data): Likewise.
23238         (jn_test_data): Likewise.
23239         (lgamma_test_data): Likewise.
23240         (log_test_data): Likewise.
23241         (log10_test_data): Likewise.
23242         (log1p_test_data): Likewise.
23243         (log2_test_data): Likewise.
23244         (logb_test_data): Likewise.
23245         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23247         [BZ #18611]
23248         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1): Set errno and
23249         avoid excess range and precision on underflow.
23250         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
23251         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_j1f): Likewise.
23252         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
23253         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Set errno on
23254         underflow.
23255         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
23256         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
23257         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
23258         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
23259         * math/auto-libm-test-in: Do not allow missing errno setting for
23260         tests of j1 and jn.
23261         * math/auto-libm-test-out: Regenerated.
23263 2015-10-22  Joseph Myers  <joseph@codesourcery.com>
23265         [BZ #15491]
23266         * sysdeps/i386/fpu/s_nearbyint.S (__nearbyint): Save and restore
23267         floating-point environment instead of clearing all exceptions.
23268         * sysdeps/i386/fpu/s_nearbyintf.S (__nearbyintf): Likewise.
23269         * sysdeps/i386/fpu/s_nearbyintl.S (__nearbyintl): Likewise,
23270         merging in "invalid" exceptions from frndint.
23271         * sysdeps/x86_64/fpu/s_nearbyintl.S (__nearbyintl): Likewise.
23272         * math/test-nearbyint-except.c: New file.
23273         * math/Makefile (tests): Add test-nearbyint-except.
23275 2015-10-22  Chris Metcalf  <cmetcalf@ezchip.com>
23277         * NEWS: Mention bug 18699 fixed by commit fe8c2b33aed0.
23279         * sysdeps/tile/libm-test-ulps: Regenerated.
23281 2015-10-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
23283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c
23284         (__NR_sync_file_range2): Assume it is always defined.
23285         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
23286         (__NR_sync_file_range): Assume it is always defined.
23288 2015-10-22  Andreas Schwab  <schwab@suse.de>
23290         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Use
23291         INTERNAL_SYSCALL_ERRNO.
23292         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
23293         * sysdeps/unix/sysv/linux/i386/lockf64.c (lockf64): Likewise.
23294         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
23295         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction):
23296         Likewise.
23297         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
23299 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
23301         * io/tst-fcntl.c (fd): New static variable.
23302         (do_prepare): Open temporary file here....
23303         (do_test): ...not here.
23305         * io/ftwtest-sh: Also trap on exit to remove temporary files.
23307 2015-10-21  H.J. Lu  <hongjiu.lu@intel.com>
23309         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: Replace
23310         __GNUC_PREREQ (5,0) with OPTIMIZE_FOR_GCC_5.
23311         * sysdeps/unix/sysv/linux/i386/sysdep.h (OPTIMIZE_FOR_GCC_5):
23312         Moved before "#ifdef __ASSEMBLER__".
23314 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
23316         [BZ #19156]
23317         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Return 1 for
23318         arguments very close to 0.
23320 2015-10-21  Chris Metcalf  <cmetcalf@ezchip.com>
23322         * sysdeps/unix/sysv/linux/tile/sysdep.h (PSEUDO_END)
23323         (PSEUDO_NOERRNO, PSEUDO_END_NOERRNO): Undef before defining.
23325 2015-10-21  H.J. Lu  <hongjiu.lu@intel.com>
23327         * sysdeps/unix/sysv/linux/i386/sysdep.h (OPTIMIZE_FOR_GCC_5):
23328         New.  Defined for GCC 5 and above when not compiling for
23329         profiling.
23330         Replace __GNUC_PREREQ (5,0) with OPTIMIZE_FOR_GCC_5.
23332         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-epoll_pwait.c):
23333         Renamed to ...
23334         (CFLAGS-epoll_pwait.o): This.
23335         (CFLAGS-mmap.c): Renamed to ...
23336         (CFLAGS-mmap.o): This.
23337         (CFLAGS-mmap64.c): Renamed to ...
23338         (CFLAGS-mmap64.o): This.
23339         (CFLAGS-epoll_pwait.os): New.
23340         (CFLAGS-mmap.os): Likewise.
23341         (CFLAGS-mmap64.os): Likewise.
23342         (CFLAGS-semtimedop.os): Likewise.
23343         (CFLAGS-semtimedop.c): Renamed to ...
23344         (CFLAGS-semtimedop.o): This.
23346 2015-10-21  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23348         * debug/tst-backtrace4.c (handle_signal): Fix a comment and
23349         warning message.
23351 2015-10-21  Joseph Myers  <joseph@codesourcery.com>
23353         * Makeconfig (+gccwarn-c): Add -Wold-style-definition.
23354         * Makefile ($(objpfx)c++-types-check.out): Filter out
23355         $(+gccwarn-c) instead of -Wstrict-prototypes.
23357         * io/fts.c (fts_open): Convert to prototype-style function
23358         definition.
23359         * malloc/mcheck.c (mcheck): Likewise.
23360         (mcheck_pedantic): Likewise.
23361         * posix/regexec.c (re_search_2_stub): Likewise.  Use
23362         internal_function.
23363         (re_search_internal): Likewise.
23364         * resolv/res_init.c [RESOLVSORT] (net_mask): Convert to
23365         prototype-style function definition.
23366         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
23367         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
23368         * sunrpc/rpcsvc/rusers.x (xdr_utmp): Likewise.
23369         (xdr_utmpptr): Likewise.
23370         (xdr_utmparr): Likewise.
23371         (xdr_utmpidle): Likewise.
23372         (xdr_utmpidleptr): Likewise.
23373         (xdr_utmpidlearr): Likewise.
23375         * math/auto-libm-test-in: Add more tests of hypot, j0, j1, jn,
23376         log, log10 and log2.
23377         * math/auto-libm-test-out: Regenerated.
23378         * math/libm-test.inc (fmod_test_data): Add more tests.
23379         (fpclassify_test_data): Likewise.
23380         (frexp_test_data): Likewise.
23381         (hypot_test_data): Likewise.
23382         (ilogb_test_data): Likewise.
23384 2015-10-20  Joseph Myers  <joseph@codesourcery.com>
23386         * debug/fortify_fail.c (__fortify_fail): Convert to
23387         prototype-style function definition.  Use internal_function.
23388         * libio/genops.c (save_for_backup): Convert to prototype-style
23389         function definition.
23390         * libio/wgenops.c (save_for_wbackup): Likewise.
23391         * login/grantpt.c (grantpt): Likewise.
23392         * login/ptsname.c (ptsname): Likewise.
23393         (__ptsname_r): Likewise.
23394         * login/unlockpt.c (unlockpt): Likewise.
23395         * mach/msgserver.c (__mach_msg_server): Likewise.
23396         * misc/efgcvt.c (__APPEND (FUNC_PREFIX, fcvt)): Likewise.
23397         (__APPEND (FUNC_PREFIX, ecvt)): Likewise.
23398         (__APPEND (FUNC_PREFIX, gcvt)): Likewise.
23399         * misc/efgcvt_r.c (__APPEND (FUNC_PREFIX, fcvt_r)): Likewise.
23400         (__APPEND (FUNC_PREFIX, ecvt_r)): Likewise.
23401         * nptl/cleanup_compat.c (_pthread_cleanup_push): Likewise.
23402         * nptl/cleanup_defer_compat.c (_pthread_cleanup_push_defer):
23403         Likewise.
23404         * nptl/libc_pthread_init.c (__libc_pthread_init): Likewise.  Use
23405         internal_function.
23406         * nptl/pthread_atfork.c (__pthread_atfork): Convert to
23407         prototype-style function definition.
23408         * nptl/pthread_create.c (__pthread_create_2_1): Likewise.
23409         [SHLIB_COMPAT(libpthread, GLIBC_2_0, GLIBC_2_1)]
23410         (__pthread_create_2_0): Likewise.
23411         * nptl/pthread_key_create.c (__pthread_key_create): Likewise.
23412         * nptl/register-atfork.c (__register_atfork): Likewise.
23413         * posix/glob.c (glob): Likewise.
23414         * posix/regcomp.c (re_comp): Likewise.
23415         * posix/regexec.c (re_exec): Likewise.
23416         * stdlib/add_n.c [__STDC__]: Make code unconditional.
23417         [!__STDC__]: Remove conditional code.
23418         * stdlib/cmp.c [__STDC__]: Make code unconditional.
23419         [!__STDC__]: Remove conditional code.
23420         * stdlib/divmod_1.c [__STDC__]: Make code unconditional.
23421         [!__STDC__]: Remove conditional code.
23422         * stdlib/divrem.c [__STDC__]: Make code unconditional.
23423         [!__STDC__]: Remove conditional code.
23424         * stdlib/lshift.c [__STDC__]: Make code unconditional.
23425         [!__STDC__]: Remove conditional code.
23426         * stdlib/mod_1.c [__STDC__]: Make code unconditional.
23427         [!__STDC__]: Remove conditional code.
23428         * stdlib/mul.c [__STDC__]: Make code unconditional.
23429         [!__STDC__]: Remove conditional code.
23430         * stdlib/mul_n.c [__STDC__]: Make code unconditional.
23431         [!__STDC__]: Remove conditional code.
23432         * stdlib/rshift.c [__STDC__]: Make code unconditional.
23433         [!__STDC__]: Remove conditional code.
23434         * stdlib/strtod.c (INTERNAL (STRTOF)): Convert to prototype-style
23435         function definition.
23436         (STRTOF): Likewise.
23437         * stdlib/strtod_l.c (__STRTOF): Likewise.
23438         * stdlib/strtol.c (INTERNAL (strtol)): Likewise.
23439         * stdlib/strtol_l.c (INTERNAL (__strtol_l)): Likewise.
23440         (__strtol_l): Likewise.
23441         * stdlib/sub_n.c [__STDC__]: Make code unconditional.
23442         [!__STDC__]: Remove conditional code.
23443         * string/memrchr.c (MEMRCHR): Convert to prototype-style function
23444         definition.
23445         * string/strcasecmp.c (LOCALE_PARAM_DECL): Remove macro.
23446         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
23447         type.
23448         (__strcasecmp): Convert to prototype-style function definition.
23449         * string/strncase.c (LOCALE_PARAM_DECL): Remove macro.
23450         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
23451         type.
23452         (__strncasecmp): Convert to prototype-style function definition.
23453         * sunrpc/pm_getport.c (__libc_rpc_getport): Likewise.
23454         * sunrpc/xdr.c (xdr_union): Likewise.
23455         * sunrpc/xdr_array.c (xdr_array): Likewise.
23456         * sunrpc/xdr_ref.c (xdr_reference): Likewise.
23457         * sysdeps/m68k/m680x0/fpu/s_atan.c (__CONCATX(__,FUNC)): Likewise.
23458         * sysdeps/m68k/m680x0/fpu/s_isinf.c (__CONCATX(__,FUNC)):
23459         Likewise.
23460         * sysdeps/m68k/m680x0/fpu/s_scalbn.c (__CONCATX(__scalbn,suffix):
23461         Likewise.
23462         * sysdeps/m68k/m680x0/fpu/s_sincos.c (CONCATX(__,FUNC)): Likewise.
23463         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
23464         Likewise.
23465         * time/strftime_l.c (LOCALE_PARAM_DECL): Remove macro.
23466         (LOCALE_PARAM_PROTO): Likewise.
23467         [_LIBC && USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include
23468         argument type.
23469         (ut_argument_spec): Remove macro.
23470         (ut_argument_spec_iso): Rename to ut_argument_spec.
23471         (memcpy_lowcase): Use LOCALE_PARAM in declaration.  Convert to
23472         prototype-style function definition.
23473         (memcpy_uppcase): Likewise.
23474         (__strftime_internal): Likewise.
23475         (my_strftime): Likewise.
23476         * time/strptime_l.c (LOCALE_PARAM_PROTO): Remove macro.
23477         (LOCALE_PARAM_DECL): Likewise.
23478         [_LIBC] (LOCALE_PARAM): Include argument type.
23479         (__strptime_internal): Convert to prototype-style function
23480         definition.
23481         (strptime): Likewise.
23482         * wcsmbs/wcscasecmp.c (LOCALE_PARAM_DECL): Remove macro.
23483         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
23484         type.
23485         (__wcscasecmp): Convert to prototype-style function definition.
23486         * wcsmbs/wcsncase.c (LOCALE_PARAM_DECL): Remove macro.
23487         [USE_IN_EXTENDED_LOCALE_MODEL] (LOCALE_PARAM): Include argument
23488         type.
23489         (__wcsncasecmp): Convert to prototype-style function definition.
23491         * crypt/md5-crypt.c (__md5_crypt_r): Convert to prototype-style
23492         function definition.
23493         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
23494         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
23495         * debug/backtracesyms.c (__backtrace_symbols): Likewise.
23496         * elf/dl-minimal.c (_itoa): Likewise.
23497         * hurd/hurdmalloc.c (malloc): Likewise.
23498         (free): Likewise.
23499         (realloc): Likewise.
23500         * inet/inet6_option.c (inet6_option_space): Likewise.
23501         (inet6_option_init): Likewise.
23502         (inet6_option_append): Likewise.
23503         (inet6_option_alloc): Likewise.
23504         (inet6_option_next): Likewise.
23505         (inet6_option_find): Likewise.
23506         * io/ftw.c (FTW_NAME): Likewise.
23507         (NFTW_NAME): Likewise.
23508         (NFTW_NEW_NAME): Likewise.
23509         (NFTW_OLD_NAME): Likewise.
23510         * libio/iofwide.c (_IO_fwide): Likewise.
23511         * libio/strops.c (_IO_str_init_static_internal): Likewise.
23512         (_IO_str_init_static): Likewise.
23513         (_IO_str_init_readonly): Likewise.
23514         (_IO_str_overflow): Likewise.
23515         (_IO_str_underflow): Likewise.
23516         (_IO_str_count): Likewise.
23517         (_IO_str_seekoff): Likewise.
23518         (_IO_str_pbackfail): Likewise.
23519         (_IO_str_finish): Likewise.
23520         * libio/wstrops.c (_IO_wstr_init_static): Likewise.
23521         (_IO_wstr_overflow): Likewise.
23522         (_IO_wstr_underflow): Likewise.
23523         (_IO_wstr_count): Likewise.
23524         (_IO_wstr_seekoff): Likewise.
23525         (_IO_wstr_pbackfail): Likewise.
23526         (_IO_wstr_finish): Likewise.
23527         * locale/programs/localedef.c (normalize_codeset): Likewise.
23528         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
23529         (add_locales_to_archive): Likewise.
23530         (delete_locales_from_archive): Likewise.
23531         * malloc/malloc.c (__libc_mallinfo): Likewise.
23532         * math/gen-auto-libm-tests.c (init_fp_formats): Likewise.
23533         * misc/tsearch.c (__tfind): Likewise.
23534         * nptl/pthread_attr_destroy.c (__pthread_attr_destroy): Likewise.
23535         * nptl/pthread_attr_getdetachstate.c
23536         (__pthread_attr_getdetachstate): Likewise.
23537         * nptl/pthread_attr_getguardsize.c (pthread_attr_getguardsize):
23538         Likewise.
23539         * nptl/pthread_attr_getinheritsched.c
23540         (__pthread_attr_getinheritsched): Likewise.
23541         * nptl/pthread_attr_getschedparam.c
23542         (__pthread_attr_getschedparam): Likewise.
23543         * nptl/pthread_attr_getschedpolicy.c
23544         (__pthread_attr_getschedpolicy): Likewise.
23545         * nptl/pthread_attr_getscope.c (__pthread_attr_getscope):
23546         Likewise.
23547         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack):
23548         Likewise.
23549         * nptl/pthread_attr_getstackaddr.c (__pthread_attr_getstackaddr):
23550         Likewise.
23551         * nptl/pthread_attr_getstacksize.c (__pthread_attr_getstacksize):
23552         Likewise.
23553         * nptl/pthread_attr_init.c (__pthread_attr_init_2_1): Likewise.
23554         (__pthread_attr_init_2_0): Likewise.
23555         * nptl/pthread_attr_setdetachstate.c
23556         (__pthread_attr_setdetachstate): Likewise.
23557         * nptl/pthread_attr_setguardsize.c (pthread_attr_setguardsize):
23558         Likewise.
23559         * nptl/pthread_attr_setinheritsched.c
23560         (__pthread_attr_setinheritsched): Likewise.
23561         * nptl/pthread_attr_setschedparam.c
23562         (__pthread_attr_setschedparam): Likewise.
23563         * nptl/pthread_attr_setschedpolicy.c
23564         (__pthread_attr_setschedpolicy): Likewise.
23565         * nptl/pthread_attr_setscope.c (__pthread_attr_setscope):
23566         Likewise.
23567         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack):
23568         Likewise.
23569         * nptl/pthread_attr_setstackaddr.c (__pthread_attr_setstackaddr):
23570         Likewise.
23571         * nptl/pthread_attr_setstacksize.c (__pthread_attr_setstacksize):
23572         Likewise.
23573         * nptl/pthread_condattr_setclock.c (pthread_condattr_setclock):
23574         Likewise.
23575         * nptl/pthread_create.c (__find_in_stack_list): Likewise.
23576         * nptl/pthread_getattr_np.c (pthread_getattr_np): Likewise.
23577         * nptl/pthread_mutex_cond_lock.c (__pthread_mutex_lock): Define to
23578         use internal_function.
23579         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Convert to
23580         prototype-style function definition.
23581         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Likewise.
23582         (__pthread_mutex_cond_lock_adjust): Likewise.  Use
23583         internal_function.
23584         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock):
23585         Convert to prototype-style function definition.
23586         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
23587         Likewise.
23588         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt):
23589         Likewise.
23590         (__pthread_mutex_unlock): Likewise.
23591         * nptl_db/td_ta_clear_event.c (td_ta_clear_event): Likewise.
23592         * nptl_db/td_ta_set_event.c (td_ta_set_event): Likewise.
23593         * nptl_db/td_thr_clear_event.c (td_thr_clear_event): Likewise.
23594         * nptl_db/td_thr_event_enable.c (td_thr_event_enable): Likewise.
23595         * nptl_db/td_thr_set_event.c (td_thr_set_event): Likewise.
23596         * nss/makedb.c (process_input): Likewise.
23597         * posix/fnmatch.c (__strchrnul): Likewise.
23598         (__wcschrnul): Likewise.
23599         (fnmatch): Likewise.
23600         * posix/fnmatch_loop.c (FCT): Likewise.
23601         * posix/glob.c (globfree): Likewise.
23602         (__glob_pattern_type): Likewise.
23603         (__glob_pattern_p): Likewise.
23604         * posix/regcomp.c (re_compile_pattern): Likewise.
23605         (re_set_syntax): Likewise.
23606         (re_compile_fastmap): Likewise.
23607         (regcomp): Likewise.
23608         (regerror): Likewise.
23609         (regfree): Likewise.
23610         * posix/regexec.c (regexec): Likewise.
23611         (re_match): Likewise.
23612         (re_search): Likewise.
23613         (re_match_2): Likewise.
23614         (re_search_2): Likewise.
23615         (re_search_stub): Likewise.  Use internal_function
23616         (re_copy_regs): Likewise.
23617         (re_set_registers): Convert to prototype-style function
23618         definition.
23619         (prune_impossible_nodes): Likewise.  Use internal_function.
23620         * resolv/inet_net_pton.c (inet_net_pton): Convert to
23621         prototype-style function definition.
23622         (inet_net_pton_ipv4): Likewise.
23623         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23624         * sysdeps/pthread/aio_cancel.c (aio_cancel): Likewise.
23625         * sysdeps/pthread/aio_suspend.c (aio_suspend): Likewise.
23626         * sysdeps/pthread/timer_delete.c (timer_delete): Likewise.
23627         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
23628         Make variadic.
23629         * time/strptime_l.c (localtime_r): Convert to prototype-style
23630         function definition.
23631         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
23632         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
23633         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
23634         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
23636         * crypt/crypt.c (_ufc_doit_r): Convert to prototype-style function
23637         definition.
23638         (_ufc_doit_r): Likewise.
23639         * crypt/crypt_util.c (_ufc_copymem): Likewise.
23640         (_ufc_output_conversion_r): Likewise.
23641         * inet/inet_mkadr.c (__inet_makeaddr): Likewise.
23642         * inet/rcmd.c (rcmd_af): Likewise.
23643         (rcmd): Likewise.
23644         (ruserok_af): Likewise.
23645         (ruserok): Likewise.
23646         (ruserok2_sa): Likewise.
23647         (ruserok_sa): Likewise.
23648         (iruserok_af): Likewise.
23649         (iruserok): Likewise.
23650         (__ivaliduser): Likewise.
23651         (__validuser2_sa): Likewise.
23652         * inet/rexec.c (rexec_af): Likewise.
23653         (rexec): Likewise.
23654         * inet/ruserpass.c (ruserpass): Likewise.
23655         * locale/programs/xmalloc.c (xcalloc): Likewise.
23656         * manual/examples/timeval_subtract.c (timeval_subtract): Likewise.
23657         * math/w_drem.c (__drem): Likewise.
23658         * math/w_dremf.c (__dremf): Likewise.
23659         * math/w_dreml.c (__dreml): Likewise.
23660         * misc/daemon.c (daemon): Likewise.
23661         * resolv/res_debug.c (p_fqnname): Likewise.
23662         * stdlib/div.c (div): Likewise.
23663         * string/memcmp.c (memcmp_bytes): Likewise.
23664         * sunrpc/pmap_rmt.c (pmap_rmtcall): Likewise.
23665         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
23667         * crypt/cert.c (main): Convert to prototype-style function
23668         definition.
23669         * io/pipe.c (__pipe): Likewise.
23670         * io/pipe2.c (__pipe2): Likewise.
23671         * misc/futimesat.c (futimesat): Likewise.
23672         * misc/utimes.c (__utimes): Likewise.
23673         * posix/execve.c (__execve): Likewise.
23674         * posix/execvp.c (execvp): Likewise.
23675         * posix/execvpe.c (__execvpe): Likewise.
23676         * posix/fexecve.c (fexecve): Likewise.
23677         * socket/socketpair.c (socketpair): Likewise.
23678         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
23679         * stdlib/erand48.c (erand48): Likewise.
23680         * stdlib/erand48_r.c (__erand48_r): Likewise.
23681         * stdlib/jrand48.c (jrand48): Likewise.
23682         * stdlib/jrand48_r.c (__jrand48_r): Likewise.
23683         * stdlib/lcong48.c (lcong48): Likewise.
23684         * stdlib/lcong48_r.c (__lcong48_r): Likewise.
23685         * stdlib/nrand48.c (nrand48): Likewise.
23686         * stdlib/nrand48_r.c (__nrand48_r): Likewise.
23687         * stdlib/seed48.c (seed48): Likewise.
23688         * stdlib/seed48_r.c (__seed48_r): Likewise.
23689         * sysdeps/mach/hurd/execve.c (__execve): Likewise.
23690         * sysdeps/mach/hurd/utimes.c (__utimes): Likewise.
23691         * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Likewise.
23693 2015-10-19  Joseph Myers  <joseph@codesourcery.com>
23695         * configure.ac (libc_cv_asm_unique_object): Remove configure test.
23696         * configure: Regenerated.
23697         * config.h.in (HAVE_ASM_UNIQUE_OBJECT): Remove #undef.
23698         * elf/tst-unique1.c (do_test) [HAVE_ASM_UNIQUE_OBJECT]: Make code
23699         unconditional.
23700         * elf/tst-unique1mod1.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
23701         * elf/tst-unique1mod2.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
23702         * elf/tst-unique2.c (do_test) [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
23703         (do_test) [!HAVE_ASM_UNIQUE_OBJECT]: Remove conditional code.
23704         * elf/tst-unique2mod1.c [HAVE_ASM_UNIQUE_OBJECT]: Make code
23705         unconditional.
23706         * elf/tst-unique2mod2.c [HAVE_ASM_UNIQUE_OBJECT]: Likewise.
23708         * posix/Makefile (CFLAGS-regex.c): Remove variable.
23709         * resolv/Makefile (+cflags): Do not use -Wno-strict-prototypes.
23711         * crypt/crypt-entry.c (__crypt_r): Convert to prototype-style
23712         function definition.
23713         * crypt/crypt_util.c (__encrypt_r): Likewise.
23714         * libio/genops.c (_IO_no_init): Likewise.
23715         * libio/iofopncook.c (_IO_fopencookie): Likewise.
23716         (_IO_old_fopencookie): Likewise.
23717         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
23718         * libio/iogetline.c (_IO_getline): Likewise.
23719         (_IO_getline_info): Likewise.
23720         * libio/iogetwline.c (_IO_getwline): Likewise.
23721         (_IO_getwline_info): Likewise.
23722         * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
23723         * libio/vswprintf.c (_IO_vswprintf): Likewise.
23724         * locale/programs/simple-hash.c (insert_entry_2): Likewise.
23725         (find_entry): Likewise.
23726         (iterate_table): Likewise.
23727         (lookup): Likewise.
23728         * login/forkpty.c (forkpty): Likewise.
23729         * misc/hsearch_r.c (__hsearch_r): Likewise.
23730         * misc/select.c (__select): Likewise.
23731         * nptl/cleanup_defer_compat.c (_pthread_cleanup_pop_restore):
23732         Likewise.
23733         * nptl/old_pthread_cond_init.c (__pthread_cond_init_2_0):
23734         Likewise.
23735         * nptl/old_pthread_cond_timedwait.c
23736         (__pthread_cond_timedwait_2_0): Likewise.
23737         * nptl/pthread_barrier_init.c (__pthread_barrier_init): Likewise.
23738         * nptl/pthread_barrierattr_getpshared.c
23739         (pthread_barrierattr_getpshared): Likewise.
23740         * nptl/pthread_getschedparam.c (__pthread_getschedparam):
23741         Likewise.
23742         * nptl/pthread_mutex_setprioceiling.c
23743         (pthread_mutex_setprioceiling): Likewise.
23744         * nptl/pthread_mutexattr_getprioceiling.c
23745         (pthread_mutexattr_getprioceiling): Likewise.
23746         * nptl/pthread_rwlock_init.c (__pthread_rwlock_init): Likewise.
23747         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
23748         Likewise.
23749         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
23750         Likewise.
23751         * nptl/pthread_setschedparam.c (__pthread_setschedparam):
23752         Likewise.
23753         * socket/recvfrom.c (__recvfrom): Likewise.
23754         * socket/sendto.c (__sendto): Likewise.
23755         * socket/setsockopt.c (__setsockopt): Likewise.
23756         * stdio-common/_itoa.c (_itoa): Likewise.
23757         * stdio-common/_itowa.c (_itowa): Likewise.
23758         * stdio-common/reg-printf.c (__register_printf_specifier):
23759         Likewise.
23760         (__register_printf_function): Likewise.
23761         * stdio-common/tempname.c (__path_search): Likewise.
23762         * stdlib/addmul_1.c (mpn_addmul_1): Likewise.
23763         * stdlib/mul_1.c (mpn_mul_1): Likewise.
23764         * stdlib/random_r.c (__initstate_r): Likewise.
23765         * stdlib/setenv.c (__add_to_environ): Likewise.
23766         * stdlib/submul_1.c (mpn_submul_1): Likewise.
23767         * streams/getpmsg.c (getpmsg): Likewise.
23768         * streams/putmsg.c (putmsg): Likewise.
23769         * streams/putpmsg.c (putpmsg): Likewise.
23770         * sunrpc/clnt_raw.c (clntraw_call): Likewise.
23771         * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
23772         * sunrpc/clnt_udp.c (clntudp_create): Likewise.
23773         * sunrpc/clnt_unix.c (clntunix_call): Likewise.
23774         * sunrpc/pm_getport.c (pmap_getport): Likewise.
23775         * sunrpc/svc_udp.c (cache_get): Likewise.
23776         * sunrpc/xdr_array.c (xdr_vector): Likewise.
23777         * sysdeps/mach/hurd/getcwd.c
23778         (__canonicalize_directory_name_internal): Likewise.
23779         * sysdeps/mach/hurd/pselect.c (__pselect): Likewise.
23780         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
23781         * sysdeps/mach/hurd/select.c (__select): Likewise.
23782         * sysdeps/posix/ttyname_r.c (getttyname_r): Likewise.
23783         * sysdeps/pthread/timer_settime.c (timer_settime): Likewise.
23784         * sysdeps/sparc/nptl/pthread_barrier_init.c
23785         (__pthread_barrier_init): Likewise.
23786         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c
23787         (__pthread_cond_timedwait): Likewise.
23788         * sysdeps/unix/sysv/linux/i386/putmsg.c (putmsg): Likewise.
23789         * sysdeps/unix/sysv/linux/s390/semtimedop.c (semtimedop):
23790         Likewise.
23791         * sysdeps/unix/sysv/linux/semtimedop.c (semtimedop): Likewise.
23792         * sysdeps/unix/sysv/linux/timer_settime.c (timer_settime):
23793         Likewise.
23794         * sysvipc/semtimedop.c (semtimedop): Likewise.
23795         * time/setitimer.c (__setitimer): Likewise.
23796         * time/strftime_l.c (emacs_strftime): Likewise.
23798 2015-10-19  Mike Frysinger  <vapier@gentoo.org>
23800         * config.make.in (have-ssp): Delete.
23801         (stack-protector): New variable.
23802         * configure.ac: Delete libc_cv_ssp export.  Add libc_cv_ssp_strong
23803         cache test for -fstack-protector-strong.  Export stack_protector to
23804         the best ssp flag.
23805         * configure: Regenerated.
23806         * login/Makefile (pt_chown-cflags): Always add $(stack-protector).
23807         * nscd/Makefile (CFLAGS-nscd): Likewise.
23808         * resolv/Makefile (CFLAGS-libresolv): Likewise.
23810 2015-10-16  H.J. Lu  <hongjiu.lu@intel.com>
23812         [BZ #19122]
23813         * include/sys/stat.h [IS_IN (rtld)] (__fxstatat64): Add
23814         attribute_hidden.
23816 2015-10-19  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23818         [BZ #18743]
23819         * sysdeps/powerpc/nptl/elide.h (__elide_lock): Move most of this
23820         code to...
23821         (ELIDE_LOCK): ...here.
23822         (__get_new_count): New function with part of the code from
23823         __elide_lock that updates the value of adapt_count after a
23824         transaction abort.
23825         (__elided_trylock): Moved this code to...
23826         (ELIDE_TRYLOCK): ...here.
23828 2015-10-19  Mike Frysinger  <vapier@gentoo.org>
23830         * configure.ac (AC_ARG_ENABLE(timezone-tools)): Tweak help phrasing.
23831         * configure: Regenerate.
23832         * INSTALL: Regenerate.
23833         * manual/install.texi (--disable-timezone-tools): Use @theglibc{}
23834         and tweak grammar.
23836 2015-10-19  Geoffrey Thomas  <geofft@ldpreload.com>
23838         * login/programs/pt_chown.c: Include signal.h
23839         (main): Clear any signal mask from the parent process.
23841 2015-10-19  Joseph Myers  <joseph@codesourcery.com>
23843         * configure.ac (libc_cv_gnu89_inline): Remove configure test.
23844         * configure: Regenerated.
23845         * config.make.in (gnu89-inline-CFLAGS): Remove variable.
23846         * Makeconfig (CFLAGS): Use -fgnu89-inline instead of
23847         $(gnu89-inline-CFLAGS).
23849         * configure.ac (libc_cv_asm_weak_directive): Remove configure
23850         test.
23851         (libc_cv_asm_weakext_directive): Likewise.
23852         * configure: Regenerated.
23853         * config.h.in (HAVE_ASM_WEAK_DIRECTIVE): Remove #undef.
23854         (HAVE_ASM_WEAKEXT_DIRECTIVE): Likewise.
23855         * include/libc-symbols.h
23856         [!HAVE_ASM_WEAK_DIRECTIVE && !HAVE_ASM_WEAKEXT_DIRECTIVE]: Remove
23857         #error.
23858         [HAVE_ASM_WEAKEXT_DIRECTIVE]: Remove conditional code.
23859         [!HAVE_ASM_WEAKEXT_DIRECTIVE]: Make code unconditional.
23861         * sysdeps/arm/backtrace.c (__backtrace): Convert to
23862         prototype-style function definition.
23863         * sysdeps/i386/backtrace.c (__backtrace): Likewise.
23864         * sysdeps/i386/ffs.c (__ffs): Likewise.
23865         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
23866         * sysdeps/ia64/nptl/pthread_spin_lock.c (pthread_spin_lock):
23867         Likewise.
23868         * sysdeps/ia64/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
23869         Likewise.
23870         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Likewise.
23871         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
23872         Likewise.
23873         * sysdeps/m68k/ffs.c (__ffs): Likewise.
23874         * sysdeps/m68k/m680x0/fpu/e_acos.c (FUNC): Likewise.
23875         * sysdeps/m68k/m680x0/fpu/e_fmod.c (FUNC): Likewise.
23876         * sysdeps/mach/adjtime.c (__adjtime): Likewise.
23877         * sysdeps/mach/gettimeofday.c (__gettimeofday): Likewise.
23878         * sysdeps/mach/hurd/_exit.c (_exit): Likewise.
23879         * sysdeps/mach/hurd/access.c (__access): Likewise.
23880         * sysdeps/mach/hurd/adjtime.c (__adjtime): Likewise.
23881         * sysdeps/mach/hurd/chdir.c (__chdir): Likewise.
23882         * sysdeps/mach/hurd/chmod.c (__chmod): Likewise.
23883         * sysdeps/mach/hurd/chown.c (__chown): Likewise.
23884         * sysdeps/mach/hurd/cthreads.c (cthread_keycreate): Likewise.
23885         (cthread_getspecific): Likewise.
23886         (cthread_setspecific): Likewise.
23887         (__libc_getspecific): Likewise.
23888         * sysdeps/mach/hurd/euidaccess.c (__euidaccess): Likewise.
23889         * sysdeps/mach/hurd/faccessat.c (faccessat): Likewise.
23890         * sysdeps/mach/hurd/fchdir.c (__fchdir): Likewise.
23891         * sysdeps/mach/hurd/fchmod.c (__fchmod): Likewise.
23892         * sysdeps/mach/hurd/fchmodat.c (fchmodat): Likewise.
23893         * sysdeps/mach/hurd/fchown.c (__fchown): Likewise.
23894         * sysdeps/mach/hurd/fchownat.c (fchownat): Likewise.
23895         * sysdeps/mach/hurd/flock.c (__flock): Likewise.
23896         * sysdeps/mach/hurd/fsync.c (fsync): Likewise.
23897         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Likewise.
23898         * sysdeps/mach/hurd/getgroups.c (__getgroups): Likewise.
23899         * sysdeps/mach/hurd/gethostname.c (__gethostname): Likewise.
23900         * sysdeps/mach/hurd/getitimer.c (__getitimer): Likewise.
23901         * sysdeps/mach/hurd/getlogin_r.c (__getlogin_r): Likewise.
23902         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
23903         * sysdeps/mach/hurd/getrusage.c (__getrusage): Likewise.
23904         * sysdeps/mach/hurd/getsockname.c (__getsockname): Likewise.
23905         * sysdeps/mach/hurd/group_member.c (__group_member): Likewise.
23906         * sysdeps/mach/hurd/isatty.c (__isatty): Likewise.
23907         * sysdeps/mach/hurd/lchown.c (__lchown): Likewise.
23908         * sysdeps/mach/hurd/link.c (__link): Likewise.
23909         * sysdeps/mach/hurd/linkat.c (linkat): Likewise.
23910         * sysdeps/mach/hurd/listen.c (__listen): Likewise.
23911         * sysdeps/mach/hurd/mkdir.c (__mkdir): Likewise.
23912         * sysdeps/mach/hurd/mkdirat.c (mkdirat): Likewise.
23913         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
23914         * sysdeps/mach/hurd/poll.c (__poll): Likewise.
23915         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
23916         * sysdeps/mach/hurd/readlinkat.c (readlinkat): Likewise.
23917         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
23918         * sysdeps/mach/hurd/rename.c (rename): Likewise.
23919         * sysdeps/mach/hurd/renameat.c (renameat): Likewise.
23920         * sysdeps/mach/hurd/revoke.c (revoke): Likewise.
23921         * sysdeps/mach/hurd/rewinddir.c (__rewinddir): Likewise.
23922         * sysdeps/mach/hurd/rmdir.c (__rmdir): Likewise.
23923         * sysdeps/mach/hurd/seekdir.c (seekdir): Likewise.
23924         * sysdeps/mach/hurd/send.c (__send): Likewise.
23925         * sysdeps/mach/hurd/setdomain.c (setdomainname): Likewise.
23926         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
23927         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
23928         * sysdeps/mach/hurd/setgid.c (__setgid): Likewise.
23929         * sysdeps/mach/hurd/setgroups.c (setgroups): Likewise.
23930         * sysdeps/mach/hurd/sethostid.c (sethostid): Likewise.
23931         * sysdeps/mach/hurd/sethostname.c (sethostname): Likewise.
23932         * sysdeps/mach/hurd/setlogin.c (setlogin): Likewise.
23933         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
23934         * sysdeps/mach/hurd/setregid.c (__setregid): Likewise.
23935         * sysdeps/mach/hurd/setreuid.c (__setreuid): Likewise.
23936         * sysdeps/mach/hurd/settimeofday.c (__settimeofday): Likewise.
23937         * sysdeps/mach/hurd/setuid.c (__setuid): Likewise.
23938         * sysdeps/mach/hurd/shutdown.c (shutdown): Likewise.
23939         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
23940         * sysdeps/mach/hurd/sigaltstack.c (__sigaltstack): Likewise.
23941         * sysdeps/mach/hurd/sigpending.c (sigpending): Likewise.
23942         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Likewise.
23943         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
23944         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
23945         * sysdeps/mach/hurd/symlink.c (__symlink): Likewise.
23946         * sysdeps/mach/hurd/symlinkat.c (symlinkat): Likewise.
23947         * sysdeps/mach/hurd/telldir.c (telldir): Likewise.
23948         * sysdeps/mach/hurd/truncate.c (__truncate): Likewise.
23949         * sysdeps/mach/hurd/umask.c (__umask): Likewise.
23950         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
23951         * sysdeps/mach/hurd/unlinkat.c (unlinkat): Likewise.
23952         * sysdeps/mips/mips64/__longjmp.c (__longjmp): Likewise.
23953         * sysdeps/posix/alarm.c (alarm): Likewise.
23954         * sysdeps/posix/cuserid.c (cuserid): Likewise.
23955         * sysdeps/posix/dirfd.c (dirfd): Likewise.
23956         * sysdeps/posix/dup.c (__dup): Likewise.
23957         * sysdeps/posix/dup2.c (__dup2): Likewise.
23958         * sysdeps/posix/euidaccess.c (euidaccess): Likewise.
23959         (main): Likewise.
23960         * sysdeps/posix/flock.c (__flock): Likewise.
23961         * sysdeps/posix/fpathconf.c (__fpathconf): Likewise.
23962         * sysdeps/posix/getcwd.c (__getcwd): Likewise.
23963         * sysdeps/posix/gethostname.c (__gethostname): Likewise.
23964         * sysdeps/posix/gettimeofday.c (__gettimeofday): Likewise.
23965         * sysdeps/posix/isatty.c (__isatty): Likewise.
23966         * sysdeps/posix/killpg.c (killpg): Likewise.
23967         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
23968         * sysdeps/posix/mkfifoat.c (mkfifoat): Likewise.
23969         * sysdeps/posix/raise.c (raise): Likewise.
23970         * sysdeps/posix/remove.c (remove): Likewise.
23971         * sysdeps/posix/rename.c (rename): Likewise.
23972         * sysdeps/posix/rewinddir.c (__rewinddir): Likewise.
23973         * sysdeps/posix/seekdir.c (seekdir): Likewise.
23974         * sysdeps/posix/sigblock.c (__sigblock): Likewise.
23975         * sysdeps/posix/sigignore.c (sigignore): Likewise.
23976         * sysdeps/posix/sigintr.c (siginterrupt): Likewise.
23977         * sysdeps/posix/signal.c (__bsd_signal): Likewise.
23978         * sysdeps/posix/sigset.c (sigset): Likewise.
23979         * sysdeps/posix/sigsuspend.c (__sigsuspend): Likewise.
23980         * sysdeps/posix/sysconf.c (__sysconf): Likewise.
23981         * sysdeps/posix/sysv_signal.c (__sysv_signal): Likewise.
23982         * sysdeps/posix/time.c (time): Likewise.
23983         * sysdeps/posix/ttyname.c (getttyname): Likewise.
23984         (ttyname): Likewise.
23985         * sysdeps/posix/ttyname_r.c (__ttyname_r): Likewise.
23986         * sysdeps/posix/utime.c (utime): Likewise.
23987         * sysdeps/powerpc/fpu/s_isnan.c (__isnan): Likewise.
23988         * sysdeps/powerpc/nptl/pthread_spin_lock.c (pthread_spin_lock):
23989         Likewise.
23990         * sysdeps/powerpc/nptl/pthread_spin_trylock.c
23991         (pthread_spin_trylock): Likewise.
23992         * sysdeps/pthread/aio_error.c (aio_error): Likewise.
23993         * sysdeps/pthread/aio_read.c (aio_read): Likewise.
23994         * sysdeps/pthread/aio_read64.c (aio_read64): Likewise.
23995         * sysdeps/pthread/aio_write.c (aio_write): Likewise.
23996         * sysdeps/pthread/aio_write64.c (aio_write64): Likewise.
23997         * sysdeps/pthread/flockfile.c (__flockfile): Likewise.
23998         * sysdeps/pthread/ftrylockfile.c (__ftrylockfile): Likewise.
23999         * sysdeps/pthread/funlockfile.c (__funlockfile): Likewise.
24000         * sysdeps/pthread/timer_create.c (timer_create): Likewise.
24001         * sysdeps/pthread/timer_getoverr.c (timer_getoverrun): Likewise.
24002         * sysdeps/pthread/timer_gettime.c (timer_gettime): Likewise.
24003         * sysdeps/s390/ffs.c (__ffs): Likewise.
24004         * sysdeps/s390/nptl/pthread_spin_lock.c (pthread_spin_lock):
24005         Likewise.
24006         * sysdeps/s390/nptl/pthread_spin_trylock.c (pthread_spin_trylock):
24007         Likewise.
24008         * sysdeps/sh/nptl/pthread_spin_lock.c (pthread_spin_lock):
24009         Likewise.
24010         * sysdeps/sparc/nptl/pthread_barrier_destroy.c
24011         (pthread_barrier_destroy): Likewise.
24012         * sysdeps/sparc/nptl/pthread_barrier_wait.c
24013         (__pthread_barrier_wait): Likewise.
24014         * sysdeps/sparc/sparc32/e_sqrt.c (__ieee754_sqrt): Likewise.
24015         * sysdeps/sparc/sparc32/pthread_barrier_wait.c
24016         (__pthread_barrier_wait): Likewise.
24017         * sysdeps/sparc/sparc32/sem_init.c (__old_sem_init): Likewise.
24018         * sysdeps/tile/memcmp.c (memcmp_common_alignment): Likewise.
24019         (memcmp_not_common_alignment): Likewise.
24020         (MEMCMP): Likewise.
24021         * sysdeps/tile/wordcopy.c (_wordcopy_fwd_aligned): Likewise.
24022         (_wordcopy_fwd_dest_aligned): Likewise.
24023         (_wordcopy_bwd_aligned): Likewise.
24024         (_wordcopy_bwd_dest_aligned): Likewise.
24025         * sysdeps/unix/bsd/ftime.c (ftime): Likewise.
24026         * sysdeps/unix/bsd/gtty.c (gtty): Likewise.
24027         * sysdeps/unix/bsd/stty.c (stty): Likewise.
24028         * sysdeps/unix/bsd/tcflow.c (tcflow): Likewise.
24029         * sysdeps/unix/bsd/tcflush.c (tcflush): Likewise.
24030         * sysdeps/unix/bsd/tcgetattr.c (__tcgetattr): Likewise.
24031         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
24032         * sysdeps/unix/bsd/tcsendbrk.c (tcsendbreak): Likewise.
24033         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
24034         * sysdeps/unix/bsd/tcsetpgrp.c (tcsetpgrp): Likewise.
24035         * sysdeps/unix/bsd/ualarm.c (ualarm): Likewise.
24036         * sysdeps/unix/bsd/wait3.c (__wait3): Likewise.
24037         * sysdeps/unix/getlogin_r.c (__getlogin_r): Likewise.
24038         * sysdeps/unix/sockatmark.c (sockatmark): Likewise.
24039         * sysdeps/unix/stime.c (stime): Likewise.
24040         * sysdeps/unix/sysv/linux/_exit.c (_exit): Likewise.
24041         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue):
24042         Likewise.  Use internal_function.
24043         * sysdeps/unix/sysv/linux/arm/sigaction.c (__libc_sigaction):
24044         Convert to prototype-style function definition.
24045         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
24046         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
24047         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Likewise.
24048         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
24049         Likewise.  Use internal_function.
24050         * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Convert to
24051         prototype-style function definition
24052         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
24053         Likewise.
24054         (__getlogin_r): Likewise.
24055         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Likewise.
24056         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c
24057         (__pthread_cond_broadcast): Likewise.
24058         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c
24059         (__pthread_cond_destroy): Likewise.
24060         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c
24061         (__pthread_cond_init): Likewise.
24062         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c
24063         (__pthread_cond_signal): Likewise.
24064         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c
24065         (__pthread_cond_wait): Likewise.
24066         * sysdeps/unix/sysv/linux/i386/getmsg.c (getmsg): Likewise.
24067         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
24068         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__libc_sigaction):
24069         Likewise.
24070         * sysdeps/unix/sysv/linux/ia64/sigpending.c (sigpending):
24071         Likewise.
24072         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c (__sigprocmask):
24073         Likewise.
24074         * sysdeps/unix/sysv/linux/mips/sigaction.c (__libc_sigaction):
24075         Likewise.
24076         * sysdeps/unix/sysv/linux/msgget.c (msgget): Likewise.
24077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c
24078         (__ftruncate64): Likewise.
24079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c
24080         (truncate64): Likewise.
24081         * sysdeps/unix/sysv/linux/pt-raise.c (raise): Likewise.
24082         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c
24083         (pthread_getcpuclockid): Likewise.
24084         * sysdeps/unix/sysv/linux/pthread_getname.c (pthread_getname_np):
24085         Likewise.
24086         * sysdeps/unix/sysv/linux/pthread_setname.c (pthread_setname_np):
24087         Likewise.
24088         * sysdeps/unix/sysv/linux/pthread_sigmask.c (pthread_sigmask):
24089         Likewise.
24090         * sysdeps/unix/sysv/linux/pthread_sigqueue.c (pthread_sigqueue):
24091         Likewise.
24092         * sysdeps/unix/sysv/linux/raise.c (raise): Likewise.
24093         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c
24094         (__libc_sigaction): Likewise.
24095         * sysdeps/unix/sysv/linux/s390/s390-64/sigpending.c (sigpending):
24096         Likewise.
24097         * sysdeps/unix/sysv/linux/s390/s390-64/sigprocmask.c
24098         (__sigprocmask): Likewise.
24099         * sysdeps/unix/sysv/linux/semget.c (semget): Likewise.
24100         * sysdeps/unix/sysv/linux/semop.c (semop): Likewise.
24101         * sysdeps/unix/sysv/linux/setrlimit64.c (setrlimit64): Likewise.
24102         * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
24103         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
24104         * sysdeps/unix/sysv/linux/shmget.c (shmget): Likewise.
24105         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
24106         Likewise.
24107         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
24108         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
24109         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
24110         * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Likewise.
24111         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c (sigpending):
24112         Likewise.
24113         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c
24114         (__sigprocmask): Likewise.
24115         * sysdeps/unix/sysv/linux/speed.c (cfgetospeed): Likewise.
24116         (cfgetispeed): Likewise.
24117         (cfsetospeed): Likewise.
24118         (cfsetispeed): Likewise.
24119         * sysdeps/unix/sysv/linux/tcflow.c (tcflow): Likewise.
24120         * sysdeps/unix/sysv/linux/tcflush.c (tcflush): Likewise.
24121         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
24122         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
24123         * sysdeps/unix/sysv/linux/time.c (time): Likewise.
24124         * sysdeps/unix/sysv/linux/timer_create.c (timer_create): Likewise.
24125         * sysdeps/unix/sysv/linux/timer_delete.c (timer_delete): Likewise.
24126         * sysdeps/unix/sysv/linux/timer_getoverr.c (timer_getoverrun):
24127         Likewise.
24128         * sysdeps/unix/sysv/linux/timer_gettime.c (timer_gettime):
24129         Likewise.
24130         * sysdeps/unix/sysv/linux/x86_64/sigpending.c (sigpending):
24131         Likewise.
24132         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c (__sigprocmask):
24133         Likewise.
24134         * sysdeps/x86_64/backtrace.c (__backtrace): Likewise.
24136 2015-10-17  Florian Weimer  <fweimer@redhat.com>
24138         sunrpc: Rewrite with explicit TLS access using __thread.
24139         * sunrpc/rpc_thread.c (thread_rpc_vars): New TLS variable.
24140         (__rpc_thread_destroy, rpc_thread_multi): Access thread_rpc_vars
24141         directly.
24142         (__rpc_thread_variables): Access thread_rpc_vars directly.
24143         Eliminate redundant assignment of the tvp variable.
24145 2015-10-17  Florian Weimer  <fweimer@redhat.com>
24147         malloc: Rewrite with explicit TLS access using __thread.
24148         * sysdeps/generic/malloc-machine.h (tsd_key_t, tsd_key_create)
24149         (tsd_setspecific, tsd_getspecific): Remove.
24150         * sysdeps/mach/hurd/malloc-machine.h (tsd_key_t, tsd_key_create)
24151         (tsd_setspecific, tsd_getspecific): Likewise.
24152         * sysdeps/nptl/malloc-machine.h (tsd_key_t, tsd_key_create)
24153         (tsd_setspecific, tsd_getspecific): Likewise.
24154         * malloc/arena.c (thread_arena): New TLS variable.
24155         (arena_key): Remove variable.
24156         (arena_get): Use thread_arena.
24157         (arena_lookup): Remove macro.
24158         (malloc_atfork, free_atfork, ptmalloc_lock_all)
24159         (ptmalloc_unlock_all, ptmalloc_unlock_all2, ptmalloc_init)
24160         (_int_new_arena, get_free_list, reused_arena)
24161         (arena_thread_freeres): Use thread_arena.
24162         * manual/memory.texi (Basic Allocation): Remove arena_lookup,
24163         tsd_getspecific, tsd_setspecific from safety annotations.
24164         (Allocating Cleared Space): Remove arena_lookup from safety
24165         annotations.
24167 2015-10-17  Florian Weimer  <fweimer@redhat.com>
24169         * stdio-common/vfprintf.c (printf_positional): Rewrite to use
24170         struct scratch_buffer instead of extend_alloca.
24172 2015-10-17  Florian Weimer  <fweimer@redhat.com>
24174         * sysdeps/unix/sysv/linux/kernel-features.h
24175         (__ASSUME_SOCK_CLOEXEC): Remove.
24176         * include/sys/socket.h (__have_sock_cloexec): Remove declaration.
24177         (__have_paccept): Remove unused macro.
24178         * include/unistd.h (__have_sock_cloexec): Remove declaration.
24179         * misc/syslog.c (openlog_internal): Remove fallback code for
24180         !__ASSUME_SOCK_CLOEXEC.
24181         * nis/ypclnt.c (yp_bind_client_create): Remove fallback code for
24182         missing SOCK_CLOEXEC.
24183         * nscd/connections.c (have_sock_cloexec): Remove definition.
24184         (nscd_init): Remove fallback code for !__ASSUME_SOCK_CLOEXEC.
24185         * nscd/nscd_helper.c (open_socket): Remove fallback code for
24186         !__ASSUME_SOCK_CLOEXEC.
24187         * resolv/res_send.c (__have_o_nonblock): Remove definition.
24188         (reopen): Remove fallback code for !__ASSUME_SOCK_CLOEXEC.
24189         * socket/have_sock_cloexec.c (__have_sock_cloexec): Remove
24190         definition.
24191         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Remove fallback
24192         code for !__ASSUME_SOCK_CLOEXEC.
24194 2015-10-17  Florian Weimer  <fweimer@redhat.com>
24196         [BZ #18982]
24197         * manual/stdio.texi (Variable Arguments Output): Add portability
24198         note, explaining that vfprintf clobbers the va_list pointer.
24200 2015-10-16  Joseph Myers  <joseph@codesourcery.com>
24202         * math/libm-test.inc (fabs_test_data): Add more tests.
24203         (fdim_test_data): Likewise.
24204         (fma_test_data): Likewise.
24205         (fmax_test_data): Likewise.
24206         (fmin_test_data): Likewise.
24207         (fmod_test_data): Likewise.
24209 2015-10-16  Steve Ellcey  <sellcey@imgtec.com>
24211         * sysdeps/mips/memcpy.S (memcpy):  Add word copies for small aligned
24212         data.
24214 2015-10-16  Joseph Myers  <joseph@codesourcery.com>
24216         * math/libm-test.inc (ceil_test_data): Add more tests and more
24217         expectations for "inexact".
24218         (floor_test_data): Add more tests.
24219         (round_test_data): Likewise.
24220         (trunc_test_data): Likewise.
24222         * crypt/cert.c (good_bye): Convert to prototype-style function
24223         definition.
24224         (get8): Likewise.
24225         (put8): Likewise.
24226         * crypt/crypt-entry.c (crypt): Likewise.
24227         (__fcrypt): Likewise.
24228         * crypt/crypt_util.c (_ufc_prbits): Likewise.
24229         (_ufc_set_bits): Likewise.
24230         (_ufc_clearmem): Likewise.
24231         (__init_des_r): Likewise.
24232         (shuffle_sb): Likewise.
24233         (shuffle_sb): Likewise.
24234         (_ufc_setup_salt_r): Likewise.
24235         (_ufc_mk_keytab_r): Likewise.
24236         (_ufc_dofinalperm_r): Likewise.
24237         (encrypt): Likewise.
24238         (__setkey_r): Likewise.
24239         (setkey): Likewise.
24240         * crypt/md5.c (md5_init_ctx): Likewise.
24241         (md5_read_ctx): Likewise.
24242         (md5_finish_ctx): Likewise.
24243         (md5_stream): Likewise.
24244         (md5_buffer): Likewise.
24245         (md5_process_bytes): Likewise.
24246         * crypt/sha256.c (__sha256_init_ctx): Likewise.
24247         (__sha256_finish_ctx): Likewise.
24248         (__sha256_process_bytes): Likewise.
24249         * crypt/sha512.c (__sha512_init_ctx): Likewise.
24250         (__sha512_finish_ctx): Likewise.
24251         (__sha512_process_bytes): Likewise.
24252         * ctype/isctype.c (__isctype): Likewise.
24253         * debug/backtrace.c (__backtrace): Likewise.
24254         * debug/backtracesymsfd.c (__backtrace_symbols_fd): Likewise.
24255         * debug/fgets_chk.c (__fgets_chk): Likewise.
24256         * debug/fgets_u_chk.c (__fgets_unlocked_chk): Likewise.
24257         * debug/memcpy_chk.c (__memcpy_chk): Likewise.
24258         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
24259         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
24260         * debug/memset_chk.c (__memset_chk): Likewise.
24261         * debug/strcat_chk.c (__strcat_chk): Likewise.
24262         * debug/strncat_chk.c (__strncat_chk): Likewise.
24263         * debug/strncpy_chk.c (__strncpy_chk): Likewise.
24264         * debug/vsprintf_chk.c (_IO_str_chk_overflow): Likewise.
24265         * dirent/dirfd.c (dirfd): Likewise.
24266         * dirent/getdents.c (__getdirentries): Likewise.
24267         * dirent/getdents64.c (getdirentries64): Likewise.
24268         * dirent/rewinddir.c (__rewinddir): Likewise.
24269         * dirent/seekdir.c (seekdir): Likewise.
24270         * dirent/telldir.c (telldir): Likewise.
24271         * elf/sln.c (makesymlinks): Likewise.
24272         (makesymlink): Likewise.
24273         * gmon/gmon.c (__moncontrol): Likewise.
24274         (__monstartup): Likewise.
24275         (write_hist): Likewise.
24276         (write_call_graph): Likewise.
24277         (write_bb_counts): Likewise.
24278         * grp/setgroups.c (setgroups): Likewise.
24279         * inet/inet_lnaof.c (inet_lnaof): Likewise.
24280         * inet/inet_net.c (inet_network): Likewise.
24281         * inet/inet_netof.c (inet_netof): Likewise.
24282         * inet/rcmd.c (rresvport_af): Likewise.
24283         (rresvport): Likewise.
24284         * io/access.c (__access): Likewise.
24285         * io/chdir.c (__chdir): Likewise.
24286         * io/chmod.c (__chmod): Likewise.
24287         * io/chown.c (__chown): Likewise.
24288         * io/close.c (__close): Likewise.
24289         * io/creat.c (creat): Likewise.
24290         * io/creat64.c (creat64): Likewise.
24291         * io/dup.c (__dup): Likewise.
24292         * io/dup2.c (__dup2): Likewise.
24293         * io/dup3.c (__dup3): Likewise.
24294         * io/euidaccess.c (__euidaccess): Likewise.
24295         * io/faccessat.c (faccessat): Likewise.
24296         * io/fchmod.c (__fchmod): Likewise.
24297         * io/fchmodat.c (fchmodat): Likewise.
24298         * io/fchown.c (__fchown): Likewise.
24299         * io/fchownat.c (fchownat): Likewise.
24300         * io/fcntl.c (__fcntl): Likewise.
24301         * io/flock.c (__flock): Likewise.
24302         * io/fts.c (fts_load): Likewise.
24303         (fts_close): Likewise.
24304         (fts_read): Likewise.
24305         (fts_set): Likewise.
24306         (fts_children): Likewise.
24307         (fts_build): Likewise.
24308         (fts_stat): Likewise.
24309         (fts_sort): Likewise.
24310         (fts_alloc): Likewise.
24311         (fts_lfree): Likewise.
24312         (fts_palloc): Likewise.
24313         (fts_padjust): Likewise.
24314         (fts_maxarglen): Likewise.
24315         (fts_safe_changedir): Likewise.
24316         * io/getwd.c (getwd): Likewise.
24317         * io/isatty.c (__isatty): Likewise.
24318         * io/lchown.c (__lchown): Likewise.
24319         * io/link.c (__link): Likewise.
24320         * io/linkat.c (linkat): Likewise.
24321         * io/lseek.c (__libc_lseek): Likewise.
24322         * io/mkdir.c (__mkdir): Likewise.
24323         * io/mkdirat.c (mkdirat): Likewise.
24324         * io/mkfifo.c (mkfifo): Likewise.
24325         * io/mkfifoat.c (mkfifoat): Likewise.
24326         * io/open.c (__libc_open): Likewise.
24327         * io/open64.c (__libc_open64): Likewise.
24328         * io/readlink.c (__readlink): Likewise.
24329         * io/readlinkat.c (readlinkat): Likewise.
24330         * io/rmdir.c (__rmdir): Likewise.
24331         * io/symlink.c (__symlink): Likewise.
24332         * io/symlinkat.c (symlinkat): Likewise.
24333         * io/ttyname.c (ttyname): Likewise.
24334         * io/ttyname_r.c (__ttyname_r): Likewise.
24335         * io/umask.c (__umask): Likewise.
24336         * io/unlink.c (__unlink): Likewise.
24337         * io/unlinkat.c (unlinkat): Likewise.
24338         * io/utime.c (utime): Likewise.
24339         * libio/clearerr.c (clearerr): Likewise.
24340         * libio/clearerr_u.c (clearerr_unlocked): Likewise.
24341         * libio/feof.c (_IO_feof): Likewise.
24342         * libio/feof_u.c (feof_unlocked): Likewise.
24343         * libio/ferror.c (_IO_ferror): Likewise.
24344         * libio/ferror_u.c (ferror_unlocked): Likewise.
24345         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
24346         * libio/fileno.c (__fileno): Likewise.
24347         * libio/fputc.c (fputc): Likewise.
24348         * libio/fputc_u.c (fputc_unlocked): Likewise.
24349         * libio/fputwc.c (fputwc): Likewise.
24350         * libio/fputwc_u.c (fputwc_unlocked): Likewise.
24351         * libio/freopen.c (freopen): Likewise.
24352         * libio/freopen64.c (freopen64): Likewise.
24353         * libio/fseek.c (fseek): Likewise.
24354         * libio/fseeko.c (fseeko): Likewise.
24355         * libio/fseeko64.c (fseeko64): Likewise.
24356         * libio/ftello.c (__ftello): Likewise.
24357         * libio/ftello64.c (ftello64): Likewise.
24358         * libio/fwide.c (fwide): Likewise.
24359         * libio/genops.c (_IO_un_link): Likewise.
24360         (_IO_link_in): Likewise.
24361         (_IO_least_marker): Likewise.
24362         (_IO_switch_to_main_get_area): Likewise.
24363         (_IO_switch_to_backup_area): Likewise.
24364         (_IO_switch_to_get_mode): Likewise.
24365         (_IO_free_backup_area): Likewise.
24366         (_IO_switch_to_put_mode): Likewise.
24367         (__overflow): Likewise.
24368         (__underflow): Likewise.
24369         (__uflow): Likewise.
24370         (_IO_setb): Likewise.
24371         (_IO_doallocbuf): Likewise.
24372         (_IO_default_underflow): Likewise.
24373         (_IO_default_uflow): Likewise.
24374         (_IO_default_xsputn): Likewise.
24375         (_IO_sgetn): Likewise.
24376         (_IO_default_xsgetn): Likewise.
24377         (_IO_sync): Likewise.
24378         (_IO_default_setbuf): Likewise.
24379         (_IO_default_seekpos): Likewise.
24380         (_IO_default_doallocate): Likewise.
24381         (_IO_init): Likewise.
24382         (_IO_old_init): Likewise.
24383         (_IO_default_sync): Likewise.
24384         (_IO_default_finish): Likewise.
24385         (_IO_default_seekoff): Likewise.
24386         (_IO_sputbackc): Likewise.
24387         (_IO_sungetc): Likewise.
24388         (_IO_set_column): Likewise.
24389         (_IO_set_column): Likewise.
24390         (_IO_adjust_column): Likewise.
24391         (_IO_get_column): Likewise.
24392         (_IO_init_marker): Likewise.
24393         (_IO_remove_marker): Likewise.
24394         (_IO_marker_difference): Likewise.
24395         (_IO_marker_delta): Likewise.
24396         (_IO_seekmark): Likewise.
24397         (_IO_unsave_markers): Likewise.
24398         (_IO_nobackup_pbackfail): Likewise.
24399         (_IO_default_pbackfail): Likewise.
24400         (_IO_default_seek): Likewise.
24401         (_IO_default_stat): Likewise.
24402         (_IO_default_read): Likewise.
24403         (_IO_default_write): Likewise.
24404         (_IO_default_showmanyc): Likewise.
24405         (_IO_default_imbue): Likewise.
24406         (_IO_iter_next): Likewise.
24407         (_IO_iter_file): Likewise.
24408         * libio/getc.c (_IO_getc): Likewise.
24409         * libio/getwc.c (_IO_getwc): Likewise.
24410         * libio/iofclose.c (_IO_new_fclose): Likewise.
24411         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
24412         * libio/iofflush.c (_IO_fflush): Likewise.
24413         * libio/iofflush_u.c (__fflush_unlocked): Likewise.
24414         * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
24415         * libio/iofgetpos64.c (_IO_new_fgetpos64): Likewise.
24416         * libio/iofgets.c (_IO_fgets): Likewise.
24417         * libio/iofgets_u.c (__fgets_unlocked): Likewise.
24418         * libio/iofgetws.c (fgetws): Likewise.
24419         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
24420         * libio/iofopen64.c (_IO_fopen64): Likewise.
24421         * libio/iofopncook.c (_IO_cookie_read): Likewise.
24422         (_IO_cookie_write): Likewise.
24423         (_IO_cookie_seek): Likewise.
24424         (_IO_cookie_close): Likewise.
24425         (_IO_cookie_seekoff): Likewise.
24426         (_IO_old_cookie_seek): Likewise.
24427         * libio/iofputs.c (_IO_fputs): Likewise.
24428         * libio/iofputs_u.c (__fputs_unlocked): Likewise.
24429         * libio/iofputws.c (fputws): Likewise.
24430         * libio/iofputws_u.c (fputws_unlocked): Likewise.
24431         * libio/iofread.c (_IO_fread): Likewise.
24432         * libio/iofread_u.c (__fread_unlocked): Likewise.
24433         * libio/iofsetpos.c (_IO_new_fsetpos): Likewise.
24434         * libio/iofsetpos64.c (_IO_new_fsetpos64): Likewise.
24435         * libio/ioftell.c (_IO_ftell): Likewise.
24436         * libio/iofwrite.c (_IO_fwrite): Likewise.
24437         * libio/iogetdelim.c (_IO_getdelim): Likewise.
24438         * libio/iogets.c (_IO_gets): Likewise.
24439         * libio/iopadn.c (_IO_padn): Likewise.
24440         * libio/iopopen.c (_IO_new_proc_open): Likewise.
24441         (_IO_new_popen): Likewise.
24442         (_IO_new_proc_close): Likewise.
24443         * libio/ioputs.c (_IO_puts): Likewise.
24444         * libio/ioseekoff.c (_IO_seekoff_unlocked): Likewise.
24445         (_IO_seekoff): Likewise.
24446         * libio/ioseekpos.c (_IO_seekpos_unlocked): Likewise.
24447         (_IO_seekpos): Likewise.
24448         * libio/iosetbuffer.c (_IO_setbuffer): Likewise.
24449         * libio/iosetvbuf.c (_IO_setvbuf): Likewise.
24450         * libio/ioungetc.c (_IO_ungetc): Likewise.
24451         * libio/ioungetwc.c (ungetwc): Likewise.
24452         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
24453         * libio/iovsscanf.c (_IO_vsscanf): Likewise.
24454         * libio/iowpadn.c (_IO_wpadn): Likewise.
24455         * libio/libc_fatal.c (__libc_fatal): Likewise.
24456         * libio/memstream.c (__open_memstream): Likewise.
24457         (_IO_mem_sync): Likewise.
24458         (_IO_mem_finish): Likewise.
24459         * libio/oldfileops.c (_IO_old_file_init): Likewise.
24460         (_IO_old_file_close_it): Likewise.
24461         (_IO_old_file_finish): Likewise.
24462         (_IO_old_file_fopen): Likewise.
24463         (_IO_old_file_attach): Likewise.
24464         (_IO_old_file_setbuf): Likewise.
24465         (_IO_old_do_write): Likewise.
24466         (old_do_write): Likewise.
24467         (_IO_old_file_underflow): Likewise.
24468         (_IO_old_file_overflow): Likewise.
24469         (_IO_old_file_sync): Likewise.
24470         (_IO_old_file_seekoff): Likewise.
24471         (_IO_old_file_write): Likewise.
24472         (_IO_old_file_xsputn): Likewise.
24473         * libio/oldiofclose.c (_IO_old_fclose): Likewise.
24474         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
24475         * libio/oldiofgetpos.c (_IO_old_fgetpos): Likewise.
24476         * libio/oldiofgetpos64.c (_IO_old_fgetpos64): Likewise.
24477         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
24478         * libio/oldiofsetpos.c (_IO_old_fsetpos): Likewise.
24479         * libio/oldiofsetpos64.c (_IO_old_fsetpos64): Likewise.
24480         * libio/oldiopopen.c (_IO_old_proc_open): Likewise.
24481         (_IO_old_popen): Likewise.
24482         (_IO_old_proc_close): Likewise.
24483         * libio/oldpclose.c (__old_pclose): Likewise.
24484         * libio/pclose.c (__new_pclose): Likewise.
24485         * libio/peekc.c (_IO_peekc_locked): Likewise.
24486         * libio/putc.c (_IO_putc): Likewise.
24487         * libio/putc_u.c (putc_unlocked): Likewise.
24488         * libio/putchar.c (putchar): Likewise.
24489         * libio/putchar_u.c (putchar_unlocked): Likewise.
24490         * libio/putwc.c (putwc): Likewise.
24491         * libio/putwc_u.c (putwc_unlocked): Likewise.
24492         * libio/putwchar.c (putwchar): Likewise.
24493         * libio/putwchar_u.c (putwchar_unlocked): Likewise.
24494         * libio/rewind.c (rewind): Likewise.
24495         * libio/setbuf.c (setbuf): Likewise.
24496         * libio/setlinebuf.c (setlinebuf): Likewise.
24497         * libio/vasprintf.c (_IO_vasprintf): Likewise.
24498         * libio/vscanf.c (_IO_vscanf): Likewise.
24499         * libio/vsnprintf.c (_IO_strn_overflow): Likewise.
24500         * libio/vswprintf.c (_IO_wstrn_overflow): Likewise.
24501         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Likewise.
24502         * libio/wgenops.c (_IO_least_wmarker): Likewise.
24503         (_IO_switch_to_main_wget_area): Likewise.
24504         (_IO_switch_to_wbackup_area): Likewise.
24505         (_IO_wsetb): Likewise.
24506         (_IO_wdefault_pbackfail): Likewise.
24507         (_IO_wdefault_finish): Likewise.
24508         (_IO_wdefault_uflow): Likewise.
24509         (__woverflow): Likewise.
24510         (__wuflow): Likewise.
24511         (__wunderflow): Likewise.
24512         (_IO_wdefault_xsputn): Likewise.
24513         (_IO_wdefault_xsgetn): Likewise.
24514         (_IO_wdoallocbuf): Likewise.
24515         (_IO_wdefault_doallocate): Likewise.
24516         (_IO_switch_to_wget_mode): Likewise.
24517         (_IO_free_wbackup_area): Likewise.
24518         (_IO_switch_to_wput_mode): Likewise.
24519         (_IO_sputbackwc): Likewise.
24520         (_IO_sungetwc): Likewise.
24521         (_IO_adjust_wcolumn): Likewise.
24522         (_IO_init_wmarker): Likewise.
24523         (_IO_wmarker_delta): Likewise.
24524         (_IO_seekwmark): Likewise.
24525         (_IO_unsave_wmarkers): Likewise.
24526         * libio/wmemstream.c (open_wmemstream): Likewise.
24527         (_IO_wmem_sync): Likewise.
24528         (_IO_wmem_finish): Likewise.
24529         * locale/nl_langinfo.c (nl_langinfo): Likewise.
24530         * locale/nl_langinfo_l.c (__nl_langinfo_l): Likewise.
24531         * locale/programs/simple-hash.c (init_hash): Likewise.
24532         (delete_hash): Likewise.
24533         (insert_entry): Likewise.
24534         (set_entry): Likewise.
24535         (next_prime): Likewise.
24536         (is_prime): Likewise.
24537         * locale/programs/xmalloc.c (fixup_null_alloc): Likewise.
24538         (xmalloc): Likewise.
24539         (xrealloc): Likewise.
24540         * locale/programs/xstrdup.c (xstrdup): Likewise.
24541         * localedata/collate-test.c (xstrcoll): Likewise.
24542         * localedata/xfrm-test.c (xstrcmp): Likewise.
24543         * login/getlogin_r.c (__getlogin_r): Likewise.
24544         * login/getpt.c (__posix_openpt): Likewise.
24545         * login/login_tty.c (login_tty): Likewise.
24546         * login/setlogin.c (setlogin): Likewise.
24547         * mach/msg-destroy.c (__mach_msg_destroy): Likewise.
24548         (mach_msg_destroy_port): Likewise.
24549         (mach_msg_destroy_memory): Likewise.
24550         * malloc/mcheck.c (flood): Likewise.
24551         * misc/acct.c (acct): Likewise.
24552         * misc/brk.c (__brk): Likewise.
24553         * misc/chflags.c (chflags): Likewise.
24554         * misc/chroot.c (chroot): Likewise.
24555         * misc/fchflags.c (fchflags): Likewise.
24556         * misc/fstab.c (getfsspec): Likewise.
24557         (getfsfile): Likewise.
24558         * misc/fsync.c (fsync): Likewise.
24559         * misc/ftruncate.c (__ftruncate): Likewise.
24560         * misc/ftruncate64.c (__ftruncate64): Likewise.
24561         * misc/getdomain.c (getdomainname): Likewise.
24562         (getdomainname): Likewise.
24563         * misc/gethostname.c (__gethostname): Likewise.
24564         * misc/getpass.c (getpass): Likewise.
24565         * misc/getttyent.c (skip): Likewise.
24566         (value): Likewise.
24567         * misc/gtty.c (gtty): Likewise.
24568         * misc/hsearch.c (hsearch): Likewise.
24569         (hcreate): Likewise.
24570         * misc/hsearch_r.c (__hcreate_r): Likewise.
24571         (__hdestroy_r): Likewise.
24572         * misc/ioctl.c (__ioctl): Likewise.
24573         * misc/mkdtemp.c (mkdtemp): Likewise.
24574         * misc/mkostemp.c (mkostemp): Likewise.
24575         * misc/mkostemp64.c (mkostemp64): Likewise.
24576         * misc/mkostemps.c (mkostemps): Likewise.
24577         * misc/mkostemps64.c (mkostemps64): Likewise.
24578         * misc/mkstemp.c (mkstemp): Likewise.
24579         * misc/mkstemp64.c (mkstemp64): Likewise.
24580         * misc/mkstemps.c (mkstemps): Likewise.
24581         * misc/mkstemps64.c (mkstemps64): Likewise.
24582         * misc/mktemp.c (__mktemp): Likewise.
24583         * misc/preadv.c (preadv): Likewise.
24584         * misc/preadv64.c (preadv64): Likewise.
24585         * misc/pwritev.c (pwritev): Likewise.
24586         * misc/pwritev64.c (pwritev64): Likewise.
24587         * misc/readv.c (__readv): Likewise.
24588         * misc/revoke.c (revoke): Likewise.
24589         * misc/setdomain.c (setdomainname): Likewise.
24590         * misc/setegid.c (setegid): Likewise.
24591         * misc/seteuid.c (seteuid): Likewise.
24592         * misc/sethostid.c (sethostid): Likewise.
24593         * misc/sethostname.c (sethostname): Likewise.
24594         * misc/setregid.c (__setregid): Likewise.
24595         * misc/setreuid.c (__setreuid): Likewise.
24596         * misc/sstk.c (sstk): Likewise.
24597         * misc/stty.c (stty): Likewise.
24598         * misc/syscall.c (syscall): Likewise.
24599         * misc/syslog.c (setlogmask): Likewise.
24600         * misc/truncate.c (__truncate): Likewise.
24601         * misc/truncate64.c (truncate64): Likewise.
24602         * misc/ualarm.c (ualarm): Likewise.
24603         * misc/usleep.c (usleep): Likewise.
24604         * misc/ustat.c (ustat): Likewise.
24605         * misc/writev.c (__writev): Likewise.
24606         * nptl/cleanup_compat.c (_pthread_cleanup_pop): Likewise.
24607         * nptl/old_pthread_cond_broadcast.c
24608         (__pthread_cond_broadcast_2_0): Likewise.
24609         * nptl/old_pthread_cond_destroy.c (__pthread_cond_destroy_2_0):
24610         Likewise.
24611         * nptl/old_pthread_cond_signal.c (__pthread_cond_signal_2_0):
24612         Likewise.
24613         * nptl/old_pthread_cond_wait.c (__pthread_cond_wait_2_0):
24614         Likewise.
24615         * nptl/pt-raise.c (raise): Likewise.
24616         * nptl/pthread_barrier_destroy.c (pthread_barrier_destroy):
24617         Likewise.
24618         * nptl/pthread_barrier_wait.c (__pthread_barrier_wait): Likewise.
24619         * nptl/pthread_barrierattr_destroy.c
24620         (pthread_barrierattr_destroy): Likewise.
24621         * nptl/pthread_barrierattr_init.c (pthread_barrierattr_init):
24622         Likewise.
24623         * nptl/pthread_barrierattr_setpshared.c
24624         (pthread_barrierattr_setpshared): Likewise.
24625         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
24626         Likewise.
24627         * nptl/pthread_cond_destroy.c (__pthread_cond_destroy): Likewise.
24628         * nptl/pthread_cond_init.c (__pthread_cond_init): Likewise.
24629         * nptl/pthread_cond_signal.c (__pthread_cond_signal): Likewise.
24630         * nptl/pthread_condattr_destroy.c (__pthread_condattr_destroy):
24631         Likewise.
24632         * nptl/pthread_condattr_getclock.c (pthread_condattr_getclock):
24633         Likewise.
24634         * nptl/pthread_condattr_getpshared.c
24635         (pthread_condattr_getpshared): Likewise.
24636         * nptl/pthread_condattr_init.c (__pthread_condattr_init):
24637         Likewise.
24638         * nptl/pthread_condattr_setpshared.c
24639         (pthread_condattr_setpshared): Likewise.
24640         * nptl/pthread_detach.c (pthread_detach): Likewise.
24641         * nptl/pthread_equal.c (__pthread_equal): Likewise.
24642         * nptl/pthread_getcpuclockid.c (pthread_getcpuclockid): Likewise.
24643         * nptl/pthread_getspecific.c (__pthread_getspecific): Likewise.
24644         * nptl/pthread_key_delete.c (pthread_key_delete): Likewise.
24645         * nptl/pthread_mutex_consistent.c (pthread_mutex_consistent):
24646         Likewise.
24647         * nptl/pthread_mutex_destroy.c (__pthread_mutex_destroy):
24648         Likewise.
24649         * nptl/pthread_mutex_getprioceiling.c
24650         (pthread_mutex_getprioceiling): Likewise.
24651         * nptl/pthread_mutexattr_destroy.c (__pthread_mutexattr_destroy):
24652         Likewise.
24653         * nptl/pthread_mutexattr_getprotocol.c
24654         (pthread_mutexattr_getprotocol): Likewise.
24655         * nptl/pthread_mutexattr_getpshared.c
24656         (pthread_mutexattr_getpshared): Likewise.
24657         * nptl/pthread_mutexattr_getrobust.c
24658         (pthread_mutexattr_getrobust): Likewise.
24659         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
24660         Likewise.
24661         * nptl/pthread_mutexattr_init.c (__pthread_mutexattr_init):
24662         Likewise.
24663         * nptl/pthread_mutexattr_setprioceiling.c
24664         (pthread_mutexattr_setprioceiling): Likewise.
24665         * nptl/pthread_mutexattr_setprotocol.c
24666         (pthread_mutexattr_setprotocol): Likewise.
24667         * nptl/pthread_mutexattr_setpshared.c
24668         (pthread_mutexattr_setpshared): Likewise.
24669         * nptl/pthread_mutexattr_setrobust.c
24670         (pthread_mutexattr_setrobust): Likewise.
24671         * nptl/pthread_mutexattr_settype.c (__pthread_mutexattr_settype):
24672         Likewise.
24673         * nptl/pthread_rwlock_destroy.c (__pthread_rwlock_destroy):
24674         Likewise.
24675         * nptl/pthread_rwlockattr_destroy.c (pthread_rwlockattr_destroy):
24676         Likewise.
24677         * nptl/pthread_rwlockattr_getkind_np.c
24678         (pthread_rwlockattr_getkind_np): Likewise.
24679         * nptl/pthread_rwlockattr_getpshared.c
24680         (pthread_rwlockattr_getpshared): Likewise.
24681         * nptl/pthread_rwlockattr_init.c (pthread_rwlockattr_init):
24682         Likewise.
24683         * nptl/pthread_rwlockattr_setkind_np.c
24684         (pthread_rwlockattr_setkind_np): Likewise.
24685         * nptl/pthread_rwlockattr_setpshared.c
24686         (pthread_rwlockattr_setpshared): Likewise.
24687         * nptl/pthread_setcancelstate.c (__pthread_setcancelstate):
24688         Likewise.
24689         * nptl/pthread_setcanceltype.c (__pthread_setcanceltype):
24690         Likewise.
24691         * nptl/pthread_setconcurrency.c (pthread_setconcurrency):
24692         Likewise.
24693         * nptl/pthread_setschedprio.c (pthread_setschedprio): Likewise.
24694         * nptl/pthread_setspecific.c (__pthread_setspecific): Likewise.
24695         * nptl/pthread_spin_destroy.c (pthread_spin_destroy): Likewise.
24696         * nptl/pthread_tryjoin.c (pthread_tryjoin_np): Likewise.
24697         * nptl/sem_close.c (sem_close): Likewise.
24698         * nptl/sem_destroy.c (__new_sem_destroy): Likewise.
24699         * nptl/sem_init.c (__old_sem_init): Likewise.
24700         * nptl/sigaction.c (__sigaction): Likewise.
24701         * nptl/unregister-atfork.c (__unregister_atfork): Likewise.
24702         * posix/_exit.c (_exit): Likewise.
24703         * posix/alarm.c (alarm): Likewise.
24704         * posix/confstr.c (confstr): Likewise.
24705         * posix/fpathconf.c (__fpathconf): Likewise.
24706         * posix/getgroups.c (__getgroups): Likewise.
24707         * posix/getpgid.c (__getpgid): Likewise.
24708         * posix/group_member.c (__group_member): Likewise.
24709         * posix/pathconf.c (__pathconf): Likewise.
24710         * posix/sched_getaffinity.c (sched_getaffinity): Likewise.
24711         * posix/sched_setaffinity.c (sched_setaffinity): Likewise.
24712         * posix/setgid.c (__setgid): Likewise.
24713         * posix/setpgid.c (__setpgid): Likewise.
24714         * posix/setuid.c (__setuid): Likewise.
24715         * posix/sleep.c (__sleep): Likewise.
24716         * posix/sysconf.c (__sysconf): Likewise.
24717         * posix/times.c (__times): Likewise.
24718         * posix/uname.c (__uname): Likewise.
24719         * posix/waitid.c (__waitid): Likewise.
24720         * pwd/getpw.c (__getpw): Likewise.
24721         * resolv/base64.c (b64_pton): Likewise.
24722         * resolv/gai_sigqueue.c (__gai_sigqueue): Likewise.
24723         * resolv/gethnamaddr.c (Dprintf): Likewise.
24724         (gethostbyname): Likewise.
24725         (gethostbyname2): Likewise.
24726         (gethostbyaddr): Likewise.
24727         (_sethtent): Likewise.
24728         (_gethtbyname): Likewise.
24729         (_gethtbyname2): Likewise.
24730         (_gethtbyaddr): Likewise.
24731         (map_v4v6_address): Likewise.
24732         (map_v4v6_hostent): Likewise.
24733         (addrsort): Likewise.
24734         (ht_sethostent): Likewise.
24735         (ht_gethostbyname): Likewise.
24736         (ht_gethostbyaddr): Likewise.
24737         * resolv/inet_net_ntop.c (inet_net_ntop): Likewise.
24738         (inet_net_ntop_ipv4): Likewise.
24739         * resolv/inet_neta.c (inet_neta): Likewise.
24740         * resolv/inet_ntop.c (inet_ntop): Likewise.
24741         (inet_ntop4): Likewise.
24742         (inet_ntop6): Likewise.
24743         * resolv/inet_pton.c (__inet_pton): Likewise.
24744         (inet_pton4): Likewise.
24745         (inet_pton6): Likewise.
24746         * resolv/res_debug.c (loc_aton): Likewise.
24747         (loc_ntoa): Likewise.
24748         * resource/getpriority.c (__getpriority): Likewise.
24749         * resource/getrusage.c (__getrusage): Likewise.
24750         * resource/nice.c (nice): Likewise.
24751         * resource/setpriority.c (__setpriority): Likewise.
24752         * resource/setrlimit64.c (setrlimit64): Likewise.
24753         * resource/vlimit.c (vlimit): Likewise.
24754         * resource/vtimes.c (vtimes): Likewise.
24755         * rt/aio_error.c (aio_error): Likewise.
24756         * rt/aio_return.c (aio_return): Likewise.
24757         * rt/aio_sigqueue.c (__aio_sigqueue): Likewise.
24758         * signal/kill.c (__kill): Likewise.
24759         * signal/killpg.c (killpg): Likewise.
24760         * signal/raise.c (raise): Likewise.
24761         * signal/sigaction.c (__sigaction): Likewise.
24762         * signal/sigaddset.c (sigaddset): Likewise.
24763         * signal/sigaltstack.c (sigaltstack): Likewise.
24764         * signal/sigandset.c (sigandset): Likewise.
24765         * signal/sigblock.c (__sigblock): Likewise.
24766         * signal/sigdelset.c (sigdelset): Likewise.
24767         * signal/sigempty.c (sigemptyset): Likewise.
24768         * signal/sigfillset.c (sigfillset): Likewise.
24769         * signal/sighold.c (sighold): Likewise.
24770         * signal/sigignore.c (sigignore): Likewise.
24771         * signal/sigintr.c (siginterrupt): Likewise.
24772         * signal/sigisempty.c (sigisemptyset): Likewise.
24773         * signal/sigismem.c (sigismember): Likewise.
24774         * signal/signal.c (signal): Likewise.
24775         * signal/sigorset.c (sigorset): Likewise.
24776         * signal/sigpause.c (__sigpause): Likewise.
24777         * signal/sigpending.c (sigpending): Likewise.
24778         * signal/sigprocmask.c (__sigprocmask): Likewise.
24779         * signal/sigrelse.c (sigrelse): Likewise.
24780         * signal/sigreturn.c (__sigreturn): Likewise.
24781         * signal/sigset.c (sigset): Likewise.
24782         * signal/sigsetmask.c (__sigsetmask): Likewise.
24783         * signal/sigstack.c (sigstack): Likewise.
24784         * signal/sigsuspend.c (__sigsuspend): Likewise.
24785         * signal/sigvec.c (sigvec_wrapper_handler): Likewise.
24786         * signal/sysv_signal.c (__sysv_signal): Likewise.
24787         * socket/accept.c (accept): Likewise.
24788         * socket/accept4.c (__libc_accept4): Likewise.
24789         * socket/bind.c (__bind): Likewise.
24790         * socket/connect.c (__connect): Likewise.
24791         * socket/getpeername.c (getpeername): Likewise.
24792         * socket/getsockname.c (__getsockname): Likewise.
24793         * socket/getsockopt.c (getsockopt): Likewise.
24794         * socket/listen.c (__listen): Likewise.
24795         * socket/recv.c (__recv): Likewise.
24796         * socket/recvmsg.c (__recvmsg): Likewise.
24797         * socket/send.c (__send): Likewise.
24798         * socket/sendmsg.c (__sendmsg): Likewise.
24799         * socket/shutdown.c (shutdown): Likewise.
24800         * socket/sockatmark.c (sockatmark): Likewise.
24801         * socket/socket.c (__socket): Likewise.
24802         * stdio-common/ctermid.c (ctermid): Likewise.
24803         * stdio-common/cuserid.c (cuserid): Likewise.
24804         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
24805         * stdio-common/remove.c (remove): Likewise.
24806         * stdio-common/rename.c (rename): Likewise.
24807         * stdio-common/renameat.c (renameat): Likewise.
24808         * stdio-common/tempname.c (__gen_tempname): Likewise.
24809         * stdio-common/xbug.c (InitBuffer): Likewise.
24810         (AppendToBuffer): Likewise.
24811         (ReadFile): Likewise.
24812         * stdlib/a64l.c (a64l): Likewise.
24813         * stdlib/drand48_r.c (drand48_r): Likewise.
24814         * stdlib/getcontext.c (getcontext): Likewise.
24815         * stdlib/getenv.c (getenv): Likewise.
24816         * stdlib/l64a.c (l64a): Likewise.
24817         * stdlib/llabs.c (llabs): Likewise.
24818         * stdlib/lldiv.c (lldiv): Likewise.
24819         * stdlib/lrand48_r.c (lrand48_r): Likewise.
24820         * stdlib/mrand48_r.c (mrand48_r): Likewise.
24821         * stdlib/putenv.c (putenv): Likewise.
24822         * stdlib/random.c (__srandom): Likewise.
24823         (__initstate): Likewise.
24824         (__setstate): Likewise.
24825         * stdlib/random_r.c (__srandom_r): Likewise.
24826         (__setstate_r): Likewise.
24827         (__random_r): Likewise.
24828         * stdlib/secure-getenv.c (__libc_secure_getenv): Likewise.
24829         * stdlib/setcontext.c (setcontext): Likewise.
24830         * stdlib/setenv.c (setenv): Likewise.
24831         (unsetenv): Likewise.
24832         * stdlib/srand48.c (srand48): Likewise.
24833         * stdlib/srand48_r.c (__srand48_r): Likewise.
24834         * stdlib/swapcontext.c (swapcontext): Likewise.
24835         * stdlib/system.c (__libc_system): Likewise.
24836         * stdlib/tst-strtod.c (expand): Likewise.
24837         * stdlib/tst-strtol.c (expand): Likewise.
24838         * stdlib/tst-strtoll.c (expand): Likewise.
24839         * streams/fattach.c (fattach): Likewise.
24840         * streams/fdetach.c (fdetach): Likewise.
24841         * streams/getmsg.c (getmsg): Likewise.
24842         * streams/isastream.c (isastream): Likewise.
24843         * string/ffs.c (__ffs): Likewise.
24844         * string/ffsll.c (ffsll): Likewise.
24845         * string/memcmp.c (memcmp_common_alignment): Likewise.
24846         (memcmp_not_common_alignment): Likewise.
24847         (MEMCMP): Likewise.
24848         * string/memcpy.c (memcpy): Likewise.
24849         * string/memmove.c (MEMMOVE): Likewise.
24850         * string/memset.c (memset): Likewise.
24851         * string/rawmemchr.c (RAWMEMCHR): Likewise.
24852         * string/strchrnul.c (STRCHRNUL): Likewise.
24853         * string/strerror.c (strerror): Likewise.
24854         * string/strndup.c (__strndup): Likewise.
24855         * string/strverscmp.c (__strverscmp): Likewise.
24856         * sunrpc/clnt_raw.c (clntraw_freeres): Likewise.
24857         * sunrpc/clnt_tcp.c (clnttcp_geterr): Likewise.
24858         (clnttcp_freeres): Likewise.
24859         * sunrpc/clnt_unix.c (clntunix_freeres): Likewise.
24860         * sunrpc/pmap_prot.c (xdr_pmap): Likewise.
24861         * sunrpc/pmap_prot2.c (xdr_pmaplist): Likewise.
24862         * sunrpc/pmap_rmt.c (xdr_rmtcallres): Likewise.
24863         * sunrpc/rpc_prot.c (xdr_replymsg): Likewise.
24864         (xdr_callhdr): Likewise.
24865         * sunrpc/rpcinfo.c (udpping): Likewise.
24866         (tcpping): Likewise.
24867         (pstatus): Likewise.
24868         (pmapdump): Likewise.
24869         (brdcst): Likewise.
24870         (deletereg): Likewise.
24871         (getprognum): Likewise.
24872         (getvers): Likewise.
24873         (get_inet_address): Likewise.
24874         * sunrpc/svc_raw.c (svcraw_recv): Likewise.
24875         * sunrpc/svc_udp.c (svcudp_create): Likewise.
24876         (svcudp_stat): Likewise.
24877         (svcudp_recv): Likewise.
24878         (svcudp_reply): Likewise.
24879         (svcudp_getargs): Likewise.
24880         (svcudp_freeargs): Likewise.
24881         (svcudp_destroy): Likewise.
24882         * sunrpc/xdr.c (xdr_bytes): Likewise.
24883         (xdr_netobj): Likewise.
24884         (xdr_string): Likewise.
24885         (xdr_wrapstring): Likewise.
24886         * sunrpc/xdr_float.c (xdr_float): Likewise.
24887         (xdr_double): Likewise.
24888         * sunrpc/xdr_mem.c (xdrmem_setpos): Likewise.
24889         * sunrpc/xdr_ref.c (xdr_pointer): Likewise.
24890         * sysvipc/ftok.c (ftok): Likewise.
24891         * sysvipc/msgctl.c (msgctl): Likewise.
24892         * sysvipc/msgget.c (msgget): Likewise.
24893         * sysvipc/msgrcv.c (msgrcv): Likewise.
24894         * sysvipc/msgsnd.c (msgsnd): Likewise.
24895         * sysvipc/semget.c (semget): Likewise.
24896         * sysvipc/semop.c (semop): Likewise.
24897         * sysvipc/shmat.c (shmat): Likewise.
24898         * sysvipc/shmctl.c (shmctl): Likewise.
24899         * sysvipc/shmdt.c (shmdt): Likewise.
24900         * sysvipc/shmget.c (shmget): Likewise.
24901         * termios/cfmakeraw.c (cfmakeraw): Likewise.
24902         * termios/speed.c (cfgetospeed): Likewise.
24903         (cfgetispeed): Likewise.
24904         (cfsetospeed): Likewise.
24905         (cfsetispeed): Likewise.
24906         * termios/tcflow.c (tcflow): Likewise.
24907         * termios/tcflush.c (tcflush): Likewise.
24908         * termios/tcgetattr.c (__tcgetattr): Likewise.
24909         * termios/tcgetpgrp.c (tcgetpgrp): Likewise.
24910         * termios/tcgetsid.c (tcgetsid): Likewise.
24911         * termios/tcsendbrk.c (tcsendbreak): Likewise.
24912         * termios/tcsetpgrp.c (tcsetpgrp): Likewise.
24913         * time/adjtime.c (__adjtime): Likewise.
24914         * time/dysize.c (dysize): Likewise.
24915         * time/ftime.c (ftime): Likewise.
24916         * time/getitimer.c (__getitimer): Likewise.
24917         * time/gettimeofday.c (__gettimeofday): Likewise.
24918         * time/gmtime.c (__gmtime_r): Likewise.
24919         (gmtime): Likewise.
24920         * time/localtime.c (__localtime_r): Likewise.
24921         (localtime): Likewise.
24922         * time/offtime.c (__offtime): Likewise.
24923         * time/settimeofday.c (__settimeofday): Likewise.
24924         * time/stime.c (stime): Likewise.
24925         * time/strftime_l.c (tm_diff): Likewise.
24926         (iso_week_days): Likewise.
24927         * time/strptime.c (strptime): Likewise.
24928         * time/time.c (time): Likewise.
24929         * time/timespec_get.c (timespec_get): Likewise.
24930         * time/tzset.c (tzset_internal): Likewise.
24931         (compute_change): Likewise.
24932         (__tz_compute): Likewise.
24933         * wcsmbs/btowc.c (__btowc): Likewise.
24934         * wcsmbs/mbrlen.c (__mbrlen): Likewise.
24935         * wcsmbs/mbsinit.c (__mbsinit): Likewise.
24936         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
24937         * wcsmbs/wcpcpy.c (__wcpcpy): Likewise.
24938         * wcsmbs/wcpncpy.c (__wcpncpy): Likewise.
24939         * wcsmbs/wcscat.c (__wcscat): Likewise.
24940         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
24941         * wcsmbs/wcscmp.c (WCSCMP): Likewise.
24942         * wcsmbs/wcscpy.c (WCSCPY): Likewise.
24943         * wcsmbs/wcscspn.c (wcscspn): Likewise.
24944         * wcsmbs/wcsdup.c (wcsdup): Likewise.
24945         * wcsmbs/wcslen.c (__wcslen): Likewise.
24946         * wcsmbs/wcsncat.c (WCSNCAT): Likewise.
24947         * wcsmbs/wcsncmp.c (WCSNCMP): Likewise.
24948         * wcsmbs/wcsncpy.c (__wcsncpy): Likewise.
24949         * wcsmbs/wcsnlen.c (__wcsnlen): Likewise.
24950         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
24951         * wcsmbs/wcsrchr.c (WCSRCHR): Likewise.
24952         * wcsmbs/wcsspn.c (wcsspn): Likewise.
24953         * wcsmbs/wcsstr.c (wcsstr): Likewise.
24954         * wcsmbs/wcstok.c (wcstok): Likewise.
24955         * wcsmbs/wctob.c (wctob): Likewise.
24956         * wcsmbs/wmemchr.c (__wmemchr): Likewise.
24957         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
24958         * wcsmbs/wmemcpy.c (__wmemcpy): Likewise.
24959         * wcsmbs/wmemmove.c (__wmemmove): Likewise.
24960         * wcsmbs/wmempcpy.c (__wmempcpy): Likewise.
24961         * wcsmbs/wmemset.c (__wmemset): Likewise.
24962         * wctype/wcfuncs.c (__towlower): Likewise.
24963         (__towupper): Likewise.
24965         * sysdeps/unix/sysv/linux/i386/lowlevellock.h
24966         (lll_unlock_elision): Add adapt_count parameter.
24968 2015-10-15  Joseph Myers  <joseph@codesourcery.com>
24970         * sysdeps/nptl/configure.ac: Do not give errors based on the
24971         results of top-level configure tests.
24972         * sysdeps/nptl/configure: Regenerated.
24974         * configure.ac (libc_cv_Bgroup): Remove configure test.
24975         * configure: Regenerated.
24976         * config.make.in (have-Bgroup): Remove variable.
24978         * configure.ac (sizeof_long_double): Remove configure test.
24979         * configure: Regenerated.
24980         * config.make.in (sizeof-long-double): Remove variable.
24982         * configure.ac (libc_cv_gcc_exceptions): Remove configure test.
24983         * configure: Regenerated.
24984         * sysdeps/arm/configure.ac (libc_cv_gcc_exceptions): Do not set
24985         variable.
24986         (exceptions): Likewise.
24987         * sysdeps/arm/configure: Regenerated.
24988         * config.make.in (exceptions): Remove variable.
24989         * Makeconfig (uses-callbacks): Use -fexceptions instead of
24990         $(exceptions).
24991         * debug/Makefile (CFLAGS-dprintf_chk.c): Likewise.
24992         (CFLAGS-vdprintf_chk.c): Likewise.
24993         (CFLAGS-printf_chk.c): Likewise.
24994         (CFLAGS-fprintf_chk.c): Likewise.
24995         (CFLAGS-vprintf_chk.c): Likewise.
24996         (CFLAGS-vfprintf_chk.c): Likewise.
24997         (CFLAGS-gets_chk.c): Likewise.
24998         (CFLAGS-fgets_chk.c): Likewise.
24999         (CFLAGS-fgets_u_chk.c): Likewise.
25000         (CFLAGS-fread_chk.c): Likewise.
25001         (CFLAGS-fread_u_chk.c): Likewise.
25002         (CFLAGS-wprintf_chk.c): Likewise.
25003         (CFLAGS-fwprintf_chk.c): Likewise.
25004         (CFLAGS-vwprintf_chk.c): Likewise.
25005         (CFLAGS-vfwprintf_chk.c): Likewise.
25006         (CFLAGS-fgetws_chk.c): Likewise.
25007         (CFLAGS-fgetws_u_chk.c): Likewise.
25008         * libio/Makefile (CFLAGS-fileops.c): Likewise.
25009         (CFLAGS-fputc.c): Likewise.
25010         (CFLAGS-fputwc.c): Likewise.
25011         (CFLAGS-freopen64.c): Likewise.
25012         (CFLAGS-freopen.c): Likewise.
25013         (CFLAGS-fseek.c): Likewise.
25014         (CFLAGS-fseeko64.c): Likewise.
25015         (CFLAGS-fseeko.c): Likewise.
25016         (CFLAGS-ftello64.c): Likewise.
25017         (CFLAGS-ftello.c): Likewise.
25018         (CFLAGS-fwide.c): Likewise.
25019         (CFLAGS-genops.c): Likewise.
25020         (CFLAGS-getc.c): Likewise.
25021         (CFLAGS-getchar.c): Likewise.
25022         (CFLAGS-getwc.c): Likewise.
25023         (CFLAGS-getwchar.c): Likewise.
25024         (CFLAGS-iofclose.c): Likewise.
25025         (CFLAGS-iofflush.c): Likewise.
25026         (CFLAGS-iofgetpos64.c): Likewise.
25027         (CFLAGS-iofgetpos.c): Likewise.
25028         (CFLAGS-iofgets.c): Likewise.
25029         (CFLAGS-iofgetws.c): Likewise.
25030         (CFLAGS-iofputs.c): Likewise.
25031         (CFLAGS-iofputws.c): Likewise.
25032         (CFLAGS-iofread.c): Likewise.
25033         (CFLAGS-iofsetpos64.c): Likewise.
25034         (CFLAGS-iofsetpos.c): Likewise.
25035         (CFLAGS-ioftell.c): Likewise.
25036         (CFLAGS-iofwrite.c): Likewise.
25037         (CFLAGS-iogetdelim.c): Likewise.
25038         (CFLAGS-iogetline.c): Likewise.
25039         (CFLAGS-iogets.c): Likewise.
25040         (CFLAGS-iogetwline.c): Likewise.
25041         (CFLAGS-ioputs.c): Likewise.
25042         (CFLAGS-ioseekoff.c): Likewise.
25043         (CFLAGS-ioseekpos.c): Likewise.
25044         (CFLAGS-iosetbuffer.c): Likewise.
25045         (CFLAGS-iosetvbuf.c): Likewise.
25046         (CFLAGS-ioungetc.c): Likewise.
25047         (CFLAGS-ioungetwc.c): Likewise.
25048         (CFLAGS-oldfileops.c): Likewise.
25049         (CFLAGS-oldiofclose.c): Likewise.
25050         (CFLAGS-oldiofgetpos64.c): Likewise.
25051         (CFLAGS-oldiofgetpos.c): Likewise.
25052         (CFLAGS-oldiofsetpos64.c): Likewise.
25053         (CFLAGS-oldiofsetpos.c): Likewise.
25054         (CFLAGS-peekc.c): Likewise.
25055         (CFLAGS-putc.c): Likewise.
25056         (CFLAGS-putchar.c): Likewise.
25057         (CFLAGS-putwc.c): Likewise.
25058         (CFLAGS-putwchar.c): Likewise.
25059         (CFLAGS-rewind.c): Likewise.
25060         (CFLAGS-wfileops.c): Likewise.
25061         (CFLAGS-wgenops.c): Likewise.
25062         (CFLAGS-oldiofopen.c): Likewise.
25063         (CFLAGS-iofopen.c): Likewise.
25064         (CFLAGS-iofopen64.c): Likewise.
25065         (CFLAGS-oldtmpfile.c): Likewise.
25066         * stdio-common/Makefile (CFLAGS-vfprintf.c): Likewise.
25067         (CFLAGS-fprintf.c): Likewise.
25068         (CFLAGS-printf.c): Likewise.
25069         (CFLAGS-vfwprintf.c): Likewise.
25070         (CFLAGS-vfscanf.c): Likewise.
25071         (CFLAGS-vfwscanf.c): Likewise.
25072         (CFLAGS-fscanf.c): Likewise.
25073         (CFLAGS-scanf.c): Likewise.
25074         (CFLAGS-isoc99_vfscanf.c): Likewise.
25075         (CFLAGS-isoc99_vscanf.c): Likewise.
25076         (CFLAGS-isoc99_fscanf.c): Likewise.
25077         (CFLAGS-isoc99_scanf.c): Likewise.
25078         * wcsmbs/Makefile (CFLAGS-isoc99_wscanf.c): Likewise.
25079         (CFLAGS-isoc99_fwscanf.c): Likewise.
25080         (CFLAGS-isoc99_vwscanf.c): Likewise.
25081         (CFLAGS-isoc99_vfwscanf.c): Likewise.
25083         * io/test-lfs.c (do_prepare): Do not call add_temp_file until
25084         after mkstemp64.
25085         * login/tst-utmp.c (do_prepare): Likewise.
25086         * rt/tst-aio.c (do_prepare): Likewise.
25087         * rt/tst-aio64.c (do_prepare): Likewise.
25089 2015-10-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
25091         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
25092         (__lll_lock_elision): Remove adapt_count decrement...
25093         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
25094         (__lll_trylock_elision): Likewise.
25095         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
25096         (__lll_unlock_elision): ... to here. And utilize
25097         new adapt_count parameter.
25098         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
25099         (__lll_unlock_elision): Update to include adapt_count
25100         parameter.
25101         (lll_unlock_elision): Pass pointer to adapt_count
25102         variable.
25104 2015-10-15  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
25106         * nptl/pthread_mutex_unlock.c (lll_unlock_elision):
25107         Add elision adapt_count parameter to list of arguments.
25108         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
25109         (lll_unlock_elision): Update with new parameter list
25110         * sysdeps/unix/sysv/linux/s390/lowlevellock.h
25111         (lll_unlock_elision): Likewise.
25112         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h
25113         (lll_unlock_elision): Likewise.
25115 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
25117         [BZ #19122]
25118         * include/sys/utsname.h [IS_IN (rtld)] (__uname): Add
25119         attribute_hidden.
25121         * include/string.h [IS_IN (rtld)] (__stpcpy): Add
25122         attribute_hidden.
25123         [IS_IN (rtld)] (__strdup): Likewise.
25124         [IS_IN (rtld)] (__strerror_r): Likewise.
25125         [IS_IN (rtld)] (__strsep_g): Likewise.
25126         [IS_IN (rtld)] (memchr): Likewise.
25127         [IS_IN (rtld)] (memcmp): Likewise.
25128         [IS_IN (rtld)] (memcpy): Likewise.
25129         [IS_IN (rtld)] (memmove): Likewise.
25130         [IS_IN (rtld)] (memset): Likewise.
25131         [IS_IN (rtld)] (rawmemchr): Likewise.
25132         [IS_IN (rtld)] (stpcpy): Likewise.
25133         [IS_IN (rtld)] (strchr): Likewise.
25134         [IS_IN (rtld)] (strcmp): Likewise.
25135         [IS_IN (rtld)] (strlen): Likewise.
25136         [IS_IN (rtld)] (strnlen): Likewise.
25137         [IS_IN (rtld)] (strsep): Likewise.
25139         * include/stdlib.h [IS_IN (rtld)] (unsetenv): Add
25140         attribute_hidden.
25141         [IS_IN (rtld)] (__strtoul_internal): Likewise.
25143         * include/signal.h [IS_IN (rtld)] (__sigaction): Add
25144         attribute_hidden.
25145         [IS_IN (rtld)] (__libc_sigaction): Likewise.
25147         * include/setjmp.h (__longjmp): Add attribute_hidden.
25148         [IS_IN (rtld)] (__sigsetjmp): Likewise.
25150         * include/libc-internal.h [IS_IN (rtld)] (__profile_frequency):
25151         Add attribute_hidden.
25153         * include/fcntl.h (__libc_fcntl): Add attribute_hidden.
25154         [IS_IN (rtld)] (__open): Likewise.
25155         [IS_IN (rtld)] (__fcntl): Likewise.
25157         * include/dirent.h (__opendirat): Add attribute_hidden.
25158         (__getdents): Likewise.
25159         (__getdents64): Likewise.
25160         (__alloc_dir): Likewise.
25161         [IS_IN (rtld)] (__closedir): Likewise.
25162         [IS_IN (rtld)] (__fdopendir): Likewise.
25163         [IS_IN (rtld)] (__readdir): Likewise.
25164         [IS_IN (rtld)] (__readdir64): Likewise.
25165         [IS_IN (rtld)] (__rewinddir): Likewise.
25167         * include/dlfcn.h (_dl_catch_error): Moved to ...
25168         * sysdeps/generic/ldsodefs.h (_dl_catch_error): Add
25169         attribute_hidden.
25171         * sysdeps/generic/_itoa.h (_itoa): Add attribute_hidden.
25172         (_itoa_word): Likewise.
25174         * elf/dl-runtime.c (_dl_fixup): Add attribute_hidden.
25175         * elf/dynamic-link.h (_dl_try_allocate_static_tls): Likewise.
25176         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Likewise.
25177         * sysdeps/generic/ldsodefs.h (_dl_name_match_p): Likewise.
25178         (_dl_higher_prime_number): Likewise.
25179         (_dl_debug_printf_c): Likewise.
25180         (_dl_signal_cerror): Likewise.
25181         (_dl_receive_error): Likewise.
25182         (_dl_reloc_bad_type): Likewise.
25183         (_dl_resolve_conflicts): Likewise.
25184         (_dl_check_all_versions): Likewise.
25185         (_dl_check_map_versions): Likewise.
25186         (_dl_sort_fini): Likewise.
25187         (_dl_debug_initialize): Likewise.
25188         (_dl_init_paths): Likewise.
25189         (_dl_show_auxv): Likewise.
25190         (_dl_next_ld_env_entry): Likewise.
25191         (_dl_important_hwcaps): Likewise.
25192         (_dl_load_cache_lookup): Likewise.
25193         (_dl_update_slotinfo): Likewise.
25194         (_dl_show_scope): Likewise.
25196         * sysdeps/generic/memcopy.h (_wordcopy_fwd_aligned): Add
25197         attribute_hidden.
25198         (_wordcopy_fwd_dest_aligned): Likewise.
25199         (_wordcopy_bwd_aligned): Likewise.
25200         (_wordcopy_bwd_dest_aligned): Likewise.
25202         * sysdeps/i386/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
25203         * sysdeps/i386/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic):
25204         Likewise.
25205         * sysdeps/x86_64/dl-tlsdesc.h (_dl_make_tlsdesc_dynamic):
25206         Likewise.
25207         * sysdeps/x86_64/dl-lookupcfg.h (_dl_unmap): Likewise.
25209 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
25211         * sysdeps/unix/sysv/linux/i386/sysdep.h: Add comments for
25212         GCC 5 requirement.
25214 2015-10-15  Joseph Myers  <joseph@codesourcery.com>
25216         * sysdeps/i386/configure.ac (libc_cv_as_i686): Remove configure
25217         test.
25218         * sysdeps/i386/configure: Regenerated.
25219         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]: Make
25220         code unconditional.
25222         * configure.ac (libc_cv_asm_previous_directive): Remove configure
25223         test.
25224         (libc_cv_asm_popsection_directive): Likewise.
25225         * configure: Regenerated.
25226         * config.h.in (HAVE_ASM_PREVIOUS_DIRECTIVE): Remove #undef.
25227         (HAVE_ASM_POPSECTION_DIRECTIVE): Likewise.
25228         * include/libc-symbols.h [HAVE_ASM_PREVIOUS_DIRECTIVE]
25229         (__make_section_unallocated): Make definition unconditional.
25230         [HAVE_ASM_POPSECTION_DIRECTIVE] (__make_section_unallocated):
25231         Remove conditional definition.
25232         [!HAVE_ASM_PREVIOUS_DIRECTIVE && !HAVE_ASM_POPSECTION_DIRECTIVE]
25233         (__make_section_unallocated): Likewise.
25235         * configure.ac (libc_cv_gcc_static_libgcc): Remove configure test.
25236         * configure: Regenerated.
25237         * config.make.in (static-libgcc): Remove variable.
25238         * Makerules (build-shlib-helper): Use -static-libgcc instead of
25239         $(static-libgcc).
25240         (build-module-helper): Likewise.
25242         * configure.ac (libc_cv_friendly_stddef): Remove configure test.
25243         * configure: Regenerated.
25245 2015-10-15  Florian Weimer  <fweimer@redhat.com>
25247         * stdio-common/vfscanf.c (MEMCPY): Remove macro.
25248         (struct char_buffer): New type.
25249         (char_buffer_start, char_buffer_size, char_buffer_error)
25250         (char_buffer_rewind, char_buffer_add): New functions.
25251         (ADDW): Remove macro, replaced by the char_buffer_add function.
25252         (_IO_vfscanf_internal): Rewrite using struct char_buffer instead
25253         of extend_alloca.  Make control flow more explicit.
25255 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
25257         [BZ #19137]
25258         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-epoll_pwait.c):
25259         Add -fomit-frame-pointer.
25260         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Remove file.
25262 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
25264         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S
25265         (__libc_do_syscall): Defined only if !__GNUC_PREREQ (5,0).
25266         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define assembler macros
25267         only if !__GNUC_PREREQ (5,0).
25268         (INTERNAL_SYSCALL_MAIN_6): Optimize for GCC 5.
25269         (INTERNAL_SYSCALL_MAIN_INLINE): Likewise.
25270         (INTERNAL_SYSCALL_NCS): Likewise.
25271         (LOADREGS_0): New macro for GCC 5.
25272         (ASMARGS_0): Likewise.
25273         (LOADREGS_1): Likewise.
25274         (ASMARGS_1): Likewise.
25275         (LOADREGS_2): Likewise.
25276         (ASMARGS_2): Likewise.
25277         (LOADREGS_3): Likewise.
25278         (ASMARGS_3): Likewise.
25279         (LOADREGS_4): Likewise.
25280         (ASMARGS_4): Likewise.
25281         (LOADREGS_5): Likewise.
25282         (ASMARGS_5): Likewise.
25283         (LOADREGS_6): Likewise.
25284         (ASMARGS_6): Likewise.
25286 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
25288         * sysdeps/unix/sysv/linux/i386/Makefile (CFLAGS-mmap.c): Add
25289         -fomit-frame-pointer.
25290         (CFLAGS-mmap64.c): Likewise.
25291         (CFLAGS-semtimedop.c): Likewise.
25292         * sysdeps/unix/sysv/linux/i386/mmap.c: New file.
25293         * sysdeps/unix/sysv/linux/i386/mmap.S: Remove file.
25294         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
25295         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
25297 2015-10-15  Florian Weimer  <fweimer@redhat.com>
25299         [BZ #18928]
25300         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
25301         _dl_pointer_guard member.
25302         * elf/rtld.c (_rtld_global_ro): Remove _dl_pointer_guard
25303         initializer.
25304         (security_init): Always set up pointer guard.
25305         (process_envvars): Do not process LD_POINTER_GUARD.
25307 2015-10-14  Joseph Myers  <joseph@codesourcery.com>
25309         [BZ #19134]
25310         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (.LC1): New object.
25311         (.LC2): Likewise.
25312         (.LC3): Likewise.
25313         (__lround): Do not add 0.5 to integer or out-of-range arguments.
25315 2015-10-14  Szabolcs Nagy  <szabolcs.nagy@arm.com>
25317         [BZ #19129]
25318         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save and restore
25319         r0 and r1.
25321 2015-10-14  Namhyung Kim  <namhyung@gmail.com>
25323         * manaual/argp.texi (Specifying Argp Parsers): Fix typo.
25325 2015-10-14  Carlos O'Donell  <carlos@redhat.com>
25327         * include/stap-probe.h: Fix macro definition formatting.
25329 2015-10-14  Florian Weimer  <fweimer@redhat.com>
25331         [BZ #19074]
25332         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use atomics to
25333         load and store num_ifs.
25335 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
25337         [BZ #18822]
25338         * sysdeps/unix/sysv/linux/sched_getaffinity.c
25339         (__sched_getaffinity_new): Add libc_hidden_proto and
25340         libc_hidden_def.
25342 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
25344         [BZ #19007]
25345         * scripts/localplt.awk: Also allow GOT references.
25346         * sysdeps/unix/sysv/linux/i386/localplt.data: Mark
25347         _Unwind_Find_FDE, calloc, memalign, realloc and __libc_memalign
25348         with "+ REL R_386_GLOB_DAT".
25349         * sysdeps/x86_64/localplt.data: Mark calloc, memalign, realloc
25350         and __libc_memalign with "+ RELA R_X86_64_GLOB_DAT".
25352 2015-10-14  H.J. Lu  <hongjiu.lu@intel.com>
25354         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use
25355         INLINE_SYSCALL_ERROR_RETURN_VALUE.
25356         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat):
25357         Likewise.
25358         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
25359         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
25360         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Use
25361         INTERNAL_SYSCALLINTERNAL_SYSCALL and
25362         INLINE_SYSCALL_ERROR_RETURN_VALUE.
25363         * sysdeps/unix/sysv/linux/i386/lockf64.c (lockf64): Likewise.
25364         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25365         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction):
25366         Likewise.
25367         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25369 2015-10-13  Joseph Myers  <joseph@codesourcery.com>
25371         [BZ #19125]
25372         * sysdeps/powerpc/powerpc32/fpu/s_llround.c: Include <limits.h>,
25373         <math_private.h> and <stdint.h>.
25374         (__llround): Avoid conversions to and from long long int, and
25375         subtractions, where those might raise spurious exceptions.
25376         * sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: Include
25377         <math_private.h> and <stdint.h>.
25378         (__llroundf): Avoid conversions to and from long long int, and
25379         subtractions, where those might raise spurious exceptions.
25381 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
25383         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Use
25384         INLINE_SYSCALL_ERROR_RETURN_VALUE.
25385         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
25386         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Likewise.
25387         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
25388         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
25389         * sysdeps/unix/sysv/linux/fcntl.c (do_fcntl): Likewise.
25390         * sysdeps/unix/sysv/linux/futimens.c (futimens): Likewise.
25391         * sysdeps/unix/sysv/linux/futimes.c (__futimes): Likewise.
25392         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25393         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25394         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
25395         * sysdeps/unix/sysv/linux/lutimes.c (lutimes): Likewise.
25396         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25397         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
25398         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Likewise.
25399         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Likewise.
25400         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
25401         * sysdeps/unix/sysv/linux/prlimit.c (prlimit): Likewise.
25402         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Likewise.
25403         * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
25404         * sysdeps/unix/sysv/linux/signalfd.c (signalfd): Likewise.
25405         * sysdeps/unix/sysv/linux/speed.c (cfsetospeed): Likewise.
25406         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
25407         * sysdeps/unix/sysv/linux/ustat.c (ustat): Likewise.
25408         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
25409         * sysdeps/unix/sysv/linux/xmknod.c (__xmknod): Likewise.
25410         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
25411         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25412         * sysdeps/unix/sysv/linux/xstatconv.c (__xstat_conv): Likewise.
25413         (__xstat64_conv): Likewise.
25414         (__xstat32_conv): Likewise.
25416 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
25418         * sysdeps/unix/sysv/linux/sysdep.h: New file.
25419         * sysdeps/unix/sysv/linux/i386/sysdep.c: Likewise.
25420         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include
25421         <sysdeps/unix/sysv/linux/sysdep.h>.
25422         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
25423         * sysdeps/unix/sysv/linux/generic/sysdep.h: Likewise.
25424         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Likewise.
25425         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
25426         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
25427         * sysdeps/unix/sysv/linux/microblaze/sysdep.h: Likewise.
25428         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h: Likewise.
25429         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Likewise.
25430         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h: Likewise.
25431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
25432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25433         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
25434         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
25435         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
25436         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
25437         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
25438         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) == csu]
25439         (sysdep-dl-routines): Add sysdep.
25440         [$(subdir) == nptl] (libpthread-routines): Likewise.
25441         [$(subdir) == rt] (librt-routines): Likewise.
25442         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Don't check
25443         PIC when branching to SYSCALL_ERROR_LABEL.
25444         * sysdeps/unix/sysv/linux/i386/sysdep.S: Removed.
25445         * sysdeps/unix/sysv/linux/i386/sysdep.h: Include
25446         <sysdeps/unix/sysv/linux/sysdep.h>.
25447         (SYSCALL_ERROR_LABEL): Changed to __syscall_error.
25448         (SYSCALL_ERROR_ERRNO): Removed.
25449         (SYSCALL_ERROR_HANDLER): Changed to empty.
25450         (SYSCALL_ERROR_HANDLER_TLS_STORE): Likewise.
25451         (__syscall_error): New prototype.
25452         [IS_IN (libc)] (INLINE_SYSCALL): New macro.
25453         (INLINE_SYSCALL_ERROR_RETURN_VALUE): Likewise.
25455 2015-10-13  H.J. Lu  <hongjiu.lu@intel.com>
25457         [BZ #19124]
25458         * sysdeps/x86_64/dl-trampoline.S [!HAVE_AVX512_ASM_SUPPORT]
25459         (_dl_runtime_resolve_avx512): Make it a hidden alias of
25460         _dl_runtime_resolve_avx.
25461         (_dl_runtime_profile_avx512): Make it a hidden alias of
25462         _dl_runtime_profile_avx.
25464 2015-10-13  Joseph Myers  <joseph@codesourcery.com>
25466         * sysdeps/powerpc/fpu/s_llround.c: Move to ....
25467         * sysdeps/powerpc/powerpc32/fpu/s_llround.c: ...here.
25468         * sysdeps/powerpc/fpu/s_llroundf.c: Move to ....
25469         * sysdeps/powerpc/powerpc32/fpu/s_llroundf.c: ...here.
25471         [BZ #16422]
25472         * sysdeps/powerpc/powerpc32/fpu/configure.ac (libc_cv_ppc_fctidz):
25473         New configure test.
25474         * sysdeps/powerpc/powerpc32/fpu/configure: Regenerated.
25475         * config.h.in [_LIBC] (HAVE_PPC_FCTIDZ): New macro.
25476         * sysdeps/powerpc/powerpc32/fpu/s_llrint.c: Include <limits.h>,
25477         <math_private.h> and <stdint.h>.
25478         (__llrint): Avoid conversions to long long int where those might
25479         raise spurious exceptions.
25480         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Include
25481         <math_private.h> and <stdint.h>.
25482         (__llrintf): Avoid conversions to long long int where those might
25483         raise spurious exceptions.
25485 2015-10-12  Andreas Schwab  <schwab@suse.de>
25487         [BZ #18969]
25488         * debug/Makefile (LOCALES): Define.  Include gen-locales.mk.
25489         ($(objpfx)tst-chk1.out): Depend on $(gen-locales).
25490         * iconvdata/Makefile (LOCALES): Define.  Include gen-locales.mk.
25491         ($(objpfx)bug-iconv6.out, $(objpfx)tst-iconv7.out): Depend on
25492         $(gen-locales).
25493         * intl/Makefile (LOCALES): Define.  Include gen-locales.mk.
25494         ($(objpfx)tst-codeset.out, $(objpfx)tst-gettext.out)
25495         ($(objpfx)tst-gettext2.out, $(objpfx)tst-gettext3.out)
25496         ($(objpfx)tst-gettext4.out, $(objpfx)tst-gettext5.out)
25497         ($(objpfx)tst-gettext6.out, $(objpfx)tst-translit.out): Depend on
25498         $(gen-locales).
25499         * libio/Makefile (LOCALES): Define.  Include gen-locales.mk.
25500         ($(objpfx)bug-ftell.out, $(objpfx)bug-ungetwc1.out)
25501         ($(objpfx)bug-ungetwc2.out, $(objpfx)tst-fgetwc.out)
25502         ($(objpfx)tst-fgetws.out, $(objpfx)tst-fopenloc.out)
25503         ($(objpfx)tst-fputws.out, $(objpfx)tst-fseek.out)
25504         ($(objpfx)tst-ftell-active-handler.out)
25505         ($(objpfx)tst-ftell-append.out)
25506         ($(objpfx)tst-ftell-partial-wide.out, $(objpfx)tst-setvbuf1.out)
25507         ($(objpfx)tst-swscanf.out, $(objpfx)tst-ungetwc1.out)
25508         ($(objpfx)tst-ungetwc2.out, $(objpfx)tst-widetext.out)
25509         ($(objpfx)tst_wprintf2.out): Depend on $(gen-locales).
25510         * posix/Makefile (LOCALES): Define.  Include gen-locales.mk.
25511         ($(objpfx)bug-regex1.out, $(objpfx)bug-regex4.out)
25512         ($(objpfx)bug-regex5.out, $(objpfx)bug-regex6.out)
25513         ($(objpfx)bug-regex17.out, $(objpfx)bug-regex18.out)
25514         ($(objpfx)bug-regex19.out, $(objpfx)bug-regex20.out)
25515         ($(objpfx)bug-regex22.out, $(objpfx)bug-regex23.out)
25516         ($(objpfx)bug-regex25.out, $(objpfx)bug-regex26.out)
25517         ($(objpfx)bug-regex30.out, $(objpfx)bug-regex32.out)
25518         ($(objpfx)bug-regex33.out, $(objpfx)bug-regex34.out)
25519         ($(objpfx)bug-regex35.out, $(objpfx)tst-fnmatch.out)
25520         ($(objpfx)tst-fnmatch4.out, $(objpfx)tst-fnmatch5.out)
25521         ($(objpfx)tst-regex.out, $(objpfx)tst-regex2.out)
25522         ($(objpfx)tst-regexloc.out, $(objpfx)tst-rxspencer.out)
25523         ($(objpfx)tst-rxspencer-no-utf8.out): Depend on $(gen-locales).
25524         * stdio-common/Makefile (LOCALES): Define.  Include gen-locales.mk.
25525         ($(objpfx)bug14.out, $(objpfx)scanf13.out)
25526         ($(objpfx)test-vfprintf.out, $(objpfx)tst-grouping.out)
25527         ($(objpfx)tst-sprintf.out, $(objpfx)tst-sscanf.out)
25528         ($(objpfx)tst-swprintf.out): Depend on $(gen-locales).
25529         * stdlib/Makefile (LOCALES): Define.  Include gen-locales.mk.
25530         ($(objpfx)bug-strtod2.out, $(objpfx)testmb2.out)
25531         ($(objpfx)tst-strtod.out, $(objpfx)tst-strtod3.out)
25532         ($(objpfx)tst-strtod4.out, $(objpfx)tst-strtod5.out): Depend on
25533         $(gen-locales).
25534         * time/Makefile (LOCALES): Define.  Include gen-locales.mk.
25535         ($(objpfx)tst-ftime_l.out, $(objpfx)tst-strptime.out): Depend on
25536         $(gen-locales).
25537         * wcsmbs/Makefile (LOCALES): Define.  Include gen-locales.mk.
25538         ($(objpfx)tst-btowc.out, $(objpfx)tst-c16c32-1.out)
25539         ($(objpfx)tst-mbrtowc.out, $(objpfx)tst-mbrtowc2.out)
25540         ($(objpfx)tst-wcrtomb.out, $(objpfx)wcsmbs-tst1.out): Depend on
25541         $(gen-locales).
25542         * libio/tst_wprintf2.c (main): Use explicit locale.
25543         * wcsmbs/wcsmbs-tst1.c (main): Likewise.
25545 2015-10-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25547         * hurd/hurd-raise.c (_hurd_raise_signal): Return error returned by
25548         __msg_sig_post.
25549         * hurd/hurd/signal.h (_hurd_raise_signal): Add int return type.
25551 2015-10-09  Joseph Myers  <joseph@codesourcery.com>
25553         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
25554         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
25556         * sysdeps/arm/libm-test-ulps: Regenerated.
25558         [BZ #15470]
25559         * sysdeps/arm/fix-fp-int-convert-overflow.h: New file.
25561         [BZ #16399]
25562         * sysdeps/generic/fix-fp-int-convert-overflow.h: New file.
25563         * sysdeps/ieee754/dbl-64/s_llrint.c: Include <fenv.h>, <limits.h>
25564         and <fix-fp-int-convert-overflow.h>.
25565         (__llrint) [FE_INVALID]: Force FE_INVALID exception as needed if
25566         FIX_DBL_LLONG_CONVERT_OVERFLOW.
25567         * sysdeps/ieee754/dbl-64/s_llround.c: Include <fenv.h>, <limits.h>
25568         and <fix-fp-int-convert-overflow.h>.
25569         (__llround) [FE_INVALID]: Force FE_INVALID exception as needed if
25570         FIX_DBL_LLONG_CONVERT_OVERFLOW.
25571         * sysdeps/ieee754/dbl-64/s_lrint.c: Include
25572         <fix-fp-int-convert-overflow.h>.
25573         (__lrint) [FE_INVALID]: Force FE_INVALID exception as needed if
25574         FIX_DBL_LLONG_CONVERT_OVERFLOW.
25575         * sysdeps/ieee754/dbl-64/s_lround.c: Include
25576         <fix-fp-int-convert-overflow.h>.
25577         (__lround) [FE_INVALID]: Force FE_INVALID exception as needed if
25578         FIX_DBL_LLONG_CONVERT_OVERFLOW.
25579         * sysdeps/ieee754/flt-32/s_llrintf.c: Include <fenv.h>, <limits.h>
25580         and <fix-fp-int-convert-overflow.h>.
25581         (__llrintf) [FE_INVALID]: Force FE_INVALID exception as needed if
25582         FIX_DBL_LLONG_CONVERT_OVERFLOW.
25583         * sysdeps/ieee754/flt-32/s_llroundf.c: Include <fenv.h>,
25584         <limits.h> and <fix-fp-int-convert-overflow.h>.
25585         (__llroundf) [FE_INVALID]: Force FE_INVALID exception as needed if
25586         FIX_DBL_LLONG_CONVERT_OVERFLOW.
25587         * sysdeps/ieee754/flt-32/s_lrintf.c: Include <fenv.h>, <limits.h>
25588         and <fix-fp-int-convert-overflow.h>.
25589         (__lrintf) [FE_INVALID]: Force FE_INVALID exception as needed if
25590         FIX_DBL_LLONG_CONVERT_OVERFLOW.
25591         * sysdeps/ieee754/flt-32/s_lroundf.c: Include <fenv.h>, <limits.h>
25592         and <fix-fp-int-convert-overflow.h>.
25593         (__lroundf) [FE_INVALID]: Force FE_INVALID exception as needed if
25594         FIX_DBL_LLONG_CONVERT_OVERFLOW.
25595         * sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h: New file.
25597 2015-10-09  Carlos O'Donell  <carlos@redhat.com>
25599         [BZ #18589]
25600         * string/bug-strcoll2.c: Adjust copyright, and remove contributed by.
25601         * string/Makefile ($(objpfx)bug-strcoll2.out): Depend on
25602         $(gen-locales).
25604 2015-10-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
25605             Phil Blundell <pb@pbcl.net>
25607         * nptl/Makefile (tests): Add tst-cancel26.c and tst-cancel27.c.
25608         * nptl/tst-cancel26.c: New file.
25609         * nptl/tst-cancel27.c: Likewise.
25611 2015-10-09  H.J. Lu  <hongjiu.lu@intel.com>
25613         * sysdeps/x86_64/fpu/s_llrint.S (__lrint): Add alias only if
25614         __ILP32__ isn't defined.
25615         (lrint): Likewise.
25616         * sysdeps/x86_64/fpu/s_llrintf.S (__lrintf): Likewise.
25617         (lrintf): Likewise.
25618         * sysdeps/x86_64/fpu/s_llrintl.S (__lrintl): Likewise.
25619         (lrintl): Likewise.
25620         * sysdeps/x86_64/x32/fpu/s_lrint.S: New file.
25621         * sysdeps/x86_64/x32/fpu/s_lrintf.S: Likewise.
25622         * sysdeps/x86_64/x32/fpu/s_lrintl.S: Likewise.
25624 2015-10-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
25626         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
25627         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
25629         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: Remove
25630         file.
25631         * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Likewise.
25632         * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Likewise.
25634 2015-10-09  Joseph Myers  <joseph@codesourcery.com>
25636         * sysdeps/i386/configure.ac (libc_cv_cc_novzeroupper): Remove
25637         configure test.
25638         * sysdeps/i386/configure: Regenerated.
25639         * sysdeps/x86_64/configure.ac (libc_cv_cc_novzeroupper): Remove
25640         configure test.
25641         * sysdeps/x86_64/configure: Regenerated.
25642         * sysdeps/x86_64/Makefile [$(config-cflags-novzeroupper) = yes]:
25643         Make code unconditional.
25645         * sysdeps/i386/configure.ac (libc_cv_cc_fma4): Remove configure
25646         test.
25647         * sysdeps/i386/configure: Regenerated.
25648         * sysdeps/x86_64/configure.ac (libc_cv_cc_fma4): Remove configure
25649         test.
25650         * sysdeps/x86_64/configure: Regenerated.
25651         * sysdeps/x86_64/fpu/multiarch/Makefile [$(have-mfma4) = yes]:
25652         Make code unconditional.
25653         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
25654         Likewise.
25655         * sysdeps/x86_64/fpu/multiarch/e_atan2.c [HAVE_FMA4_SUPPORT]:
25656         Likewise.
25657         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
25658         * sysdeps/x86_64/fpu/multiarch/e_exp.c [HAVE_FMA4_SUPPORT]: Make
25659         code unconditional.
25660         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
25661         * sysdeps/x86_64/fpu/multiarch/e_log.c [HAVE_FMA4_SUPPORT]: Make
25662         code unconditional.
25663         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
25664         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]: Make
25665         code unconditional.
25666         * sysdeps/x86_64/fpu/multiarch/s_atan.c [HAVE_FMA4_SUPPORT]: Make
25667         code unconditional.
25668         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
25669         * sysdeps/x86_64/fpu/multiarch/s_fma.c [HAVE_FMA4_SUPPORT]: Make
25670         code unconditional.
25671         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
25672         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c [HAVE_FMA4_SUPPORT]: Make
25673         code unconditional.
25674         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
25675         * sysdeps/x86_64/fpu/multiarch/s_sin.c [HAVE_FMA4_SUPPORT]: Make
25676         code unconditional.
25677         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
25678         * sysdeps/x86_64/fpu/multiarch/s_tan.c [HAVE_FMA4_SUPPORT]: Make
25679         code unconditional.
25680         [!HAVE_FMA4_SUPPORT]: Remove conditional code.
25681         * config.h.in (HAVE_FMA4_SUPPORT): Remove #undef.
25683         [BZ #19095]
25684         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Cast low part of
25685         mantissa to long int before shifting left.
25687 2015-10-08  Joseph Myers  <joseph@codesourcery.com>
25689         [BZ #19094]
25690         * sysdeps/ieee754/dbl-64/s_lrint.c: Include <fenv.h> and
25691         <limits.h>.
25692         (__lrint) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
25693         when result overflows but exception would not result from cast.
25694         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Include <fenv.h> and
25695         <limits.h>.
25696         (__llrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
25697         when result overflows but exception would not result from cast.
25698         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Include <fenv.h> and
25699         <limits.h>.
25700         (__lrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
25701         when result overflows but exception would not result from cast.
25702         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Include <fenv.h> and
25703         <limits.h>.
25704         (__llrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
25705         when result overflows but exception would not result from cast.
25706         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Include <fenv.h> and
25707         <limits.h>.
25708         (__lrintl) [FE_INVALID || FE_INEXACT]: Force FE_INVALID exception
25709         when result overflows but exception would not result from cast.
25710         * math/libm-test.inc (lrint_test_data): Add more tests.
25711         (llrint_test_data): Likewise.
25713 2015-10-08  Roland McGrath  <roland@hack.frob.com>
25715         [BZ #18872]
25716         * stdio-common/Makefile ($(objpfx)tst-unbputc.out):
25717         Move out from under [$(run-built-tests) = yes] conditional.
25718         ($(objpfx)tst-printf.out, $(objpfx)tst-printf-bz18872.c): Likewise.
25719         ($(objpfx)tst-printf-bz18872-mem.out): Likewise.
25721 2015-10-08  Carlos O'Donell  <carlos@redhat.com>
25723         [BZ #18589]
25724         * string/Makefile (tests): Add bug-strcoll2.
25725         (LOCALES): Add cs_CZ.UTF-8.
25726         * string/bug-strcoll2.c (test_cs_CZ): Fix typo in FAIL string.
25728         [BZ #18589]
25729         * string/bug-strcoll2.c: New file.
25730         * locale/categories.def: Revert commit
25731         f13c2a8dff2329c6692a80176262ceaaf8a6f74e.
25732         * locale/langinfo.h: Likewise.
25733         * locale/localeinfo.h: Likewise.
25734         * locale/C-collate.c: Likewise.
25735         * locale/programs/ld-collate.c (collate_output): Likewise.
25736         * string/strcoll_l.c (STRDIFF): Likewise.
25737         (STRCOLL): Likewise.
25738         * wcsmbs/wcscoll_l.c: Likewise.
25740 2015-10-08  Joseph Myers  <joseph@codesourcery.com>
25742         * math/libm-test.inc (lround_test_data): Do not expect the absence
25743         of "inexact" for some tests with non-integer arguments.
25744         (llround_test_data): Likewise.
25746         * sysdeps/i386/configure.ac (libc_cv_cc_avx): Remove configure
25747         test.
25748         (libc_cv_cc_sse2avx): Likewise.
25749         * sysdeps/i386/configure: Regenerated.
25750         * sysdeps/i386/i686/multiarch/Makefile
25751         [$(subdir)$(config-cflags-avx) = mathyes]: Change conditional to
25752         [$(subdir) = math].
25753         * sysdeps/i386/i686/multiarch/s_fma-fma.c [HAVE_AVX_SUPPORT]: Make
25754         code unconditional.
25755         * sysdeps/i386/i686/multiarch/s_fma.c [HAVE_AVX_SUPPORT]:
25756         Likewise.
25757         * sysdeps/i386/i686/multiarch/s_fmaf-fma.c [HAVE_AVX_SUPPORT]:
25758         Likewise.
25759         * sysdeps/i386/i686/multiarch/s_fmaf.c [HAVE_AVX_SUPPORT]:
25760         Likewise.
25761         * sysdeps/x86_64/configure.ac (libc_cv_cc_avx): Remove configure
25762         test.
25763         (libc_cv_cc_sse2avx): Likewise.
25764         * sysdeps/x86_64/configure: Regenerated.
25765         * sysdeps/x86_64/Makefile [$(config-cflags-avx) = yes]: Make code
25766         unconditional.
25767         * sysdeps/x86_64/dl-trampoline.h (_dl_runtime_profile)
25768         [HAVE_AVX_SUPPORT || HAVE_AVX512_ASM_SUPPORT]: Make code
25769         unconditional.
25770         (_dl_runtime_profile)
25771         [!(HAVE_AVX_SUPPORT || HAVE_AVX512_ASM_SUPPORT)]: Remove
25772         conditional code.
25773         * sysdeps/x86_64/fpu/multiarch/Makefile
25774         [$(config-cflags-sse2avx) = yes]: Make code unconditional.
25775         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
25776         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
25777         * sysdeps/x86_64/fpu/multiarch/e_exp.c
25778         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
25779         * sysdeps/x86_64/fpu/multiarch/e_log.c
25780         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
25781         * sysdeps/x86_64/fpu/multiarch/s_atan.c
25782         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
25783         * sysdeps/x86_64/fpu/multiarch/s_fma.c [HAVE_AVX_SUPPORT]:
25784         Likewise.
25785         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c [HAVE_AVX_SUPPORT]:
25786         Likewise.
25787         * sysdeps/x86_64/fpu/multiarch/s_sin.c
25788         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
25789         * sysdeps/x86_64/fpu/multiarch/s_tan.c
25790         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
25791         * sysdeps/x86_64/multiarch/strcmp.S [HAVE_AVX_SUPPORT]: Likewise.
25792         * config.h.in (HAVE_AVX_SUPPORT): Remove #undef.
25793         (HAVE_SSE2AVX_SUPPORT): Likewise.
25795 2015-10-07  Paul Pluzhnikov  <ppluzhnikov@google.com>
25797         * stdio-common/tst-printf-bz18872.sh: Use attribute optimize
25798         instead of #pragma optimize.
25800 2015-10-07  Carlos O'Donell  <carlos@redhat.com>
25802         [BZ #17195]
25803         * malloc/arena.c (heap_trim): Apply trim_treshold to top_chunck size,
25804         as is similarly done in systrim and _int_free already.
25806 2015-10-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25808         * sysdeps/mach/configure.ac (mach_interface_list): Add task_notify.
25810 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
25812         [BZ #19088]
25813         * sysdeps/ieee754/dbl-64/s_lround.c: Include <fenv.h> and
25814         <limits.h>.
25815         (__lround) [FE_INVALID]: Force FE_INVALID exception when result
25816         overflows but exception would not result from cast.
25817         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Include <fenv.h>
25818         and <limits.h>.
25819         (__lround) [FE_INVALID]: Force FE_INVALID exception when result
25820         overflows but exception would not result from cast.
25821         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Include <fenv.h> and
25822         <limits.h>.
25823         (__llroundl) [FE_INVALID]: Force FE_INVALID exception when result
25824         overflows but exception would not result from cast.
25825         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Include <fenv.h> and
25826         <limits.h>.
25827         (__lroundl) [FE_INVALID]: Force FE_INVALID exception when result
25828         overflows but exception would not result from cast.
25829         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Include <fenv.h> and
25830         <limits.h>.
25831         (__llroundl) [FE_INVALID]: Force FE_INVALID exception when result
25832         overflows but exception would not result from cast.
25833         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Include <fenv.h> and
25834         <limits.h>.
25835         (__lroundl) [FE_INVALID]: Force FE_INVALID exception when result
25836         overflows but exception would not result from cast.
25837         * math/libm-test.inc (lround_test_data): Add more tests.
25838         (llround_test_data): Likewise.
25840 2015-10-07  Steve Ellcey  <sellcey@imgtec.com>
25842         * timezone/Makefile (CFLAGS-zic.c): Add -Wno-unused-variable.
25843         (CFLAGS-ialloc.c): Ditto.
25844         (CFLAGS-scheck.c): Ditto.
25846 2015-10-07  Carlos O'Donell  <carlos@redhat.com>
25848         [BZ #19086]
25849         * manual/filesys.texi (Storage Allocation): Fix argument order for
25850         posix_fallocate64.
25852 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
25854         [BZ #19085]
25855         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Move test for
25856         exponent below 48 inside case for non-overflowing exponent.
25857         * sysdeps/ieee754/ldbl-128/s_lroundl.c (__lroundl): Likewise.
25859 2015-10-07  Florian Weimer  <fweimer@redhat.com>
25861         * iconvdata/cp737.h (from_idx): Add const.
25862         * iconvdata/cp775.h (from_idx): Likewise.
25864 2015-10-07  Joseph Myers  <joseph@codesourcery.com>
25866         * sysdeps/mips/mips64/Implies: Use ieee754/dbl-64/wordsize-64.
25867         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c
25868         (__issignaling) [HIGH_ORDER_BIT_IS_SET_FOR_SNAN]: Remove #error.
25870         [BZ #19079]
25871         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Restore previous
25872         file, conditioned on [!_LP64].
25873         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c
25874         [!_LP64] (__lround): Do not define as function or alias.
25875         [!_LP64] (lround): Likewise.
25876         [!_LP64] (__lroundl): Likewise.
25877         [!_LP64] (lroundl): Likewise.
25878         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Remove
25879         macro.
25880         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
25881         Likewise.
25883 2015-10-06  Joseph Myers  <joseph@codesourcery.com>
25885         * math/libm-test.inc (lrint_test_data): Add more tests.
25886         (llrint_test_data): Likewise.
25887         (lround_test_data): Likewise.
25888         (llround_test_data): Likewise.
25890         * math/libm-test.inc (lrint_test_data): Add tests used for llrint.
25891         (llrint_test_data): Add tests used for lrint.
25893         * sysdeps/i386/configure.ac (libc_cv_cc_sse4): Remove configure
25894         test.
25895         * sysdeps/i386/configure: Regenerated.
25896         * sysdeps/i386/i686/multiarch/Makefile
25897         [$(config-cflags-sse4) = yes]: Make code unconditional.
25898         * sysdeps/i386/i686/multiarch/strcspn.S [HAVE_SSE4_SUPPORT]:
25899         Likewise.
25900         * sysdeps/i386/i686/multiarch/strspn.S [HAVE_SSE4_SUPPORT]:
25901         Likewise.
25902         * sysdeps/x86_64/configure.ac (libc_cv_cc_sse4): Remove configure
25903         test.
25904         * sysdeps/x86_64/configure: Regenerated.
25905         * sysdeps/x86_64/multiarch/Makefile [$(config-cflags-sse4) = yes]:
25906         Make code unconditional.
25907         * sysdeps/x86_64/multiarch/strcspn.S [HAVE_SSE4_SUPPORT]:
25908         Likewise.
25909         * sysdeps/x86_64/multiarch/strspn.S [HAVE_SSE4_SUPPORT]: Likewise.
25910         * config.h.in (HAVE_SSE4_SUPPORT): Remove #undef.
25912         * scripts/rpm2dynsym.sh: Remove file.
25914 2015-10-06  Florian Weimer  <fweimer@redhat.com>
25916         * configure.ac (libc_cv_cxx_thread_local): Define.
25917         * configure: Regenerate.
25918         * config.make.in (have-cxx-thread_local): Define.
25919         * nptl/Makefile (CFLAGS-tst-thread_local1.o):
25920         (LDLIBS-tst-thread_local1): Define.
25921         (tests): Add tst-thread_local1.
25922         [have-cxx-thread_local != yes] (tests-unsupported): Add
25923         tst-thread_local1.
25924         * nptl/tst-thread_local1.cc: New file.
25926 2015-10-06  Joseph Myers  <joseph@codesourcery.com>
25928         [BZ #19078]
25929         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (o_thres): Remove variable.
25930         (u_thres): Likewise.
25931         (__expl): Determine whether to call __kernel_standard_l based on
25932         value of result, not argument.
25934         * math/libm-test.inc (scalb_test_data): Add more expectations for
25935         the "inexact" exception.
25937         [BZ #19077]
25938         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Return
25939         0.0L for argument 1.0L.
25941         [BZ #19076]
25942         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Divide by
25943         constant 0.0L when computing infinite result.
25945 2015-10-06  Florian Weimer  <fweimer@redhat.com>
25947         [BZ #10432]
25948         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Remove call to
25949         malloc_usable_size.
25951 2015-10-06  Florian Weimer  <fweimer@redhat.com>
25953         [BZ #19018]
25954         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
25955         Mangle function pointer before storing it.
25956         (__call_tls_dtors): Demangle function pointer before calling it.
25958 2015-10-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
25960         [BZ #19012]
25961         * iconv/gconv_db.c (gen_steps): Check for additional errors.
25962         Clean up on failure.
25964 2015-10-05  Joseph Myers  <joseph@codesourcery.com>
25966         [BZ #19071]
25967         * sysdeps/ieee754/ldbl-96/s_lroundl.c (__lroundl): Use unsigned
25968         long int variable to store possibly incremented high part of
25969         mantissa.
25970         * math/libm-test.inc (lround_test_data): Add tests used for
25971         llround.  Use [LONG_MAX > 0x7fffffff] consistently as condition
25972         for tests requiring 64-bit long.  Do not condition tests on
25973         [TEST_FLOAT] unnecessarily.
25974         (llround_test_data): Add tests used for lround.  Add another
25975         expectation for the "inexact" exception.  Do not condition tests
25976         on [TEST_FLOAT] unnecessarily.
25978         [BZ #887]
25979         [BZ #19049]
25980         [BZ #19050]
25981         * sysdeps/generic/fix-int-fp-convert-zero.h: New file.
25982         * sysdeps/ieee754/dbl-64/e_log10.c: Include
25983         <fix-int-fp-convert-zero.h>.
25984         (__ieee754_log10): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
25985         * sysdeps/ieee754/dbl-64/e_log2.c: Include
25986         <fix-int-fp-convert-zero.h>.
25987         (__ieee754_log2): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
25988         * sysdeps/ieee754/dbl-64/s_erf.c: Include
25989         <fix-int-fp-convert-zero.h>.
25990         (__erfc): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
25991         * sysdeps/ieee754/dbl-64/s_logb.c: Include
25992         <fix-int-fp-convert-zero.h>.
25993         (__logb): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
25994         * sysdeps/ieee754/flt-32/e_log10f.c: Include
25995         <fix-int-fp-convert-zero.h>.
25996         (__ieee754_log10f): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
25997         * sysdeps/ieee754/flt-32/e_log2f.c: Include
25998         <fix-int-fp-convert-zero.h>.
25999         (__ieee754_log2f): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
26000         * sysdeps/ieee754/flt-32/s_erff.c: Include
26001         <fix-int-fp-convert-zero.h>.
26002         (__erfcf): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
26003         * sysdeps/ieee754/flt-32/s_logbf.c: Include
26004         <fix-int-fp-convert-zero.h>.
26005         (__logbf): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
26006         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include
26007         <fix-int-fp-convert-zero.h>.
26008         (__erfcl): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
26009         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Include
26010         <fix-int-fp-convert-zero.h>.
26011         (__logbl): Adjust signs as needed if FIX_INT_FP_CONVERT_ZERO.
26012         * sysdeps/powerpc/powerpc32/fpu/configure.ac: New file.
26013         * sysdeps/powerpc/powerpc32/fpu/configure: New generated file.
26014         * sysdeps/powerpc/powerpc32/fpu/fix-int-fp-convert-zero.h: New
26015         file.
26016         * config.h.in [_LIBC] (HAVE_PPC_FCFID): New macro.
26018 2015-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
26020         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
26022 2015-10-02  Joseph Myers  <joseph@codesourcery.com>
26024         [BZ #19059]
26025         * math/s_nexttowardf.c (__nexttowardf): Do not return value from
26026         overflowing computation.
26027         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
26028         * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
26029         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
26030         Likewise.
26031         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
26032         Likewise.
26033         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
26034         Likewise.
26035         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
26036         Likewise.
26037         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
26038         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
26039         Likewise.
26040         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
26041         Likewise.
26042         * math/libm-test.inc (nexttoward_test_data): Add more tests.
26044         * nss/rewrite_field.c (__nss_rewrite_field): Use
26045         internal_function.
26046         * nss/valid_field.c (__nss_valid_field): Likewise.
26047         * nss/valid_list_field.c (__nss_valid_list_field): Likewise.
26049 2015-10-02  Florian Weimer  <fweimer@redhat.com>
26051         [BZ #18724]
26052         * include/nss.h (NSS_INVALID_FIELD_CHARACTERS): Define.
26053         (__nss_invalid_field_characters, __nss_valid_field)
26054         (__nss_valid_list_field, __nss_rewrite_field): Declare.
26055         * nss/valid_field.c, nss/valid_list_field, nss/rewrite_field.c,
26056         tst-field.c: New file.
26057         * nss/Makefile (routines): Add valid_field, rewrite_field.
26058         (tests-static): Define unconditionally.
26059         (tests): Include tests-static.
26060         [build-static-nss] (tests-static): Use append.
26061         [build-static-nss] (tests): Remove modification.
26062         * nss/getent.c (print_group): Call putgrent.  Report error.
26063         (print_gshadow): Call putsgent.  Report error.
26064         (print_passwd): Call putpwent.  Report error.
26065         (print_shadow): Call putspent.  Report error.
26066         * include/pwd.h: Include <nss.h> instead of <nss/nss.h>.
26067         * pwd/pwd.h (putpwent): Remove incorrect nonnull attribute.
26068         * pwd/putpwent.c (putpwent): Use ISO function definition.  Check
26069         name, password, directory, shell fields for valid syntax.  Rewrite
26070         GECOS field to match syntax.
26071         * pwd/Makefile (tests): Add tst-putpwent.
26072         * pwd/tst-putpwent.c: New file.
26073         * grp/putgrent.c (putgrent): Convert to ISO function definition.
26074         Check grName, grpasswd, gr_mem fields for valid syntax.
26075         Change loop variable i to size_t.
26076         * grp/Makefile (tests): Add tst-putgrent.
26077         * grp/tst-putgrent.c: New file.
26078         * shadow/putspent.c (putspent): Check sp_namp, sp_pwdp fields for
26079         valid syntax.
26080         * shadow/Makefile (tests): Add tst-putspent.
26081         * shadow/tst-putspent.c: New file.
26082         * gshadow/putsgent.c (putsgent): Check sg_namp, sg_passwd, sg_adm,
26083         sg_mem fields for valid syntax.
26084         * gshadow/Makefile (tests): Add tst-putsgent.
26085         * gshadow/tst-putsgent.c: New file.
26087 2015-10-01  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
26089         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Added comments to some
26090         assembly instructions.
26092 2015-10-01  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
26094         * sysdeps/powerpc/powerpc64/power8/strncpy.S: Remove or add register
26095         prefix from operands.
26097 2015-10-01  Joseph Myers  <joseph@codesourcery.com>
26099         [BZ #16347]
26100         [BZ #19046]
26101         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Do not include
26102         <libc-internal.h>.
26103         (MAXLGM): Do not use diagnostic control macros.
26104         [LDBL_MANT_DIG == 106] (MAXLGM): Change value to overflow
26105         threshold for ldbl-128ibm.
26106         (__ieee754_lgammal_r): For large arguments, multiply by log - 1
26107         instead of multiplying by log then subtracting.
26108         * math/auto-libm-test-in: Add more tests of lgamma.
26109         * math/auto-libm-test-out: Regenerated.
26111         * math/libm-test.inc (TYPE_DECIMAL_DIG): New macro.
26112         (TYPE_HEX_DIG): Likewise.
26113         (print_float): Use TYPE_DECIMAL_DIG - 1 and TYPE_HEX_DIG - 1 as
26114         precisions when printing floating-point numbers.
26115         (check_float_internal): Likewise.
26117 2015-09-30  Joseph Myers  <joseph@codesourcery.com>
26119         [BZ #16620]
26120         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (log10_high): Use value
26121         of log (10) rounded downward to 48 bits.
26122         (log10_low): Use corresponding low part of log (10).
26124         [BZ #19032]
26125         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): For arguments < 1,
26126         compute result as (x - x) / (x - x) not as 0 / 0.
26127         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
26128         * math/libm-test.inc (acosh_test_data): Add another test of acosh.
26130         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
26131         atan, atan2, atanh, cbrt, cos, cosh, erf, erfc, exp, exp10, exp2
26132         and expm1.
26133         * math/auto-libm-test-out: Regenerated.
26134         * math/libm-test.inc (acos_test_data): Add more tests.
26135         (asin_test_data): Likewise.
26136         (asinh_test_data): Likewise.
26137         (atan_test_data): Likewise.
26138         (atanh_test_data): Likewise.
26139         (atan2_test_data): Likewise.
26140         (cbrt_test_data): Likewise.
26141         (ceil_test_data): Likewise.
26142         (copysign_test_data): Likewise.
26143         (cos_test_data): Likewise.
26144         (cosh_test_data): Likewise.
26145         (erf_test_data): Likewise.
26146         (erfc_test_data): Likewise.
26147         (exp_test_data): Likewise.
26148         (exp10_test_data): Likewise.
26149         (exp2_test_data): Likewise.
26150         (expm1_test_data): Likewise.
26151         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26153 2015-09-30  H.J. Lu  <hongjiu.lu@intel.com>
26155         [BZ #19006]
26156         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved
26157         to ...
26158         * sysdeps/unix/sysv/linux/i386/libc-lowlevellock.S: Here.
26159         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: Moved
26160         to ...
26161         * sysdeps/unix/sysv/linux/i386/lll_timedlock_wait.c: Here.
26162         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: Moved
26163         to ...
26164         * sysdeps/unix/sysv/linux/i386/lll_timedwait_tid.c: Here.
26165         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved to ...
26166         * sysdeps/unix/sysv/linux/i386/lowlevellock.S: Here.
26167         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved
26168         to ...
26169         * sysdeps/unix/sysv/linux/i386/lowlevelrobustlock.S: Here.
26170         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
26171         Moved to ...
26172         * sysdeps/unix/sysv/linux/i386/pthread_barrier_wait.S: Here.
26173         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
26174         Moved to ...
26175         * sysdeps/unix/sysv/linux/i386/pthread_cond_broadcast.S: Here.
26176         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: Moved
26177         to ...
26178         * sysdeps/unix/sysv/linux/i386/pthread_cond_signal.S: Here.
26179         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
26180         Moved to ...
26181         * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Here.
26182         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved
26183         to ...
26184         * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Here.
26185         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S:
26186         Removed.
26187         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c:
26188         Likewise.
26189         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c:
26190         Likewise.
26191         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Likewise.
26192         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S:
26193         Likewise.
26194         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
26195         Likewise.
26196         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
26197         Likewise.
26198         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
26199         Likewise.
26200         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
26201         Likewise.
26202         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S:
26203         Likewise.
26204         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S:
26205         Likewise.
26206         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c:
26207         Likewise.
26208         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c:
26209         Likewise.
26210         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Likewise.
26211         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S:
26212         Likewise.
26213         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
26214         Likewise.
26215         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
26216         Likewise.
26217         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
26218         Likewise.
26219         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S:
26220         Likewise.
26221         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
26222         Replace ../i486/pthread_cond_timedwait.S with
26223         ../pthread_cond_timedwait.S.
26225 2015-09-30  Joseph Myers  <joseph@codesourcery.com>
26227         * math/libm-test.inc (acos_test_data): Refine expectations for
26228         errno and "inexact" exceptions.
26229         (acosh_test_data): Likewise.
26230         (asin_test_data): Likewise.
26231         (asinh_test_data): Likewise.
26232         (atan_test_data): Likewise.
26233         (atanh_test_data): Likewise.
26234         (atan2_test_data): Likewise.
26235         (cbrt_test_data): Likewise.
26236         (ceil_test_data): Likewise.
26237         (copysign_test_data): Likewise.
26238         (cosh_test_data): Likewise.
26239         (erf_test_data): Likewise.
26240         (erfc_test_data): Likewise.
26241         (exp_test_data): Likewise.
26242         (exp10_test_data): Likewise.
26243         (exp2_test_data): Likewise.
26244         (expm1_test_data): Likewise.
26245         (fabs_test_data): Likewise.
26246         (floor_test_data): Likewise.
26247         (fma_test_data): Likewise.
26248         (fmax_test_data): Likewise.
26249         (fmin_test_data): Likewise.
26250         (fmod_test_data): Likewise.
26251         (fpclassify_test_data): Likewise.
26252         (frexp_test_data): Likewise.
26253         (hypot_test_data): Likewise.
26254         (ilogb_test_data): Likewise.
26255         (isgreater_test_data): Likewise.
26256         (isgreaterequal_test_data): Likewise.
26257         (isinf_test_data): Likewise.
26258         (isless_test_data): Likewise.
26259         (islessequal_test_data): Likewise.
26260         (islessgreater_test_data): Likewise.
26261         (isnan_test_data): Likewise.
26262         (isnormal_test_data): Likewise.
26263         (issignaling_test_data): Likewise.
26264         (isunordered_test_data): Likewise.
26265         (j0_test_data): Likewise.
26266         (j1_test_data): Likewise.
26267         (jn_test_data): Likewise.
26268         (lgamma_test_data): Likewise.
26269         (lrint_test_data): Likewise.
26270         (llrint_test_data): Likewise.
26271         (log_test_data): Likewise.
26272         (log10_test_data): Likewise.
26273         (log1p_test_data): Likewise.
26274         (log2_test_data): Likewise.
26275         (logb_test_data): Likewise.
26276         (lround_test_data): Likewise.
26277         (llround_test_data): Likewise.
26278         (modf_test_data): Likewise.
26279         (nearbyint_test_data): Likewise.
26280         (nextafter_test_data): Likewise.
26281         (nexttoward_test_data): Likewise.
26282         (pow_test_data): Likewise.
26283         (remainder_test_data): Likewise.
26284         (remquo_test_data): Likewise.
26285         (rint_test_data): Likewise.
26286         (round_test_data): Likewise.
26287         (signbit_test_data): Likewise.
26288         (sinh_test_data): Likewise.
26289         (sqrt_test_data): Likewise.
26290         (tanh_test_data): Likewise.
26291         (tgamma_test_data): Likewise.
26292         (trunc_test_data): Likewise.
26293         (y0_test_data): Likewise.
26294         (y1_test_data): Likewise.
26295         (yn_test_data): Likewise.
26296         (significand_test_data): Likewise.
26298 2015-09-29  Carlos O'Donell  <carlos@redhat.com>
26300         * manual/filesys.texi (Storage Allocation): Document that
26301         posix_fallocate emulation fails when fd is open with O_WRONLY.
26303 2015-09-28  Joseph Myers  <joseph@codesourcery.com>
26305         [BZ #19016]
26306         * sysdeps/generic/math_private.h (__x2y2m1f): Update comment to
26307         allow more cases with X^2 + Y^2 >= 0.5.
26308         * sysdeps/ieee754/dbl-64/x2y2m1.c (__x2y2m1): Likewise.  Add -1 as
26309         normal element in sum instead of special-casing based on values of
26310         arguments.
26311         * sysdeps/ieee754/dbl-64/x2y2m1f.c (__x2y2m1f): Update comment.
26312         * sysdeps/ieee754/ldbl-128/x2y2m1l.c (__x2y2m1l): Likewise.  Add
26313         -1 as normal element in sum instead of special-casing based on
26314         values of arguments.
26315         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c (__x2y2m1l): Likewise.
26316         * sysdeps/ieee754/ldbl-96/x2y2m1.c [FLT_EVAL_METHOD != 0]
26317         (__x2y2m1): Update comment.
26318         * sysdeps/ieee754/ldbl-96/x2y2m1l.c (__x2y2m1l): Likewise.  Add -1
26319         as normal element in sum instead of special-casing based on values
26320         of arguments.
26321         * math/s_clog.c (__clog): Handle more cases using log1p without
26322         hypot.
26323         * math/s_clog10.c (__clog10): Likewise.
26324         * math/s_clog10f.c (__clog10f): Likewise.
26325         * math/s_clog10l.c (__clog10l): Likewise.
26326         * math/s_clogf.c (__clogf): Likewise.
26327         * math/s_clogl.c (__clogl): Likewise.
26328         * math/auto-libm-test-in: Add more tests of clog and clog10.
26329         * math/auto-libm-test-out: Regenerated.
26330         * sysdeps/i386/fpu/libm-test-ulps: Update.
26331         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26333 2015-09-28  Martin Sebor  <msebor@redhat.com>
26335         [BZ #18969]
26336         * string/Makefile (LOCALES): Define.
26337         (gen-locales.mk): Include.
26338         (test-strcasecmp.out, test-strncasecmp.out, tst-strxfrm.out)
26339         (tst-strxfrm2.out): Add deppendency on $(gen-locales).
26340         * string/tst-strxfrm2.c (do_test): Print the name of the locale
26341         on setlocale failure.
26343 2015-09-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
26345         [BZ #18985]
26346         * time/strftime_l.c (a_wkday, f_wkday, a_month, f_month): Range check.
26347         (__strftime_internal): Likewise.
26348         * time/tst-strftime.c (do_bz18985): New test.
26349         (do_test): Call it.
26351 2015-09-26  Joseph Myers  <joseph@codesourcery.com>
26353         [BZ #18956]
26354         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Add 0x00400000
26355         not 0x0040000 for high bit of mantissa.  Mask with 0xfffff000 when
26356         extracting high part.
26357         * math/auto-libm-test-in: Add another test of pow.
26358         * math/auto-libm-test-out: Regenerated.
26359         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26361 2015-09-25  Joseph Myers  <joseph@codesourcery.com>
26363         [BZ #18825]
26364         * sysdeps/i386/fpu/i386-math-asm.h (FLT_NARROW_EVAL_UFLOW_NONNAN):
26365         New macro.
26366         (DBL_NARROW_EVAL_UFLOW_NONNAN): Likewise.
26367         (LDBL_CHECK_FORCE_UFLOW_NONNAN): Likewise.
26368         * sysdeps/i386/fpu/e_pow.S: Use DEFINE_DBL_MIN.
26369         (__ieee754_pow): Use DBL_NARROW_EVAL_UFLOW_NONNAN instead of
26370         DBL_NARROW_EVAL, reloading the PIC register as needed.
26371         * sysdeps/i386/fpu/e_powf.S: Use DEFINE_FLT_MIN.
26372         (__ieee754_powf): Use FLT_NARROW_EVAL_UFLOW_NONNAN instead of
26373         FLT_NARROW_EVAL.  Use separate return path for case when first
26374         argument is NaN.
26375         * sysdeps/i386/fpu/e_powl.S: Include <i386-math-asm.h>.  Use
26376         DEFINE_LDBL_MIN.
26377         (__ieee754_powl): Use LDBL_CHECK_FORCE_UFLOW_NONNAN, reloading the
26378         PIC register.
26379         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use
26380         math_check_force_underflow_nonneg.
26381         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Force
26382         underflow for subnormal result.
26383         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Likewise.
26384         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Use
26385         math_check_force_underflow_nonneg.
26386         * sysdeps/x86/fpu/powl_helper.c (__powl_helper): Use
26387         math_check_force_underflow.
26388         * sysdeps/x86_64/fpu/x86_64-math-asm.h
26389         (LDBL_CHECK_FORCE_UFLOW_NONNAN): New macro.
26390         * sysdeps/x86_64/fpu/e_powl.S: Include <x86_64-math-asm.h>.  Use
26391         DEFINE_LDBL_MIN.
26392         (__ieee754_powl): Use LDBL_CHECK_FORCE_UFLOW_NONNAN.
26393         * math/auto-libm-test-in: Add more tests of pow.
26394         * math/auto-libm-test-out: Regenerated.
26396 2015-09-25  Florian Weimer  <fweimer@redhat.com>
26398         * nss/bug17079.c (init_test_items): Add diagnostic for
26399         inconsistent entries.
26400         (test_buffer_size): Skip inconsistent entries.
26402 2015-09-25  Joseph Myers  <joseph@codesourcery.com>
26404         [BZ #13304]
26405         * sysdeps/m68k/coldfire/nofpu/s_fma.c: New file.
26406         * sysdeps/m68k/coldfire/nofpu/s_fmaf.c: Likewise.
26407         * sysdeps/m68k/coldfire/nofpu/sfp-machine.h: Likewise.
26409         [BZ #13304]
26410         * sysdeps/microblaze/s_fma.c: New file.
26411         * sysdeps/microblaze/s_fmaf.c: Likewise.
26412         * sysdeps/microblaze/sfp-machine.h: Likewise.
26414 2015-09-25  Maciej W. Rozycki  <macro@imgtec.com>
26416         [BZ #17250]
26417         * elf/dl-support.c (_dl_main_map): Don't initialize l_flags_1
26418         member.
26420 2015-09-24  Joseph Myers  <joseph@codesourcery.com>
26422         [BZ #18803]
26423         * sysdeps/i386/fpu/e_hypot.S: Use DEFINE_DBL_MIN.
26424         (MO): New macro.
26425         (__ieee754_hypot) [PIC]: Load PIC register.
26426         (__ieee754_hypot): Use DBL_NARROW_EVAL_UFLOW_NONNEG instead of
26427         DBL_NARROW_EVAL.
26428         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Use
26429         math_check_force_underflow_nonneg in case where result might be
26430         tiny.
26431         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
26432         Likewise.
26433         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
26434         Likewise.
26435         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Likewise.
26436         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Likewise.
26437         * math/auto-libm-test-in: Add more tests of hypot.
26438         * math/auto-libm-test-out: Regenerated.
26440 2015-09-24  Steve Ellcey  <sellcey@imgtec.com>
26442         * sysdeps/mips/math_private.h (libc_fesetenv_mips): Mark cw as unused.
26444 2015-09-24  Joseph Myers  <joseph@codesourcery.com>
26446         * sysdeps/x86_64/fpu/x86_64-math-asm.h: New file.
26447         * sysdeps/x86_64/fpu/e_exp2l.S: Include <x86_64-math-asm.h>.
26448         (ldbl_min): Replace with use of DEFINE_LDBL_MIN.
26449         (__ieee754_exp2l): Use LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN.
26450         * sysdeps/x86_64/fpu/e_expl.S: Include <x86_64-math-asm.h>.
26451         [!USE_AS_EXPM1L] (cmin): Replace with use of DEFINE_LDBL_MIN.
26452         (IEEE754_EXPL): Use LDBL_CHECK_FORCE_UFLOW_NONNEG.
26454         * sysdeps/i386/fpu/e_atanh.S (__ieee754_atanh) [PIC]: Use
26455         LOAD_PIC_REG.
26457         * sysdeps/i386/fpu/i386-math-asm.h (DEFINE_LDBL_MIN): New macro.
26458         (FLT_CHECK_FORCE_UFLOW): Likewise.
26459         (DBL_CHECK_FORCE_UFLOW): Likewise.
26460         (FLT_CHECK_FORCE_UFLOW_NARROW): Likewise.
26461         (DBL_CHECK_FORCE_UFLOW_NARROW): Likewise.
26462         (LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN): Likewise.
26463         (FLT_CHECK_FORCE_UFLOW_NONNAN): Likewise.
26464         (DBL_CHECK_FORCE_UFLOW_NONNAN): Likewise.
26465         (FLT_CHECK_FORCE_UFLOW_NONNEG): Likewise.
26466         (DBL_CHECK_FORCE_UFLOW_NONNEG): Likewise.
26467         (LDBL_CHECK_FORCE_UFLOW_NONNEG): Likewise.
26468         * sysdeps/i386/fpu/e_asin.S: Include <i386-math-asm.h>.
26469         (dbl_min): Replace with use of DEFINE_DBL_MIN.
26470         (__ieee754_asin): Use DBL_CHECK_FORCE_UFLOW.
26471         * sysdeps/i386/fpu/e_asinf.S: Include <i386-math-asm.h>.
26472         (flt_min): Replace with use of DEFINE_FLT_MIN.
26473         (__ieee754_asinf): Use FLT_CHECK_FORCE_UFLOW.
26474         * sysdeps/i386/fpu/e_atan2.S: Include <i386-math-asm.h>.
26475         (dbl_min): Replace with use of DEFINE_DBL_MIN.
26476         (__ieee754_atan2): Use DBL_CHECK_FORCE_UFLOW_NARROW.
26477         * sysdeps/i386/fpu/e_atan2f.S: Include <i386-math-asm.h>.
26478         (flt_min): Replace with use of DEFINE_FLT_MIN.
26479         (__ieee754_atan2f): Use FLT_CHECK_FORCE_UFLOW_NARROW.
26480         * sysdeps/i386/fpu/e_atanh.S: Include <i386-math-asm.h>.
26481         (dbl_min): Replace with use of DEFINE_DBL_MIN.
26482         (__ieee754_atanh): Use DBL_CHECK_FORCE_UFLOW_NONNEG.
26483         * sysdeps/i386/fpu/e_atanhf.S: Include <i386-math-asm.h>.
26484         (flt_min): Replace with use of DEFINE_FLT_MIN.
26485         (__ieee754_atanhf): Use FLT_CHECK_FORCE_UFLOW_NONNEG.
26486         * sysdeps/i386/fpu/e_exp2l.S: Include <i386-math-asm.h>.
26487         (ldbl_min): Replace with use of DEFINE_LDBL_MIN.
26488         (__ieee754_exp2l): Use LDBL_CHECK_FORCE_UFLOW_NONNEG_NAN.
26489         * sysdeps/i386/fpu/e_expl.S: Include <i386-math-asm.h>.
26490         [!USE_AS_EXPM1L] (cmin): Replace with use of DEFINE_LDBL_MIN.
26491         (IEEE754_EXPL): Use LDBL_CHECK_FORCE_UFLOW_NONNEG.
26492         * sysdeps/i386/fpu/s_atan.S: Include <i386-math-asm.h>.
26493         (dbl_min): Replace with use of DEFINE_DBL_MIN.
26494         (__atan): Use DBL_CHECK_FORCE_UFLOW.
26495         * sysdeps/i386/fpu/s_atanf.S: Include <i386-math-asm.h>.
26496         (flt_min): Replace with use of DEFINE_FLT_MIN.
26497         (__atanf): Use FLT_CHECK_FORCE_UFLOW.
26498         * sysdeps/i386/fpu/s_expm1.S: Include <i386-math-asm.h>.
26499         (dbl_min): Replace with use of DEFINE_DBL_MIN.
26500         (__expm1): Use DBL_CHECK_FORCE_UFLOW.  Move underflow check after
26501         main computation.
26502         * sysdeps/i386/fpu/s_expm1f.S: Include <i386-math-asm.h>.
26503         (flt_min): Replace with use of DEFINE_FLT_MIN.
26504         (__expm1f): Use FLT_CHECK_FORCE_UFLOW.  Move underflow check after
26505         main computation.
26506         * sysdeps/i386/fpu/s_log1p.S: Include <i386-math-asm.h>.
26507         (dbl_min): Replace with use of DEFINE_DBL_MIN.
26508         (MO): New macro.
26509         (__log1p): Use MO.  Use DBL_CHECK_FORCE_UFLOW_NONNAN.
26510         * sysdeps/i386/fpu/s_log1pf.S: Include <i386-math-asm.h>.
26511         (flt_min): Replace with use of DEFINE_FLT_MIN.
26512         (MO): New macro.
26513         (__log1pf): Use MO.  Use FLT_CHECK_FORCE_UFLOW_NONNAN.
26514         * sysdeps/i386/fpu/s_log1pl.S (MO): New macro.
26515         (__log1pl): Use MO.
26517         [BZ #19003]
26518         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-e_pow-fma4.c): Add
26519         $(config-cflags-nofma).
26521 2015-09-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
26523         * sysdeps/aarch64/libm-test-ulps: Regenerated.
26525 2015-09-23  Joseph Myers  <joseph@codesourcery.com>
26527         * sysdeps/ieee754/flt-32/e_exp2f.c (TWOM100): Remove volatile.
26528         (TWO127): Likewise.
26530         * sysdeps/generic/math_private.h (fabs_tg): New macro.
26531         (min_of_type): Likewise.
26532         (math_check_force_underflow): Likewise.
26533         (math_check_force_underflow_nonneg): Likewise.
26534         (math_check_force_underflow_complex): Likewise.
26535         * math/e_exp2l.c (__ieee754_exp2l): Use
26536         math_check_force_underflow_nonneg.
26537         * math/k_casinh.c (__kernel_casinh): Likewise.
26538         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26539         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26540         * math/s_catan.c (__catan): Use
26541         math_check_force_underflow_complex.
26542         * math/s_catanf.c (__catanf): Likewise.
26543         * math/s_catanh.c (__catanh): Likewise.
26544         * math/s_catanhf.c (__catanhf): Likewise.
26545         * math/s_catanhl.c (__catanhl): Likewise.
26546         * math/s_catanl.c (__catanl): Likewise.
26547         * math/s_ccosh.c (__ccosh): Likewise.
26548         * math/s_ccoshf.c (__ccoshf): Likewise.
26549         * math/s_ccoshl.c (__ccoshl): Likewise.
26550         * math/s_cexp.c (__cexp): Likewise.
26551         * math/s_cexpf.c (__cexpf): Likewise.
26552         * math/s_cexpl.c (__cexpl): Likewise.
26553         * math/s_clog.c (__clog): Use math_check_force_underflow_nonneg.
26554         * math/s_clog10.c (__clog10): Likewise.
26555         * math/s_clog10f.c (__clog10f): Likewise.
26556         * math/s_clog10l.c (__clog10l): Likewise.
26557         * math/s_clogf.c (__clogf): Likewise.
26558         * math/s_clogl.c (__clogl): Likewise.
26559         * math/s_csin.c (__csin): Use math_check_force_underflow_complex.
26560         * math/s_csinf.c (__csinf): Likewise.
26561         * math/s_csinh.c (__csinh): Likewise.
26562         * math/s_csinhf.c (__csinhf): Likewise.
26563         * math/s_csinhl.c (__csinhl): Likewise.
26564         * math/s_csinl.c (__csinl): Likewise.
26565         * math/s_csqrt.c (__csqrt): Use math_check_force_underflow.
26566         * math/s_csqrtf.c (__csqrtf): Likewise.
26567         * math/s_csqrtl.c (__csqrtl): Likewise.
26568         * math/s_ctan.c (__ctan): Use math_check_force_underflow_complex.
26569         * math/s_ctanf.c (__ctanf): Likewise.
26570         * math/s_ctanh.c (__ctanh): Likewise.
26571         * math/s_ctanhf.c (__ctanhf): Likewise.
26572         * math/s_ctanhl.c (__ctanhl): Likewise.
26573         * math/s_ctanl.c (__ctanl): Likewise.
26574         * stdlib/strtod_l.c (round_and_return): Use math_force_eval
26575         instead of volatile.
26576         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use
26577         math_check_force_underflow.
26578         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
26579         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Do not use
26580         volatile when forcing underflow.
26581         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
26582         math_check_force_underflow_nonneg.
26583         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r):
26584         Likewise.
26585         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1): Use
26586         math_check_force_underflow.
26587         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
26588         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
26589         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
26590         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Use
26591         math_check_force_underflow_nonneg.
26592         * sysdeps/ieee754/dbl-64/s_erf.c (__erf): Use
26593         math_check_force_underflow.
26594         * sysdeps/ieee754/dbl-64/s_expm1.c (__expm1): Likewise.
26595         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval
26596         instead of volatile.
26597         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Use
26598         math_check_force_underflow.
26599         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26600         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
26601         math_check_force_underflow_nonneg.
26602         * sysdeps/ieee754/dbl-64/s_tanh.c (__tanh): Use
26603         math_check_force_underflow.
26604         * sysdeps/ieee754/flt-32/e_asinf.c (__ieee754_asinf): Likewise.
26605         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
26606         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Use
26607         math_check_force_underflow_nonneg.
26608         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
26609         Likewise.
26610         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_j1f): Use
26611         math_check_force_underflow.
26612         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
26613         * sysdeps/ieee754/flt-32/e_sinhf.c (__ieee754_sinhf): Likewise.
26614         * sysdeps/ieee754/flt-32/k_sinf.c (__kernel_sinf): Likewise.
26615         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Likewise.
26616         * sysdeps/ieee754/flt-32/s_asinhf.c (__asinhf): Likewise.
26617         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Likewise.
26618         * sysdeps/ieee754/flt-32/s_erff.c (__erff): Likewise.
26619         * sysdeps/ieee754/flt-32/s_expm1f.c (__expm1f): Likewise.
26620         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
26621         * sysdeps/ieee754/flt-32/s_tanhf.c (__tanhf): Likewise.
26622         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Likewise.
26623         * sysdeps/ieee754/ldbl-128/e_atanhl.c (__ieee754_atanhl):
26624         Likewise.
26625         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Use
26626         math_check_force_underflow_nonneg.
26627         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
26628         Likewise.
26629         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Use
26630         math_check_force_underflow.
26631         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
26632         * sysdeps/ieee754/ldbl-128/e_sinhl.c (__ieee754_sinhl): Likewise.
26633         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
26634         Likewise.
26635         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Likewise.
26636         * sysdeps/ieee754/ldbl-128/k_tanl.c (__kernel_tanl): Likewise.
26637         * sysdeps/ieee754/ldbl-128/s_asinhl.c (__asinhl): Likewise.
26638         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Likewise.
26639         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Likewise.
26640         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Likewise.
26641         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use math_force_eval
26642         instead of volatile.
26643         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Use
26644         math_check_force_underflow.
26645         * sysdeps/ieee754/ldbl-128/s_tanhl.c (__tanhl): Likewise.
26646         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Use
26647         math_check_force_underflow.
26648         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl):
26649         Likewise.
26650         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
26651         Use math_check_force_underflow_nonneg.
26652         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Use
26653         math_check_force_underflow.
26654         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl):
26655         Likewise.
26656         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
26657         Likewise.
26658         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
26659         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
26660         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
26661         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
26662         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Likewise.
26663         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
26664         * sysdeps/ieee754/ldbl-96/e_asinl.c (__ieee754_asinl): Likewise.
26665         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Likewise.
26666         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r): Use
26667         math_check_force_underflow_nonneg.
26668         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Use
26669         math_check_force_underflow.
26670         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
26671         * sysdeps/ieee754/ldbl-96/e_sinhl.c (__ieee754_sinhl): Likewise.
26672         * sysdeps/ieee754/ldbl-96/k_sinl.c (__kernel_sinl): Likewise.
26673         * sysdeps/ieee754/ldbl-96/k_tanl.c (__kernel_tanl): Use
26674         math_check_force_underflow_nonneg.
26675         * sysdeps/ieee754/ldbl-96/s_asinhl.c (__asinhl): Use
26676         math_check_force_underflow.
26677         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfl): Likewise.
26678         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Use math_force_eval
26679         instead of volatile.
26680         * sysdeps/ieee754/ldbl-96/s_tanhl.c (__tanhl): Use
26681         math_check_force_underflow.
26683         * math/s_nexttowardf.c (__nexttowardf): Use math_narrow_eval.
26684         * stdlib/strtod_l.c: Include <math_private.h>.
26685         (overflow_value): Use math_narrow_eval.
26686         (underflow_value): Likewise.
26687         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
26688         * sysdeps/i386/fpu/s_nexttowardf.c (__nexttowardf): Likewise.
26689         * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Likewise.
26690         (__ieee754_gamma_r): Likewise.
26691         * sysdeps/ieee754/dbl-64/gamma_productf.c (__gamma_productf):
26692         Likewise.
26693         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2):
26694         Likewise.
26695         * sysdeps/ieee754/dbl-64/lgamma_neg.c (__lgamma_neg): Likewise.
26696         * sysdeps/ieee754/dbl-64/s_erf.c (__erfc): Likewise.
26697         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Likewise.
26698         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
26699         * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Likewise.
26700         (__ieee754_gammaf_r): Likewise.
26701         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f):
26702         Likewise.
26703         * sysdeps/ieee754/flt-32/lgamma_negf.c (__lgamma_negf): Likewise.
26704         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Likewise.
26705         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
26706         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
26707         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Do not use
26708         volatile.
26709         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
26710         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Use
26711         math_narrow_eval.
26712         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
26713         Likewise.
26714         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
26715         Likewise.
26716         * sysdeps/ieee754/ldbl-96/gamma_product.c (__gamma_product):
26717         Likewise.
26718         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Do not use
26719         volatile.
26720         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
26721         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Use
26722         math_narrow_eval.
26723         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
26724         Likewise.
26725         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
26726         Likewise.
26728 2015-09-22  H.J. Lu  <hongjiu.lu@intel.com>
26730         * nptl/Versions: Remove ignored symbols.
26732 2015-09-22  Florian Weimer  <fweimer@redhat.com>
26734         * nss/bug17079.c: Renamed from nss/bug18287.c.  Add description.
26735         * nss/Makefile (tests): Update.
26737 2015-09-22  Florian Weimer  <fweimer@redhat.com>
26739         * nss/bug18287.c: New file.
26740         * nss/Makefile (tests): Add bug18287.
26742 2015-09-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26744         * mach/Versions (__mach_host_self_): Add symbol.
26746 2015-09-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26748         * sysdeps/mach/hurd/mmap.c (__mmap): Use __vm_page_size instead of
26749         vm_page_size.
26751 2015-09-19  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26753         Really fix sysdeps/i386/fpu/s_scalbn.S build
26755         * math/Versions (libc: GLIBC_2_20): New (empty) version set.
26756         (libc: GLIBC_2_22): Remove unused version set.
26758 2015-09-18  Mike Frysinger  <vapier@gentoo.org>
26760         * config.make.in (enable-timezone-tools): New variable.
26761         * configure.ac (AC_ARG_ENABLE(timezone-tools)): New configure flag.
26762         (enable_timezone_tools): Export to generated files.
26763         * configure: Regenerate.
26764         * INSTALL: Regenerate.
26765         * manual/install.texi (--disable-timezone-tools): Document new flag.
26766         * timezone/Makefile (install-sbin, install-bin-script): Wrap in a
26767         ifeq ($(enable-timezone-tools),yes) check.
26769 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
26771         * timezone/Makefile: Revert previous change.
26773         [BZ #18980]
26774         * sysdeps/i386/fpu/i386-math-asm.h (DEFINE_FLT_MIN): New macro.
26775         (DEFINE_DBL_MIN): Likewise.
26776         (FLT_NARROW_EVAL_UFLOW_NONNEG_NAN): Likewise.
26777         (DBL_NARROW_EVAL_UFLOW_NONNEG_NAN): Likewise.
26778         (FLT_NARROW_EVAL_UFLOW_NONNEG): Likewise.
26779         (DBL_NARROW_EVAL_UFLOW_NONNEG): Likewise.
26780         * sysdeps/i386/fpu/e_exp.S: Include <i386-math-asm.h>.
26781         (dbl_min): Replace with use of DEFINE_DBL_MIN.
26782         (__ieee754_exp): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
26783         (__exp_finite): Use DBL_NARROW_EVAL_UFLOW_NONNEG.
26784         * sysdeps/i386/fpu/e_exp10.S: Include <i386-math-asm.h>.
26785         (dbl_min): Replace with use of DEFINE_DBL_MIN.
26786         (__ieee754_exp10): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
26787         * sysdeps/i386/fpu/e_exp10f.S: Include <i386-math-asm.h>.
26788         (flt_min): Replace with use of DEFINE_FLT_MIN.
26789         (__ieee754_exp10f): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
26790         * sysdeps/i386/fpu/e_exp2.S: Include <i386-math-asm.h>.
26791         (dbl_min): Replace with use of DEFINE_DBL_MIN.
26792         (__ieee754_exp2): Use DBL_NARROW_EVAL_UFLOW_NONNEG_NAN.
26793         * sysdeps/i386/fpu/e_exp2f.S: Include <i386-math-asm.h>.
26794         (flt_min): Replace with use of DEFINE_FLT_MIN.
26795         (__ieee754_exp2f): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
26796         * sysdeps/i386/fpu/e_expf.S: Include <i386-math-asm.h>.
26797         (flt_min): Replace with use of DEFINE_FLT_MIN.
26798         (__ieee754_expf): Use FLT_NARROW_EVAL_UFLOW_NONNEG_NAN.
26799         (__expf_finite): Use FLT_NARROW_EVAL_UFLOW_NONNEG.
26800         * sysdeps/i386/fpu/e_hypot.S: Include <i386-math-asm.h>.
26801         (__ieee754_hypot): Use DBL_NARROW_EVAL.
26802         * sysdeps/i386/fpu/e_hypotf.S: Include <i386-math-asm.h>.
26803         (__ieee754_hypotf): Use FLT_NARROW_EVAL.
26804         * sysdeps/i386/fpu/e_pow.S: Include <i386-math-asm.h>.
26805         (__ieee754_pow): Use DBL_NARROW_EVAL.
26806         * sysdeps/i386/fpu/e_powf.S: Include <i386-math-asm.h>.
26807         (__ieee754_powf): Use FLT_NARROW_EVAL.
26808         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S
26809         (__ieee754_expf_sse2): Convert double-precision result to single
26810         precision.
26811         * sysdeps/i386/fpu/libm-test-ulps: Update.
26813 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
26815         * timezone/Makefile: Ignore unused variable errors due to private.h
26816         (time_t_min) and (time_t_max).
26817         * timezone/private.h (time_t_min): Revert removal.  (time_t_max):
26818         Likewise.
26820 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
26822         [BZ #18981]
26823         * sysdeps/i386/fpu/i386-math-asm.h: New file.
26824         * sysdeps/i386/fpu/e_scalb.S: Include <i386-math-asm.h>.
26825         (__ieee754_scalb): Use DBL_NARROW_EVAL.
26826         * sysdeps/i386/fpu/e_scalbf.S: Include <i386-math-asm.h>.
26827         (__ieee754_scalbf): Use FLT_NARROW_EVAL.
26828         * sysdeps/i386/fpu/s_scalbn.S: Include <i386-math-asm.h>.
26829         (__scalbn): Use DBL_NARROW_EVAL.
26830         * sysdeps/i386/fpu/s_scalbnf.S: Include <i386-math-asm.h>.
26831         (__scalbnf): Use FLT_NARROW_EVAL.
26833 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
26835         * math/w_tgamma.c (__ieee754_gamma_r): Use explicit sign check.
26836         * math/w_tgammaf.c (__ieee754_gammaf_r): Likewise.
26837         * math/w_tgammal.c (__ieee754_gammal_r): Likewise.
26838         * stdio-common/printf_fp.c (___printf_fp):
26839         Use signbit to get the sign. Use isinf macro to allow inlining.
26840         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.
26841         * stdio-common/printf_size.c (__printf_size): Likewise.
26843 2015-09-18  Mike Frysinger  <vapier@gentoo.org>
26845         * timezone/Makefile ($(testdata)/XT%): Call $(make-target-directory).
26847 2015-09-18  Joseph Myers  <joseph@codesourcery.com>
26849         [BZ #18980]
26850         * sysdeps/generic/math_private.h: Include <float.h>.
26851         (math_narrow_eval): New macro.
26852         [FLT_EVAL_METHOD != 0] (excess_precision): Likewise.
26853         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Use
26854         math_narrow_eval on overflowing return value.
26855         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (__ieee754_lgamma_r):
26856         Likewise.
26857         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
26858         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Likewise.
26859         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r):
26860         Likewise.
26861         * sysdeps/ieee754/flt-32/e_sinhf.c (__ieee754_sinhf): Likewise.
26863 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
26865         * include/math.h: Remove __isinf_ns, __isinf_nsf, __isinf_nsl.
26866         * math/Makefile: Remove isinf_ns.c.
26867         * math/divtc3.c (__divtc3): Replace __isinf_nsl with isinf.
26868         * math/multc3.c (__multc3): Likewise.
26869         * math/s_casin.c (__casin): Likewise.
26870         * math/s_casinf.c (__casinf): Likewise.
26871         * math/s_casinl.c (__casinl): Likewise.
26872         * math/s_cproj.c (__cproj): Likewise.
26873         * math/s_cprojf.c (__cprojf): Likewise.
26874         * math/s_cprojl.c (__cprofl): Likewise.
26875         * math/s_ctan.c (__ctan): Likewise.
26876         * math/s_ctanf.c (__ctanf): Likewise.
26877         * math/s_ctanh.c (__ctanh): Likewise.
26878         * math/s_ctanhf.c (__ctanhf): Likewise.
26879         * math/s_ctanhl.c (__ctanhl): Likewise.
26880         * math/s_ctanl.c (__ctanl): Likewise.
26881         * math/w_fmod.c (__fmod): Likewise.
26882         * math/w_fmodf.c (__fmodf): Likewise.
26883         * math/w_fmodl.c (_fmodl): Likewise.
26884         * math/w_remainder.c (__remainder): Likewise.
26885         * math/w_remainderf.c (__remainderf): Likewise.
26886         * math/w_remainderl.c (__remainderl): Likewise.
26887         * math/w_scalb.c (__scalb): Likewise.
26888         * math/w_scalbf.c (__scalbf): Likewise.
26889         * math/w_scalbl.c (__scalbl): Likewise.
26890         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Deleted file.
26891         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Replace __isinf_ns
26892         with isinf.
26893         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Deleted file.
26894         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Deleted file.
26895         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Replace
26896         __isinf_nsf with isinf.
26897         * sysdeps/ieee754/flt-32/math_private.h: Deleted file.
26898         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Deleted file.
26899         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Deleted file.
26900         * sysdeps/ieee754/ldbl-128/s_sincosl.c (__sincosl): Replace __isinf_nsl
26901         with isinf.
26902         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c(__cprojll): Replace
26903         __isinf_nsl with isinf.
26904         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c(__ctanl): Replace __isinf_nsl
26905         with isinf.
26906         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Deleted file.
26907         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Replace
26908         __isinf_nsl with isinf.
26909         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Deleted file.
26910         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Replace __isinf_nsl
26911         with isinf.
26913 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
26915         * resolv/base64.c (rcsid): Remove unused static.
26916         * sysdeps/ieee754/dbl-64/atnat2.h (qpi1): Remove unused
26917         static.  (tqpi1): Likewise.
26918         * sysdeps/ieee754/dbl-64/uexp.h (one): Likewise.
26919         * sysdeps/ieee754/dbl-64/upow.h (sqrt_2): Likewise.
26920         * sysdeps/ieee754/flt-32/e_log10f.c (one): Likewise.
26921         * sysdeps/ieee754/flt-32/s_cosf.c (one): Likewise.
26922         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (zero): Likewise.
26923         * sysdeps/ieee754/ldbl-128/s_erfl.c (half): Likewise.
26924         * sysdeps/ieee754/ldbl-128/s_log1pl.c (maxlog): Likewise.
26925         * timezone/private.h (time_t_min): Likewise.  (time_t_max):
26926         Likewise.
26928 2015-09-18  H.J. Lu  <hongjiu.lu@intel.com>
26930         * sysdeps/nptl/jmp-unwind.c: Include <libc-lock.h> instead of
26931         <nptl/pthreadP.h>.
26932         (_longjmp_unwind): Use __libc_ptf_call.
26933         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Likewise.
26935 2015-09-18  David Lamparter  <equinox-gentoo@diac24.net>
26937         * sysdeps/arm/setjmp.S: Change PIC to SHARED.
26938         * sysdeps/arm/__longjmp.S: Likewise.
26940 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
26942         * sysdeps/ieee754/dbl-64/s_signbit.c (__signbit):
26943         Use __builtin_signbit.
26944         * sysdeps/ieee754/flt-32/s_signbitf.c (__signbitf):
26945         Use __builtin_signbitf.
26946         * sysdeps/ieee754/ldbl-128/s_signbitl.c (__signbitl):
26947         Use __builtin_signbitl.
26948         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
26949         * sysdeps/ieee754/ldbl-96/s_signbitl.c (__signbitl): Likewise.
26951 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
26953         [BZ #15367]
26954         [BZ #17441]
26956         * math/Makefile: Build test-snan.c with -fsignaling-nans.
26957         * math/math.h (fpclassify): Use __builtin_fpclassify when
26958         available.  (signbit): Use __builtin_signbit(f/l).
26959         (isfinite): Use__builtin_isfinite.  (isnormal): Use
26960         __builtin_isnormal.  (isnan): Use __builtin_isnan.
26961         (isinf): Use __builtin_isinf_sign.
26963 2015-09-18  Wilco Dijkstra  <wdijkstr@arm.com>
26965         * benchtests/Makefile: Add bench-math-inlines, link with libm.
26966         * benchtests/bench-math-inlines.c: New benchmark.
26967         * benchtests/bench-util.h: New file.
26968         * benchtests/bench-util.c: New file.
26969         * benchtests/bench-skeleton.c: Add include of bench-util.c/h.
26971 2015-09-18  Carlos O'Donell  <carlos@redhat.com>
26973         * elf/tst-dlmopen1.c: Define TEST_SO.
26974         (do_test): Use TEST_SO.
26976         * elf/dl-load.c: Include libc-internal.h.
26977         (_dl_map_object_from_fd): Use ALIGN_UP and ALIGN_DOWN.
26979 2015-09-18  Vincent Bernat  <vincent@bernat.im>
26981         [BZ #17887]
26982         * time/strptime_l.c (__strptime_internal): Make %z accept
26983         [+-]HH:MM time zones.
26985 2015-09-18  Vincent Bernat  <vincent@bernat.im>
26987         [BZ #17886]
26988         * time/strptime_l.c (__strptime_internal): Make %z accept Z as a
26989         valid time zone.
26991 2015-09-17  Mike Frysinger  <vapier@gentoo.org>
26993         * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-fdatasync.c): Delete.
26994         * sysdeps/unix/sysv/linux/alpha/fdatasync.c: Delete.
26995         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
26996         (__ASSUME_FDATASYNC): Delete.
26998 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
27000         * conform/linknamespace.pl: Require weak undefined symbols to be
27001         in the standard namespace.
27002         (%strong_syms): Rename to %seen_syms.
27003         (%strong_seen): Rename to %seen_where.
27005 2015-09-17  H.J. Lu  <hongjiu.lu@intel.com>
27007         [BZ #18970]
27008         * misc/error.c (error): Replace pthread_setcancelstate with
27009         __pthread_setcancelstate.
27010         (error_at_line): Likewise.
27011         * posix/wordexp.c (parse_comm): Likewise.
27012         * stdlib/fmtmsg.c (fmtmsg): Likewise.
27013         * nptl/forward.c (pthread_setcancelstate): Renamed to ...
27014         (__pthread_setcancelstate): This.
27015         (pthread_setcancelstate): Add an alias.
27016         * nptl/nptl-init.c (pthread_functions): Replace
27017         ptr_pthread_setcancelstate with ptr___pthread_setcancelstate.
27018         * sysdeps/nptl/pthread-functions.h (pthread_functions): Likewise.
27019         * nptl/pthreadP.h (__pthread_setcancelstate): Mark it with
27020         hidden_proto.
27021         * nptl/pthread_setcancelstate.c (__pthread_setcancelstate): Mark
27022         it with hidden_def.
27023         * sysdeps/nptl/libc-lockP.h (__pthread_setcancelstate): New.
27024         (pthread_setcancelstate): Renamed to ...
27025         (__pthread_setcancelstate): This.
27026         * sysdeps/unix/sysv/linux/fatal-prepare.h (FATAL_PREPARE): Use
27027         __libc_ptf_call with __pthread_setcancelstate.
27029 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
27030             Andreas Schwab  <schwab@suse.de>
27032         [BZ #17118]
27033         * math/s_ctan.c (__ctan): Determine sign of zero real part of
27034         result when imaginary part of argument is infinite using sine and
27035         cosine.
27036         * math/s_ctanf.c (__ctanf): Likewise.
27037         * math/s_ctanl.c (__ctanl): Likewise.
27038         * math/s_ctanh.c (__ctanh): Determine sign of zero imaginary part
27039         of result when real part of argument is infinite using sine and
27040         cosine.
27041         * math/s_ctanhf.c (__ctanhf): Likewise.
27042         * math/s_ctanhl.c (__ctanhl): Likewise.
27043         * math/libm-test.inc (ctan_test_data): Add more tests of ctan.
27044         (ctanh_test_data): Add more tests of ctanh.
27046 2015-09-17  Joseph Myers  <joseph@codesourcery.com>
27048         [BZ #15384]
27049         * sysdeps/ieee754/dbl-64/s_finite.c (FINITE): Use same constant as
27050         bit-mask as in subtraction.
27051         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c (__finite):
27052         Likewise.
27053         * sysdeps/ieee754/flt-32/s_finitef.c (FINITEF): Likewise.
27054         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Likewise.
27055         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (__finitel): Likewise.
27057         [BZ #18951]
27058         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Force
27059         underflow exception for small results.
27060         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r):
27061         Likewise.
27062         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gammal_r):
27063         Likewise.
27064         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
27065         Likewise.
27066         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
27067         Likewise.
27068         * math/auto-libm-test-in: Add more tests of tgamma.
27069         * math/auto-libm-test-out: Regenerated.
27071 2015-09-17  Andreas Schwab  <schwab@suse.de>
27073         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Readd.
27075 2015-09-16  Joseph Myers  <joseph@codesourcery.com>
27077         [BZ #18977]
27078         * math/bits/mathcalls.h
27079         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (j0): Do
27080         not declare.
27081         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (j1):
27082         Likewise.
27083         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (jn):
27084         Likewise.
27085         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (y0):
27086         Likewise.
27087         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (y1):
27088         Likewise.
27089         [!__USE_MISC && __USE_XOPEN && !__MATH_DECLARING_DOUBLE] (yn):
27090         Likewise.
27091         * conform/data/math.h-data
27092         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j0f): Do not expect
27093         function.
27094         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j1f): Likewise.
27095         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (jnf): Likewise.
27096         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y0f): Likewise.
27097         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y1f): Likewise.
27098         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (ynf): Likewise.
27099         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j0l): Likewise.
27100         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (j1l): Likewise.
27101         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (jnl): Likewise.
27102         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y0l): Likewise.
27103         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (y1l): Likewise.
27104         [!ISO99 && !ISO11 && !POSIX && !POSIX2008] (ynl): Likewise.
27106         [BZ #6803]
27107         * math/s_ldexp.c (scalbn): Define as weak alias of __ldexp.
27108         [NO_LONG_DOUBLE] (scalbnl): Define as weak alias of __ldexp.
27109         * math/s_ldexpf.c (scalbnf): Define as weak alias of __ldexpf.
27110         * math/s_ldexpl.c (scalbnl): Define as weak alias of __ldexpl.
27111         * sysdeps/i386/fpu/s_scalbn.S (scalbn): Remove alias.
27112         * sysdeps/i386/fpu/s_scalbnf.S (scalbnf): Likewise.
27113         * sysdeps/i386/fpu/s_scalbnl.S (scalbnl): Likewise.
27114         * sysdeps/ieee754/dbl-64/s_scalbn.c (scalbn): Likewise.
27115         [NO_LONG_DOUBLE] (scalbnl): Likewise.
27116         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (scalbn):
27117         Likewise.
27118         [NO_LONG_DOUBLE] (scalbnl): Likewise.
27119         * sysdeps/ieee754/flt-32/s_scalbnf.c (scalbnf): Likewise.
27120         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (scalbnl): Likewise.
27121         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (scalbnl): Remove
27122         long_double_symbol calls.
27123         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c (scalbnl): Likewise.
27124         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c (__ldexpl_2): Define as
27125         strong alias of __ldexpl.
27126         (scalbnl): Define using long_double_symbol.
27127         * sysdeps/m68k/m680x0/fpu/s_scalbn.c (__CONCATX(scalbn,suffix)):
27128         Remove alias.
27129         * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c (scalbnl): Likewise.
27130         * sysdeps/x86_64/fpu/s_scalbnl.S (scalbnl): Likewise.
27131         * math/libm-test.inc (scalbn_test_data): Add errno expectations.
27132         (scalbln_test_data): Add more errno expectations.
27134 2015-09-16  Justus Winter  <4winter@informatik.uni-hamburg.de>
27136         Cache the host port like we cache the task port.  This way we do not
27137         need to call the kernel just to get the port.  Furthermore, we no
27138         longer increase the reference count on every invocation of
27139         `mach_host_self'.
27141         * mach/mach/mach_traps.h (__mach_host_self, mach_host_self):
27142         Protect declarations against the macro expansion.
27143         * mach/mach_init.c (__mach_host_self_): New variable.
27144         (mach_init): Initialize `__mach_host_self_'.
27145         * mach/mach_init.h (__mach_host_self_): New declaration.
27146         (__mach_host_self, mach_host_self): New macros.
27147         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start_cleanup):
27148         Release reference.
27150 2015-09-16  Joseph Myers  <joseph@codesourcery.com>
27152         [BZ #4404]
27153         * po/de.po: Update from Translation Project.
27155         [BZ #16415]
27156         * sysdeps/ieee754/ldbl-128/s_expm1l.c (maxlog): Remove variable.
27157         (__expm1l): Remove code to handle positive infinity and overflow.
27158         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (maxlog): Remove
27159         variable.
27160         (__expm1l): Remove code to handle positive infinity and overflow.
27162 2015-09-16  Paul Eggert  <eggert@cs.ucla.edu>
27163             Paul Pluzhnikov  <ppluzhnikov@google.com>
27165         [BZ #18872]
27166         * stdio-common/Makefile (tst-printf-bz18872): New test.
27167         (tst-printf-bz18872-mem.out): Likewise.
27168         * stdio-common/tst-printf-bz18872.sh: Generate new test.
27169         * stdio-common/vfprintf.c: Fix memory leaks.
27171 2015-09-16  Andreas Schwab  <schwab@suse.de>
27173         [BZ #17244]
27174         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
27175         Remove extra va_start/va_end calls.
27177         [BZ #17243]
27178         * posix/execl.c (execl): Add missing va_end.
27179         * posix/execle.c (execle): Likewise.
27180         * posix/execlp.c (execlp): Likewise.
27182 2015-09-15  Roland McGrath  <roland@hack.frob.com>
27184         * misc/sys/param.h [!MAXHOSTNAMELEN && HOST_NAME_MAX]
27185         (MAXHOSTNAMELEN): Define it to HOST_NAME_MAX.
27187 2015-09-15  Joseph Myers  <joseph@codesourcery.com>
27189         [BZ #18967]
27190         * math/math.h (__MATH_DECLARING_DOUBLE): New macro.  Define and
27191         undefine around includes of <bits/mathcalls.h>.
27192         * math/bits/mathcalls.h [!__USE_MISC && __USE_XOPEN2K] (isnan): Do
27193         not declare function.
27194         [!__USE_MISC && __USE_XOPEN2K] (gamma): Likewise.
27195         [!__USE_MISC && (!__MATH_DECLARING_DOUBLE || __USE_XOPEN2K8)]
27196         (scalb): Likewise.
27197         * math/tgmath.h [!__USE_MISC && __USE_XOPEN_EXTENDED] (scalb): Do
27198         not define macro.
27199         * conform/Makefile (test-xfail-XOPEN2K/math.h/conform): Remove
27200         variable.
27201         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
27202         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
27203         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
27205         [BZ #18857]
27206         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Just
27207         return non-finite argument without doing ordered comparisons on
27208         it.
27210         [BZ #16296]
27211         * math/fenv.h (fegetround): Use __attribute_pure__.
27212         * include/fenv.h (__fegetround): Likewise.
27214         [BZ #18595]
27215         * math/s_ctan.c (__ctan): Force underflow exception for results
27216         whose real or imaginary part has small absolute value.
27217         * math/s_ctanf.c (__ctanf): Likewise.
27218         * math/s_ctanh.c (__ctanh): Likewise.
27219         * math/s_ctanhf.c (__ctanhf): Likewise.
27220         * math/s_ctanhl.c (__ctanhl): Likewise.
27221         * math/s_ctanl.c (__ctanl): Likewise.
27222         * math/auto-libm-test-in: Do not allow missing underflow for ctan
27223         and ctanh.  Add more tests of ctan and ctanh.
27225         [BZ #15918]
27226         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Simplify
27227         handling of cases where one argument is an infinity.
27229         [BZ #18875]
27230         [BZ #18966]
27231         * sysdeps/i386/fpu/e_exp10.S (dbl_min): New object.
27232         (MO): New macro.
27233         (__ieee754_exp10): For small results, force underflow exception
27234         and remove excess range and precision from return value.
27235         * sysdeps/i386/fpu/e_exp10f.S (flt_min): New object.
27236         (MO): New macro.
27237         (__ieee754_exp10f): For small results, force underflow exception
27238         and remove excess range and precision from return value.
27239         * math/auto-libm-test-in: Add more tests of exp10.
27240         * math/auto-libm-test-out: Regenerated.
27242 2015-09-14  Joseph Myers  <joseph@codesourcery.com>
27244         [BZ #18875]
27245         [BZ #18961]
27246         * sysdeps/i386/fpu/e_exp.S (dbl_min): New object.
27247         (MO): New macro.
27248         (__ieee754_exp): For small results, force underflow exception and
27249         remove excess range and precision from return value.
27250         (__exp_finite): Likewise.
27251         * sysdeps/i386/fpu/e_expf.S (flt_min): New object.
27252         (MO): New macro.
27253         (__ieee754_expf): For small results, force underflow exception and
27254         remove excess range and precision from return value.
27255         (__expf_finite): Likewise.
27256         * math/auto-libm-test-in: Add more tests of exp.
27257         * math/auto-libm-test-out: Regenerated.
27259         [BZ #16521]
27260         [BZ #18875]
27261         * math/e_exp2l.c (__ieee754_exp2l): Force underflow exception for
27262         small results.
27263         * sysdeps/i386/fpu/e_exp2.S (dbl_min): New object.
27264         (MO): New macro.
27265         (__ieee754_exp2): For small results, force underflow exception and
27266         remove excess range and precision from return value.
27267         * sysdeps/i386/fpu/e_exp2f.S (flt_min): New object.
27268         (MO): New macro.
27269         (__ieee754_exp2f): For small results, force underflow exception
27270         and remove excess range and precision from return value.
27271         * sysdeps/i386/fpu/e_exp2l.S (ldbl_min): New object.
27272         (MO): New macro.
27273         (__ieee754_exp2l): Force underflow exception for small results.
27274         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
27275         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
27276         * sysdeps/x86_64/fpu/e_exp2l.S (ldbl_min): New object.
27277         (MO): New macro.
27278         (__ieee754_exp2l): Force underflow exception for small results.
27279         * math/auto-libm-test-in: Add more tests or exp2.
27280         * math/auto-libm-test-out: Regenerated.
27282 2015-09-14  Carlos O'Donell  <carlos@redhat.com>
27284         * malloc/malloc.c (systrim): Use ALIGN_DOWN.
27286         * Makefile ($(objpfx)check-local-headers.out): Redirect stdin from
27287         /dev/null.
27289 2015-09-13  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27291         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
27292         io fs process)): Drop spurious backslash.
27294 2015-09-12  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
27296         * sysdeps/unix/sysv/linux/getsysstats.c (__get_phys_pages):
27297         Use sysinfo system call instead of parsing /proc/meminfo.
27298         * sysdeps/unix/sysv/linux/getsysstats.c (__get_avphys_pages):
27299         Likewise.
27301 2015-09-11  Mike Frysinger  <vapier@gentoo.org>
27303         [BZ #16985]
27304         * programs/localedef.c (main): Display argv[remaining] when
27305         output_path is NULL.
27307 2015-09-11  Joseph Myers  <joseph@codesourcery.com>
27309         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
27310         asinh, atan, atan2, atanh, cabs, carg, cos, csqrt, erfc, exp,
27311         exp10, exp2, log, log1p, log2, pow, sin, sincos, sinh, tan and
27312         tanh.
27313         * math/auto-libm-test-out: Regenerated.
27314         * sysdeps/i386/fpu/libm-test-ulps: Update.
27315         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
27316         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
27317         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27319 2015-09-11  Roland McGrath  <roland@hack.frob.com>
27321         * sysdeps/nacl/Makefile [$(subdir) = misc] (sysdep_headers):
27322         Use 'override' keyword to freeze the value here, preventing
27323         the addition of sys/mtio.h by sysdeps/gnu/Makefile.
27325 2015-09-11  Joseph Myers  <joseph@codesourcery.com>
27327         [BZ #14912]
27328         * sysdeps/aarch64/bits/atomic.h: Move to ...
27329         * sysdeps/aarch64/atomic-machine.h: ...here.
27330         (_AARCH64_BITS_ATOMIC_H): Rename macro to
27331         _AARCH64_ATOMIC_MACHINE_H.
27332         * sysdeps/alpha/bits/atomic.h: Move to ...
27333         * sysdeps/alpha/atomic-machine.h: ...here.
27334         * sysdeps/arm/bits/atomic.h: Move to ...
27335         * sysdeps/arm/atomic-machine.h: ...here.  Update comments.
27336         * bits/atomic.h: Move to ...
27337         * sysdeps/generic/atomic-machine.h: ...here.
27338         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
27339         * sysdeps/i386/bits/atomic.h: Move to ...
27340         * sysdeps/i386/atomic-machine.h: ...here.
27341         * sysdeps/ia64/bits/atomic.h: Move to ...
27342         * sysdeps/ia64/atomic-machine.h: ...here.
27343         * sysdeps/m68k/coldfire/bits/atomic.h: Move to ...
27344         * sysdeps/m68k/coldfire/atomic-machine.h: ...here.
27345         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
27346         * sysdeps/m68k/m680x0/m68020/bits/atomic.h: Move to ...
27347         * sysdeps/m68k/m680x0/m68020/atomic-machine.h: ...here.
27348         * sysdeps/microblaze/bits/atomic.h: Move to ...
27349         * sysdeps/microblaze/atomic-machine.h: ...here.
27350         * sysdeps/mips/bits/atomic.h: Move to ...
27351         * sysdeps/mips/atomic-machine.h: ...here.
27352         (_MIPS_BITS_ATOMIC_H): Rename macro to _MIPS_ATOMIC_MACHINE_H.
27353         * sysdeps/powerpc/bits/atomic.h: Move to ...
27354         * sysdeps/powerpc/atomic-machine.h: ...here.  Update comments.
27355         * sysdeps/powerpc/powerpc32/bits/atomic.h: Move to ...
27356         * sysdeps/powerpc/powerpc32/atomic-machine.h: ...here.  Update
27357         comments.  Include <atomic-machine.h> instead of <bits/atomic.h>.
27358         * sysdeps/powerpc/powerpc64/bits/atomic.h: Move to ...
27359         * sysdeps/powerpc/powerpc64/atomic-machine.h: ...here.  Include
27360         <atomic-machine.h> instead of <bits/atomic.h>.
27361         * sysdeps/s390/bits/atomic.h: Move to ...
27362         * sysdeps/s390/atomic-machine.h: ...here.
27363         * sysdeps/sparc/sparc32/bits/atomic.h: Move to ...
27364         * sysdeps/sparc/sparc32/atomic-machine.h: ...here.
27365         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
27366         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: Move to ...
27367         * sysdeps/sparc/sparc32/sparcv9/atomic-machine.h: ...here.
27368         * sysdeps/sparc/sparc64/bits/atomic.h: Move to ...
27369         * sysdeps/sparc/sparc64/atomic-machine.h: ...here.
27370         * sysdeps/tile/bits/atomic.h: Move to ...
27371         * sysdeps/tile/atomic-machine.h: ...here.
27372         * sysdeps/tile/tilegx/bits/atomic.h: Move to ...
27373         * sysdeps/tile/tilegx/atomic-machine.h: ...here.  Include
27374         <sysdeps/tile/atomic-machine.h> instead of
27375         <sysdeps/tile/bits/atomic.h>.
27376         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
27377         * sysdeps/tile/tilepro/bits/atomic.h: Move to ...
27378         * sysdeps/tile/tilepro/atomic-machine.h: ...here.  Include
27379         <sysdeps/tile/atomic-machine.h> instead of
27380         <sysdeps/tile/bits/atomic.h>.
27381         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
27382         * sysdeps/unix/sysv/linux/arm/bits/atomic.h: Move to ...
27383         * sysdeps/unix/sysv/linux/arm/atomic-machine.h: ...here.  Include
27384         <sysdeps/arm/atomic-machine.h> instead of
27385         <sysdeps/arm/bits/atomic.h>.
27386         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Move to ...
27387         * sysdeps/unix/sysv/linux/hppa/atomic-machine.h: ...here.
27388         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
27389         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: Move to ...
27390         * sysdeps/unix/sysv/linux/m68k/coldfire/atomic-machine.h: ...here.
27391         (_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
27392         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: Move to ...
27393         * sysdeps/unix/sysv/linux/nios2/atomic-machine.h: ...here.
27394         (_NIOS2_BITS_ATOMIC_H): Rename macro to _NIOS2_ATOMIC_MACHINE_H.
27395         * sysdeps/unix/sysv/linux/sh/bits/atomic.h: Move to ...
27396         * sysdeps/unix/sysv/linux/sh/atomic-machine.h: ...here.
27397         * sysdeps/x86_64/bits/atomic.h: Move to ...
27398         * sysdeps/x86_64/atomic-machine.h: ...here.
27399         * include/atomic.h: Include <atomic-machine.h> instead of
27400         <bits/atomic.h>.
27402         * sysdeps/mips/mips32/libm-test-ulps: Update.
27403         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
27405         [BZ #18952]
27406         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r): Do
27407         not convert non-integer negative arguments to int to determine the
27408         value of signgam.
27409         * math/auto-libm-test-in: Add more tests of lgamma.
27410         * math/auto-libm-test-out: Regenerated.
27412         * math/auto-libm-test-in: Add more tests of acosh, atanh, cbrt,
27413         cosh, csqrt, erfc, expm1 and lgamma.
27414         * math/auto-libm-test-out: Regenerated.
27415         * sysdeps/i386/fpu/libm-test-ulps: Update.
27416         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27418 2015-09-10  Joseph Myers  <joseph@codesourcery.com>
27420         [BZ #2542]
27421         [BZ #2543]
27422         [BZ #2558]
27423         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (__ieee754_lgamma_r): Call
27424         __lgamma_neg for arguments from -28.0 to -2.0.
27425         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Call
27426         __lgamma_negf for arguments from -15.0 to -2.0.
27427         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
27428         Call __lgamma_negl for arguments from -48.0 or -50.0 to -2.0.
27429         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
27430         Call __lgamma_negl for arguments from -33.0 to -2.0.
27431         * sysdeps/ieee754/dbl-64/lgamma_neg.c: New file.
27432         * sysdeps/ieee754/dbl-64/lgamma_product.c: Likewise.
27433         * sysdeps/ieee754/flt-32/lgamma_negf.c: Likewise.
27434         * sysdeps/ieee754/flt-32/lgamma_productf.c: Likewise.
27435         * sysdeps/ieee754/ldbl-128/lgamma_negl.c: Likewise.
27436         * sysdeps/ieee754/ldbl-128/lgamma_productl.c: Likewise.
27437         * sysdeps/ieee754/ldbl-128ibm/lgamma_negl.c: Likewise.
27438         * sysdeps/ieee754/ldbl-128ibm/lgamma_productl.c: Likewise.
27439         * sysdeps/ieee754/ldbl-96/lgamma_negl.c: Likewise.
27440         * sysdeps/ieee754/ldbl-96/lgamma_product.c: Likewise.
27441         * sysdeps/ieee754/ldbl-96/lgamma_productl.c: Likewise.
27442         * sysdeps/generic/math_private.h (__lgamma_negf): New prototype.
27443         (__lgamma_neg): Likewise.
27444         (__lgamma_negl): Likewise.
27445         (__lgamma_product): Likewise.
27446         (__lgamma_productl): Likewise.
27447         * math/Makefile (libm-calls): Add lgamma_neg and lgamma_product.
27448         * math/auto-libm-test-in: Add more tests of lgamma.
27449         * math/auto-libm-test-out: Regenerated.
27450         * sysdeps/i386/fpu/libm-test-ulps: Update.
27451         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27453 2015-09-09  Justin Maggard  <jmaggard@netgear.com>
27455         [BZ #18675]
27456         * sysdeps/posix/fpathconf.c (__fpathconf): Use __fstatvfs64.
27458 2015-09-08  Joseph Myers  <joseph@codesourcery.com>
27460         [BZ #14912]
27461         * bits/libc-lock.h: Move to ...
27462         * sysdeps/generic/libc-lock.h: ...here.
27463         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
27464         * sysdeps/mach/hurd/bits/libc-lock.h: Move to ...
27465         * sysdeps/mach/hurd/libc-lock.h: ...here.
27466         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
27467         [_LIBC]: Include <libc-lockP.h> instead of <bits/libc-lockP.h>.
27468         * sysdeps/mach/bits/libc-lock.h: Move to ...
27469         * sysdeps/mach/libc-lock.h: ...here.
27470         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
27471         * sysdeps/nptl/bits/libc-lock.h: Move to ...
27472         * sysdeps/nptl/libc-lock.h: ...here.
27473         (_BITS_LIBC_LOCK_H): Rename macro to _LIBC_LOCK_H.
27474         * sysdeps/nptl/bits/libc-lockP.h: Move to ...
27475         * sysdeps/nptl/libc-lockP.h: ...here.
27476         (_BITS_LIBC_LOCKP_H): Rename macro to _LIBC_LOCKP_H.
27477         * crypt/crypt_util.c: Include <libc-lock.h> instead of
27478         <bits/libc-lock.h>.
27479         * dirent/scandir-tail.c: Likewise.
27480         * dlfcn/dlerror.c: Likewise.
27481         * elf/dl-close.c: Likewise.
27482         * elf/dl-iteratephdr.c: Likewise.
27483         * elf/dl-lookup.c: Likewise.
27484         * elf/dl-open.c: Likewise.
27485         * elf/dl-support.c: Likewise.
27486         * elf/dl-writev.h: Likewise.
27487         * elf/rtld.c: Likewise.
27488         * grp/fgetgrent.c: Likewise.
27489         * gshadow/fgetsgent.c: Likewise.
27490         * gshadow/sgetsgent.c: Likewise.
27491         * iconv/gconv_conf.c: Likewise.
27492         * iconv/gconv_db.c: Likewise.
27493         * iconv/gconv_dl.c: Likewise.
27494         * iconv/gconv_int.h: Likewise.
27495         * iconv/gconv_trans.c: Likewise.
27496         * include/link.h: Likewise.
27497         * inet/getnameinfo.c: Likewise.
27498         * inet/getnetgrent.c: Likewise.
27499         * inet/getnetgrent_r.c: Likewise.
27500         * intl/bindtextdom.c: Likewise.
27501         * intl/dcigettext.c: Likewise.
27502         * intl/finddomain.c: Likewise.
27503         * intl/gettextP.h: Likewise.
27504         * intl/loadmsgcat.c: Likewise.
27505         * intl/localealias.c: Likewise.
27506         * intl/textdomain.c: Likewise.
27507         * libidn/idn-stub.c: Likewise.
27508         * libio/libioP.h: Likewise.
27509         * locale/duplocale.c: Likewise.
27510         * locale/freelocale.c: Likewise.
27511         * locale/newlocale.c: Likewise.
27512         * locale/setlocale.c: Likewise.
27513         * login/getutent_r.c: Likewise.
27514         * login/getutid_r.c: Likewise.
27515         * login/getutline_r.c: Likewise.
27516         * login/utmp-private.h: Likewise.
27517         * login/utmpname.c: Likewise.
27518         * malloc/mtrace.c: Likewise.
27519         * misc/efgcvt.c: Likewise.
27520         * misc/error.c: Likewise.
27521         * misc/fstab.c: Likewise.
27522         * misc/getpass.c: Likewise.
27523         * misc/mntent.c: Likewise.
27524         * misc/syslog.c: Likewise.
27525         * nis/nis_call.c: Likewise.
27526         * nis/nis_callback.c: Likewise.
27527         * nis/nss-default.c: Likewise.
27528         * nis/nss_compat/compat-grp.c: Likewise.
27529         * nis/nss_compat/compat-initgroups.c: Likewise.
27530         * nis/nss_compat/compat-pwd.c: Likewise.
27531         * nis/nss_compat/compat-spwd.c: Likewise.
27532         * nis/nss_nis/nis-alias.c: Likewise.
27533         * nis/nss_nis/nis-ethers.c: Likewise.
27534         * nis/nss_nis/nis-grp.c: Likewise.
27535         * nis/nss_nis/nis-hosts.c: Likewise.
27536         * nis/nss_nis/nis-network.c: Likewise.
27537         * nis/nss_nis/nis-proto.c: Likewise.
27538         * nis/nss_nis/nis-pwd.c: Likewise.
27539         * nis/nss_nis/nis-rpc.c: Likewise.
27540         * nis/nss_nis/nis-service.c: Likewise.
27541         * nis/nss_nis/nis-spwd.c: Likewise.
27542         * nis/nss_nisplus/nisplus-alias.c: Likewise.
27543         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
27544         * nis/nss_nisplus/nisplus-grp.c: Likewise.
27545         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
27546         * nis/nss_nisplus/nisplus-initgroups.c: Likewise.
27547         * nis/nss_nisplus/nisplus-network.c: Likewise.
27548         * nis/nss_nisplus/nisplus-proto.c: Likewise.
27549         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
27550         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
27551         * nis/nss_nisplus/nisplus-service.c: Likewise.
27552         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
27553         * nis/ypclnt.c: Likewise.
27554         * nptl/libc_pthread_init.c: Likewise.
27555         * nss/getXXbyYY.c: Likewise.
27556         * nss/getXXent.c: Likewise.
27557         * nss/getXXent_r.c: Likewise.
27558         * nss/nss_db/db-XXX.c: Likewise.
27559         * nss/nss_db/db-netgrp.c: Likewise.
27560         * nss/nss_db/nss_db.h: Likewise.
27561         * nss/nss_files/files-XXX.c: Likewise.
27562         * nss/nss_files/files-alias.c: Likewise.
27563         * nss/nsswitch.c: Likewise.
27564         * posix/regex_internal.h: Likewise.
27565         * posix/wordexp.c: Likewise.
27566         * pwd/fgetpwent.c: Likewise.
27567         * resolv/res_hconf.c: Likewise.
27568         * resolv/res_libc.c: Likewise.
27569         * shadow/fgetspent.c: Likewise.
27570         * shadow/lckpwdf.c: Likewise.
27571         * shadow/sgetspent.c: Likewise.
27572         * socket/opensock.c: Likewise.
27573         * stdio-common/reg-modifier.c: Likewise.
27574         * stdio-common/reg-printf.c: Likewise.
27575         * stdio-common/reg-type.c: Likewise.
27576         * stdio-common/vfprintf.c: Likewise.
27577         * stdio-common/vfscanf.c: Likewise.
27578         * stdlib/abort.c: Likewise.
27579         * stdlib/cxa_atexit.c: Likewise.
27580         * stdlib/fmtmsg.c: Likewise.
27581         * stdlib/random.c: Likewise.
27582         * stdlib/setenv.c: Likewise.
27583         * string/strsignal.c: Likewise.
27584         * sunrpc/auth_none.c: Likewise.
27585         * sunrpc/bindrsvprt.c: Likewise.
27586         * sunrpc/create_xid.c: Likewise.
27587         * sunrpc/key_call.c: Likewise.
27588         * sunrpc/rpc_thread.c: Likewise.
27589         * sysdeps/arm/backtrace.c: Likewise.
27590         * sysdeps/generic/ldsodefs.h: Likewise.
27591         * sysdeps/generic/stdio-lock.h: Likewise.
27592         * sysdeps/generic/unwind-dw2-fde.c: Likewise.
27593         * sysdeps/i386/backtrace.c: Likewise.
27594         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
27595         * sysdeps/m68k/backtrace.c: Likewise.
27596         * sysdeps/mach/hurd/cthreads.c: Likewise.
27597         * sysdeps/mach/hurd/dirstream.h: Likewise.
27598         * sysdeps/mach/hurd/malloc-machine.h: Likewise.
27599         * sysdeps/nptl/malloc-machine.h: Likewise.
27600         * sysdeps/nptl/stdio-lock.h: Likewise.
27601         * sysdeps/posix/dirstream.h: Likewise.
27602         * sysdeps/posix/getaddrinfo.c: Likewise.
27603         * sysdeps/posix/system.c: Likewise.
27604         * sysdeps/pthread/aio_suspend.c: Likewise.
27605         * sysdeps/s390/s390-32/backtrace.c: Likewise.
27606         * sysdeps/s390/s390-64/backtrace.c: Likewise.
27607         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
27608         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
27609         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: Likewise.
27610         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: Likewise.
27611         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: Likewise.
27612         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
27613         * sysdeps/unix/sysv/linux/system.c: Likewise.
27614         * sysdeps/x86_64/backtrace.c: Likewise.
27615         * time/alt_digit.c: Likewise.
27616         * time/era.c: Likewise.
27617         * time/tzset.c: Likewise.
27618         * wcsmbs/wcsmbsload.c: Likewise.
27619         * nptl/tst-initializers1.c (do_test): Refer to <libc-lock.h>
27620         instead of <bits/libc-lock.h> in comment.
27622 2015-09-08  Andrew Bennett  <andrew.bennett@imgtec.com>
27624         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIO32] (MIPS_PUSH_MIPS2):
27625         Only use .set mips2 if the current ISA is below mips2.
27626         * sysdeps/mips/sys/tas.h [_MIPS_SIM == _ABIO32] (_test_and_set):
27627         Likewise.
27628         * sysdeps/mips/nptl/tls.h (READ_THREAD_POINTER): Only use .set
27629         mips32r2 if the current ISA is below mips32r2.
27630         * sysdeps/mips/tls-macros.h (TLS_RDHWR): New define.
27631         (TLS_IE): Updated to use the TLD_RDHWR macro.
27632         (TLS_LE): Likewise.
27633         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Moved out of #ifdef
27634         __ASSEMBLER__ condition.
27636 2015-09-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27638         Fix parallel build of before-compile targets.
27640         * sysdeps/mach/Makefile ($(patsubst
27641         mach%,m\%h%,$(mach-before-compile))): Move rule to dedicated
27642         mach-before-compile target.
27643         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
27644         io fs process)): Move rule to dedicated hurd-before-compile target.
27646 2015-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27648         Fix rules generating headers in hurd/ and mach/ when initial make call
27649         has subdir= explicitly set.
27651         * sysdeps/mach/Makefile ($(patsubst
27652         mach%,m\%h%,$(mach-before-compile))): Force subdir to mach when
27653         calling $(MAKE).
27654         * sysdeps/mach/hurd/Makefile ($(patsubst %,$(hurd-objpfx)hurd/%.%,auth
27655         io fs process)): Force subdir to hurd when calling $(MAKE).
27656         ($(common-objpfx)hurd/../mach/RPC_task_get_sampled_pcs.c): Force
27657         subdir to mach when calling $(MAKE).
27659 2015-09-06  Manolis Ragkousis  <manolis837@gmail.com>
27661         Check sysheaders when looking for Mach and Hurd headers
27663         * sysdeps/mach/configure.ac: Add sysheaders check.
27664         * sysdeps/mach/configure: Regenerate.
27665         * sysdeps/mach/hurd/configure.ac: Add sysheaders check.
27666         * sysdeps/mach/hurd/configure: Regenerate.
27668 2015-09-04  Roland McGrath  <roland@hack.frob.com>
27670         [BZ #18921]
27671         * sysdeps/posix/opendir.c (need_isdir_precheck) [O_DIRECTORY]:
27672         Fix inverted sense of test of 'o_directory_works' value.
27673         Reported by Pádraig Brady <P@draigBrady.com>, diagnosed by
27674         Bernhard Voelker <mail@bernhard-voelker.de>.
27676 2015-09-04  Joseph Myers  <joseph@codesourcery.com>
27678         [BZ #14912]
27679         * bits/linkmap.h: Move to ...
27680         * sysdeps/generic/linkmap.h: ...here.
27681         * sysdeps/aarch64/bits/linkmap.h: Move to ...
27682         * sysdeps/aarch64/linkmap.h: ...here.
27683         * sysdeps/arm/bits/linkmap.h: Move to ...
27684         * sysdeps/arm/linkmap.h: ...here.
27685         * sysdeps/hppa/bits/linkmap.h: Move to ...
27686         * sysdeps/hppa/linkmap.h: ...here.
27687         * sysdeps/ia64/bits/linkmap.h: Move to ...
27688         * sysdeps/ia64/linkmap.h: ...here.
27689         * sysdeps/mips/bits/linkmap.h: Move to ...
27690         * sysdeps/mips/linkmap.h: ...here.
27691         * sysdeps/s390/bits/linkmap.h: Move to ...
27692         * sysdeps/s390/linkmap.h: ...here.
27693         * sysdeps/sh/bits/linkmap.h: Move to ...
27694         * sysdeps/sh/linkmap.h: ...here.
27695         * sysdeps/x86/bits/linkmap.h: Move to ...
27696         * sysdeps/x86/linkmap.h: ...here.
27697         * include/link.h: Include <linkmap.h> instead of <bits/linkmap.h>.
27699 2015-09-04  Andreas Schwab  <schwab@suse.de>
27701         [BZ #18635]
27702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
27703         (__makecontext): Terminate FDE before return label.
27704         (__novec_makecontext): Likewise.
27706 2015-09-04  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
27708         * sysdeps/unix/sysv/linux/socketpair.c: Use the address of the
27709         first member of struct sv in syscall macro.
27711 2015-09-04  Joseph Myers  <joseph@codesourcery.com>
27713         [BZ #14912]
27714         * bits/stdio-lock.h: Move to ...
27715         * sysdeps/generic/stdio-lock.h: ...here.
27716         (_BITS_STDIO_LOCK_H): Rename macro to _STDIO_LOCK_H.
27717         * sysdeps/nptl/bits/stdio-lock.h: Move to ...
27718         * sysdeps/nptl/stdio-lock.h: ...here.
27719         (_BITS_STDIO_LOCK_H): Rename macro to _STDIO_LOCK_H.
27720         * include/libio.h: Include <stdio-lock.h> instead of
27721         <bits/stdio-lock.h>.
27722         * sysdeps/nptl/fork.c: Likewise.
27723         * sysdeps/pthread/flockfile.c: Likewise.
27724         * sysdeps/pthread/ftrylockfile.c: Likewise.
27725         * sysdeps/pthread/funlockfile.c: Likewise.
27727         [BZ #14912]
27728         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Move to ...
27729         * sysdeps/unix/sysv/linux/m68k/m68k-vdso.h: ...here.
27730         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: Include
27731         <m68k-vdso.h> instead of <bits/m68k-vdso.h>.
27732         * sysdeps/unix/sysv/linux/m68k/init-first.c: Likewise.
27733         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
27734         * sysdeps/unix/sysv/linux/m68k/m68k-vdso.c: Likewise.
27736 2015-09-03  Roland McGrath  <roland@hack.frob.com>
27738         * elf/Makefile (test-xfail-tst-protected1a): New variable.
27739         (test-xfail-tst-protected1b): New variable.
27741 2015-09-03  Joseph Myers  <joseph@codesourcery.com>
27743         [BZ #14912]
27744         * bits/libc-tsd.h: Move to ...
27745         * sysdeps/generic/libc-tsd.h: ...here.
27746         (_GENERIC_BITS_LIBC_TSD_H): Rename macro to _GENERIC_LIBC_TSD_H.
27747         * sysdeps/mach/hurd/bits/libc-tsd.h: Move to ...
27748         * sysdeps/mach/hurd/libc-tsd.h: ...here.
27749         (_BITS_LIBC_TSD_H): Rename macro to _LIBC_TSD_H.
27750         * include/ctype.h: Include <libc-tsd.h> instead of
27751         <bits/libc-tsd.h>.
27752         * include/rpc/rpc.h: Likewise.
27753         * locale/localeinfo.h: Likewise.
27754         * sunrpc/rpc_thread.c: Likewise.
27755         * sysdeps/mach/hurd/malloc-machine.h: Likewise.
27756         * sysdeps/nptl/malloc-machine.h: Likewise.
27758         * Makefile (headers): Remove bits/libc-lock.h.
27759         * libio/Makefile (headers): Remove bits/stdio-lock.h.
27761         * libio/libio.h [_IO_MTSAFE_IO]: Remove include of
27762         <bits/stdio-lock.h> and commented-out include of <comthread.h>.
27763         * include/libio.h [!_ISOMAC && _IO_MTSAFE_IO]: Include
27764         <bits/stdio-lock.h>.
27765         * stdio-common/scanf15.c (_IO_MTSAFE_IO): Undefine.
27766         * stdio-common/scanf17.c (_IO_MTSAFE_IO): Likewise.
27768 2015-09-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
27770         [BZ #18757]
27771         * libio/iofopncook.c (_IO_fopencookie): Set errno on failure.
27772         * libio/test-fmemopen.c (do_bz18820): Extend the test to cover
27773         BZ #18757.
27775 2015-09-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
27777         * malloc/mtrace.pl: Filter out NULL entries.
27779 2015-09-01  Joseph Myers  <joseph@codesourcery.com>
27781         * inet/netinet/in.h (IPPROTO_MPLS): New enum value and macro.
27782         * sysdeps/unix/sysv/linux/bits/in.h (IP_BIND_ADDRESS_NO_PORT): New
27783         macro.
27785         * sysdeps/gnu/netinet/tcp.h (TCP_NOTSENT_LOWAT): New macro.
27786         (TCP_CC_INFO): Likewise.
27787         (TCP_SAVE_SYN): Likewise.
27788         (TCP_SAVED_SYN): Likewise.
27790 2015-08-31  Brett Neumeier <brett@neumeier.us>
27792         [BZ #18870]
27793         * sysdeps/sparc/sparc32/sem_open.c: Add missing #include
27795 2015-08-31  Paul Eggert  <eggert@cs.ucla.edu>
27797         [BZ #18873]
27798         Fix broken overflow check in posix_fallocate
27799         * sysdeps/posix/posix_fallocate.c (posix_fallocate):
27800         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
27801         Fix parenthesization typo.
27803 2015-08-28  Mike Frysinger  <vapier@gentoo.org>
27805         [BZ #18887]
27806         * misc/Makefile (tests): Add tst-mntent-blank-corrupt and
27807         tst-mntent-blank-passno.
27808         * misc/mntent_r.c (__getmntent_r): Do not read past buffer[0].
27809         * misc/tst-mntent-blank-corrupt.c: New test.
27810         * misc/tst-mntent-blank-passno.c: New test ripped from ...
27811         * misc/tst-mntent.c (do_test): ... here.
27813 2015-08-29  Mike Frysinger  <vapier@gentoo.org>
27815         [BZ #4404]
27816         * po/de.po: Fix SIGALRM typo.
27818 2015-08-28  James Perkins  <james@loowit.net>
27820         * time/tst-strptime2.c (tests): Replace short list of test
27821         strings for strptime %z specifier with code which exhaustively
27822         tests every combination of sign and 0 to 5 digits. Tests for
27823         rejection of invalid strings.
27825 2015-08-28  James Perkins  <james@loowit.net>
27827         [BZ #16141]
27828         * time/strptime_l.c (__strptime_internal): Fix %z minutes
27829         calculation, removing incorrect decimal time rounding, so that
27830         all minute values result in a valid seconds value.
27831         * time/strptime_l.c (__strptime_internal): Extend %z time zone
27832         offset range limits to UTC-99:59 through UTC+99:59 to parse
27833         current and historical use cases.
27834         * time/tst-strptime2.c (tests): Modify and add tests for the
27835         strptime %z input field descriptor, specifically conversion of
27836         minutes to seconds and validating an offset range of -9959 to
27837         +9959.
27839 2015-08-27  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
27840             Dmitry V. Levin  <ldv@altlinux.org>
27842         [BZ #18877]
27843         * posix/Makefile (tests): Add tst-mmap-offset.
27844         * posix/tst-mmap.c: New file.
27845         * sysdeps/unix/sysv/linux/generic/wordsize-32/mmap.c (__mmap): Fix
27846         offset calculation for negative values.
27848 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27850         * sysdeps/i386/init-arch.h: New file.
27851         * sysdeps/i386/i586/init-arch.h: Likewise.
27852         * sysdeps/i386/i686/init-arch.h: Likewise.
27853         * sysdeps/x86/cpu-features.c (init_cpu_features): Set bit_I586
27854         bit if CX8 is available.  Set bit_I686 bit if CMOV is available.
27855         * sysdeps/x86/cpu-features.h (bit_I586): New.
27856         (bit_I686): Likewise.
27857         (bit_CX8): Likewise.
27858         (bit_CMOV): Likewise.
27859         (index_CX8): Likewise.
27860         (index_CMOV): Likewise.
27861         (index_I586): Likewise.
27862         (index_I686): Likewise.
27863         (reg_CX8): Likewise.
27864         (reg_CMOV): Likewise.
27865         (HAS_I586): Defined as HAS_ARCH_FEATURE (I586) if i586 isn't
27866         available at compile-time.
27867         (HAS_I686): Defined as HAS_ARCH_FEATURE (I686) if i686 isn't
27868         available at compile-time.
27869         * sysdeps/x86/init-arch.h (USE_I586): New macro.
27870         (USE_I686): Likewise.
27872 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27874         * sysdeps/i386/bcopy.S: New file.
27875         * sysdeps/i386/bzero.S: Likewise.
27876         * sysdeps/i386/memcpy.S: Likewise.
27877         * sysdeps/i386/memmove.S: Likewise.
27878         * sysdeps/i386/mempcpy.S: Likewise.
27879         * sysdeps/i386/memset.S: Likewise.
27880         * sysdeps/i386/bzero.c: Removed.
27881         * sysdeps/i386/memset.c: Likewise.
27882         * sysdeps/i386/i586/memcpy_chk.S: Likewise.
27883         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
27884         * sysdeps/i386/i586/memset_chk.S: Likewise.
27885         * sysdeps/i386/i686/memcpy_chk.S: Moved to ...
27886         * sysdeps/i386/memcpy_chk.S: Here.
27887         * sysdeps/i386/i686/memmove_chk.S: Moved to ...
27888         * sysdeps/i386/memmove_chk.S: Here.
27889         * sysdeps/i386/i686/mempcpy_chk.S: Moved to ...
27890         * sysdeps/i386/mempcpy_chk.S: Likewise.
27891         * sysdeps/i386/i686/memset_chk.S: Moved to ...
27892         * sysdeps/i386/memset_chk.S: Likewise.
27894 2015-08-27  Steve Ellcey  <sellcey@imgtec.com>
27896         * soft-fp/fmasf4.c: Add include of sys/cdefs.h.
27897         Move DIAG_PUSH_NEEDS_COMMENT, DIAG_IGNORE_NEEDS_COMMENT to front of
27898         file, move DIAG_POP_NEEDS_COMMENT to end of file.
27899         * soft-fp/fmadf4.c: Ditto.
27900         * soft-fp/fmatf4.c: Ditto.
27902 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27904         * sysdeps/i386/i586/Implies: Removed.
27905         * sysdeps/i386/i686/Implies: Likewise.
27907 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27909         * sysdeps/i386/i486/strlen.S: Moved to ...
27910         * sysdeps/i386/strlen.S: Here.
27912 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27914         * sysdeps/i386/i486/strcat.S: Moved to ...
27915         * sysdeps/i386/strcat.S: Here.
27917 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27919         * sysdeps/i386/i486/pthread_spin_trylock.S: Moved to ...
27920         * sysdeps/i386/pthread_spin_trylock.S: Here.
27921         * sysdeps/i386/i586/pthread_spin_trylock.S: Removed.
27922         * sysdeps/i386/i686/pthread_spin_trylock.S: Updated.
27924 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27926         * sysdeps/i386/i486/string-inlines.c: Moved to ...
27927         * sysdeps/i386/string-inlines.c: Here.
27929 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27931         * sysdeps/i386/i486/htonl.S: Moved ...
27932         * sysdeps/i386/htonl.S: here.
27934 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27936         * sysdeps/i386/i486/bits/atomic.h: Moved to ...
27937         * sysdeps/i386/bits/atomic.h: Here.
27939 2015-08-27  H.J. Lu  <hongjiu.lu@intel.com>
27941         * sysdeps/i386/i486/Versions: Removed.
27943 2015-08-27  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
27945         [BZ #2898]
27946         * misc/mktemp.c: Add mkdtemp to the link_warning message.
27947         Based on patch by Aurelien Jarno.
27949 2015-08-26  Stan Shebs  <stanshebs@google.com>
27951         * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <libc-internal.h>.
27952         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
27954 2015-08-26  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
27956         * sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_HTM_NOSC.
27957         * sysdeps/powerpc/dl-procinfo.c:
27958         (_dl_powerpc_cap_flags): Added descriptor for this hwcap
27959         feature so it shows when LD_SHOW_AUXV=1.
27961 2015-08-26  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
27963         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c
27964         (__arch_compare_and_exchange_val_32_acq): Remove and use common
27965         definition.  ISA 2.07B no longer requires full sync.
27967 2015-08-26  Mike Frysinger  <vapier@gentoo.org>
27969         [BZ #18863]
27970         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (siginfo_t): Add _sigsys.
27971         (si_call_addr): Define.
27972         (si_syscall): Define.
27973         (si_arch): Define.
27975 2015-08-26  H.J. Lu  <hongjiu.lu@intel.com>
27977         * sysdeps/i386/i586/bzero.S (USE_AS_BZERO): New.
27978         * sysdeps/i386/i686/bzero.S (USE_AS_BZERO): Likewise.
27979         * sysdeps/i386/i586/memset.S (BZERO_P): Removed.
27980         Check USE_AS_BZERO/SHARED instead of BZERO_P/PIC.
27981         (__memset_zero_constant_len_parameter): New.
27982         * sysdeps/i386/i686/memset.S (BZERO_P): Removed.
27983         Check USE_AS_BZERO/SHARED instead of BZERO_P/PIC.
27984         (__memset_zero_constant_len_parameter): Don't define if
27985         __memset_chk or USE_AS_BZERO are defined.
27987         * sysdeps/i386/i586/memcpy.S (MEMPCPY_P): Removed.
27988         Check USE_AS_MEMPCPY/SHARED instead of MEMPCPY_P/PIC.
27989         * sysdeps/i386/i586/mempcpy.S (USE_AS_MEMPCPY): New.
27991         * sysdeps/x86/Makefile [$(subdir) == elf] (CFLAGS-.os,
27992         tests-special, $(objpfx)tst-ld-sse-use.out): Moved to ...
27993         * sysdeps/i386/Makefile [$(subdir) == elf] (CFLAGS-.os,
27994         tests-special, $(objpfx)tst-ld-sse-use.out): Here.  Update
27995         comments.
27996         * sysdeps/x86_64/Makefile [$(subdir) == elf] (CFLAGS-.os): Add
27997         -mno-mmx for $(all-rtld-routines).
27998         * sysdeps/x86/tst-ld-sse-use.sh: Moved to ...
27999         * sysdeps/i386/tst-ld-sse-use.sh: Here.  Replace x86-64 with
28000         i386.
28002 2015-08-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
28004         * sysdeps/generic/unwind.h
28005         (_Unwind_Word): Use __mode__(__unwind_word__)
28006         instead of __mode__(__word__).
28007         (_Unwind_Sword): Likewise.
28009         * sysdeps/s390/s390-64/utf8-utf16-z9.c
28010         (MAX_NEEDED_INPUT): New define.
28011         (MAX_NEEDED_OUTPUT): New define.
28013         * NEWS: New item for IBM z13 string optimizations.
28015         * sysdeps/s390/multiarch/memrchr-c.c: New File.
28016         * sysdeps/s390/multiarch/memrchr-vx.S: Likewise.
28017         * sysdeps/s390/multiarch/memrchr.c: Likewise.
28018         * sysdeps/s390/multiarch/Makefile
28019         (sysdep_routines): Add memrchr functions.
28020         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
28021         (__libc_ifunc_impl_list_common): Add ifunc test for memrchr.
28023         * sysdeps/s390/multiarch/wmemcmp-c.c: New File.
28024         * sysdeps/s390/multiarch/wmemcmp-vx.S: Likewise.
28025         * sysdeps/s390/multiarch/wmemcmp.c: Likewise.
28026         * sysdeps/s390/multiarch/Makefile
28027         (sysdep_routines): Add wmemcmp functions.
28028         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
28029         (__libc_ifunc_impl_list_common): Add ifunc test for wmemcmp.
28030         * benchtests/bench-wmemcmp.c: New File.
28031         * benchtests/Makefile (wcsmbs-bench): Add wmemcmp.
28033         * sysdeps/s390/multiarch/wmemset-c.c: New File.
28034         * sysdeps/s390/multiarch/wmemset-vx.S: Likewise.
28035         * sysdeps/s390/multiarch/wmemset.c: Likewise.
28036         * sysdeps/s390/multiarch/Makefile
28037         (sysdep_routines): Add wmemset functions.
28038         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
28039         (__libc_ifunc_impl_list_common): Add ifunc test for wmemset.
28040         * wcsmbs/wmemset.c: Use WMEMSET if defined.
28041         * string/test-memset.c: Add wmemset support.
28042         * wcsmbs/test-wmemset.c: New File.
28043         * wcsmbs/Makefile (strop-tests): Add wmemset.
28044         * benchtests/bench-memset.c: Add wmemset support.
28045         * benchtests/bench-wmemset.c: New File.
28046         * benchtests/Makefile (wcsmbs-bench): Add wmemset.
28048         * sysdeps/s390/multiarch/memccpy-c.c: New File.
28049         * sysdeps/s390/multiarch/memccpy-vx.S: Likewise.
28050         * sysdeps/s390/multiarch/memccpy.c: Likewise.
28051         * sysdeps/s390/multiarch/Makefile
28052         (sysdep_routines): Add memccpy functions.
28053         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
28054         (__libc_ifunc_impl_list_common): Add ifunc test for memccpy.
28055         * string/memccpy.c: Use MEMCCPY if defined.
28057         * sysdeps/s390/multiarch/memchr-vx.S: New File.
28058         * sysdeps/s390/multiarch/memchr.c: Likewise.
28059         * sysdeps/s390/multiarch/rawmemchr-c.c: Likewise.
28060         * sysdeps/s390/multiarch/rawmemchr-vx.S: Likewise.
28061         * sysdeps/s390/multiarch/rawmemchr.c: Likewise.
28062         * sysdeps/s390/multiarch/wmemchr-c.c: Likewise.
28063         * sysdeps/s390/multiarch/wmemchr-vx.S: Likewise.
28064         * sysdeps/s390/multiarch/wmemchr.c: Likewise.
28065         * sysdeps/s390/s390-32/multiarch/memchr.c: Likewise.
28066         * sysdeps/s390/s390-64/multiarch/memchr.c: Likewise.
28067         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add memchr, wmemchr
28068         and rawmemchr functions.
28069         * sysdeps/s390/multiarch/ifunc-impl-list-common.c
28070         (__libc_ifunc_impl_list_common): Add ifunc test for memchr, rawmemchr
28071         and wmemchr.
28072         * wcsmbs/wmemchr.c: Use WMEMCHR if defined.
28073         * string/test-memchr.c: Add wmemchr support.
28074         * wcsmbs/test-wmemchr.c: New File.
28075         * wcsmbs/Makefile (strop-tests): Add wmemchr.
28076         * benchtests/bench-memchr.c: Add wmemchr support.
28077         * benchtests/bench-wmemchr.c: New File.
28078         * benchtests/Makefile (wcsmbs-bench): wmemchr.
28080         * sysdeps/s390/multiarch/strcspn-c.c: New File.
28081         * sysdeps/s390/multiarch/strcspn-vx.S: Likewise.
28082         * sysdeps/s390/multiarch/strcspn.c: Likewise.
28083         * sysdeps/s390/multiarch/wcscspn-c.c: Likewise.
28084         * sysdeps/s390/multiarch/wcscspn-vx.S: Likewise.
28085         * sysdeps/s390/multiarch/wcscspn.c: Likewise.
28086         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcspn and
28087         wcscspn functions.
28088         * sysdeps/s390/multiarch/ifunc-impl-list.c
28089         (__libc_ifunc_impl_list): Add ifunc test for strcspn, wcscspn.
28090         * wcsmbs/wcscspn.c: Use WCSCSPN if defined.
28091         * string/test-strcspn.c: Add wcscspn support.
28092         * wcsmbs/test-wcscspn.c: New File.
28093         * wcsmbs/Makefile (strop-tests): Add wcscspn.
28094         * benchtests/bench-strcspn.c: Add wcscspn support.
28095         * benchtests/bench-wcscspn.c: New File.
28096         * benchtests/Makefile (wcsmbs-bench): Add wcscspn.
28098         * sysdeps/s390/multiarch/strpbrk-c.c: New File.
28099         * sysdeps/s390/multiarch/strpbrk-vx.S: Likewise.
28100         * sysdeps/s390/multiarch/strpbrk.c: Likewise.
28101         * sysdeps/s390/multiarch/wcspbrk-c.c: Likewise.
28102         * sysdeps/s390/multiarch/wcspbrk-vx.S: Likewise.
28103         * sysdeps/s390/multiarch/wcspbrk.c: Likewise.
28104         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strpbrk and
28105         wcspbrk functions.
28106         * sysdeps/s390/multiarch/ifunc-impl-list.c
28107         (__libc_ifunc_impl_list): Add ifunc test for strpbrk, wcspbrk.
28108         * wcsmbs/wcspbrk.c: Use WCSPBRK if defined.
28109         * string/test-strpbrk.c: Add wcspbrk support.
28110         * wcsmbs/test-wcspbrk.c: New File.
28111         * wcsmbs/Makefile (strop-tests): Add wcspbrk.
28112         * benchtests/bench-strpbrk.c: Add wcspbrk support.
28113         * benchtests/bench-wcspbrk.c: New File.
28114         * benchtests/Makefile (wcsmbs-bench): Add wcspbrk.
28116         * sysdeps/s390/multiarch/strspn-c.c: New File.
28117         * sysdeps/s390/multiarch/strspn-vx.S: Likewise.
28118         * sysdeps/s390/multiarch/strspn.c: Likewise.
28119         * sysdeps/s390/multiarch/wcsspn-c.c: Likewise.
28120         * sysdeps/s390/multiarch/wcsspn-vx.S: Likewise.
28121         * sysdeps/s390/multiarch/wcsspn.c: Likewise.
28122         * wcsmbs/wcsspn.c: Use WCSSPN if defined.
28123         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strspn and
28124         wcsspn functions.
28125         * sysdeps/s390/multiarch/ifunc-impl-list.c
28126         (__libc_ifunc_impl_list): Add ifunc test for strspn, wcsspn.
28127         * string/test-strspn.c: Add wcsspn support.
28128         * wcsmbs/test-wcsspn.c: New File.
28129         * wcsmbs/Makefile (strop-tests): Add wcsspn.
28130         * benchtests/bench-strspn.c: Add wcsspn support.
28131         * benchtests/bench-wcsspn.c: New File.
28132         * benchtests/Makefile (wcsmbs-bench): Add wcsspn.
28134         * sysdeps/s390/multiarch/strrchr-c.c: New File.
28135         * sysdeps/s390/multiarch/strrchr-vx.S: Likewise.
28136         * sysdeps/s390/multiarch/strrchr.c: Likewise.
28137         * sysdeps/s390/multiarch/wcsrchr-c.c: Likewise.
28138         * sysdeps/s390/multiarch/wcsrchr-vx.S: Likewise.
28139         * sysdeps/s390/multiarch/wcsrchr.c: Likewise.
28140         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strrchr and
28141         wcsrchr functions.
28142         * sysdeps/s390/multiarch/ifunc-impl-list.c
28143         (__libc_ifunc_impl_list): Add ifunc test for strrchr, wcsrchr.
28144         * benchtests/bench-wcsrchr.c: New File.
28145         * benchtests/Makefile (wcsmbs-bench): Add wcsrchr.
28147         * sysdeps/s390/multiarch/strchrnul-c.c: New File.
28148         * sysdeps/s390/multiarch/strchrnul-vx.S: Likewise.
28149         * sysdeps/s390/multiarch/strchrnul.c: Likewise.
28150         * sysdeps/s390/multiarch/wcschrnul-c.c: Likewise.
28151         * sysdeps/s390/multiarch/wcschrnul-vx.S: Likewise.
28152         * sysdeps/s390/multiarch/wcschrnul.c: Likewise.
28153         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strchrnul and
28154         wcschrnul functions.
28155         * sysdeps/s390/multiarch/ifunc-impl-list.c
28156         (__libc_ifunc_impl_list): Add ifunc test for strchrnul, wcschrnul.
28157         * wcsmbs/wcschrnul.c: Use WCSCHRNUL if defined.
28158         * string/test-strchr.c: Add wcschrnul support.
28159         * wcsmbs/test-wcschrnul.c: New File.
28160         * wcsmbs/Makefile (strop-tests): Add wcschrnul.
28161         * benchtests/bench-strchr.c: Add wcschrnul support.
28162         * benchtests/bench-wcschrnul.c: New File.
28163         * benchtests/Makefile (wcsmbs-bench): Add wcschrnul.
28165         * sysdeps/s390/multiarch/strchr-c.c: New File.
28166         * sysdeps/s390/multiarch/strchr-vx.S: Likewise.
28167         * sysdeps/s390/multiarch/strchr.c: Likewise.
28168         * sysdeps/s390/multiarch/wcschr-c.c: Likewise.
28169         * sysdeps/s390/multiarch/wcschr-vx.S: Likewise.
28170         * sysdeps/s390/multiarch/wcschr.c: Likewise.
28171         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strchr and
28172         wcschr functions.
28173         * sysdeps/s390/multiarch/ifunc-impl-list.c
28174         (__libc_ifunc_impl_list): Add ifunc test for strchr, wcschr.
28175         * string/strchr.c (STRCHR): Define and use macro.
28176         * benchtests/bench-wcschr.c: New File.
28177         * benchtests/Makefile (wcsmbs-bench): Add wcschr.
28179         * sysdeps/s390/multiarch/strncmp-c.c: New File.
28180         * sysdeps/s390/multiarch/strncmp-vx.S: Likewise.
28181         * sysdeps/s390/multiarch/strncmp.c: Likewise.
28182         * sysdeps/s390/multiarch/wcsncmp-c.c: Likewise.
28183         * sysdeps/s390/multiarch/wcsncmp-vx.S: Likewise.
28184         * sysdeps/s390/multiarch/wcsncmp.c: Likewise.
28185         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncmp and
28186         wcsncmp functions.
28187         * sysdeps/s390/multiarch/ifunc-impl-list.c
28188         (__libc_ifunc_impl_list): Add ifunc test for strncmp, wcsncmp.
28189         * wcsmbs/wcsncmp.c (WCSNCMP): Define and use macro.
28190         * benchtests/bench-strncmp.c: Add wcsncmp support.
28191         * benchtests/bench-wcsncmp.c: New File.
28192         * benchtests/Makefile (wcsmbs-bench): Add wcsncmp.
28194         * sysdeps/s390/multiarch/strcmp-vx.S: New File.
28195         * sysdeps/s390/multiarch/strcmp.c: Likewise.
28196         * sysdeps/s390/multiarch/wcscmp-c.c: Likewise.
28197         * sysdeps/s390/multiarch/wcscmp-vx.S: Likewise.
28198         * sysdeps/s390/multiarch/wcscmp.c: Likewise.
28199         * sysdeps/s390/s390-32/multiarch/strcmp.c: Likewise.
28200         * sysdeps/s390/s390-64/multiarch/strcmp.c: Likewise.
28201         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcmp and
28202         wcscmp functions.
28203         * sysdeps/s390/multiarch/ifunc-impl-list.c
28204         (__libc_ifunc_impl_list): Add ifunc test for strcmp, wcscmp.
28205         * string/strcmp.c (STRCMP): Define and use macro.
28206         * benchtests/bench-wcscmp.c: New File.
28207         * benchtests/Makefile (wcsmbs-bench): Add wcscmp.
28208         * sysdeps/s390/bits/string.h: Fix typo: _HAVE_STRING_ARCH_strcmp
28209         instead of _HAVE_STRING_ARCH_memchr.
28211         * sysdeps/s390/multiarch/strncat-c.c: New File.
28212         * sysdeps/s390/multiarch/strncat-vx.S: Likewise.
28213         * sysdeps/s390/multiarch/strncat.c: Likewise.
28214         * sysdeps/s390/multiarch/wcsncat-c.c: Likewise.
28215         * sysdeps/s390/multiarch/wcsncat-vx.S: Likewise.
28216         * sysdeps/s390/multiarch/wcsncat.c: Likewise.
28217         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncat and
28218         wcsncat functions.
28219         * sysdeps/s390/multiarch/ifunc-impl-list.c
28220         (__libc_ifunc_impl_list): Add ifunc test for strncat, wcsncat.
28221         * wcsmbs/wcsncat.c (WCSNCAT): Define and use macro.
28222         * string/test-strncat.c: Add wcsncat support.
28223         * wcsmbs/test-wcsncat.c: New File.
28224         * wcsmbs/Makefile (strop-tests): Add wcsncat.
28225         * benchtests/bench-strncat.c: Add wcsncat support.
28226         * benchtests/bench-wcsncat.c: New File.
28227         * benchtests/Makefile (wcsmbs-bench): Add wcsncat.
28229         * sysdeps/s390/multiarch/strcat-c.c: New File.
28230         * sysdeps/s390/multiarch/strcat-vx.S: Likewise.
28231         * sysdeps/s390/multiarch/strcat.c: Likewise.
28232         * sysdeps/s390/multiarch/wcscat-c.c: Likewise.
28233         * sysdeps/s390/multiarch/wcscat-vx.S: Likewise.
28234         * sysdeps/s390/multiarch/wcscat.c: Likewise.
28235         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcat and
28236         wcscat functions.
28237         * sysdeps/s390/multiarch/ifunc-impl-list.c
28238         (__libc_ifunc_impl_list): Add ifunc test for strcat, wcscat.
28239         * string/strcat.c (STRCAT): Define and use macro.
28240         * wcsmbs/wcscat.c: Use WCSCAT if defined.
28241         * string/test-strcat.c: Add wcscat support.
28242         * wcsmbs/test-wcscat.c: New File.
28243         * wcsmbs/Makefile (strop-tests): Add wcscat.
28244         * benchtests/bench-strcat.c: Add wcscat support.
28245         * benchtests/bench-wcscat.c: New File.
28246         * benchtests/Makefile (wcsmbs-bench): Add wcscat.
28248         * sysdeps/s390/multiarch/stpncpy-c.c: New File.
28249         * sysdeps/s390/multiarch/stpncpy-vx.S: Likewise.
28250         * sysdeps/s390/multiarch/stpncpy.c: Likewise.
28251         * sysdeps/s390/multiarch/wcpncpy-c.c: Likewise.
28252         * sysdeps/s390/multiarch/wcpncpy-vx.S: Likewise.
28253         * sysdeps/s390/multiarch/wcpncpy.c: Likewise.
28254         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add stpncpy and
28255         wcpncpy functions.
28256         * sysdeps/s390/multiarch/ifunc-impl-list.c
28257         (__libc_ifunc_impl_list): Add ifunc test for stpncpy, wcpncpy.
28258         * wcsmbs/wcpncpy.c: Use WCPNCPY if defined.
28259         * string/test-stpncpy.c: Add wcpncpy support.
28260         * wcsmbs/test-wcpncpy.c: New File.
28261         * wcsmbs/Makefile (strop-tests): Add wcpncpy.
28262         * benchtests/bench-stpncpy.c: Add wcpncpy support.
28263         * benchtests/bench-wcpncpy.c: New File.
28264         * benchtests/Makefile (wcsmbs-bench): Add wcpncpy.
28266         * sysdeps/s390/multiarch/strncpy-vx.S: New File.
28267         * sysdeps/s390/multiarch/strncpy.c: Likewise.
28268         * sysdeps/s390/multiarch/wcsncpy-c.c: Likewise.
28269         * sysdeps/s390/multiarch/wcsncpy-vx.S: Likewise.
28270         * sysdeps/s390/multiarch/wcsncpy.c: Likewise.
28271         * sysdeps/s390/s390-32/multiarch/strncpy.c: Likewise.
28272         * sysdeps/s390/s390-64/multiarch/strncpy.c: Likewise.
28273         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strncpy and
28274         wcsncpy functions.
28275         * wcsmbs/wcsncpy.c: Use WCSNCPY if defined.
28276         * sysdeps/s390/multiarch/ifunc-impl-list.c
28277         (__libc_ifunc_impl_list): Add ifunc test for strncpy, wcsncpy.
28278         * string/test-strncpy.c: Add wcsncpy support.
28279         * wcsmbs/test-wcsncpy.c: New File.
28280         * wcsmbs/Makefile (strop-tests): Add wcsncpy.
28281         * benchtests/bench-strncpy.c: Add wcsncpy support.
28282         * benchtests/bench-wcsncpy.c: New File.
28283         * benchtests/Makefile (wcsmbs-bench): Add wcsncpy
28285         * sysdeps/s390/multiarch/stpcpy-c.c: New File.
28286         * sysdeps/s390/multiarch/stpcpy-vx.S: Likewise.
28287         * sysdeps/s390/multiarch/stpcpy.c: Likewise.
28288         * sysdeps/s390/multiarch/wcpcpy-c.c: Likewise.
28289         * sysdeps/s390/multiarch/wcpcpy-vx.S: Likewise.
28290         * sysdeps/s390/multiarch/wcpcpy.c: Likewise.
28291         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add stpcpy and
28292         wcpcpy functions.
28293         * string/stpcpy.c: Use STPCPY if defined.
28294         * wcsmbs/wcpcpy.c: Use WCPCPY if defined.
28295         * sysdeps/s390/multiarch/ifunc-impl-list.c
28296         (__libc_ifunc_impl_list): Add ifunc test for stpcpy, wcpcpy.
28297         * string/test-stpcpy.c: Add wcpcpy support.
28298         * wcsmbs/test-wcpcpy.c: New File.
28299         * wcsmbs/Makefile (strop-tests): Add wcpcpy.
28300         * benchtests/bench-stpcpy.c: Add wcpcpy support.
28301         * benchtests/bench-wcpcpy.c: New File.
28302         * benchtests/Makefile (wcsmbs-bench): Add wcpcpy.
28304         * sysdeps/s390/multiarch/strcpy-vx.S: New File.
28305         * sysdeps/s390/multiarch/strcpy.c: Likewise.
28306         * sysdeps/s390/multiarch/wcscpy-c.c: Likewise.
28307         * sysdeps/s390/multiarch/wcscpy-vx.S: Likewise.
28308         * sysdeps/s390/multiarch/wcscpy.c: Likewise.
28309         * sysdeps/s390/s390-32/multiarch/strcpy.c: Likewise.
28310         * sysdeps/s390/s390-64/multiarch/strcpy.c: Likewise.
28311         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strcpy and
28312         wcscpy functions.
28313         * sysdeps/s390/multiarch/ifunc-impl-list.c
28314         (__libc_ifunc_impl_list): Add ifunc test for strcpy, wcscpy.
28315         * benchtests/bench-wcscpy.c: New File.
28316         * benchtests/Makefile (wcsmbs-bench): Add wcscpy.
28318         * sysdeps/s390/multiarch/strnlen-c.c: New File.
28319         * sysdeps/s390/multiarch/strnlen-vx.S: Likewise.
28320         * sysdeps/s390/multiarch/strnlen.c: Likewise.
28321         * sysdeps/s390/multiarch/wcsnlen-c.c: Likewise.
28322         * sysdeps/s390/multiarch/wcsnlen-vx.S: Likewise.
28323         * sysdeps/s390/multiarch/wcsnlen.c: Likewise.
28324         * sysdeps/s390/multiarch/Makefile (sysdep_routines): Add strnlen and
28325         wcsnlen functions.
28326         * sysdeps/s390/multiarch/ifunc-impl-list.c
28327         (__libc_ifunc_impl_list): Add ifunc test for strnlen, wcsnlen.
28328         * wcsmbs/wcsnlen.c: Use WCSNLEN if defined.
28329         * string/test-strnlen.c: Add wcsnlen support.
28330         * wcsmbs/test-wcsnlen.c: New File.
28331         * wcsmbs/Makefile (strop-tests): Add wcsnlen.
28332         * benchtests/bench-strnlen.c: Add wcsnlen support.
28333         * benchtests/bench-wcsnlen.c: New File.
28334         * benchtests/Makefile (wcsmbs-bench): Add wcsnlen.
28336         * sysdeps/s390/multiarch/Makefile: New File.
28337         * sysdeps/s390/multiarch/strlen-c.c: Likewise.
28338         * sysdeps/s390/multiarch/strlen-vx.S: Likewise.
28339         * sysdeps/s390/multiarch/strlen.c: Likewise.
28340         * sysdeps/s390/multiarch/wcslen-c.c: Likewise.
28341         * sysdeps/s390/multiarch/wcslen-vx.S: Likewise.
28342         * sysdeps/s390/multiarch/wcslen.c: Likewise.
28343         * string/strlen.c (STRLEN): Define and use macro.
28344         * sysdeps/s390/multiarch/ifunc-impl-list.c
28345         (IFUNC_VX_IMPL): New macro function.
28346         (__libc_ifunc_impl_list): Add ifunc test for strlen, wcslen.
28347         * benchtests/Makefile (wcsmbs-bench): New variable.
28348         (string-bench-all): Added wcsmbs-bench.
28349         * benchtests/bench-wcslen.c: New File.
28351         * sysdeps/s390/multiarch/ifunc-resolve.h (s390_vx_libc_ifunc,
28352         s390_vx_libc_ifunc2): New macro function.
28354         * config.h.in (HAVE_S390_VX_ASM_SUPPORT): New macro undefine.
28355         * sysdeps/s390/configure.ac: Add test for S390 vector instruction
28356         assembler support.
28357         * sysdeps/s390/configure: Regenerated.
28359         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add z13.
28360         * sysdeps/s390/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increased.
28362         * sysdeps/s390/dl-procinfo.c (_dl_s390_platforms): Add vector flag.
28363         * sysdeps/s390/dl-procinfo.h: Add vector capability.
28364         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h (HWCAP_S390_VX): Define.
28366         * sysdeps/s390/s390-32/multiarch/Makefile (sysdep_routines):
28367         Remove ifunc-resolve, add memset-s390, memcpy-s390, memcmp-s390.
28368         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Delete File.
28369         * sysdeps/s390/s390-32/multiarch/memcmp.S: Move to ...
28370         * sysdeps/s390/s390-32/multiarch/memcmp-s390.S: ... here.
28371         (memcmp, bcmp): Use __memcmp_default as alias source.
28372         * sysdeps/s390/s390-32/multiarch/memcmp.c: New File.
28373         * sysdeps/s390/s390-32/memcmp.S (__memcmp_g5):
28374         Rename to __memcmp_default.
28375         * sysdeps/s390/s390-32/multiarch/memcpy.S: Move to ...
28376         * sysdeps/s390/s390-32/multiarch/memcpy-s390.S: ... here.
28377         (memcpy): Use __memcpy_default as alias source.
28378         * sysdeps/s390/s390-32/multiarch/memcpy.c: New File.
28379         * sysdeps/s390/s390-32/memcpy.S (__memcpy_g5):
28380         Rename to __memcpy_default.
28381         * sysdeps/s390/s390-32/multiarch/memset.S: Move to ...
28382         * sysdeps/s390/s390-32/multiarch/memset-s390.S: ... here.
28383         (memset): Use __memset_default as alias source.
28384         * sysdeps/s390/s390-32/multiarch/memset.c: New File.
28385         * sysdeps/s390/s390-32/memset.S (__memset_g5):
28386         Rename to __memset_default.
28387         * sysdeps/s390/s390-64/multiarch/Makefile (sysdep_routines):
28388         Remove ifunc-resolve, add memset-s390x, memcpy-s390x, memcmp-s390x.
28389         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Delete File.
28390         * sysdeps/s390/s390-64/multiarch/memcmp.S: Move to ...
28391         * sysdeps/s390/s390-64/multiarch/memcmp-s390x.S: ... here.
28392         (memcmp, bcmp): Use __memcmp_default as alias source.
28393         * sysdeps/s390/s390-64/multiarch/memcmp.c: New File.
28394         * sysdeps/s390/s390-64/memcmp.S (__memcmp_z900):
28395         Rename to __memcmp_default.
28396         * sysdeps/s390/s390-64/multiarch/memcpy.S: Move to ...
28397         * sysdeps/s390/s390-64/multiarch/memcpy-s390x.S: ... here.
28398         (memcpy): Use __memcpy_default as alias source.
28399         * sysdeps/s390/s390-64/multiarch/memcpy.c: New File.
28400         * sysdeps/s390/s390-64/memcpy.S (__memcpy_z900):
28401         Rename to __memcpy_default.
28402         * sysdeps/s390/s390-64/multiarch/memset.S: Move to ...
28403         * sysdeps/s390/s390-64/multiarch/memset-s390x.S: ... here.
28404         (memset): Use __memset_default as alias source.
28405         * sysdeps/s390/s390-64/multiarch/memset.c: New File.
28406         * sysdeps/s390/s390-64/memset.S (__memset_z900):
28407         Rename to __memset_default.
28408         * sysdeps/s390/multiarch/ifunc-resolve.h: New File.
28409         * sysdeps/s390/multiarch/ifunc-impl-list.c: New File.
28411         [BZ #18610]
28412         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Rename
28413         __ieee_instruction_pointer to __unused.
28414         * sysdeps/s390/fpu/fesetenv.c (__fesetenv): Remove usage of
28415         __ieee_instruction_pointer.
28416         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Fix dxc-field handling.
28417         * sysdeps/s390/fpu/fgetexcptflg.c (fegetexceptflag): Likewise.
28418         * sysdeps/s390/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
28419         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
28420         * sysdeps/s390/fpu/fpu_control.h (_FPU_RESERVED):
28421         Mark dxc-field as reserved.
28423 2015-08-25  Roland McGrath  <roland@hack.frob.com>
28425         * sysdeps/nacl/start.c (_start): Call __nacl_main instead of main
28426         if the weak reference is not null.
28428 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
28430         * sysdeps/x86_64/strcmp.S: Remove "#if !IS_IN (libc)".
28432         [BZ #11214]
28433         * sysdeps/unix/sysv/linux/Makefile (tst-getpid2-ENV): Removed.
28435 2015-08-25  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
28437         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: Define new macros.
28438         * sysdeps/unix/sysv/linux/accept.c: Call direct system call.
28439         * sysdeps/unix/sysv/linux/bind.c: Call direct system call.
28440         * sysdeps/unix/sysv/linux/connect.c: Call direct system call.
28441         * sysdeps/unix/sysv/linux/getpeername.c: Call direct system call.
28442         * sysdeps/unix/sysv/linux/getsockname.c: Call direct system call.
28443         * sysdeps/unix/sysv/linux/getsockopt.c: Call direct system call.
28444         * sysdeps/unix/sysv/linux/listen.c: Call direct system call.
28445         * sysdeps/unix/sysv/linux/recv.c: Call direct system call.
28446         * sysdeps/unix/sysv/linux/recvfrom.c: Call direct system call.
28447         * sysdeps/unix/sysv/linux/recvmsg.c: Call direct system call.
28448         * sysdeps/unix/sysv/linux/send.c: Call direct system call.
28449         * sysdeps/unix/sysv/linux/sendmsg.c: Call direct system call.
28450         * sysdeps/unix/sysv/linux/sendto.c: Call direct system call.
28451         * sysdeps/unix/sysv/linux/setsockopt.c: Call direct system call.
28452         * sysdeps/unix/sysv/linux/shutdown.c: Call direct system call.
28453         * sysdeps/unix/sysv/linux/socket.c: Call direct system call.
28454         * sysdeps/unix/sysv/linux/socketpair.c: Call direct system call.
28456 2015-08-25  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
28458         * sysdeps/powerpc/powerpc32/sysdep.h (ABORT_TRANSACTION): Use
28459         register other than r0 for tabort, it has special meaning.
28460         * sysdeps/powerpc/powerpc64/sysdep.h (ABORT_TRANSACTION): Likewise.
28461         * sysdeps/unix.sysv/linux/powerpc/syscall.S (syscall): Abort
28462         transaction before starting syscall.
28464 2015-08-25  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
28466         * sysdeps/powerpc/powerpc64/power7/strstr.S: Handle worst case.
28468 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
28470         * sysdeps/x86_64/strlen.S: Replace %xmm[8-12] with %xmm[0-4].
28472         * sysdeps/x86_64/rtld-memcmp.c: Removed.
28473         * sysdeps/x86_64/rtld-memset.S: Likewise.
28474         * sysdeps/x86_64/rtld-strchr.S: Likewise.
28475         * sysdeps/x86_64/rtld-strlen.S: Likewise.
28476         * sysdeps/x86_64/multiarch/rtld-memcmp.c: Likewise.
28477         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
28479         * sysdeps/x86_64/memset.S: Replace %xmm8 with %xmm0.
28481 2015-08-25  Ondřej Bílka  <neleai@seznam.cz>
28483         * debug/strcpy_chk.c: Improve performance.
28484         * debug/stpcpy_chk.c: Likewise.
28485         * sysdeps/x86_64/strcpy_chk.S: Remove.
28486         * sysdeps/x86_64/stpcpy_chk.S: Remove.
28488         [BZ #18240]
28489         * misc/hsearch_r.c (__hcreate_r): Handle overflow.
28491 2015-08-25  H.J. Lu  <hongjiu.lu@intel.com>
28493         [BZ #15128]
28494         * sysdeps/x86_64/Makefile [$(subdir) == elf] (tests): Add
28495         ifuncmain8.
28496         (modules-names): Add ifuncmod8.
28497         ($(objpfx)ifuncmain8): New rule.
28498         * sysdeps/x86_64/dl-machine.h: Include <dl-procinfo.h> and
28499         <cpuid.h>.
28500         (elf_machine_runtime_setup): Use _dl_runtime_resolve_sse,
28501         _dl_runtime_resolve_avx, or _dl_runtime_resolve_avx512,
28502         _dl_runtime_profile_sse, _dl_runtime_profile_avx, or
28503         _dl_runtime_profile_avx512, based on HAS_ARCH_FEATURE.
28504         * sysdeps/x86_64/dl-trampoline.S: Rewrite.
28505         * sysdeps/x86_64/dl-trampoline.h: Likewise.
28506         * sysdeps/x86_64/ifuncmain8.c: New file.
28507         * sysdeps/x86_64/ifuncmod8.c: Likewise.
28508         * sysdeps/x86_64/nptl/tcb-offsets.sym (RTLD_SAVESPACE_SSE):
28509         Removed.
28510         * sysdeps/x86_64/nptl/tls.h (__128bits): Removed.
28511         (tcbhead_t): Change rtld_must_xmm_save to __glibc_unused1.
28512         Change rtld_savespace_sse to __glibc_unused2.
28513         (RTLD_CHECK_FOREIGN_CALL): Removed.
28514         (RTLD_ENABLE_FOREIGN_CALL): Likewise.
28515         (RTLD_PREPARE_FOREIGN_CALL): Likewise.
28516         (RTLD_FINALIZE_FOREIGN_CALL): Likewise.
28518 2015-08-24  Wilco Dijkstra  <wdijkstr@arm.com>
28520         * sysdeps/aarch64/bzero.S (__bzero): Remove.
28522 2015-08-24  Wilco Dijkstra  <wdijkstr@arm.com>
28524         * sysdeps/aarch64/fpu/math_private.h (libc_feholdsetround_aarch64_ctx):
28525         Unconditionally set __fpcr to avoid uninialized warning.
28526         (libc_feholdsetround_noex_aarch64_ctx): Likewise.
28528 2015-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
28530         * malloc/arena.c (arena_get_retry): Don't use main_arena if it
28531         is corrupt.
28533         * malloc/arena.c (arena_get2): Drop unused argument.
28534         (arena_lock): Adjust.
28535         (arena_get_retry): Likewise.
28537 2015-08-24  Andreas Schwab  <schwab@suse.de>
28539         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_IPC64):
28540         Don't define.
28541         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h
28542         (__ASSUME_IPC64): Don't undef.
28543         * sysdeps/unix/sysv/linux/msgctl.c: Don't check for __ASSUME_IPC64.
28544         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
28545         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
28546         * sysdeps/unix/sysv/linux/i386/msgctl.c: Remove.
28547         * sysdeps/unix/sysv/linux/i386/semctl.c: Remove.
28548         * sysdeps/unix/sysv/linux/i386/shmctl.c: Remove.
28549         * sysdeps/unix/sysv/linux/m68k/msgctl.c: Remove.
28550         * sysdeps/unix/sysv/linux/m68k/semctl.c: Remove.
28551         * sysdeps/unix/sysv/linux/m68k/shmctl.c: Remove.
28552         * sysdeps/unix/sysv/linux/s390/s390-32/msgctl.c: Remove.
28553         * sysdeps/unix/sysv/linux/s390/s390-32/semctl.c: Remove.
28554         * sysdeps/unix/sysv/linux/s390/s390-32/shmctl.c: Remove.
28555         * sysdeps/unix/sysv/linux/sh/msgctl.c: Remove.
28556         * sysdeps/unix/sysv/linux/sh/semctl.c: Remove.
28557         * sysdeps/unix/sysv/linux/sh/shmctl.c: Remove.
28558         * sysdeps/unix/sysv/linux/sparc/sparc32/msgctl.c: Remove.
28559         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Remove.
28560         * sysdeps/unix/sysv/linux/sparc/sparc32/shmctl.c: Remove.
28561         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Remove.
28562         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Remove.
28563         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Remove.
28565 2015-08-21  Mike Frysinger  <vapier@gentoo.org>
28567         * manual/Makefile (install): Only build manual when perl is available.
28569 2015-08-21  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
28571         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Replace
28572         '#undef memcpy' by '#undef memchr'.
28574 2015-08-21  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
28576         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: Make
28577         memchr not point to the internal __GI_memchr implementation.
28579 2015-08-20  Joseph Myers  <joseph@codesourcery.com>
28581         * timezone/Makefile (CFLAGS-zdump.c): Remove
28582         -Wno-strict-prototypes.
28583         (CFLAGS-zic.c): Likewise.
28584         (CFLAGS-ialloc.c): Likewise.
28585         (CFLAGS-scheck.c): Likewise.
28587         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Do not add
28588         -Wno-error=undef.
28590 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
28592         * i386/i686/multiarch/strcasestr-c.c: Removed.
28593         * x86_64/multiarch/strcasestr.c: Likewise.
28594         * x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28595         Remove strcasestr.
28597 2015-08-20  Joseph Myers  <joseph@codesourcery.com>
28599         * math/Makefile (CFLAGS): Don't add -Wno-uninitialized.
28601         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Always initialize
28602         variables for high and low parts before possibly modifying them.
28604 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
28606         * sysdeps/i386/i686/multiarch/init-arch.h: Removed.
28607         * sysdeps/unix/sysv/linux/x86/init-arch.h: Likewise.
28608         * sysdeps/x86_64/cacheinfo.c: Include <init-arch.h> instead
28609         of "multiarch/init-arch.h".
28610         * sysdeps/x86_64/multiarch/init-arch.h: Renamed to ...
28611         * sysdeps/x86/init-arch.h: This.
28613 2015-08-20  H.J. Lu  <hongjiu.lu@intel.com>
28615         * sysdeps/i386/i686/multiarch/init-arch.c: Removed.
28616         * sysdeps/unix/sysv/linux/x86/init-arch.c: Likewise.
28618 2015-08-20  Ondřej Bílka  <neleai@seznam.cz>
28620         [BZ #17787]
28621         * manual/macros.texi: Add twoexp macro.
28622         * manual/filesys.texi: Fix exponents.
28623         * manual/llio.texi: Likewise.
28624         * manual/stdio.texi: Likewise.
28626 2015-08-20  Florian Weimer  <fweimer@redhat.com>
28628         * sysdeps/x86/elide.h (ELIDE_UNLOCK): Document crash due to
28629         incorrect use.
28631 2015-08-19  Joseph Myers  <joseph@codesourcery.com>
28633         [BZ #18370]
28634         * math/s_csqrt.c (__csqrt): Force underflow exception for results
28635         whose real or imaginary part has small absolute value.
28636         * math/s_csqrtf.c (__csqrtf): Likewise.
28637         * math/s_csqrtl.c (__csqrtl): Likewise.
28638         * math/auto-libm-test-in: Add more tests of csqrt.
28639         * math/auto-libm-test-out: Regenerated.
28640         * sysdeps/i386/fpu/libm-test-ulps: Update.
28642 2015-08-19  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
28644         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_set_ppr_med_high,
28645         __ppc_set_ppr_very_low): New functions.
28646         * manual/platform.texi: Add documentation about
28647         __ppc_set_ppr_med_high and __ppc_set_ppr_very_low.
28649 2015-08-19  Wilco Dijkstra  <wdijkstr@arm.com>
28651         * string/stpncpy.c (stpncpy): Improve performance using
28652         __strnlen/memcpy/memset.
28654 2015-08-19  Andrew Senkevich  <andrew.senkevich@intel.com>
28656         [BZ #18796]
28657         * scripts/test-installation.pl: Don't add -lmvec to build options if
28658         libmvec wasn't built.
28660 2015-08-19   Petar Jovanovic  <petar.jovanovic@rt-rk.com>
28662         [BZ #14341]
28663         * elf/dynamic-link.h (elf_machine_lazy_rel): Properly handle the
28664         case when there is a gap between DT_REL and DT_JMPREL sections.
28665         * sysdeps/x86_64/Makefile (tests): Add tst-split-dynreloc.
28666         (LDFLAGS-tst-split-dynreloc): New.
28667         (tst-split-dynreloc-ENV): Likewise.
28668         * sysdeps/x86_64/tst-split-dynreloc.c: New file.
28669         * sysdeps/x86_64/tst-split-dynreloc.lds: Likewise.
28671 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
28673         [BZ #18822]
28674         * sysdeps/unix/sysv/linux/xstatconv.h (__xstat_conv): Add
28675         attribute_hidden.
28676         (__xstat64_conv): Likewise.
28677         (__xstat32_conv): Likewise.
28679 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
28681         [BZ #18822]
28682         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext):
28683         Don't load %ebx when calling __setcontext.  Call __setcontext
28684         with HIDDEN_JUMPTARGET.
28685         * sysdeps/unix/sysv/linux/i386/setcontext.S (__setcontext): Add
28686         libc_hidden_def.
28688 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
28690         * sysdeps/i386/i686/Makefile
28691         [$(subdir) == string] (sysdep_routines): Moved to ...
28692         * sysdeps/i386/Makefile: Here.
28693         * sysdeps/i386/i686/cacheinfo.c: Moved to ...
28694         * sysdeps/i386/cacheinfo.c: Here.
28695         * sysdeps/unix/sysv/linux/i386/sysconf.c: Removed.
28696         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: Likewise.
28697         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Moved to ...
28698         * sysdeps/unix/sysv/linux/x86/sysconf.c: Here.
28700 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
28702         * sysdeps/x86/cpu-features.h (HAS_I586): Defined to 1 if
28703         __i586__ is defined.
28704         (HAS_I686): Defined to 1 if __i686__ is defined.
28706 2015-08-19  Joseph Myers  <joseph@codesourcery.com>
28708         * elf/Makefile [$(have-z-execstack) = yes]
28709         (CPPFLAGS-tst-execstack.c): New variable.
28711         * login/tst-utmp.c [_HAVE_UT_TYPE || defined UTMPX]: Change
28712         conditional to [defined UTMPX || _HAVE_UT_TYPE].
28713         [_HAVE_UT_TV || defined UTMPX]: Change conditional to [defined
28714         UTMPX || _HAVE_UT_TV].
28715         [_HAVE_UT_TV - 0 || defined UTMPX]: Change conditional to [defined
28716         UTMPX || _HAVE_UT_TV - 0].
28718 2015-08-18  Joseph Myers  <joseph@codesourcery.com>
28720         * sysdeps/mips/dl-machine.h [__mips_isa_rev < 6]: Change
28721         conditionals to [!defined __mips_isa_rev || __mips_isa_rev < 6].
28722         * sysdeps/mips/machine-gmon.h [__mips_isa_rev < 6]: Likewise.
28724 2015-08-18  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
28726         * sysdeps/powerpc/dl-procinfo.c:
28727         (_dl_powerpc_cap_flags): Added missing strings for some
28728         hwcap features.
28729         * sysdeps/powerpc/dl-procinfo.h: Updated hwcap bit count.
28731 2015-08-18  Paul Eggert  <eggert@cs.ucla.edu>
28733         Port the 0x7efe...feff pattern to GCC 6.
28734         See Steve Ellcey's bug report in:
28735         https://sourceware.org/ml/libc-alpha/2015-07/msg00673.html
28736         * string/memrchr.c (MEMRCHR):
28737         * string/rawmemchr.c (RAWMEMCHR):
28738         * string/strchr.c (strchr):
28739         * string/strchrnul.c (STRCHRNUL):
28740         Rewrite code to avoid issues with signed shift overflow.
28742 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
28744         * sysdeps/x86/cpu-features.c (init_cpu_features): Check
28745         whether cpuid is available only if HAS_CPUID is 0.
28746         * sysdeps/x86/cpu-features.h (HAS_CPUID): New.
28747         (HAS_I586): Likewise.
28748         (HAS_I686): Likewise.
28750 2015-08-18  Zack Weinberg  <zackw@panix.com>
28752         * misc/Versions (libc): Add GLIBC_2.23.
28754 2015-08-18  Alan Modra  <amodra@gmail.com>
28756         [BZ #18421]
28757         * sysdeps/hppa/start.S [SHARED]: Use .section .data.rel.ro and define
28758         .Lp__global.
28759         (_start): Load %dp via .Lp__global.
28760         [!SHARED]: Use .section .rodata.
28762 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28764         * sysdeps/unix/sysv/linux/hppa/bits/timerfd.h: New file.
28765         * sysdeps/unix/sysv/linux/hppa/sys/timerfd.h: Delete.
28767 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28769         * sysdeps/unix/sysv/linux/hppa/bits/signalfd.h: New file.
28770         * sysdeps/unix/sysv/linux/hppa/sys/signalfd.h: Delete.
28772 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28774         * sysdeps/unix/sysv/linux/hppa/bits/inotify.h: New file.
28775         * sysdeps/unix/sysv/linux/hppa/sys/inotify.h: Delete.
28777 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28779         * sysdeps/unix/sysv/linux/hppa/bits/eventfd.h: New file.
28780         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Delete.
28782 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28784         * sysdeps/unix/sysv/linux/hppa/bits/epoll.h: New file.
28785         * sysdeps/unix/sysv/linux/hppa/sys/epoll.h: Delete.
28787 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28789         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h (SA_RESETHAND,
28790         SA_NODEFER, SA_RESTART): Define when __USE_XOPEN2K8 is defined.
28792 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28794         * sysdeps/unix/sysv/linux/hppa/bits/shm.h (SHM_EXEC): Define.
28796 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28798         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Delete
28799         kernel-features.h include.  Delete __ASSUME_LWS_CAS checks.
28800         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
28801         (__ASSUME_LWS_CAS): Delete.
28803 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
28805         * sysdeps/hppa/configure.ac: Delete binutils tls checks.
28806         * sysdeps/hppa/configure: Regenerated.
28807         * sysdeps/hppa/dl-machine.h: Delete USE_TLS and USE___THREAD checks.
28808         * sysdeps/hppa/libc-tls.c: Delete USE_TLS checks.
28809         * sysdeps/hppa/nptl/tls.h: Likewise.
28811 2015-08-17  Joseph Myers  <joseph@codesourcery.com>
28813         [BZ #18823]
28814         * math/s_csqrt.c (__csqrt): Increase threshold and scale factor
28815         for scaling up small arguments.
28816         * math/s_csqrtf.c (__csqrtf): Likewise.
28817         * math/s_csqrtl.c (__csqrtl): Likewise.
28818         * math/auto-libm-test-in: Add more tests of csqrt.
28819         * math/auto-libm-test-out: Regenerated.
28821 2015-08-17  Andreas Schwab  <schwab@suse.de>
28823         * sysdeps/unix/sysv/linux/powerpc/Versions (libm): Add empty
28824         version set GLIBC_2.19.
28826 2015-08-16  Zack Weinberg  <zackw@panix.com>
28828         [BZ #18681]
28829         * misc/regexp.h: This interface is no longer supported.
28830         Remove all contents, leaving only an #error directive.
28831         * misc/regexp.c (loc1, loc2, locs, step, advance):
28832         Demote to compatibility symbols.
28834 2015-08-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
28836         [BZ #18084]
28837         * debug/tst-backtrace2.c (do_test): Add test for BZ #18084.
28838         * sysdeps/arm/backtrace.c (__backtrace): Handle size <= 0.
28839         * sysdeps/i386/backtrace.c (__backtrace): Likewise.
28840         * sysdeps/m68k/backtrace.c (__backtrace): Likewise.
28841         * sysdeps/microblaze/backtrace.c (__backtrace): Likewise.
28842         * sysdeps/s390/s390-32/backtrace.c (__backtrace): Likewise.
28843         * sysdeps/s390/s390-64/backtrace.c (__backtrace): Likewise.
28844         * sysdeps/sparc/backtrace.c (__backtrace): Likewise.
28845         * sysdeps/x86_64/backtrace.c (__backtrace): Likewise.
28847 2015-08-15  Zack Weinberg  <zackw@panix.com>
28849         [BZ #18795]
28850         * string/bits/string3.h (stpncpy): Call __stpncpy_chk if the
28851         buffer length is known to be too large, not if it's known to be
28852         small enough.
28853         * debug/tst-chk1.c (do_test): Do all tests for catching a buffer
28854         overflow at runtime, involving a length parameter, twice: once
28855         with a compile-time constant length parameter, once without.
28857 2015-08-14  Joseph Myers  <joseph@codesourcery.com>
28859         [BZ #18824]
28860         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Increase threshold for
28861         scaling x * y up instead of down.
28862         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28863         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28864         * math/auto-libm-test-in: Add more tests of fma.
28865         * math/auto-libm-test-out: Regenerated.
28867 2015-08-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
28869         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
28871 2015-08-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28873         * sysdeps/x86_64/fpu/multiarch/s_floorf.S (__floorf): Remove
28874         unnecessary movq.
28875         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S (__nearbyint):
28876         Likewise.
28878 2015-08-13  Joseph Myers  <joseph@codesourcery.com>
28880         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
28881         asinh, atan, atan2, atanh, cabs, cbrt, cosh, csqrt, erf, erfc,
28882         exp, exp2, lgamma, log, log1p, log2, pow, sin, sincos, tan, tanh
28883         and tgamma.
28884         * math/auto-libm-test-out: Regenerated.
28885         * sysdeps/i386/fpu/libm-test-ulps: Update.
28886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28888         [BZ #16520]
28889         * sysdeps/ieee754/dbl-64/s_tanh.c: Include <float.h>.
28890         (__tanh): Force underflow exception for arguments with small
28891         absolute value.
28892         * sysdeps/ieee754/flt-32/s_tanhf.c: Include <float.h>.
28893         (__tanhf): Force underflow exception for arguments with small
28894         absolute value.
28895         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Include <float.h>.
28896         (__tanhl): Force underflow exception for arguments with small
28897         absolute value.
28898         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Include <float.h>.
28899         (__tanhl): Force underflow exception for arguments with small
28900         absolute value.
28901         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Include <float.h>.
28902         (__tanhl): Force underflow exception for arguments with small
28903         absolute value.
28904         * math/auto-libm-test-in: Add more tests of tanh.
28905         * math/auto-libm-test-out: Regenerated.
28906         * sysdeps/i386/fpu/libm-test-ulps: Update.
28908 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
28910         * sysdeps/x86/cpu-features.c (init_cpu_features): Call
28911         __get_cpuid_max if not compiling for i586, i686 nor x86-64.
28913 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
28915         * sysdeps/unix/sysv/linux/x86/elision-conf.h: Don't include
28916         <cpuid.h>.
28918 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
28920         * sysdeps/unix/sysv/linux/x86/elision-conf.c (elision_init):
28921         Replace HAS_RTM with HAS_CPU_FEATURE (RTM).
28923 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
28925         * math/Makefile ($(addprefix $(objpfx), $(libm-vec-tests))):
28926         Remove $(objpfx)init-arch.o.
28927         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Remove
28928         init-arch.
28929         * sysdeps/x86_64/fpu/math-tests-arch.h (avx_usable): Removed.
28930         (INIT_ARCH_EXT): Defined as empty.
28931         (CHECK_ARCH_EXT): Replace HAS_XXX with HAS_ARCH_FEATURE (XXX).
28932         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: Remove
28933         __init_cpu_features call.  Replace HAS_XXX with
28934         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
28935         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: Likewise.
28936         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Likewise.
28937         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: Likewise.
28938         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: Likewise.
28939         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Likewise.
28940         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: Likewise.
28941         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: Likewise.
28942         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Likewise.
28943         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: Likewise.
28944         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: Likewise.
28945         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Likewise.
28946         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: Likewise.
28947         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: Likewise.
28948         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Likewise.
28949         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: Likewise.
28950         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: Likewise.
28951         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Likewise.
28952         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: Likewise.
28953         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.S: Likewise.
28954         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.S: Likewise.
28955         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: Likewise.
28956         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.S: Likewise.
28957         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.S: Likewise.
28958         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: Likewise.
28959         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.S: Likewise.
28960         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.S: Likewise.
28961         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: Likewise.
28962         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.S: Likewise.
28963         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.S: Likewise.
28964         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S: Likewise.
28965         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.S: Likewise.
28966         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.S: Likewise.
28967         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: Likewise.
28968         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.S: Likewise.
28969         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.S: Likewise.
28971 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
28973         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Replace HAS_XXX
28974         with HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
28975         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Likewise.
28976         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Likewise.
28977         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: Likewise.
28978         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: Likewise.
28979         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Likewise.
28980         * sysdeps/i386/i686/multiarch/s_fma.c: Likewise.
28981         * sysdeps/i386/i686/multiarch/s_fmaf.c: Likewise.
28982         * sysdeps/i386/i686/multiarch/bcopy.S: Remove __init_cpu_features
28983         call.  Merge SHARED and !SHARED.  Add LOAD_GOT_AND_RTLD_GLOBAL_RO.
28984         Use LOAD_FUNC_GOT_EAX to load function address.  Replace HAS_XXX
28985         with HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
28986         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
28987         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
28988         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
28989         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
28990         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
28991         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
28992         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
28993         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
28994         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
28995         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
28996         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
28997         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
28998         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
28999         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
29000         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
29001         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
29002         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
29003         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
29004         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
29005         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
29006         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
29007         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
29008         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
29009         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
29010         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
29011         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
29012         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
29013         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
29014         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
29015         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
29017 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
29019         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Replace HAS_XXX with
29020         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
29021         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
29022         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
29023         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
29024         * sysdeps/x86_64/fpu/multiarch/e_pow.c: Likewise.
29025         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
29026         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Likewise.
29027         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
29028         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
29029         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
29030         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: Use
29031         LOAD_RTLD_GLOBAL_RO_RDX and HAS_CPU_FEATURE (SSE4_1).
29032         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: Likewise.
29033         * sysdeps/x86_64/fpu/multiarch/s_floor.S: Likewise.
29034         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: Likewise.
29035         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S : Likewise.
29036         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: Likewise.
29037         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: Likewise.
29038         * sysdeps/x86_64/fpu/multiarch/s_rintf.S : Likewise.
29039         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Likewise.
29040         * sysdeps/x86_64/multiarch/sched_cpucount.c: Likewise.
29041         * sysdeps/x86_64/multiarch/strstr.c: Likewise.
29042         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
29043         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
29044         * sysdeps/x86_64/multiarch/test-multiarch.c: Likewise.
29045         * sysdeps/x86_64/multiarch/memcmp.S: Remove __init_cpu_features
29046         call.  Add LOAD_RTLD_GLOBAL_RO_RDX.  Replace HAS_XXX with
29047         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
29048         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
29049         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
29050         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
29051         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
29052         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29053         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29054         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
29055         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
29056         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
29057         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
29058         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
29059         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
29060         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
29061         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
29063 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
29065         * sysdeps/i386/dl-machine.h: Include <cpu-features.c>.
29066         (dl_platform_init): Call init_cpu_features.
29067         * sysdeps/i386/dl-procinfo.c (_dl_x86_cpu_features): New.
29068         * sysdeps/i386/i686/cacheinfo.c
29069         (DISABLE_PREFERRED_MEMORY_INSTRUCTION): Removed.
29070         * sysdeps/i386/i686/multiarch/Makefile (aux): Remove init-arch.
29071         * sysdeps/i386/i686/multiarch/Versions: Removed.
29072         * sysdeps/i386/i686/multiarch/ifunc-defines.sym (KIND_OFFSET):
29073         Removed.
29074         * sysdeps/i386/ldsodefs.h: Include <cpu-features.h>.
29075         * sysdeps/unix/sysv/linux/x86/Makefile
29076         (libpthread-sysdep_routines): Remove init-arch.
29077         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Include
29078         <sysdeps/x86_64/dl-procinfo.c> instead of
29079         sysdeps/generic/dl-procinfo.c>.
29080         * sysdeps/x86/Makefile [$(subdir) == csu] (gen-as-const-headers):
29081         Add cpu-features-offsets.sym and rtld-global-offsets.sym.
29082         [$(subdir) == elf] (sysdep-dl-routines): Add dl-get-cpu-features.
29083         [$(subdir) == elf] (tests): Add tst-get-cpu-features.
29084         [$(subdir) == elf] (tests-static): Add
29085         tst-get-cpu-features-static.
29086         * sysdeps/x86/Versions: New file.
29087         * sysdeps/x86/cpu-features-offsets.sym: Likewise.
29088         * sysdeps/x86/cpu-features.c: Likewise.
29089         * sysdeps/x86/cpu-features.h: Likewise.
29090         * sysdeps/x86/dl-get-cpu-features.c: Likewise.
29091         * sysdeps/x86/libc-start.c: Likewise.
29092         * sysdeps/x86/rtld-global-offsets.sym: Likewise.
29093         * sysdeps/x86/tst-get-cpu-features-static.c: Likewise.
29094         * sysdeps/x86/tst-get-cpu-features.c: Likewise.
29095         * sysdeps/x86_64/dl-procinfo.c: Likewise.
29096         * sysdeps/x86_64/cacheinfo.c (__cpuid_count): Removed.
29097         Assume USE_MULTIARCH is defined and don't check it.
29098         (is_intel): Replace __cpu_features with GLRO(dl_x86_cpu_features).
29099         (is_amd): Likewise.
29100         (max_cpuid): Likewise.
29101         (intel_check_word): Likewise.
29102         (__cache_sysconf): Don't call __init_cpu_features.
29103         (__x86_preferred_memory_instruction): Removed.
29104         (init_cacheinfo): Don't call __init_cpu_features. Replace
29105         __cpu_features with GLRO(dl_x86_cpu_features).
29106         * sysdeps/x86_64/dl-machine.h: <cpu-features.c>.
29107         (dl_platform_init): Call init_cpu_features.
29108         * sysdeps/x86_64/ldsodefs.h: Include <cpu-features.h>.
29109         * sysdeps/x86_64/multiarch/Makefile (aux): Remove init-arch.
29110         * sysdeps/x86_64/multiarch/Versions: Removed.
29111         * sysdeps/x86_64/multiarch/cacheinfo.c: Likewise.
29112         * sysdeps/x86_64/multiarch/init-arch.c: Likewise.
29113         * sysdeps/x86_64/multiarch/ifunc-defines.sym (KIND_OFFSET):
29114         Removed.
29115         * sysdeps/x86_64/multiarch/init-arch.h: Rewrite.
29117 2015-08-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
29119         [BZ #18820]
29120         * libio/Makefile (test-fmemopen-mem): New test.
29121         * libio/test-fmemopen.c (do_bz18820): New test.
29122         * libio/fmemopen.c (__fmemopen): Fix memory leak.
29123         * libio/oldfmemopen.c (__old_fmemopen): Likewise.
29125 2015-08-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
29127         [BZ #16734]
29128         * libio/libioP.h (ROUND_TO_PAGE, ALLOC_BUF, ALLOC_WBUF): Delete.
29129         (FREE_BUF): Delete.
29130         * libio/libio.h (_IO_FILE_complete): Delete unused _freeres_size.
29131         * libio/genops.c (_IO_setb): Use malloc and free directly.
29132         (_IO_default_doallocate, _IO_default_finish): Likewise.
29133         ( _IO_unbuffer_all): Likewise.
29134         ( libc_freeres_fn): Likewise.
29135         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
29136         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Likewise.
29137         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Likewise.
29138         (_IO_wdefault_doallocate): Likewise.
29140 2015-08-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
29142         [BZ #18086]
29143         * sysdeps/posix/nice.c (nice): Restore old errno.
29144         * posix/tst-nice.c (do_test): Add test for BZ #18086.
29146 2015-08-10  Ondrej Bilka  <neleai@seznam.cz>
29148         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Fix ifunc.
29150 2015-08-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
29152         * sysdeps/powerpc/powerpc64/power7/memmove.S (bcopy): Changing to
29153         __bcopy and add a weak_alias to bcopy.
29154         * sysdeps/powerpc/powerpc64/power7/strstr.S (strstr): Use __strnlen
29155         for static build.
29157         * string/stpcpy.c (__stpcpy): Use STPCPY to redefine symbol name and
29158         cleanup macro usage.
29159         * string/strcpy.c (strcpt): Use STRCPY to redefine symbol name.
29160         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.S: Remove file.
29161         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
29162         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.S: Likewise.
29163         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
29164         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: Likewise.
29165         * sysdeps/powerpc/powerpc64/power7/strcpy.S: Likewise.
29166         * sysdeps/powerpc/powerpc64/power7/strcpy.c: Likewise.
29167         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
29168         * sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
29169         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
29170         [SHARED && IS_IN (libc)]: Include <string/strcpy.c>.
29171         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
29172         [SHARED && IS_IN (libc)]: Include <string/stpcpy.c>.
29173         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
29174         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: Likewise.
29175         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: Likewise.
29176         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: Likewise.
29177         * sysdeps/powerpc/powerpc64/power7/strcpy.c: Likewise.
29179         * sysdeps/powerpc/powerpc64/power7/strnlen.S (__strnlen): Add
29180         libc_hidden_def.
29181         (strnlen): Remove libc_hidden_builtin_def and add libc_hidden_def.
29183         * sysdeps/powerpc/powerpc64/power7/Makefile [$(subdir) = string]
29184         (sysdep_routines): Add strstr-ppc64.
29185         * sysdeps/powerpc/powerpc64/power7/strstr-ppc64.c: New file.
29187 2015-08-10  Maxim Ostapenko  <m.ostapenko@partner.samsung.com>
29189         [BZ #18778]
29190         * elf/Makefile (tests): Add Add tst-nodelete2.
29191         (modules-names): Add tst-nodelete2mod.
29192         (tst-nodelete2mod.so-no-z-defs): New.
29193         ($(objpfx)tst-nodelete2): Likewise.
29194         ($(objpfx)tst-nodelete2.out): Likewise.
29195         (LDFLAGS-tst-nodelete2): Likewise.
29196         * elf/dl-close.c (_dl_close_worker): Move DF_1_NODELETE clearing
29197         out of loop through all loaded libraries.
29198         * elf/tst-nodelete2.c: New file.
29199         * elf/tst-nodelete2mod.c: Likewise.
29200         * elf/tst-znodelete-zlib.cc: Delete.
29202 2015-08-11  Andreas Schwab  <schwab@suse.de>
29204         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Don't define.
29205         * sysdeps/unix/sysv/linux/wordsize-64/openat.c
29206         (__openat64_nocancel): Likewise.
29208 2015-08-11  Joseph Myers  <joseph@codesourcery.com>
29210         * math/auto-libm-test-in: Add more tests of acosh, asin, asinh,
29211         atanh, cabs, carg, cbrt, cosh, csqrt, erf, erfc, exp, exp10,
29212         expm1, hypot, log, log10, log1p, log2, pow, sinh, tan and tgamma.
29213         * math/auto-libm-test-out: Regenerated.
29214         * sysdeps/i386/fpu/libm-test-ulps: Update.
29215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29217 2015-08-10  Joseph Myers  <joseph@codesourcery.com>
29219         [BZ #18790]
29220         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Increase
29221         threshold for returning +/- 1.
29222         * math/auto-libm-test-in: Add more tests of tanh.
29223         * math/auto-libm-test-out: Regenerated.
29224         * sysdeps/i386/fpu/libm-test-ulps: Update.
29226 2015-08-10  Andreas Schwab  <schwab@suse.de>
29228         [BZ #18781]
29229         * sysdeps/unix/sysv/linux/openat.c (__OPENAT) [MORE_OFLAGS]: Add
29230         MORE_OFLAGS to oflag.
29231         * io/test-lfs.c (do_test): Test openat64.
29233 2015-08-10  Joseph Myers  <joseph@codesourcery.com>
29235         [BZ #18789]
29236         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Use
29237         smaller threshold for returning the argument.
29238         * math/auto-libm-test-in: Add more tests of sinh.
29239         * math/auto-libm-test-out: Regenerated.
29240         * sysdeps/i386/fpu/libm-test-ulps: Update.
29242 2015-08-09  H.J. Lu  <hongjiu.lu@intel.com>
29244         [BZ #18674]
29245         * sysdeps/i386/tst-auditmod3b.c (la_objsearch): Add a missing
29246         break.
29248 2015-08-09  Andreas Schwab  <schwab@linux-m68k.org>
29250         * timezone/Makefile (tzbases, tzlinks, tzfiles): Don't define.
29251         (generated): Don't add $(addprefix z.,$(tzfiles)).
29253 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
29255         * nptl/tst-cancel-wrappers.sh: Change 3rd arg to gensub to 1.
29256         * scripts/sysd-rules.awk: Likewise.
29258 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
29260         * iconvdata/tst-tables.sh: Change echo -n to printf.
29261         * nss/db-Makefile: Likewise.
29262         * posix/tst-getconf.sh: Likewise.
29263         * stdio-common/tst-unbputc.sh: Likewise.
29265 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
29267         * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]: Move all
29268         MADV_*_PAGES defines behind this feature check.
29270 2015-08-09  John David Anglin  <danglin@gcc.gnu.org>
29272         [BZ #18480]
29273         * sysdeps/unix/sysv/linux/hppa/sysdep.h (LOAD_ARGS_0, LOAD_ARGS_1,
29274         LOAD_ARGS_2, LOAD_ARGS_3, LOAD_ARGS_4, LOAD_ARGS_5, LOAD_ARGS_6):
29275         Define.
29276         (LOAD_REGS_0, LOAD_REGS_1, LOAD_REGS_2, LOAD_REGS_3, LOAD_REGS_4,
29277         LOAD_REGS_5, LOAD_REGS_6): Update.
29278         (INTERNAL_SYSCALL): Update using new LOAD defines.
29279         (INTERNAL_SYSCALL_NCS): Likewise.
29280         * sysdeps/unix/sysv/linux/hppa/syscall.c (syscall): Likewise.
29282 2015-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
29284         [BZ #16734]
29285         * libio/genops.c (_IO_unbuffer_all): Free wide buffer as well.
29287 2015-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
29289         [BZ #17905]
29290         * catgets/Makefile (tst-catgets-mem): New test.
29291         * catgets/catgets.c (catopen): Don't use unbounded alloca.
29292         * catgets/open_catalog.c (__open_catalog): Likewise.
29293         * catgets/tst-catgets.c (do_bz17905): Test unbounded alloca.
29295 2015-08-08  John David Anglin  <danglin@gcc.gnu.org>
29297         [BZ #18787]
29298         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (_LWS_CLOBBER): Revise
29299         clobber registers.
29300         (atomic_compare_and_exchange_val_acq): Use register asms to assign
29301         operand registers.  Use register %r20 for EAGAIN and EDEADLOCK checks.
29302         Cast return to __typeof (oldval).
29304 2015-08-08  Mike Frysinger  <vapier@gentoo.org>
29306         * sysdeps/unix/sysv/linux/microblaze/sysdep.h: Wrap the whole file
29307         in _LINUX_MICROBLAZE_SYSDEP_H defines.  Include sysdeps/unix/sysdep.h
29308         and delete sys/syscall.h include.
29310 2015-08-07  Joseph Myers  <joseph@codesourcery.com>
29312         [BZ #16517]
29313         * sysdeps/ieee754/dbl-64/s_tan.c: Include <float.h>.
29314         (tan): Force underflow exception for arguments with small absolute
29315         value.
29316         * sysdeps/ieee754/flt-32/k_tanf.c: Include <float.h>.
29317         (__kernel_tanf): Force underflow exception for arguments with
29318         small absolute value.
29319         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <float.h>.
29320         (__kernel_tanl): Force underflow exception for arguments with
29321         small absolute value.
29322         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <float.h>.
29323         (__kernel_tanl): Force underflow exception for arguments with
29324         small absolute value.
29325         * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <float.h>.
29326         (__kernel_tanl): Force underflow exception for arguments with
29327         small absolute value.
29328         * math/auto-libm-test-in: Add more tests of tan.
29329         * math/auto-libm-test-out: Regenerated.
29331 2015-08-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29333         Fix sysdeps/i386/fpu/s_scalbn.S build
29335         * math/Versions (libc: GLIBC_2_22): New (empty) version set.
29337 2015-08-07  Mike Frysinger  <vapier@gentoo.org>
29339         * sysdeps/hppa/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
29341 2015-08-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29343         Fix gcrt0.o compilation
29345         When static-start-installed-name is different from
29346         start-installed-name, we must not use the shared objects.
29348         * csu/Makefile
29349         (extra-objs): Add gmon-start.o when building shared library and
29350         $(static-start-installed-name) is different from
29351         $(start-installed-name).
29352         $(objpfx)g$(static-start-installed-name): When building shared
29353         library and $(static-start-installed-name) is different from
29354         $(static-start-installed-name), revert to non-shared rule,
29355         i.e. using $(objpfx)% and gmon-start.o.
29357 2015-08-06  Joseph Myers  <joseph@codesourcery.com>
29359         [BZ #16519]
29360         * sysdeps/ieee754/dbl-64/e_sinh.c: Include <float.h>.
29361         (__ieee754_sinh): Force underflow exception for arguments with
29362         small absolute value.
29363         * sysdeps/ieee754/flt-32/e_sinhf.c: Include <float.h>.
29364         (__ieee754_sinhf): Force underflow exception for arguments with
29365         small absolute value.
29366         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Include <float.h>.
29367         (__ieee754_sinhl): Force underflow exception for arguments with
29368         small absolute value.
29369         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Include <float.h>.
29370         (__ieee754_sinhl): Force underflow exception for arguments with
29371         small absolute value.
29372         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Include <float.h>.
29373         (__ieee754_sinhl): Force underflow exception for arguments with
29374         small absolute value.
29375         * math/auto-libm-test-in: Add more tests of sinh.
29376         * math/auto-libm-test-out: Regenerated.
29377         * sysdeps/i386/fpu/libm-test-ulps: Update.
29379 2015-08-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
29381         * libio/oldfileops.c: Include unistd.h.
29383 2015-08-06  Mike Frysinger  <vapier@gentoo.org>
29385         * stdlib/isomac.c: Include ctype.h.
29387 2015-08-06  Arjun Shankar  <arjun.is@lostca.se>
29389         * dirent/tst-seekdir.c (main): Converted to ...
29390         (do_test): ... this.
29391         (TEST_FUNCTION): New macro.
29392         Include test-skeleton.c.
29393         * elf/tst-dlmodcount.c (main): Converted to ...
29394         (do_test): ... this.
29395         (TEST_FUNCTION): New macro.
29396         Include test-skeleton.c.
29397         * elf/tst-order-main.c (main): Converted to ...
29398         (do_test): ... this.
29399         (TEST_FUNCTION): New macro.
29400         Include test-skeleton.c.
29401         * elf/tst-pie2.c (main): Converted to ...
29402         (do_test): ... this.
29403         (TEST_FUNCTION): New macro.
29404         Include test-skeleton.c.
29405         * inet/tst-ether_aton.c (main): Converted to ...
29406         (do_test): ... this.
29407         (TEST_FUNCTION): New macro.
29408         Include test-skeleton.c.
29409         * misc/tst-mntent.c (main): Converted to ...
29410         (do_test): ... this.
29411         (TEST_FUNCTION): New macro.
29412         Include test-skeleton.c.
29413         * misc/tst-tsearch.c (main): Converted to ...
29414         (do_test): ... this.
29415         (TEST_FUNCTION): New macro.
29416         Include test-skeleton.c.
29417         * posix/tst-regexloc.c (main): Converted to ...
29418         (do_test): ... this.
29419         (TEST_FUNCTION): New macro.
29420         Include test-skeleton.c.
29421         * resolv/tst-aton.c (main): Converted to ...
29422         (do_test): ... this.
29423         (TEST_FUNCTION): New macro.
29424         Include test-skeleton.c.
29425         * stdio-common/test-fwrite.c (main): Converted to ...
29426         (do_test): ... this.
29427         (TEST_FUNCTION): New macro.
29428         Include test-skeleton.c.
29429         * stdio-common/tst-ferror.c (main): Converted to ...
29430         (do_test): ... this.
29431         (TEST_FUNCTION): New macro.
29432         Include test-skeleton.c.
29433         * stdio-common/tst-printf.c (main): Converted to ...
29434         (do_test): ... this.
29435         (TEST_FUNCTION): New macro.
29436         Include test-skeleton.c.
29437         * stdio-common/tst-printfsz.c (main): Converted to ...
29438         (do_test): ... this.
29439         (TEST_FUNCTION): New macro.
29440         Include test-skeleton.c.
29441         * stdlib/tst-strtod.c (main): Converted to ...
29442         (do_test): ... this.
29443         (TEST_FUNCTION): New macro.
29444         Include test-skeleton.c.
29445         * string/tst-strlen.c (main): Converted to ...
29446         (do_test): ... this.
29447         (TEST_FUNCTION): New macro.
29448         Include test-skeleton.c.
29449         * string/tst-svc.c (main): Converted to ...
29450         (do_test): ... this.
29451         (TEST_FUNCTION): New macro.
29452         Include test-skeleton.c.
29453         * time/tst-strptime.c (main): Converted to ...
29454         (do_test): ... this.
29455         (TEST_FUNCTION): New macro.
29456         Include test-skeleton.c.
29457         * timezone/tst-timezone.c (main): Converted to ...
29458         (do_test): ... this.
29459         (TEST_FUNCTION): New macro.
29460         Include test-skeleton.c.
29462 2015-08-05  Zack Weinberg  <zackw@panix.com>
29464         * misc/regexp.h: Update comments.
29466 2015-08-05  Andreas Schwab  <schwab@linux-m68k.org>
29468         [BZ #18635]
29469         * sysdeps/unix/sysv/linux/m68k/m680x0/makecontext.S: Add nop
29470         before return label.
29472 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
29474         [BZ #18661]
29475         * sysdeps/x86_64/fpu/s_cosf.S (__cosf): Align stack to 16 bytes
29476         when calling __errno_location.
29477         * sysdeps/x86_64/fpu/s_sincosf.S (__sincosf): Likewise.
29478         * sysdeps/x86_64/fpu/s_sinf.S (__sinf): Likewise.
29480 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
29482         [BZ #18661]
29483         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
29484         (__lll_timedwait_tid): Align stack to 16 bytes when calling
29485         __gettimeofday.
29487 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
29489         [BZ #18661]
29490         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
29491         (__start_context): Don't use pop to restore %rdi so that stack
29492         is aligned to 16 bytes when calling __setcontext.
29494 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
29496         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Compile
29497         only for libc.
29498         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
29500 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
29502         * string/string.h: (mempcpy): Redirect to __mempcpy_inline.
29503         (__mempcpy): Likewise.  (__mempcpy_inline): New inline function.
29504         * sysdeps/sparc/bits/string.h: (_HAVE_STRING_ARCH_mempcpy): Define.
29506 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
29508         * string/memccpy.c (memccpy):
29509         Improve performance by using memchr/memcpy/__mempcpy.
29511 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
29513         * string/strncpy.c (strncpy):
29514         Improve performance by using __strnlen/memcpy.
29516 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
29518         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
29519         Optimize to avoid an unnecessary FPCR read.
29521 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
29523         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
29524         Optimize to reduce FPCR/FPSR accesses.
29526 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
29528         * locale/loadarchive.c (_nl_archive_subfreeres): Also check
29529         dead->data[category] != NULL.
29531 2015-08-05  Joseph Myers  <joseph@codesourcery.com>
29533         [BZ #18647]
29534         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): For large y
29535         and |x| close to 1, use absolute value of x when computing log.
29536         * math/auto-libm-test-in: Add more tests of pow.
29537         * math/auto-libm-test-out: Regenerated.
29539 2015-08-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
29541         * sysdeps/unix/sysv/linux/arm/mmap.c: Add file.
29542         * sysdeps/unix/sysv/linux/arm/mmap.S: Remove file.
29543         * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise.
29545 2015-08-05  Marko Myllynen  <myllynen@redhat.com>
29547         [BZ #18525]
29548         * locales/km_KH: Remove timezone definition.
29549         * locales/lo_LA: Likewise.
29550         * locales/my_MM: Likewise.
29551         * locales/nan_TW@latin: Likewise.
29552         * locales/th_TH: Likewise.
29553         * locales/uk_UA: Likewise.
29555 2015-08-05  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
29557         [BZ #18265]
29558         * wcsmbs/wchar.h (wcscat): Add __nonnull attribute.
29559         (wcsncat): Likewise.
29560         (wcscmp): Likewise.
29561         (wcsncmp): Likewise.
29563 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
29565         * test-skeleton.c (usage): New function.
29566         (main): Call usage when opt is '?'.
29568 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
29570         * sysdeps/unix/sysv/linux/mmap64.c: Move MMAP2_PAGE_SHIFT define
29571         before first use.
29573 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
29575         * nptl/allocatestack.c (allocate_stack): Move stacktop decl down to
29576         bottom and under _STACK_GROWS_DOWN.  Move the stacktop assignment
29577         in there too.
29579 2015-08-05  Carlos O'Donell  <carlos@systemhalted.org>
29581         * version.h (RELEASE): Set to "development".
29582         (VERSION): Set to "2.22.90"
29584         * version.h (RELEASE): Set to "stable".
29585         (VERSION): Set to "2.22"
29586         * include/features.h (__GLIBC_MINOR__): Set to 22.
29588 2015-08-04  Chris Metcalf  <cmetcalf@ezchip.com>
29590         * sysdeps/tile/tilepro/bits/atomic.h (__atomic_update):
29591         Restructure macro to avoid "value computed is not used" warning.
29592         (atomic_compare_and_exchange_val_acq): Likewise.
29594 2015-08-04  Andreas Schwab  <schwab@suse.de>
29596         [BZ #18635]
29597         * sysdeps/unix/sysv/linux/i386/makecontext.S: Terminate FDE before
29598         ret.
29599         * sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext): Remove.
29601 2015-08-01  Carlos O'Donell  <carlos@redhat.com>
29603         * po/pl.po: Updated translation.
29604         * po/uk.po: Likewise.
29605         * po/fi.po: Likewise.
29606         * po/ko.po: Likewise.
29607         * po/ru.po: Likewise.
29608         * po/vi.po: Likewise.
29610 2015-07-31  Zack Weinberg  <zackw@panix.com>
29612         [BZ #18681]
29613         * regexp.h: Add unconditional #warning stating that this header
29614         will be removed soon.  Revise banner comment to match.
29615         (compile): Consistently use ERROR instead of RETURN to report
29616         errors (partial fix for BZ #18681).
29617         * regexp.c: Don't include regexp.h. Remove some unnecessary
29618         declarations.
29620 2015-07-31  Carlos O'Donell  <carlos@redhat.com>
29622         * po/libc.pot: Regenerated.
29624 2015-07-30  Andrew Senkevich  <andrew.senkevich@intel.com>
29626         [BZ #18740]
29627         * sysdeps/x86_64/fpu/Makefile (double-vlen2-arch-ext-cflags,
29628         float-vlen4-arch-ext-cflags): Removed.
29629         * math/Makefile (CFLAGS-test-double-vlen2-wrappers.c,
29630         CFLAGS-test-float-vlen4-wrappers.c): Likewise.
29632 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
29634         [BZ #14113]
29635         * sysdeps/hppa/nptl/bits/pthreadtypes.h (pthread_mutex_t): Change
29636         aligned to __aligned__.
29637         (pthread_cond_t, pthread_rwlock_t): Likewise.
29639 2015-07-30  Torvald Riegel  <triegel@redhat.com>
29641         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: Remove file.
29643 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
29645         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: Include bits/wordsize.h.
29646         (struct sigaction): Change sa_flags from a long to an int, and add
29647         __glibc_reserved0 before it for padding when __WORDSIZE is 64.
29649 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
29651         * hppa/sysdep.h: Delete sys/syscall.h and config.h includes.
29652         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: Delete
29653         sysdeps/generic/sysdep.h include.
29654         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Wrap the whole file in
29655         _LINUX_HPPA_SYSDEP_H defines.  Include sysdeps/unix/sysdep.h and
29656         sysdeps/hppa/sysdep.h.
29657         (ENTRY, PSEUDO): Undefine before defining.
29659 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
29661         * sysdeps/unix/sysv/linux/hppa/sysdep.h (INLINE_SYSCALL): Rewrite
29662         from scratch to use INTERNAL_SYSCALL.
29664 2015-07-29  H.J. Lu  <hongjiu.lu@intel.com>
29666         [BZ #18078]
29667         * scripts/check-localplt.awk: Support alternate relocations.
29668         * scripts/localplt.awk: Also check relocations in DT_RELA/DT_REL
29669         sections.
29670         * sysdeps/unix/sysv/linux/i386/localplt.data: Mark free and
29671         malloc entries with + REL R_386_GLOB_DAT.
29672         * sysdeps/x86_64/localplt.data: New file.
29674 2015-07-29  Andrew Senkevich  <andrew.senkevich@intel.com>
29676         [BZ #18731]
29677         * sysdeps/x86_64/fpu/math-tests-arch.h: Added AVX runtime check.
29678         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
29679         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
29681 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
29683         * sysdeps/unix/sysv/linux/ia64/localplt.data: Delete __tls_get_addr.
29685 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
29687         * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Define
29688         directly in terms of __sync_fetch_and_add and delete (int) cast.
29690 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
29692         * sysdeps/unix/sysv/linux/ia64/Makefile (CPPFLAGS): Delete
29693         the -D_ASM_IA64_CURRENT_H flag.
29695 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
29697         [BZ #18641]
29698         * pwd/pwd.h (putpwent): Delete __nonnull markings.
29700 2015-07-27  Andreas Schwab  <schwab@suse.de>
29702         * conform/conformtest.pl (checknamespace): Filter out string
29703         literals while tokenizing.
29705 2015-07-26  Chung-Lin Tang  <cltang@codesourcery.com>
29707         * sysdeps/nios2/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
29708         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Handle
29709         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
29711 2015-07-26  Chung-Lin Tang  <cltang@codesourcery.com>
29713         * nptl/tst-join7mod.c: Add #include <string.h>.
29715 2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>
29717         * sysdeps/nios2/libm-test-ulps: Update.
29719 2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>
29721         * sysdeps/unix/sysv/linux/nios2/setcontext.S (__setcontext):
29722         Fix order of arguments to the rt_sigprocmask syscall.
29723         * sysdeps/unix/sysv/linux/nios2/swapcontext.S (__swapcontext):
29724         Likewise.
29726 2015-07-24  Roland McGrath  <roland@hack.frob.com>
29728         * sysdeps/nacl/bits/fcntl.h (O_SHLOCK, O_EXLOCK): Macros removed.
29730 2015-07-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29732         [BZ #18457]
29733         * nptl/Makefile (tests): New test case tst-join7.
29734         (modules-names): New test case module tst-join7mod.
29735         * nptl/tst-join7.c: New file.
29736         * nptl/tst-join7mod.c: New file.
29737         * Makeconfig (tls-model): Pass -ftls-model=initial-exec for
29738         all translation units in libc.so, libpthread.so and rtld.
29740 2015-07-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
29742         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29744 2015-07-24  Andrew Senkevich  <andrew.senkevich@intel.com>
29746         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Fixed AVX512 IFUNC.
29747         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Likewise.
29748         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Likewise.
29749         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Likewise.
29750         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Likewise.
29751         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Likewise.
29752         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: Likewise.
29753         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: Likewise.
29754         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: Likewise.
29755         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: Likewise.
29756         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S: Likewise.
29757         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: Likewise.
29758         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Fixed wrappers to AVX2.
29759         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Likewise.
29760         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: Fixed KNL
29761         implementation.
29763 2015-07-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
29765         [BZ #17711]
29766         * sysdeps/aarch64/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
29767         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Handle
29768         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
29769         * sysdeps/arm/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
29770         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Handle
29771         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
29773 2015-07-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29775         * stdlib/cxa_thread_atexit_impl.c: Use the lock name dl_load_lock
29776         instead of just saying load lock in the comments.
29778 2015-07-23  Roland McGrath  <roland@hack.frob.com>
29780         * sysdeps/unix/Subdirs: Moved ...
29781         * sysdeps/posix/Subdirs: ... here.
29782         * login/pty.h (struct termios, struct winsize): Add forward decls.
29783         * login/openpty.c (openpty): Put ioctl call under [TIOCSWINSZ].
29784         * sysdeps/nacl/glob.c: Just #include <sysdeps/wordsize-64/glob.c>.
29785         * sysdeps/arm/nacl/libc.abilist: Updated.
29786         * sysdeps/nacl/libutil.abilist: New file.
29788         * bits/signum.h: Update comments to mention 1003.1-2013 too.
29789         (SIGWINCH): New macro.
29791         * sysdeps/nacl/getdtsz.c (getdtablesize): Add missing weak_alias.
29792         * sysdeps/arm/nacl/libc.abilist: Add it.
29794 2015-07-23  Mike Frysinger  <vapier@gentoo.org>
29796         * conform/linknamespace.pl (@whitelist): Add matherrf and matherrl.
29798 2015-07-23  Mike Frysinger  <vapier@gentoo.org>
29800         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction):
29801         Swap __glibc_reserved0 and sa_flags order.
29803 2015-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
29805         [BZ #18657]
29806         * elf/dl-close.c (_dl_close_worker): Don't unload DSO if there
29807         are pending TLS destructor calls.
29808         * include/link.h (struct link_map): Add concurrency note for
29809         L_TLS_DTOR_COUNT.
29810         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
29811         Don't touch the link map flag.  Atomically increment
29812         l_tls_dtor_count.
29813         (__call_tls_dtors): Atomically decrement l_tls_dtor_count.
29814         Avoid taking the load lock and don't touch the link map flag.
29815         * stdlib/tst-tls-atexit-nodelete.c: New test case.
29816         * stdlib/Makefile (tests): Use it.
29817         * stdlib/tst-tls-atexit.c (do_test): dlopen
29818         tst-tls-atexit-lib.so again before dlclose.  Add conditionals
29819         to allow tst-tls-atexit-nodelete test case to use it.
29821 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
29823         * sysdeps/unix/sysv/linux/ia64/bits/msq.h: Change sys/types.h include
29824         to bits/types.h.
29825         (msgqnum_t): New typedef.
29826         (msglen_t): Likewise.
29827         (struct msqid_ds): Update comment.  Change msg_qnum type to msgqnum_t
29828         and msg_qbytes type to msglen_t.
29830 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
29832         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat): Rename
29833         pad0 to __glibc_reserved0.
29834         (struct stat64): Likewise.
29836 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
29838         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction):
29839         Change sa_flags from a long to an int and add __glibc_reserved0 before
29840         it for padding.
29842 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
29844         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (siginfo_t): Make struct
29845         anonymous by deleting "siginfo" name.
29847 2015-07-21  Roland McGrath  <roland@hack.frob.com>
29849         * sysdeps/nacl/nacl-interface-list.h: Remove nacl_irt_filename.
29850         * sysdeps/nacl/open.c (__libc_open): Use __nacl_irt_dev_filename
29851         rather than __nacl_irt_filename.
29852         * sysdeps/nacl/xstat.c (__xstat): Likewise.
29854         * NEWS: New item for arm-nacl port.
29855         * sysdeps/arm/nacl/libc.abilist: New file.
29856         * sysdeps/nacl/ld.abilist: New file.
29857         * sysdeps/nacl/libBrokenLocale.abilist: New file.
29858         * sysdeps/nacl/libanl.abilist: New file.
29859         * sysdeps/nacl/libcrypt.abilist: New file.
29860         * sysdeps/nacl/libdl.abilist: New file.
29861         * sysdeps/nacl/libm.abilist: New file.
29862         * sysdeps/nacl/libpthread.abilist: New file.
29863         * sysdeps/nacl/libresolv.abilist: New file.
29864         * sysdeps/nacl/librt.abilist: New file.
29866 2015-07-21  Chris Metcalf  <cmetcalf@ezchip.com>
29868         * sysdeps/unix/sysv/linux/tile/makecontext.c (__makecontext): Call
29869         __startcontext to initialize the new context.
29870         * sysdeps/unix/sysv/linux/tile/setcontext.S (__startcontext): Set
29871         up CFI directive to forbid further backtracing.
29873 2015-07-21  Marko Myllynen  <myllynen@redhat.com>
29875         * charmaps/ANSI_X3.110-1983: Remove obsolete repertoire map
29876         reference.
29877         * charmaps/ANSI_X3.4-1968: Likewise.
29878         * charmaps/BS_4730: Likewise.
29879         * charmaps/BS_VIEWDATA: Likewise.
29880         * charmaps/CP1250: Likewise.
29881         * charmaps/CP1251: Likewise.
29882         * charmaps/CP1252: Likewise.
29883         * charmaps/CP1253: Likewise.
29884         * charmaps/CP1254: Likewise.
29885         * charmaps/CP1255: Likewise.
29886         * charmaps/CP1256: Likewise.
29887         * charmaps/CSN_369103: Likewise.
29888         * charmaps/EBCDIC-DK-NO: Likewise.
29889         * charmaps/GB_1988-80: Likewise.
29890         * charmaps/GREEK-CCITT: Likewise.
29891         * charmaps/GREEK7: Likewise.
29892         * charmaps/INIS-8: Likewise.
29893         * charmaps/ISIRI-3342: Likewise.
29894         * charmaps/ISO_2033-1983: Likewise.
29895         * charmaps/ISO_5427-EXT: Likewise.
29896         * locales/POSIX: Likewise.
29897         * locales/ar_SA: Likewise.
29898         * locales/be_BY: Likewise.
29899         * locales/be_BY@latin: Likewise.
29900         * locales/ca_ES: Likewise.
29901         * locales/cs_CZ: Likewise.
29902         * locales/da_DK: Likewise.
29903         * locales/de_BE: Likewise.
29904         * locales/de_CH: Likewise.
29905         * locales/de_LU: Likewise.
29906         * locales/en_AU: Likewise.
29907         * locales/en_BW: Likewise.
29908         * locales/en_CA: Likewise.
29909         * locales/en_DK: Likewise.
29910         * locales/en_GB: Likewise.
29911         * locales/en_IE: Likewise.
29912         * locales/en_NZ: Likewise.
29913         * locales/en_ZA: Likewise.
29914         * locales/en_ZW: Likewise.
29915         * locales/es_AR: Likewise.
29916         * locales/es_BO: Likewise.
29917         * locales/es_CL: Likewise.
29918         * locales/es_CO: Likewise.
29919         * locales/es_DO: Likewise.
29920         * locales/es_EC: Likewise.
29921         * locales/es_ES: Likewise.
29922         * locales/es_HN: Likewise.
29923         * locales/es_MX: Likewise.
29924         * locales/es_PA: Likewise.
29925         * locales/es_PE: Likewise.
29926         * locales/es_PY: Likewise.
29927         * locales/es_SV: Likewise.
29928         * locales/es_US: Likewise.
29929         * locales/es_UY: Likewise.
29930         * locales/es_VE: Likewise.
29931         * locales/et_EE: Likewise.
29932         * locales/fa_IR: Likewise.
29933         * locales/fo_FO: Likewise.
29934         * locales/fr_CA: Likewise.
29935         * locales/fr_CH: Likewise.
29936         * locales/gv_GB: Likewise.
29937         * locales/he_IL: Likewise.
29938         * locales/hr_HR: Likewise.
29939         * locales/id_ID: Likewise.
29940         * locales/is_IS: Likewise.
29941         * locales/it_CH: Likewise.
29942         * locales/iw_IL: Likewise.
29943         * locales/kl_GL: Likewise.
29944         * locales/ko_KR: Likewise.
29945         * locales/kw_GB: Likewise.
29946         * locales/lg_UG: Likewise.
29947         * locales/lt_LT: Likewise.
29948         * locales/lv_LV: Likewise.
29949         * locales/mi_NZ: Likewise.
29950         * locales/nhn_MX: Likewise.
29951         * locales/nl_BE: Likewise.
29952         * locales/pl_PL: Likewise.
29953         * locales/sk_SK: Likewise.
29954         * locales/sl_SI: Likewise.
29955         * locales/sv_FI: Likewise.
29956         * locales/tl_PH: Likewise.
29957         * locales/tr_TR: Likewise.
29958         * locales/vi_VN: Likewise.
29960 2015-07-21  Khem Raj  <raj.khem@gmail.com>
29962         [BZ #17475]
29963         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Adjust for rename
29964         of tu_IN and bh_IN.
29966 2015-07-21  Mike Frysinger  <vapier@gentoo.org>
29968         [BZ #18694]
29969         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Include
29970         bits/wordsize.h.
29971         (sigaction): Declare __glibc_reserved0 only when __WORDSIZE is 64.
29973 2015-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
29975         * stdlib/tst-tls-atexit-lib.c (do_foo): Rename to reg_dtor.
29976         * stdlib/tst-tls-atexit.c: (is_loaded): New function.
29977         (spawn_thread): New function.
29978         (load): Rename to reg_dtor_and_close.  Move dlopen to...
29979         (do_test): ... here.  Use IS_LOADED to test for its
29980         availability.
29982 2015-07-21  Andreas Schwab  <schwab@linux-m68k.org>
29984         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
29986 2015-07-20  H.J. Lu  <hongjiu.lu@intel.com>
29988         [BZ #18696]
29989         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (_sigfault): Add
29990         si_addr_bnd.
29991         (si_lower): New.
29992         (si_upper): Likewise.
29994 2015-07-16  David S. Miller  <davem@davemloft.net>
29996         * sysdeps/sparc/fpu/libm-test-ulps: Regenerated.
29998 2015-07-16  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
30000         * libio/fmemopen.c (__fmemopen): Fix 'w' openmode with provided
30001         buffer.
30002         * stdio-common/tst-fmemopen2.c (do_test_with_buffer): Fix typo and
30003         fail output information.
30005 2015-07-16  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
30007         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strstr-power7
30008         and strstr-ppc64..
30009         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
30010         * sysdeps/powerpc/powerpc64/power7/strstr.S: New File.
30011         * sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: New File.
30012         * sysdeps/powerpc/powerpc64/multiarch/strstr-ppc64.c: New File.
30013         * sysdeps/powerpc/powerpc64/multiarch/strstr.c: New File.
30015 2015-07-16  Mike Frysinger  <vapier@gentoo.org>
30017         * sysdeps/hppa/Versions (GLIBC_PRIVATE): Delete _dl_unmap.
30018         * sysdeps/hppa/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
30019         * sysdeps/ia64/Versions (GLIBC_PRIVATE): Delete _dl_unmap.
30020         * sysdeps/ia64/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
30022 2015-07-16  Mike Frysinger  <vapier@gentoo.org>
30024         * elf/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
30025         * sysdeps/hppa/dl-lookupcfg.h (_dl_symbol_address): Add
30026         rtld_hidden_proto.
30027         * sysdeps/ia64/dl-lookupcfg.h (_dl_symbol_address): Likewise.
30029 2015-07-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30031         * tst-nodelete-opened.c (do_test): Add comment to clarify how
30032         the test can fail.
30034         * stdlib/cxa_thread_atexit_impl.c: Whitespace fixup.
30036         [BZ #18676]
30037         * elf/tst-nodelete-opened.c: New test case.
30038         * elf/tst-nodelete-opened-lib.c: New test case module.
30039         * elf/Makefile (tests, modules-names): Use them.
30040         * elf/dl-open.c (dl_open_worker): Set DF_1_NODELETE flag
30041         early.
30043 2015-07-15  David S. Miller  <davem@davemloft.net>
30045         * sysdeps/sparc/nptl/pthread_barrier_init.c: Include
30046         futex-intenal.h
30047         * sysdeps/sparc/sparc32/sparcv9/Makefile (nscd): Add cpu_relax.
30048         * sysdeps/sparc/sparc64/Makefile: Likewise.
30049         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_spin_nop):
30050         Remove space from macro define.
30051         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_spin_nop): Likewise.
30053 2015-07-15  Pravin Satpute  <psatpute@redhat.com>
30055         [BZ #17475]
30056         * locale/iso-639.def: Update Bhili and Tulu language codes as
30057         per iso639-3.
30059 2015-07-15  Arjun Shankar  <arjun.is@lostca.se>
30061         * elf/tst-leaks1.c (main): Converted to ...
30062         (do_test): ... this.
30063         (TEST_FUNCTION): New macro.
30064         Include test-skeleton.c.
30065         * localedata/tst-langinfo.c (main): Converted to ...
30066         (do_test): ... this.
30067         (TEST_FUNCTION): New macro.
30068         Include test-skeleton.c.
30069         * math/test-fpucw.c (main): Converted to ...
30070         (do_test): ... this.
30071         (TEST_FUNCTION): New macro.
30072         Include test-skeleton.c.
30073         * math/test-tgmath.c (main): Converted to ...
30074         (do_test): ... this.
30075         (TEST_FUNCTION): New macro.
30076         Include test-skeleton.c.
30077         * math/test-tgmath2.c (main): Converted to ...
30078         (do_test): ... this.
30079         (TEST_FUNCTION): New macro.
30080         Include test-skeleton.c.
30081         * setjmp/tst-setjmp.c (main): Converted to ...
30082         (do_test): ... this.
30083         (TEST_FUNCTION): New macro.
30084         Include test-skeleton.c.
30085         * stdio-common/tst-sscanf.c (main): Converted to ...
30086         (do_test): ... this.
30087         (TEST_FUNCTION): New macro.
30088         Include test-skeleton.c.
30089         * sysdeps/x86_64/tst-audit6.c (main): Converted to ...
30090         (do_test): ... this.
30091         (TEST_FUNCTION): New macro.
30092         Include test-skeleton.c.
30094         * elf/tst-audit9.c (main): Converted to ...
30095         (do_test): ... this.
30096         (TEST_FUNCTION): New macro.
30097         Include test-skeleton.c.
30099 2015-07-15  Mike Frysinger  <vapier@gentoo.org>
30101         * timezone/tst-tzset.c (TIMEOUT): Define to 5.
30103 2015-07-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
30105         * sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext):
30106         New variable.
30108 2015-07-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
30110         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
30112 2015-07-14  Roland McGrath  <roland@hack.frob.com>
30114         * sysdeps/generic/dl-fileid.h: New file.
30115         * sysdeps/posix/dl-fileid.h: New file.
30116         * sysdeps/nacl/dl-fileid.h: New file.
30117         * include/link.h: Include <dl-fileid.h>.
30118         (struct link_map): Replace l_dev and l_ino with l_file_id.
30119         * elf/dl-load.c (_dl_map_object_from_fd): Use _dl_get_file_id rather
30120         than __fxstat64.  Use _dl_file_id_match_p rather than comparing l_dev
30121         and l_ino directly.  Initialize l_file_id rather than l_dev and l_ino.
30123 2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30125         * stdlib/tst-tls-atexit.c (do_test): Fix typo.
30127 2015-07-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
30129         * elf/Makefile [ifeq (yes,$(build-shared)) (tests)] (tst-nodelete):
30130         Add iff $CXX is set.
30131         [ifeq (yes,$(build-shared)) (modules-names)] (tst-nodelete-rtldmod):
30132         Likewise.
30133         (tst-nodelete-zmodiff): Likewise.
30134         * nptl/Makefile [[ifeq (,$(CXX))] (tests-unsupported)]: Add tst-once5.
30136 2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30138         * stdlib/tst-tls-atexit.c (load): Fix up whitespace.
30140 2015-07-13  Wilco Dijkstra  <wdijkstr@arm.com>
30142         * sysdeps/aarch64/fpu/math_private.h
30143         (define math_opt_barrier): Add AArch64 version.
30144         (math_force_eval): Likewise.
30146 2015-07-13  Wilco Dijkstra  <wdijkstr@arm.com>
30148         * sysdeps/aarch64/strlen.S (strlen): Optimize strlen.
30150 2015-07-11  H.J. Lu  <hongjiu.lu@intel.com>
30152         * stdio-common/tst-fmemopen2.c (do_test_without_buffer): Replace
30153         %ld with %jd and cast to intmax_t.
30154         (do_test_length_zero): Likewise.
30156 2015-07-10  Roland McGrath  <roland@hack.frob.com>
30158         * sysdeps/nacl/pthread_condattr_setclock.c: New file.
30160 2015-07-10  Chris Metcalf  <cmetcalf@ezchip.com>
30162         * sysdeps/tile/libm-test-ulps: Regenerated.
30164         * math/test-fenvinline.c (feenable_test) [FE_ALL_EXCEPT == 0]:
30165         Comment out the whole function, not just its body.
30167 2015-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30169         * stdlib/tst-tls-atexit.c (load): Remove unnecessary mutex
30170         locks.
30172         * stdlib/tst-tls-atexit.c (load): Avoid boolean coercion.
30174 2015-07-10  Torvald Riegel  <triegel@redhat.com>
30176         * nptl/sem_waitcommon.c (__new_sem_wait_slow): Update comments.
30177         (sem_assume_only_signals_cause_futex_EINTR): Remove.
30179 2015-07-10  Torvald Riegel  <triegel@redhat.com>
30181         * sysdeps/nptl/futex-internal.h: New file.
30182         * sysdeps/nacl/futex-internal.h: New file.
30183         * sysdeps/unix/sysv/linux/futex-internal.h: New file.
30184         * nptl/allocatestack.c (setxid_mark_thread): Use futex wrappers with
30185         error checking.
30186         (setxid_unmark_thread): Likewise.
30187         (__nptl_setxid): Likewise.
30188         (__wait_lookup_done): Likewise.
30189         * nptl/cancellation.c (__pthread_disable_asynccancel): Likewise.
30190         * nptl/nptl-init.c (sighandler_setxid): Likewise.
30191         * nptl/pthread_create.c (START_THREAD_DEFN): Likewise.
30192         * nptl/pthread_once.c (clear_once_control): Likewise.
30193         (__pthread_once_slow): Likewise.
30194         * nptl/unregister-atfork.c (__unregister_atfork): Likewise.
30195         * sysdeps/nacl/exit-thread.h (__exit_thread): Likewise.
30196         * sysdeps/nptl/aio_misc.h (AIO_MISC_NOTIFY, AIO_MISC_WAIT): Likewise.
30197         * sysdeps/nptl/fork.c (__libc_fork): Likewise.
30198         * sysdeps/nptl/gai_misc.h (GAI_MISC_NOTIFY, GAI_MISC_WAIT): Likewise.
30199         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock_slow):
30200         Likewise.
30201         (__pthread_rwlock_rdlock): Likewise.
30202         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
30203         Likewise.
30204         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
30205         Likewise.
30206         * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
30207         Likewise.
30208         * nptl/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Likewise.
30209         * nptl/pthread_rwlock_wrlock.c (__pthread_rwlock_wrlock_slow:
30210         Likewise.
30211         * nptl/pthread_rwlock_init (__pthread_rwlock_init): Remove
30212         __ASSUME_PRIVATE_FUTEX check.
30213         * nptl/pthread_rwlockattr_setpshared (pthread_rwlockattr_setpshared):
30214         Check that shared futexes are supported.
30215         * nptl/pthread_barrier_wait.c (pthread_barrier_wait): Use futex
30216         wrappers with error checking.
30217         * nptl/pthread_barrier_init.c (pthread_barrier_init): Add comments,
30218         remove attribute sanity check and __ASSUME_PRIVATE_FUTEX check.
30219         * nptl/pthread_barrierattr_setpshared.c
30220         (pthread_barrierattr_setpshared): Check that shared futexes are
30221         supported.
30222         * nptl/pthread_condattr_setpshared.c (pthread_condattr_setpshared):
30223         Likewise.
30224         * nptl/pthread_mutexattr_setpshared.c (pthread_mutexattr_setpshared):
30225         Likewise.
30226         * nptl/sem_init.c (futex_private_if_supported): Remove.
30227         (__new_sem_init): Adapt and check that shared futexes are supported.
30228         * nptl/sem_open.c (sem_open): Likewise.
30229         * nptl/sem_post.c (futex_wake): Remove.
30230         * nptl/sem_waitcommon.c (futex_abstimed_wait, futex_wake): Remove.
30231         (do_futex_wait): Use futex wrappers with error checking.
30232         * nptl/sem_wait.c: Include lowlevellock.h.
30233         * sysdeps/sparc/nptl/pthread_barrier_init.c (__pthread_barrier_init):
30234         Use futex_supports_pshared.
30235         * sysdeps/sparc/nptl/pthread_barrier_wait.c (pthread_barrier_wait):
30236         Use futex wrappers with error checking.
30237         * sysdeps/sparc/sparc32/pthread_barrier_wait.c (pthread_barrier_wait):
30238         Likewise.
30239         * sysdeps/sparc/sparc32/sem_init.c (futex_private_if_supported): Remove.
30240         * sysdeps/sparc/sparc32/sem_post.c (futex_wake): Likewise.
30241         * sysdeps/sparc/sparc32/sem_open.c (sem_open): Use FUTEX_SHARED.
30242         * sysdeps/sparc/sparc32/sem_waitcommon.c (futex_abstimed_wait): Remove.
30243         (futex_wake): Likewise.
30244         (sem_assume_only_signals_cause_futex_EINTR): Likewise.
30245         (do_futex_wait): Use futex wrappers with error checking.
30246         (__new_sem_wait_slow): Update EINTR handling.
30247         * sysdeps/sparc/sparc32/sem_wait.c: Include lowlevellock.h.
30249 2015-07-09  Martin Sebor  <msebor@redhat.com>
30251         [BZ #18435]
30252         * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop):
30253         Revert commit ed225df3ad9cbac3c22ec3f0fbbed1f9c61d1c54.
30254         * nptl/Makefile (test-xfail-tst-once5): Define.
30256 2015-07-09  Roland McGrath  <roland@hack.frob.com>
30258         * include/stdio.h: Add rtld_hidden_proto (__libc_fatal).
30259         * elf/dl-minimal.c: For readability, reorder some definitions and
30260         introduce more page breaks.  Include <stdio.h>.
30261         (__libc_fatal): New function.
30263         * include/unistd.h: Add rtld_hidden_proto for _exit.
30264         * posix/_exit.c: Add rtld_hidden_def.
30265         * sysdeps/mach/hurd/_exit.c: Likewise.
30266         * sysdeps/nacl/_exit.c: Likewise.
30267         * sysdeps/unix/sysv/linux/_exit.c: Likewise.
30268         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
30270 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
30272         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Improve
30273         bndmov encoding with zero displacement.
30275 2015-07-09  Igor Zamyatin  <igor.zamyatin@intel.com>
30276             H.J. Lu  <hongjiu.lu@intel.com>
30278         [BZ #18134]
30279         * sysdeps/i386/configure.ac: Set HAVE_MPX_SUPPORT.
30280         * sysdeps/i386/configure: Regenerated.
30281         * sysdeps/i386/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
30282         (_dl_runtime_profile): Save and restore Intel MPX return bound
30283         registers when calling _dl_call_pltexit.  Add
30284         PRESERVE_BND_REGS_PREFIX before return.
30285         * sysdeps/i386/link-defines.sym (LRV_BND0_OFFSET): New.
30286         (LRV_BND1_OFFSET): Likewise.
30287         * sysdeps/x86/bits/link.h (La_i86_retval): Add lrv_bnd0 and
30288         lrv_bnd1.
30289         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
30290         typo in bndmov encoding.
30291         * sysdeps/x86_64/dl-trampoline.h: Properly save and restore
30292         Intel MPX bound registers.  Add PRESERVE_BND_REGS_PREFIX before
30293         branch instructions to preserve bounds.
30295 2015-07-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
30297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
30298         [GLIBC_2.22]: Add fmemopen.
30300 2015-07-09  Samuel Thibault  <samuel.thibault@ens-lyon.org>
30302         * sysdeps/mach/hurd/mlock.c (mlock): When __get_privileged_ports
30303         returns an error, also try to use host port from __mach_host_self for
30304         the __vm_wire call.
30305         * sysdeps/mach/hurd/munlock.c (munlock): Likewise.
30307 2015-07-09  Szabolcs Nagy  <szabolcs.nagy@arm.com>
30309         [BZ #18400]
30310         [BZ #18648]
30311         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h (struct elf_prpsinfo):
30312         Fix pr_uid and pr_gid members.
30313         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (greg_t): Change the
30314         definition to elf_greg_t.
30316 2015-07-08  Roland McGrath  <roland@hack.frob.com>
30318         [BZ #18383]
30319         * sysdeps/arm/configure.ac (libc_cv_arm_tpoff_addend): New check.
30320         Emit test-xfail-tst-tlsalign{,-static}=yes if it fails.
30321         * sysdeps/arm/configure: Regenerated.
30322         * elf/Makefile (test-xfail-tst-tlsalign): Variable removed.
30323         (test-xfail-tst-tlsalign-static): Variable removed.
30325         * Makerules (do-install-so): Use $(LN_S) rather than explicit 'ln -s'.
30326         * elf/Makefile ($(objpfx)$(rtld-installed-name)): Use $(make-link)
30327         rather than explicit 'ln -s'.
30329         * resolv/rpc/netdb.h: New file.
30330         * resolv/Makefile [sunrpc not in $(subdirs)] (headers): Add it.
30332 2015-07-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
30334         * stdio-common/tst-fmemopen2.c (do_test): Add test for NULL and zero
30335         length buffers.
30336         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
30337         test-skeleton.c.
30339         [BZ #6544]
30340         [BZ #11216]
30341         [BZ #12836]
30342         [BZ #13151]
30343         [BZ #13152]
30344         [BZ #14292]
30345         * include/stdio.h (fmemopen): Remove hidden prototype.
30346         (__fmemopen): Add new hidden prototype.
30347         * libio/Makefile: Add oldfmemopen object.
30348         * libio/Versions [GLIBC_2.22]: Add new fmemopen symbol.
30349         * libio/fmemopen.c (__fmemopen): Function rewrite to be POSIX
30350         compliance.
30351         * libio/oldfmemopen.c: New file: old fmemopen implementation for
30352         symbol compatibility.
30353         * stdio-common/Makefile [tests]: Add new tst-fmemopen3.
30354         * stdio-common/psiginfo.c [psiginfo]: Call __fmemopen instead of
30355         fmemopen.
30356         * stdio-common/tst-fmemopen3.c: New file: more fmemopen tests, focus
30357         on append and read mode.
30358         * sysdeps/unix/sysv/linux/aarch64/libc.abilist [GLIBC_2.22]: Add
30359         fmemopen.
30360         * sysdeps/unix/sysv/linux/alpha/libc.abilist [GLIBC_2.22]: Likewise.
30361         * sysdeps/unix/sysv/linux/arm/libc.abilist [GLIBC_2.22]: Likewise.
30362         * sysdeps/unix/sysv/linux/i386/libc.abilist [GLIBC_2.22]: Likewise.
30363         * sysdeps/unix/sysv/linux/ia64/libc.abilist [GLIBC_2.22]:
30364         Likewise.
30365         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist
30366         [GLIBC_2.22]: Likewise.
30367         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist [GLIBC_2.22]:
30368         Likewise.
30369         * sysdeps/unix/sysv/linux/microblaze/libc.abilist [GLIBC_2.22]:
30370         Likewise.
30371         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
30372         [GLIBC_2.22]: Likewise.
30373         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
30374         [GLIBC_2.22]: Likewise.
30375         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
30376         [GLIBC_2.22]: Likewise.
30377         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
30378         [GLIBC_2.22]: Likewise.
30379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
30380         [GLIBC_2.22]: Likewise.
30381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
30382         [GLIBC_2.22]: Likewise.
30383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
30384         [GLIBC_2.22]: Likewise.
30385         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist [GLIBC_2.22]:
30386         Likewise.
30387         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist [GLIBC_2.22]:
30388         Likewise.
30389         * sysdeps/unix/sysv/linux/sh/libc.abilist [GLIBC_2.22]: Likewise.
30390         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist
30391         [GLIBC_2.22]: Likewise.
30392         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist
30393         [GLIBC_2.22]: Likewise.
30394         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist
30395         [GLIBC_2.22]: Likewise.
30396         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist
30397         [GLIBC_2.22]: Likewise.
30398         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist [GLIBC_2.22]:
30399         Likewise.
30400         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist [GLIBC_2.22]:
30401         Likewise.
30402         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist [GLIBC_2.22]:
30403         Likewise.
30404         * sysdeps/unix/sysv/linux/hppa/libc.abilist [GLIBC_2.22]: Likewise.
30405         * sysdeps/unix/sysv/linux/nios2/libc.abilist [GLIBC_2.22]: Likewise.
30407 2015-07-08  Carlos O'Donell  <carlos@redhat.com>
30409         [BZ #18643]
30410         * sysdeps/unix/sysv/linux/bits/in.h: Define IPV6_RECVPATHMTU,
30411         IPV6_PATHMTU, and IPV6_DONTFRAG.
30413 2015-07-08  Feng Gao  <gfree.wind@gmail.com>
30415         * libio/fileops.c: Use "|" instead of "+" when combine _IO_LINE_BUF
30416         and _IO_UNBUFFERED.
30417         * libio/oldfileops.c: Likewise.
30418         * libio/wfileops.c: Likewise.
30420 2015-07-08  Mike Frysinger  <vapier@gentoo.org>
30422         * nscd/selinux.c: Delete selinux/flask.h include.
30424 2015-07-08  Mike Frysinger  <vapier@gentoo.org>
30426         [BZ #18641]
30427         * pwd/pwd.h (fgetpwent): Add __nonnull markings.
30428         (putpwent): Likewise.
30429         (getpwnam): Likewise.
30430         (getpwent_r): Likewise.
30431         (getpwuid_r): Likewise.
30432         (getpwnam_r): Likewise.
30433         (fgetpwent_r): Likewise.
30435 2015-07-08  Carlos O'Donell  <carlos@redhat.com>
30437         [BZ #18557]
30438         * inet/rcmd.c (__validuser2_sa): Check user first to
30439         short-circuit host check.
30441 2015-07-07  Pavel Kopyl  <p.kopyl@samsung.com>
30442             Mikhail Ilin  <m.ilin@samsung.com>
30444         [BZ #17833]
30445         * elf/Makefile (tests): Add tst-nodelete.
30446         (modules-names): Add tst-nodelete-uniquemod.
30447         (tst-nodelete-uniquemod.so-no-z-defs): New.
30448         (tst-nodelete-rtldmod.so-no-z-defs): Likewise.
30449         (tst-nodelete-zmod.so-no-z-defs): Likewise.
30450         ($(objpfx)tst-nodelete): Likewise.
30451         ($(objpfx)tst-nodelete.out): Likewise.
30452         (LDFLAGS-tst-nodelete): Likewise.
30453         (LDFLAGS-tst-nodelete-zmod.so): Likewise.
30454         * elf/dl-close.c (_dl_close_worker): Add a parameter to
30455         implement forced object deletion.
30456         (_dl_close): Pass false to _dl_close_worker.
30457         * elf/dl-open.c (_dl_open): Pass true to _dl_close_worker.
30458         * elf/tst-nodelete.cc: New file.
30459         * elf/tst-nodeletelib.cc: Likewise.
30460         * elf/tst-znodeletelib.cc: Likewise.
30461         * include/dlfcn.h (_dl_close_worker): Add a new parameter.
30463 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
30465         [BZ #18508]
30466         * stdlib/Makefile ($(objpfx)tst-makecontext3):
30467         Depend on $(libdl).
30468         * stdlib/tst-makecontext.c (cf): Test if _Unwind_Backtrace
30469         is not called infinitely times.
30470         (backtrace_helper): New function.
30471         (trace_arg): New struct.
30472         (st1): Enlarge stack size.
30473         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
30474         (__makecontext_ret): Omit cfi_startproc and cfi_endproc.
30475         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
30476         Likewise.
30478 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
30480         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
30482 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
30484         * sysdeps/unix/sysv/linux/s390/bits/sem.h:
30485         Include sys/types.h instead of bits/types.h.
30486         Remove inclusion of bits/wordsize.h.
30488 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
30490         * sysdeps/x86_64/tst-auditmod10b.c (la_symbind32): New.
30491         * sysdeps/x86_64/tst-auditmod4b.c (la_symbind32): Likewise.
30492         * sysdeps/x86_64/tst-auditmod5b.c (la_symbind32): Likewise.
30493         * sysdeps/x86_64/tst-auditmod6b.c (la_symbind32): Likewise.
30494         * sysdeps/x86_64/tst-auditmod6c.c (la_symbind32): Likewise.
30495         * sysdeps/x86_64/tst-auditmod7b.c (la_symbind32): Likewise.
30497 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
30499         * sysdeps/i386/Makefile (gen-as-const-headers)[elf]: Add
30500         link-defines.sym.
30501         * sysdeps/i386/dl-trampoline.S: Include <link-defines.h>.
30502         (_dl_runtime_profile): Use LONG_DOUBLE_SIZE, LRV_SIZE,
30503         LRV_EAX_OFFSET, LRV_EDX_OFFSET, LRV_ST0_OFFSET, LRV_ST1_OFFSET
30504         and LR_SIZE.
30505         * sysdeps/i386/link-defines.sym: New file.
30507 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
30509         * sysdeps/i386/Makefile (tests)[elf]: Add tst-audit3.
30510         (modules-names): Add tst-auditmod3a tst-auditmod3b.
30511         ($(objpfx)tst-audit3): New rule.
30512         ($(objpfx)tst-audit3.out): Likewise.
30513         * sysdeps/i386/tst-audit3.c: New file.
30514         * sysdeps/i386/tst-audit3.h: Likewise.
30515         * sysdeps/i386/tst-auditmod3a.c: Likewise.
30516         * sysdeps/i386/tst-auditmod3b.c: Likewise.
30518 2015-07-07  Torvald Riegel  <triegel@redhat.com>
30520         [BZ #18633]
30521         * sysdeps/x86/bits/string.h (__memmove_g): Do not create invalid
30522         pointer in C code.
30523         (__strcat_c): Likewise.
30524         (__strcat_g): Likewise.
30526 2015-07-07  Cyril Hrubis <chrubis@suse.cz>
30528         [BZ #18592]
30529         * misc/sbrk.c: Set errno to ENOMEM on overflow.
30531 2015-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
30533         * sysdeps/aarch64/fpu/math_private.h (__ieee754_sqrt):
30534         New function.  (__ieee754_sqrtf): New function.
30535         * sysdeps/aarch64/fpu/e_sqrt.c (__ieee754_sqrt):
30536         New function.
30537         * sysdeps/aarch64/fpu/e_sqrtf.c (__ieee754_sqrtf):
30538         New function.
30540 2015-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
30542         * sysdeps/ieee754/support.c: Remove unused file.
30544 2015-07-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
30546         * sysdeps/unix/sysv/linux/aarch64/getcontext.S (__getcontext): Use q
30547         registers instead of d ones so the layout is kernel abi compatible.
30548         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext): Likewise.
30549         * sysdeps/unix/sysv/linux/aarch64/swapcontext.S (__swapcontext):
30550         Likewise.
30552 2015-07-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
30554         * sysdeps/aarch64/libm-test-ulps: Regenerated.
30556 2015-07-01  Joseph Myers  <joseph@codesourcery.com>
30558         [BZ #18619]
30559         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Force underflow
30560         and return argument in case of subnormal argument.
30562 2015-07-01  Martin Sebor  <msebor@redhat.com>
30564         [BZ #18435]
30565         * nptl/Makefile: Add tst-once5.cc.
30566         * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop):
30567         Remove macro redefinitions.
30568         * nptl/tst-once5.cc: New test.
30570 2015-07-01  Joseph Myers  <joseph@codesourcery.com>
30572         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
30574         * sysdeps/arm/libm-test-ulps: Regenerated.
30576         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
30577         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
30579 2015-06-30  Torvald Riegel  <triegel@redhat.com>
30581         * nptl/DESIGN-systemtap-probes.txt: Remove lll_lock_wait,
30582         lll_lock_wait_private and lll_futex_wake probes.
30584         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (BUSY_WAIT_NOP): Remove.
30585         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (BUSY_WAIT_NOP):
30586         Likewise.
30587         * sysdeps/i386/i486/bits/atomic.h (atomic_delay): Rename to
30588         atomic_spin_nop.
30589         * sysdeps/x86_64/bits/atomic.h: Likewise.
30590         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP): Rename
30591         to atomic_spin_nop and move ...
30592         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_spin_nop):
30593         ... here and ...
30594         * sysdeps/sparc/sparc64/bits/atomic.h: ... here.
30595         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Use
30596         atomic_spin_nop instead of BUSY_WAIT_NOP.
30597         * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock):
30598         Likewise.
30599         * sysdeps/nacl/lll_timedwait_tid.c (__lll_timedwait_tid): Likewise.
30600         * sysdeps/nacl/lowlevellock.h (BUSY_WAIT_NOP): Remove.
30601         (lll_wait_tid): Use atomic_spin_nop instead of BUSY_WAIT_NOP.
30602         * nscd/nscd-client.h (__nscd_acquire_maplock): Use atomic_spin_nop
30603         instead of atomic_delay.
30605 2015-06-29  Joseph Myers  <joseph@codesourcery.com>
30607         [BZ #18613]
30608         * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Take log of
30609         X_ADJ not X when adjusting exponent.
30610         (__ieee754_gamma_r): Do intermediate computations in
30611         round-to-nearest then adjust overflowing and underflowing results
30612         as needed.
30613         * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Take log
30614         of X_ADJ not X when adjusting exponent.
30615         (__ieee754_gammaf_r): Do intermediate computations in
30616         round-to-nearest then adjust overflowing and underflowing results
30617         as needed.
30618         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive): Take
30619         log of X_ADJ not X when adjusting exponent.
30620         (__ieee754_gammal_r): Do intermediate computations in
30621         round-to-nearest then adjust overflowing and underflowing results
30622         as needed.  Use 1.0L not 1.0f as numerator of division.
30623         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive): Take
30624         log of X_ADJ not X when adjusting exponent.
30625         (__ieee754_gammal_r): Do intermediate computations in
30626         round-to-nearest then adjust overflowing and underflowing results
30627         as needed.  Use 1.0L not 1.0f as numerator of division.
30628         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive): Take log
30629         of X_ADJ not X when adjusting exponent.
30630         (__ieee754_gammal_r): Do intermediate computations in
30631         round-to-nearest then adjust overflowing and underflowing results
30632         as needed.  Use 1.0L not 1.0f as numerator of division.
30633         * math/libm-test.inc (tgamma_test_data): Remove one test.  Moved
30634         to auto-libm-test-in.
30635         (tgamma_test): Use ALL_RM_TEST.
30636         * math/auto-libm-test-in: Add one test of tgamma.  Mark some other
30637         tests of tgamma with spurious-overflow.
30638         * math/auto-libm-test-out: Regenerated.
30639         * math/gen-libm-have-vector-test.sh: Do not check for START.
30640         * sysdeps/i386/fpu/libm-test-ulps: Update.
30641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30643         [BZ #18612]
30644         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): For small
30645         arguments, just return 0.5 times the argument, with underflow
30646         forced as needed.
30647         * math/auto-libm-test-in: Add more tests of j1.
30648         * math/auto-libm-test-out: Regenerated.
30650         [BZ #16559]
30651         * sysdeps/ieee754/dbl-64/e_j1.c: Include <float.h>.
30652         (__ieee754_j1): Force underflow exception for small results.
30653         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
30654         * sysdeps/ieee754/flt-32/e_j1f.c: Include <float.h>.
30655         (__ieee754_j1f): Force underflow exception for small results.
30656         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
30657         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
30658         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
30659         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <float.h>.
30660         (__ieee754_j1l): Force underflow exception for small results.
30661         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
30662         * math/auto-libm-test-in: Add more tests of j1 and jn.
30663         * math/auto-libm-test-out: Regenerated.
30665         * sysdeps/unix/sysv/linux/bits/in.h (IP_CHECKSUM): New macro.
30666         * sysdeps/unix/sysv/linux/bits/socket.h (PF_IB): Likewise.
30667         (PF_MPLS): Likewise.
30668         (AF_IB): Likewise.
30669         (AF_MPLS): Likewise.
30670         * sysdeps/unix/sysv/linux/sys/mount.h (MS_LAZYTIME): New enum
30671         value and macro.
30672         (MS_RMT_MASK): Include MS_LAZYTIME.
30674 2015-06-26  Mel Gorman  <mgorman@suse.de>
30676         [BZ #18502]
30677         * malloc/arena.c (heap_trim): Don't try to shrink a heap that is
30678         already minimal.
30680 2015-06-26  Matthew Fortune  <matthew.fortune@imgtec.com>
30682         * elf/elf.h (DT_MIPS_RLD_MAP_REL): New macro.
30683         (DT_MIPS_NUM): Update.
30684         * sysdeps/mips/dl-machine.h (ELF_MACHINE_DEBUG_SETUP): Handle
30685         DT_MIPS_RLD_MAP_REL.
30687 2015-06-25  Joseph Myers  <joseph@codesourcery.com>
30689         [BZ #16559]
30690         [BZ #18602]
30691         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Set
30692         round-to-nearest internally then recompute results that
30693         underflowed to zero in the original rounding mode.
30694         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
30695         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
30696         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
30697         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
30698         * math/libm-test.inc (jn_test): Use ALL_RM_TEST.
30699         * sysdeps/i386/fpu/libm-test-ulps: Update.
30700         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30702 2015-06-25  Andrew Senkevich  <andrew.senkevich@intel.com>
30704         * NEWS: Fixed description of link with vector math library.
30706 2015-06-25  Andreas Schwab  <schwab@suse.de>
30708         [BZ #18549]
30709         * libio/fmemopen.c (fmemopen_write): Fix bounds check for ENOSPC.
30710         * libio/test-fmemopen.c (do_test): Add test for it.
30712 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
30714         [BZ #17841]
30715         * Makeconfig (no-pie-ldflag): New.
30716         (+link): Set to $(+link-pie) if default to PIE.
30717         (+link-tests): Set to $(+link-pie-tests) if default to PIE.
30718         * config.make.in (build-pie-default): New.
30719         * configure.ac (libc_cv_pie_default): New.  Set to yes if -fPIE
30720         is default.  AC_SUBST.
30721         * configure: Regenerated.
30722         * elf/Makefile (LDFLAGS-tst-dlopen-aout): New.
30724 2015-06-24  Roland McGrath  <roland@hack.frob.com>
30726         * nptl/descr.h (struct pthread): Change type of field setxid_futex
30727         to 'unsigned int'.
30729         * resolv/gai_misc.h (struct waitlist): Change type of field
30730         counterp to 'volatile unsigned int *'.
30731         * sysdeps/nptl/gai_misc.h (GAI_MISC_WAIT): Use unsigned types for
30732         FUTEXADDR and OLDVAL.
30733         * resolv/getaddrinfo_a.c (getaddrinfo_a):
30734         Give local variable TOTAL type 'volatile unsigned int'.
30735         (struct async_waitlist): Change type of field counter to 'unsigned int'.
30736         * resolv/gai_suspend.c (gai_suspend):
30737         Give local variable CNTR type 'unsigned int'.
30739         * sysdeps/pthread/aio_misc.h (struct waitlist): Change type of field
30740         counterp to 'volatile unsigned int *'.
30741         * sysdeps/pthread/aio_suspend.c [DONT_NEED_AIO_MISC_COND]
30742         (do_aio_misc_wait): Give argument CNTR type 'unsigned int *'.
30743         (aio_suspend): Give local variable CNTR type 'unsigned int'.
30744         * sysdeps/pthread/lio_listio.c (lio_listio_internal):
30745         Give local variable TOTAL type 'volatile unsigned int'.
30746         (struct async_waitlist): Change type of field counter to 'unsigned int'.
30748 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
30750         [BZ #18383]
30751         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Align
30752         TCB_OFFSET to MAX_ALIGN, not just TCBALIGN.  Add comment.
30753         * elf/Makefile (test-xfail-tst-tlsalign{,-static}): Remove
30754         comment for i386/x86-64.
30755         (test-xfail-tst-tlsalign-extern-static): Removed.
30757 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
30759         * math/test-double.h: New file.
30760         * math/test-float.h: Likewise.
30761         * math/test-ldouble.h: Likewise.
30762         * math/test-math-inline.h: Likewise.
30763         * math/test-math-no-inline.h: Likewise.
30764         * math/test-math-scalar.h: Likewise.
30765         * math/test-math-vector.h: Likewise.
30766         * math/test-vec-loop.h: Remove file.  Contents moved into
30767         test-math-vector.h.
30768         * math/libm-test.inc (MATHCONST): Do not document macro.
30769         * math/test-double.c: Include test-double.h, test-math-no-inline.h
30770         and test-math-scalar.h.
30771         (FUNC): Remove macro.
30772         (FUNC_TEST): Likewise.
30773         (FLOAT): Likewise.
30774         (MATHCONST): Likewise.
30775         (PRINTF_EXPR): Likewise.
30776         (PRINTF_XEXPR): Likewise.
30777         (PRINTF_NEXPR): Likewise.
30778         (TEST_DOUBLE): Likewise.
30779         (TEST_MATHVEC): Likewise.
30780         (__NO_MATH_INLINES): Likewise.
30781         * math/test-float.c: Include test-float.h, test-math-no-inline.h
30782         and test-math-scalar.h.
30783         (FUNC): Remove macro.
30784         (FUNC_TEST): Likewise.
30785         (FLOAT): Likewise.
30786         (MATHCONST): Likewise.
30787         (PRINTF_EXPR): Likewise.
30788         (PRINTF_XEXPR): Likewise.
30789         (PRINTF_NEXPR): Likewise.
30790         (TEST_FLOAT): Likewise.
30791         (TEST_MATHVEC): Likewise.
30792         (__NO_MATH_INLINES): Likewise.
30793         * math/test-idouble.c: Include test-double.h, test-math-inline.h
30794         and test-math-scalar.h.
30795         (FUNC): Remove macro.
30796         (FUNC_TEST): Likewise.
30797         (FLOAT): Likewise.
30798         (MATHCONST): Likewise.
30799         (PRINTF_EXPR): Likewise.
30800         (PRINTF_XEXPR): Likewise.
30801         (PRINTF_NEXPR): Likewise.
30802         (TEST_DOUBLE): Likewise.
30803         (TEST_MATHVEC): Likewise.
30804         (TEST_INLINE): Likewise.
30805         (__NO_MATH_INLINES): Likewise.
30806         * math/test-ifloat.c: Include test-float.h, test-math-inline.h and
30807         test-math-scalar.h.
30808         (FUNC): Remove macro.
30809         (FUNC_TEST): Likewise.
30810         (FLOAT): Likewise.
30811         (MATHCONST): Likewise.
30812         (PRINTF_EXPR): Likewise.
30813         (PRINTF_XEXPR): Likewise.
30814         (PRINTF_NEXPR): Likewise.
30815         (TEST_FLOAT): Likewise.
30816         (TEST_MATHVEC): Likewise.
30817         (TEST_INLINE): Likewise.
30818         (__NO_MATH_INLINES): Likewise.
30819         * math/test-ildoubl.c: Include test-ldouble.h, test-math-inline.h
30820         and test-math-scalar.h.
30821         (FUNC): Remove macro.
30822         (FUNC_TEST): Likewise.
30823         (FLOAT): Likewise.
30824         (MATHCONST): Likewise.
30825         (PRINTF_EXPR): Likewise.
30826         (PRINTF_XEXPR): Likewise.
30827         (PRINTF_NEXPR): Likewise.
30828         (TEST_LDOUBLE): Likewise.
30829         (TEST_MATHVEC): Likewise.
30830         (TEST_INLINE): Likewise.
30831         (__NO_MATH_INLINES): Likewise.
30832         * math/test-ldouble.c: Include test-ldouble.h,
30833         test-math-no-inline.h and test-math-scalar.h.
30834         (FUNC): Remove macro.
30835         (FUNC_TEST): Likewise.
30836         (FLOAT): Likewise.
30837         (MATHCONST): Likewise.
30838         (PRINTF_EXPR): Likewise.
30839         (PRINTF_XEXPR): Likewise.
30840         (PRINTF_NEXPR): Likewise.
30841         (TEST_LDOUBLE): Likewise.
30842         (TEST_MATHVEC): Likewise.
30843         (__NO_MATH_INLINES): Likewise.
30844         * math/test-double-vlen2.h: Include test-double.h,
30845         test-math-no-inline.h and test-math-vector.h.
30846         (FLOAT): Remove macro.
30847         (FUNC): Likewise.
30848         (MATHCONST): Likewise.
30849         (PRINTF_EXPR): Likewise.
30850         (PRINTF_XEXPR): Likewise.
30851         (PRINTF_NEXPR): Likewise.
30852         (TEST_DOUBLE): Likewise.
30853         (TEST_MATHVEC): Likewise.
30854         (__NO_MATH_INLINES): Likewise.
30855         (CNCT): Likewise.
30856         (CONCAT): Likewise.
30857         (WRAPPER_NAME): Likewise.
30858         (WRAPPER_DECL): Likewise.
30859         (WRAPPER_DECL_ff): Likewise.
30860         (WRAPPER_DECL_fFF): Likewise.
30861         (VECTOR_WRAPPER): Likewise.
30862         (VECTOR_WRAPPER_ff): Likewise.
30863         (VECTOR_WRAPPER_fFF): Likewise.
30864         (VEC_LEN): New macro.
30865         * math/test-double-vlen4.h: Include test-double.h,
30866         test-math-no-inline.h and test-math-vector.h.
30867         (FLOAT): Remove macro.
30868         (FUNC): Likewise.
30869         (MATHCONST): Likewise.
30870         (PRINTF_EXPR): Likewise.
30871         (PRINTF_XEXPR): Likewise.
30872         (PRINTF_NEXPR): Likewise.
30873         (TEST_DOUBLE): Likewise.
30874         (TEST_MATHVEC): Likewise.
30875         (__NO_MATH_INLINES): Likewise.
30876         (CNCT): Likewise.
30877         (CONCAT): Likewise.
30878         (WRAPPER_NAME): Likewise.
30879         (WRAPPER_DECL): Likewise.
30880         (WRAPPER_DECL_ff): Likewise.
30881         (WRAPPER_DECL_fFF): Likewise.
30882         (VECTOR_WRAPPER): Likewise.
30883         (VECTOR_WRAPPER_ff): Likewise.
30884         (VECTOR_WRAPPER_fFF): Likewise.
30885         (VEC_LEN): New macro.
30886         * math/test-double-vlen8.h: Include test-double.h,
30887         test-math-no-inline.h and test-math-vector.h.
30888         (FLOAT): Remove macro.
30889         (FUNC): Likewise.
30890         (MATHCONST): Likewise.
30891         (PRINTF_EXPR): Likewise.
30892         (PRINTF_XEXPR): Likewise.
30893         (PRINTF_NEXPR): Likewise.
30894         (TEST_DOUBLE): Likewise.
30895         (TEST_MATHVEC): Likewise.
30896         (__NO_MATH_INLINES): Likewise.
30897         (CNCT): Likewise.
30898         (CONCAT): Likewise.
30899         (WRAPPER_NAME): Likewise.
30900         (WRAPPER_DECL): Likewise.
30901         (WRAPPER_DECL_ff): Likewise.
30902         (WRAPPER_DECL_fFF): Likewise.
30903         (VECTOR_WRAPPER): Likewise.
30904         (VECTOR_WRAPPER_ff): Likewise.
30905         (VECTOR_WRAPPER_fFF): Likewise.
30906         (VEC_LEN): New macro.
30907         * math/test-float-vlen4.h: Include test-float.h,
30908         test-math-no-inline.h and test-math-vector.h.
30909         (FLOAT): Remove macro.
30910         (FUNC): Likewise.
30911         (MATHCONST): Likewise.
30912         (PRINTF_EXPR): Likewise.
30913         (PRINTF_XEXPR): Likewise.
30914         (PRINTF_NEXPR): Likewise.
30915         (TEST_FLOAT): Likewise.
30916         (TEST_MATHVEC): Likewise.
30917         (__NO_MATH_INLINES): Likewise.
30918         (CNCT): Likewise.
30919         (CONCAT): Likewise.
30920         (WRAPPER_NAME): Likewise.
30921         (WRAPPER_DECL): Likewise.
30922         (WRAPPER_DECL_ff): Likewise.
30923         (WRAPPER_DECL_fFF): Likewise.
30924         (VECTOR_WRAPPER): Likewise.
30925         (VECTOR_WRAPPER_ff): Likewise.
30926         (VECTOR_WRAPPER_fFF): Likewise.
30927         (VEC_LEN): New macro.
30928         * math/test-float-vlen8.h: Include test-float.h,
30929         test-math-no-inline.h and test-math-vector.h.
30930         (FLOAT): Remove macro.
30931         (FUNC): Likewise.
30932         (MATHCONST): Likewise.
30933         (PRINTF_EXPR): Likewise.
30934         (PRINTF_XEXPR): Likewise.
30935         (PRINTF_NEXPR): Likewise.
30936         (TEST_FLOAT): Likewise.
30937         (TEST_MATHVEC): Likewise.
30938         (__NO_MATH_INLINES): Likewise.
30939         (CNCT): Likewise.
30940         (CONCAT): Likewise.
30941         (WRAPPER_NAME): Likewise.
30942         (WRAPPER_DECL): Likewise.
30943         (WRAPPER_DECL_ff): Likewise.
30944         (WRAPPER_DECL_fFF): Likewise.
30945         (VECTOR_WRAPPER): Likewise.
30946         (VECTOR_WRAPPER_ff): Likewise.
30947         (VECTOR_WRAPPER_fFF): Likewise.
30948         (VEC_LEN): New macro.
30949         * math/test-float-vlen16.h: Include test-float.h,
30950         test-math-no-inline.h and test-math-vector.h.
30951         (FLOAT): Remove macro.
30952         (FUNC): Likewise.
30953         (MATHCONST): Likewise.
30954         (PRINTF_EXPR): Likewise.
30955         (PRINTF_XEXPR): Likewise.
30956         (PRINTF_NEXPR): Likewise.
30957         (TEST_FLOAT): Likewise.
30958         (TEST_MATHVEC): Likewise.
30959         (__NO_MATH_INLINES): Likewise.
30960         (CNCT): Likewise.
30961         (CONCAT): Likewise.
30962         (WRAPPER_NAME): Likewise.
30963         (WRAPPER_DECL): Likewise.
30964         (WRAPPER_DECL_ff): Likewise.
30965         (WRAPPER_DECL_fFF): Likewise.
30966         (VECTOR_WRAPPER): Likewise.
30967         (VECTOR_WRAPPER_ff): Likewise.
30968         (VECTOR_WRAPPER_fFF): Likewise.
30969         (VEC_LEN): New macro.
30970         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Do not include
30971         test-vec-loop.h.
30972         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
30973         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
30974         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
30975         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
30976         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
30977         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
30978         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
30980 2015-06-24  Roland McGrath  <roland@hack.frob.com>
30982         * sysdeps/nacl/glob.c (getlogin_r): Macro renamed to ...
30983         (__getlogin_r): ... this.
30985 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
30987         [BZ #18594]
30988         * math/s_ccosh.c (__ccosh): Compare with least normal value
30989         instead of comparing class with FP_SUBNORMAL.
30990         * math/s_ccoshf.c (__ccoshf): Likewise.
30991         * math/s_ccoshl.c (__ccoshl): Likewise.
30992         * math/s_cexp.c (__cexp): Likewise.
30993         * math/s_cexpf.c (__cexpf): Likewise.
30994         * math/s_cexpl.c (__cexpl): Likewise.
30995         * math/s_csin.c (__csin): Likewise.
30996         * math/s_csinf.c (__csinf): Likewise.
30997         * math/s_csinh.c (__csinh): Likewise.
30998         * math/s_csinhf.c (__csinhf): Likewise.
30999         * math/s_csinhl.c (__csinhl): Likewise.
31000         * math/s_csinl.c (__csinl): Likewise.
31001         * math/s_ctan.c (__ctan): Likewise.
31002         * math/s_ctanf.c (__ctanf): Likewise.
31003         * math/s_ctanh.c (__ctanh): Likewise.
31004         * math/s_ctanhf.c (__ctanhf): Likewise.
31005         * math/s_ctanhl.c (__ctanhl): Likewise.
31006         * math/s_ctanl.c (__ctanl): Likewise.
31007         * math/auto-libm-test-in: Add more tests of ccos, ccosh, cexp,
31008         csin, csinh, ctan and ctanh.
31009         * math/auto-libm-test-out: Regenerated.
31010         * math/libm-test.inc (cexp_test): Use ALL_RM_TEST.
31011         * sysdeps/i386/fpu/libm-test-ulps: Update.
31012         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31014 2015-06-24  Roland McGrath  <roland@hack.frob.com>
31016         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): When sched_getcpu
31017         return value is wrong, print the expected value too.
31019 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
31021         [BZ #18585]
31022         * elf/readlib.c (is_gdb_python_file): New.
31023         (process_file): Don't issue errors on filenames with -gdb.py
31024         suffix.
31026 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
31028         * math/auto-libm-test-in: Add more tests of csin and csinh.
31029         * math/auto-libm-test-out: Regenerated.
31030         * math/libm-test.inc (csin_test_data): Remove tests moved to
31031         auto-libm-test-in.
31032         (csinh_test_data): Likewise.
31034         [BZ #18593]
31035         * math/s_csin.c (__csin): Negate before rather than after possibly
31036         overflowing multiplication.
31037         * math/s_csinf.c (__csinf): Likewise.
31038         * math/s_csinh.c (__csinh): Likewise.
31039         * math/s_csinhf.c (__csinhf): Likewise.
31040         * math/s_csinhl.c (__csinhl): Likewise.
31041         * math/s_csinl.c (__csinl): Likewise.
31042         * math/auto-libm-test-in: Add some tests of csin and csinh.
31043         * math/auto-libm-test-out: Regenerated.
31044         * math/libm-test.inc (csin_test_data): Use AUTO_TESTS_c_c.
31045         (csinh_test_data): Likewise.
31046         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31048         [BZ #18586]
31049         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Force
31050         underflow exception for small results.
31052 2015-06-24  Andrew Senkevich  <andrew.senkevich@intel.com>
31054         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
31055         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: Renamed
31056         variable and included header.
31057         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: Likewise.
31058         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: Likewise.
31059         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: Likewise.
31060         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: Likewise.
31061         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: Likewise.
31062         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S: Likewise.
31063         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S: Likewise.
31064         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S: Likewise.
31065         * sysdeps/x86_64/fpu/svml_s_trig_data.S: New file.
31066         * sysdeps/x86_64/fpu/svml_s_trig_data.h: Likewise.
31067         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: Removed file.
31068         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: Likewise.
31069         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: Likewise.
31070         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: Likewise.
31071         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: Likewise.
31072         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: Likewise.
31074 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
31076         [BZ #16526]
31077         [BZ #16538]
31078         * sysdeps/ieee754/dbl-64/s_sin.c: Include <float.h>.
31079         (__sin): Force underflow exception for arguments with small
31080         absolute value.
31081         * sysdeps/ieee754/flt-32/k_sinf.c: Include <float.h>.
31082         (__kernel_sinf): Force underflow exception for arguments with
31083         small absolute value.
31084         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Include <float.h>.
31085         (__kernel_sincosl): Force underflow exception for arguments with
31086         small absolute value.
31087         * sysdeps/ieee754/ldbl-128/k_sinl.c: Include <float.h>.
31088         (__kernel_sinl): Force underflow exception for arguments with
31089         small absolute value.
31090         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Include <float.h>.
31091         (__kernel_sincosl): Force underflow exception for arguments with
31092         small absolute value.
31093         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Include <float.h>.
31094         (__kernel_sinl): Force underflow exception for arguments with
31095         small absolute value.
31096         * sysdeps/ieee754/ldbl-96/k_sinl.c: Include <float.h>.
31097         (__kernel_sinl): Force underflow exception for arguments with
31098         small absolute value.
31099         * sysdeps/powerpc/fpu/k_sinf.c: Include <float.h>.
31100         (__kernel_sinf): Force underflow exception for arguments with
31101         small absolute value.
31102         * math/auto-libm-test-in: Add more tests of sin and sincos.
31103         * math/auto-libm-test-out: Regenerated.
31105         [BZ #18245]
31106         [BZ #18583]
31107         * sysdeps/ieee754/k_standardl.c: Include <fenv.h>.
31108         (__kernel_standard_l): Use feholdexcept and fesetenv around
31109         conversion to double instead of special-casing overflow and
31110         underflow.
31111         * math/libm-test.inc (fmod_test_data): Add more tests.
31112         (remainder_test_data): Likewise.
31113         (sqrt_test_data): Likewise.
31115 2015-06-23  Torvald Riegel  <triegel@redhat.com>
31117         [BZ #17403]
31118         * sysdeps/x86_64/bits/atomic.h: (atomic_full_barrier,
31119         atomic_read_barrier, atomic_write_barrier): Define.
31120         * sysdeps/i386/i486/bits/atomic.h (atomic_full_barrier,
31121         atomic_read_barrier, atomic_write_barrier): Define.
31123 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
31125         * math/Makefile [$(PERL) != no]
31126         ($(addprefix $(objpfx), $(addsuffix .o, $(libm-vec-tests)))): Move
31127         dependency on libm-test.stmp below the inclusion of Rules.
31129 2015-06-23  Andrew Senkevich  <andrew.senkevich@intel.com>
31131         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
31132         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: Renamed variable
31133         and included header.
31134         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: Likewise.
31135         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: Likewise.
31136         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: Likewise.
31137         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: Likewise.
31138         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: Likewise.
31139         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: Likewise.
31140         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: Likewise.
31141         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: Likewise.
31142         * sysdeps/x86_64/fpu/svml_d_trig_data.S: New file.
31143         * sysdeps/x86_64/fpu/svml_d_trig_data.h: Likewise.
31144         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: Removed unneeded include.
31145         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: Likewise.
31146         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: Likewise.
31147         * sysdeps/x86_64/fpu/svml_d_cos_data.S: Removed file.
31148         * sysdeps/x86_64/fpu/svml_d_cos_data.h: Likewise.
31149         * sysdeps/x86_64/fpu/svml_d_sin_data.S: Likewise.
31150         * sysdeps/x86_64/fpu/svml_d_sin_data.h: Likewise.
31151         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: Likewise.
31152         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: Likewise.
31154 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
31156         [BZ #18371]
31157         * math/s_csqrt.c (__csqrt): Avoid multiplication by 0.5 where
31158         intermediate but not final result might underflow.
31159         * math/s_csqrtf.c (__csqrtf): Likewise.
31160         * math/s_csqrtl.c (__csqrtl): Likewise.
31161         * math/auto-libm-test-in: Add more tests of csqrt.
31162         * math/auto-libm-test-out: Regenerated.
31163         * sysdeps/i386/fpu/libm-test-ulps: Update.
31165         [BZ #18219]
31166         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Reduce
31167         threshold on absolute value of exponent for which scaling is used.
31168         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
31169         * math/auto-libm-test-in: Add more tests of exp2.
31170         * math/auto-libm-test-out: Regenerated.
31172 2015-06-23  Dmitry V. Levin  <ldv@altlinux.org>
31174         [BZ #17977]
31175         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix unlocking
31176         when initializing interface list, based on the bug analysis
31177         and the patch proposed by Eric Newton.
31178         * resolv/tst-res_hconf_reorder.c: New test.
31179         * resolv/Makefile [$(have-thread-library) = yes] (tests): Add
31180         tst-res_hconf_reorder.
31181         ($(objpfx)tst-res_hconf_reorder): Depend on $(libdl)
31182         and $(shared-thread-library).
31183         (tst-res_hconf_reorder-ENV): New variable.
31185         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix typo
31186         in comment.
31188 2015-06-22  Joseph Myers  <joseph@codesourcery.com>
31190         [BZ #16353]
31191         * sysdeps/i386/fpu/s_expm1.S (dbl_min): New object.
31192         (__expm1): Force underflow exception for arguments with small
31193         absolute value.
31194         * sysdeps/i386/fpu/s_expm1f.S (flt_min): New object.
31195         (__expm1f): Force underflow exception for arguments with small
31196         absolute value.
31197         * sysdeps/ieee754/dbl-64/s_expm1.c: Include <float.h>.
31198         (__expm1): Force underflow exception for arguments with small
31199         absolute value.
31200         * sysdeps/ieee754/flt-32/s_expm1f.c: Include <float.h>.
31201         (__expm1f): Force underflow exception for arguments with small
31202         absolute value.
31203         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
31204         Check for small arguments before calling __expm1.
31205         * math/auto-libm-test-in: Do not mark underflow exceptions as
31206         possibly missing for bug 16353.
31207         * math/auto-libm-test-out: Regenerated.
31209 2015-06-22  Andreas Schwab  <schwab@suse.de>
31211         [BZ #18513]
31212         * resolv/nss_dns/dns-host.c (getanswer_r): Record TTL also for
31213         PTR queries.
31215 2015-06-22  Leonhard Holz  <leonhard.holz@web.de>
31217         * string/strcoll_l.c (STRCOLL): Remove unnecessary memset.
31219         * string/strcoll_l.c: Remove unused struct element idxnow.
31221 2015-06-21  Joseph Myers  <joseph@codesourcery.com>
31223         [BZ #18569]
31224         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Force
31225         underflow and return argument in case of subnormal argument.
31226         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
31227         Likewise.
31228         * math/auto-libm-test-in: Add more tests of expm1.
31229         * math/auto-libm-test-out: Regenerated.
31231         [BZ #16361]
31232         * sysdeps/i386/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
31233         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
31234         tiny results.
31235         * sysdeps/x86_64/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
31236         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
31237         tiny results.
31238         * math/auto-libm-test-in: Add more tests of exp and exp10.  Do not
31239         mark underflow exceptions as possibly missing for bug 16361.
31240         * math/auto-libm-test-out: Regenerated.
31242 2015-06-19  Joseph Myers  <joseph@codesourcery.com>
31244         * conform/data/sys/select.h-data [XOPEN2K8] (pselect): Expect.
31245         * conform/Makefile (test-xfail-XOPEN2K8/sys/select.h/conform):
31246         Remove variable.
31247         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
31248         (test-xfail-XOPEN2K8/utmpx.h/conform).
31250         * conform/conformtest.pl ($xerrors): New variable.
31251         (note_error): New function.
31252         (compiletest): New argument $xfail.  Use not_error.
31253         (runtest): Likewise.
31254         (top level): Handle xfail- lines.  Update calls to compiletest and
31255         runtest.  Handle xfail- and optional- in headers listed with
31256         allow-header.
31257         * conform/data/fcntl.h-data (O_TTY_INIT): Use xfail-.
31258         (O_EXEC): Likewise.
31259         (O_SEARCH): Likewise.
31260         * conform/data/stropts.h-data (ioctl): Likewise.
31261         * conform/data/sys/ipc.h-data (ipc_perm.mode): Likewise.
31262         * conform/data/sys/sem.h-data (semid_ds.sem_nsems): Likewise.
31263         * conform/data/sys/socket.h-data (msghdr.msg_iovlen): Likewise.
31264         (msghdr.msg_controllen): Likewise.
31265         (cmsghdr.cmsg_len): Likewise.
31266         * conform/data/utmpx.h-data (utmpx.ut_tv): Likewise.
31267         * conform/Makefile (test-xfail-XPG3/sys/ipc.h/conform): Remove
31268         variable.
31269         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
31270         (test-xfail-XPG4/stropts.h/conform): Likewise.
31271         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
31272         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
31273         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
31274         (test-xfail-UNIX98/stropts.h/conform): Likewise.
31275         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
31276         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
31277         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
31278         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
31279         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
31280         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
31281         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
31282         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
31283         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
31284         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
31285         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
31286         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
31287         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
31288         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
31289         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
31291 2015-06-19  Andrew Senkevich  <andrew.senkevich@intel.com>
31293         * sysdeps/ieee754/ldbl-opt/s_sin.c (__DECL_SIMD_sincos_disable,
31294         __DECL_SIMD_sincos_disablef, __DECL_SIMD_sincos_disablel): Added empty
31295         definitions for proper unfolding of __MATHDECL_VEC.
31297 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
31299         * benchtests/bench-strcoll.c:
31300         Include string.h.
31301         (main): Remove unused variable res.
31303 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
31305         * timezone/Makefile (%/UTC %/Universal):
31306         Generate test-result files for UTC and Universal.
31308 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
31310         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
31312 2015-06-18  Joseph Myers  <joseph@codesourcery.com>
31314         [BZ #16350]
31315         * sysdeps/i386/fpu/s_asinh.S (__asinh): Force underflow exception
31316         for arguments with small absolute value.
31317         * sysdeps/i386/fpu/s_asinhf.S (__asinhf): Likewise.
31318         * sysdeps/i386/fpu/s_asinhl.S (__asinhl): Likewise.
31319         * sysdeps/ieee754/dbl-64/s_asinh.c: Include <float.h>.
31320         (__asinh): Force underflow exception for arguments with small
31321         absolute value.
31322         * sysdeps/ieee754/flt-32/s_asinhf.c: Include <float.h>.
31323         (__asinhf): Force underflow exception for arguments with small
31324         absolute value.
31325         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Include <float.h>.
31326         (__asinhl): Force underflow exception for arguments with small
31327         absolute value.
31328         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Include <float.h>.
31329         (__asinhl): Force underflow exception for arguments with small
31330         absolute value.
31331         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Include <float.h>.
31332         (__asinhl): Force underflow exception for arguments with small
31333         absolute value.
31334         * math/auto-libm-test-in: Do not mark underflow exceptions as
31335         possibly missing for bug 16350.
31336         * math/auto-libm-test-out: Regenerated.
31338         * include/bits/ipc.h: Remove file.
31339         * conform/Makefile (test-xfail-XPG3/sys/msg.h/conform): Remove
31340         variable.
31341         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
31342         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
31343         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
31344         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
31345         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
31346         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
31347         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
31348         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
31349         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
31351         * math/auto-libm-test-in: Remove spurious underflow allowance for
31352         tests of cexp.
31353         * math/auto-libm-test-out: Regenerated.
31355         [BZ #18558]
31356         * sysdeps/unix/sysv/linux/bits/in.h (MCAST_JOIN_GROUP): Remove
31357         unconditional definition.
31358         (MCAST_BLOCK_SOURCE): Likewise.
31359         (MCAST_UNBLOCK_SOURCE): Likewise.
31360         (MCAST_LEAVE_GROUP): Likewise.
31361         (MCAST_JOIN_SOURCE_GROUP): Likewise.
31362         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
31363         (MCAST_MSFILTER): Likewise.
31364         * conform/Makefile (test-xfail-XOPEN2K/arpa/inet.h/conform):
31365         Remove variable.
31366         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
31367         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
31368         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
31369         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
31370         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
31372 2015-06-18  Andrew Senkevich  <andrew.senkevich@intel.com>
31374         * NEWS: Mention addition of x86_64 vector sincosf.
31375         * math/test-float-vlen16.h: Added wrapper for sincosf tests.
31376         * math/test-float-vlen4.h: Likewise.
31377         * math/test-float-vlen8.h: Likewise.
31378         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
31379         * sysdeps/x86/fpu/bits/math-vector.h: Added sincosf SIMD declaration.
31380         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31381         * sysdeps/x86_64/fpu/Versions: New versions added.
31382         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31383         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
31384         Added build of SSE, AVX2 and AVX512 IFUNC versions.
31385         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S
31386         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S
31387         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.S
31388         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S
31389         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.S
31390         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S
31391         * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S
31392         * sysdeps/x86_64/fpu/svml_s_sincosf4_core.S
31393         * sysdeps/x86_64/fpu/svml_s_sincosf8_core.S
31394         * sysdeps/x86_64/fpu/svml_s_sincosf8_core_avx.S
31395         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: New file.
31396         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: New file.
31397         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 3 argument wrappers.
31398         * sysdeps/x86_64/fpu/test-float-vlen16.c: : Vector sincosf tests.
31399         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
31400         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
31401         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
31402         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
31403         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
31404         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
31405         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
31407         * NEWS: Mention addition of x86_64 vector sincos.
31408         * bits/libm-simd-decl-stubs.h: Added stubs for sincos.
31409         * math/math.h (__MATHDECL_VEC): New macro.
31410         * math/bits/mathcalls.h: Added sincos declaration with __MATHDECL_VEC.
31411         * math/gen-libm-have-vector-test.sh: Added generation of sincos wrapper
31412         declaration under condition.
31413         * math/test-vec-loop.h (TEST_VEC_LOOP): Refactored.
31414         * math/test-double-vlen2.h: Added wrapper for sincos tests, reflected
31415         TEST_VEC_LOOP change.
31416         * math/test-double-vlen4.h: Likewise.
31417         * math/test-double-vlen8.h: Likewise.
31418         * math/test-float-vlen16.h: Reflected TEST_VEC_LOOP change.
31419         * math/test-float-vlen4.h: Likewise.
31420         * math/test-float-vlen8.h: Likewise.
31421         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
31422         * sysdeps/x86/fpu/bits/math-vector.h: Added sincos SIMD declaration.
31423         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31424         * sysdeps/x86_64/fpu/Versions: New versions added.
31425         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31426         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
31427         Added build of SSE, AVX2 and AVX512 IFUNC versions.
31428         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: New file.
31429         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: New file.
31430         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: New file.
31431         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: New file.
31432         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: New file.
31433         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: New file.
31434         * sysdeps/x86_64/fpu/svml_d_sincos2_core.S: New file.
31435         * sysdeps/x86_64/fpu/svml_d_sincos4_core.S: New file.
31436         * sysdeps/x86_64/fpu/svml_d_sincos4_core_avx.S: New file.
31437         * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: New file.
31438         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: New file.
31439         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: New file.
31440         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added wrappers for sincos.
31441         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Vector sincos tests.
31442         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
31443         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
31444         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
31445         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
31446         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
31447         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
31448         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
31450         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
31451         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
31452         redirections for powf.
31453         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31454         * sysdeps/x86_64/fpu/Versions: New versions added.
31455         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31456         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
31457         Added build of SSE, AVX2 and AVX512 IFUNC versions.
31458         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 2 argument wrappers.
31459         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: New file.
31460         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S: New file.
31461         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.S: New file.
31462         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S: New file.
31463         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.S: New file.
31464         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S: New file.
31465         * sysdeps/x86_64/fpu/svml_s_powf16_core.S: New file.
31466         * sysdeps/x86_64/fpu/svml_s_powf4_core.S: New file.
31467         * sysdeps/x86_64/fpu/svml_s_powf8_core.S: New file.
31468         * sysdeps/x86_64/fpu/svml_s_powf8_core_avx.S: New file.
31469         * sysdeps/x86_64/fpu/svml_s_powf_data.S: New file.
31470         * sysdeps/x86_64/fpu/svml_s_powf_data.h: New file.
31471         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector powf tests.
31472         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
31473         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
31474         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
31475         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
31476         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
31477         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
31478         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
31479         * math/test-float-vlen16.h: Fixed 2 argument macro.
31480         * math/test-float-vlen4.h: Likewise.
31481         * math/test-float-vlen8.h: Likewise.
31482         * NEWS: Mention addition of x86_64 vector powf.
31484 2015-06-17  Joseph Myers  <joseph@codesourcery.com>
31486         * math/s_ctanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
31487         and redefine.
31488         * math/s_ctanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
31489         and redefine.
31490         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c: Remove file.
31491         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
31492         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
31494         [BZ #18553]
31495         * resource/getpriority.c (getpriority): Rename to __getpriority
31496         and define as weak alias of __getpriority.
31497         * resource/setpriority.c (setpriority): Rename to __setpriority
31498         and define as weak alias of __setpriority.
31499         * sysdeps/mach/hurd/getpriority.c (getpriority): Rename to
31500         __getpriority and define as weak alias of __getpriority.
31501         * sysdeps/mach/hurd/setpriority.c (setpriority): Rename to
31502         __setpriority and define as weak alias of __setpriority.
31503         * sysdeps/unix/syscalls.list (getpriority): Use __getpriority as
31504         strong name.
31505         (setpriority): Use __setpriority as strong name.
31506         * sysdeps/unix/sysv/linux/getpriority.c (getpriority): Rename to
31507         __getpriority and define as weak alias of __getpriority.
31508         * include/sys/resource.h (__getpriority): Declare.  Use
31509         libc_hidden_proto.
31510         (__setpriority): Likewise.
31511         (getpriority): Don't use libc_hidden_proto.
31512         (setpriority): Likewise.
31513         * sysdeps/posix/nice.c (nice): Call __getpriority instead of
31514         getpriority.  Call __setpriority instead of setpriority.
31515         * conform/Makefile (test-xfail-XPG3/unistd.h/linknamespace):
31516         Remove variable.
31518         [BZ #18547]
31519         * misc/getttyent.c (getttynam): Rename to __getttynam and define
31520         as weak alias of __getttynam.  Use prototype function definition.
31521         Call __setttyent, __getttyent and __endttyent instead of
31522         setttyent, getttyent and endttyent.
31523         (getttyent): Rename to __getttyent and define as weak alias of
31524         __getttyent.  Call __setttyent instead of setttyent.  Call
31525         __fgets_unlocked instead of fgets_unlocked.
31526         (setttyent): Rename to __setttyent and define as weak alias of
31527         __setttyent.
31528         (endttyent): Rename to __endttyent and define as weak alias of
31529         __endttyent.
31530         * include/ttyent.h (__getttyent): Declare.  Use libc_hidden_proto.
31531         (__setttyent): Likewise.
31532         (__endttyent): Likewise.
31533         (getttyent): Don't use libc_hidden_proto.
31534         (setttyent): Likewise.
31535         (endttyent): Likewise.
31536         * misc/ttyslot.c (ttyslot): Call __setttyent, __getttyent and
31537         __endttyent instead of setttyent, getttyent and endttyent.
31538         * conform/Makefile (test-xfail-XPG4/unistd.h/linknamespace):
31539         Remove variable.
31541         [BZ #18546]
31542         * socket/recv.c (__recv): Use libc_hidden_def.
31543         * socket/socket.c (__socket): Likewise.
31544         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
31545         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
31546         * sysdeps/unix/sysv/linux/generic/recv.c (__recv): Likewise.
31547         * sysdeps/unix/sysv/linux/recv.c (__recv): Use libc_hidden_weak.
31548         * sysdeps/unix/sysv/linux/socket.c (__socket): Use
31549         libc_hidden_def.
31550         * sysdeps/unix/sysv/linux/x86_64/recv.c (__recv): Use
31551         libc_hidden_weak.
31552         * include/sys/socket.h (__socket): Do not use attribute_hidden.
31553         Use libc_hidden_proto.
31554         (__recv): Likewise.
31555         * socket/Versions (libc): Export __recv and __socket at version
31556         GLIBC_PRIVATE.
31557         * sysdeps/unix/sysv/linux/mq_notify.c (helper_thread): Call __recv
31558         instead of recv.
31559         (init_mq_netlink): Call __socket instead of socket.
31560         * conform/Makefile (test-xfail-POSIX/mqueue.h/linknamespace):
31561         Remove variable.
31563         [BZ #18545]
31564         * rt/mq_timedreceive.c (mq_timedreceive): Rename to
31565         __mq_timedreceive and define as alias of __mq_timedreceive.  Use
31566         hidden_weak.
31567         * rt/mq_timedsend.c (mq_timedsend): Rename to __mq_timedsend and
31568         define as alias of __mq_timedsend.  Use hidden_weak.
31569         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Use
31570         __mq_timedsend as strong name.
31571         (mq_timedreceive): Use __mq_timedreceive as strong name.
31572         * include/mqueue.h (__mq_timedsend): Declare.  Use hidden_proto.
31573         (__mq_timedreceive): Likewise.
31574         * sysdeps/unix/sysv/linux/mq_receive.c (mq_receive): Call
31575         __mq_timedreceive instead of mq_timedreceive.
31576         * sysdeps/unix/sysv/linux/mq_send.c (mq_send): Call __mq_timedsend
31577         instead of mq_timedsend.
31578         * conform/Makefile (test-xfail-UNIX98/mqueue.h/linknamespace):
31579         Remove variable.
31581         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Use
31582         hidden_def and hidden_weak instead of libc_hidden_def and
31583         libc_hidden_weak.
31584         (top level): Refer to hidden_def in comment.
31585         * sysdeps/unix/syscall-template.S (syscall_hidden_def): New
31586         macro.  Use it instead of libc_hidden_def.
31587         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Do not
31588         specify __GI_* name explicitly.
31589         (mq_timedreceive): Likewise.
31590         (mq_setattr): Likewise.
31592         [BZ #18544]
31593         * nptl/pthread_barrier_init.c (pthread_barrier_init): Rename to
31594         __pthread_barrier_init and define as weak alias of
31595         __pthread_barrier_init.
31596         * sysdeps/sparc/nptl/pthread_barrier_init.c
31597         (pthread_barrier_init): Likewise.
31598         * nptl/pthread_barrier_wait.c (pthread_barrier_wait): Rename to
31599         __pthread_barrier_wait and define as weak alias of
31600         __pthread_barrier_wait.
31601         * sysdeps/sparc/nptl/pthread_barrier_wait.c
31602         (pthread_barrier_wait): Likewise.
31603         * sysdeps/sparc/sparc32/pthread_barrier_wait.c
31604         (pthread_barrier_wait): Likewise.
31605         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S
31606         (pthread_barrier_wait): Likewise.
31607         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S
31608         (pthread_barrier_wait): Likewise.
31609         * nptl/Versions (libpthread): Export __pthread_barrier_init and
31610         __pthread_barrier_wait at version GLIBC_PRIVATE.
31611         * include/pthread.h (__pthread_barrier_init): Declare.
31612         (__pthread_barrier_wait): Likewise.
31613         * sysdeps/unix/sysv/linux/mq_notify.c (notification_function):
31614         Call __pthread_barrier_wait instead of pthread_barrier_wait.
31615         (helper_thread): Likewise.
31616         (init_mq_netlink): Call __pthread_barrier_init instead of
31617         pthread_barrier_init.
31619         [BZ #18542]
31620         * libio/iovswscanf.c (__vswscanf): Use libc_hidden_def.
31621         (vswscanf): Use ldbl_weak_alias instead of ldbl_strong_alias
31622         * include/wchar.h (__vswscanf): Declare.  Use libc_hidden_proto.
31623         * libio/swscanf.c (__swscanf): Call __vswscanf instead of
31624         vswscanf.
31625         * conform/Makefile (test-xfail-UNIX98/wchar.h/linknamespace):
31626         Remove variable.
31628         [BZ #18540]
31629         * libio/iofflush.c [!_IO_MTSAFE_IO] (__fflush_unlocked): Define as
31630         strong alias of _IO_fflush.  Use libc_hidden_def.
31631         * libio/iofflush_u.c (fflush_unlocked): Rename to
31632         __fflush_unlocked and define as weak alias of __fflush_unlocked.
31633         Use libc_hidden_weak.
31634         * include/stdio.h (__fflush_unlocked): Declare.  Use
31635         libc_hidden_proto.
31636         * misc/getpass.c (getpass): Call __fflush_unlocked instead of
31637         fflush_unlocked.
31638         * conform/Makefile (test-xfail-UNIX98/unistd.h/linknamespace):
31639         Remove variable.
31641         [BZ #18539]
31642         * stdlib/fmtmsg.c (addseverity): Rename to __addseverity and
31643         define as weak alias of __addseverity.
31644         * conform/Makefile (test-xfail-XPG4/fmtmsg.h/linknamespace):
31645         Remove variable.
31646         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
31647         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
31648         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
31650         [BZ #18536]
31651         * misc/tsearch.c (__tsearch): Use libc_hidden_def.
31652         (__tfind): Likewise.
31653         (__tdelete): Likewise.
31654         (__twalk): Likewise.
31655         * misc/Versions (libc): Add __tdelete, __tfind, __tsearch and
31656         __twalk to GLIBC_PRIVATE.
31657         * include/search.h (__tsearch): Use libc_hidden_proto.
31658         (__tfind): Likewise.
31659         (__tdelete): Likewise.
31660         (__twalk): Likewise.
31661         * nptl/sem_close.c (sem_close): Call __twalk instead of twalk.
31662         Call __tdelete instead of tdelete.
31663         * nptl/sem_open.c (check_add_mapping): Call __tfind instead of
31664         tfind.  Call __tsearch instead of tsearch.
31665         * sysdeps/sparc/sparc32/sem_open.c (check_add_mapping): Likewise.
31666         * conform/Makefile (test-xfail-POSIX/semaphore.h/linknamespace):
31667         Remove variable.
31668         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
31670         [BZ #18534]
31671         * stdio-common/dprintf.c (__dprintf): Use libc_hidden_def.
31672         (dprintf): Define as a weak alias of __dprintf, not a strong
31673         alias.
31674         * include/stdio.h (__dprintf): Declare.  Use libc_hidden_proto.
31675         * misc/syslog.c (__vsyslog_chk): Call __dprintf instead of
31676         dprintf.
31677         * conform/Makefile (test-xfail-XPG4/syslog.h/linknamespace):
31678         Remove variable.
31679         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
31680         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
31682         [BZ #18533]
31683         * misc/syslog.c (vsyslog): Define as a weak alias of __vsyslog,
31684         not a strong alias.
31685         * conform/Makefile (test-xfail-XOPEN2K8/syslog.h/linknamespace):
31686         Remove variable.
31688         [BZ #18532]
31689         * inet/in6_addr.c (in6addr_any): Rename to __in6addr_any and
31690         define as weak alias of __in6addr_any.  Use libc_hidden_data_weak.
31691         (in6addr_loopback): Rename to __in6addr_loopback and define as
31692         weak alias of __in6addr_loopback.  Use libc_hidden_data_weak.
31693         * include/netinet/in.h (__in6addr_loopback): Declare.  Use
31694         libc_hidden_proto.
31695         (__in6addr_any): Likewise.
31696         * inet/gethstbyad_r.c (PREPROCESS): Use __in6addr_any instead of
31697         in6addr_any.
31698         * conform/Makefile (test-xfail-XPG4/netdb.h/linknamespace): Remove
31699         variable.
31700         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
31702 2015-06-17  Andrew Senkevich  <andrew.senkevich@intel.com>
31704         * bits/libm-simd-decl-stubs.h: Added stubs for pow.
31705         * math/bits/mathcalls.h: Added pow declaration with __MATHCALL_VEC.
31706         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
31707         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
31708         redirections for pow.
31709         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31710         * sysdeps/x86_64/fpu/Versions: New versions added.
31711         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31712         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
31713         build of SSE, AVX2 and AVX512 IFUNC versions.
31714         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added 2 argument wrappers.
31715         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: New file.
31716         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S: New file.
31717         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: New file.
31718         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S: New file.
31719         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: New file.
31720         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S: New file.
31721         * sysdeps/x86_64/fpu/svml_d_pow2_core.S: New file.
31722         * sysdeps/x86_64/fpu/svml_d_pow4_core.S: New file.
31723         * sysdeps/x86_64/fpu/svml_d_pow4_core_avx.S: New file.
31724         * sysdeps/x86_64/fpu/svml_d_pow8_core.S: New file.
31725         * sysdeps/x86_64/fpu/svml_d_pow_data.S: New file.
31726         * sysdeps/x86_64/fpu/svml_d_pow_data.h: New file.
31727         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector pow test.
31728         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
31729         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
31730         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
31731         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
31732         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
31733         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
31734         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
31735         * NEWS: Mention addition of x86_64 vector pow.
31737         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
31738         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
31739         redirections for expf.
31740         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31741         * sysdeps/x86_64/fpu/Versions: New versions added.
31742         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31743         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
31744         build of SSE, AVX2 and AVX512 IFUNC versions.
31745         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: New file.
31746         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: New file.
31747         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.S: New file.
31748         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S: New file.
31749         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.S: New file.
31750         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S: New file.
31751         * sysdeps/x86_64/fpu/svml_s_expf16_core.S: New file.
31752         * sysdeps/x86_64/fpu/svml_s_expf4_core.S: New file.
31753         * sysdeps/x86_64/fpu/svml_s_expf8_core.S: New file.
31754         * sysdeps/x86_64/fpu/svml_s_expf8_core_avx.S: New file.
31755         * sysdeps/x86_64/fpu/svml_s_expf_data.S: New file.
31756         * sysdeps/x86_64/fpu/svml_s_expf_data.h: New file.
31757         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector expf tests.
31758         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
31759         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
31760         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
31761         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
31762         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
31763         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
31764         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
31765         * NEWS: Mention addition of x86_64 vector expf.
31767         * bits/libm-simd-decl-stubs.h: Added stubs for exp.
31768         * math/bits/mathcalls.h: Added exp declaration with __MATHCALL_VEC.
31769         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
31770         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
31771         redirections for exp.
31772         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31773         * sysdeps/x86_64/fpu/Versions: New versions added.
31774         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31775         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
31776         build of SSE, AVX2 and AVX512 IFUNC versions.
31777         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: New file.
31778         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S: New file.
31779         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: New file.
31780         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S: New file.
31781         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: New file.
31782         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S: New file.
31783         * sysdeps/x86_64/fpu/svml_d_exp2_core.S: New file.
31784         * sysdeps/x86_64/fpu/svml_d_exp4_core.S: New file.
31785         * sysdeps/x86_64/fpu/svml_d_exp4_core_avx.S: New file.
31786         * sysdeps/x86_64/fpu/svml_d_exp8_core.S: New file.
31787         * sysdeps/x86_64/fpu/svml_d_exp_data.S: New file.
31788         * sysdeps/x86_64/fpu/svml_d_exp_data.h: New file.
31789         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector exp test.
31790         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
31791         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
31792         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
31793         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
31794         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
31795         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
31796         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
31797         * NEWS: Mention addition of x86_64 vector exp.
31799         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
31800         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
31801         redirections for logf.
31802         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31803         * sysdeps/x86_64/fpu/Versions: New versions added.
31804         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31805         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
31806         build of SSE, AVX2 and AVX512 IFUNC versions.
31807         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: New file.
31808         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S: New file.
31809         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.S: New file.
31810         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S: New file.
31811         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.S: New file.
31812         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S: New file.
31813         * sysdeps/x86_64/fpu/svml_s_logf16_core.S: New file.
31814         * sysdeps/x86_64/fpu/svml_s_logf4_core.S: New file.
31815         * sysdeps/x86_64/fpu/svml_s_logf8_core.S: New file.
31816         * sysdeps/x86_64/fpu/svml_s_logf8_core_avx.S: New file.
31817         * sysdeps/x86_64/fpu/svml_s_logf_data.S: New file.
31818         * sysdeps/x86_64/fpu/svml_s_logf_data.h: New file.
31819         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector logf tests.
31820         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
31821         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
31822         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
31823         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
31824         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
31825         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
31826         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
31827         * NEWS: Mention addition of x86_64 vector logf.
31829         * bits/libm-simd-decl-stubs.h: Added stubs for log.
31830         * math/bits/mathcalls.h: Added log declaration with __MATHCALL_VEC.
31831         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
31832         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
31833         redirections for log.
31834         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31835         * sysdeps/x86_64/fpu/Versions: New versions added.
31836         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31837         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
31838         build of SSE, AVX2 and AVX512 IFUNC versions.
31839         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: New file.
31840         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S: New file.
31841         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: New file.
31842         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S: New file.
31843         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: New file.
31844         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S: New file.
31845         * sysdeps/x86_64/fpu/svml_d_log2_core.S: New file.
31846         * sysdeps/x86_64/fpu/svml_d_log4_core.S: New file.
31847         * sysdeps/x86_64/fpu/svml_d_log4_core_avx.S: New file.
31848         * sysdeps/x86_64/fpu/svml_d_log8_core.S: New file.
31849         * sysdeps/x86_64/fpu/svml_d_log_data.S: New file.
31850         * sysdeps/x86_64/fpu/svml_d_log_data.h: New file.
31851         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector log
31852         test.
31853         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
31854         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
31855         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
31856         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
31857         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
31858         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
31859         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
31860         * NEWS: Mention addition of x86_64 vector log.
31862 2015-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
31864         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Fix
31865         cfi_adjust_cfa_offset argument.
31866         (_dl_tlsdesc_undefweak, _dl_tlsdesc_dynamic): Likewise.
31867         (_dl_tlsdesc_resolve_rela, _dl_tlsdesc_resolve_hold): Likewise.
31869         [BZ #18034]
31870         * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_return_lazy): Declare.
31871         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Define.
31872         (_dl_tlsdesc_undefweak): Guarantee TLSDESC entry and argument load-load
31873         ordering using ldar.
31874         (_dl_tlsdesc_dynamic): Likewise.
31875         (_dl_tlsdesc_return_lazy): Likewise.
31876         * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_resolve_rela_fixup): Use
31877         relaxed atomics instead of volatile and synchronize with release store.
31878         (_dl_tlsdesc_resolve_hold_fixup): Use relaxed atomics instead of
31879         volatile.
31880         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
31882 2015-06-15  Andrew Senkevich  <andrew.senkevich@intel.com>
31884         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
31885         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for sinf.
31886         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
31887         * sysdeps/x86_64/fpu/Versions: New versions added.
31888         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
31889         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
31890         build of SSE, AVX2 and AVX512 IFUNC versions.
31891         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: New file.
31892         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: New file.
31893         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.S: New file.
31894         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: New file.
31895         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.S: New file.
31896         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: New file.
31897         * sysdeps/x86_64/fpu/svml_s_sinf16_core.S: New file.
31898         * sysdeps/x86_64/fpu/svml_s_sinf4_core.S: New file.
31899         * sysdeps/x86_64/fpu/svml_s_sinf8_core.S: New file.
31900         * sysdeps/x86_64/fpu/svml_s_sinf8_core_avx.S: New file.
31901         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: New file.
31902         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: New file.
31903         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector sinf tests.
31904         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
31905         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
31906         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
31907         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
31908         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
31909         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
31910         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
31911         * NEWS: Mention addition of x86_64 vector sinf.
31913 2015-06-14  Joseph Myers  <joseph@codesourcery.com>
31915         * conform/list-header-symbols.pl (%extra_syms): Add in6addr_any
31916         and in6addr_loopback for XOPEN2K, XOPEN2K8 and POSIX2008.
31917         * conform/Makefile (test-xfail-XOPEN2K/netdb.h/linknamespace):
31918         Remove variable.
31919         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
31920         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
31922 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
31924         [BZ #18530]
31925         * libio/iofputs.c [!_IO_MTSAFE_IO] (__fputs_unlocked): Define as
31926         strong alias of _IO_fputs.  Use libc_hidden_def.
31927         * libio/iofputs_u.c (fputs_unlocked): Rename to __fputs_unlocked
31928         and define as weak alias of __fputs_unlocked.  Use
31929         libc_hidden_weak.
31930         * include/stdio.h (__fputs_unlocked): Declare.  Use
31931         libc_hidden_proto.
31932         * misc/syslog.c (__vsyslog_chk): Call __fputs_unlocked instead of
31933         fputs_unlocked.
31935         [BZ #18529]
31936         * resolv/netdb.h [__USE_POSIX]: Change condition to
31937         [__USE_XOPEN2K].
31938         * conform/data/netdb.h-data [XPG4 || UNIX98] (struct addrinfo): Do
31939         not expect.
31940         [XPG4 || UNIX98] (AI_PASSIVE): Likewise.
31941         [XPG4 || UNIX98] (AI_CANONNAME): Likewise.
31942         [XPG4 || UNIX98] (AI_NUMERICHOST): Likewise.
31943         [XPG4 || UNIX98] (AI_V4MAPPED): Likewise.
31944         [XPG4 || UNIX98] (AI_ALL): Likewise.
31945         [XPG4 || UNIX98] (AI_ADDRCONFIG): Likewise.
31946         [XPG4 || UNIX98] (AI_NUMERICSERV): Likewise.
31947         [XPG4 || UNIX98] (NI_NOFQDN): Likewise.
31948         [XPG4 || UNIX98] (NI_NUMERICHOST): Likewise.
31949         [XPG4 || UNIX98] (NI_NAMEREQD): Likewise.
31950         [XPG4 || UNIX98] (NI_NUMERICSERV): Likewise.
31951         [XPG4 || UNIX98] (NI_DGRAM): Likewise.
31952         [XPG4 || UNIX98] (EAI_AGAIN): Likewise.
31953         [XPG4 || UNIX98] (EAI_BADFLAGS): Likewise.
31954         [XPG4 || UNIX98] (EAI_FAIL): Likewise.
31955         [XPG4 || UNIX98] (EAI_FAMILY): Likewise.
31956         [XPG4 || UNIX98] (EAI_MEMORY): Likewise.
31957         [XPG4 || UNIX98] (EAI_NONAME): Likewise.
31958         [XPG4 || UNIX98] (EAI_SERVICE): Likewise.
31959         [XPG4 || UNIX98] (EAI_SOCKTYPE): Likewise.
31960         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
31961         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
31962         [XPG4 || UNIX98] (freeaddrinfo): Likewise.
31963         [XPG4 || UNIX98] (gai_strerror): Likewise.
31964         [XPG4 || UNIX98] (getaddrinfo): Likewise.
31965         [XPG4 || UNIX98] (getnameinfo): Likewise.
31967         [BZ #18528]
31968         * grp/grp.h (endgrent): Condition on [__USE_MISC ||
31969         __USE_XOPEN_EXTENDED], not [__USE_XOPEN_EXTENDED ||
31970         __USE_XOPEN2K8].
31971         (getgrent): Likewise.
31972         * conform/data/grp.h-data [XPG3 || POSIX2008] (getgrent): Do not
31973         expect.
31974         [XPG3 || POSIX2008] (endgrent): Likewise.
31975         [XPG3] (setgrent): Likewise.
31976         * conform/Makefile (test-xfail-XPG3/grp.h/conform): Remove
31977         variable.
31978         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
31980         [BZ #18527]
31981         * login/getlogin_r.c (getlogin_r): Rename to __getlogin_r and
31982         define as weak alias of __getlogin_r.  Use libc_hidden_weak.
31983         * sysdeps/mach/hurd/getlogin_r.c (getlogin_r): Likewise.
31984         * sysdeps/unix/getlogin_r.c (getlogin_r): Likewise.
31985         * sysdeps/unix/sysv/linux/getlogin_r.c (getlogin_r): Likewise.
31986         * include/unistd.h (__getlogin_r): Declare.  Use
31987         libc_hidden_proto.
31988         * posix/glob.c (glob): Call __getlogin_r instead of getlogin_r.
31989         * conform/Makefile (test-xfail-XPG3/glob.h/linknamespace): Remove
31990         variable.
31991         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
31992         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
31993         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
31995 2015-06-12  Martin Sebor  <msebor@redhat.com>
31997         [BZ #18512]
31998         * Makerules (check-install-supported): New target.
31999         (install): Add check-install-supported as a dependency.
32000         * manual/install.texi (Installing the C Library): Document
32001         that overriding prefix and exec_prefix is not supported.
32002         Mention DESTDIR.
32003         * INSTALL: Regenerate from the above.
32005 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
32007         [BZ #18519]
32008         * posix/Versions (libc): Export __libc_pread at version
32009         GLIBC_PRIVATE.
32010         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Call __libc_pread
32011         instead of pread.
32012         * conform/Makefile (test-xfail-POSIX/aio.h/linknamespace): Remove
32013         variable.
32015         [BZ #18522]
32016         * misc/efgcvt_r.c
32017         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0) && !LONG_DOUBLE_CVT]
32018         (cvt_symbol): Use weak_alias instead of strong_alias.
32019         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0)] (cvt_symbol): Likewise.
32020         * conform/Makefile (test-xfail-XPG4/stdlib.h/linknamespace):
32021         Remove variable.
32022         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
32023         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
32025         [BZ #18520]
32026         * inet/herrno.c (h_errno): Rename to __h_errno.
32027         (__libc_h_errno): Define as alias of __h_errno not h_errno.
32028         * include/netdb.h [IS_IN_LIB && !IS_IN (libc)] (h_errno): Define
32029         to __h_errno instead of h_errno.
32030         * nptl/herrno.c (h_errno): Rename to __h_errno.
32031         (__h_errno_location): Refer to __h_errno not h_errno.
32032         * resolv/Versions (h_errno): Rename to __h_errno.
32033         * conform/Makefile (test-xfail-XOPEN2K8/grp.h/linknamespace):
32034         Remove variable.
32035         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
32037 2015-06-11  Andrew Senkevich  <andrew.senkevich@intel.com>
32039         * configure.ac: More strict check for AVX512 assembler support.
32040         * configure: Regenerated.
32042         * bits/libm-simd-decl-stubs.h: Added stubs for sin.
32043         * math/bits/mathcalls.h: Added sin declaration with __MATHCALL_VEC.
32044         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
32045         * sysdeps/x86/fpu/bits/math-vector.h: SIMD declaration for sin.
32046         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
32047         * sysdeps/x86_64/fpu/Versions: New versions added.
32048         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
32049         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
32050         Added build of SSE, AVX2 and AVX512 IFUNC versions.
32051         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: New file.
32052         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: New file.
32053         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: New file.
32054         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: New file.
32055         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: New file.
32056         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: New file.
32057         * sysdeps/x86_64/fpu/svml_d_sin2_core.S: New file.
32058         * sysdeps/x86_64/fpu/svml_d_sin4_core.S: New file.
32059         * sysdeps/x86_64/fpu/svml_d_sin4_core_avx.S: New file.
32060         * sysdeps/x86_64/fpu/svml_d_sin8_core.S: New file.
32061         * sysdeps/x86_64/fpu/svml_d_sin_data.S: New file.
32062         * sysdeps/x86_64/fpu/svml_d_sin_data.h: New file.
32063         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector sin
32064         test.
32065         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
32066         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
32067         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
32068         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
32069         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
32070         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
32071         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
32072         * NEWS: Mention addition of x86_64 vector sin.
32074 2015-06-11  Florian Weimer  <fweimer@redhat.com>
32076         * nptl/pthread_key_create.c (__pthread_key_create): Fix typo in
32077         comment.
32079 2015-06-10  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
32081         [BZ #18479]
32082         * nptl/pt-interp.c: New file.
32083         * nptl/Makefile (libpthread-routines, libpthread-shared-only-routines):
32084         Add pt-interp.
32085         [[$(build-shared) = yes] ($(objpfx)pt-interp.os): Depend on
32086         $(common-objpfx)runtime-linker.h.
32088 2015-06-10  Dmitry V. Levin  <ldv@altlinux.org>
32090         * Makeconfig (+interp): Remove unused variable.
32091         * elf/Makefile ($(objpfx)interp.os): Define for [$(build-shared) = yes]
32092         only.  Depend on $(common-objpfx)runtime-linker.h instead of
32093         $(elf-objpfx)runtime-linker.h.
32094         ($(elf-objpfx)runtime-linker.h): Rename to
32095         $(common-objpfx)runtime-linker.h and move ...
32096         * Makerules [$(build-shared) = yes]: ... here.
32097         * elf/interp.c: Include <runtime-linker.h> instead of
32098         <elf/runtime-linker.h>.
32100 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32102         * sysdeps/unix/sysv/linux/i386/gettimeofday.c
32103         (__gettimeofday_syscall): Remove vsyscall fallback.
32104         * sysdeps/unix/sysv/linux/i386/time.c (__time_syscall): Likewise.
32105         * sysdeps/unix/sysv/linux/x86/gettimeofday.c (__gettimeofday_syscall):
32106         Add syscall fallback function.
32107         (gettimeofday_ifunc): Use __gettimeofday_syscall as fallback mechanism
32108         if vDSO is not present.
32109         * sysdeps/unix/sysv/linux/x86/time.c (__time_syscall): Add syscall
32110         fallback function.
32111         (time_ifunc): Use __time_syscall as fallback mechanism if vDSO is not
32112         present.
32113         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Remove file.
32114         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
32116 2015-06-09  Joseph Myers  <joseph@codesourcery.com>
32118         [BZ #18497]
32119         * wcsmbs/wcscmp.c [!WCSCMP] (WCSCMP): Define as __wcscmp instead
32120         of wcscmp.
32121         (wcscmp): Define as weak alias of WCSCMP.
32122         * wcsmbs/wcscoll.c (STRCOLL): Define as __wcscoll instead of
32123         wcscoll.
32124         (USE_HIDDEN_DEF): Define.
32125         [!USE_IN_EXTENDED_LOCALE_MODEL] (wcscoll): Define as weak alias of
32126         __wcscoll.  Don't use libc_hidden_weak.
32127         * wcsmbs/wcscoll_l.c (STRCMP): Define as __wcscmp instead of
32128         wcscmp.
32129         * sysdeps/i386/i686/multiarch/wcscmp-c.c
32130         [SHARED] (libc_hidden_def): Define __GI___wcscmp instead of
32131         __GI_wcscmp.
32132         (weak_alias): Undefine and redefine.
32133         * sysdeps/i386/i686/multiarch/wcscmp.S (wcscmp): Rename to
32134         __wcscmp and define as weak alias of __wcscmp.
32135         * sysdeps/x86_64/wcscmp.S (wcscmp): Likewise.
32136         * include/wchar.h (__wcscmp): Declare.  Use libc_hidden_proto.
32137         (__wcscoll): Likewise.
32138         (wcscmp): Don't use libc_hidden_proto.
32139         (wcscoll): Likewise.
32140         * posix/regcomp.c (build_range_exp): Call __wcscoll instead of
32141         wcscoll.
32142         * posix/regexec.c (check_node_accept_bytes): Likewise.
32143         * conform/Makefile (test-xfail-XPG3/regex.h/linknamespace): Remove
32144         variable.
32145         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
32146         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
32148         [BZ #18507]
32149         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Rename to
32150         __fstatvfs and define as weak alias of __fstatvfs.  Use
32151         libc_hidden_weak.
32152         * sysdeps/unix/sysv/linux/statvfs.c (statvs): Rename to __statvfs
32153         and define as weak alias of __statvfs.  Use libc_hidden_weak.
32154         * sysdeps/unix/sysv/linux/wordsize-64/fstatvfs.c (__fstatvfs64):
32155         Define as alias of __fstatvfs, not fstatvfs.
32156         (fstatvfs64): Likewise.
32157         * sysdeps/unix/sysv/linux/wordsize-64/statvfs.c (__statvfs64):
32158         Define as alias of __statvfs, not statvfs.
32159         (statvfs64): Likewise.
32160         * conform/Makefile (test-xfail-POSIX/unistd.h/linknamespace):
32161         Remove variable.
32163 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32166         (HAVE_GETCPU_VSYSCALL): Define.
32167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
32168         (HAVE_GETCPU_VSYSCALL): Likewise.
32169         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Remove file.
32170         * sysdeps/unix/sysv/linux/sched_getcpu.c
32171         (HAVE_VSYSCALL) [HAVE_GETCPU_VSYSCALL]: Define.
32172         (sched_getcpu): Use INLINE_VSYSCALL instead of INLINE_SYSCALL.
32173         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (getcpu): Add vDSO
32174         prototype.
32175         * sysdeps/unix/sysv/linux/x86_64/init-first.c
32176         (__vdso_platform_setup): Remove vsyscall getcpu fallback.
32177         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Remove file.
32178         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (HAVE_GETCPU_VSYSCALL):
32179         Define.
32180         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: Remove file.
32181         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
32182         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c: Likewise.
32183         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
32185 2015-06-09  Andrew Senkevich  <andrew.senkevich@intel.com>
32187         * sysdeps/x86_64/fpu/Makefile: New file.
32188         * sysdeps/x86_64/fpu/Versions: New file.
32189         * sysdeps/x86_64/fpu/svml_d_cos_data.S: New file.
32190         * sysdeps/x86_64/fpu/svml_d_cos_data.h: New file.
32191         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: New file.
32192         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: New file.
32193         * sysdeps/x86_64/fpu/svml_d_cos4_core_avx.S: New file.
32194         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: New file.
32195         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: New file.
32196         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: New file.
32197         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: New file.
32198         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: New file.
32199         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: New file.
32200         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: New file.
32201         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: New file.
32202         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
32203         Added build of SSE, AVX2 and AVX512 IFUNC versions.
32204         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cos.
32205         * math/bits/mathcalls.h: Added cos declaration with __MATHCALL_VEC.
32206         * sysdeps/x86_64/configure.ac: Options for libmvec build.
32207         * sysdeps/x86_64/configure: Regenerated.
32208         * sysdeps/x86_64/sysdep.h (cfi_offset_rel_rsp): New macro.
32209         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New file.
32210         * manual/install.texi (Configuring and compiling): Document
32211         --disable-mathvec.
32212         * INSTALL: Regenerated.
32213         * NEWS: Mention addition of libmvec and x86_64 vector cos.
32215         * math/Makefile: Added rules for vector tests.
32216         * math/gen-libm-have-vector-test.sh: Added generation of wrapper
32217         declaration under condition.
32218         * math/test-double-vlen2.h: New file.
32219         * math/test-double-vlen4.h: New file.
32220         * math/test-double-vlen8.h: New file.
32221         * math/test-vec-loop.h: Added initialization macro.
32222         * sysdeps/x86_64/fpu/Makefile: Added variables for vector tests.
32223         * sysdeps/x86_64/fpu/libm-test-ulps: Regenarated.
32224         * sysdeps/x86_64/fpu/math-tests-arch.h: New file.
32225         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: New file.
32226         * sysdeps/x86_64/fpu/test-double-vlen2.c: New file.
32227         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: New file.
32228         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: New file.
32229         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: New file.
32230         * sysdeps/x86_64/fpu/test-double-vlen4.c: New file.
32231         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: New file.
32232         * sysdeps/x86_64/fpu/test-double-vlen8.c: New file.
32234         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
32235         * sysdeps/x86_64/fpu/Versions: New versions added.
32236         * sysdeps/x86_64/fpu/svml_s_cosf4_core.S: New file.
32237         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.S: New file.
32238         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: New file.
32239         * sysdeps/x86_64/fpu/svml_s_cosf8_core_avx.S: New file.
32240         * sysdeps/x86_64/fpu/svml_s_cosf8_core.S: New file.
32241         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.S: New file.
32242         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: New file.
32243         * sysdeps/x86_64/fpu/svml_s_cosf16_core.S: New file.
32244         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: New file.
32245         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: New file.
32246         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: New file.
32247         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: New file.
32248         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: New file.
32249         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
32250         Added build of SSE, AVX2 and AVX512 IFUNC versions.
32251         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
32252         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cosf.
32253         * NEWS: Mention addition of x86_64 vector cosf.
32255         * math/Makefile: Added CFLAGS for new tests.
32256         * math/test-float-vlen16.h: New file.
32257         * math/test-float-vlen4.h: New file.
32258         * math/test-float-vlen8.h: New file.
32259         * math/test-double-vlen2.h: Fixed 2 argument macro and comment.
32260         * sysdeps/x86_64/fpu/Makefile: Added new tests and variables.
32261         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
32262         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: New file.
32263         * sysdeps/x86_64/fpu/test-float-vlen16.c: New file.
32264         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: New file.
32265         * sysdeps/x86_64/fpu/test-float-vlen4.c: New file.
32266         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: New file.
32267         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: New file.
32268         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: New file.
32269         * sysdeps/x86_64/fpu/test-float-vlen8.c: New file.
32271 2015-06-09 Marko Myllynen  <myllynen@redhat.com>
32273         * locale/C-ctype.c (PREDEFINED_CLASSES): Remove.
32274         * locale/programs/ld-ctype.c: Likewise.
32276 2015-06-08  Andrew Senkevich  <andrew.senkevich@intel.com>
32278         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX512F_Usable,
32279         bit_AVX512DQ_Usable, bit_Opmask_state, bit_ZMM0_15_state,
32280         bit_ZMM16_31_state): New macro.
32281         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32282         Check and set bit_AVX512F_Usable, bit_AVX512DQ_Usable.
32284 2015-06-08  Joseph Myers  <joseph@codesourcery.com>
32286         * include/stdio.h (__open_memstream): Say "C++ tests" in comment.
32288 2015-06-06  Justus Winter  <4winter@informatik.uni-hamburg.de>
32290         * mach/mach/mach_traps.h (thread_switch): Fix typo in comment.
32292 2015-06-05  Joseph Myers  <joseph@codesourcery.com>
32294         [BZ #18498]
32295         * libio/memstream.c (open_memstream): Rename to __open_memstream
32296         and define as weak alias of __open_memstream.
32297         * include/stdio.h (__open_memstream): Declare.  Use
32298         libc_hidden_proto.
32299         (open_memstream): Don't use libc_hidden_proto.
32300         * misc/syslog.c (__vsyslog_chk): Call __open_memstream instead of
32301         open_memstream.
32302         * posix/getopt.c (_getopt_internal_r): Likewise.
32303         * conform/Makefile (test-xfail-XPG3/stdio.h/linknamespace): Remove
32304         variable.
32305         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
32306         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
32307         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
32309         [BZ #18496]
32310         * posix/regex_internal.c (build_wcs_upper_buffer): Call __wcrtomb
32311         instead of wcrtomb.
32313         [BZ #18483]
32314         * signal/signal.h [__USE_XOPEN2K] (psignal): Change condition to
32315         [__USE_XOPEN2K8].  Remove redundant #endif.
32316         [__USE_XOPEN2K] (psiginfo): Change condition to [__USE_XOPEN2K8].
32317         Remove redundant #if.
32318         * conform/Makefile (test-xfail-XOPEN2K/signal.h/linknamespace):
32319         Remove variable.
32320         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
32321         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
32323         [BZ #18495]
32324         * wctype/wcfuncs.c (__iswalnum): Use libc_hidden_def.
32325         (__iswlower): Likewise.
32326         * include/wctype.h (__iswalnum): Declare.  Use libc_hidden_proto.
32327         (__iswlower): Likewise.
32328         * posix/regcomp.c (re_compile_fastmap_iter): Call __towlower
32329         instead of towlower.
32330         * posix/regex_internal.c (build_wcs_upper_buffer): Call __iswlower
32331         instead of iswlower.  Call __towupper instead of towupper.
32332         * posix/regex_internal.h (IS_WIDE_WORD_CHAR): Call __iswalnum
32333         instead of iswalnum.
32335 2015-06-05  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32337         * malloc/tst-malloc-backtrace.c (do_test): Redirect libc fatal
32338         errors to stderr.
32340 2015-06-05  Florian Weimer  <fweimer@redhat.com>
32342         [BZ #15661]
32343         [BZ #17322]
32344         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
32345         Check for overflow properly.  Check for O_APPEND.  Ignore large
32346         file system block sizes.  Add comments about problems.
32347         * sysdeps/posix/posix_fallocate.c (posix_fallocate): Likewise.
32348         * manual/filesys.texi (Storage Allocation): New node.
32350 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32352         * sysdeps/unix/sysdep.h [SYSCALL_CANCEL]: New macro: define
32353         cancellable syscalls.
32354         (SYS_ify): Add guard to no redefine it.
32355         (INLINE_SYSCALL): Likewise.
32356         * sysdeps/unix/sysv/linux/accept4.c (accept4): Remove
32357         LIBC_CANCEL_ASYNC/INLINE_SYSCALL/LIBC_CANCEL_RESET and use
32358         SYSCALL_CANCEL instead.
32359         * sysdeps/unix/sysv/linux/alpha/fdatasync.c (__fdatasync): Likewise.
32360         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
32361         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
32362         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
32363         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
32364         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Likewise.
32365         * sysdeps/unix/sysv/linux/fallocate.c (fallocate): Likewise.
32366         * sysdeps/unix/sysv/linux/fallocate64.c (fallocate64): Likewise.
32367         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
32368         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
32369         * sysdeps/unix/sysv/linux/generic/pause.c (__libc_pause): Likewise.
32370         * sysdeps/unix/sysv/linux/generic/poll.c (__poll): Likewise.
32371         * sysdeps/unix/sysv/linux/generic/recv.c (__libc_recv): Likewise.
32372         * sysdeps/unix/sysv/linux/generic/select.c (__select): Likewise.
32373         * sysdeps/unix/sysv/linux/generic/send.c (__libc_send): Likewise.
32374         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
32375         Likewise.
32376         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
32377         (__libc_pread64): Likewise.
32378         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c
32379         (__libc_preadv): Likewise.
32380         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c
32381         (__libc_readv64): Likewise.
32382         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
32383         (__libc_pwrite): Likewise.
32384         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
32385         (__libc_pwrite64): Likewise.
32386         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c
32387         (__libc_pwritev): Likewise.
32388         * sysdeps/sysv/linux/generic/wordsize-32/pwritev64.c
32389         (__libc_pwritev64): Likewise.
32390         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Likewise.
32391         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
32392         (sync_file_range): Likewise.
32393         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c (fallocate):
32394         Likewise.
32395         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c (fallocate64):
32396         Likewise.
32397         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
32398         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
32399         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
32400         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
32401         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
32402         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
32403         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
32404         * sysdeps/unix/sysv/linux/openat.c (__libc_openat): Likewise.
32405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
32406         Likewise.
32407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
32408         (__libc_read64): Likewise.
32409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_write):
32410         Likewise.
32411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c (__libc_write64):
32412         Likewise.
32413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__libc_fcntl):
32414         Likewise.
32415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c (__libc_pread):
32416         Likewise.
32417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
32418         (__libc_pread64): Likewise.
32419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c (__libc_pwrite):
32420         Likewise.
32421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
32422         (__libc_pwrite64): Likewise.
32423         * sysdeps/sysv/linux/powerpc/powerpc64/sync_file_range.c
32424         (sync_file_range): Likewise.
32425         * sysdeps/unix/sysv/linux/ppoll.c (ppoll): Likewise.
32426         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
32427         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
32428         * sysdeps/unix/sysv/linux/preadv.c (__libc_preadv): Likewise.
32429         * sysdeps/unix/sysv/linux/pselect.c (__pselect): Likewise.
32430         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
32431         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
32432         * sysdeps/unix/sysv/linux/pwritev.c (PWRITEV): Likewise.
32433         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Likewise.
32434         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
32435         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
32436         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
32437         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
32438         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
32439         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_pwrite64): Likewise.
32440         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
32441         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
32442         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
32443         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
32444         Likewise.
32445         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
32446         Likewise.
32447         * sysdeps/unix/sysv/linux/tcdrain.c (__libc_tcdrain): Likewise.
32448         * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
32449         Likewise.
32450         * sysdeps/unix/sysv/linux/wait.c (__libc_wait): Likewise.
32451         * sysdeps/unix/sysv/linux/waitid.c (__waitid): Likewise.
32452         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Likewise.
32453         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c (fallocate):
32454         Likewise.
32455         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c (preadv): Likewise.
32456         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c (pwritev): Likewise.
32457         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
32458         * sysdeps/unix/sysv/linux/x86_64/recv.c (__libc_recv): Likewise.
32459         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Likewise.
32461 2015-06-04  Nathan Lynch  <nathan_lynch@codesourcery.com>
32463         * sysdeps/unix/sysv/linux/arm/Makefile: (sysdep_routines):
32464         Include dl-vdso.
32465         * sysdeps/unix/sysv/linux/arm/init-first.c: New file:
32466         Use VDSO routines for gettimeofday, clock_gettime if
32467         available.
32468         * sysdeps/unix/sysv/linux/arm/libc-vdso.h: New file:
32469         Declare VDSO symbols.
32470         * sysdeps/unix/sysv/linux/arm/sysdep.h:
32471         [HAVE_GETTIMEOFDAY_VSYSCALL]: Define.
32472         [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
32473         * sysdeps/unix/sysv/linux/arm/Versions: Add
32474         __vdso_clock_gettime.
32476 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32478         * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Rewrite to
32479         be an inline implementation regardless of library is built within.
32480         (open_not_cancel_2): Likewise.
32481         (__read_nocancel): Likewise.
32482         (__write_nocancel): Likewise.
32483         (openat_not_cancel): Likewise.
32484         (openat_not_cancel_3): Likewise.
32485         (openat64_not_cancel): Likewise.
32486         (openat64_not_cancel_3): Likewise.
32487         (__close_nocancel): Likewise.
32488         (pause_not_cancel): Likewise.
32489         (nanosleep_not_cancel): Likewise.
32490         (sigsuspend_not_cancel): Likewise.
32492 2015-06-04  Torvald Riegel  <triegel@redhat.com>
32494         [BZ #14958]
32495         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock): Add missing
32496         wake-up.
32497         (__pthread_rwlock_rdlock_slow): Likewise.
32498         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
32499         Likewise.
32500         * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
32501         Likewise.
32502         * nptl/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Add comments.
32503         * nptl/tst-rwlock16.c: New file.
32504         * nptl/Makefile (tests): Add new test.
32506 2015-06-04  Torvald Riegel  <triegel@redhat.com>
32508         [BZ #18324]
32509         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock): Add
32510         missing wake-up of readers.
32511         * nptl/tst-rwlock15.c: New file.
32512         * nptl/Makefile (tests): Add new test.
32514 2015-06-03  Roland McGrath  <roland@hack.frob.com>
32516         * sysdeps/nacl/nacl-interfaces.c (try_supply): New static function.
32517         (PASTE_NAME (__nacl_supply_interface_, MODULE_NAME)): New function.
32518         * sysdeps/nacl/nacl-interfaces.h: Declare __nacl_supply_interface_libc
32519         and __nacl_supply_interface_rtld.
32520         * sysdeps/nacl/nacl_interface_ext_supply.c: New file.
32521         * sysdeps/nacl/Makefile [$(subdir) = csu] (sysdep_routines): Add it.
32522         * sysdeps/nacl/Versions (ld: GLIBC_PRIVATE):
32523         Add __nacl_supply_interface_rtld.
32524         (libc: GLIBC_2.22): Add nacl_interface_ext_supply.
32526 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
32528         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Replace finite with
32529         isfinite.
32530         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32531         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c (__finitel): Likewise.
32533 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
32535         * math/e_exp10.c: Replace __isinf*, __isnan*, __finite* and
32536         __signbit* with standard C99 macros.
32537         * math/e_exp10l.c: Likewise.
32538         * math/e_exp2l.c: Likewise.
32539         * math/e_scalb.c: Likewise.
32540         * math/e_scalbf.c: Likewise.
32541         * math/e_scalbl.c: Likewise.
32542         * math/s_ldexp.c: Likewise.
32543         * math/s_ldexpf.c: Likewise.
32544         * math/s_ldexpl.c: Likewise.
32545         * math/w_atan2.c: Likewise.
32546         * math/w_atan2f.c: Likewise.
32547         * math/w_atan2l.c: Likewise.
32548         * math/w_cosh.c: Likewise.
32549         * math/w_coshf.c: Likewise.
32550         * math/w_coshl.c: Likewise.
32551         * math/w_exp10.c: Likewise.
32552         * math/w_exp10f.c: Likewise.
32553         * math/w_exp10l.c: Likewise.
32554         * math/w_exp2.c: Likewise.
32555         * math/w_exp2f.c: Likewise.
32556         * math/w_exp2l.c: Likewise.
32557         * math/w_fmod.c: Likewise.
32558         * math/w_fmodf.c: Likewise.
32559         * math/w_fmodl.c: Likewise.
32560         * math/w_hypot.c: Likewise.
32561         * math/w_hypotf.c: Likewise.
32562         * math/w_hypotl.c: Likewise.
32563         * math/w_jnl.c: Likewise.
32564         * math/w_lgamma.c: Likewise.
32565         * math/w_lgamma_r.c: Likewise.
32566         * math/w_lgammaf.c: Likewise.
32567         * math/w_lgammaf_r.c: Likewise.
32568         * math/w_lgammal.c: Likewise.
32569         * math/w_lgammal_r.c: Likewise.
32570         * math/w_pow.c: Likewise.
32571         * math/w_powf.c: Likewise.
32572         * math/w_powl.c: Likewise.
32573         * math/w_remainder.c: Likewise.
32574         * math/w_remainderf.c: Likewise.
32575         * math/w_remainderl.c: Likewise.
32576         * math/w_scalb.c: Likewise.
32577         * math/w_scalbf.c: Likewise.
32578         * math/w_scalbl.c: Likewise.
32579         * math/w_scalbln.c: Likewise.
32580         * math/w_scalblnf.c: Likewise.
32581         * math/w_scalblnl.c: Likewise.
32582         * math/w_sinh.c: Likewise.
32583         * math/w_sinhf.c: Likewise.
32584         * math/w_sinhl.c: Likewise.
32585         * math/w_tgamma.c: Likewise.
32586         * math/w_tgammaf.c: Likewise.
32587         * math/w_tgammal.c: Likewise.
32588         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
32589         * sysdeps/ieee754/dbl-64/e_exp10.c: Likewise.
32590         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
32591         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
32592         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
32593         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
32594         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
32595         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
32596         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
32597         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
32598         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
32599         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
32600         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
32601         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
32602         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
32603         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
32604         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
32605         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
32606         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
32607         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
32608         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
32609         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
32610         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
32611         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
32612         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
32613         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
32614         * sysdeps/ieee754/ldbl-128ibm/w_expl.c: Likewise.
32615         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
32616         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
32617         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
32618         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c: Likewise.
32619         * sysdeps/ieee754/ldbl-opt/nldbl-isinf.c: Likewise.
32620         * sysdeps/ieee754/ldbl-opt/nldbl-isnan.c: Likewise.
32621         * sysdeps/ieee754/ldbl-opt/nldbl-signbit.c: Likewise.
32622         * stdio-common/printf_fp.c: Likewise.
32623         * stdio-common/printf_fphex.c: Likewise.
32624         * stdio-common/printf_size.c: Likewise.
32626 2015-06-03  Joseph Myers  <joseph@codesourcery.com>
32628         [BZ #18470]
32629         * posix/fnmatch.c (fnmatch) [_LIBC]: Call __strnlen instead of
32630         strnlen.
32631         * conform/Makefile (test-xfail-XPG3/fnmatch.h/linknamespace):
32632         Remove variable.
32633         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
32634         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
32635         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
32636         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
32637         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
32638         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
32639         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
32640         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
32641         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
32642         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
32644         [BZ #18468]
32645         * wcsmbs/wmemchr.c (wmemchr): Rename to __wmemchr and define as
32646         weak alias of __wmemchr.  Use libc_hidden_weak.
32647         * include/wchar.h (__wmemchr): Declare.  Use libc_hidden_proto.
32648         * posix/fnmatch.c [HANDLE_MULTIBYTE] (MEMCHR): Use __wmemchr
32649         instead of wmemchr.
32651 2015-06-02  Roland McGrath  <roland@hack.frob.com>
32653         [BZ #18383]
32654         * elf/tst-tlsalign-extern.c: New file.
32655         * elf/tst-tlsalign-extern-static.c: New file.
32656         * elf/tst-tlsalign-vars.c: New file.
32657         * elf/Makefile (tests-static): Add tst-tlsalign-extern-static.
32658         [$(build-shared) = yes] (tests): Add tst-tlsalign-extern.
32659         ($(objpfx)tst-tlsalign-extern): Depend on tst-tlsalign-vars.o.
32660         ($(objpfx)tst-tlsalign-extern-static): Likewise.
32661         (test-xfail-tst-tlsalign-extern-static): New variable.
32663 2015-06-02  Joseph Myers  <joseph@codesourcery.com>
32665         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (INLINE_SYSCALL):
32666         Use variable name _sc_err instead of err.
32667         [__mips16] (INTERNAL_SYSCALL_NCS): Use variable name _sc_ret
32668         instead of ret.
32669         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
32670         (INLINE_SYSCALL): Use variable name _sc_err instead of err.
32671         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
32672         (INLINE_SYSCALL): Likewise.
32674         * string/strnlen.c [!STRNLEN] (__strnlen): Use libc_hidden_def.
32675         * include/string.h (__strnlen): Use libc_hidden_proto.
32676         * sysdeps/aarch64/strnlen.S (__strnlen): Use libc_hidden_def.
32677         * sysdeps/i386/i686/multiarch/strnlen-c.c [SHARED]
32678         (libc_hidden_def): Define __GI___strnlen as well as __GI_strnlen.
32679         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S
32680         (libc_hidden_def): Undefine and redefine.
32681         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c
32682         [SHARED] (libc_hidden_def): Define __GI___strnlen as well as
32683         __GI_strnlen.
32684         * sysdeps/powerpc/powerpc32/power7/strnlen.S (__strnlen): Use
32685         libc_hidden_def.
32686         * sysdeps/tile/tilegx/strnlen.c (__strnlen): Likewise.
32688         [BZ #18469]
32689         * wctype/wcfuncs.c (towlower): Rename to __towlower and define as
32690         weak alias of __towlower.  Use libc_hidden_weak.
32691         (towupper): Rename to __towupper and define as weak alias of
32692         __towupper.  Use libc_hidden_weak.
32693         * include/wctype.h (__towlower): Declare.  Use libc_hidden_proto.
32694         (__towupper): Likewise.
32695         * posix/fnmatch.c [HANDLE_MULTIBYTE && _LIBC] (FOLD): Use
32696         __towlower instead of towlower.
32698 2015-06-02  Roland McGrath  <roland@hack.frob.com>
32700         * stdlib/setenv.c [__GNUC__,__GNUC_MINOR__ < 4,7]: Use
32701         "-Wuninitialized" rather than "-Wmaybe-uninitialized" in pragma.
32703 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
32705         * sysdeps/aarch64/libm-test-ulps: Update.
32707 2015-06-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32709         * sysdeps/unix/sysv/linux/i386/sysdep.h (HAVE_CLOCK_GETTIME_VSYSCALL):
32710         Define.
32711         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
32712         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
32713         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
32714         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
32715         * sysdeps/unix/sysv/linux/timespec_get.c: Include errno.h.
32716         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: Remove file.
32717         * sysdeps/unix/sysv/linux/x86/timespec_get.c: Likewise.
32719 2015-06-01  Martin Sebor  <msebor@redhat.com>
32721         [BZ #18116]
32722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
32723         (__setcontext): Use extended four-operand version of mtsf whenever
32724         possible.
32725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
32726         (__novec_swapcontext): Likewise.
32728 2015-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
32730         * benchtests/scripts/compare_bench.py: New file.
32731         * benchtests/scripts/import_bench.py (mean): New function.
32732         (split_list): Likewise.
32733         (do_for_all_timings): Likewise.
32734         (compress_timings): Likewise.
32736         * benchtests/scripts/import_bench.py: New file.
32737         * benchtests/scripts/validate_benchout.py: Import import_bench
32738         instead of jsonschema.
32739         (validate_bench): Remove function.
32740         (main): Use import_bench.
32742 2015-06-01  Steve Ellcey  <sellcey@imgtec.com>
32744         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use a union to
32745         copy data from cur_ifr->ifr_addr and cur_ifr->ifr_netmask.
32747 2015-05-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32749         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32751 2015-05-28  Roland McGrath  <roland@hack.frob.com>
32753         * sysdeps/nacl/exit-thread.h (__exit_thread): If not detached,
32754         set THREAD_SELF->tid to a magic value and futex-wake it.
32755         Pass its address to the thread_exit system call.
32756         * sysdeps/nacl/pthread-pids.h (__nacl_get_tid): Assert that TID's low
32757         bit is clear.
32758         * sysdeps/nacl/lowlevellock.h: New file.
32759         * sysdeps/nacl/lll_timedwait_tid.c: New file.
32761         * sysdeps/nacl/lowlevellock-futex.h (lll_futex_timed_wait):
32762         Add TIMEOUT to current time, don't subtract it.
32764 2015-05-28  H.J. Lu  <hongjiu.lu@intel.com>
32766         [BZ #2981]
32767         [BZ #18422]
32768         * Makefile ($(objpfx)tst-audit2): Depend on $(libdl).
32769         ($(objpfx)tst-audit2.out): Also depend on
32770         $(objpfx)tst-auditmod9b.so.
32771         * elf/tst-audit2.c: Include <dlfcn.h>.
32772         (calloc_called): New.
32773         (calloc): Allow to be called more than once.
32774         (do_test): dllopen/dlclose $ORIGIN/tst-auditmod9b.so.
32776 2015-05-28  Wilco Dijkstra  <wdijkstr@arm.com>
32778         * sysdeps/ieee754/dbl-64/s_fabs.c: (__fabs): Call __builtin_fabs.
32779         * sysdeps/ieee754/flt-32/s_fabsf.c: (__fabsf): Likewise.
32781 2015-05-27  Marko Myllynen  <myllynen@redhat.com>
32783         * stdlib/monetary.h: Fix comment.
32785 2015-05-26  Chris Metcalf  <cmetcalf@ezchip.com>
32787         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_SYSCALL):
32788         Avoid using variables in #defines that might cause shadowing.
32789         (INTERNAL_VSYSCALL_CALL): Likewise.
32791 2015-05-26  Roland McGrath  <roland@hack.frob.com>
32793         * sysdeps/nacl/lll_timedlock_wait.c: New file.
32795         * nptl/lowlevellock.c (__lll_timedlock_wait): Moved ...
32796         * nptl/lll_timedlock_wait.c: ... to this new file.
32797         * nptl/Makefile (libpthread-routines): Add it.
32798         * nptl/lowlevellock.c (__lll_timedwait_tid): Moved ...
32799         * nptl/lll_timedwait_tid.c: ... to this new file.
32800         * nptl/Makefile (libpthread-routines): Add it.
32801         * sysdeps/sparc/sparc32/lll_timedlock_wait.c: New file.
32802         * sysdeps/sparc/sparc32/lll_timedwait_tid.c: New file.
32803         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: New file.
32804         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c: New file.
32805         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c: New file.
32806         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: New file.
32807         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c: New file.
32808         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c: New file.
32809         * sysdeps/unix/sysv/linux/x86_64/lll_timedlock_wait.c: New file.
32810         * sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c: New file.
32812 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32814         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: Remove file.
32815         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
32816         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
32817         * sysdeps/unix/sysv/linux/aarch64/sysdep.h
32818         (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
32819         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
32820         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
32821         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
32822         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
32823         * sysdeps/unix/sysv/linux/tile/sysdep.h
32824         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
32825         * sysdeps/unix/sysv/linux/gettimeofday.c: New file: gettimeofday
32826         using vDSO syscall macro.
32828 2015-05-26  Andriy Rysin  <arysin@gmail.com>
32830         [BZ #17293]
32831         * uk_UA: Fix sorting order for Ukrainian locale
32833 2015-05-26  Marko Myllynen  <myllynen@redhat.com>
32835         * stdlib/monetary.h: Fix comment.
32837 2015-05-26  Szabolcs Nagy  <szabolcs.nagy@arm.com>
32839         [BZ #18234]
32840         * conform/data/sys/stat.h-data (struct stat): Add tests for st_atim,
32841         st_mtim and st_ctim members.
32842         * sysdeps/nacl/bits/stat.h (struct stat, struct stat64): Make
32843         st_atim, st_ctim, st_mtim visible under __USE_XOPEN2K8 only.
32844         * sysdeps/unix/sysv/linux/generic/bits/stat.h (struct stat,):
32845         (struct stat64): Likewise.
32846         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat,):
32847         (struct stat64): Likewise.
32848         * sysdeps/unix/sysv/linux/microblaze/bits/stat.h (struct stat,):
32849         (struct stat64): Likewise.
32851 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32853         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c (HAVE_VSYSCALL):
32854         Define and include sysdep-vdso.h.
32855         * sysdeps/unix/sysv/linux/s390/gettimeofday.c (HAVE_VSYSCALL):
32856         Likewise.
32857         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (HAVE_VSYSCALL):
32858         Likewise.
32859         * sysdeps/unix/sysv/linux/aarch64/init-first.c (__vdso_gettimeofday):
32860         Define with VDSO_SYMBOL and use PTR_MANGLE.
32861         (__vdso_clock_gettime): Likewise.
32862         (__vdso_clock_getres): Likewise.
32863         (_libc_vdso_platform_setup): Likewise.
32864         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
32865         Likewise.
32866         (_libc_vdso_platform_setup): Likewise.
32867         * sysdeps/unix/sysv/linux/powerpc/init-first.c (__vdso_gettimeofday):
32868         Likewise.
32869         (__vdso_clock_gettime): Likewise.
32870         (__vdso_clock_getres): Likewise.
32871         (__vdso_get_tbfreq): Likewise.
32872         (__vdso_getcpu): Likewise.
32873         (__vdso_time): Likewise.
32874         (__vdso_sigtramp_rt64): Likewise.
32875         (__vdso_signtramp32): Likewise.
32876         (__vdso_sigtramp_rt32): Likewise.
32877         (_libc_vdso_platform_setup): Likewise.
32878         * sysdeps/unix/sysv/linux/s390/init-first.c (__vdso_gettimeofay):
32879         Likewise.
32880         (__vdso_clock_gettime): Likewise.
32881         (__vdso_clock_getres): Likewise.
32882         (_libc_vdso_platform_setup): Likewise.
32883         * sysdeps/unix/sysv/linux/tile/init-first.c (__vdso_gettimeofday):
32884         Likewise.
32885         (__vdso_clock_gettime): Likewise.
32886         (_libc_vdso_platform_setup): Likewise.
32887         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
32888         Likewise.
32889         (__vdso_getcpu): Likewise.
32890         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h (__vdso_gettimeoday):
32891         Use VDSO_SYMBOL macro to define.
32892         (__vdso_clock_gettime): Likewise.
32893         (__vdso_clock_getres): Likewise.
32894         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h (__vdso_gettimeofday):
32895         Likewise.
32896         (__vdso_clock_gettime): Likewise.
32897         (__vdso_clock_getres): Likewise.
32898         (__vdso_get_tbfreq): Likewise.
32899         (__vdso_getcpu): Likewise.
32900         (__vdso_time): Likewise.
32901         (__vdso_sigtramp_rt64): Likewise.
32902         (__vdso_signtramp32): Likewise.
32903         (__vdso_sigtramp_rt32): Likewise.
32904         * sysdeps/unix/sysv/linux/s390/libc-vdso.h (__vdso_gettimeofday):
32905         Likewise.
32906         (__vdso_clock_gettime): Likewise.
32907         (__vdso_clock_getres): Likewise.
32908         * sysdeps/unix/sysv/linux/tile/libc-vdso.h (__vdso_gettimeofday):
32909         Likewise.
32910         (__vdso_clock_gettime): Likewise.
32911         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
32912         Likewise.
32913         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INLINE_VSYSCALL):  Remove
32914         macro.
32915         (INTERNAL_VSYSCALL): Likewise.
32916         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL):
32917         Remove macro.
32918         (INTERNAL_VSYSCALL): Likewise.
32919         (INTERNAL_VSYSCALL_NCS): Likewise.
32920         (INTERNAL_VSYSCALL_CALL): New macro.
32921         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
32922         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INLINE_VSYSCALL):
32923         Likewise.
32924         (INTERNAL_VSYSCALL): Likewise.
32925         (INTERNAL_VSYSCALL_NCS): Likewise.
32926         (INTERNAL_VSYSCALL_CALL): New macro.
32927         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
32928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32929         (INLINE_VSYSCALL): Remove macro.
32930         (INTERNAL_VSYSCALL): Remove macro.
32931         (INTERNAL_VSYSCALL_NCS): Remove macro.
32932         (INTERNAL_VSYSCALL_CALL): New macro.
32933         (INTERNAL_VSYSCALL_CALL_TYPE): New macro.
32934         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL.
32935         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
32936         (HAVE_CLOCK_GETRES_VSYSCALL): New define.
32937         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
32938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
32939         (INLINE_VSYSCALL): Remove macro.
32940         (INTERNAL_VSYSCALL): Likewise.
32941         (INTERNAL_VSYSCALL_NCS): Likewise.
32942         (INTERNAL_VSYSCALL_CALL): New macro.
32943         (INTERNAL_VSYSCALL_CALL_TYPE): Likewise.
32944         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL and
32945         PTR_DEMANGLE on vDSO pointer.
32946         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
32947         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Remove
32948         macro.
32949         (INTERNAL_SYSCALL): Likewise.
32950         (INTERNAL_VSYSCALL_NCS): Remove macro.
32951         (INTERNAL_VSYSCALL_CALL): New macro.
32952         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
32953         Remove macro.
32954         (INTERNAL_VSYSCALL): Likewise.
32955         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Include
32956         sysdep-vdso.h instead of libc-vdso.h.
32957         * sysdeps/unix/sysv/linux/clock_getres.c (INTERNAL_VSYSCALL): Remove
32958         definition.
32959         (INLINE_VSYSCALL): Likewise.
32960         (HAVE_VSYSCALL) [HAVE_CLOCK_GETRES_VSYSCALL]: Define.
32961         * sysdeps/unix/sysv/linux/clock_gettime.c (INTERNAL_VSYSCALL): Remove
32962         definition.
32963         (INLINE_VSYSCALL): Likewise.
32964         (INTERNAL_VSYSCALL): Likewise.
32965         (HAVE_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
32966         * sysdeps/unix/sysv/linux/timespec_get.c
32967         (INTERNAL_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
32968         (timespec_get): Use ANSI prototype.
32969         * sysdeps/unix/sysv/linux/sysdep-vdso.h: New file: default vDSO macros
32970         and definition for Linux.
32972 2015-05-25  Andrew Senkevich  <andrew.senkevich@intel.com>
32974         * elf/Makefile (localplt-built-dso): libmvec added to localplt test.
32975         * include/libc-symbols.h: libmvec_hidden_* macro series added.
32977 2015-05-22  H.J. Lu  <hongjiu.lu@intel.com>
32979         [BZ #2981]
32980         [BZ #18410]
32981         * elf/dl-reloc.c (_dl_relocate_object): Don't issue an error
32982         for missing DT_PLTRELSZ.
32984 2015-05-22  Paul Eggert  <eggert@cs.ucla.edu>
32986         Remove obsolete aliases that broke 'locale -a'
32987         [BZ #18412]
32988         * intl/locale.alias: Remove obsolete aliases "bokmål" and "français"
32989         which caused 'locale -a' to output Latin-1 data in UTF-8 locales,
32990         breaking some applications that use 'locale -a' output.
32991         Change the encoding of this file from Latin-1 to ASCII to avoid
32992         other potential problems with people grepping this file.
32994 2015-05-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
32996         * nptl/Makefile (CFLAGS-accept.c): Add -fexceptions and
32997         -fasynchronous-unwind-tables.
32998         (CFLAGS-sendto.c): Likewise.
32999         (CFLAGS-sendmsg.c): Likewise.
33000         (CFLAGS-connect.c): Likewise.
33001         (CFLAGS-recvmsg.c): Likewise.
33002         (CFLAGS-recvfrom.c): Likewise.
33003         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_invalid): Define.
33004         (SOCKETCALL): New macro: non-cancellable socketcall.
33005         (SOCKETCALL_CANCEL): New macro: cancellable socketcall.
33006         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = socket]: Remove
33007         internal_accept4, internal_recvmmsg, and internal_sendmmsg rules.
33008         * sysdeps/unix/sysv/linux/accept.c: New file.
33009         * sysdeps/unix/sysv/linux/bind.c: Likewise.
33010         * sysdeps/unix/sysv/linux/connect.c: Likewise.
33011         * sysdeps/unix/sysv/linux/getpeername.c: Likewise.
33012         * sysdeps/unix/sysv/linux/getsockname.c: Likewise.
33013         * sysdeps/unix/sysv/linux/getsockopt.c: Likewise.
33014         * sysdeps/unix/sysv/linux/listen.c: Likewise.
33015         * sysdeps/unix/sysv/linux/recv.c: Likewise.
33016         * sysdeps/unix/sysv/linux/recvfrom.c: Likewise.
33017         * sysdeps/unix/sysv/linux/recvmsg.c: Likewise.
33018         * sysdeps/unix/sysv/linux/send.c: Likewise.
33019         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
33020         * sysdeps/unix/sysv/linux/sendto.c: Likewise.
33021         * sysdeps/unix/sysv/linux/setsockopt.c: Likewise.
33022         * sysdeps/unix/sysv/linux/shutdown.c: Likewise.
33023         * sysdeps/unix/sysv/linux/socket.c: Likewise.
33024         * sysdeps/unix/sysv/linux/socketpair.c: Likewise.
33025         * sysdeps/unix/sysv/linux/recvmmsg.c (__internal_recvmmsg): Remove
33026         prototype.
33027         (recvmmsg) [__ASSUME_RECVMMSG_SOCKETCALL]: Add C based implementation.
33028         (recvmmsg) [!__ASSUME_RECVMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
33029         instead of __internal_xxx function.
33030         * sysdeps/unix/sysv/linux/accept4.c (__internal_accept4): Remove
33031         prototype.
33032         (accept4) [__ASSUME_ACCEPT4_SOCKETCALL]: Add C based implementation.
33033         (accept4) [!__ASSUME_ACCEPT4_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
33034         instead of __internal_xxx function.
33035         * sysdeps/unix/sysv/linux/sendmmsg.c (__internal_sendmmsg): Remove
33036         prototype.
33037         (sendmmsg) [__ASSUME_SENDMMSG_SOCKETCALL]: Add C based implementation.
33038         (sendmmsg) [!__ASSUME_SENDMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
33039         instead of __internal_xxx function.
33040         * sysdeps/unix/sysv/linux/accept.S: Remove file.
33041         * sysdeps/unix/sysv/linux/bind.S: Likewise.
33042         * sysdeps/unix/sysv/linux/connect.S: Likewise.
33043         * sysdeps/unix/sysv/linux/getpeername.S: Likewise.
33044         * sysdeps/unix/sysv/linux/getsockname.S: Likewise.
33045         * sysdeps/unix/sysv/linux/getsockopt.S: Likewise.
33046         * sysdeps/unix/sysv/linux/arm/internal_accept4.S: Likewise.
33047         * sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S: Likewise.
33048         * sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S: Likewise.
33049         * sysdeps/unix/sysv/linux/i386/accept4.S: Likewise.
33050         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: Likewise.
33051         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
33052         * sysdeps/unix/sysv/linux/internal_accept4.S: Likewise.
33053         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: Likewise.
33054         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: Likewise.
33055         * sysdeps/unix/sysv/linux/listen.S: Likewise.
33056         * sysdeps/unix/sysv/linux/microblaze/socket.S: Likewise.
33057         * sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: Likewise.
33058         * sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: Likewise.
33059         * sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: Likewise.
33060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Likewise.
33061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
33062         * sysdeps/unix/sysv/linux/recv.S: Likewise.
33063         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
33064         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
33065         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Likewise.
33066         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
33067         * sysdeps/unix/sysv/linux/send.S: Likewise.
33068         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
33069         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
33070         * sysdeps/unix/sysv/linux/setsockopt.S: Likewise.
33071         * sysdeps/unix/sysv/linux/sh/socket.S: Likewise.
33072         * sysdeps/unix/sysv/linux/shutdown.S: Likewise.
33073         * sysdeps/unix/sysv/linux/socketpair.S: Likewise.
33074         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
33075         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Likewise.
33076         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
33077         * sysdeps/unix/sysv/linux/hppa/socket.S: Likewise.
33078         * sysdeps/unix/sysv/linux/kernel-features.h: Adjust comment on how
33079         socketcall is implemented in GLIBC.
33081 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
33083         * soft-fp/fmadf4.c: Include <libc-internal.h>.
33084         (__fma): Ignore uninitialized warnings around packing.
33085         * soft-fp/fmasf4.c: Include <libc-internal.h>.
33086         (__fmaf): Ignore uninitialized warnings around packing.
33087         * soft-fp/fmatf4.c: Include <libc-internal.h>.
33088         (__fmal): Ignore uninitialized warnings around packing.
33090         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <libc-internal.h>.
33091         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
33092         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <libc-internal.h>.
33093         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
33095         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Make case 9 in
33096         switch statement into default case.
33097         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Likewise.
33099         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Don't use
33100         a conditional in forcing "inexact".
33101         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
33102         Likewise.
33104 2015-05-22  Roland McGrath  <roland@hack.frob.com>
33106         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
33107         Use a separate INTERNAL_SYSCALL_DECL (err); in a local scope
33108         for each INTERNAL_SYSCALL use.
33110 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
33112         [BZ #438]
33113         * posix/unistd.h (_POSIX2_C_VERSION): New macro.
33114         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): Remove
33115         variable.
33117         [BZ #18444]
33118         * string/basename.c (basename): Rename to __basename and define as
33119         weak alias of __basename.  Use libc_hidden_weak.
33120         * include/string.h (__basename): Declare.  Use libc_hidden_proto.
33121         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Call
33122         __basename instead of basename.
33123         * conform/Makefile (test-xfail-POSIX2008/unistd.h/linknamespace):
33124         Remove variable.
33125         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
33127 2015-05-18  Florian Weimer  <fweimer@redhat.com>
33129         * libio/libioP.h (_IO_MEMBER_TYPE, _IO_CAST_FIELD_ACCESS)
33130         (_IO_JUMPS_FILE_plus): New.
33131         (_IO_WIDE_JUMPS, _IO_CHECK_WIDE, _IO_JUMPS_FUNC): Use
33132         _IO_CAST_FIELD_ACCESS.
33133         * libio/fileops.c (libc_hidden_def, _IO_file_setbuf_mmap,
33134         mmap_remap_check, decide_maybe_mmap): Use _IO_JUMPS_FILE_plus.
33135         * libio/freopen.c (freopen): Likewise.
33136         * libio/freopen64.c (freopen64): Likewise.
33137         * libio/iofopen.c (__fopen_maybe_mmap): Likewise.
33138         * libio/iofopncook.c (_IO_old_fopencookie): Likewise.
33139         * libio/iofwide.c (_IO_fwide): Likewise.
33140         * libio/memstream.c (open_memstream): Likewise.
33141         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
33142         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
33143         * libio/oldiopopen.c (_IO_old_popen): Likewise.
33145 2015-05-21  Joseph Myers  <joseph@codesourcery.com>
33147         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Include <libc-internal.h>.
33148         (__ieee754_lgamma_r): Ignore uninitialized warnings around use of
33149         NADJ.
33150         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Include <libc-internal.h>.
33151         (__ieee754_lgammaf_r): Ignore uninitialized warnings around use of
33152         NADJ.
33153         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Include <libc-internal.h>.
33154         (__ieee754_lgammal_r): Ignore uninitialized warnings around use of
33155         NADJ.
33157         * sysdeps/ieee754/dbl-64/mpa.c (norm): Remove if condition on
33158         (p == 4) case.
33160         * conform/linknamespace.pl (@whitelist): Add re_syntax_options.
33161         * conform/Makefile (test-xfail-UNIX98/regex.h/linknamespace):
33162         Remove variable.
33163         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
33164         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
33165         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
33167 2015-05-21  Florian Weimer  <fweimer@redhat.com>
33169         * stdio-common/vfprintf.c (LABEL, JUMP_TABLE_BASE_LABEL, REF):
33170         Adjust jump table label generation macros.
33172 2015-05-21  Florian Weimer  <fweimer@redhat.com>
33174         * stdio-common/vfprintf.c (vfprintf): Move local variables
33175         args_malloced, specs, specs_malloced, and the code after
33176         do_positional to the printf_positional function.
33177         (printf_positional): New function.
33179 2015-05-21  Florian Weimer  <fweimer@redhat.com>
33181         * stdio-common/vfprintf.c (jump_table): Move out of the vfprintf
33182         function.
33183         (NOT_IN_JUMP_RANGE, CHAR_CLASS, LABEL, REF, JUMP, STEP0_3_TABLE,
33184         STEP4_TABLE, process_arg): Move macro definitions
33185         out of the vfprintf function.  (Cosmetic change only.)
33187 2015-05-21  Carlos O'Donell  <carlos@redhat.com>
33189         * benchtests/Makefile (stdio-common-bench): Define.
33190         (benchset): Add stdio-common-bench.
33191         * sprintf-inputs: New file.
33192         * sprintf-source.c: New file.
33194 2015-05-21  Andreas Schwab  <schwab@suse.de>
33196         [BZ #13028]
33197         [BZ #17053]
33198         * resolv/res_init.c (__res_vinit): Remove use of ext.nsmap member
33199         of struct __res_state.
33200         * resolv/res_send.c (__libc_res_nsend): Likewise.
33201         (get_nsaddr): New function.
33202         (res_ourserver_p, send_vc, reopen): Use it instead of accessing
33203         statp directly.
33205 2015-05-20  Joseph Myers  <joseph@codesourcery.com>
33207         * conform/GlibcConform.pm ($CFLAGS{"POSIX"}): Use
33208         -D_POSIX_C_SOURCE=199506L.
33210         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Require.
33212         * conform/data/unistd.h-data (_POSIX_VERSION): Require.
33213         (_POSIX2_C_VERSION): Require if [POSIX || XPG3 || XPG4 || UNIX98].
33214         Do not mention otherwise.
33215         [POSIX] (_XOPEN_VERSION): Do not expect.
33216         [POSIX] (_XOPEN_XCU_VERSION): Likewise.
33217         [POSIX] (_POSIX2_C_BIND): Likewise.
33218         [POSIX] (_POSIX2_VERSION): Likewise.
33219         [POSIX] (_XOPEN_XPG2): Likewise.
33220         [POSIX] (_XOPEN_XPG3): Likewise.
33221         [POSIX] (_XOPEN_XPG4): Likewise.
33222         [POSIX] (_XOPEN_UNIX): Likewise.
33223         [POSIX] (_POSIX_ADVISORY_INFO): Likewise.
33224         [POSIX] (_POSIX_BARRIERS): Likewise.
33225         [POSIX] (_POSIX_CLOCK_SELECTION): Likewise.
33226         [POSIX] (_POSIX_CPUTIME): Likewise.
33227         [POSIX] (_POSIX_MONOTONIC_CLOCK): Likewise.
33228         [POSIX] (_POSIX_READER_WRITER_LOCKS): Likewise.
33229         [POSIX] (_POSIX_SHELL): Likewise.
33230         [POSIX] (_POSIX_SPAWN): Likewise.
33231         [POSIX] (_POSIX_SPIN_LOCKS): Likewise.
33232         [POSIX] (_POSIX_SPORADIC_SERVER): Likewise.
33233         [POSIX] (_POSIX_THREAD_CPUTIME): Likewise.
33234         [POSIX] (_POSIX_TYPED_MEMORY_OBJECTS): Likewise.
33235         [POSIX] (_POSIX_THREAD_SPORADIC_SERVER): Likewise.
33236         [POSIX] (_XBS5_ILP32_OFF32): Likewise.
33237         [POSIX] (_XBS5_ILP32_OFBIG): Likewise.
33238         [POSIX] (_XBS5_LP64_OFF64): Likewise.
33239         [POSIX] (_XBS5_LPBIG_OFFBIG): Likewise.
33240         [POSIX] (_POSIX_TIMEOUTS): Likewise.
33241         [POSIX] (_POSIX2_PBS): Likewise.
33242         [POSIX] (_POSIX2_PBS_ACCOUNTING): Likewise.
33243         [POSIX] (_POSIX2_PBS_CHECKPOINT): Likewise.
33244         [POSIX] (_POSIX2_PBS_LOCATE): Likewise.
33245         [POSIX] (_POSIX2_PBS_MESSAGE): Likewise.
33246         [POSIX] (_POSIX2_PBS_TRACK): Likewise.
33247         [POSIX] (_POSIX_TIMESTAMP_RESOLUTION): Likewise.
33248         [POSIX] (_CS_XBS5_ILP32_OFF32_CFLAGS): Likewise.
33249         [POSIX] (_CS_XBS5_ILP32_OFF32_LDFLAGS): Likewise.
33250         [POSIX] (_CS_XBS5_ILP32_OFF32_LIBS): Likewise.
33251         [POSIX] (_CS_XBS5_ILP32_OFF32_LINTFLAGS): Likewise.
33252         [POSIX] (_CS_XBS5_ILP32_OFFBIG_CFLAGS): Likewise.
33253         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LDFLAGS): Likewise.
33254         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LIBS): Likewise.
33255         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LINTFLAGS): Likewise.
33256         [POSIX] (_CS_XBS5_LP64_OFF64_CFLAGS): Likewise.
33257         [POSIX] (_CS_XBS5_LP64_OFF64_LDFLAGS): Likewise.
33258         [POSIX] (_CS_XBS5_LP64_OFF64_LIBS): Likewise.
33259         [POSIX] (_CS_XBS5_LP64_OFF64_LINTFLAGS): Likewise.
33260         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_CFLAGS): Likewise.
33261         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LDFLAGS): Likewise.
33262         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LIBS): Likewise.
33263         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS): Likewise.
33264         [POSIX] (_SC_2_C_BIND): Likewise.
33265         [POSIX] (_SC_2_C_VERSION): Likewise.
33266         [POSIX] (_SC_2_PBS): Likewise.
33267         [POSIX] (_SC_2_PBS_ACCOUNTING): Likewise.
33268         [POSIX] (_SC_2_PBS_CHECKPOINT): Likewise.
33269         [POSIX] (_SC_2_PBS_LOCATE): Likewise.
33270         [POSIX] (_SC_2_PBS_MESSAGE): Likewise.
33271         [POSIX] (_SC_2_PBS_TRACK): Likewise.
33272         [POSIX] (_SC_ATEXIT_MAX): Likewise.
33273         [POSIX] (_SC_BARRIERS): Likewise.
33274         [POSIX] (_SC_BASE): Likewise.
33275         [POSIX] (_SC_CLOCK_SELECTION): Likewise.
33276         [POSIX] (_SC_DEVICE_IO): Likewise.
33277         [POSIX] (_SC_DEVICE_SPECIFIC): Likewise.
33278         [POSIX] (_SC_DEVICE_SPECIFIC_R): Likewise.
33279         [POSIX] (_SC_FD_MGMT): Likewise.
33280         [POSIX] (_SC_FIFO): Likewise.
33281         [POSIX] (_SC_FILE_ATTRIBUTES): Likewise.
33282         [POSIX] (_SC_FILE_LOCKING): Likewise.
33283         [POSIX] (_SC_FILE_SYSTEM): Likewise.
33284         [POSIX] (_SC_IOV_MAX): Likewise.
33285         [POSIX] (_SC_MONOTONIC_CLOCK): Likewise.
33286         [POSIX] (_SC_NETWORKING): Likewise.
33287         [POSIX] (_SC_PAGE_SIZE): Likewise.
33288         [POSIX] (_SC_PASS_MAX): Likewise.
33289         [POSIX] (_SC_PIPE): Likewise.
33290         [POSIX] (_SC_READER_WRITER_LOCKS): Likewise.
33291         [POSIX] (_SC_REGEXP): Likewise.
33292         [POSIX] (_SC_SHELL): Likewise.
33293         [POSIX] (_SC_SIGNALS): Likewise.
33294         [POSIX] (_SC_SINGLE_PROCESS): Likewise.
33295         [POSIX] (_SC_SPIN_LOCKS): Likewise.
33296         [POSIX] (_SC_TYPED_MEMORY_OBJECTS): Likewise.
33297         [POSIX] (_SC_USER_GROUPS): Likewise.
33298         [POSIX] (_SC_USER_GROUPS_R): Likewise.
33299         [POSIX] (_SC_STREAMS): Likewise.
33300         [POSIX] (_SC_XBS5_ILP32_OFF32): Likewise.
33301         [POSIX] (_SC_XBS5_ILP32_OFFBIG): Likewise.
33302         [POSIX] (_SC_XBS5_LP64_OFF64): Likewise.
33303         [POSIX] (_SC_XBS5_LPBIG_OFFBIG): Likewise.
33304         [POSIX] (_SC_THREAD_ROBUST_PRIO_INHERIT): Likewise.
33305         [POSIX] (_SC_THREAD_ROBUST_PRIO_PROTECT): Likewise.
33306         [POSIX] (_PC_FILESIZEBITS): Likewise.
33307         [POSIX] (_PC_REC_INCR_XFER_SIZE): Likewise.
33308         [POSIX] (_PC_REC_MAX_XFER_SIZE): Likewise.
33309         [POSIX] (_PC_REC_MIN_XFER_SIZE): Likewise.
33310         [POSIX] (_PC_REC_XFER_ALIGN): Likewise.
33311         [POSIX] (uid_t): Likewise.
33312         [POSIX] (gid_t): Likewise.
33313         [POSIX] (off_t): Likewise.
33314         [POSIX] (pid_t): Likewise.
33315         [POSIX] (cuserid): Allow.
33316         (_SC_2_CHAR_TERM): Require constant.
33317         (_POSIX_ASYNCHRONOUS_IO): Remove duplicate optional-constant.
33318         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): New
33319         variable.
33321 2015-05-20  Roland McGrath  <roland@hack.frob.com>
33323         * sysdeps/nacl/pthread-pids.h: New file.
33324         * sysdeps/nacl/createthread.c: Include <pthread-pids.h>.
33325         (create_thread): Use __nacl_get_tid to initialize PD->tid.
33327         * nptl/pthread-pids.h: New file.
33328         * sysdeps/unix/sysv/linux/pthread-pids.h: New file.
33329         * nptl/nptl-init.c: Include <pthread-pids.h>.
33330         (__pthread_initialize_minimal_internal):
33331         Call __pthread_initialize_pids instead of set_tid_address syscall.
33333         * sysdeps/unix/sysv/linux/usleep.c: Moved to ...
33334         * sysdeps/posix/usleep.c: ... here.
33336 2015-05-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
33338         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = misc)]: Remove
33339         call_pselect6 object.
33340         [$(subdir) = io]: Remove call_sync_file_range object.
33341         * sysdeps/unix/sysv/linux/i386/call_pselect6.S: Remove file.
33342         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Remove file.
33343         * sysdeps/unix/sysv/linux/i386/pselect.c: Remove file.
33344         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: Remove file.
33346 2015-05-20  Wilco Dijkstra  <wdijkstr@arm.com>
33348         * math/s_cproj.c: Add include "math_private.h".
33349         * math/s_cprojf.c: Likewise.
33350         * math/s_cprojl.c: Likewise.
33352 2015-05-19  Joseph Myers  <joseph@codesourcery.com>
33354         [BZ #18244]
33355         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Ignore explicit
33356         high mantissa bit when testing whether P is a NaN.
33357         * math/libm-test.inc (remainder_test_data): Add more tests.
33358         (remquo_test_data): Likewise.
33360         [BZ #18049]
33361         * sysdeps/i386/fpu/e_atanhl.S (__ieee754_atanhl): For exponents
33362         below -32, return the argument, with underflow if subnormal.
33363         * math/auto-libm-test-in: Add more tests of atanh.
33364         * math/auto-libm-test-out: Regenerated.
33366 2015-05-19  Roland McGrath  <roland@hack.frob.com>
33368         [BZ #18434]
33369         * nptl/tst-sem15.c: New file.
33370         * nptl/Makefile (tests): Add it.
33371         * nptl/sem_post.c (__new_sem_post) [!__HAVE_64B_ATOMICS]:
33372         s/<</>>/ to fix typo in EOVERFLOW check.
33373         * sysdeps/sparc/sparc32/sem_post.c (__new_sem_post): Likewise.
33375 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33377         * manual/strings.texi (envz_remove): Fix typo in safety
33378         annotations.
33380 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
33381             Steve Ellcey  <sellcey@imgtec.com>
33383         * inet/rcmd.c (rresvport_af): Change ss to anonymous union
33384         in order to avoid strict alias warnings.
33385         (iruserok_af): Ditto for ra.
33387 2015-05-19  James Lemke  <jwlemke@codesourcery.com>
33389         [BZ #17581]
33390         * malloc/hooks.c
33391         (magicbyte): Convert to a function and avoid returning 0x01.
33392         (mem2mem_check): Avoid using a length byte equal to the magic byte.
33393         (mem2chunk_check): Fix unsigned comparisons to zero.
33394         Hoist defs of sz and magic.
33396 2015-05-19  Richard Henderson  <rth@redhat.com>
33398         * soft-fp/op-common.h (_FP_FROM_INT): Don't write to R.
33400         * sysdeps/alpha/fpu/libm-test-ulps: Update.
33402 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
33404         [BZ #16159]
33405         * malloc/Makefile (tests): New test case tst-malloc-backtrace.
33406         * malloc/arena.c (arena_lock): Check if arena is corrupt.
33407         (reused_arena): Find a non-corrupt arena.
33408         (heap_trim): Pass arena to unlink.
33409         * malloc/hooks.c (malloc_check_get_size): Pass arena to
33410         malloc_printerr.
33411         (top_check): Likewise.
33412         (free_check): Likewise.
33413         (realloc_check): Likewise.
33414         * malloc/malloc.c (malloc_printerr): Add arena argument.
33415         (unlink): Likewise.
33416         (munmap_chunk): Adjust.
33417         (ARENA_CORRUPTION_BIT): New macro.
33418         (arena_is_corrupt): Likewise.
33419         (set_arena_corrupt): Likewise.
33420         (sysmalloc): Use mmap if there are no usable arenas.
33421         (_int_malloc): Likewise.
33422         (__libc_malloc): Don't fail if arena_get returns NULL.
33423         (_mid_memalign): Likewise.
33424         (__libc_calloc): Likewise.
33425         (__libc_realloc): Adjust for additional argument to
33426         malloc_printerr.
33427         (_int_free): Likewise.
33428         (malloc_consolidate): Likewise.
33429         (_int_realloc): Likewise.
33430         (_int_memalign): Don't touch corrupt arenas.
33431         * malloc/tst-malloc-backtrace.c: New test case.
33433         * Makefile (summarize-tests): Fix return value on success.
33435         * manual/string.texi (Envz Functions): Add envz_remove.
33437 2015-05-18  Roland McGrath  <roland@hack.frob.com>
33439         * sysdeps/posix/opendir.c: Include <stdbool.h>.
33440         (invalid_name): New function, broken out of ...
33441         (__opendirat): ... here.  Call it.
33442         (need_isdir_precheck): New function, broken out of ...
33443         (__opendirat): ... here.  Call it.
33444         Use __fxstatat64, not __xstatat64.
33445         (opendir_oflags): New function, broken out of ...
33446         (__opendirat): ... here.  Call it.
33447         (opendir_tail): New function, broken out of ...
33448         (__opendirat): ... here.  Call it.
33449         (__opendir): Call invalid_name, need_isdir_precheck, __xstat64, and
33450         opendir_tail, rather than punting to __opendirat.
33451         (__opendirat): Conditionalize function definition on [IS_IN (libc)].
33453 2015-05-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33455         * .gitignore: Ignore generated *.pyc.
33457 2015-05-18  Arjun Shankar  <arjun.is@lostca.se>
33459         * include/stdio.h: Define __need_wint_t.
33460         * test-skeleton.c: Avoid `for' loop initial declaration.
33461         * nptl/tst-initializers1.c: Use test-skeleton.c.
33463 2015-05-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
33465         [BZ #18418]
33466         * stdlib/tst-setcontext3.sh: Remove non-portable array use.
33468 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
33470         [BZ #16352]
33471         * sysdeps/i386/fpu/e_atanh.S (dbl_min): New object.
33472         (__ieee754_atanh): Force underflow exception for results with
33473         small absolute value.
33474         * sysdeps/i386/fpu/e_atanhf.S (flt_min): New object.
33475         (__ieee754_atanhf): Force underflow exception for results with
33476         small absolute value.
33477         * sysdeps/ieee754/dbl-64/e_atanh.c: Include <float.h>.
33478         (__ieee754_atanh): Force underflow exception for results with
33479         small absolute value.
33480         * sysdeps/ieee754/flt-32/e_atanhf.c: Include <float.h>.
33481         (__ieee754_atanhf): Force underflow exception for results with
33482         small absolute value.
33483         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Include <float.h>.
33484         (__ieee754_atanhl): Force underflow exception for results with
33485         small absolute value.
33486         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Include <float.h>.
33487         (__ieee754_atanhl): Force underflow exception for results with
33488         small absolute value.
33489         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Include <float.h>.
33490         (__ieee754_atanhl): Force underflow exception for results with
33491         small absolute value.
33492         * math/auto-libm-test-in: Do not allow missing underflow
33493         exceptions from atanh.
33494         * math/auto-libm-test-out: Regenerated.
33496         [BZ #18221]
33497         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use 2**-13 not
33498         2**-28 as threshold for returning x or +/- 1/x.
33499         * math/auto-libm-test-in: Add more tests of tan.
33500         * math/auto-libm-test-out: Regenerated.
33502         [BZ #18220]
33503         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
33504         2**26 not 2**58 as threshold for returning x * (log (x) - 1).
33505         * math/auto-libm-test-in: Add another test of lgamma.
33506         * math/auto-libm-test-out: Regenerated.
33508 2015-05-15  Wilco Dijkstra  <wdijkstr@arm.com>
33510         * stdio-common/printf_fp.c (___printf_fp): Use abs.
33511         * stdlib/gmp-impl.h (ABS): Remove define.  (ABSIZ): Remove.
33512         * sysdeps/ieee754/dbl-64/branred.c (__branred): Use fabs.
33513         * sysdeps/ieee754/dbl-64/dla.h (EADD): Use fabs.
33514         (ESUB): Use fabs.  (ADD2): Use fabs.  (SUB2): Use fabs.
33515         (ADD2A): Use fabs.  (SUB2A): Use fabs.
33516         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use fabs.
33517         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Use fabs.
33518         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use fabs.
33519         (log1): Use fabs.  (my_log2): Use fabs.
33520         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Use fabs.
33521         * sysdeps/ieee754/dbl-64/mpa.h (ABS): Remove define.
33522         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use fabs.
33523         * sysdeps/ieee754/dbl-64/mydefs.h (ABS): Remove define.
33524         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use fabs.
33525         (__cos): Use fabs.  (slow): Use fabs.  (slow2): Use fabs.
33526         (sloww): Use fabs.  (sloww1): Use fabs.  (sloww2): Use fabs.
33527         (bslow1): Use fabs.  (bslow2): Use fabs.  (cslow2): Use fabs.
33528         (csloww): Use fabs.  (csloww1): Use fabs.  (csloww2): Use fabs.
33529         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Use fabs.
33530         * sysdeps/x86_64/fpu/multiarch/e_log.c: add math.h include.
33532 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
33534         [BZ #18217]
33535         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Use 2**-26 not 2**-56
33536         as threshold for returning 1 - x.
33537         * math/auto-libm-test-in: Add more tests of erfc.
33538         * math/auto-libm-test-out: Regenerated.
33540 2015-05-14  Joseph Myers  <joseph@codesourcery.com>
33542         [BZ #18196]
33543         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Use 2^25 not 2^34 as
33544         threshold for large arguments.
33545         * math/auto-libm-test-in: Add another test of atan.
33546         * math/auto-libm-test-out: Regenerated.
33548         [BZ #16339]
33549         * sysdeps/i386/fpu/s_log1p.S (dbl_min): New object.
33550         (__log1p): Force underflow exception for results with small
33551         absolute value.
33552         * sysdeps/i386/fpu/s_log1pf.S (flt_min): New object.
33553         (__log1pf): Force underflow exception for results with small
33554         absolute value.
33555         * sysdeps/ieee754/dbl-64/s_log1p.c: Include <float.h>.
33556         (__log1p): Force underflow exception for results with small
33557         absolute value.
33558         * sysdeps/ieee754/flt-32/s_log1pf.c: Include <float.h>.
33559         (__log1pf): Force underflow exception for results with small
33560         absolute value.
33561         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Include <float.h>.
33562         (__log1pl): Force underflow exception for results with small
33563         absolute value.
33564         * math/auto-libm-test-in: Do not allow missing underflow
33565         exceptions from log1p.
33566         * math/auto-libm-test-out: Regenerated.
33568 2015-05-14  Jakub Bogusz  <qboosh@pld-linux.org>
33569             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
33571         [BZ #16704]
33572         * sysdeps/unix/make-syscalls.sh: Remove non-portable echo usage.
33574 2015-05-14  Andrew Senkevich  <andrew.senkevich@intel.com>
33576         * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
33577         (libmvec): New variable.
33578         * configure.ac: Added option for mathvec build.
33579         * configure: Regenerated.
33580         * mathvec/Depend: New file.
33581         * mathvec/Makefile: New file.
33582         * shlib-versions: Added libmvec.
33583         * math/Makefile: Added rule for libm.so installation.
33585         * bits/math-vector.h: New file.
33586         * bits/libm-simd-decl-stubs.h: New header.
33587         * math/Makefile (headers): Added new header
33588         libm-simd-decl-stubs.h.
33589         * math/math.h (__MATHCALL_VEC): New macro.
33591         * math/gen-libm-have-vector-test.sh: Script generates series of macros
33592         for conditions in testing functions.
33593         * math/Makefile: Added call of libm-have-vector-test.sh.
33594         * math/libm-test.inc (HAVE_VECTOR): New macros.
33596         * math/libm-test.inc: START refactored.
33597         * math/test-double.c (TEST_MATHVEC): Add define.
33598         * math/test-float.c: Likewise.
33599         * math/test-idouble.c: Likewise.
33600         * math/test-ifloat.c: Likewise.
33601         * math/test-ildoubl.c: Likewise.
33602         * math/test-ldouble.c: Likewise.
33603         * sysdeps/generic/math-tests-arch.h
33604         (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime
33605         architecture check.
33607         * math/test-double.c (FUNC_TEST): New macro.
33608         * math/test-float.c: Likewise.
33609         * math/test-idouble.c: Likewise.
33610         * math/test-ifloat.c: Likewise.
33611         * math/test-ildoubl.c: Likewise.
33612         * math/test-ldouble.c: Likewise.
33613         * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
33615 2015-05-13  Roland McGrath  <roland@hack.frob.com>
33617         * sysdeps/nacl/fdopendir.c: New file.
33619         * dirent/scandir-tail.c: New file.
33620         * dirent/scandir64-tail.c: New file.
33621         * dirent/Makefile (routines): Add them.
33622         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
33623         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
33624         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
33625         [!SCANDIR] (SCANDIR_TAIL): New macro.
33626         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
33627         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
33628         (SCANDIRAT): Macro removed.
33629         (SCANDIR_TAIL): New macro.
33630         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
33631         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
33632         (SCANDIRAT): Just call __opendirat and __scandir_tail.
33633         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
33634         (READDIR): Macro removed.
33635         (SCANDIR_TAIL): New macro.
33636         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
33637         (SCANDIR_TAIL): New macro.
33639         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
33640         * dirent/scandir-cancel.c: ... to this new file.
33641         * dirent/Makefile (routines): Add it.
33642         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
33643         * sysdeps/unix/sysv/linux/i386/scandir64.c
33644         (SKIP_SCANDIR_CANCEL): Macro removed.
33645         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
33647         * dirent/tst-scandir.c: New file.
33648         * dirent/tst-scandir64.c: New file.
33649         * dirent/Makefile (tests): Add them.
33651 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
33653         [BZ #18409]
33654         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
33656 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
33658         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
33659         list.
33661 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
33663         * benchtests/bench-strcoll.c: New benchmark.
33664         * benchtests/Makefile: Generate locales and run benchmark.
33665         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
33666         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
33667         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
33668         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
33669         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
33670         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
33671         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
33672         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
33673         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
33674         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
33675         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
33676         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
33677         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
33678         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
33679         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
33680         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
33681         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
33682         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
33683         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
33684         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
33685         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
33686         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
33687         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
33688         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
33690 2015-05-12  Ondřej Bílka  <neleai@seznam.cz>
33692         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
33693         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33695 2015-05-12  Roland McGrath  <roland@hack.frob.com>
33697         * posix/uname-values.h: New file.
33698         * posix/uname.c: Include that instead of <config-name.h>.
33699         * sysdeps/nacl/uname-values.h: New file.
33700         * sysdeps/arm/nacl/uname-values.h: New file.
33702 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
33704         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
33705         splitting into fields.
33707 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
33709         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
33710         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
33711         * locale/localeinfo.h: Add enum collation_encoding_type.
33712         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
33713         * programs/ld-collate.c (collate_output): Add encoding type info.
33714         * string/strcoll_l.c (STRDIFF): New function.
33715         * (STRCOLL): Use STRDIFF to skip over equal prefix.
33716         * wcsmbs/wcscoll_l.c: Define STRDIFF.
33718 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
33720         [BZ #18397]
33721         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
33722         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
33723         <fpu_control.h> instead of <math/fpu_control.c>.
33724         * sysdeps/mips/mips32/fpu/Makefile: New file.
33726 2015-05-11  Andreas Schwab  <schwab@suse.de>
33728         [BZ #18007]
33729         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
33730         nss_endgrent.
33731         (_nss_compat_endgrent): Call nss_endgrent.
33732         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
33733         nss_endpwent.
33734         (_nss_compat_endpwent): Call nss_endpwent.
33735         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
33736         needent, call nss_setspent only if non-zero.
33737         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
33738         (internal_endspent): Don't call nss_endspent.
33739         (_nss_compat_endspent): Call nss_endspent.
33740         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
33741         Remove.  All uses removed.
33742         (internal_setent): Remove parameter stayopen, add parameter
33743         stream.  Use it instead of global variable.
33744         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
33745         (internal_endent, internal_getent): Add parameter stream.  Use it
33746         instead of global variable.
33747         (CONCAT(_nss_files_end,ENTNAME))
33748         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
33749         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
33750         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
33751         uses removed.
33752         (internal_setent, internal_endent): Add parameter stream.  Use it
33753         instead of global variable.
33754         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
33755         stream.
33756         (get_next_alias): Add parameter stream.
33757         (_nss_files_getaliasent_r): Pass global stream.
33758         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
33759         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
33760         (_nss_files_gethostbyname4_r): Pass local stream to
33761         internal_setent, internal_getent and internal_endent.  Remove
33762         locking.
33764 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
33766         * tst-strfmon1.c (tests): Update expected currency symbol.
33768 2015-05-08  Roland McGrath  <roland@hack.frob.com>
33770         * sysdeps/nacl/gethostname.c: New file.
33772 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
33774         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
33775         and sinh.
33776         * math/auto-libm-test-out: Regenerated.
33777         * sysdeps/i386/fpu/libm-test-ulps: Update.
33778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33780 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
33782         [BZ #18125]
33783         * stdlib/tst-setcontext3.c: New file.
33784         * stdlib/tst-setcontext3.sh: New file.
33785         * stdlib/Makefile (tests): Add tst-setcontext3.
33786         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
33787         to verify test program created output file.
33788         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
33789         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
33790         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
33791         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
33793 2015-05-06  Roland McGrath  <roland@hack.frob.com>
33795         [BZ #18383]
33796         * elf/tst-tlsalign.c: New file.
33797         * elf/tst-tlsalign-static.c: New file.
33798         * elf/tst-tlsalign-lib.c: New file.
33799         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
33800         (tests-static): Add tst-tlsalign-static.
33801         (modules-names): Add tst-tlsalign-lib.
33802         (test-xfail-tst-tlsalign): New variable.
33803         (test-xfail-tst-tlsalign-static): New variable.
33805         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
33806         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
33808 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
33810         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
33811         csqrt, erfc, sin and sincos.
33812         * math/auto-libm-test-out: Regenerated.
33813         * sysdeps/i386/fpu/libm-test-ulps: Update.
33814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33816 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
33818         * sysdeps/aarch64/libm-test-ulps: Update.
33820 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
33822         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
33823         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
33824         * math/auto-libm-test-out: Regenerated.
33825         * sysdeps/i386/fpu/libm-test-ulps: Update.
33826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33828 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
33830         [BZ #18265]
33831         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
33832         (wcsncpy): Likewise.
33834 2015-05-05  Florian Weimer  <fweimer@redhat.com>
33836         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
33837         Assume __ASSUME_FALLOCATE is always true.
33838         * sysdeps/unix/sysv/linux/posix_fallocate64.c
33839         (__posix_fallocate64_l64): Likewise.
33840         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
33841         (posix_fallocate): Likewise.
33842         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
33843         (__posix_fallocate64_l64): Likewise.
33844         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
33845         [!__ASSUME_FALLOCATE]: Add comment.
33847 2015-05-05  Florian Weimer  <fweimer@redhat.com>
33849         * sysdeps/unix/sysv/linux/i386/Makefile
33850         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
33851         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
33852         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
33853         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
33854         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
33855         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
33856         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
33858 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
33860         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
33861         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
33862         tgamma.
33863         * math/auto-libm-test-out: Regenerated.
33864         * sysdeps/i386/fpu/libm-test-ulps: Update.
33865         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33867 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
33869         * math/auto-libm-test-in: Add more tests of tgamma.
33870         * math/auto-libm-test-out: Regenerated.
33871         * sysdeps/i386/fpu/libm-test-ulps: Update.
33872         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33874         * math/auto-libm-test-in: Add more tests of tanh.
33875         * math/auto-libm-test-out: Regenerated.
33876         * sysdeps/i386/fpu/libm-test-ulps: Update.
33877         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33879         * math/auto-libm-test-in: Add more tests of tan.
33880         * math/auto-libm-test-out: Regenerated.
33881         * sysdeps/i386/fpu/libm-test-ulps: Update.
33882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33884         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
33885         * math/auto-libm-test-out: Regenerated.
33886         * sysdeps/i386/fpu/libm-test-ulps: Update.
33887         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33889         * math/auto-libm-test-in: Add another test of pow.
33890         * math/auto-libm-test-out: Regenerated.
33891         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33893         * math/auto-libm-test-in: Add more tests of lgamma.
33894         * math/auto-libm-test-out: Regenerated.
33895         * sysdeps/i386/fpu/libm-test-ulps: Update.
33896         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33898         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
33899         log1p.
33900         * math/auto-libm-test-out: Regenerated.
33901         * sysdeps/i386/fpu/libm-test-ulps: Update.
33902         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33904 2015-05-01  Mark Wielaard  <mjw@redhat.com>
33906         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
33907         Elf64_Chdr structs and ELFCOMPRESS constants.
33909 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
33911         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
33912         expm1.
33913         * math/auto-libm-test-out: Regenerated.
33914         * sysdeps/i386/fpu/libm-test-ulps: Update.
33915         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33917         * math/auto-libm-test-in: Add more tests of erf and erfc.
33918         * math/auto-libm-test-out: Regenerated.
33919         * sysdeps/i386/fpu/libm-test-ulps: Update.
33920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33922 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
33924         * config.h.in (HAVE_AARCH64_BE): Add.
33926 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
33928         * math/auto-libm-test-in: Add more tests of csqrt.
33929         * math/auto-libm-test-out: Regenerated.
33930         * sysdeps/i386/fpu/libm-test-ulps: Update.
33931         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33933         * math/auto-libm-test-in: Add more tests of cosh and sinh.
33934         * math/auto-libm-test-out: Regenerated.
33935         * sysdeps/i386/fpu/libm-test-ulps: Update.
33936         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33938         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
33940 2015-04-29  Roland McGrath  <roland@hack.frob.com>
33942         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
33943         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
33945         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
33946         (euidaccess, eaccess): Define as weak aliases.
33948         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
33949         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
33950         but __suseconds_t is often 'long int' so some sources assume that
33951         type is being used (e.g. they use %ld to print tv_usec).
33953 2015-04-29  Florian Weimer  <fweimer@redhat.com>
33955         [BZ #18007]
33956         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
33957         (CVE-2014-8121)
33958         * nss/tst-nss-getpwent.c: New file.
33959         * nss/Makefile (tests): Add new test.
33961 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
33963         [BZ #18346]
33964         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
33965         exponents less than 48 as cases where high part of mantissa needs
33966         examining to determine whether argument is integral.
33967         * math/libm-test.inc (round_test_data): Add more tests.
33969 2015-04-28  Mark Wielaard  <mjw@redhat.com>
33971         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
33973 2015-04-27  David S. Miller  <davem@davemloft.net>
33975         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
33976         __tls_get_addr.
33977         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
33979 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
33981         [BZ #18333]
33982         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
33984 2015-04-27  Florian Weimer  <fweimer@redhat.com>
33986         [BZ #18333]
33987         * time/tzset.c (parse_tzname): Return error on memory allocation
33988         failure.
33989         * test-skeleton.c (struct temp_name_list): Change type of name
33990         member to non-const.
33991         (add_temp_file): Create a copy of the file name.
33992         (delete_temp_files): Deallocate memory.
33993         (create_temp_file): Add comment.
33995 2015-04-24  Florian Weimer  <fweimer@redhat.com>
33997         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
33998         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
34000 2015-04-24  Roland McGrath  <roland@hack.frob.com>
34002         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
34003         * sysdeps/arm/configure: Regenerated.
34005 2015-04-24  Florian Weimer  <fweimer@redhat.com>
34007         [BZ #17715]
34008         * time/tzfile.c (__tzfile_read): Check for large values of
34009         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
34010         * time/tzset.c (__tzstring_len): New function, based on the old
34011         __tzstring function.
34012         (__tzstring): Call __tzstring_len.
34013         (parse_tzname): New helper function extracted from
34014         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
34015         the input string.
34016         (parse_offset): New helper function extracted from
34017         __tzset_parse_tz.  Replace switch with fallthrough with
34018         initialization before sscanf.
34019         (parse_rule): Likewise.
34020         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
34021         new-style function definition.
34022         * timezone/Makefile (tests): Add tst-tzset.
34023         (tst-tzset.out): Dependencies on time zone files.
34024         (tst-tzset-ENV): Set TZDIR.
34025         (testdata/XT%): Copy crafted time zone files.
34026         * timezone/README: Mention crafted time zone files.
34027         * timezone/testdata/XT1, timezone/testdata/XT2,
34028         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
34029         files.
34030         * timezone/tst-tzset.c: New test.
34032 2015-04-24  Florian Weimer  <fweimer@redhat.com>
34034         * Makeconfig (+gccwarn): Remove -Winline.
34036 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
34038         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
34040 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
34042         * NEWS: Mention sysconf() cache information support for s390.
34043         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
34045 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
34047         * math/k_casinh.c (__kernel_casinh): Use __copysign.
34048         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
34049         (__nearbyint): Likewise.
34050         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
34051         (copysignl): Likewise.
34053 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
34055         [BZ #18287]
34056         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
34057         based on padding.  (CVE-2015-1781)
34059 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
34061         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
34062         libc-vdso.h.
34063         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
34064         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
34065         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
34066         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
34067         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
34068         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
34069         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
34070         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
34071         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34072         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
34073         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
34074         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34075         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
34076         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
34077         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
34078         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
34079         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
34080         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
34081         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
34082         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
34083         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
34084         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
34085         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
34087 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
34089         * stdlib/setenv.c (__add_to_environ):
34090         Dump core quickly if setenv (..., NULL, ...) is called.
34091         This time, do it the right way, and pacify GCC with a pragma.
34093 2015-04-17  Roland McGrath  <roland@hack.frob.com>
34095         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
34096         IMAP->l_prev cannot be null, and #if out the code for the contrary
34097         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
34098         believe that NS (&_dl_ns[NSID]) could point outside the array.
34100         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
34101         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
34102         before using NSID as an index.
34104 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
34106         [BZ #17825]
34107         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
34108         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
34109         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
34111 2015-04-17  Roland McGrath  <roland@hack.frob.com>
34113         Add preliminary port to Google Native Client on ARM.
34114         * abi-tags (.*-.*-nacl.*): New entry.
34115         * sysdeps/arm/nacl: New directory.
34116         * sysdeps/nacl: New directory.
34118 2015-04-16  David S. Miller  <davem@davemloft.net>
34120         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
34121         lowlevellock-futex.h
34123 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
34125         * sysdeps/tile/configure.ac: New file.
34126         * sysdeps/tile/configure: Regenerated.
34128 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
34130         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
34131         conditionals for weak_alias and libc_hidden_weak.
34132         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
34133         libc_hidden_weak and weak_alias.
34134         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
34135         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
34136         and weak_alias for static one.
34138 2015-04-15  David S. Miller  <davem@davemloft.net>
34140         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
34142 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
34144         [BZ #18206]
34145         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
34146           Use signed comparision instead of substraction to avoid
34147           overflow bug.
34148         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
34149           Take the sign of ret.
34150         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
34151           Do not expect precise return values. Only the sign matters.
34152         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
34153         * wcsmbs/test-wcsncmp.c: New File.
34154         * string/test-strncmp.c: Add wcsncmp support.
34156 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
34158         [BZ #6792]
34159         * math/w_log1p.c: New file.
34160         * math/w_log1pf.c: Likewise.
34161         * math/w_log1pl.c: Likewise.
34162         * math/Makefile (libm-calls): Add w_log1p.
34163         * math/s_log1pl.c (log1pl): Remove weak_alias.
34164         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
34165         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
34166         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
34167         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
34168         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
34169         [NO_LONG_DOUBLE] (log1pl): Likewise.
34170         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
34171         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
34172         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
34173         (log1p): Remove long_double_symbol.
34174         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
34175         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
34176         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
34177         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
34178         remove weak_alias for corresponding log1p function.
34179         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
34180         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
34181         * sysdeps/ia64/fpu/w_log1p.c: New file.
34182         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
34183         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
34184         * math/libm-test.inc (log1p_test_data): Add errno expectations.
34186 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
34188         [BZ #18247]
34189         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
34190         decimal exponent by 1.
34191         * stdlib/tst-strtod-round-data: Add more tests.
34192         * stdlib/tst-strtod-round.c (tests): Regenerated.
34194 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
34196         * math/auto-libm-test-in: Add more tests of clog and clog10.
34197         * math/auto-libm-test-out: Regenerated.
34198         * sysdeps/i386/fpu/libm-test-ulps: Update.
34199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34201 2015-04-09  Roland McGrath  <roland@hack.frob.com>
34203         * Makeconfig (module-cppflags): Exclude all .v.i files.
34204         (skip-module-cppflags): Variable removed.
34206         * configure.ac (libc_config_ok): Initialize before reading
34207         preconfigure scripts, not after.
34208         * configure: Regenerated.
34210         * test-skeleton.c (TIMEOUT): Move #define to top level.
34211         (main): Grok environment variable TEST_DIRECT.  If set, print
34212         test expectation details into that file and then behave as if
34213         given --direct.
34215 2015-04-09  Florian Weimer  <fweimer@redhat.com>
34217         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
34218         warning on 32-bit.
34220 2015-04-08  David S. Miller  <davem@davemloft.net>
34222         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34224 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
34226         * math/auto-libm-test-in: Add more tests of atanh.
34227         * math/auto-libm-test-out: Regenerated.
34228         * sysdeps/i386/fpu/libm-test-ulps: Update.
34229         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34231         * math/auto-libm-test-in: Add more tests of atan.
34232         * math/auto-libm-test-out: Regenerated.
34233         * sysdeps/i386/fpu/libm-test-ulps: Update.
34234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34236 2015-04-08  Florian Weimer  <fweimer@redhat.com>
34238         * elf/pldd.c (main): Rewrite to use struct
34239         scratch_buffer instead of extend_alloca.
34240         * elf/pldd-xx.c (find_maps): Likewise.
34241         * grp/initgroups.c: Include <scratch_buffer.h> instead of
34242         <alloca.h>.
34243         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
34244         scratch_buffer instead of extend_alloca.
34245         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
34246         grp/compat-initgroups.c.
34247         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
34248         Rewrite to use struct scratch_buffer instead of extend_alloca.
34249         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
34250         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
34252 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
34254         * math/auto-libm-test-in: Add more tests of cbrt.
34255         * math/auto-libm-test-out: Regenerated.
34256         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34258         * math/auto-libm-test-in: Add more tests of cabs.
34259         * math/auto-libm-test-out: Regenerated.
34260         * sysdeps/i386/fpu/libm-test-ulps: Update.
34261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34263         [BZ #18210]
34264         [BZ #18211]
34265         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
34266         (__ieee754_atan2): Set FE_TONEAREST mode for internal
34267         computations.
34268         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
34269         clog10.
34270         * math/auto-libm-test-out: Regenerated.
34271         * sysdeps/i386/fpu/libm-test-ulps: Update.
34272         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34274         [BZ #18197]
34275         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
34276         (atan): Set FE_TONEAREST mode for internal computations.
34277         * math/auto-libm-test-in: Add more tests of atan.
34278         * math/auto-libm-test-out: Regenerated.
34280 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
34282         [BZ #17930]
34283         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
34285 2015-04-07  Florian Weimer  <fweimer@redhat.com>
34287         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
34289 2015-04-07  Florian Weimer  <fweimer@redhat.com>
34291         * include/scratch_buffer.h: New file.
34292         * malloc/scratch_buffer_grow.c: Likewise.
34293         * malloc/scratch_buffer_grow_preserve.c: Likewise.
34294         * malloc/scratch_buffer_set_array_size.c: Likewise.
34295         * malloc/tst-scratch_buffer.c: Likewise.
34296         * malloc/Makefile (routines): Add scratch_buffer_grow.
34297         (tests): Add test case.
34298         * malloc/Versions (GLIBC_PRIVATE): Export
34299         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
34300         __libc_scratch_buffer_set_array_size.
34302 2015-04-06  Richard Henderson  <rth@redhat.com>
34304         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
34305         * sysdeps/alpha/fpu/libm-test-ulps: Update.
34307         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
34308         unsigned int before printing.
34310 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
34312         [BZ #17596]
34313         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
34314         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
34316 2015-04-02  Florian Weimer  <fweimer@redhat.com>
34318         * include/libc-internal.h (libc_max_align_t): Define.
34320 2015-04-02  Andreas Schwab  <schwab@suse.de>
34322         [BZ #16850]
34323         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
34325 2015-04-02  Mel Gorman  <mgorman@suse.de>
34327         [BZ #17195]
34328         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
34329         as well as the main arena.
34331 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
34333         [BZ #18185]
34334         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
34335         sharing L2 cache to 2 for Silvermont/Knights Landing.
34337 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
34339         [BZ #17711]
34340         * config.make.in (have-protected-data): New.
34341         * configure.ac: Check linker support for protected data symbol.
34342         * configure: Regenerated.
34343         * elf/Makefile (modules-names): Add tst-protected1moda and
34344         tst-protected1modb if $(have-protected-data) is yes.
34345         (tests): Add tst-protected1a and tst-protected1b if
34346         $(have-protected-data) is yes.
34347         ($(objpfx)tst-protected1a): New.
34348         ($(objpfx)tst-protected1b): Likewise.
34349         (tst-protected1modb.so-no-z-defs): Likewise.
34350         * elf/tst-protected1a.c: New file.
34351         * elf/tst-protected1b.c: Likewise.
34352         * elf/tst-protected1mod.h: Likewise.
34353         * elf/tst-protected1moda.c: Likewise.
34354         * elf/tst-protected1modb.c: Likewise.
34356 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
34358         [BZ #17711]
34359         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
34360         indicates it is called from do_lookup_x on relocation against
34361         protected data, skip the data definion in the executable from
34362         copy reloc.
34363         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
34364         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
34365         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
34366         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
34367         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
34368         otherwise to 0.
34369         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
34370         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
34371         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
34372         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
34373         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
34374         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
34376 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
34378         * sysdeps/nptl/pthread.h: Remove duplicate definition of
34379         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
34381 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
34383         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
34384         THREAD_SETMEM_NC.
34385         * sysdeps/x86_64/nptl/tls.h: Ditto.
34387 2015-03-27  Roland McGrath  <roland@hack.frob.com>
34389         * dlfcn/tststatic.c (main): Converted to ...
34390         (do_test): ... this.
34391         (TEST_FUNCTION): New macro.
34392         Include test-skeleton.c.
34394 2015-03-26  Alan Modra  <amodra@gmail.com>
34396         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
34397         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
34398         zero for undefined weak.
34399         (elf_machine_plt_conflict): Similarly.
34401 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
34403         * math/auto-libm-test-in: Add more tests of acosh, asinh and
34404         atanh.
34405         * math/auto-libm-test-out: Regenerated.
34406         * sysdeps/i386/fpu/libm-test-ulps: Update.
34407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34409         * math/auto-libm-test-in: Add another test of asin.
34410         * math/auto-libm-test-out: Regenerated.
34411         * sysdeps/i386/fpu/libm-test-ulps: Update.
34412         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34414         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
34415         Remove macro.
34416         (LLL_EBX_REG): Likewise.
34417         (LLL_ENTER_KERNEL): Likewise.
34419         * math/auto-libm-test-in: Add more tests of asin.
34420         * math/auto-libm-test-out: Regenerated.
34421         * sysdeps/i386/fpu/libm-test-ulps: Update.
34422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34424         [BZ #18138]
34425         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
34426         libc_do_syscall_args): New structure.
34427         (INTERNAL_SYSCALL_MAIN_0): New macro.
34428         (INTERNAL_SYSCALL_MAIN_1): Likewise.
34429         (INTERNAL_SYSCALL_MAIN_2): Likewise.
34430         (INTERNAL_SYSCALL_MAIN_3): Likewise.
34431         (INTERNAL_SYSCALL_MAIN_4): Likewise.
34432         (INTERNAL_SYSCALL_MAIN_5): Likewise.
34433         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
34434         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
34435         Replace conditional definitions by conditional definitions of ....
34436         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
34437         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
34438         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
34439         (libpthread-sysdep_routines): Add libc-do-syscall.
34440         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
34441         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
34442         to __NR_futex not 240.
34444 2015-03-25  Alan Modra  <amodra@gmail.com>
34446         * NEWS: Advertise TLS optimization.
34447         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
34448         (DT_PPC_NUM): Increment.
34449         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
34450         (CHECK_STATIC_TLS): Use here.
34451         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
34452         TLS descriptors.
34453         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
34454         * sysdeps/powerpc/dl-tls.c: New file.
34455         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
34456         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
34457         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
34458         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
34459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
34460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
34461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
34463 2015-03-25  Alan Modra  <amodra@gmail.com>
34465         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
34466         for overlapping .opd entries" to "support...".
34467         * sysdeps/powerpc/powerpc64/configure: Regenerate
34469 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
34471         * math/auto-libm-test-in: Add more tests of acos.
34472         * math/auto-libm-test-out: Regenerated.
34473         * sysdeps/i386/fpu/libm-test-ulps: Update.
34474         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34476         * math/auto-libm-test-in: Add more tests of expm1.
34477         * math/auto-libm-test-out: Regenerated.
34478         * sysdeps/i386/fpu/libm-test-ulps: Update.
34479         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34481 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
34483         * math/auto-libm-test-in: Add more tests of cosh and sinh.
34484         * math/auto-libm-test-out: Regenerated.
34485         * sysdeps/i386/fpu/libm-test-ulps: Update.
34486         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34488         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
34489         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34491         * math/auto-libm-test-in: Add more tests of log2.
34492         * math/auto-libm-test-out: Regenerated.
34493         * sysdeps/i386/fpu/libm-test-ulps: Update.
34494         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34496 2015-03-23  Roland McGrath  <roland@hack.frob.com>
34498         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
34499         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
34500         _IO_IS_APPENDING bit in READ_WRITE instead.
34502 2015-03-23  Florian Weimer  <fweimer@redhat.com>
34504         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
34505         (__determine_cpumask_size): Replace extend_alloca with a
34506         variable-length array.  Do not treat res == 0 as an error.
34508 2015-03-23  Florian Weimer  <fweimer@redhat.com>
34510         [BZ #18100]
34511         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
34512         and integer overflow.
34513         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
34514         (main): Add integer overflow tests.
34515         * manual/pattern.texi (Calling Wordexp): Document additional use
34516         for WRDE_SYNTAX.
34518 2015-03-23  Alan Modra  <amodra@gmail.com>
34520         * config.h.in: Remove HAVE_ASM_PPC_REL16.
34521         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
34522         and false branch of conditional.
34523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
34524         Likewise.
34526 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
34528         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
34529         libc-modules.h
34530         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
34531         unused declaration of _hurd_intr_rpc_msg_in_trap.
34532         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
34533         defined instead of whether it is non-zero.
34534         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
34535         input constraint instead of both input and output constraint.  Use ecx
34536         clobber instead of %ecx.
34537         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
34538         mutex_unlock): Use a statement expression instead of an expression list.
34539         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
34540         type to vm_size_t instead of vm_address_t.
34541         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
34542         defined instead of whether it is non-zero.
34543         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
34544         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
34545         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
34546         comparisons with mapaddr.
34547         * nscd/nscd-client.h: Include <time.h>.
34548         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
34549         9th parameter to __vm_region instead of int.
34550         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
34551         * scripts/check-local-headers.sh (exclude): Add device/,
34552         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
34553         cthreads.h.
34555 2015-03-19  Roland McGrath  <roland@hack.frob.com>
34557         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
34558         to account for alignment padding.
34559         * sysdeps/arm/memmove.S: Likewise.
34561 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
34563         * sysdeps/unix/sysv/linux/generic/README: New file.
34565 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
34567         [BZ #18138]
34568         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
34569         (futex_abstimed_wait)
34570         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
34571         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
34572         of lll_futex_timed_wait.
34574 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
34576         [BZ #17542]
34577         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
34579 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
34581         [BZ #17090]
34582         [BZ #17620]
34583         [BZ #17621]
34584         [BZ #17628]
34585         * NEWS: Update.
34586         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
34587         entries with Static TLS too.  Skip entries past the end of the
34588         allocated DTV, from Alan Modra.
34589         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
34590         Static TLS DTV entry set up from...
34591         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
34592         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
34593         * nptl/allocatestack.c (init_one_static_tls): ... and here...
34594         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
34595         for Static TLS.
34596         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
34597         that the slot we find is associated with the given map before
34598         using its generation count.
34599         * nptl_db/db_info.c: Include ldsodefs.h.
34600         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
34601         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
34602         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
34603         (link_map::l_tls_offset): New struct field.
34604         (dtv_t::counter): Likewise.
34605         (rtld_global): New struct.
34606         (_rtld_global): New rtld variable.
34607         (dl_tls_dtv_slotinfo_list): New rtld global field.
34608         (dtv_slotinfo_list): New struct.
34609         (dtv_slotinfo): Likewise.
34610         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
34611         (td_lookup): Rename to...
34612         (td_mod_lookup): ... this.  Use new mod parameter instead of
34613         LIBPTHREAD_SO.
34614         * nptl_db/td_thr_tlsbase.c: Include link.h.
34615         (dtv_slotinfo_list, dtv_slotinfo): New functions.
34616         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
34617         addresses even if the DTV is out of date or missing them.
34618         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
34619         index zero-length arrays.
34620         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
34621         (td_lookup): Make it a macro implemented in terms of...
34622         (td_mod_lookup): ... this declaration.
34623         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
34624         (DB_MAIN_VARIABLE): Likewise.
34626 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
34628         [BZ #18134]
34629         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
34631 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
34633         * stdlib/setenv.c (__add_to_environ): Revert previous change.
34635 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
34637         [BZ #18128]
34638         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
34639         (atomic_add, atomic_increment_and_test)
34640         (atomic_decrement_and_test): Fix 64-bit arithmetic.
34642 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
34644         * stdlib/setenv.c (__add_to_environ):
34645         Dump core quickly if setenv (..., NULL, ...) is called.
34647 2015-03-13  Roland McGrath  <roland@hack.frob.com>
34649         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
34650         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
34651         all the necessary asm magic in one place.
34652         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
34653         using those.
34655 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
34657         [BZ #14906]
34658         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
34659         traced file mtime. Use consistent log message.
34660         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
34661         (register_traced_file): Call install_watches. Always set mtime.
34662         (invalidate_cache): Iterate over all trace files. Call install_watches.
34663         (inotify_check_files): Don't inline. Handle watching parent
34664         directories and configuration file movement in and out.
34665         (handle_inotify_events): New function.
34666         (main_loop_poll): Call handle_inotify_events.
34667         (main_loop_epoll): Likewise.
34668         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
34669         (struct traced_file): Use array of inotify fds. Add parent directory,
34670         and basename.
34671         (struct database_dyn): Remove unused file_mtime.
34672         (init_traced_file): New inline function.
34673         (define_traced_file): New macro.
34674         * nss/nss_db/db-init.c: Use define_traced_file.
34675         (_nss_db_init): Use init_traced_file.
34676         * nss/nss_files/files-init.c: Use define_traced_file.
34677         (_nss_files_init): Use init_traced_file.
34679 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
34681         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
34682         [_LIBC]: Do not include <stdlib.h>.
34683         [!_LIBC] (abort): Remove declaration.
34684         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
34685         _FP_STATIC_ASSERT instead of conditionally calling abort.
34686         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
34687         (_FP_EXTEND_CNAN): Likewise.
34688         (FP_TRUNC): Likewise.
34689         (__FP_CLZ): Likewise.
34690         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
34692 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
34694         * manual/string.texi (XPG basename): Fix prototype.
34696 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
34698         [BZ #18080]
34699         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
34700         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
34701         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
34702         (__setcontext): Likewise.
34703         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
34704         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
34705         Call rt_sigprocmask syscall one time to set new signal mask
34706         and retrieve the current signal mask instead of two calls.
34707         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
34708         (__swapcontext): Likewise.
34709         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
34710         * stdlib/tst-setcontext2.c: New file.
34712 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
34714         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
34716 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
34718         [BZ #18093]
34719         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
34720         the wrong size.
34722 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
34724         [BZ #18043]
34725         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
34727 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
34729         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
34730         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
34731         Remove define.
34732         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
34733         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
34734         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
34735         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
34736         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
34737         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
34738         define.
34739         * nptl_db/td_symbol_list.c (td_lookup): Remove
34740         HAVE_ASM_GLOBAL_DOT_NAME code.
34741         * sysdeps/powerpc/powerpc64/configure.ac: Remove
34742         HAVE_ASM_GLOBAL_DOT_NAME check.
34743         * sysdeps/powerpc/powerpc64/configure: Regenerate.
34744         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
34745         (DOT_LABEL): Remove define.
34746         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
34747         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
34748         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
34749         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
34750         (__TLS_GET_ADDR): Likewise.
34751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
34752         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
34754 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
34756         [BZ #18111]
34757         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
34758         (_FPU_SETCW): Initialize cw from fpsr before storing.
34759         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
34760         (fesetexceptflag): Rewrite using fpu_control.h.
34761         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
34763 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
34765         [BZ #18110]
34766         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
34767         asms.
34768         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
34770 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
34772         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
34773         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
34774         abort.
34775         (_FP_FMA): Likewise.
34776         (_FP_DIV): Likewise.
34778 2015-03-10  Roland McGrath  <roland@hack.frob.com>
34780         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
34781         with 0 in that case.
34782         * Makefile (summarize-tests): New canned sequence, factored out of
34783         commands for targets tests and xtests.  Display summary lines that
34784         don't start with PASS: or XFAIL: rather than ones that do start with
34785         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
34786         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
34787         do start with ERROR: or FAIL:.
34788         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
34789         (except for [$(build-shared) = yes]).
34790         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
34791         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
34792         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
34793         * nptl/Makefile: Revert 2015-03-04 changes.
34794         [$(CXX) empty] (tests-unsupported): New variable.
34795         * debug/Makefile: Likewise.
34797         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
34798         gnulib file.  Replace __attribute with __attribute__ throughout.
34800 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
34802         * sysdeps/hppa/fpu/libm-test-ulps: Update.
34804 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
34806         [BZ #18104]
34807         * math/auto-libm-test-in: Add another test of pow.
34808         * math/auto-libm-test-out: Regenerated.
34810 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34812         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
34813         $(config-cflags-nofma).
34815 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
34817         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
34818         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
34819         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
34820         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
34821         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
34822         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
34823         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
34824         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
34825         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
34826         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
34827         Add comment on closing #endif.
34829 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
34831         * posix/wordexp.c (CHAR_IN_SET): New macro.
34832         (parse_param): Use it.
34834 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34836         * sysdeps/powerpc/fpu/libm-test-ulps: update.
34838 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
34840         [BZ #18043]
34841         * posix/wordexp.c (parse_param): Fix buffer overflow.
34842         * posix/wordexp-test.c (test_case): Add test case.
34844 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
34846         [BZ #18042]
34847         * posix/wordexp.c (parse_backtick): Fix off-by-one.
34848         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
34850 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
34852         [BZ #18043]
34853         * posix/wordexp-test.c (test_case): Add test for BZ #18043
34854         (do_bz18043): Delete.
34855         (at_page_end): New.
34856         (testit): Refactor to have words at the edge of unreadable page.
34858 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
34860         [BZ #16734]
34861         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
34862         Cleanup read-only streams as well.
34863         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
34865 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34867         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
34868         <bits/libc-lockP.h>
34870 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
34872         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
34873         on [__KERNEL__].
34874         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
34875         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
34876         * soft-fp/op-common.h (_FP_DECL): Likewise.
34878 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
34880         * elf/ifuncdep2.c (global): Replace
34881         __attribute__((visibility("protected"))) with
34882         asm (".protected global").
34883         * elf/ifuncmod1.c (global): Likewise.
34884         * elf/ifuncmod5.c (global): Likewise.
34886 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
34888         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
34889         <asm/sfp-machine.h> instead of <sfp-machine.h>.
34891 2015-03-06  Roland McGrath  <roland@hack.frob.com>
34893         * manual/install.texi (Configuring and compiling):
34894         Document test-wrapper-env-only.
34895         * INSTALL: Regenerated.
34897 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
34899         [BZ #18043]
34900         * posix/wordexp.c (parse_param): Fix buffer overflow.
34901         * posix/wordexp-test.c (do_bz18043): Add test case.
34903 2015-03-06  Vincent Bernat  <vincent@bernat.im>
34905         * time/tst-strptime2.c (do_test): Ensure failing tests are
34906         reported correctly.
34907         * time/tst-strptime3.c (do_test): Likewise.
34909 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
34911         Fix aio_error thread-safety.
34912         * sysdeps/pthread/aio_error.c: New file
34913         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
34914         synchronization.
34916 2015-03-06  Florian Weimer  <fweimer@redhat.com>
34918         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
34919         (group_number, vfprintf): Use it.
34920         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
34921         (JUMP, REF): Use it.
34922         (WORK_BUFFER_SIZE): New enum constant.
34923         (process_arg, vfprintf): Use it.
34925 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
34927         * manual/errno.texi (Error Messages): Complete example function
34928         by adding missing #define.
34929         (program_invocation_name): Add statement indicating GNU
34930         extension and reference which header file declares the variable.
34931         (program_invocation_short_name): Likewise.
34933 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
34935         * manual/errno.texi (Error Messages): Delete strerror ISO C89
34936         compatibility note.
34938 2015-03-05  Roland McGrath  <roland@hack.frob.com>
34940         * Makeconfig (test-wrapper-env-only): New variable.
34941         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
34942         then use that with $(test-wrapper-env-only) rather than using
34943         $(test-wrapper-env) $(run-program-env) $($*-ENV).
34945 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
34947         [BZ #18082]
34948         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
34949         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
34950         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
34951         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
34952         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
34953         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
34954         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
34955         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
34956         Likewise.
34957         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
34958         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
34959         Likewise.
34960         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
34961         Likewise.
34962         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
34963         Likewise.
34964         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
34965         Likewise.
34966         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
34967         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
34968         Likewise.
34969         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
34970         Likewise.
34971         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
34972         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
34974 2015-03-04  Roland McGrath  <roland@hack.frob.com>
34976         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
34977         (ETH_ALEN): New macro.
34978         (struct ether_addr): Use it for length of ether_addr_octet.
34980         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
34981         (setdb): Don't call __nss_configure_lookup for "rpc".
34982         (do_test): Don't call test_rpc.
34983         (output_rpcent, test_rpc): Functions moved ...
34984         * sunrpc/test-rpcent.c: ... to this new file.
34985         * sunrpc/Makefile (tests): Add it.
34987         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
34988         __xpg_sigpause.
34989         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
34990         * nptl/tst-signal6.c: Likewise.
34991         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
34992         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
34994         * configure.ac (libc_cv_cxx_link_ok): New check.
34995         Reset CXX to empty if it fails to link.
34996         * configure: Regenerated.
34997         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
34998         bug-atexit3-lib only if $(CXX) is nonempty.
34999         * nptl/Makefile (tests): Likewise for tst-cancel24.
35000         (tests, tests-static): Likewise for tst-cancel24-static.
35001         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
35002         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
35003         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
35004         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
35006 2015-03-04  Andreas Schwab  <schwab@suse.de>
35008         [BZ #17631]
35009         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
35010         for non-GCC compilers.
35011         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
35012         Likewise.
35014 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
35016         [BZ #17776]
35017         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
35018         integer before bitwise and assembly operations.
35019         (feclearexcept): Likewise.
35020         * math/test-fenvinline.c: New file.
35021         * math/Makefile: Add test-fenvinline test.
35023 2015-03-03  Alan Modra  <amodra@gmail.com>
35025         [BZ #16512]
35026         * scripts/localplt.awk: Strip off symbol version.
35027         * NEWS: Mention bug fix.
35029 2015-03-02  Roland McGrath  <roland@hack.frob.com>
35031         * sysdeps/pthread/timer_routines.c
35032         (timer_free_list, thread_free_list, thread_active_list): Make static.
35034 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
35036         [BZ #17779]
35037         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
35038         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
35039         Undefine.
35040         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
35041         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
35042         Likewise.
35043         * sysdeps/unix/sysv/linux/sh/kernel-features.h
35044         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
35045         Likewise.
35047 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
35049         [BZ #18036]
35050         * posix/fnmatch_loop.c (END): Detect invalid pattern.
35051         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
35053 2015-03-02  Andreas Schwab  <schwab@suse.de>
35055         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
35056         variable name.
35058 2015-03-02  Florian Weimer  <fweimer@redhat.com>
35060         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
35061         Return error status.
35063 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
35065         [BZ #15969]
35066         * locale/findlocale.c (_nl_find_locale): Introduce const
35067         version of loc_name and drop unsafe type casts.
35069 2015-02-27  Roland McGrath  <roland@hack.frob.com>
35071         * dlfcn/tststatic2.c (main): Converted to ...
35072         (do_test): ... this.
35073         (TEST_FUNCTION): New macro.
35074         Include test-skeleton.c.
35076 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
35078         [BZ #17711]
35079         * elf/Makefile (tests): Add vismain only if PIE is enabled.
35080         (tests-pie): Add vismain.
35081         (CFLAGS-vismain.c): New.
35082         * elf/vismain.c: Add comments for PIE requirement.
35084 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
35086         [BZ #18046]
35087         [BZ #18047]
35088         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
35089         0x1p-56L as threshold for just returning the argument.
35090         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
35091         0x1p-32L as threshold for just returning the argument.
35092         * math/auto-libm-test-in: Add more tests of atanh.
35093         * math/auto-libm-test-out: Regenerated.
35094         * sysdeps/i386/fpu/libm-test-ulps: Update.
35095         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
35097 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
35099         * string/bcopy.c (bcopy): Call memmove for performance.
35101 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
35103         * string/bzero.c (__bzero): Call memset for performance.
35105 2015-02-27  John David Anglin  <dave.anglin@bell.net>
35107         [BZ #18068]
35108         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
35109         to 00100000.
35111 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
35113         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
35115 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
35117         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
35118         (__kernel_standard): Use CSTR macro when setting exc.name.
35119         * sysdeps/ieee754/Makefile [$(subdir) = math]
35120         (CFLAGS-k_standard.c): Remove variable.
35122         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
35123         setting p and q from "else if" to "else".
35124         (qzero): Likewise.
35125         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
35126         (qone): Likewise.
35127         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
35128         (qzerof): Likewise.
35129         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
35130         (qonef): Likewise.
35131         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
35132         (qzero): Likewise.
35133         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
35134         (qone): Likewise.
35136         [BZ #18038]
35137         [BZ #18039]
35138         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
35139         return pi/2 for arguments below 0x1p-113L.
35140         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
35141         return pi/2 for arguments below 0x1p-106L.
35142         * math/auto-libm-test-in: Add more tests of acos.
35143         * math/auto-libm-test-out: Regenerated.
35145         [BZ #16351]
35146         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
35147         (MO): New macro.
35148         (__ieee754_asin): Force underflow exception for results with small
35149         absolute value.
35150         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
35151         (MO): New macro.
35152         (__ieee754_asinf): Force underflow exception for results with
35153         small absolute value.
35154         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
35155         (__ieee754_asin): Force underflow exception for results with small
35156         absolute value.
35157         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
35158         (__ieee754_asinf): Force underflow exception for results with
35159         small absolute value.
35160         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
35161         (__ieee754_asinl): Force underflow exception for results with
35162         small absolute value.
35163         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
35164         (__ieee754_asinl): Force underflow exception for results with
35165         small absolute value.
35166         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
35167         (__ieee754_asinl): Force underflow exception for results with
35168         small absolute value.
35169         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
35170         Include <math.h>.
35171         * math/auto-libm-test-in: Do not mark underflow exceptions as
35172         possibly missing for bug 16351.
35173         * math/auto-libm-test-out: Regenerated.
35175         [BZ #18030]
35176         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
35177         of power of 2 down when low part has opposite sign.
35178         * math/libm-test.inc (logb_test_data): Add more tests.
35180 2015-02-26  Andreas Schwab  <schwab@suse.de>
35182         [BZ #18032]
35183         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
35184         over collating symbol inside a bracket expression.  Minor cleanup.
35185         * posix/tst-fnmatch3.c (do_test): Add test case.
35187 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
35189         [BZ #18029]
35190         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
35191         Adjust exponent of power of 2 down when low part has opposite
35192         sign.
35193         * math/libm-test.inc (ilogb_test_data): Add more tests.
35195 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
35197         [BZ #15969]
35198         * locale/findlocale.c (_nl_find_locale): Fix constness error in
35199         the previous change.
35201         [BZ #15969]
35202         * locale/findlocale.c (_nl_find_locale): Retry archive search
35203         after alias expansion.
35205 2015-02-25  Roland McGrath  <roland@hack.frob.com>
35207         * iconv/tst-iconv3.c (main): Converted to ...
35208         (do_test): ... this.
35209         (TEST_FUNCTION): New macro.
35210         Include test-skeleton.c.
35212         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
35213         (convert): Make function static.
35214         (test_unalign): Likewise.  Add const to argument pointee types.
35215         (main): Replace with static function do_test.
35216         Print "Succeeded." only if RET is zero.
35217         (TEST_FUNCTION): New macro.
35218         Include test-skeleton.c.
35220         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
35221         returns a null pointer.
35223 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35225         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
35226         to __memcpy_ppc only for static builds.
35228 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
35230         [BZ #18020]
35231         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
35232         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
35233         * math/auto-libm-test-in: Add more tests of asinh.
35234         * math/auto-libm-test-out: Regenerated.
35235         * sysdeps/i386/fpu/libm-test-ulps: Update.
35236         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35238 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
35240         [BZ #15850]
35241         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
35242         and ip6_mtuinfo definitions here.
35243         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
35244         in this define too.  Update comment.
35246 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
35248         * elf/sprof.c (load_shobj): Tweak error message to match others.
35250 2015-02-24  Kevin Easton  <kevin@guarana.org>
35252         [BZ #16145] (partial fix)
35253         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
35254         to reduce lock contention.
35256 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
35258         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
35259         (struct timex): Update time comment.
35260         (ADJ_SETOFFSET): Define.
35262 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
35264         [BZ #18019]
35265         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
35266         2**56 not 2**28 as threshold for log (2x) formula.
35267         * math/auto-libm-test-in: Add more tests of acosh.
35268         * math/auto-libm-test-out: Regenerated.
35269         * sysdeps/i386/fpu/libm-test-ulps: Update.
35270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35272 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
35274         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
35275         parenthesis around the buf assignment.
35276         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
35278 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
35280         [BZ #16783]
35281         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
35282         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
35283         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
35284         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
35285         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
35286         * math/libm-test.inc (scalb_test_data): Add more tests.
35288 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
35290         [BZ #17916]
35291         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
35292         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
35294 2015-02-24  Eric Rannaud  <e@nanocritical.com>
35296         [BZ #17523]
35297         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
35298         * io/bits/fcntl2.h (open): Use it.
35299         (openat): Likewise.
35300         * io/open.c (__libc_open): Likewise.
35301         * io/open64.c (__libc_open64): Likewise.
35302         * io/open64_2.c (__open64_2): Likewise.
35303         * io/open_2.c (__open_2): Likewise.
35304         * io/openat.c (__openat): Likewise.
35305         * io/openat64.c (__openat64): Likewise.
35306         * io/openat64_2.c (__openat64_2): Likewise.
35307         * io/openat_2.c (__openat_2): Likewise.
35308         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
35309         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
35310         * sysdeps/posix/open64.c (__libc_open64): Likewise.
35311         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
35312         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
35313         (__open_nocancel): Likewise.
35314         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
35315         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
35316         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
35318 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
35320         [BZ #14841]
35321         * resolv/gethnamaddr.c (getanswer): Skip logging if
35322         RES_USE_DNSSEC is set.
35323         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
35325 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
35327         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
35329 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
35331         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
35332         201304L, for Unicode 7.
35334 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
35336         [BZ #17836]
35337         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
35338         shared library.  Add gmon-start.os otherwise.
35339         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
35340         $(objpfx)gmon-start.os if builing shared library.
35341         ($(objpfx)g$(static-start-installed-name)): Likewise.
35343 2015-02-23  Andreas Schwab  <schwab@suse.de>
35345         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
35347 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
35349         [BZ #17269]
35350         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
35351         (enlarge_userbuf): Likewise.
35353 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
35355         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
35356         * math/atest-exp.c (TIMEOUT): Adjust to 200.
35357         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
35358         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
35360 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
35362         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
35363         expression inside statement expression.
35365 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
35367         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
35368         <sysdeps/nptl/lowlevellock.h> and remove macros and
35369         functions that are now defined there.
35370         (SYS_futex): Remove.
35371         (lll_compare_and_swap): Remove.
35372         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
35374 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
35376         [BZ #17999]
35377         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
35378         instead of scandirat.
35379         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
35380         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
35381         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
35382         __scandirat.
35383         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
35384         (__scandirat): Declare.  Use libc_hidden_proto.
35385         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
35386         Remove variable.
35387         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
35389 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
35391         [BZ #15319]
35392         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
35393         (MO): New macro.
35394         (__ieee754_atan2): For results with small absolute value, force
35395         underflow exception and remove excess range and precision from
35396         return value.
35397         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
35398         (MO): New macro.
35399         (__ieee754_atan2f): For results with small absolute value, force
35400         underflow exception and remove excess range and precision from
35401         return value.
35402         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
35403         (MO): New macro.
35404         (__atan): For results with small absolute value, force underflow
35405         exception and remove excess range and precision from return value.
35406         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
35407         (MO): New macro.
35408         (__atanf): For results with small absolute value, force underflow
35409         exception and remove excess range and precision from return value.
35410         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
35411         <math.h>.
35412         (__ieee754_atan2): Force underflow exception for results with
35413         small absolute value.
35414         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
35415         <math_private.h>.
35416         (atan): Force underflow exception for results with small absolute
35417         value.
35418         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
35419         (__atanf): Force underflow exception for results with small
35420         absolute value.
35421         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
35422         <math.h>.
35423         (__atanl): Force underflow exception for results with small
35424         absolute value.
35425         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
35426         (__atanl): Force underflow exception for results with small
35427         absolute value.
35428         * sysdeps/x86/fpu/bits/mathinline.h
35429         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
35430         (__ieee754_atan2): Only define inline for long double.
35431         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
35432         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
35433         * math/auto-libm-test-in: Do not mark underflow exceptions as
35434         possibly missing for bug 15319.  Add more tests of atan2.
35435         * math/auto-libm-test-out: Regenerated.
35436         * math/libm-test.inc (casin_test_data): Do not mark underflow
35437         exceptions as possibly missing for bug 15319.
35438         (casinh_test_data): Likewise.
35439         * sysdeps/i386/fpu/libm-test-ulps: Update.
35441 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
35443         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
35444         * sysdeps/mips/bits/endian.h: Fix comments.
35446 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
35448         [BZ #17996]
35449         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
35450         (hdestroy_r): Likewise.
35451         (hsearch_r): Likewise.
35452         (__hcreate_r): Declare and use libc_hidden_proto.
35453         (__hdestroy_r): Likewise.
35454         (__hsearch_r): Likewise.
35455         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
35456         (hcreate): Call __hcreate_r instead of hcreate_r.
35457         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
35458         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
35459         as weak alias of __hcreate_r.
35460         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
35461         __hdestroy_r.
35462         (hsearch_r): Rename to __hsearch_r and define as weak alias of
35463         __hsearch_r.
35464         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
35465         Remove variable.
35466         (test-xfail-XPG4/search.h/linknamespace): Likewise.
35467         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
35468         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
35469         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
35471 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
35473         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
35474         arena_lock into a single arena_get.
35476 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
35478         * dl-reloc.c: Inlucde libc-internal.h.
35479         (_dl_try_allocate_static_tls): Call ALIGN_UP.
35480         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
35481         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
35482         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
35483         (grow_heap): Likewise.
35484         * malloc/malloc.c: Include libc-internal.h.
35485         (do_check_malloc): Call powerof2.
35486         (sysmalloc): Use pagesize. Call ALIGN_UP.
35487         (systrim): Use pagesize.
35488         (mremap_chunk): Use pagesize. Call ALIGN_UP.
35489         (__libc_valloc): Use pagesize.
35490         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
35492 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
35494         [BZ #17991]
35495         * include/sys/resource.h (__getrlimit64): Declare.  Use
35496         libc_hidden_proto.
35497         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
35498         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
35499         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
35500         getrlimit64.
35501         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
35502         __getrlimit64.
35503         [!getrlimit64] (getrlimit64): Define as weak alias of
35504         __getrlimit64.  Use libc_hidden_weak.
35505         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
35506         using __getrlimit64 not __new_getrlimit64.
35507         (__GI_getrlimit64): Likewise.
35508         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
35509         Likewise.
35510         (__GI_getrlimit64): Likewise.
35511         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
35512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
35513         (getrlimit): Add __getrlimit64 alias.
35514         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
35515         Likewise.
35516         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
35517         Remove variable.
35518         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
35519         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
35521 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
35523         * libio/fileops.c: Add missing sys/mman.h
35524         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
35526 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
35528         * manual/math.texi (Errors in Math Functions): Clarify goals
35529         regarding inexact and underflow exceptions.
35531 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
35533         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
35534         * sysdeps/mips/memset.S: Ditto.
35536 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
35538         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
35540 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
35542         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
35543         (__v1longjmp): Remove versioned symbol.
35544         (__v1siglongjmp): Remove alias and versioned symbol.
35545         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
35546         (__v2siglongjmp): Likewise.
35548 2015-02-16  Torvald Riegel  <triegel@redhat.com>
35550         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
35552 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
35554         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
35556 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
35558         [BZ #17987]
35559         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
35560         zero result does not depend on the sign resulting from
35561         subtraction.
35562         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
35563         Likewise.
35564         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
35565         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
35566         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
35567         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
35568         * math/libm-test.inc (remquo_test_data): Add more tests.
35570 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
35572         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
35573         Problem reported by J William Piggott.
35575 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
35577         [BZ #17978]
35578         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
35579         products 4 * y and 2 * y where those would overflow.
35580         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
35581         Likewise.
35582         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
35583         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
35584         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
35585         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
35586         * math/libm-test.inc (remquo_test_data): Add more tests.
35588         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
35590         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
35591         [defined _COMPILING_NEWLIB].
35592         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
35593         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
35595         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
35596         [!defined __mips_isa_rev || __mips_isa_rev < 6].
35598 2015-02-16  Torvald Riegel  <triegel@redhat.com>
35600         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
35601         acquired.
35603 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
35605         [BZ #17792]
35606         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
35607         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
35608         HOST_STACK_END_ADDR): Likewise.
35610 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
35612         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
35613         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
35614         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
35616 2015-02-13  Roland McGrath  <roland@hack.frob.com>
35618         * sysdeps/generic/c++-types.data: New file.
35619         * sysdeps/generic/ld.abilist: New file.
35620         * sysdeps/generic/libBrokenLocale.abilist: New file.
35621         * sysdeps/generic/libanl.abilist: New file.
35622         * sysdeps/generic/libc.abilist: New file.
35623         * sysdeps/generic/libcrypt.abilist: New file.
35624         * sysdeps/generic/libdl.abilist: New file.
35625         * sysdeps/generic/libm.abilist: New file.
35626         * sysdeps/generic/libpthread.abilist: New file.
35627         * sysdeps/generic/libresolv.abilist: New file.
35628         * sysdeps/generic/librt.abilist: New file.
35630 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
35632         [BZ #17569]
35633         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
35634         Compute absolute value of x as modified by fmod, not original
35635         value of x.
35636         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
35637         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
35638         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
35639         RUN_TEST_ffI_f1_mod8.
35640         (remquo_test_data): Add more tests.
35642 2015-02-13  Roland McGrath  <roland@hack.frob.com>
35644         * sysdeps/init_array/pt-crti.S: New file.
35646 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
35648         [BZ #17967]
35649         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
35650         __builtin_fmaf instead of relying on contraction of a * b + c.
35652 2015-02-12  J William Piggott  <elseifthen@gmx.com>
35654         [BZ #17969]
35655         * manual/time.texi: correct the zoneinfo path in the TZ Variable
35656         node.
35658 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
35660         [BZ #17964]
35661         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
35662         __builtin_fma instead of relying on contraction of a * b + c.
35664 2015-02-12  Roland McGrath  <roland@hack.frob.com>
35666         * Makeconfig (ASFLAGS): Add -Werror=undef.
35667         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
35668         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
35669         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
35671         * Makeconfig (after-link): New variable.
35672         (+link-pie, +link-pie-tests): Use it.
35673         (+link-static, +link-static-tests): Likewise.
35674         (+link, +link-tests): Likewise.
35675         * Makerules (build-module, build-module-asneeded): Likewise.
35676         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
35677         Likewise.
35678         * elf/Makefile ($(objpfx)ld.so): Likewise.
35680 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
35682         [BZ #17965]
35683         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
35684         both struct timeval and struct timespec.
35686 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
35688         [BZ #16560]
35689         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
35690         and redefine.
35691         (__ieee754_exp2l): Do not multiply small fractional parts by
35692         M_LN2l.
35693         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
35694         small argument.
35695         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
35696         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
35697         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
35698         * math/auto-libm-test-in: Add more tests of exp2.
35699         * math/auto-libm-test-out: Regenerated.
35701 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
35703         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
35704         unaligned path.
35706 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35708         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
35709         little endian.
35711 2015-02-12  Andreas Schwab  <schwab@suse.de>
35713         [BZ #15790]
35714         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
35715         Filter out elision flags from value returned in kind.
35716         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
35717         * nptl/tst-pthread-mutexattr.c: New file.
35719 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35721         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
35722         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
35723         into gnu-gnu, and update comment to refer to abi-tags.
35725 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
35727         [BZ #15467]
35728         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
35729         (__sincos): Set errno to EDOM for infinite argument.
35730         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
35731         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
35732         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
35733         (__sincosl): Set errno to EDOM for infinite argument.
35734         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
35735         (__sincosl): Set errno to EDOM for infinite argument.
35736         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
35737         (__sincosl): Set errno to EDOM for infinite argument.
35738         * math/libm-test.inc (sincos_test_data): Test errno setting.
35740 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
35742         * string/strxfrm_l.c: Remove #define STRCMP.
35743         * string/strcoll_l.c: Remove #define STRLEN.
35744         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
35745         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
35747 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
35749         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
35750         * sysdeps/mips/mips32/sfp-machine.h: ... here.
35751         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
35752         * sysdeps/mips/mips64/Makefile: ... here.
35753         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
35754         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
35755         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
35756         * sysdeps/mips/mips64/sfp-machine.h: ... here.
35757         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
35758         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
35759         * sysdeps/mips/mips64/n64/Implies: Likewise.
35761 2015-02-10  Roland McGrath  <roland@hack.frob.com>
35763         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
35764         <sys/time.h>, <string.h>, and <errno.h>.
35765         (dest_offset, dest_address, value, zero): Remove unused variables.
35766         (ldouble): Remove typedef.
35767         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
35768         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
35769         1).  Fix code style.
35770         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
35771         (check): Function removed.
35772         (CHECK): New macro.
35773         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
35774         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
35775         Don't call set_sigaction_FP and remove_sigaction_FP here.
35776         (ldouble_test): Just use 'long double' as macro argument, no need for
35777         the 'ldouble' typedef.
35778         (do_test): Set up SIGFPE handler at start, using plain signal rather
35779         than sigaction.  Fix code style.
35781 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
35783         [BZ #17949]
35784         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
35785         jump label.
35787 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
35789         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
35790         * sysdeps/powerpc/powerpc32/configure: Regenerated.
35792         * sysdeps/powerpc/configure.ac: Remove file.
35793         * sysdeps/powerpc/configure: Likewise.
35795         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
35796         [sysdep_routines]: Remove wordcopy-power6 object.
35797         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
35798         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
35799         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
35800         (__memmove_ppc32): Likewise.
35801         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
35802         file.
35803         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
35804         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
35805         Remove preprocessor.
35807         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
35808         [sysdep_routines]: Remove wide chars objects.
35809         [wcsmbs]: New rule for wide char objects.
35811         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
35812         Remove wordcopy-power6 obejct.
35813         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
35814         Use local call for wordcopy and memcpy symbols.
35815         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
35816         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
35817         implementation for loader.
35818         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
35820         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
35821         Remove wordcopy-power7 object.
35822         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
35823         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
35824         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
35825         (_wordcopy_fwd_dest_aligned): Likewise.
35826         (_wordcopy_bwd_aligned): Likewise.
35827         (_wordcopy_bwd_dest_aligned): Likewise.
35829         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
35830         Rewrite to call __memmove_ppc instead of include default
35831         implementation.
35833         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
35834         Remove wide chars objects.
35835         [wcsmbs]: New rule for wide char objects.
35837 2015-02-09  Andreas Schwab  <schwab@suse.de>
35839         [BZ #17912]
35840         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
35841         in terms of __O_DIRECTORY.
35843 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35845         * time/getdate.c: Include <stdbool.h>.
35846         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
35847         call PTR_MANGLE.
35848         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
35849         PTR_DEMANGLE.
35851 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
35853         Add ersatz _Static_assert on older C hosts
35854         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
35855         pre-C11 C platform that is not known to support _Static_assert.
35857 2015-02-07  Richard Braun  <rbraun@sceen.net>
35859         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
35860         sigstate.
35861         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
35863 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35865         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
35866         priority against unexistent AIO_PRIO_DELTA_MAX.
35867         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
35868         instead of int.
35869         * misc/fchflags.c (fchflags): Likewise.
35870         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
35871         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
35872         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
35873         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
35874         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
35875         Declare macros.
35876         [__USE_MISC] (chflags, fchflags): Declare functions.
35877         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
35878         EINVAL when nfds is greater than FD_SETSIZE.
35879         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
35880         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
35881         45.
35882         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
35883         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
35884         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
35885         MACH_RCV_TIMED_OUT.
35886         * hurd/hurd/signal.h (_hurd_self_sigstate,
35887         _hurd_critical_section_lock, _hurd_critical_section_unlock):
35888         Explicit casts from void *.
35889         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
35890         * abi-tags: Rename gnu-gnu os into gnu.
35892         [BZ #4719]
35893         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
35894         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
35895         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
35896         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
35897         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
35898         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
35900         [BZ #17944]
35901         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
35902         duplicates ADDR->sun_path with sockaddr LEN limitation.
35903         * sysdeps/mach/hurd/connect.c: Include <string.h>
35904         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
35905         * sysdeps/mach/hurd/sendmsg.c: Likewise.
35906         * sysdeps/mach/hurd/sendto.c: Likewise.
35907         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
35908         implementing it by hand.
35910 2015-02-06  Roland McGrath  <roland@hack.frob.com>
35912         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
35913         Use sfi_breg on ldr.
35914         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
35915         Likewise.
35917         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
35918         it's defined.
35919         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
35920         Test SIGSETXID only if it's defined.
35922         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
35924         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
35925         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
35927         * nptl/tst-align2.c: Moved ...
35928         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
35929         * nptl/Makefile (tests): Remove tst-align2.
35930         * sysdeps/unix/sysv/linux/Makefile
35931         [$(subdir) = nptl] (tests): Add tst-align-clone.
35932         * nptl/tst-getpid1.c: Moved ...
35933         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
35934         * nptl/tst-getpid2.c: Moved ...
35935         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
35936         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
35937         * sysdeps/unix/sysv/linux/Makefile
35938         [$(subdir) = nptl] (tests): ... here.
35939         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
35940         * sysdeps/unix/sysv/linux/Makefile
35941         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
35943         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
35944         Drop trailing \n from perror argument.  Use return rather than exit.
35946         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
35947         on [SA_SIGINFO].
35948         * nptl/tst-cancel21.c (do_test): Likewise.
35949         * debug/tst-backtrace6.c: Include <signal.h> first thing.
35950         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
35951         [!SA_SIGINFO]: Make it a stub test.
35953         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
35954         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
35956         * posix/tst-getlogin.c: Move to ...
35957         * login/tst-getlogin.c: ... here.
35958         * posix/Makefile (tests): Move tst-getlogin to ...
35959         * login/Makefile (tests): ... here.
35961         * libio/tst-atime.c (do_test): Move local variables SV and E
35962         inside [ST_NOATIME] conditional.
35964         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
35966         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
35968         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
35969         (wait_code): New function replaces macro.
35970         Call nanosleep rather than syscall.
35972         * nptl/pt-system.c: Rewritten.  Put everything under
35973         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
35974         Use IFUNC to redirect when possible.
35976         * nptl/pt-longjmp.c: Rewritten.  Put everything under
35977         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
35978         Use IFUNC to redirect when possible.
35980         * nptl/pt-fork.c: Rewritten.  Put everything under
35981         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
35982         Use IFUNC to redirect when possible.
35983         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
35985         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
35986         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
35987         unconditionally nowadays.  This included the only reference to
35988         __vdso_clock_gettime that appears outside libc proper.
35989         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
35990         Remove version set (containing only __vdso_clock_gettime).
35991         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
35992         Add attribute_hidden.
35993         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
35994         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
35995         libc_hidden_data_def.
35996         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
35997         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
35999         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
36000         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
36001         setrpcent, and getrpcport to ...
36002         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
36003         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
36004         getrpcbynumber_r, and getrpcent_r to ...
36005         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
36006         * inet/getrpcbyname.c: Moved ...
36007         * sunrpc/getrpcbyname.c: ... here.
36008         * inet/getrpcbyname_r.c: Moved ...
36009         * sunrpc/getrpcbyname_r.c: ... here.
36010         * inet/getrpcbynumber.c: Moved ...
36011         * sunrpc/getrpcbynumber.c: ... here.
36012         * inet/getrpcbynumber_r.c: Moved ...
36013         * sunrpc/getrpcbynumber_r.c: ... here.
36014         * inet/getrpcent.c: Moved ...
36015         * sunrpc/getrpcent.c: ... here.
36016         * inet/getrpcent_r.c: Moved ...
36017         * sunrpc/getrpcent_r.c: ... here.
36018         * inet/Makefile (routines): Move those to ...
36019         * sunrpc/Makefile (routines): ... here.
36020         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
36021         the $(subdirs) list.
36022         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
36023         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
36024         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
36025         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
36027         * elf/Makefile (routines): Include $(all-dl-routines), not just
36028         $(dl-routines).
36029         (rtld-routines): Likewise.  Use = rather than :=.
36030         * sysdeps/aarch64/Makefile [$(subdir) = elf]
36031         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
36032         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
36033         * sysdeps/arm/Makefile: Likewise.
36034         * sysdeps/i386/Makefile: Likewise.
36035         * sysdeps/x86_64/Makefile: Likewise.
36036         * sysdeps/hppa/Makefile [$(subdir) = elf]
36037         (sysdep_routines, sysdep-rtld-routines): Don't add
36038         $(sysdep-dl-routines) to these.
36039         * sysdeps/ia64/Makefile: Likewise.
36040         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
36041         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
36042         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
36043         Don't add dl-static to these; sysdep-dl-routines alone is enough.
36044         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
36045         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
36046         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
36047         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
36048         * sysdeps/powerpc/Makefile [$(subdir) = elf]
36049         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
36050         these; sysdep-dl-routines alone is enough.
36052 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
36054         [BZ #17932]
36055         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
36056         where multiplication results in zero and third argument is finite
36057         and nonzero.
36058         * math/auto-libm-test-in: Add more tests of fma.
36059         * math/auto-libm-test-out: Regenerated.
36061         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
36062         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
36063         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
36064         (_FP_CMP_EQ): Likewise.
36065         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
36067         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
36068         extra argument CHECK_NAN.  Redefine as wrapper around
36069         _FP_EXTEND_CNAN.
36071 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
36073         * version.h (RELEASE): Set to "stable".
36074         (VERSION): Set to "2.21"
36075         * include/features.h (__GLIBC_MINOR__): Set to 21.
36077         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
36079 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
36080             Paul Eggert  <eggert@cs.ucla.edu>
36082         [BZ #16618]
36083         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
36084         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
36085         size in bytes. Store needed elements in wpmax. Use needed size
36086         in bytes for extend_alloca.
36088 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
36090         * manual/install.texi: Latest tested versions are GCC 4.9.2,
36091         binutls 2.25, and texinfo 5.2.
36092         * INSTALL: Regenerate.
36093         * sysdeps/nios2/configure: Regenerate.
36094         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
36095         * manual/contrib.texi: Update.
36096         * po/be.po: Update.
36097         * po/bg.po: Update.
36098         * po/ca.po: Update.
36099         * po/cs.po: Update.
36100         * po/da.po: Update.
36101         * po/de.po: Update.
36102         * po/el.po: Update.
36103         * po/eo.po: Update.
36104         * po/es.po: Update.
36105         * po/fi.po: Update.
36106         * po/fr.po: Update.
36107         * po/gl.po: Update.
36108         * po/hr.po: Update.
36109         * po/hu.po: Update.
36110         * po/ia.po: Update.
36111         * po/id.po: Update.
36112         * po/it.po: Update.
36113         * po/ja.po: Update.
36114         * po/ko.po: Update.
36115         * po/lt.po: Update.
36116         * po/nb.po: Update.
36117         * po/nl.po: Update.
36118         * po/pl.po: Update.
36119         * po/pt_BR.po: Update.
36120         * po/ru.po: Update.
36121         * po/rw.po: Update.
36122         * po/sk.po: Update.
36123         * po/sl.po: Update.
36124         * po/sv.po: Update.
36125         * po/tr.po: Update.
36126         * po/uk.po: Update.
36127         * po/vi.po: Update.
36128         * po/zh_CN.po: Update.
36129         * po/zh_TW.po: Update.
36131         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
36132         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
36133         * sysdeps/hppa/dl-irel.h: Remove #warning.
36134         * sysdeps/hppa/entry.h: Provide prototype for
36135         __canonicalize_funcptr_for_compare and cast argument.
36136         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
36137         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
36138         * sysdeps/hppa/sotruss-lib.c: New file.
36139         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
36140         (atomic_compare_and_exchange_val_acq): Use __typeof__.
36141         (atomic_compare_and_exchange_bool_acq): Likewise.
36142         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
36143         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
36145         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
36146         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
36147         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
36149 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
36151         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
36152         called function in non-PIC case.
36154 2015-01-31  David S. Miller  <davem@davemloft.net>
36156         * sysdeps/sparc/sparc32/bits/atomic.h
36157         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
36158         unlock not after it.
36159         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
36160         volatile register usage warnings from the compiler.
36162         * sysdeps/sparc/nptl/sem_init.c: Delete.
36163         * sysdeps/sparc/nptl/sem_post.c: Delete.
36164         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
36165         * sysdeps/sparc/nptl/sem_wait.c: Delete.
36166         * sysdeps/sparc/sparc32/sem_init.c: New file.
36167         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
36168         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
36169         padding explicitly initialized.
36170         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
36171         padding for in-semaphore spinlock.
36172         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
36173         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
36174         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
36175         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
36176         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
36177         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
36178         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
36179         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
36180         version.
36181         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
36182         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
36184 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
36186         [BZ #17801]
36187         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36188         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
36189         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
36190         New.
36191         (index_AVX_Fast_Unaligned_Load): Likewise.
36192         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
36193         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
36194         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
36195         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
36196         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
36197         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
36198         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
36199         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
36200         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
36202 2015-01-29  Andreas Schwab  <schwab@suse.de>
36204         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
36206 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
36208         [BZ #17892]
36209         * nscd/nscd_stat.c (send_stats): Initialize DATA.
36211 2015-01-28  Martin Sebor  <msebor@redhat.com>
36213         * math/README.libm-test: Clarify. Add "How to read the test output."
36215 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
36217         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
36218         Define to 0.
36220 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
36222         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
36223         (__HAVE_64B_ATOMICS): Define to 0.
36225 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
36227         [BZ #17885]
36228         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
36229         value to set as new flag.
36231         [BZ #16576]
36232         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
36233         and use _ARCH_PPCSQ instead.
36234         (__ieee754_sqrt): Likewise.
36235         (__ieee754_sqrtf): Likewise.
36236         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
36237         _ARCH_PPCSQ is defined.
36238         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
36239         fsqrt instruction.
36240         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
36241         _ARCH_PPCSQ is defined.
36242         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
36243         fsqrts instruction.
36244         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
36246 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36248         * iconv/loop.c: Suppress array out of bound warning caused by GCC
36249         bug (GCC BZ #64739).
36251 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
36253         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
36254         Mark _retval as used.
36255         (lll_futex_wake_unlock): Likewise.
36256         (lll_futex_timed_wait_requeue_pi): Likewise.
36258         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
36259         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
36260         register variables.
36262         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
36263         libm_hidden_def.
36265         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
36266         (__bswap_64): Mark as __always_inline.
36268 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
36270         [BZ #15378]
36271         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
36272         when none of the search directories exist.
36274 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
36276         [BZ #17869]
36277         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
36278         power8 in .machine directive.
36280         [BZ #17868]
36281         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
36282         set dependency from opd value.
36284 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
36286         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36287         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
36288         architecture.
36290 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
36292         [BZ #17870]
36293         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
36294         with uint64_t.
36295         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
36296         (uint64_t) 1.
36297         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
36298         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
36299         Replace 1UL with (uint64_t) 1.
36300         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
36301         int with uint64_t.
36303 2015-01-23  Roland McGrath  <roland@hack.frob.com>
36305         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
36306         (if_freenameindex): Likewise.
36308         * resource/getrlimit64.c: Add missing libc_hidden_def.
36310 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
36312         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
36313         __label__.
36314         (_FP_FMA): Likewise.
36315         (_FP_TO_INT_ROUND): Likewise.
36316         (_FP_FROM_INT): Likewise.
36318 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36320         [BZ #16418]
36321         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
36322         Make code racy and cancel safe.
36324 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
36326         * sysdeps/arm/unwind-resume.h: Fix copyright year.
36327         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
36328         attribution.
36330         * pwd/tst-getpw.c: Rewrite.
36332         [BZ #17702]
36333         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
36334         (modules-names): Add moddummy1 and moddummy2.
36335         ($(objpfx)tst-rec-dlopen): Define.
36336         * dlfcn/moddummy1.c: New file.
36337         * dlfcn/moddummy2.c: New file.
36338         * dlfcn/tst-rec-dlopen.c: New file.
36339         * elf/dl-cache.c (_dl_load_cache_lookup):
36340         Return char*. Copy result with alloca/strcpy/strdup.
36341         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
36342         returns char*. Free cached. If not saving realname
36343         free cached.
36344         * elf/dl-open.c (dl_open_worker): Do not assert that
36345         _r_debug->r_state is RT_CONSISTENT.
36346         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
36347         returns char*.
36349 2015-01-21  Torvald Riegel  <triegel@redhat.com>
36350             Carlos O'Donell  <carlos@redhat.com>
36352         [BZ #12674]
36353         * nptl/sem_waitcommon.c: New file.
36354         * nptl/sem_wait.c: Include sem_waitcommon.c.
36355         (__sem_wait_cleanup, do_futex_wait): Remove.
36356         (__new_sem_wait): Adapt.
36357         (__new_sem_trywait): New function.
36358         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
36359         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
36360         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
36361         (sem_timedwait): Adapt.
36362         * nptl/sem_post.c (__new_sem_post): Adapt.
36363         (futex_wake): New function.
36364         (__old_sem_post): Add release MO fence.
36365         * nptl/sem_open.c (sem_open): Adapt.
36366         * nptl/sem_init.c (__new_sem_init): Adapt.
36367         (futex_private_if_supported): New function.
36368         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
36369         (__old_sem_getvalue): Add using previous code.
36370         * sysdeps/nptl/internaltypes.h: Adapt.
36371         * nptl/tst-sem13.c (do_test): Adapt.
36372         * nptl/tst-sem11.c (main): Adapt.
36373         * nptl/sem_trywait.c: Remove.
36374         * nptl/DESIGN-sem.txt: Remove.
36375         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
36376         (gen-as-const-headers): Remove structsem.sym.
36377         * nptl/structsem.sym: Remove.
36378         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
36379         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
36380         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
36381         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
36382         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
36383         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
36384         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
36385         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
36386         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
36387         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
36388         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
36389         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
36390         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
36391         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
36392         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
36393         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
36394         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
36395         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
36396         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
36397         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
36398         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
36399         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
36401 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
36403         * INSTALL: Regenerated.
36405         * po/libc.pot: Regenerated.
36407 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
36408             Sandra Loosemore  <sandra@codesourcery.com>
36409             Andrew Jenner  <andrew@codesourcery.com>
36410             Joseph Myers  <joseph@codesourcery.com>
36411             Nathan Sidwell  <nathan@codesourcery.com>
36413         * NEWS: Mention new Nios II port.
36414         * sysdeps/nios2/Implies: New file.
36415         * sysdeps/nios2/Makefile: New file.
36416         * sysdeps/nios2/Subdirs: New file.
36417         * sysdeps/nios2/Versions: New file.
36418         * sysdeps/nios2/__longjmp.S: New file.
36419         * sysdeps/nios2/abort-instr.h: New file.
36420         * sysdeps/nios2/backtrace.c: New file.
36421         * sysdeps/nios2/bits/endian.h: New file.
36422         * sysdeps/nios2/bits/fenv.h: New file.
36423         * sysdeps/nios2/bits/link.h: New file.
36424         * sysdeps/nios2/bits/setjmp.h: New file.
36425         * sysdeps/nios2/bsd-_setjmp.S: New file.
36426         * sysdeps/nios2/bsd-setjmp.S: New file.
36427         * sysdeps/nios2/configure: New generated file.
36428         * sysdeps/nios2/configure.ac: New file.
36429         * sysdeps/nios2/crti.S: New file.
36430         * sysdeps/nios2/crtn.S: New file.
36431         * sysdeps/nios2/dl-init.c: New file.
36432         * sysdeps/nios2/dl-machine.h: New file.
36433         * sysdeps/nios2/dl-sysdep.h: New file.
36434         * sysdeps/nios2/dl-tls.h: New file.
36435         * sysdeps/nios2/dl-trampoline.S: New file.
36436         * sysdeps/nios2/gccframe.h: New file.
36437         * sysdeps/nios2/gmp-mparam.h: New file.
36438         * sysdeps/nios2/jmpbuf-offsets.h: New file.
36439         * sysdeps/nios2/jmpbuf-unwind.h: New file.
36440         * sysdeps/nios2/ldsodefs.h: New file.
36441         * sysdeps/nios2/libc-tls.c: New file.
36442         * sysdeps/nios2/libm-test-ulps: New file.
36443         * sysdeps/nios2/machine-gmon.h: New file.
36444         * sysdeps/nios2/math-tests.h: New file.
36445         * sysdeps/nios2/math_private.h: New file.
36446         * sysdeps/nios2/memusage.h: New file.
36447         * sysdeps/nios2/nptl/Makefile: New file.
36448         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
36449         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
36450         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
36451         * sysdeps/nios2/nptl/pthreaddef.h: New file.
36452         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
36453         * sysdeps/nios2/nptl/tls.h: New file.
36454         * sysdeps/nios2/preconfigure: New file.
36455         * sysdeps/nios2/s_fma.c: New file.
36456         * sysdeps/nios2/s_fmaf.c: New file.
36457         * sysdeps/nios2/setjmp.S: New file.
36458         * sysdeps/nios2/sfp-machine.h: New file.
36459         * sysdeps/nios2/sotruss-lib.c: New file.
36460         * sysdeps/nios2/stackguard-macros.h: New file.
36461         * sysdeps/nios2/stackinfo.h: New file.
36462         * sysdeps/nios2/start.S: New file.
36463         * sysdeps/nios2/sysdep.h: New file.
36464         * sysdeps/nios2/tls-macros.h: New file.
36465         * sysdeps/nios2/tst-audit.h: New file.
36466         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
36467         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
36468         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
36469         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
36470         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
36471         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
36472         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
36473         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
36474         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
36475         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
36476         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
36477         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
36478         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
36479         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
36480         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
36481         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
36482         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
36483         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
36484         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
36485         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
36486         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
36487         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
36488         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
36489         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
36490         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
36491         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
36492         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
36493         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
36494         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
36495         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
36496         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
36497         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
36498         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
36499         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
36500         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
36501         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
36502         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
36503         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
36504         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
36505         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
36506         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
36507         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
36508         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
36509         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
36511 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
36513         [BZ #17844]
36514         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
36515         (getutent): Use weak_alias in non SHARED case
36516         and default_symbol_version in SHARED case.
36517         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
36518         (getutent_r, pututline): Likewise.
36519         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
36520         (getutid): Likewise.
36521         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
36522         (getutid_r): Likewise.
36523         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
36524         (getutline): Likewise.
36525         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
36526         (getutline_r): Likewise.
36527         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
36528         (updwtmp): Likewise.
36530 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
36532         [BZ #17848]
36533         * sysdeps/s390/s390-32/memcmp.S
36534         (memcmp_g5): Rename to __memcmp_g5.
36535         * sysdeps/s390/s390-32/memcpy.S
36536         (memcpy_g5): Rename to __memcpy_g5.
36537         Jump to __memcpy_mvcle instead of memcpy_mvcle.
36538         (memcpy_mvcle) Rename to __memcpy_mvcle.
36539         * sysdeps/s390/s390-32/memset.S
36540         (memset_g5): Rename to __memset_g5.
36541         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
36542         (IFUNC_RESOLVE): Prefix ifunc-resolve function
36543         and use prefixed functions.
36544         * sysdeps/s390/s390-32/multiarch/memcmp.S
36545         (memcmp_z196): Rename to __memcmp_z196.
36546         (memcmp_z10): Rename to __memcmp_z10.
36547         (memcmp): Set alias to __memcmp_g5.
36548         (bcmp): Set alias to __memcmp_g5.
36549         * sysdeps/s390/s390-32/multiarch/memcpy.S
36550         (memcpy_z196): Rename to __memcpy_z196.
36551         Jump to __memcpy_mvcle instead of memcpy_mvcle.
36552         (memcpy_z10): Rename to __memcpy_z10.
36553         Jump to __memcpy_mvcle instead of memcpy_mvcle.
36554         (memcpy): Set alias to __memcpy_g5.
36555         * sysdeps/s390/s390-32/multiarch/memset.S
36556         (memset_z196): Rename to __memset_z196.
36557         Jump to __memset_mvcle instead of memset_mvcle.
36558         (memset_z10): Rename to __memset_z10.
36559         Jump to __memset_mvcle instead of memset_mvcle.
36560         (memset_mvcle) Rename to __memset_mvcle.
36561         (memset): Set alias to __memset_g5.
36562         * sysdeps/s390/s390-64/memcmp.S
36563         (memcmp_z900): Rename to __memcmp_z900.
36564         * sysdeps/s390/s390-64/memcpy.S
36565         (memcpy_z900): Rename to __memcpy_z900.
36566         Jump to __memcpy_mvcle instead of memcpy_mvcle.
36567         (memcpy_mvcle) Rename to __memcpy_mvcle.
36568         * sysdeps/s390/s390-64/memset.S
36569         (memset_z900): Rename to __memset_z900.
36570         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
36571         (IFUNC_RESOLVE): Prefix ifunc-resolve function
36572         and use prefixed functions.
36573         * sysdeps/s390/s390-64/multiarch/memcmp.S
36574         (memcmp_z196): Rename to __memcmp_z196.
36575         (memcmp_z10): Rename to __memcmp_z10.
36576         (memcmp): Set alias to __memcmp_z900.
36577         (bcmp): Set alias to __memcmp_z900.
36578         * sysdeps/s390/s390-64/multiarch/memcpy.S
36579         (memcpy_z196): Rename to __memcpy_z196.
36580         Jump to __memcpy_mvcle instead of memcpy_mvcle.
36581         (memcpy_z10): Rename to __memcpy_z10.
36582         Jump to __memcpy_mvcle instead of memcpy_mvcle.
36583         (memcpy): Set alias to __memcpy_z900.
36584         * sysdeps/s390/s390-64/multiarch/memset.S
36585         (memset_z196): Rename to __memset_z196.
36586         Jump to __memset_mvcle instead of memset_mvcle.
36587         (memset_z10): Rename to __memset_z10.
36588         Jump to __memset_mvcle instead of memset_mvcle.
36589         (memset_mvcle) Rename to __memset_mvcle.
36590         (memset): Set alias to __memset_z900.
36592 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
36594         [BZ #17748]
36595         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
36596         __fesetenv instead of fesetenv.
36598 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
36600         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
36601         macro.
36603 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36605         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
36606         regression on LE.
36608         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
36609         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
36610         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
36611         strncmp-power8 object.
36612         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
36613         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
36614         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
36615         * NEWS: Update.
36617 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
36618             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36620         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
36621         trailing byte check.
36623 2015-01-13  David S. Miller  <davem@davemloft.net>
36625         * include/signal.h (__sigreturn): Guard with __USE_MISC.
36627 2015-01-13  Roland McGrath  <roland@hack.frob.com>
36629         * login/logout.c (logout): Use memset rather than bzero.
36630         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
36631         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
36632         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
36633         (_gethtbyaddr): Likewise.
36634         * locale/programs/simple-hash.c (bcopy): Macro removed.
36636 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36638         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
36639         Add strcmp-power8 object.
36640         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
36641         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
36642         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
36643         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
36644         __strcmp_power8 implementation.
36645         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
36646         * NEWS: Update.
36648         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
36649         Add strncpy-power8 and stpncpy-power8 objects.
36650         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
36651         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
36652         implementations.
36653         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
36654         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
36655         __stpncpy_power8 implementation.
36656         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
36657         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
36658         __strncpy_power8 implementation.
36659         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
36660         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
36661         * NEWS: Update.
36663         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
36664         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
36665         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
36667         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
36668         strncat-power8 object.
36669         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
36670         __strcat_power8 implementation.
36671         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
36672         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
36673         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
36674         optimized strcat for power8.
36676         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
36677         strcpy-power8 and stpcpy-power8 objects.
36678         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
36679         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
36680         implementations.
36681         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
36682         multiarch stpcpy implementation for POWER8.
36683         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
36684         multiarch strcpy implementation for POWER8.
36685         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
36686         __strcpy_power8 function.
36687         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
36688         stpcpy for POWER8.
36689         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
36690         strcpy for POWER8.
36691         * NEWS: Update.
36693 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
36695         [BZ #16009]
36696         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
36697         weights and rules. Use do_xfrm_cached if data fits in cache,
36698         do_xfrm otherwise.  Moved former main loop to...
36699         * (do_xfrm_cached): New function.
36700         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
36701         find_idx, find_position and stack_push.
36702         * (find_idx): New function.
36703         * (find_position): Likewise.
36704         * localedata/sort-test.sh: Added test run for do_xfrm.
36705         * localedata/xfrm-test.c (main): Added command line option
36706         -nocache to run the test with strings that are too large for
36707         the STRXFRM cache.
36709 2015-01-13  Torvald Riegel  <triegel@redhat.com>
36711         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
36712         variable to lll_futex_wake call, not the value itself.
36714 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
36716         [BZ #17803]
36717         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
36718         twom64.  Adjust value to 0x1p-64L.
36719         (__scalblnl): Only return standard underflowing result for K <=
36720         -64 not K <= -63; adjust exponent for underflowing result by 64
36721         not 63.
36722         * math/libm-test.inc (scalbn_test_data): Add more tests.
36723         (scalbln_test_data): Likewise.
36725         [BZ #17834]
36726         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
36727         0x1p63L.
36728         (__scalblnl): Get new exponent of adjusted subnormal value from ES
36729         not HX.
36730         * math/libm-test.inc (scalbn_test_data): Add more tests.
36731         (scalbln_test_data): Likewise.
36733 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36734             Stefani Seibold  <stefani@seibold.net>
36736         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
36737         (sysdep_routines): Add dl-vdso here, ...
36738         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
36739         (sysdep_routines): ... not here.
36740         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
36741         fallback when vDSO is not presented.
36742         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
36743         Define with libc_hidden_proto/libc_hidden_data_def definitions.
36744         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
36745         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
36746         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
36747         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
36748         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
36749         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
36750         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
36751         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
36752         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
36753         fallback configurable symbol when vDSO is not available.
36754         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
36755         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
36756         be able to redefine fallback symbol when vDSO is not available.
36757         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
36758         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
36760 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36762         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
36763         (TLS_INIT_TP): Add tm_capable initialization.
36764         (TLS_DEFINE_INIT_TP): Likewise.
36765         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
36766         TCB.
36767         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
36768         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
36769         calculation.
36770         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
36771         transactoion is lock elision is built and TCB tm_capable is set.
36772         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
36773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
36774         (INTERNAL_SYSCALL_NCS): Likewise.
36775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
36776         (INTERNAL_SYSCALL_NCS): Likewise.
36777         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
36779         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
36780         for powerpc.
36781         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
36782         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
36783         and remove it for 32 bits case.
36784         [pthread_rwlock_t] (__rwelision): New field for lock elision.
36785         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
36786         initialization.
36787         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
36788         Disable lock elision with rdlocks if elision is not available.
36790         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
36791         (sysdep_routines): Add lock elision objects.
36792         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
36793         [pthread_mutex_t] (__spins): Rework to add lock elision field.
36794         [pthread_mutex_t] (__elision): Add field.
36795         [__PTHREAD_SPINS]: Adjust to init lock elision field.
36796         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
36797         elision definitions for powerpc.
36798         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
36799         implementation of lock elision for powerpc.
36800         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
36801         implementation of timed lock elision for powerpc.
36802         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
36803         implementation of trylock with lock elision for powerpc.
36804         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
36805         implementaion of unlock for lock elision for powerpc.
36806         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
36807         automatic enable lock elision for mutexes.
36808         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
36809         transaction execution definitions for powerpc.
36810         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
36811         definitions.
36812         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
36813         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
36814         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
36815         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
36816         * NEWS: Update.
36818 2015-01-09  Roland McGrath  <roland@hack.frob.com>
36820         * sysdeps/posix/shm-directory.c: Use <> rather than ""
36821         for #include of <shm-directory.h>.
36823 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
36825         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
36826         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
36828 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
36830         [BZ #17791]
36831         * NEWS: Mention bug fix.
36832         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
36833         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
36834         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
36836 2015-01-09  Torvald Riegel <triegel@redhat.com>
36838         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
36840 2015-01-09  Torvald Riegel <triegel@redhat.com>
36842         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
36844 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
36846         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
36847         pointer and cast to uintptr_t.
36849 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
36851         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
36852         removed.
36853         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
36855 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
36857         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
36858         of 0.
36860 2015-01-08  Roland McGrath  <roland@hack.frob.com>
36862         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
36863         <nptl/pthreadP.h> instead.
36864         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
36866         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
36867         already defined.
36868         [__SIGRTMIN] (init): Function removed.
36869         [__SIGRTMIN] (initialized): Variable removed.
36870         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
36871         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
36872         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
36873         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
36874         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
36875         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
36876         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
36877         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
36878         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
36879         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
36880         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
36881         * sysdeps/nptl/allocrtsig.c: New file.
36882         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
36883         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
36884         * sysdeps/generic/testrtsig.h: File removed.
36886         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
36887         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
36889         * nptl/nptl-init.c (pthread_functions): Conditionalize
36890         .ptr__nptl_setxid initialization on [SIGSETXID].
36892         * sysdeps/nptl/sys/procfs.h: New file.
36893         * nptl_db/Makefile (headers): Add it.
36894         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
36896         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
36897         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
36898         * nptl/pthread_attr_setaffinity.c: Include it.
36899         * nptl/pthread_setattr_default_np.c: Likewise.
36900         * nptl/check-cpuset.h: New file.
36902 2015-01-08  Richard Henderson  <rth@redhat.com>
36904         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
36905         (CFLAGS-tst-execstack-prog.c): Likewise.
36906         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
36908 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
36909             Sandra Loosemore  <sandra@codesourcery.com>
36910             Andrew Jenner  <andrew@codesourcery.com>
36911             Joseph Myers  <joseph@codesourcery.com>
36912             Nathan Sidwell  <nathan@codesourcery.com>
36914         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
36915         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
36916         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
36917         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
36918         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
36919         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
36920         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
36921         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
36922         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
36923         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
36924         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
36925         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
36926         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
36927         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
36928         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
36929         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
36930         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
36932 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36934         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
36935         timespec struct member in syscall macro.
36936         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
36937         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
36938         first timeval struct member in syscall macro.
36939         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
36941 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
36943         [BZ #17748]
36944         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
36945         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
36946         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
36947         __feupdateenv and define as weak alias of __feupdateenv.  Use
36948         libm_hidden_weak.
36949         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
36950         libm_hidden_def.
36951         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
36952         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
36953         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
36954         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
36955         libm_hidden_def.
36956         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
36957         __feupdateenv and define as weak alias of __feupdateenv.  Use
36958         libm_hidden_weak.
36959         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
36960         libm_hidden_def.
36961         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
36962         __feupdateenv and define as weak alias of __feupdateenv.  Use
36963         libm_hidden_weak.
36964         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
36965         libm_hidden_def.
36966         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
36967         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
36968         (__feupdateenv): Likewise.
36969         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
36970         __feupdateenv and define as weak alias of __feupdateenv.  Use
36971         libm_hidden_weak.
36972         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
36973         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
36974         libm_hidden_def.
36975         * sysdeps/tile/math_private.h (__feupdateenv): New inline
36976         function.
36977         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
36978         libm_hidden_def.
36979         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
36980         __feupdateenv instead of feupdateenv.
36981         (default_libc_feupdateenv_test): Likewise.
36982         (libc_feresetround_ctx): Likewise.
36984 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36986         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
36987         prototype.
36989 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
36991         * posix/regcomp.c (parse_bracket_exp): Initialize type to
36992         COLL_SYM in a couple of places to avoid uninitialized variable
36993         wanings on tilegx gcc 4.8.2.
36995 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
36997         * sysdeps/aarch64/strcpy.S: New file.
36998         * sysdeps/aarch64/stpcpy.S: New file.
36999         * NEWS: Updated.
37001 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
37003         * sysdeps/aarch64/strrchr.S: New file.
37004         * NEWS: Updated.
37006 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
37008         [BZ #17658]
37009         * stdlib/setenv.c: Fix memory leak when setting large,
37010         duplicate string.
37012 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
37014         [BZ #17273]
37015         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
37016         and tabs from buffer before parsing fstab entry.
37017         * misc/tst-mntent.c (main): Add test for mount entry with
37018         trailing spaces and tabs.
37020 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
37022         [BZ #17748]
37023         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
37024         * math/fesetround.c (fesetround): Rename to __fesetround and
37025         define as weak alias of __fesetround.  Use libm_hidden_weak.
37026         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
37027         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
37028         * sysdeps/arm/fesetround.c (fesetround): Likewise.
37029         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
37030         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
37031         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
37032         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
37033         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
37034         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
37035         __fesetround_inline.
37036         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
37037         __fesetround_inline instead of __fesetround.
37038         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
37039         __fesetround and define as weak alias of __fesetround.  Use
37040         libm_hidden_weak.  Call __fesetround_inline instead of
37041         __fesetround.
37042         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
37043         __fesetround and define as weak alias of __fesetround.  Use
37044         libm_hidden_weak.
37045         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
37046         Likewise.
37047         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
37048         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37049         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
37050         * sysdeps/tile/math_private.h (__fesetround): New inline function.
37051         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
37052         __fesetround and define as weak alias of __fesetround.  Use
37053         libm_hidden_weak.
37054         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
37055         __fesetround instead of fesetround.
37056         (default_libc_feholdexcept_setround): Likewise.
37057         (libc_feholdsetround_ctx): Likewise.
37058         (libc_feholdsetround_noex_ctx): Likewise.
37060         [BZ #17748]
37061         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
37062         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
37063         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
37064         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
37065         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
37066         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
37067         define as weak alias of __fesetenv.  Use libm_hidden_weak.
37068         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
37069         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
37070         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
37071         define as weak alias of __fesetenv.  Use libm_hidden_weak.
37072         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
37073         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
37074         define as weak alias of __fesetenv.  Use libm_hidden_weak.
37075         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
37076         libm_hidden_def.
37077         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
37078         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
37079         Likewise.
37080         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
37081         define as weak alias of __fesetenv.  Use libm_hidden_weak.
37082         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
37083         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
37084         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
37085         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
37086         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
37087         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
37088         __fesetenv instead of fesetenv.
37089         (libc_feresetround_noex_ctx): Likewise.
37090         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
37091         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
37092         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
37093         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
37094         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
37095         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
37096         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
37097         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
37098         (__feupdateenv): Likewise.
37099         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
37100         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
37101         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
37102         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
37104 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
37106         [BZ #17806]
37107         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
37108         addresses have been freed.
37110 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
37112         * resolv/res_init.c (__res_vinit): Improve comments about nserv
37113         and nservall.
37115 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
37117         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
37118         Clean up check_pf allocation pattern. addresses
37120 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37122         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
37123         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
37124         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
37125         * nptl/pthread_exit.c (__pthread_exit): Likewise.
37126         * nptl/pthread_join.c (pthread_join): Likewise.
37127         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
37128         * sysdeps/posix/waitid.c (__waitid): Likewise.
37129         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
37130         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
37131         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
37132         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
37133         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
37134         Likewise.
37135         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
37136         (__libc_pread64): Likewise.
37137         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
37138         (__libc_pwrite): Likewise.
37139         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
37140         (__libc_pwrite64): Likewsie.
37141         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
37142         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
37143         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
37144         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
37145         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
37146         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
37147         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
37148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
37149         Likewise.
37150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
37151         (__libc_pread64): Likewise.
37152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
37153         Likewise.
37154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
37155         (__libc_pwrite64): Likewise.
37156         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
37157         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
37158         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
37159         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
37160         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
37161         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
37162         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
37163         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
37164         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
37165         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
37166         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
37167         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
37168         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
37169         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
37170         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
37171         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
37172         Likewise.
37174 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
37176         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
37177         (CFLAGS-test-double.c): Likewise.
37178         (CFLAGS-test-ldouble.c): Likewise.
37179         (CPPFLAGS-test-ifloat.c): Likewise.
37180         (CPPFLAGS-test-idouble.c): Likewise.
37181         (CPPFLAGS-test-ildoubl.c): Likewise.
37182         (CFLAGS-test-test-fenv.c): Remove variable.
37183         (CFLAGS-test-misc.c): Likewise.
37185 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
37187         [BZ #17797]
37188         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
37189         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
37190         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
37191         CLOCKS_PER_SEC == 1000000.
37192         * time/clocktest.c (main): Replace %ld with %jd and cast to
37193         intmax_t.
37195 2015-01-05  Roland McGrath  <roland@hack.frob.com>
37197         * sysdeps/generic/unwind-resume.h: New file.
37198         * sysdeps/gnu/unwind-resume.c: Include it.
37199         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
37200         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
37201         argument list.
37202         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
37203         global rather than static.
37204         (_Unwind_Resume): Update user.
37205         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
37206         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
37207         rather than static.  Add __attribute__ ((cold)).
37208         (_Unwind_Resume, __gcc_personality_v0): Update callers.
37209         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
37210         * sysdeps/arm/arm-unwind-resume.S: New file.
37211         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
37212         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
37213         * sysdeps/arm/Makefile [$(subdir) = csu]
37214         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
37215         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
37216         Add rt-arm-unwind-resume.
37217         [$(subdir) = nptl]
37218         (libpthread-sysdep_routines, libpthread-shared-only-routines):
37219         Add pt-arm-unwind-resume.
37220         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
37221         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
37223 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
37225         [BZ #17748]
37226         * include/fenv.h (__feholdexcept): Declare.  Use
37227         libm_hidden_proto.
37228         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
37229         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
37230         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
37231         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
37232         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
37233         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
37234         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
37235         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
37236         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
37237         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
37238         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
37239         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
37240         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
37241         (feholdexcept): Likewise.
37242         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
37243         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
37244         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
37245         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
37246         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
37247         __feholdexcept instead of feholdexcept.
37248         (default_libc_feholdexcept_setround): Likewise.
37250 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
37252         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
37253         to avoid using stl/str to align destination.
37255 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
37257         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
37259 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
37261         [BZ #17796]
37262         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
37263         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
37264         Define as weak alias not strong alias.
37266 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
37268         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
37269         bltzal with addiupc.
37270         (RTLD_START): Ditto.
37272 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
37274         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
37275         for __vdso_* functions in declarations.
37276         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
37277         definitions.
37278         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
37279         INTERNAL_VSYSCALL): Use struct return types to check for error.
37281         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
37282         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
37283         function with cast from llround().
37284         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
37285         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
37286         Define.
37288 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
37290         [BZ #17793]
37291         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
37292         Define as weak alias not strong alias.
37294         [BZ #17635]
37295         * ctype/ctype-c99.c: New file.  isblank implementation moved from
37296         ...
37297         * ctype/ctype-extn.c: ... here.
37298         (__isblank_l): Move to ...
37299         * ctype/ctype-c99_l.c: ... here.  New file.
37300         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
37301         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
37302         Remove variable.
37303         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
37304         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
37305         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
37306         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
37307         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
37309         [BZ #17777]
37310         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
37311         (posix_fadvise64): Define as weak alias not strong alias.
37312         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
37313         (posix_fallocate64): Likewise.
37314         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
37315         Remove variable.
37316         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
37317         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
37318         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
37319         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
37320         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
37322 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
37324         [BZ #16191]
37325         * NEWS: Mention bug fix.
37326         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
37327         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
37328         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
37329         (HOST_STACK_END_ADDR): Likewise.
37331 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
37333         [BZ #17748]
37334         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
37335         * math/fegetround.c (fegetround): Rename to __fegetround and
37336         define as weak alias of __fegetround.  Use libm_hidden_weak.
37337         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
37338         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
37339         * sysdeps/arm/fegetround.c (fegetround): Likewise.
37340         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
37341         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
37342         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
37343         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
37344         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
37345         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
37346         Undefine after rather than before function definition; use
37347         parentheses around function name in definition.
37348         (__fegetround): Also undefine macro after function definition.
37349         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
37350         __fegetround and define as weak alias of __fegetround.  Use
37351         libm_hidden_weak.  Do not undefine as macro.
37352         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
37353         Likewise.
37354         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
37355         __fegetround and define as weak alias of __fegetround.  Use
37356         libm_hidden_weak.
37357         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
37358         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
37359         * sysdeps/tile/math_private.h (__fegetround): New inline function.
37360         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
37361         __fegetround and define as weak alias of __fegetround.  Use
37362         libm_hidden_weak.
37363         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
37364         __fegetround instead of fegetround.
37366         [BZ #17782]
37367         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
37368         Condition macro definition on [__USE_MISC].
37370         [BZ #17781]
37371         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
37372         (struct sigaction): Change type of sa_flags field to int.
37374         [BZ #17780]
37375         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
37376         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
37377         __glibc_reserved0.
37379         * nptl/version.c (banner): Use single year in copyright notice.
37381         * NEWS: Update copyright dates.
37382         * catgets/gencat.c (print_version): Likewise.
37383         * csu/version.c (banner): Likewise.
37384         * debug/catchsegv.sh: Likewise.
37385         * debug/pcprofiledump.c (print_version): Likewise.
37386         * debug/xtrace.sh (do_version): Likewise.
37387         * elf/ldconfig.c (print_version): Likewise.
37388         * elf/ldd.bash.in: Likewise.
37389         * elf/pldd.c (print_version): Likewise.
37390         * elf/sotruss.sh: Likewise.
37391         * elf/sprof.c (print_version): Likewise.
37392         * iconv/iconv_prog.c (print_version): Likewise.
37393         * iconv/iconvconfig.c (print_version): Likewise.
37394         * locale/programs/locale.c (print_version): Likewise.
37395         * locale/programs/localedef.c (print_version): Likewise.
37396         * login/programs/pt_chown.c (print_version): Likewise.
37397         * malloc/memusage.sh (do_version): Likewise.
37398         * malloc/memusagestat.c (print_version): Likewise.
37399         * malloc/mtrace.pl: Likewise.
37400         * manual/libc.texinfo: Likewise.
37401         * nptl/version.c (banner): Likewise.
37402         * nscd/nscd.c (print_version): Likewise.
37403         * nss/getent.c (print_version): Likewise.
37404         * nss/makedb.c (print_version): Likewise.
37405         * posix/getconf.c (main): Likewise.
37406         * scripts/test-installation.pl: Likewise.
37407         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
37409 2015-01-02  Will Newton  <will.newton@linaro.org>
37411         * sysdeps/arm/armv7/configure: Removed.
37412         * sysdeps/arm/armv7/configure.ac: Likewise.
37414 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
37416         * All files with FSF copyright notices: Update copyright dates
37417         using scripts/update-copyrights.
37418         * intl/plural.c: Regenerated.
37419         * locale/programs/charmap-kw.h: Likewise.
37420         * locale/programs/locfile-kw.h: Likewise.
37422 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
37424         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
37426 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
37428         [BZ #17748]
37429         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
37430         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
37431         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
37432         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
37433         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
37434         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
37435         define as weak alias of __fegetenv.  Use libm_hidden_weak.
37436         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
37437         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
37438         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
37439         define as weak alias of __fegetenv.  Use libm_hidden_weak.
37440         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
37441         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
37442         define as weak alias of __fegetenv.  Use libm_hidden_weak.
37443         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
37444         libm_hidden_def.
37445         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
37446         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
37447         Likewise.
37448         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
37449         define as weak alias of __fegetenv.  Use libm_hidden_weak.
37450         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
37451         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
37452         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
37453         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
37454         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
37455         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
37456         __fegetenv instead of fegetenv.
37457         (libc_feholdsetround_noex_ctx): Likewise.
37459 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
37461         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
37462         (Elf_MIPS_ABIFlags_v0): New structure.
37463         (EF_MIPS_FP64): Define.
37464         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
37465         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
37466         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
37467         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
37468         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
37469         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
37470         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
37471         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
37472         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
37473         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
37474         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
37475         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
37476         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
37477         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
37478         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
37479         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
37480         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
37481         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
37482         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
37483         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
37484         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
37485         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
37486         field.
37487         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
37488         EF_MIPS_FP64.
37489         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
37490         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
37491         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
37492         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
37493         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
37494         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
37495         * sysdeps/mips/tst-abi-interlink.c: Likewise.
37496         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
37497         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
37498         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
37499         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
37500         record the current FP ABI extension.
37501         (mips-mode-switch): Define to show if kernel headers support mode
37502         switching.
37503         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
37504         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
37505         supported SYSV ABI version to 3.
37506         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
37507         feature.
37509 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
37510             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37512         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
37513         path.
37514         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
37516 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
37518         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
37519         __fegetround and redefine to call __fegetround.  Remove condition
37520         on [!__NO_MATH_INLINES].
37521         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
37522         function.
37523         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
37524         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
37525         Remove macro.
37526         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
37527         instead of <fenv_libc.h>.
37528         (__llrintl): Call fegetround instead of __fegetround.
37529         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
37530         instead of <fenv_libc.h>.
37531         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
37532         (__lrintl): Call fegetround instead of __fegetround.
37533         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
37534         instead of <fenv_libc.h>.
37535         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
37536         (__rintl): Call fegetround instead of __fegetround.
37538 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
37540         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
37541         arrays.
37543 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
37545         [BZ #17775]
37546         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
37547         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
37548         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
37550 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
37552         * sysdeps/i386/tls-macros.h: Include <features.h>.
37553         (TLS_LE): Use non-PIC version for GCC >= 5.0.
37554         (TLS_IE): Likewise.
37555         (TLS_LD): Likewise.
37556         (TLS_GD): Likewise.
37557         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
37558         define for GCC >= 5.0.
37560 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
37562         * math/test-fenv.c (test_single_exception, set_single_exc,
37563         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
37564         feexcp_mask_test, feenable_test, fe_single_test): Add
37565         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
37566         case where they are not used.
37567         * math/libm-test.inc: Likewise.
37568         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
37569         unused in the absence of FP rounding/exception support.
37570         * stdio-common/tst-printf-round.c: Likewise.
37571         * stdlib/tst-strtod-round.c: Likewise.
37572         * stdlib/tst-strtod-underflow.c: Likewise.
37574 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
37576         [BZ #17723]
37577         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
37578         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
37579         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
37580         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
37581         libm_hidden_weak.
37582         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
37583         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
37584         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
37585         libm_hidden_def.
37586         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
37587         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
37588         libm_hidden_weak.
37589         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
37590         Likewise.
37591         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
37592         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
37593         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
37594         libm_hidden_weak.
37595         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
37596         libm_hidden_def.
37597         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
37598         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
37599         (__feraiseexcept): Likewise.
37600         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
37601         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
37602         libm_hidden_weak.
37603         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
37604         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
37605         libm_hidden_def.
37606         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
37607         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
37608         Use libm_hidden_def.
37609         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
37610         libm_hidden_def.
37611         (feraiseexcept): Define as weak not strong alias.  Use
37612         libm_hidden_weak.
37613         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
37614         New inline function.  Factored out of ...
37615         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
37616         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
37617         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
37618         feraiseexcept.
37619         * math/w_acos.c (__acos): Likewise.
37620         * math/w_asin.c (__asin): Likewise.
37621         * math/w_ilogb.c (__ilogb): Likewise.
37622         * math/w_j0.c (y0): Likewise.
37623         * math/w_j1.c (y1): Likewise.
37624         * math/w_jn.c (yn): Likewise.
37625         * math/w_log.c (__log): Likewise.
37626         * math/w_log10.c (__log10): Likewise.
37627         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
37628         * sysdeps/aarch64/fpu/math_private.h
37629         (libc_feupdateenv_test_aarch64): Likewise.
37630         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
37631         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
37632         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
37633         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
37634         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
37635         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
37636         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
37637         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
37638         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
37639         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
37641 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
37643         [BZ #17732]
37644         * io/test-utime.c (main): Replace %ld with %jd and cast to
37645         intmax_t.
37646         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
37647         * nptl/tst-mutex5.c: Include <stdint.h>.
37648         (do_test): Replace %ld with %jd and cast to intmax_t.
37649         * posix/tst-regex.c (run_test): Likewise.
37650         (run_test_backwards): Likewise.
37651         * rt/tst-clock.c: Include <stdint.h>.
37652         (clock_test): Replace %ld with %jd and cast to intmax_t.
37653         * rt/tst-cpuclock1.c: Include <stdint.h>.
37654         (do_test): Replace %lu with %ju and cast to uintmax_t.
37655         * rt/tst-cpuclock2.c: Include <stdint.h>.
37656         (do_test): Replace %lu with %ju and cast to uintmax_t.
37657         * rt/tst-mqueue1.c: Include <stdint.h>.
37658         (check_attrs): Replace %ld with %jd and cast to intmax_t.
37659         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
37660         intmax_t.
37661         * rt/tst-mqueue4.c (do_test): Likewise.
37662         * rt/tst-timer4.c: Include <stdint.h>.
37663         (check_ts): Replace %ld with %jd and cast to intmax_t.
37664         (do_test): Likewise.
37665         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
37666         and cast to intmax_t.
37667         * sysdeps/pthread/tst-timer.c (main): Likewise.
37668         * time/clocktest.c (main): Likewise.
37669         * time/tst-posixtz.c (do_test): Likewise.
37670         * timezone/tst-timezone.c (main): Likewise.
37672 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
37673             H.J. Lu  <hongjiu.lu@intel.com>
37675         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
37676         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
37677         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
37678         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
37679         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
37680         version if bit_Fast_Unaligned_Load is set.
37681         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37682         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37683         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37684         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37685         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37686         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37687         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
37688         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
37689         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
37690         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
37691         to 4.
37692         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
37693         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
37694         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
37695         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
37697 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
37699         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
37700         instead of #if to avoid a Wundef warning.
37701         * stdlib/tst-limits.c (do_test): Likewise.
37703         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
37704         parallel other exception macros.
37705         (fegetenv): Convert from macro to extern inline so that it applies
37706         retroactively to inline functions already seen by the compiler.
37707         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
37709         * posix/Makefile (before-compile): Use $(objpfx) for
37710         posix-conf-vars-def.h.
37712 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
37714         * posix/getconf.c (main): Use size_t for type of I.
37715         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
37716         NSPEC.
37718         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
37719         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
37720         * posix/posix-envs.def: Likewise.
37721         * sysdeps/posix/sysconf.c: Likewise.
37722         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
37723         (specs): Remove array.
37724         * scripts/gen-posix-conf-vars.awk: Support generation of specs
37725         array.
37727         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
37728         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
37729         (__sysconf): Use CONF_IS_* macros.
37731         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
37732         ($(objpfx)posix-conf-vars-def.h): New target.
37733         * posix/posix-conf-vars.list: New file.
37734         * posix/posix-conf-vars.h: New file.
37735         * posix/confstr.c: Include posix-conf-vars.h.
37736         (confstr): Use CONF_IS_* macros.
37737         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
37738         CONF_IS_* macros.
37739         * scripts/gen-posix-conf-vars.awk: New file.
37741 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
37743         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
37744         fegetround): Add no-op macros to avoid linknamespace issues.
37746         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
37747         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
37749         * sysdeps/unix/sysv/linux/tile/sysdep.h
37750         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
37751         assembly-specific section to avoid a redefinition warning.
37753         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
37754         long before casting to pointer to avoid a cast warning.
37756 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
37758         * sysdeps/tile/tilegx/Implies: New file.
37760 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
37762         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
37764 2014-12-23  Florian Weimer  <fweimer@redhat.com>
37766         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
37768 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
37770         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
37771         not define.
37772         * sysdeps/unix/sysv/linux/utimes.c: Do not include
37773         <kernel-features.h>.
37774         (__utimes) [__NR_utimes]: Make code unconditional.
37775         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
37776         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
37777         (__ASSUME_UTIMES): Do not undefine.
37778         * sysdeps/unix/sysv/linux/tile/kernel-features.h
37779         (__ASSUME_UTIMES): Likewise.
37780         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
37781         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
37782         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
37783         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
37785 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
37787         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
37789 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
37791         [BZ #17747]
37792         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
37793         alias to weak alias for j0l, y0l.
37794         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
37795         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
37797         [BZ #17746]
37798         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
37799         conversion.
37801 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
37803         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
37804         to zero if not already defined.
37806 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
37808         [BZ #17724]
37809         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
37810         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
37811         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
37812         (char *) casts added.
37813         * sysdeps/ieee754/k_standardf.c: New file.
37814         * sysdeps/ieee754/k_standardl.c: Likewise.
37815         * math/Makefile (libm-support): Remove k_standard.
37816         (libm-calls): Add k_standard.
37818 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
37820         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
37821         Optimize to avoid an unnecessary FPCR read.
37823 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
37825         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
37826         Optimize to reduce FPCR/FPSR accesses.
37828 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
37830         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
37831         Call libc_fetestexcept_aarch64.
37833 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
37835         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
37836         Call libc_fesetround_aarch64.
37838 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
37840         [BZ #17733]
37841         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
37842         (__bind): Do not define as weak alias.
37843         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
37844         define.
37845         (__getsockname): Do not define as weak alias.
37847 2014-12-22  Will Newton  <will.newton@linaro.org>
37849         * manual/install.texi: Document that we require bison 2.7
37850         or above.
37851         * INSTALL: Regenerate.
37852         * configure.ac: Use AC_CHECK_PROG_VER instead of
37853         AC_PATH_PROG when checking for bison and check for
37854         version 2.7 or above.
37855         * configure: Regenerate.
37857 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
37859         [BZ #17745]
37860         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
37861         * sysdeps/tile/ffsll.c (ffsll): To here.
37863         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
37865 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
37867         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
37868         if not defined.
37869         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
37870         definition.
37871         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
37872         hidden ___tls_get_addr.
37873         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
37874         hidden __tls_get_addr.
37875         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
37876         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
37877         Likewise.
37879 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
37881         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
37882         _dl_init call.
37884 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
37886         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
37887         from "call _dl_init@PLT".
37888         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
37890 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
37892         * manual/search.texi: (Array Sort Function): Clarify stable sorting
37893         guarantees.
37895 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
37897         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
37899 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
37901         [BZ #17744]
37902         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
37903         strnlen.
37905 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
37907         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
37908         of multu on MIPSr6.
37909         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
37910         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
37911         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
37912         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
37913         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
37915 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
37917         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
37918         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
37919         (PTR_SUBU): Use subu for mips32r6/mips64r6.
37920         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
37921         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
37922         mips32r6/mips64r6.
37923         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
37925 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
37927         * string/strncat.c (STRNCAT): Simplify implementation.
37929 2014-12-19  David S. Miller  <davem@davemloft.net>
37931         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
37932         access the quad as both a long double and as a series of 4 words.
37934         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
37935         link_map->l_info array access.
37937 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
37939         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
37941         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
37942         * math/atest-exp2.c (TIMEOUT): Likewise.
37943         * math/atest-sincos.c (TIMEOUT): Likewise.
37945 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
37947         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
37948         -Wno-error with -fno-builtin-lround.
37950 2014-12-19  Torvald Riegel  <triegel@redhat.com>
37952         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
37953         Contains futex constants and functions moved over from ...
37954         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
37955         <lowlevellock-futex.h>.
37956         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
37957         (lll_timedwait_tid): Add comments and parentheses around macro
37958         arguments.
37960 2014-12-19  Torvald Riegel  <triegel@redhat.com>
37962         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
37963         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
37964         (__lll_private_flag): Remove.
37965         (lll_futex_wait): Likewise.
37966         (lll_futex_timed_wait): Likewise.
37967         (lll_futex_wake): Likewise.
37968         (lll_futex_requeue): Likewise.
37969         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
37970         (__lll_timedwait_tid): Spell out argument names.
37971         (lll_timedwait_tid): Add comments and parentheses around macro
37972         arguments.
37973         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
37974         LLL_SHARED and LLL_PRIVATE usable from assembly code.
37976 2014-12-19  Torvald Riegel  <triegel@redhat.com>
37978         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
37979         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
37980         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
37981         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
37982         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
37983         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
37984         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
37985         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
37986         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
37987         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
37988         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
37989         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
37990         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
37991         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
37992         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
37993         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
37994         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
37995         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
37996         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
37998 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
38000         * sysdeps/x86_64/x32/Makefile: New file.
38002 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
38004         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
38005         1L with (mp_limb_t) 1.
38007 2014-12-17  Roland McGrath  <roland@hack.frob.com>
38009         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
38010         * nptl/libc_pthread_init.c: ... here.
38011         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
38012         * nptl/register-atfork.c: ... here.
38014         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
38015         Use pthread_sigmask rather than INTERNAL_SYSCALL.
38016         Use assert_perror to check its return value.
38017         (__gai_create_helper_thread): Likewise.
38019         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
38021         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
38023 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
38025         [BZ #17725]
38026         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
38027         __profil_counter.
38028         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
38029         Likewise.
38030         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
38031         Likewise.
38032         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
38033         Likewise.
38034         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
38035         (profil_counter): Likewise.
38036         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
38037         (profil_counter): Likewise.
38038         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
38039         Likewise.
38040         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
38041         Likewise.
38042         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
38043         (profil_counter): Likewise.
38044         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
38045         Likewise.
38046         [!__profil_counter] (profil_counter): Define as weak alias of
38047         __profil_counter.
38048         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
38049         (profil_counter): Rename to __profil_counter.
38050         [!__profil_counter] (profil_counter): Define as weak alias of
38051         __profil_counter.
38052         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
38053         (profil_counter): Rename to __profil_counter.
38054         [!__profil_counter] (profil_counter): Define as weak alias of
38055         __profil_counter.
38056         * sysdeps/posix/profil.c: Update comment referring to
38057         profil_counter.
38058         (__profil): Use __profil_counter instead of profil_counter.
38059         * sysdeps/posix/sprofil.c (profil_counter): Rename to
38060         __profil_counter.  Use __profil_counter_ushort and
38061         __profil_counter_uint in definitions.
38062         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
38063         instead of profil_counter_uint and profil_counter_ushort.
38065         [BZ #17722]
38066         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
38067         define as weak alias of __inet_makeaddr.
38068         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
38069         as weak alias of __inet_addr.
38070         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
38071         as weak alias of __inet_pton.  Use libc_hidden_weak.
38072         * include/arpa/inet.h (__inet_pton): Declare.  Use
38073         libc_hidden_proto.
38074         (inet_makeaddr): Don't use libc_hidden_proto.
38075         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
38076         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
38077         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
38078         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
38079         Remove variable.
38080         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
38081         (test-xfail-POSIX/time.h/linknamespace): Likewise.
38083 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
38085         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
38087 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
38089         * stdio-common/bug-vfprintf-nargs.c (do_test):
38090         Cast value to intptr_t to avoid format warning
38091         for usage with PRIdPTR printing macro.
38093 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
38095         * libio/tst-widetext.c (do_test):
38096         Use format type %td instead of %Zd for ptrdiff_t
38097         in order to avoid format warning.
38099 2014-12-17  Andreas Schwab  <schwab@suse.de>
38101         * nscd/mem.c (gc): Add size_t cast to match printf format.
38103 2014-12-16  Roland McGrath  <roland@hack.frob.com>
38105         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
38106         (init): Apply PTR_MANGLE to pointers before storing them.
38107         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
38108         before using them.
38110 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
38112         [BZ #17719]
38113         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
38114         define as weak alias of __memrchr.
38115         (__memrchr): Do not define as strong alias of memrchr.
38116         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
38117         Remove variable.
38118         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
38119         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
38120         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
38122         [BZ #17717]
38123         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
38124         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
38125         (if_indextoname): Rename to __if_indextoname and define as weak
38126         alias of __if_indextoname.  Use libc_hidden_weak.
38127         (if_freenameindex): Rename to __if_freenameindex and define as
38128         weak alias of __if_freenameindex.
38129         (if_nameindex): Rename to __if_nameindex and define as weak alias
38130         of __if_nameindex.
38131         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
38132         __if_nametoindex and define as weak alias of __if_nametoindex.
38133         Use libc_hidden_weak.
38134         (if_freenameindex): Rename to __if_freenameindex and define as
38135         weak alias of __if_freenameindex.
38136         (if_nameindex): Rename to __if_nameindex and define as weak alias
38137         of __if_nameindex.
38138         (if_indextoname): Rename to __if_indextoname and define as weak
38139         alias of __if_indextoname.  Use libc_hidden_weak.
38140         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
38141         __if_nametoindex and define as weak alias of __if_nametoindex.
38142         Use libc_hidden_weak.
38143         (if_freenameindex): Rename to __if_freenameindex and define as
38144         weak alias of __if_freenameindex.  Use libc_hidden_weak.
38145         (if_nameindex_netlink): Use __if_freenameindex instead of
38146         if_freenameindex.
38147         (if_nameindex): Rename to __if_nameindex and define as weak alias
38148         of __if_nameindex.  Use libc_hidden_weak.
38149         (if_indextoname): Rename to __if_indextoname and define as weak
38150         alias of __if_indextoname.  Use libc_hidden_weak.
38151         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
38152         libc_hidden_proto.
38153         [!_ISOMAC] (__if_freenameindex): Likewise.
38154         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
38155         if_nametoindex.
38156         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
38157         variable.
38158         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
38159         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
38160         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
38161         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
38162         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
38163         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
38164         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
38166         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
38167         Remove variable.
38168         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
38169         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
38171 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
38173         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
38174         subscript above bounds'
38176         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
38177         bounds.
38179 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
38181         * libio/tst-fopenloc.c: Use test-skeleton.c.
38183         * stdlib/tst-bsearch.c: Use test-skeleton.c.
38184         (entry): Rename to ITEM.
38185         (do_test, comp): Adjust.
38187         * stdio-common/tst-fseek.c: Use test-skeleton.c.
38189 2014-12-16  Torvald Riegel  <triegel@redhat.com>
38191         * string/tester.c: Include <libc-internal.h>.
38192         (test_memset): Ignore -Wmemset-transposed-args.
38194 2014-12-16  Torvald Riegel  <triegel@redhat.com>
38196         * misc/tst-mntent2.c (do_test): Fix warning.
38198 2014-12-16  Torvald Riegel  <triegel@redhat.com>
38200         * elf/tst-unique4lib.cc(a): Mark as used.
38202 2014-12-16  Florian Weimer  <fweimer@redhat.com>
38204         [BZ #17630]
38205         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
38206         names.
38208 2014-12-16  Allan McRae  <allan@archlinux.org>
38210         * stdio-common/Makefile (tests): Re-add bug26.
38212 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
38214         [BZ #17657]
38215         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
38216         static array.
38218 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
38220         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
38221         (__lll_lock_wait): Likewise.
38222         (__lll_timedlock_wait): Likewise.
38223         (__lll_timedwait_tid): Likewise.
38224         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
38225         (__lll_robust_timedlock_wait): Likewise.
38226         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
38227         (lll_cond_trylock): Likewise.
38228         (__lll_lock): Likewise.
38229         (__lll_robust_lock): Likewise.
38230         (__lll_cond_lock): Likewise.
38231         (lll_robust_cond_lock): Likewise.
38232         (__lll_timedlock): Likewise.
38233         (__lll_robust_timedlock): Likewise.
38234         (__lll_unlock): Likewise.
38235         (__lll_robust_unlock): Likewise.
38236         (lll_wait_tid): Likewise.
38237         (lll_timedwait_tid): Likewise.
38239 2014-12-15  Torvald Riegel  <triegel@redhat.com>
38241         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
38243 2014-12-15  Torvald Riegel  <triegel@redhat.com>
38245         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
38247 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
38249         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
38250         * stdio-common/tst-sprintf.c: Likewise.
38252 2014-12-15  Torvald Riegel  <triegel@redhat.com>
38254         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
38256 2014-12-15  Jeff Law  <law@redhat.com>
38258         [BZ #16617]
38259         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
38260         on the heap.  (CVE-2012-3406)
38261         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
38262         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
38263         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
38265 2014-12-15  Will Newton  <will.newton@linaro.org>
38267         * manual/install.texi: Bump required version of texinfo
38268         to 4.7 from 4.5.
38269         * INSTALL: Regenerated.
38270         * configure.ac: Check for makeinfo version 4.7 and above.
38271         * configure: Regenerated.
38273 2014-12-12  Roland McGrath  <roland@hack.frob.com>
38275         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
38276         PREFIX, string constant to insert between directory and name.
38277         * sysdeps/posix/shm_open.c: Update caller.
38278         * sysdeps/posix/shm_unlink.c: Likewise.
38279         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
38280         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
38281         (SEM_SHM_PREFIX): New macro.
38282         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
38283         [$(have-thread-library) = no].
38284         * nptl/Makefile (libpthread-routines): Add shm-directory.
38285         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
38286         * sysdeps/nptl/shm-directory.h: New file.
38287         * sysdeps/posix/shm-directory.c
38288         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
38289         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
38290         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
38291         INTERNAL_SYSCALL.
38292         (__where_is_shmfs): Function removed.
38293         (mountpoint, defaultmount, defaultdir, __namedsem_once):
38294         Variables removed.
38295         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
38296         Use SHM_GET_NAME.
38297         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
38299         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
38300         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
38301         unconditional for use inside libpthread.
38302         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
38304 2014-12-12  Roland McGrath  <roland@hack.frob.com>
38306         * nptl/pthread_getaffinity.c: New file.
38307         * nptl/pthread_setaffinity.c: New file.
38308         * nptl/pthread_getname.c: New file.
38309         * nptl/pthread_setname.c: New file.
38311         * nptl/pthread_create.c (START_THREAD_DEFN)
38312         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
38314 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
38315             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38317         * resolv/res_send.c (send_vc): Disable warning resplen may
38318         be used uninitialized.
38320 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
38322         * nptl/tst-mutex6.c
38323         (ATTR_NULL): New define checks ATTR against NULL.
38324         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
38325         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
38327 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
38329         [BZ #17581]
38330         * malloc/hooks.c
38331         (mem2mem_check): Revert my previous change.
38332         (malloc_check_get_size): Revert my previous change.
38333         (mem2chunk_check): Revert my previous change.
38335 2014-12-11  Roland McGrath  <roland@hack.frob.com>
38337         * sysdeps/posix/shm-directory.c: New file.
38338         * sysdeps/posix/shm-directory.h: New file.
38339         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
38340         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
38341         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
38342         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
38343         Transmute EPERM to EACCES.
38344         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
38345         from ...
38346         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
38347         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
38349 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38351         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
38352         pointer and cast to uintptr_t.
38353         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
38354         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
38355         Add cast to avoid warning.
38356         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
38358 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
38360         * nptl/semaphore.h: Move to ...
38361         * sysdeps/pthread/semaphore.h: ... here.
38362         * Makefile (installed-headers): Change nptl/semaphore.h to
38363         sysdeps/pthread/semaphore.h.
38365 2014-12-11  Roland McGrath  <roland@hack.frob.com>
38367         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
38368         generated error format strings.
38370         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
38371         -Wformat-extra-args warnings for scanf formats.
38372         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
38373         test of zero-length format (duh).
38374         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
38375         corner-case scanf format test.
38376         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
38377         generated fprintf format string.
38378         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
38379         corner-case sprintf format tests.
38380         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
38381         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
38382         -Wformat-extra-args warnings throughout.
38383         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
38384         (CFLAGS-scanf4.c): Likewise.
38385         (CFLAGS-scanf7.c): Likewise.
38386         (CFLAGS-tst-sprintf.c): Likewise.
38387         (CFLAGS-tst-printf.c): Likewise.
38388         (CFLAGS-tst-printfsz.c): Likewise.
38390 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
38392         * include/cpio.h: New file.
38393         * include/fmtmsg.h: Likewise.
38395         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
38396         corresponding format argument to size_t.
38397         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
38398         arguments.
38399         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
38400         corresponding format argument to size_t.
38401         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
38402         arguments.
38403         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
38404         corresponding format argument to size_t.
38405         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
38406         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
38407         (CFLAGS-tst-mbswcs2.c): Likewise.
38408         (CFLAGS-tst-mbswcs3.c): Likewise.
38409         (CFLAGS-tst-mbswcs4.c): Likewise.
38410         (CFLAGS-tst-mbswcs5.c): Likewise.
38411         (CFLAGS-tst-trans.c): Likewise.
38413 2014-12-11  Roland McGrath  <roland@hack.frob.com>
38415         * posix/regexbug1.c (main): Use "%s" format with regerror results,
38416         rather than assuming they won't contain any '%'s.
38418 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
38420         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
38421         inhibit_loop_to_libcall to avoid recursive calls.
38422         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
38423         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
38425 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
38427         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
38428         prototype.
38430 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
38432         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
38433         integer value instead of boolean.
38435 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
38437         * malloc/malloc.c: Fix powerof2 check.
38439 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
38441         * locale/programs/locfile.h (maybe_swap_uint32):
38442         Remove inline and add unused attribute.
38444 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
38446         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
38447         Truncating assembler expression to a .long expression.
38449 2014-12-11  Andreas Schwab  <schwab@suse.de>
38451         * elf/rtld.c (struct map_args): Constify str member.
38452         (do_preload): Constify fname argument.
38454 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38456         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
38457         constants definition.
38459 2014-12-11  Andreas Schwab  <schwab@suse.de>
38461         [BZ #16657]
38462         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
38463         FORCE_ELISION instead of DO_ELISION.
38464         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
38465         Remove.
38466         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
38467         Likewise.
38469         * iconvdata/gconv-modules: Remove duplicate entry.
38471 2014-12-11  Will Newton  <will.newton@linaro.org>
38473         Merge gettext 0.19.3 into intl/.
38475         This involves a number of cosmetic changes to comments
38476         and ANSI function definitions and prototypes throughout
38477         all the files. The gettext copyright header is used but
38478         with the date ranges taken from the glibc copy.
38480         * NEWS: Add gettext merge to 2.21.
38481         * intl/bindtextdom.c: Switch to gettext copyright.
38482         Use ANSI definitions and prototypes.
38483         Use gl_* locking primitives rather than __libc_* ones.
38484         Use __builtin_expect rather than __glibc_likely/unlikely.
38485         * intl/dcgettext.c: Switch to gettext copyright.
38486         Use ANSI definitions and prototypes.
38487         * intl/dcigettext.c: Switch to gettext copyright.
38488         Use ANSI definitions and prototypes.
38489         (INTDIV0_RAISES_SIGFPE): New define.
38490         Use gl_* locking primitives rather than __libc_* ones.
38491         Include eval-plural.h instead of plural-eval.c.
38492         Use __builtin_expect rather than __glibc_likely/unlikely.
38493         * intl/dcngettext.c: Switch to gettext copyright.
38494         Use ANSI definitions and prototypes.
38495         * intl/dgettext.c: Likewise.
38496         * intl/dngettext.c: Likewise.
38497         * intl/plural-eval.c: Renamed to...
38498         * intl/eval-plural.h: ...this.
38499         * intl/explodename.c: Switch to gettext copyright.
38500         Use ANSI definitions and prototypes.
38501         (_nl_explode_name): Use strchr instead of __rawmemchr.
38502         * intl/finddomain.c: Switch to gettext copyright.
38503         Use ANSI definitions and prototypes.
38504         Use gl_* locking primitives rather than __libc_* ones.
38505         (_nl_find_domain): Use malloc rather than alloca for
38506         allocation of temporary locale name.
38507         * intl/gettext.c: Switch to gettext copyright.
38508         Use ANSI definitions and prototypes.
38509         * intl/gettextP.h: Switch to gettext copyright.
38510         Use ANSI definitions and prototypes.
38511         Use gl_* locking primitives rather than __libc_* ones.
38512         * intl/gmo.h: Switch to gettext copyright.
38513         (struct sysdep_string): Move struct segment_pair outside of
38514         struct definition.
38515         * intl/hash-string.c: Use ANSI definitions and prototypes.
38516         * intl/hash-string.h: Switch to gettext copyright.
38517         Use ANSI definitions and prototypes.
38518         * intl/l10nflist.c: Switch to gettext copyright.
38519         Use ANSI definitions and prototypes.
38520         (_nl_normalize_codeset): Avoid integer overflow.
38521         * intl/loadinfo.h: Switch to gettext copyright.
38522         Use ANSI definitions and prototypes.
38523         (LIBINTL_DLL_EXPORTED): New define.
38524         (PATH_SEPARATOR): New define.
38525         * intl/loadmsgcat.c: Switch to gettext copyright.
38526         * intl/localealias.c: Switch to gettext copyright.
38527         Use ANSI definitions and prototypes.
38528         (_nl_expand_alias): Use PATH_SEPARATOR.
38529         * intl/ngettext.c: Switch to gettext copyright.
38530         Use ANSI definitions and prototypes.
38531         * intl/plural-exp.c: Likewise.
38532         * intl/plural-exp.h: Switch to gettext copyright.
38533         Use ANSI definitions and prototypes.
38534         (struct expression): Move definition of enum operator outside
38535         of struct definition.
38536         * intl/plural.c: Regenerate.
38537         * intl/plural.y: Switch to gettext copyright.
38538         Use ANSI definitions and prototypes.
38539         Port to bison 3.0.
38540         * intl/textdomain.c: Switch to gettext copyright.
38541         Use ANSI definitions and prototypes.
38542         Use gl_* locking primitives rather than __libc_* ones.
38544 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
38546         * debug/warning-nop.c: Add used atrribute.
38548 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
38550         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
38552         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
38553         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
38554         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
38556 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
38557             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38559         [BZ #17634]
38560         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
38561         Undefine after defining function.  Define as weak alias of
38562         __wcschr.  Use libc_hidden_weak.
38563         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
38564         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
38565         (libc_hidden_def): Also define __GI___wcschr alias.
38566         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
38567         __wcschr and define as weak alias of __wcschr.
38568         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
38569         __wcschr.
38570         [!WCSCHR] (DEFAULT_WCSCHR): Define.
38571         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
38572         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
38573         libc_hidden_weak.  Do not use libc_hidden_def.
38574         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
38575         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
38576         __GI___wcschr alias.
38577         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
38578         [IS_IN (libc)] (wcschr): Define as macro expanding to
38579         __redirect_wcschr.
38580         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
38581         [IS_IN (libc)] (__wcschr_power6): Likewise.
38582         [IS_IN (libc)] (__wcschr_power7): Likewise.
38583         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
38584         instead of wcschr.
38585         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
38586         __libc_wcschr.
38587         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
38588         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
38589         __wcschr and define as weak alias of __wcschr.  Use
38590         libc_hidden_builtin_def.
38591         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
38592         as weak alias of __wcschr.  Use libc_hidden_weak.
38593         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
38594         wcschr.
38595         * time/era.c (_nl_init_era_entries): Likewise.
38596         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
38597         variable.
38598         (test-xfail-XPG3/time.h/linknamespace): Likewise.
38599         (test-xfail-XPG4/time.h/linknamespace): Likewise.
38601 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
38603         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
38604         format for long int variable.
38606 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
38608         [BZ #10672]
38609         * manual/search.texi: (Array Sort Function): Remove claim how to make
38610         qsort stable.
38612 2014-12-10  Andreas Schwab  <schwab@suse.de>
38614         [BZ #12847]
38615         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
38616         user-controlled locks.
38618 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
38620         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
38621         register.
38623 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
38625         * configure.ac (--disable-werror): New configure option.
38626         (enable_werror): New AC_SUBST.
38627         * configure: Regenerated.
38628         * config.make.in (enable-werror): New variable.
38629         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
38630         -Wno-error=undef.
38631         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
38632         * manual/install.texi (Configuring and compiling): Document
38633         --disable-werror.
38634         * INSTALL: Regenerated.
38635         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
38636         (CFLAGS-tst-chk2.c): Likewise.
38637         (CFLAGS-tst-chk3.c): Likewise.
38638         (CFLAGS-tst-chk4.cc): Likewise.
38639         (CFLAGS-tst-chk5.cc): Likewise.
38640         (CFLAGS-tst-chk6.cc): Likewise.
38641         (CFLAGS-tst-lfschk1.c): Likewise.
38642         (CFLAGS-tst-lfschk2.c): Likewise.
38643         (CFLAGS-tst-lfschk3.c): Likewise.
38644         (CFLAGS-tst-lfschk4.cc): Likewise.
38645         (CFLAGS-tst-lfschk5.cc): Likewise.
38646         (CFLAGS-tst-lfschk6.cc): Likewise.
38648         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
38649         (main): Disable -Wdeprecated-declarations around calls to
38650         register_printf_function.
38652         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
38653         (do_test): Disable -Wdiv-by-zero around some calls to
38654         fwrite_unlocked and fread_unlocked.
38656         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
38657         (DIAG_POP_NEEDS_COMMENT): Likewise.
38658         (_DIAG_STR1): Likewise.
38659         (_DIAG_STR): Likewise.
38660         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
38661         * stdio-common/bug21.c: Include <libc-internal.h>.
38662         (do_test): Disable -Wformat around call to sscanf.
38663         * stdio-common/scanf14.c: Include <libc-internal.h>.
38664         (main): Disable -Wformat around some calls to scanf functions.
38666 2014-12-09  Torvald Riegel  <triegel@redhat.com>
38668         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
38670 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38672         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
38673         stack variable alignment.
38675 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
38677         [BZ #17682]
38678         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
38679         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
38680         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
38681         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
38682         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
38683         __getrlimit instead of getrlimit.
38684         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
38685         __gettimeofday instead of gettimeofday.
38686         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
38687         Likewise.
38688         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
38689         Likewise.
38690         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
38691         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
38692         Remove variable.
38693         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
38694         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
38696 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38698         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
38699         for wide-character tests.
38701 2014-12-04  Roland McGrath  <roland@hack.frob.com>
38703         * io/openat64.c: #include <libc-internal.h>
38704         (__openat64): Prototypify.  Use ignore_value on MODE.
38705         * io/openat.c: Likewise.
38706         * misc/reboot.c: #include <libc-internal.h>
38707         (reboot): Prototypify.  Use ignore_value on HOWTO.
38708         * misc/ptrace.c: #include <libc-internal.h>
38709         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
38711 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
38713         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
38714         XPG4, UNIX98 and XOPEN2K.
38715         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
38716         Remove variable.
38717         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
38719 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38721         * libio/fileops.c: Use ISO C style for function definitions.
38722         * libio/iofopen.c: Likewise.
38723         * libio/wfileops.c: Likewise.
38725         [BZ #17653]
38726         * libio/fileops.c (_IO_new_file_underflow): Unset cached
38727         offset on EOF.
38728         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
38729         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
38730         (fgets_func): Function pointer to fgets and fgetws.
38731         (do_ftell_test): Add test to verify ftell value after read
38732         EOF.
38733         (do_test): Set fgets_func.
38735         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
38736         O_TRUNC flag for w and w+ modes.
38737         (do_rewind_test): Likewise.
38738         (do_ftell_test): Likewise.
38739         (do_write_test): Likewise.
38741         [BZ #17647]
38742         * libio/fileops.c (do_ftell): Seek only when there are
38743         unflushed writes.
38744         * libio/wfileops.c (do_ftell_wide): Likewise.
38745         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
38746         test case.
38747         (do_one_test): Call it.
38749 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
38751         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
38752         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
38753         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
38754         Remove variable.
38755         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
38756         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
38757         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
38759 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
38761         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
38762         Remove variable.
38763         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
38765         [BZ #17668]
38766         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
38767         as weak alias of __getifaddrs.  Use libc_hidden_weak.
38768         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
38769         __freeifaddrs.  Use libc_hidden_weak.
38770         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
38771         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
38772         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
38773         __freeifaddrs.  Use libc_hidden_weak.
38774         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
38775         __getifaddrs and define as weak alias of __getifaddrs.  Use
38776         libc_hidden_weak.
38777         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
38778         __freeifaddrs.  Use libc_hidden_weak.
38779         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
38780         Remove variable.
38781         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
38782         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
38784 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
38786         [BZ #17601]
38787         * sysdeps/mips/start.S (__start): Use indirect jump to call
38788         __libc_start_main.
38790 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
38792         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
38794         * nptl/tst-mutex1.c: Include <stdbool.h>.
38795         [!ATTR] (ATTR_NULL): New macro.
38796         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
38797         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
38798         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
38800         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
38801         to char *.
38803         [BZ #17665]
38804         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
38805         Change conditional to [__USE_MISC].
38807         [BZ #17664]
38808         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
38809         fgets_unlocked.
38810         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
38811         __fgets_unlocked.
38812         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
38813         fgets_unlocked.
38814         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
38815         Remove variable.
38816         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
38817         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
38818         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
38819         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
38820         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
38821         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
38822         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
38823         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
38824         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
38826         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
38828 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38830         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
38831         Remove strpbrk objects.
38832         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
38833         (__libc_ifunc_impl_list): Remove strpbrk implementation.
38834         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
38835         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
38836         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
38837         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
38839         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
38840         Remove strcspn objects.
38841         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
38842         (__libc_ifunc_impl_list): Remove strcspn implementation.
38843         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
38844         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
38845         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
38846         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
38848         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
38849         Remove strspn objetcs.
38850         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
38851         (__libc_ifunc_impl_list): Remove strspn implementation.
38852         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
38853         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
38854         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
38855         * sysdeps/powerpc/powerpc64/strspn.S: New file.
38857 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
38859         [BZ #17581]
38860         * malloc/hooks.c
38861         (mem2mem_check): Add a terminator to the chain of checking blocks.
38862         (malloc_check_get_size): Use it here.
38863         (mem2chunk_check): Ditto.
38865 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
38867         * sysdeps/powerpc/powerpc64/strtok.S: New file.
38868         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
38870 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
38872         * bits/ioctl-types.h: Indent preprocessor directives correctly.
38874         * nptl/nptl-init.c: Include libc-internal.h.
38875         (__pthread_initialize_minimal_internal): Use ROUND_UP.
38877         * elf/ldconfig.c (search_dir): Expand comment.
38879 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
38881         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
38882         variable.
38883         (linknamespace-symlist-stdlibs-tests): Likewise.
38884         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
38885         instead of $(objpfx)symlist-stdlibs.
38886         (linknamespace-libs-isoc): New variable.
38887         (linknamespace-libs): Use $(linknamespace-libs-isoc).
38888         (linknamespace-libs-ISO): New variable.
38889         (linknamespace-libs-ISO99): Likewise.
38890         (linknamespace-libs-ISO11): Likewise.
38891         (linknamespace-libs-XPG3): Likewise.
38892         (linknamespace-libs-XPG4): Likewise.
38893         (linknamespace-libs-POSIX): Likewise.
38894         (linknamespace-libs-UNIX98): Likewise.
38895         (linknamespace-libs-XOPEN2K): Likewise.
38896         (linknamespace-libs-POSIX2008): Likewise.
38897         (linknamespace-libs-XOPEN2K8): Likewise.
38898         ($(objpfx)symlist-stdlibs): Replace by
38899         $(linknamespace-symlist-stdlibs-tests).  Use
38900         $(linknamespace-libs-$*) as set of libraries.
38901         ($(linknamespace-header-tests)): Update dependencies.  Use
38902         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
38903         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
38904         * conform/linknamespace.pl: Remove comment about considering
38905         definitions of symbols from irrelevant libraries.
38907 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
38909         [BZ #13862]
38910         * elf/dl-tls.c: Include <atomic.h>.
38911         (oom): Remove #ifdef SHARED/#endif.
38912         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
38913         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
38914         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
38915         big enough.
38916         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
38917         * nptl/Makefile (tests): Add tst-stack4.
38918         (modules-names): Add tst-stack4mod.
38919         ($(objpfx)tst-stack4): New.
38920         (tst-stack4mod.sos): Likewise.
38921         ($(objpfx)tst-stack4.out): Likewise.
38922         ($(tst-stack4mod.sos)): Likewise.
38923         (clean): Likewise.
38924         * nptl/tst-stack4.c: New file.
38925         * nptl/tst-stack4mod.c: Likewise.
38927 2014-11-27  J. Brown  <jb999@gmx.de>
38929         * sysdeps/x86/bits/string.h: Add recent CPUs.
38931 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
38933         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
38934         sigblock.
38936         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
38937         feof.
38939         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
38940         variable.
38942 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
38944         * nscd/connections.c: Include libc-internal.h because of macro
38945         usage ignore_value.
38947 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
38949         * string/bits/string3.h (__warn_memset_zero_len): Don't
38950         declare for gcc newer than 5.0.
38951         (memset): Don't test for zero-length __LEN for gcc newer than
38952         5.0.
38954 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
38956         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
38957         size_t for %zu format.
38959         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
38960         difference, not %ju.
38962 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
38964         * include/libc-internal.h (ignore_value): New macro.
38965         * nscd/connections.c (restart): Wrap calls to setuid and setgid
38966         with ignore_value.
38968         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
38969         definition.
38971         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
38972         pthread_cleanup_push to void *.
38974         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
38975         Undefine.
38977         [BZ #16619]
38978         [BZ #16740]
38979         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
38980         instead of 1L << 52.
38982         * libio/bug-rewind.c (do_test): Check fwscanf return values.
38983         * libio/bug-rewind2.c (do_test): Likewise.
38985         * debug/test-stpcpy_chk-ifunc.c: Remove file.
38986         * debug/test-strcpy_chk-ifunc.c: Likewise.
38987         * wcsmbs/test-wcschr-ifunc.c: Likewise.
38988         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
38989         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
38990         * wcsmbs/test-wcslen-ifunc.c: Likewise.
38991         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
38992         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
38993         * Rules [$(multi-arch) = no] (tests): Do not filter out
38994         $(tests-ifunc).
38995         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
38996         * debug/Makefile (tests-ifunc): Remove variable.
38997         (tests): Do not add $(tests-ifunc).
38998         * wcsmbs/Makefile (tests-ifunc): Remove variable.
38999         (tests): Do not add $(tests-ifunc).
39000         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
39001         [TEST_IFUNC]: Remove conditionals.
39002         * string/test-string.h (TEST_IFUNC): Remove macro.
39003         [TEST_IFUNC]: Remove conditionals.
39005         * string/test-strchr.c [!WIDE] (L): New macro.
39006         [WIDE] (L): Likewise.
39007         (check1): Use CHAR instead of char.  Use L on string and character
39008         constants.
39010 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
39012         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
39013         tests.
39014         * sysdeps/powerpc/bits/atomic.h
39015         (__arch_atomic_exchange_and_add_32_acq): Add definition.
39016         (__arch_atomic_exchange_and_add_32_rel): Likewise.
39017         (atomic_exchange_and_add_acq): Likewise.
39018         (atomic_exchange_and_add_rel): Likewise.
39019         * sysdeps/powerpc/powerpc32/bits/atomic.h
39020         (__arch_atomic_exchange_and_add_64_acq): Add definition.
39021         (__arch_atomic_exchange_and_add_64_rel): Likewise.
39022         * sysdeps/powerpc/powerpc64/bits/atomic.h
39023         (__arch_atomic_exchange_and_add_64_acq): Add definition.
39024         (__arch_atomic_exchange_and_add_64_rel): Likewise.
39026 2014-11-26  Torvald Riegel  <triegel@redhat.com>
39028         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
39029         Change synchronization of __sched_fifo_min_prio and
39030         __sched_fifo_max_prio.
39031         * nptl/pthread_mutexattr_getprioceiling.c
39032         (pthread_mutexattr_getprioceiling): Likewise.
39033         * nptl/pthread_mutexattr_setprioceiling.c
39034         (pthread_mutexattr_setprioceiling): Likewise.
39035         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
39036         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
39037         Likewise.
39039 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
39041         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
39042         void.
39044 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
39046         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
39047         third argument const.
39049 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
39051         fnmatch: work around GCC compiler warning bug with uninit var
39052         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
39053         This works around a bug with x86-64 GCC 4.9.2 and earlier
39054         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
39055         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
39056         used uninitialized in this function [-Wmaybe-uninitialized]".
39058 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
39060         * posix/bug-regex31.c (main): Return RES not 0.
39062 2014-11-25  Anton Blanchard <anton@samba.org>
39064         * sysdeps/powerpc/bits/atomic.h
39065         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
39067 2014-11-24  Sterling Augustine  <saugustine@google.com>
39069         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
39071 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
39073         [BZ #17608]
39074         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
39076 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
39078         [BZ #17633]
39079         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
39080         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
39081         variable.
39082         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
39083         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
39085 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
39087         * string/strncpy.c (strncpy): Improve performance by using memset.
39089 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
39091         * string/strcpy.c (strcpy):
39092         Improve performance by using strlen and memcpy.
39094 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
39096         * string/strcoll_l.c (get_next_seq): __always_inline.
39097         * string/strcoll_l.c (do_compare): __always_inline.
39099 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
39101         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
39102         defined.
39103         * include/mqueue.h: Likewise.
39104         * include/stdlib.h: Likewise.
39106         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
39107         (get_null_defines): Adjust.
39108         * sunrpc/Makefile: Adjust comment.
39109         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
39110         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
39111         (CFLAGS-interp.c): Likewise.
39112         (CFLAGS-ldconfig.c): Likewise.
39113         (CPPFLAGS-.os): Likewise.
39114         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
39115         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
39116         * extra-modules.mk (extra-modules.mk): Likewise.
39117         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
39118         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
39119         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
39120         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
39121         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
39122         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
39123         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
39124         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
39125         * iconvdata/Makefile (CPPFLAGS): Likewise.
39126         (cpp-srcs-left): Add libof for all iconvdata routines.
39127         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
39128         * include/assert.h: Likewise.
39129         * include/ctype.h: Likewise.
39130         * include/errno.h: Likewise.
39131         * include/libc-symbols.h: Likewise.
39132         * include/math.h: Likewise.
39133         * include/netdb.h: Likewise.
39134         * include/resolv.h: Likewise.
39135         * include/stdio.h: Likewise.
39136         * include/stdlib.h: Likewise.
39137         * include/string.h: Likewise.
39138         * include/sys/stat.h: Likewise.
39139         * include/wctype.h: Likewise.
39140         * intl/l10nflist.c: Likewise.
39141         * libidn/idn-stub.c: Likewise.
39142         * libio/libioP.h: Likewise.
39143         * nptl/libc_multiple_threads.c: Likewise.
39144         * nptl/pthreadP.h: Likewise.
39145         * posix/regex_internal.h: Likewise.
39146         * resolv/res_hconf.c: Likewise.
39147         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
39148         * sysdeps/arm/memmove.S: Likewise.
39149         * sysdeps/arm/sysdep.h: Likewise.
39150         * sysdeps/generic/_itoa.h: Likewise.
39151         * sysdeps/generic/symbol-hacks.h: Likewise.
39152         * sysdeps/gnu/errlist.awk: Likewise.
39153         * sysdeps/gnu/errlist.c: Likewise.
39154         * sysdeps/i386/i586/memcpy.S: Likewise.
39155         * sysdeps/i386/i586/memset.S: Likewise.
39156         * sysdeps/i386/i686/memcpy.S: Likewise.
39157         * sysdeps/i386/i686/memmove.S: Likewise.
39158         * sysdeps/i386/i686/mempcpy.S: Likewise.
39159         * sysdeps/i386/i686/memset.S: Likewise.
39160         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
39161         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
39162         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
39163         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
39164         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
39165         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
39166         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
39167         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
39168         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
39169         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
39170         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
39171         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
39172         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
39173         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
39174         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
39175         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
39176         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
39177         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
39178         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
39179         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
39180         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
39181         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
39182         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
39183         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
39184         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
39185         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
39186         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
39187         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
39188         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
39189         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
39190         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
39191         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
39192         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
39193         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
39194         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
39195         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
39196         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
39197         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
39198         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
39199         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
39200         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
39201         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
39202         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
39203         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
39204         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
39205         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
39206         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
39207         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
39208         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
39209         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
39210         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
39211         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
39212         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
39213         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
39214         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
39215         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
39216         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
39217         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
39218         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
39219         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
39220         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
39221         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
39222         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
39223         * sysdeps/nptl/bits/libc-lock.h: Likewise.
39224         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
39225         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
39226         * sysdeps/posix/closedir.c: Likewise.
39227         * sysdeps/posix/opendir.c: Likewise.
39228         * sysdeps/posix/readdir.c: Likewise.
39229         * sysdeps/posix/rewinddir.c: Likewise.
39230         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
39231         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
39232         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
39233         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
39234         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
39235         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
39236         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
39237         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
39238         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
39239         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
39240         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
39241         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
39242         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
39243         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
39244         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
39245         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
39246         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
39247         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
39248         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
39249         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
39250         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
39251         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
39252         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
39253         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
39254         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
39255         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
39256         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
39257         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
39258         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
39259         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
39260         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
39261         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
39262         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
39263         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
39264         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
39265         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
39266         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
39267         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
39268         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
39269         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
39270         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
39271         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
39272         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
39273         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
39274         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
39275         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
39276         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
39277         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
39278         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
39279         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
39280         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
39281         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
39282         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
39283         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
39284         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
39285         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
39286         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
39287         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
39288         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
39289         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
39290         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
39291         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
39292         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
39293         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
39294         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
39295         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
39296         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
39297         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
39298         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
39299         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
39300         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
39301         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
39302         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
39303         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
39304         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
39305         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
39306         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
39307         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
39308         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
39309         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
39310         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
39311         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
39312         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
39313         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
39314         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
39315         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
39316         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
39317         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39318         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39319         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39320         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
39321         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
39322         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
39323         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39324         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39325         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
39326         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39327         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39328         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
39329         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
39330         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
39331         * sysdeps/unix/alpha/sysdep.S: Likewise.
39332         * sysdeps/unix/alpha/sysdep.h: Likewise.
39333         * sysdeps/unix/make-syscalls.sh: Likewise.
39334         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
39335         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
39336         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
39337         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
39338         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
39339         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
39340         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
39341         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
39342         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
39343         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
39344         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
39345         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
39346         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
39347         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
39348         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
39349         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
39350         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
39351         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
39352         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
39353         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
39354         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
39355         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
39356         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
39357         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
39358         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
39359         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
39360         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
39361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
39362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
39363         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
39364         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
39365         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
39366         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
39367         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
39368         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
39369         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
39370         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
39371         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
39372         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
39373         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
39374         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
39375         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
39376         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
39377         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
39378         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
39379         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
39380         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
39381         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
39382         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
39383         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39384         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
39385         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
39386         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
39387         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
39388         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
39389         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
39390         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
39391         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
39392         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
39393         * sysdeps/x86_64/memcpy.S: Likewise.
39394         * sysdeps/x86_64/memmove.c: Likewise.
39395         * sysdeps/x86_64/memset.S: Likewise.
39396         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
39397         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
39398         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
39399         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
39400         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
39401         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
39402         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
39403         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
39404         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
39405         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
39406         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
39407         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
39408         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
39409         * sysdeps/x86_64/multiarch/memset.S: Likewise.
39410         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
39411         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
39412         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
39413         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
39414         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
39415         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
39416         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
39417         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
39418         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
39419         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
39420         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
39421         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
39422         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
39423         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
39424         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
39425         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
39426         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
39427         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
39428         * sysdeps/x86_64/strcmp.S: Likewise.
39430         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
39432         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
39433         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
39434         * elf/rtld-Rules: Likewise.
39435         * elf/setup-vdso.h: Likewise.
39436         * include/assert.h: Likewise.
39437         * include/bits/stdlib-float.h: Likewise.
39438         * include/errno.h: Likewise.
39439         * include/sys/stat.h: Likewise.
39440         * include/unistd.h: Likewise.
39441         * sysdeps/aarch64/setjmp.S: Likewise.
39442         * sysdeps/alpha/setjmp.S: Likewise.
39443         * sysdeps/arm/__longjmp.S: Likewise.
39444         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
39445         * sysdeps/arm/setjmp.S: Likewise.
39446         * sysdeps/arm/sysdep.h: Likewise.
39447         * sysdeps/generic/_itoa.h: Likewise.
39448         * sysdeps/generic/dl-sysdep.h: Likewise.
39449         * sysdeps/generic/ldsodefs.h: Likewise.
39450         * sysdeps/i386/dl-tls.h: Likewise.
39451         * sysdeps/i386/setjmp.S: Likewise.
39452         * sysdeps/m68k/setjmp.c: Likewise.
39453         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
39454         * sysdeps/mach/hurd/opendir.c: Likewise.
39455         * sysdeps/posix/getcwd.c: Likewise.
39456         * sysdeps/posix/opendir.c: Likewise.
39457         * sysdeps/posix/profil.c: Likewise.
39458         * sysdeps/powerpc/dl-procinfo.h: Likewise.
39459         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
39460         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
39461         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
39462         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
39463         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
39464         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
39465         * sysdeps/s390/dl-tls.h: Likewise.
39466         * sysdeps/s390/s390-32/setjmp.S: Likewise.
39467         * sysdeps/s390/s390-64/setjmp.S: Likewise.
39468         * sysdeps/sh/sh3/setjmp.S: Likewise.
39469         * sysdeps/sh/sh4/setjmp.S: Likewise.
39470         * sysdeps/unix/alpha/sysdep.h: Likewise.
39471         * sysdeps/unix/arm/sysdep.S: Likewise.
39472         * sysdeps/unix/i386/sysdep.S: Likewise.
39473         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
39474         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
39475         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
39476         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
39477         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
39478         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
39479         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
39480         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
39481         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
39482         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
39483         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
39484         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
39485         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
39486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
39487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
39488         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
39489         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
39490         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
39491         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
39492         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
39493         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
39494         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
39495         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39496         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
39497         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
39498         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
39499         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
39500         * sysdeps/unix/x86_64/sysdep.S: Likewise.
39501         * sysdeps/x86_64/setjmp.S: Likewise.
39503         * include/math.h: Use IS_IN instead of IS_IN_libm.
39504         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
39505         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
39506         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
39507         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
39508         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
39509         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
39510         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
39511         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
39512         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
39513         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
39514         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
39515         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
39516         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
39517         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
39518         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
39519         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
39520         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
39521         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
39522         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
39523         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
39524         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
39525         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
39526         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
39527         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
39528         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
39529         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
39530         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
39531         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
39532         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
39533         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
39534         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
39535         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
39536         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
39537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
39538         Likewise.
39539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
39540         Likewise.
39541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
39542         Likewise.
39543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
39544         Likewise.
39545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
39546         Likewise.
39547         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
39548         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
39549         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
39550         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
39551         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
39552         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
39553         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
39554         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
39555         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
39556         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
39557         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
39558         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
39559         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
39560         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
39561         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
39562         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39563         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
39564         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
39565         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39566         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
39567         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
39568         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
39569         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
39570         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
39571         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
39572         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
39573         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
39575         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
39576         * nptl/pthreadP.h: Likewise.
39577         * nptl_db/structs.def: Likewise.
39578         * sysdeps/arm/sysdep.h: Likewise.
39579         * sysdeps/nptl/bits/libc-lock.h: Likewise.
39580         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
39581         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
39582         * sysdeps/unix/alpha/sysdep.h: Likewise.
39583         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
39584         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
39585         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
39586         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
39587         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
39588         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
39589         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
39590         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
39591         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
39592         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
39593         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
39594         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
39595         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
39596         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
39597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
39598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
39599         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
39600         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
39601         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
39602         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
39603         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
39604         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
39605         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
39606         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
39607         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
39608         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
39610         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
39611         * nptl/pthreadP.h: Likewise.
39612         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
39613         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
39614         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
39615         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
39616         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
39617         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
39618         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
39619         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
39620         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
39621         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
39622         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
39623         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
39624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
39625         Likewise.
39626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
39627         Likewise.
39628         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
39629         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
39630         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
39631         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
39632         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
39633         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
39634         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
39635         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
39637         * dlfcn/dladdr.c: Use IS_IN.
39638         * dlfcn/dladdr1.c: Likewise.
39639         * dlfcn/dlclose.c: Likewise.
39640         * dlfcn/dlerror.c: Likewise.
39641         * dlfcn/dlinfo.c: Likewise.
39642         * dlfcn/dlmopen.c: Likewise.
39643         * dlfcn/dlopen.c: Likewise.
39644         * dlfcn/dlsym.c: Likewise.
39645         * dlfcn/dlvsym.c: Likewise.
39647         * include/ifaddrs.h: Use IS_IN.
39648         * inet/check_pf.c: Likewise.
39649         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
39650         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
39652         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
39653         IS_IN_ldconfig.
39654         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
39655         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
39657         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
39658         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
39659         IS_IN (libc).
39661         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
39663         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
39664         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
39665         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
39666         * include/libc-symbols.h (IS_IN_LIB): New macro.
39667         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
39668         * include/netdb.h: Likewise.
39669         * include/stap-probe.h: Remove all uses of IN_LIB.
39671         * Makeconfig (module-cppflags-real): Define MODULE_NAME
39672         instead of IN_MODULE.
39673         * include/libc-symbols.h (IN_MODULE): Define using
39674         MODULE_NAME.
39675         (PASTE_NAME, PASTE_NAME1): New macros.
39676         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
39677         of IN_LIB.
39678         (STAP_PROBE_ASM): Likewise.
39680 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39682         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
39683         __mach_init in dlopened libc.
39685 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
39687         * sysdeps/arm/preconfigure.ac: Delete EABI check.
39688         * sysdeps/arm/preconfigure: Regenerate.
39690 2014-11-21  Roland McGrath  <roland@hack.frob.com>
39692         * nptl/pthread_create.c (__pthread_create_2_1): Set
39693         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
39694         when copying values from IATTR into PD.
39696 2014-11-21  Will Newton  <will.newton@linaro.org>
39697             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
39699         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
39700         Refactor inline-asm.  Also add comment.
39702         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
39703         ElfW macro instead of hardcoded Elf64 types.
39704         (la_aarch64_gnu_pltenter): Likewise.
39705         * sysdeps/aarch64/dl-machine.h
39706         (elf_machine_runtime_setup): Use ElfW(Addr).
39708         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
39709         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
39710         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
39711         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
39712         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
39713         (R_AARCH64_TLS_DTPMOD64): Rename to ..
39714         (R_AARCH64_TLS_DTPMOD): This.
39715         (R_AARCH64_TLS_DTPREL64): Rename to ...
39716         (R_AARCH64_TLS_DTPREL): This.
39717         (R_AARCH64_TLS_TPREL64): Rename to ...
39718         (R_AARCH64_TLS_TPREL): This.
39719         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
39720         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
39721         R_AARCH64_TLS_TPREL64.
39722         (elf_machine_rela): Likewise.
39724 2014-11-21  Torvald Riegel  <triegel@redhat.com>
39726         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
39727         by setting it to 0.  64b atomics are not supported currently.
39729 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
39731         [BZ #16469]
39732         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
39733         search domain names.
39735 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
39737         [BZ #16469]
39738         * NEWS: Update.
39739         * resolv/res_query.c (__libc_res_nquerydomain): Retain
39740         trailing dot.
39741         * posix/tst-getaddrinfo5.c: New.
39742         * posix/Makefile (tests): Add it.
39744 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
39746         [BZ #14498]
39747         * NEWS: Fixed.
39748         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
39749         after parsing line but before break_if_match.
39750         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
39751         if there is a protocol mismatch.
39753 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
39755         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
39756         because the potential race is on the user-supplied stream.
39758 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
39760         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
39761         string literal if not passed a buffer.
39762         * manual/job.texi (ctermid): Update reasoning, note deviation
39763         from posix, suggest mtasurace when not passed a buffer, for
39764         future non-preliminary safety notes.
39766 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
39768         * manual/users.texi (cuserid): Fix MT-Safety note for the case
39769         of not passing it a buffer.
39770         Reported by Peng Haitao.
39772 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
39774         * manual/Makefile ($(objpfx)stamp-summary): Require
39775         check-safety.sh to pass.
39776         * manual/check-safety.sh: Wish for verification that every
39777         @deftypefn and @deftypefun is followed by a @safety remark.
39779 2014-11-20  Roland McGrath  <roland@hack.frob.com>
39781         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
39783         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
39784         PTHREAD_CANCEL_ASYNCHRONOUS.
39785         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
39786         send SIGCANCEL.
39788         * nptl/default-sched.h: New file.
39789         * sysdeps/unix/sysv/linux/default-sched.h: New file.
39790         * nptl/pthread_create.c: Include it.
39791         (__pthread_create_2_1): Use collect_default_sched instead of making
39792         Linux syscalls here directly.
39794 2014-11-20  Torvald Riegel  <triegel@redhat.com>
39796         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
39797         __pthread_once): Use C11 atomics.
39799 2014-11-20  Torvald Riegel  <triegel@redhat.com>
39801         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
39803 2014-11-20  Torvald Riegel  <triegel@redhat.com>
39805         * include/atomic.h (__atomic_link_error, __atomic_check_size,
39806         atomic_thread_fence_acquire, atomic_thread_fence_release,
39807         atomic_thread_fence_seq_cst, atomic_load_relaxed,
39808         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
39809         atomic_compare_exchange_weak_relaxed,
39810         atomic_compare_exchange_weak_acquire,
39811         atomic_compare_exchange_weak_release,
39812         atomic_exchange_acquire, atomic_exchange_release,
39813         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
39814         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
39815         atomic_fetch_and_acquire,
39816         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
39818 2014-11-20  Torvald Riegel  <triegel@redhat.com>
39820         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
39821         USE_ATOMIC_COMPILER_BUILTINS): Define.
39822         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
39823         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39824         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
39825         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39826         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
39827         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39828         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
39829         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39830         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
39831         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39832         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
39833         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39834         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
39835         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39836         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
39837         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39838         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
39839         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39840         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
39841         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39842         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
39843         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39844         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
39845         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39846         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
39847         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39848         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
39849         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39850         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
39851         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39852         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
39853         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39854         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
39855         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39856         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
39857         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39858         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
39859         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39860         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
39861         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
39863 2014-11-19  Roland McGrath  <roland@hack.frob.com>
39865         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
39866         the sched_priority value here.  It was already checked when the user
39867         called pthread_attr_setschedparam.
39869         * nptl/tst-bad-schedattr.c: New file.
39870         * nptl/Makefile (tests): Add it.
39872 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
39873             Florian Weimer  <fweimer@redhat.com>
39874             Joseph Myers  <joseph@codesourcery.com>
39875             Adam Conrad  <adconrad@0c3.net>
39876             Andreas Schwab  <schwab@suse.de>
39877             Brooks  <bmoses@google.com>
39879         [BZ #17625]
39880         * wordexp-test.c (__dso_handle): Add prototype.
39881         (__register_atfork): Likewise.
39882         (__app_register_atfork): New function.
39883         (registered_forks): New global.
39884         (register_fork): New function.
39885         (test_case): Add 3 new tests for WRDE_CMDSUB.
39886         (main): Call __app_register_atfork.
39887         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
39888         fork count is non-zero fail the test.
39889         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
39890         is set.
39891         (parse_dollars): Remove check for WRDE_NOCMD.
39892         (parse_dquote): Likewise.
39894 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
39896         * Makeconfig (built-modules): List non-library modules to be
39897         built.
39898         (module-cppflags): Include libc-modules.h for
39899         everything except shlib-versions.v.i.
39900         (CPPFLAGS): Use it.
39901         (before-compile): Add libc-modules.h.
39902         ($(common-objpfx)libc-modules.h,
39903         $(common-objpfx)libc-modules.stmp): New targets.
39904         (common-generated): Add libc-modules.h and libc-modules.stmp.
39905         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
39906         * include/libc-symbols.h: Don't include libc-modules.h.
39907         * include/libc-modules.h: Remove file.
39908         * scripts/gen-libc-modules.awk: New script to generate
39909         libc-modules.h.
39910         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
39911         Depend on libc-modules.stmp.
39913         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
39915         * Makeconfig (in-module): Get value of libof set for the
39916         translation unit.
39917         (CPPFLAGS): Use $(in-module).
39918         * Makerules: Don't suffix routine names for nonlib.
39919         * include/libc-modules.h: New file.
39920         * include/libc-symbols.h: Include libc-modules.h
39921         (IS_IN): New macro to replace IS_IN_* macros.
39922         * elf/Makefile: Set libof-* for each routine.
39923         * elf/rtld-Rules: Likewise.
39924         * extra-modules.mk: Likewise.
39925         * iconv/Makefile: Likewise.
39926         * iconvdata/Makefile: Likewise.
39927         * locale/Makefile: Likewise.
39928         * malloc/Makefile: Likewise.
39929         * nss/Makefile: Likewise.
39930         * sysdeps/gnu/Makefile: Likewise.
39931         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
39932         * sysdeps/unix/sysv/linux/Makefile: Likewise.
39933         * sysdeps/s390/s390-64/Makefile: Likewise.
39934         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
39935         CPPFLAGS for nscd instead of nonlib.
39937 2014-11-18  Roland McGrath  <roland@hack.frob.com>
39939         * nptl/createthread.c: New file.
39941         * nptl/createthread.c: Moved ...
39942         * sysdeps/unix/sysv/linux/createthread.c: ... here.
39944         * nptl/createthread.c: Add proper top-line comment.
39945         (do_clone): Folded into ...
39946         (create_thread): ... here.  Take new arguments STOPPED_START and
39947         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
39948         increment __nptl_threads, do event-reporting logic, do
39949         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
39950         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
39951         resource cleanup if sched_setaffinity or sched_setscheduler fails,
39952         just send SIGCANCEL.
39953         * nptl/pthread_create.c: Forward-declare create_thread before
39954         including createthread.c.
39955         (start_thread): Use new macro START_THREAD_DEFN to replace defining
39956         declaration, and new macro START_THREAD_SELF to replace argument.
39957         Remove return statement.
39958         (report_thread_creation): New function.
39959         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
39960         synchronization logic, and __nptl_nthreads increment here, around
39961         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
39962         PD->parent_cancelhandling here, before create_thread.  When
39963         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
39964         __deallocate_stack, and ENOMEM translation here.
39966 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
39968         [BZ #17616]
39969         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
39970         (mptwo): Rename to __mptwo.
39971         (__inv): Use __mptwo instead of mptwo.
39972         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
39973         (mptwo): Rename to __mptwo.
39974         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
39975         of mpone and __mptwo instead of mptwo.
39976         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
39977         instead of mpone.
39978         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
39979         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
39980         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
39981         of mpone and __mptwo instead of mptwo.
39982         (__mpranred): Use __mpone instead of mpone.
39983         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
39984         variable.
39985         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
39986         (test-xfail-ISO99/math.h/linknamespace): Likewise.
39987         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
39988         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
39989         (test-xfail-ISO11/math.h/linknamespace): Likewise.
39990         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
39991         (test-xfail-XPG3/math.h/linknamespace): Likewise.
39992         (test-xfail-XPG4/math.h/linknamespace): Likewise.
39993         (test-xfail-POSIX/math.h/linknamespace): Likewise.
39994         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
39995         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
39996         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
39997         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
39998         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
39999         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
40000         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
40001         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
40002         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
40003         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
40005 2014-11-18  Tom de Vries  <tom@codesoucery.com>
40007         * manual/signal.texi (Primitives Interrupted by Signals): In section,
40008         replace BSD Handler xref with BSD Signal Handling.
40010 2014-11-17  Richard Henderson  <rth@redhat.com>
40012         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
40013         (_FP_PACK_RAW_2): Remove.
40014         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
40015         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
40016         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
40017         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
40018         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
40019         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
40020         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
40021         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
40022         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
40023         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
40024         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
40025         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
40026         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
40027         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
40028         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
40029         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
40031 2014-11-14  Roland McGrath  <roland@hack.frob.com>
40033         * signal/signal.h [__USE_MISC]
40034         (struct sigvec): Remove type.
40035         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
40036         (sigvec): Remove declaration.
40037         * sysdeps/posix/sigvec.c: Moved ...
40038         * signal/sigvec.c: ... here, replacing old file.
40039         (struct sigvec): New type, copied from old signal.h definition.
40040         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
40041         (__sigvec): Convert definition to prototype.
40042         (sigvec): Replace weak_alias with compat_symbol.
40043         * signal/Versions (libc: GLIBC_2.21): New version set.
40044         * include/signal.h: Remove __sigvec declaration.
40045         * sysdeps/unix/bsd/sigvec.c: Remove file.
40046         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
40047         * manual/signal.texi (BSD Handler): Remove subsection.
40048         Move siginterrupt up to ...
40049         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
40050         (Blocking in BSD): Fold subsection into its parent.
40051         * NEWS: Mention sigvec removal.
40053 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
40055         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
40056         (DLA_FMS): Make definition conditional only on [__FMA4__].
40057         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
40058         definition.
40060         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
40061         Make definition conditional only on [PROF].
40062         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
40063         definition.
40064         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
40065         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
40067         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
40068         !__GNUC__].
40069         * include/signal.h (__sigpause): Move declaration above call to
40070         libc_hidden_proto.
40071         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
40072         variable.
40073         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
40074         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
40076 2014-11-14  David S. Miller  <davem@davemloft.net>
40078         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
40079         Define before including <string/memcpy.c> and <string/mempcpy.c>.
40081 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
40083         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
40084         * configure: Regenerated.
40085         * manual/install.texi (Tools for Compilation): Document a
40086         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
40087         compiler verified to work.
40088         * INSTALL: Regenerated.
40090         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
40091         redeclare with asm name.
40092         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
40093         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
40094         including <string.h>.
40095         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
40096         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
40097         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
40098         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
40099         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
40100         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
40101         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
40103 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
40105         * stdlib/strtol.c (__strtol): Use prototype definition.
40107         [BZ #17594]
40108         * stdlib/strtol.c (SYM__): New macro.
40109         (SYM__1): Likewise.
40110         (__strtol): Likewise.
40111         (strtol): Rename to __strtol and define as weak alias of
40112         __strtol.  Use libc_hidden_weak.
40114 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
40116         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
40117         Use numbered labels in inline assembly.
40119 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
40121         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
40122         Add setjmp LIBC_PROBE.
40123         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
40124         Likewise.
40125         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
40126         Add longjmp, longjmp_target LIBC_PROBE.
40127         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
40128         Likewise.
40130 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
40132         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
40133         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
40134         to get rid of unused variable warning.
40136 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
40138         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
40139         Check for unwind_backtrace ==  NULL only in SHARED case.
40140         (__backchain_backtrace): Compile only in SHARED case.
40141         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
40142         Likewise.
40143         (__backchain_backtrace): Declare as static.
40145 2014-11-12  Roland McGrath  <roland@hack.frob.com>
40147         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
40148         (__libc_multiple_threads_ptr): Variable moved ...
40149         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
40151 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
40153         * conform/GlibcConform.pm: New file.
40154         * conform/conformtest.pl: Use GlibcConform module.
40155         * conform/linknamespace.pl: New file.
40156         * conform/list-header-symbols.pl: Likewise.
40157         * conform/Makefile (linknamespace-symlists-base): New variable.
40158         (linknamespace-symlists-tests): Likewise.
40159         (linknamespace-header-base): Likewise.
40160         (linknamespace-header-tests): Likewise.
40161         (tests-special): Add new tests.
40162         ($(linknamespace-symlists-tests)): New rule.
40163         (linknamespace-libs): New variable.
40164         ($(objpfx)symlist-stdlibs): New rule.
40165         ($(linknamespace-header-tests)): Likewise.
40166         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
40167         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
40168         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
40169         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
40170         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
40171         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
40172         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
40173         (test-xfail-ISO/math.h/linknamespace): Likewise.
40174         (test-xfail-ISO/signal.h/linknamespace): Likewise.
40175         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
40176         (test-xfail-ISO/time.h/linknamespace): Likewise.
40177         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
40178         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
40179         (test-xfail-ISO99/math.h/linknamespace): Likewise.
40180         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
40181         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
40182         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
40183         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
40184         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
40185         (test-xfail-ISO11/math.h/linknamespace): Likewise.
40186         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
40187         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
40188         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
40189         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
40190         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
40191         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
40192         (test-xfail-XPG3/math.h/linknamespace): Likewise.
40193         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
40194         (test-xfail-XPG3/search.h/linknamespace): Likewise.
40195         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
40196         (test-xfail-XPG3/time.h/linknamespace): Likewise.
40197         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
40198         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
40199         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
40200         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
40201         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
40202         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
40203         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
40204         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
40205         (test-xfail-XPG4/math.h/linknamespace): Likewise.
40206         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
40207         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
40208         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
40209         (test-xfail-XPG4/search.h/linknamespace): Likewise.
40210         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
40211         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
40212         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
40213         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
40214         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
40215         (test-xfail-XPG4/time.h/linknamespace): Likewise.
40216         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
40217         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
40218         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
40219         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
40220         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
40221         (test-xfail-POSIX/math.h/linknamespace): Likewise.
40222         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
40223         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
40224         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
40225         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
40226         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
40227         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
40228         (test-xfail-POSIX/time.h/linknamespace): Likewise.
40229         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
40230         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
40231         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
40232         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
40233         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
40234         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
40235         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
40236         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
40237         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
40238         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
40239         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
40240         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
40241         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
40242         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
40243         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
40244         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
40245         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
40246         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
40247         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
40248         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
40249         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
40250         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
40251         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
40252         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
40253         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
40254         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
40255         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
40256         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
40257         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
40258         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
40259         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
40260         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
40261         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
40262         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
40263         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
40264         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
40265         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
40266         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
40267         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
40268         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
40269         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
40270         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
40271         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
40272         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
40273         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
40274         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
40275         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
40276         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
40277         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
40278         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
40279         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
40280         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
40281         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
40282         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
40283         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
40284         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
40285         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
40286         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
40287         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
40288         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
40289         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
40290         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
40291         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
40292         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
40293         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
40294         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
40295         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
40296         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
40297         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
40298         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
40299         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
40300         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
40301         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
40302         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
40303         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
40304         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
40305         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
40306         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
40307         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
40308         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
40309         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
40310         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
40311         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
40312         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
40313         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
40314         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
40315         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
40316         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
40317         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
40318         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
40319         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
40320         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
40321         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
40322         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
40323         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
40324         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
40325         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
40326         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
40328         [BZ #17589]
40329         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
40330         of fgets_unlocked.
40332         [BZ #17585]
40333         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
40334         (memmem): Rename to __memmem and define as weak alias of
40335         __memmem.  Use libc_hidden_weak.
40336         (__memmem): Use libc_hidden_def.
40337         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
40338         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
40339         memmem.
40341         [BZ #17582]
40342         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
40343         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
40344         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
40345         and define as weak alias of __fgets_unlocked.  Use
40346         libc_hidden_weak.
40347         (__fgets_unlocked): Use libc_hidden_def.
40348         * include/stdio.h (__fgets_unlocked): Declare.  Use
40349         libc_hidden_proto.
40350         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
40351         __fgets_unlocked instead of fgets_unlocked.
40352         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
40353         (GET_NPROCS_CONF_PARSER): Likewise.
40354         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
40355         (GET_NPROCS_CONF_PARSER): Likewise.
40357         [BZ #17574]
40358         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
40359         weak alias of __wmemset.  Use libc_hidden_weak.
40360         (__wmemset): Use libc_hidden_def.
40361         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
40362         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
40363         of wmemset.
40365         [BZ #17573]
40366         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
40367         with asm name __mempcpy.
40368         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
40370         [BZ #17572]
40371         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
40372         and define as weak alias of __rawmemchr.
40373         (__rawmemchr): Do not define as strong alias of rawmemchr.
40375         [BZ #17571]
40376         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
40377         alias of __qsort_r.
40378         (qsort): Call __qsort_r instead of qsort_r.
40379         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
40380         (__qsort_r): Declare.  Call libc_hidden_proto.
40381         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
40382         instead of qsort_r.
40383         * nscd/gai.c (__qsort_r): Define to qsort_r.
40384         * posix/tst-rfc3484.c (__qsort_r): Likewise.
40385         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
40386         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
40388         [BZ #17570]
40389         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
40390         define as weak alias of __malloc_info.
40392         [BZ #17584]
40393         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
40394         as weak alias of __rewinddir.  Don't use libc_hidden_def.
40395         (__rewinddir): Use libc_hidden_def.
40396         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
40397         as weak alias of __rewinddir.  Don't use libc_hidden_def.
40398         (__rewinddir): Use libc_hidden_def.
40399         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
40400         weak alias of __rewinddir.  Don't use libc_hidden_def.
40401         (__rewinddir): Use libc_hidden_def.
40402         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
40403         (__rewinddir): Use libc_hidden_proto.
40404         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
40405         rewinddir.
40406         (__getcwd): Use __rewinddir instead of rewinddir.
40408         [BZ #17583]
40409         * libio/fileno.c (fileno): Rename to __fileno and define as weak
40410         alias of __fileno.  Use libc_hidden_weak.
40411         (__fileno): Use libc_hidden_def.
40412         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
40413         * libio/ftello.c (ftello): Rename to __ftello and define as weak
40414         alias of __ftello.
40415         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
40416         __ftello.
40417         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
40418         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
40419         libc_hidden_def.
40420         (fread_unlocked): Don't use libc_hidden_ver.
40421         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
40422         and define as weak alias of __fread_unlocked.  Don't use
40423         libc_hidden_def.
40424         (__fread_unlocked): Use libc_hidden_def.
40425         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
40426         (ftello): Don't use libc_hidden_proto.
40427         (__ftello): Declare.  Use libc_hidden_proto.
40428         (fread_unlocked): Don't use libc_hidden_proto.
40429         (__fread_unlocked): Declare.  Use libc_hidden_proto.
40430         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
40431         and __ftello instead of fileno, fread_unlocked and ftello.
40433 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
40435         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
40436         GOT12.
40437         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
40438         Likewise.
40439         (_dl_start_user): Likewise.
40440         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
40442 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
40443             Siddhesh Poyarekar  <siddhesh@redhat.com>
40445         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
40446         Move argv and envp down instead of moving argc up.
40447         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
40449 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
40451         [BZ #17506]
40452         * test-skeleton.c (main): Return successful if one of
40453         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
40454         * string/tst-strcoll-overflow.c: Define expected status.
40456 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
40458         [BZ #17475]
40459         * locale/iso-639.def: Define Bhili and Tulu language codes.
40461 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
40463         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
40465 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
40467         [BZ #17555]
40468         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
40470 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
40472         * configure.ac: Updated check of minimal required version to
40473         2.22.
40474         * manual/install.texi (Tools for Compilation): Updated version
40475         number.
40476         * configure: Regenerated.
40477         * INSTALL: Likewise.
40479 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
40481         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
40482         __tls_get_addr.
40484 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
40486         * include/sys/wait.h (__libc_waitpid): Remove declaration.
40487         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
40488         (__waitpid): Don't define as alias.  Use libc_hidden_def not
40489         libc_hidden_weak.
40490         (waitpid): Define as alias of __waitpid.
40491         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
40492         __waitpid.
40493         (__waitpid): Don't define as alias.  Use libc_hidden_def not
40494         libc_hidden_weak.
40495         (waitpid): Define as alias of __waitpid.
40496         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
40497         __libc_waitpid alias.
40498         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
40499         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
40500         Likewise.
40501         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
40502         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
40503         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
40504         alias.
40505         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
40506         __waitpid.
40507         (__waitpid): Don't define as alias.  Use libc_hidden_def not
40508         libc_hidden_weak.
40509         (waitpid): Define as alias of __waitpid.
40511 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
40513         * manual/llio.texi: Add comment that write safety has been
40514         fixed in Linux.
40516         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
40517         (localplt-build-dso): Add elf/ld.so.
40518         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
40519         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
40520         and free for ld.so.
40521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
40522         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
40523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
40524         Likewise.
40525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
40526         Likewise.
40527         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
40528         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
40529         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
40530         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
40531         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
40532         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
40533         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
40534         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
40535         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
40536         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
40537         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
40539 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
40541         [BZ #14132]
40542         * include/libc-symbols.h (INTUSE): Remove macro.
40543         (INTDEF): Likewise.
40544         (INTVARDEF): Likewise.
40545         (_INTVARDEF): Likewise.
40546         (INTDEF2): Likewise.
40547         (INTVARDEF2): Likewise.
40548         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
40549         rtld_hidden_def instead of INTVARDEF.
40550         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
40551         (_dl_starting_up_internal): Remove declaration.
40552         (_dl_starting_up): Use rtld_hidden_proto.
40553         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
40554         declaration.
40555         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
40556         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
40557         _dl_starting_up.
40558         * elf/dl-writev.h (_dl_writev): Likewise.
40559         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
40560         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
40561         _dl_starting_up_internal.
40563 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40565         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
40566         test-skeleton.c.
40568 2014-11-05  Will Newton  <will.newton@linaro.org>
40570         * benchtests/Makefile: (bench-malloc): Add malloc thread
40571         scalability benchmark.
40572         * benchtests/bench-malloc-threads.c: New file.
40574 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
40576         * sysdeps/aarch64/strchrnul.S: New file.
40578 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40580         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
40581         definition.
40582         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
40583         Likewise.
40584         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
40585         Likewise.
40586         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
40587         Likewise.
40588         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
40589         Likewise.
40590         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
40591         Likewise.
40593 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
40595         * catgets/test-gencat.c: Use test-skeleton.c.
40596         * catgets/tst-catgets.c: Likewise.
40597         * csu/tst-empty.c: Likewise.
40598         * elf/tst-audit2.c: Likewise.
40599         * elf/tst-global1.c: Likewise.
40600         * elf/tst-pathopt.c: Likewise.
40601         * elf/tst-piemod1.c: Likewise.
40602         * elf/tst-tls10.c: Likewise.
40603         * elf/tst-tls11.c: Likewise.
40604         * elf/tst-tls12.c: Likewise.
40605         * gnulib/tst-gcc.c: Likewise.
40606         * iconvdata/tst-e2big.c: Likewise.
40607         * iconvdata/tst-loading.c: Likewise.
40608         * iconv/tst-iconv1.c: Likewise.
40609         * iconv/tst-iconv2.c: Likewise.
40610         * inet/test-inet6_opt.c: Likewise.
40611         * inet/tst-gethnm.c: Likewise.
40612         * inet/tst-network.c: Likewise.
40613         * inet/tst-ntoa.c: Likewise.
40614         * intl/tst-codeset.c: Likewise.
40615         * intl/tst-gettext2.c: Likewise.
40616         * intl/tst-gettext3.c: Likewise.
40617         * intl/tst-ngettext.c: Likewise.
40618         * intl/tst-translit.c: Likewise.
40619         * io/test-stat.c: Likewise.
40620         * libio/test-fmemopen.c: Likewise.
40621         * libio/tst-freopen.c: Likewise.
40622         * libio/tst-sscanf.c: Likewise.
40623         * libio/tst-ungetwc1.c: Likewise.
40624         * libio/tst-ungetwc2.c: Likewise.
40625         * libio/tst-widetext.c: Likewise.
40626         * localedata/tst-ctype.c: Likewise.
40627         * localedata/tst-digits.c: Likewise.
40628         * localedata/tst-leaks.c: Likewise.
40629         * localedata/tst-mbswcs1.c: Likewise.
40630         * localedata/tst-mbswcs2.c: Likewise.
40631         * localedata/tst-mbswcs3.c: Likewise.
40632         * localedata/tst-mbswcs4.c: Likewise.
40633         * localedata/tst-mbswcs5.c: Likewise.
40634         * localedata/tst-setlocale.c: Likewise.
40635         * localedata/tst-trans.c: Likewise.
40636         * localedata/tst-wctype.c: Likewise.
40637         * localedata/tst-xlocale1.c: Likewise.
40638         * login/tst-grantpt.c: Likewise.
40639         * malloc/tst-calloc.c: Likewise.
40640         * malloc/tst-malloc.c: Likewise.
40641         * malloc/tst-mallocstate.c: Likewise.
40642         * malloc/tst-mcheck.c: Likewise.
40643         * malloc/tst-mtrace.c: Likewise.
40644         * malloc/tst-obstack.c: Likewise.
40645         * math/atest-exp2.c: Likewise.
40646         * math/atest-exp.c: Likewise.
40647         * math/atest-sincos.c: Likewise.
40648         * math/test-matherr.c: Likewise.
40649         * math/test-misc.c: Likewise.
40650         * math/test-powl.c: Likewise.
40651         * math/tst-definitions.c: Likewise.
40652         * misc/tst-dirname.c: Likewise.
40653         * misc/tst-efgcvt.c: Likewise.
40654         * misc/tst-fdset.c: Likewise.
40655         * misc/tst-hsearch.c: Likewise.
40656         * misc/tst-mntent2.c: Likewise.
40657         * nptl/tst-sem7.c: Likewise.
40658         * nptl/tst-sem8.c: Likewise.
40659         * nptl/tst-sem9.c: Likewise.
40660         * nss/test-netdb.c: Likewise.
40661         * posix/tst-fnmatch.c: Likewise.
40662         * posix/tst-getlogin.c: Likewise.
40663         * posix/tst-gnuglob.c: Likewise.
40664         * posix/tst-mmap.c: Likewise.
40665         * pwd/tst-getpw.c: Likewise.
40666         * resolv/tst-inet_ntop.c: Likewise.
40667         * rt/tst-timer.c: Likewise.
40668         * stdio-common/test-fseek.c: Likewise.
40669         * stdio-common/test-popen.c: Likewise.
40670         * stdio-common/test-vfprintf.c: Likewise.
40671         * stdio-common/tst-cookie.c: Likewise.
40672         * stdio-common/tst-fileno.c: Likewise.
40673         * stdio-common/tst-gets.c: Likewise.
40674         * stdio-common/tst-obprintf.c: Likewise.
40675         * stdio-common/tst-perror.c: Likewise.
40676         * stdio-common/tst-sprintf2.c: Likewise.
40677         * stdio-common/tst-sprintf3.c: Likewise.
40678         * stdio-common/tst-sprintf.c: Likewise.
40679         * stdio-common/tst-swprintf.c: Likewise.
40680         * stdio-common/tst-tmpnam.c: Likewise.
40681         * stdio-common/tst-unbputc.c: Likewise.
40682         * stdio-common/tst-wc-printf.c: Likewise.
40683         * stdlib/tst-environ.c: Likewise.
40684         * stdlib/tst-fmtmsg.c: Likewise.
40685         * stdlib/tst-limits.c: Likewise.
40686         * stdlib/tst-rand48-2.c: Likewise.
40687         * stdlib/tst-rand48.c: Likewise.
40688         * stdlib/tst-random2.c: Likewise.
40689         * stdlib/tst-random.c: Likewise.
40690         * stdlib/tst-strtol.c: Likewise.
40691         * stdlib/tst-strtoll.c: Likewise.
40692         * stdlib/tst-tls-atexit.c: Likewise.
40693         * stdlib/tst-xpg-basename.c: Likewise.
40694         * string/test-ffs.c: Likewise.
40695         * string/tst-bswap.c: Likewise.
40696         * string/tst-inlcall.c: Likewise.
40697         * string/tst-strtok.c: Likewise.
40698         * string/tst-strxfrm.c: Likewise.
40699         * sysdeps/x86_64/tst-audit10.c: Likewise.
40700         * sysdeps/x86_64/tst-audit3.c: Likewise.
40701         * sysdeps/x86_64/tst-audit4.c: Likewise.
40702         * sysdeps/x86_64/tst-audit5.c: Likewise.
40703         * time/tst-ftime_l.c: Likewise.
40704         * time/tst-getdate.c: Likewise.
40705         * time/tst-mktime3.c: Likewise.
40706         * time/tst-mktime.c: Likewise.
40707         * time/tst-posixtz.c: Likewise.
40708         * time/tst-strptime2.c: Likewise.
40709         * time/tst-strptime3.c: Likewise.
40710         * wcsmbs/tst-btowc.c: Likewise.
40711         * wcsmbs/tst-mbrtowc.c: Likewise.
40712         * wcsmbs/tst-mbsrtowcs.c: Likewise.
40713         * wcsmbs/tst-wchar-h.c: Likewise.
40714         * wcsmbs/tst-wcpncpy.c: Likewise.
40715         * wcsmbs/tst-wcrtomb.c: Likewise.
40716         * wcsmbs/tst-wcsnlen.c: Likewise.
40717         * wcsmbs/tst-wcstof.c: Likewise.
40719 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
40721         [BZ #14132]
40722         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
40723         INTDEF.
40724         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
40725         declaration.
40726         (_dl_mcount): Use rtld_hidden_proto.
40727         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
40728         _dl_mcount.
40729         * elf/rtld.c (_rtld_global_ro): Likewise.
40731         [BZ #14132]
40732         * elf/dl-init.c (_dl_init): Don't use INTDEF.
40733         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
40734         of _dl_init_internal.
40735         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
40736         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
40737         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
40738         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
40739         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
40740         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
40741         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
40742         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
40743         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
40744         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
40745         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
40746         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
40747         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
40748         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
40749         * sysdeps/tile/dl-start.S (_start): Likewise.
40750         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
40751         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
40753         [BZ #14132]
40754         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
40755         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
40756         (rtld_progname): Make macro definition unconditional.
40757         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
40758         INTDEF.
40759         (dlmopen_doit): Do not use INTUSE with _dl_argv.
40760         (dl_main): Likewise.
40761         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
40762         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
40763         instead of _dl_argv_internal.
40764         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
40765         __GI__dl_argv instead of INTUSE(_dl_argv).
40766         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
40767         __GI__dl_argv instead of _dl_argv_internal.
40769         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
40770         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
40771         macro.
40772         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
40773         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
40774         New macro.
40775         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
40776         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
40777         macro.
40778         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
40779         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
40781 2014-11-04  Andreas Schwab  <schwab@suse.de>
40783         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
40785 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40787         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
40788         mtvsrd instruction in binary form.
40790 2014-11-03  Andreas Schwab  <schwab@suse.de>
40792         [BZ #17522]
40793         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
40794         for less than MB_LEN_MAX use a local buffer of that size.
40795         * libio/tst-fputws.c: New file.
40796         * libio/Makefile (tests): Add tst-fputws.
40798 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
40800         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
40801         the size of the fpu_fr.fpu_dregs[] array.
40803 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
40805         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
40806         (__nanosleep): Do not define as alias.
40807         (nanosleep): Define as alias of __nanosleep.
40808         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
40809         __libc_nanosleep name.
40811 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
40813         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
40814         install.texi in comment.
40816 2014-10-31  Torvald Riegel  <triegel@redhat.com>
40818         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
40819         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
40820         ... add here and use lwsync or sync ...
40821         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
40822         ... and add here using lwsync.
40824 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
40826         * elf/dl-machine-reject-phdr.h: New file.
40827         * elf/dl-load.c: #include that.
40828         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
40829         if that returned true.
40831 2014-10-31  Roland McGrath  <roland@hack.frob.com>
40833         [BZ #17496]
40834         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
40835         gen-as-const-headers chunk.  Add a big scare comment after the last
40836         safe place to touch before-compile.
40838 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
40840         * manual/install.texi (Tools for Compilation): Update autoconf
40841         version requirements.
40842         * INSTALL: Regenerated.
40844         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
40845         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
40846         (__libc_pselect): Likewise.
40848         [BZ #14138]
40849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
40850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
40851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
40852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
40854 2014-10-31  Torvald Riegel  <triegel@redhat.com>
40856         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
40857         correct barrier instruction.
40858         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
40859         Likewise.
40860         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
40861         Likewise.
40863 2014-10-30  Roland McGrath  <roland@hack.frob.com>
40865         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
40866         after defining inlines.  Instead, just use parens to defeat macro
40867         expansion of __isctype in its declaration.
40869 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
40871         * include/sys/uio.h (__libc_readv): Remove declaration.
40872         (__libc_writev): Likewise.
40873         * misc/readv.c (__libc_readv): Rename to __readv.
40874         (__readv): Do not define as alias.
40875         (readv): Define as alias of __readv.
40876         * misc/writev.c (__libc_writev): Rename to __writev.
40877         (__writev): Do not define as alias.
40878         (writev): Define as alias of __writev.
40879         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
40880         (__readv): Do not define as alias.
40881         (readv): Define unconditionally as alias of __readv.
40882         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
40883         (__writev): Do not define as alias.
40884         (writev): Define unconditionally as alias of __writev.
40885         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
40886         name.
40887         (writev): Do not define __libc_writev name.
40889 2014-10-30  Roland McGrath  <roland@hack.frob.com>
40891         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
40892         (convert_charseq): New function, broken out of ...
40893         (use_from_charmap): ... here.  Call it.
40894         (use_to_charmap): Use convert_charseq and free instead of duplicating
40895         its code with a variable-length stack struct.
40897 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
40899         * include/fcntl.h (__libc_creat): Remove declaration.
40900         * io/creat.c (__libc_creat): Rename to creat.
40901         (creat): Do not define as alias.
40902         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
40903         of creat instead of __libc_creat.
40904         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
40905         to creat.
40906         (creat): Do not define as alias.
40907         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
40908         __libc_creat.
40909         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
40910         __libc_creat name.
40911         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
40912         Likewise.
40914 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
40916         * manual/llio.texi: Add comments discussing why write() may be
40917         considered MT-unsafe on Linux.
40919 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
40921         * dl-load.c (local_strdup): Remove.
40922         (expand_dynamic_string_token): Use __strdup.
40923         (decompose_rpath): Likewise.
40924         (_dl_map_object): Likewise.
40926 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
40928         [BZ #14132]
40929         * sysdeps/generic/unwind-dw2-fde.c
40930         (__register_frame_info_bases_internal): Do not declare.
40931         (__register_frame_info_table_bases_internal): Likewise.
40932         (__deregister_frame_info_bases_internal): Likewise.
40933         (__register_frame_info_bases): Declare and use hidden_proto before
40934         definition.  Use hidden_def instead of INTDEF.
40935         (__register_frame_info_table_bases): Likewise.
40936         (__deregister_frame_info_bases): Likewise.
40937         (__register_frame_info): Do not use INTUSE.
40938         (__register_frame): Likewise.
40939         (__register_frame_info_table): Likewise.
40940         (__register_frame_table): Likewise.
40941         (__deregister_frame_info): Likewise.
40942         (__deregister_frame): Likewise.
40944 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
40946         * sysdeps/unix/sysv/linux/arm/kernel-features.h
40947         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
40948         not undefine.
40949         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
40950         Likewise.
40951         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
40952         Likewise.
40954 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
40956         [BZ #14138]
40957         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
40958         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
40959         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
40960         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
40961         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
40962         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
40963         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
40964         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
40965         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
40966         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
40967         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
40968         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
40969         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
40970         syscall.
40971         (setfsuid): Likewise.
40972         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
40973         (setfsuid): Likewise.
40974         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
40975         (setfsuid): Likewise.
40976         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
40977         Likewise.
40978         (setfsuid): Likewise.
40979         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
40980         (setfsuid): Likewise.
40981         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
40982         Likewise.
40983         (setfsuid): Likewise.
40985 2014-10-27  Andreas Schwab  <schwab@suse.de>
40987         [BZ #17501]
40988         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
40989         check for Slow_SSE4_2 feature bit.
40990         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
40991         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
40992         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
40993         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
40995 2014-10-24  Roland McGrath  <roland@hack.frob.com>
40997         * configure.ac: Validate compiler version with a empirical test of
40998         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
40999         $CC -v output.
41000         * configure: Regenerated.
41002         * inet/htons.c (htons): Prototypify.
41003         * inet/htonl.c (htonl): Likewise.
41005 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
41007         * string/strncat.c (strncat): Improve performance by using strlen.
41009 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
41011         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
41013 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
41015         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
41016         Call libc_fetestexcept_aarch64.
41018 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
41020         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
41021         Call libc_feholdexcept_aarch64.
41023 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
41025         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
41026         Call get_rounding_mode.
41028 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
41030         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
41031         Simplify logic.
41033 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
41035         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
41036         Simplify logic.
41038 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
41040         [BZ #14138]
41041         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
41042         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
41043         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
41044         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
41045         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
41046         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
41047         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
41048         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
41049         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
41050         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
41051         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
41052         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
41053         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
41054         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
41055         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
41056         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
41057         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
41058         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
41059         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
41060         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
41061         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
41062         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
41063         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
41064         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
41065         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
41066         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
41067         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
41068         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
41069         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
41070         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
41071         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
41072         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
41073         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
41074         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
41075         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
41076         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
41077         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
41078         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
41079         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
41080         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
41081         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
41082         syscall.
41083         (geteuid): Likewise.
41084         (getgid): Likewise.
41085         (getuid): Likewise.
41086         (getresgid): Likewise.
41087         (getresuid): Likewise.
41088         (getgroups): Likewise.
41089         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
41090         (geteuid): Likewise.
41091         (getgid): Likewise.
41092         (getuid): Likewise.
41093         (getresgid): Likewise.
41094         (getresuid): Likewise.
41095         (getgroups): Likewise.
41096         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
41097         (geteuid): Likewise.
41098         (getgid): Likewise.
41099         (getuid): Likewise.
41100         (getresgid): Likewise.
41101         (getresuid): Likewise.
41102         (getgroups): Likewise.
41103         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
41104         Likewise.
41105         (geteuid): Likewise.
41106         (getgid): Likewise.
41107         (getuid): Likewise.
41108         (getresgid): Likewise.
41109         (getresuid): Likewise.
41110         (getgroups): Likewise.
41111         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
41112         (geteuid): Likewise.
41113         (getgid): Likewise.
41114         (getuid): Likewise.
41115         (getresgid): Likewise.
41116         (getresuid): Likewise.
41117         (getgroups): Likewise.
41118         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
41119         Likewise.
41120         (geteuid): Likewise.
41121         (getgid): Likewise.
41122         (getuid): Likewise.
41123         (getgroups): Likewise.
41125         [BZ #14138]
41126         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
41127         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
41128         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
41129         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
41130         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
41131         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
41132         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
41133         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
41134         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
41135         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
41136         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
41137         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
41138         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
41139         __chown.
41140         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
41141         (lchown): Likewise.
41142         (fchown): Likewise.
41143         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
41144         Likewise.
41145         (lchown): Likewise.
41146         (fchown): Likewise.
41147         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
41148         (lchown): Likewise.
41149         (fchown): Likewise.
41150         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
41151         Likewise.
41152         (lchown): Likewise.
41153         (fchown): Likewise.
41155 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
41157         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
41158         Simplify logic.
41160 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
41162         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
41163         Cleanup logic.
41165 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
41167         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
41168         Remove unused include.
41170 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
41172         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
41173         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
41174         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
41175         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
41177 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
41178             Helge Deller <deller@gmx.de>
41180         [BZ #17508]
41181         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
41182         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
41183         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
41185 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
41187         [BZ #14132]
41188         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
41189         Remove macro definition.
41190         (__ashrdi3_v_glibc20): Likewise.
41191         (__lshrdi3_v_glibc20): Likewise.
41192         (__cmpdi2_v_glibc20): Likewise.
41193         (__ucmpdi2_v_glibc20): Likewise.
41194         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
41195         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
41196         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
41197         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
41198         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
41199         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
41201 2014-10-22  Roland McGrath  <roland@hack.frob.com>
41203         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
41204         old GNU extension [0] syntax.
41205         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
41206         alloca rather than an array member with variable length.
41207         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
41208         * nscd/nscd.c (invalidate_db): New function, broken out of ...
41209         (parse_opt): ... here.  Likewise use alloca there.
41210         Validate the -i argument before checking for rootness.
41211         (send_shutdown): New function, broken out of ...
41212         (parse_opt): ... here.
41214 2014-10-22  Roland McGrath  <roland@hack.frob.com>
41216         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
41217         macro to get at the _rt_local_ro field.
41218         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
41219         ([PIC] case) or _dl_hwcap ([!PIC] case).
41220         * sysdeps/arm/setjmp.S: Likewise.
41222         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
41223         * sysdeps/arm/configure.ac: New check to define it.
41224         * sysdeps/arm/configure: Regenerated.
41225         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
41226         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
41227         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
41228         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
41229         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
41230         Use move/movt pair instead of a load.
41231         (LDST_GLOBAL): Macro removed.
41232         (LDR_GLOBAL): New macro replaces it.
41233         (LDR_HIDDEN): New macro.
41234         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
41235         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
41237         * setjmp/tst-setjmp-static.c: New file.
41238         * setjmp/Makefile (tests): Add it.
41239         (tests-static): New variable.
41241 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
41243         [BZ #17485]
41244         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
41246 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
41248         [BZ #14132]
41249         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
41251 2014-10-21  Roland McGrath  <roland@hack.frob.com>
41253         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
41255 2014-10-20  Roland McGrath  <roland@hack.frob.com>
41257         * io/fts.c (dirent_not_directory): New function.
41258         (fts_build): Call it.
41260 2014-10-20  Roland McGrath  <roland@hack.frob.com>
41262         * nptl/version.c (__nptl_main): Use normal __write rather than
41263         INTERNAL_SYSCALL.
41264         (banner): Update copyright years.
41266         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
41267         gettimeofday.
41268         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
41269         * nptl/pthread_cond_timedwait.c: Likewise.
41270         * nptl/pthread_mutex_timedlock.c: Likewise.
41271         * nptl/sem_timedwait.c: Likewise.
41273         * sysdeps/nptl/bits/libc-lock.h
41274         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
41275         (__libc_lock_init_recursive): Return void, not 0.
41276         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
41277         (__libc_rwlock_init): Likewise.
41278         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
41280 2014-10-20  Torvald Riegel  <triegel@redhat.com>
41282         [BZ #15215]
41283         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
41284         (__pthread_once_slow): ... here.
41285         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
41286         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
41288 2014-10-20  Torvald Riegel  <triegel@redhat.com>
41290         [BZ #15215]
41291         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
41292         __PTHREAD_ONCE_FORK_GEN_INCR): New.
41293         * sysdeps/nptl/fork.c (__libc_fork): Use them.
41294         * nptl/pthread_once.c (__pthread_once): Likewise.
41295         Update comments.
41297 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
41299         [BZ #14138]
41300         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
41301         name.
41302         (writev): Use __libc_writev as strong name.
41303         * sysdeps/unix/sysv/linux/readv.c: Remove file.
41304         * sysdeps/unix/sysv/linux/writev.c: Likewise.
41306 2014-10-17  Roland McGrath  <roland@hack.frob.com>
41308         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
41310         * sysdeps/i386/nptl/tls.h
41311         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
41312         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
41313         New macros.
41314         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
41315         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
41316         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
41317         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
41318         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
41319         Call CHECK_THREAD_SYSINFO instead of doing an assert.
41321         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
41322         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
41323         on [__NR_futex].
41324         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
41325         broken out of ...
41326         (__pthread_mutex_init): ... here.  Call it.
41327         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
41328         Conditionalize PI cases on [__NR_futex].
41329         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
41330         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
41331         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
41333         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
41334         conditional on [SIGSETXID].
41335         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
41336         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
41337         is defined.  Likewise for SIGSETXID.
41338         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
41339         Conditionalize definitions on [SIGSETXID].
41340         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
41341         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
41342         unblocking on [SIGCANCEL].
41344         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
41345         [__NR_set_robust_list].
41347 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
41349         * string/strcoll_l.c (get_next_seq): Fix up formatting.
41350         (do_compare): Likewise.
41352 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
41354         [BZ #15884]
41355         * string/strcoll_l.c: Don't include stdio.h.
41356         (coll_seq): Remove members idxarr and rulearr.
41357         (get_next_seq_cached): Remove function.
41358         (get_next_seq): Likewise.
41359         (get_next_seq_nocache): Rename to get_next_seq.
41360         (do_compare): Remove function.
41361         (do_compare_nocache): Rename to do_compare.
41362         (STRCOLL): Remove weight and rules cache.
41364 2014-10-16  Roland McGrath  <roland@hack.frob.com>
41366         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
41367         * sysdeps/arm/sfp-machine.h: ... to here.
41368         * sysdeps/arm/Implies: Remove arm/soft-fp.
41370 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
41372         * conform/data/sys/utsname.h-data (*_t): Allow.
41373         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
41374         [POSIX] (WEXITED): Do not expect constant.
41375         [POSIX] (WSTOPPED): Likewise.
41376         [POSIX] (WNOHANG): Likewise.
41377         [POSIX] (WNOWAIT): Likewise.
41378         [POSIX] (siginfo_t): Do not expect type or elements.
41379         [POSIX] (pid_t): Do not expect type.
41380         [POSIX] (signal.h): Do not allow header.
41381         [POSIX] (sys/resource.h): Likewise.
41382         [POSIX] (si_*): Do not allow pattern.
41383         [POSIX] (W*): Likewise.
41384         [POSIX] (P_*): Likewise.
41385         [POSIX] (BUS_*): Likewise.
41386         [POSIX] (CLD_*): Likewise.
41387         [POSIX] (FPE_*): Likewise.
41388         [POSIX] (ILL_*): Likewise.
41389         [POSIX] (POLL_*): Likewise.
41390         [POSIX] (SEGV_*): Likewise.
41391         [POSIX] (SI_*): Likewise.
41392         [POSIX] (TRAP_*): Likewise.
41393         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
41394         variable.
41396 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
41398         [BZ #12926]
41399         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
41400         infinite loop when __recvmsg returns 0.
41402 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
41404         * CANCEL-FCT-WAIVE: Remove file.
41405         * CANCEL-FILE-WAIVE: Likewise.
41407         [BZ #14132]
41408         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
41409         instead of INTVARDEF.
41410         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
41411         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
41412         rtld_hidden_data_def instead of INTVARDEF.
41413         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
41414         * elf/dl-deps.c (expand_dst): Likewise.
41415         * elf/dl-load.c (_dl_dst_count): Likewise.
41416         (_dl_dst_substitute): Likewise.
41417         (decompose_rpath): Likewise.
41418         (_dl_init_paths): Likewise.
41419         (open_path): Likewise.
41420         (_dl_map_object): Likewise.
41421         * elf/rtld.c (dl_main): Likewise.
41422         (process_dl_audit): Likewise.
41423         (process_envvars): Likewise.
41424         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
41425         Remove declaration.
41426         (__libc_enable_secure): Use rtld_hidden_proto.
41428 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
41430         * elf/dl-load.c
41431         (add_path): New function broken out of _dl_rtld_di_serinfo.
41432         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
41434 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
41436         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
41437         parentheses around macro arguments.
41438         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
41439         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
41440         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
41441         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
41442         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
41443         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
41444         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
41445         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
41446         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
41447         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
41448         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
41449         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
41450         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
41451         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
41452         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
41453         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
41454         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
41455         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
41456         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
41457         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
41458         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
41459         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
41460         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
41461         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
41462         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
41463         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
41464         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
41465         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
41466         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
41467         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
41468         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
41469         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
41470         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
41471         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
41472         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
41473         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
41474         Likewise.
41475         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
41476         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
41477         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
41478         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
41479         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
41480         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
41481         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
41482         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
41483         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
41484         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
41485         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
41486         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
41487         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
41488         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
41489         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
41490         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
41491         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
41492         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
41493         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
41494         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
41495         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
41496         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
41497         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
41498         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
41499         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
41500         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
41501         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
41502         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
41503         (_FP_FRAC_SRS_1): Likewise.
41504         (_FP_FRAC_CLZ_1): Likewise.
41505         (_FP_MUL_MEAT_1_imm): Likewise.
41506         (_FP_MUL_MEAT_1_wide): Likewise.
41507         (_FP_MUL_MEAT_1_hard): Likewise.
41508         (_FP_SQRT_MEAT_1): Likewise.
41509         (_FP_FRAC_ASSEMBLE_1): Likewise.
41510         (_FP_FRAC_DISASSEMBLE_1): Likewise.
41511         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
41512         (__FP_CLZ_2): Likewise.
41513         (_FP_MUL_MEAT_2_wide): Likewise.
41514         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
41515         (_FP_MUL_MEAT_2_gmp): Likewise.
41516         (_FP_MUL_MEAT_2_120_240_double): Likewise.
41517         (_FP_SQRT_MEAT_2): Likewise.
41518         (_FP_FRAC_ASSEMBLE_2): Likewise.
41519         (_FP_FRAC_DISASSEMBLE_2): Likewise.
41520         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
41521         (_FP_FRAC_CLZ_4): Likewise.
41522         (_FP_MUL_MEAT_4_wide): Likewise.
41523         (_FP_MUL_MEAT_4_gmp): Likewise.
41524         (_FP_SQRT_MEAT_4): Likewise.
41525         (_FP_FRAC_ASSEMBLE_4): Likewise.
41526         (_FP_FRAC_DISASSEMBLE_4): Likewise.
41527         * soft-fp/op-common.h (_FP_CMP): Likewise.
41528         (_FP_CMP_EQ): Likewise.
41529         (_FP_CMP_UNORD): Likewise.
41530         (_FP_TO_INT): Likewise.
41531         (_FP_FROM_INT): Likewise.
41532         [!__FP_CLZ] (__FP_CLZ): Likewise.
41533         (_FP_DIV_HELP_imm): Likewise.
41534         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
41535         Likewise.
41536         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
41537         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
41538         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
41539         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
41540         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
41541         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
41542         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
41543         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
41544         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
41545         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
41546         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
41547         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
41548         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
41549         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
41550         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
41551         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
41552         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
41553         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
41554         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
41555         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
41556         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
41557         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
41558         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
41559         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
41560         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
41561         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
41562         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
41563         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
41564         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
41565         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
41566         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
41567         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
41568         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
41569         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
41570         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
41571         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
41572         (FP_UNPACK_RAW_SP): Likewise.
41573         (FP_PACK_RAW_S): Likewise.
41574         (FP_PACK_RAW_SP): Likewise.
41575         (FP_UNPACK_S): Likewise.
41576         (FP_UNPACK_SP): Likewise.
41577         (FP_UNPACK_SEMIRAW_S): Likewise.
41578         (FP_UNPACK_SEMIRAW_SP): Likewise.
41579         (FP_PACK_S): Likewise.
41580         (FP_PACK_SP): Likewise.
41581         (FP_PACK_SEMIRAW_S): Likewise.
41582         (FP_PACK_SEMIRAW_SP): Likewise.
41583         (_FP_SQRT_MEAT_S): Likewise.
41584         (FP_CMP_S): Likewise.
41585         (FP_CMP_EQ_S): Likewise.
41586         (FP_CMP_UNORD_S): Likewise.
41587         (FP_TO_INT_S): Likewise.
41588         (FP_FROM_INT_S): Likewise.
41590         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
41592         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
41593         (FP_EX_INVALID_IMZ): Likewise.
41594         (FP_EX_INVALID_IMZ_FMA): Likewise.
41595         (FP_EX_INVALID_ISI): Likewise.
41596         (FP_EX_INVALID_ZDZ): Likewise.
41597         (FP_EX_INVALID_IDI): Likewise.
41598         (FP_EX_INVALID_SQRT): Likewise.
41599         (FP_EX_INVALID_CVI): Likewise.
41600         (FP_EX_INVALID_VC): Likewise.
41601         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
41602         "invalid" exceptions.
41603         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
41604         (_FP_ADD_INTERNAL): Likewise.
41605         (_FP_MUL): Likewise.
41606         (_FP_FMA): Likewise.
41607         (_FP_DIV): Likewise.
41608         (_FP_CMP_CHECK_NAN): Likewise.
41609         (_FP_SQRT): Likewise.
41610         (_FP_TO_INT): Likewise.
41611         (FP_EXTEND): Likewise.
41613 2014-10-09  Allan McRae  <allan@archlinux.org>
41615         * po/fr.po: Update French translation from translation project.
41617 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
41619         [BZ #14132]
41620         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
41621         of INTDEF.
41622         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
41623         (__cxa_atexit): Use libc_hidden_proto.
41624         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
41626         [BZ #14132]
41627         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
41628         declaration.
41629         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
41630         [!_ISOMAC] (__iswspace_l_internal): Likewise.
41631         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
41632         [!_ISOMAC] (__iswctype_internal): Likewise.
41633         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
41634         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
41635         alias.
41636         (fcntl): Remove __fcntl_internal alias.
41637         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
41638         __connect_internal alias.
41639         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
41640         Likewise.
41642         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
41643         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
41644         FP_DENORM_ZERO.
41645         (_FP_CHECK_FLUSH_ZERO): New macro.
41646         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
41647         (_FP_CMP): Likewise.
41648         (_FP_CMP_EQ): Likewise.
41649         (_FP_TO_INT): Do not set inexact for subnormal arguments if
41650         FP_DENORM_ZERO.
41651         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
41652         (FP_TRUNC): Likewise.
41654         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
41655         treated as invalid conversion, not as normal exponent.
41657         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
41658         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
41659         (_FP_CMP_EQ): Likewise.
41660         (_FP_CMP_UNORD): Likewise.
41661         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
41662         (FP_CMP_EQ_D): Likewise.
41663         (FP_CMP_UNORD_D): Likewise.
41664         * soft-fp/extended.h (FP_CMP_E): Likewise.
41665         (FP_CMP_EQ_E): Likewise.
41666         (FP_CMP_UNORD_E): Likewise.
41667         * soft-fp/quad.h (FP_CMP_Q): Likewise.
41668         (FP_CMP_EQ_Q): Likewise.
41669         (FP_CMP_UNORD_Q): Likewise.
41670         * soft-fp/single.h (FP_CMP_S): Likewise.
41671         (FP_CMP_EQ_S): Likewise.
41672         (FP_CMP_UNORD_S): Likewise.
41673         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
41674         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
41675         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
41676         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
41677         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
41678         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
41679         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
41680         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
41681         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
41682         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
41683         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
41684         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
41685         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
41686         to FP_CMP_Q.
41687         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
41688         FP_CMP_Q.
41689         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
41690         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
41691         FP_CMP_EQ_Q.
41692         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
41693         FP_CMP_Q.
41694         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
41695         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
41696         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
41697         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
41698         FP_CMP_EQ_Q.
41699         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
41700         FP_CMP_Q.
41701         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
41702         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
41703         FP_CMP_EQ_Q.
41704         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
41705         FP_CMP_Q.
41706         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
41707         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
41708         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
41709         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
41710         FP_CMP_EQ_Q.
41712         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
41713         a subnormal result, set the underflow exception if trapping on
41714         underflow is enabled.
41715         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
41716         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
41717         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
41718         redefine to 0.
41719         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
41720         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
41721         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
41722         * soft-fp/extendxftf2.c (__extendxftf2): Use
41723         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
41725         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
41726         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
41727         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
41728         FP_HANDLE_EXCEPTIONS.
41729         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
41730         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
41731         FP_HANDLE_EXCEPTIONS.
41732         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
41733         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
41734         FP_HANDLE_EXCEPTIONS.
41735         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
41736         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
41737         FP_HANDLE_EXCEPTIONS.
41739 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
41741         [BZ #14132]
41742         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
41743         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
41744         use INTUSE.
41745         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
41746         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
41747         Remove alias.
41748         (__adjtimex): Define using libc_hidden_ver.
41749         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
41750         Remove declaration.
41751         (ntp_gettime): Call __adjtimex directly.
41752         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
41753         Remove declaration.
41754         (ntp_gettimex): Call __adjtimex directly.
41755         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
41756         __adjtimex_internal alias.
41758 2014-10-08  Roland McGrath  <roland@hack.frob.com>
41760         [BZ #17460]
41761         * nscd/nscd.c (more_help): Rewrite list of tables collection
41762         using xstrdup and asprintf.
41764         * nscd/nscd_conf.c: Remove local xstrdup declaration.
41766 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
41767             Roland McGrath  <roland@hack.frob.com>
41769         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
41770         (do_lookup_unique): ... local function 'enter' here; update callers.
41772 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
41774         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
41775         compat_symbol calls on [SHARED].
41776         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
41777         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
41778         Remove.
41779         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
41780         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
41781         (oldsetrlimit): Remove.
41782         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
41783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
41784         (lchown): New syscall entry.
41785         (oldsetrlimit): Remove.
41786         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
41787         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
41788         (oldsetrlimit): Remove.
41789         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
41791         [BZ #14138]
41792         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
41793         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
41794         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
41795         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
41796         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
41797         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
41798         (fchown): Likewise.
41799         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
41800         (fchown): Likewise.
41801         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
41802         Likewise.
41804 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41806         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
41807         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
41808         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
41809         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
41810         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
41811         Likewise.
41812         (__old_sem_post): Likewise.
41814 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
41816         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
41817         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
41818         HAVE_CLOCK_GETTIME_VSYSCALL macros.
41819         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
41820         Use INLINE_VSYSCALL macro.
41821         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
41822         __vdso_clock_gettime.
41823         * sysdeps/unix/sysv/linux/tile/init-first.c
41824         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
41825         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
41826         __vdso_clock_gettime.
41828         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
41829         to set up frame more cleanly.
41831         * sysdeps/tile/memcmp.c: New file.
41833         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
41835         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
41836         * sysdeps/tile/tilegx/strcasestr.c: New file.
41837         * sysdeps/tile/tilegx/strnlen.c: New file.
41838         * sysdeps/tile/tilegx/strstr.c: New file.
41840         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
41842 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
41844         * nptl/tst-setuid3.c: Write errors to stdout.
41846 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
41848         * elf/dl-deps.c
41849         (preload): New functions broken out of _dl_map_object_deps.
41850         (_dl_map_object_deps):  Remove a nested function. Update call sites.
41852 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
41854         [BZ #14138]
41855         * sysdeps/unix/sysv/linux/execve.c: Remove file.
41856         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
41858 2014-10-01  Steve Ellcey  <sellcey@mips.com>
41860         * sysdeps/mips/strcmp.S: New.
41862 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
41864         [BZ #14138]
41865         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
41866         (linkat): Likewise.
41867         (mkdirat): Likewise.
41868         (readlinkat): Likewise.
41869         (renameat): Likewise.
41870         (symlinkat): Likewise.
41871         (unlinkat): Likewise.
41872         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
41873         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
41874         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
41875         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
41876         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
41877         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
41878         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
41880 2014-09-30  Will Newton  <will.newton@linaro.org>
41882         * math/math.h: Define long double math functions if
41883         _LIBC_TEST is defined.
41884         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
41886         * localedata/Makefile: Move assignment to tests-special
41887         into an ifdef testing run-built-tests.
41888         * timezone/Makefile: Likewise.
41890 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
41892         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
41893         with $(BASH) not $(SHELL).
41895 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
41896             Matthew LeGendre  <legendre1@llnl.gov>
41898         [BZ #17411]
41899         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
41900         l_reloc_result.
41902 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
41904         * stdio-common/printf_fp.c
41905         (hack_digit): New function, broken out of ...
41906         (__printf_fp): ... local function here.  Update call sites.
41907         hack_digit now takes an additional parameter that is a pointer
41908         to a struct of the referenced locals.  Those locals moved inside
41909         the struct and references updated.
41911 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
41913         * aclocal.m4: Require autoconf 2.69.
41914         * configure: Regenerated.
41915         * sysdeps/aarch64/configure: Likewise.
41916         * sysdeps/alpha/configure: Likewise.
41917         * sysdeps/arm/armv7/configure: Likewise.
41918         * sysdeps/arm/configure: Likewise.
41919         * sysdeps/ia64/configure: Likewise.
41920         * sysdeps/mach/configure: Likewise.
41921         * sysdeps/mips/configure: Likewise.
41922         * sysdeps/s390/configure: Likewise.
41923         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
41924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
41926         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
41927         file.
41928         * sysdeps/ia64/configure.ac: Likewise.
41930 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
41932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
41933         specify symbol version for ld.so.  Do not include entry for
41934         libpthread.
41935         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
41936         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
41937         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
41939         [BZ #14171]
41940         * Makeconfig [$(build-shared) = yes]
41941         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
41942         makefiles.
41943         [$(build-shared) = yes && $(soversions.mk-done) = t]
41944         ($(common-objpfx)gnu/lib-names.h): Remove rule.
41945         [$(build-shared) = yes && $(soversions.mk-done) = t]
41946         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
41947         to Makerules.
41948         [$(build-shared) = yes && $(soversions.mk-done) = t]
41949         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
41950         here.
41951         [$(build-shared) = yes && $(soversions.mk-done) = t]
41952         (common-generated): Don't append gnu/lib-names.h and
41953         gnu/lib-names.stmp here.
41954         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
41955         (lib-names-h-abi): New variable.
41956         [$(build-shared) = yes && $(soversions.mk-done) = t]
41957         (lib-names-stmp-abi): Likewise.
41958         [$(build-shared) = yes && $(soversions.mk-done) = t &&
41959         abi-variants] (before-compile): Append
41960         $(common-objpfx)$(lib-names-h-abi).
41961         [$(build-shared) = yes && $(soversions.mk-done) = t &&
41962         abi-variants] (common-generated): Append gnu/lib-names.h.
41963         [$(build-shared) = yes && $(soversions.mk-done) = t &&
41964         abi-variants] (install-others-nosubdir): Depend on
41965         $(inst_includedir)/$(lib-names-h-abi).
41966         [$(build-shared) = yes && $(soversions.mk-done) = t &&
41967         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
41968         [$(build-shared) = yes && $(soversions.mk-done) = t]
41969         ($(common-objpfx)$(lib-names-h-abi)): New rule.
41970         [$(build-shared) = yes && $(soversions.mk-done) = t]
41971         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
41972         [$(build-shared) = yes && $(soversions.mk-done) = t]
41973         (common-generated): Append $(lib-names-h-abi) and
41974         $(lib-names-stmp-abi).
41975         * scripts/lib-names.awk: Do not handle multi being set.
41976         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
41977         Remove variable.
41978         (abi-lp64_be-ld-soname): Likewise.
41979         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
41980         Likewise.
41981         (abi-hard-ld-soname): Likewise.
41982         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
41983         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
41984         Remove variable.
41985         (abi-o32_hard-ld-soname): Likewise.
41986         (abi-o32_soft_2008-ld-soname): Likewise.
41987         (abi-o32_hard_2008-ld-soname): Likewise.
41988         (abi-n32_soft-ld-soname): Likewise.
41989         (abi-n32_hard-ld-soname): Likewise.
41990         (abi-n32_soft_2008-ld-soname): Likewise.
41991         (abi-n32_hard_2008-ld-soname): Likewise.
41992         (abi-n64_soft-ld-soname): Likewise.
41993         (abi-n64_hard-ld-soname): Likewise.
41994         (abi-n64_soft_2008-ld-soname): Likewise.
41995         (abi-n64_hard_2008-ld-soname): Likewise.
41996         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
41997         Likewise.
41998         (abi-64-v2-ld-soname): Likewise.
41999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
42000         ld.so entries.
42001         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
42002         variable.
42003         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
42004         entry.
42005         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
42006         variable.
42007         (abi-64-ld-soname): Likewise.
42008         (abi-x32-ld-soname): Likewise.
42009         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
42010         entry.
42011         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
42013 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
42015         [BZ #14138]
42016         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
42017         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
42018         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
42019         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
42020         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
42021         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
42022         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
42023         syscall entry for GLIBC_2.2 symbol version.
42024         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
42025         Likewise.
42026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
42027         (setrlimit): Likewise.
42028         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
42029         Likewise.
42031 2014-09-23  Will Newton  <will.newton@linaro.org>
42033         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
42034         _LINUX_ARM_SYSDEP_H include guard too.
42035         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
42036         define.
42038 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
42040         * sysdeps/unix/sysv/linux/eventfd.c:
42041         Make first argument unsigned.
42042         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
42043         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
42045 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
42047         [BZ #16852]
42048         * socket/recvmmsg.c (recvmmsg): Drop const argument.
42049         * socket/sys/socket.h: Likewise.
42050         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
42052 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42054         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
42056 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
42058         * time/tst-ftime.c: New test.
42059         * time/Makefile (tests): Add tst-ftime.
42061 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
42063         * soft-fp/extended.h: Fix comment formatting.
42064         * soft-fp/op-1.h: Likewise.
42065         * soft-fp/op-2.h: Likewise.
42066         * soft-fp/op-4.h: Likewise.
42067         * soft-fp/op-8.h: Likewise.
42068         * soft-fp/op-common.h: Likewise.
42069         * soft-fp/soft-fp.h: Likewise.
42071         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
42073 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
42075         [BZ #6652]
42076         * Makeconfig (soversions-default-setname): Remove variable.
42077         ($(common-objpfx)soversions.i): Don't pass default_setname to
42078         soversions.awk.
42079         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
42080         oldest_abi to abi-versions.awk.
42081         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
42082         * config.make.in (oldest-abi): Remove variable.
42083         * configure.ac (--enable-oldest-abi): Remove configure option.
42084         * configure: Regenerated.
42085         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
42086         text.
42087         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
42088         * scripts/soversions.awk: Do not handle default_setname variable.
42089         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
42090         variable.
42091         * sysdeps/mach/hurd/configure: Regenerated.
42092         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
42093         variable.
42094         * sysdeps/unix/sysv/linux/configure: Regenerated.
42096 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
42098         * elf/Makefile (CFLAGS-interp.c): Remove.
42099         ($(elf-objpfx)runtime-linker.h): Generate header with linker
42100         path string.
42101         * elf/interp.c: Include generated runtime-linker.h
42103         * Makerules (lib%.so): Don't include $(+interp) in
42104         prerequisites.
42105         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
42106         * dlfcn/eval.c: Remove file.
42108         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
42109         macros.
42111         [BZ #17266]
42112         * misc/sys/cdefs.h: Define __extern_always_inline for clang
42113         4.2 and newer.
42115         [BZ #17370]
42116         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
42118 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
42119             Jakub Jelinek  <jakub@redhat.com>
42121         [BZ #17266]
42122         * libio/stdio.h: Check definition of __fortify_function
42123         instead of __extern_always_inline to include bits/stdio2.h.
42124         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
42125         check if __extern_always_inline is defined.
42126         [__USE_MISC || __USE_XOPEN]: Likewise.
42127         [__USE_ISOC99] Likewise.
42128         * misc/sys/cdefs.h (__fortify_function): Define only if
42129         __extern_always_inline is defined.
42130         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
42131         __extern_always_inline and __extern_inline only for g++-4.3
42132         and newer or a compatible gcc.
42134 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
42136         [BZ #17371]
42137         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
42138         last change to handle zero prefix length.
42140 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
42142         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
42143         _SC_REGEX_VERSION.
42145         * posix/getconf.c (vars): Add _POSIX_IPV6 and
42146         _POSIX_RAW_SOCKETS.
42148 2014-09-13  Allan McRae  <allan@archlinux.org>
42150         * po/ru.po: Update Russian translation from translation project.
42152 2014-09-12  Roland McGrath  <roland@hack.frob.com>
42154         * locale/programs/locale.c (show_locale_vars): Inline local function
42155         into its sole call site.  Clean up some style nits.
42156         (print_item): New function, broken out of ...
42157         (show_info): ... local function here.  Clean up style nits.
42159         * locale/programs/ld-ctype.c (set_one_default): New function, broken
42160         out of ...
42161         (set_class_defaults): ... local function set_default here.
42162         Define set_default as a macro locally to pass constant parameters.
42163         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
42164         rather than a shared local.
42166         * stdlib/rpmatch.c (try): New function, broken out of ...
42167         (rpmatch): ... local function here.  Also, prototypify definition.
42169 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
42171         * scripts/soversions.awk: Do not handle configuration names.
42172         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
42173         vendor and os variables to soversions.awk.
42174         * configure.ac: Do not modify gnu-* host_os.
42175         * configure: Regenerated
42176         * shlib-versions: Remove first column with configuration names.
42177         * nptl/shlib-versions: Likewise.
42178         * nptl_db/shlib-versions: Likewise.
42179         * sysdeps/hppa/shlib-versions: Likewise.
42180         * sysdeps/m68k/shlib-versions: Likewise.
42181         * sysdeps/mach/hurd/shlib-versions: Likewise.
42182         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
42183         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
42184         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
42185         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
42186         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
42187         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
42188         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
42189         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
42190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
42191         Likewise.
42192         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
42193         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
42194         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
42195         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
42196         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
42197         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
42198         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
42199         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
42201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
42202         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
42203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
42204         Regenerated.
42205         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
42206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
42207         Condition symbol version definitions on [HAVE_ELFV2_ABI].
42209         * shlib-versions: Remove OS-specific entries.  Moved to files in
42210         sysdeps.
42211         * sysdeps/mach/hurd/shlib-versions: New file.
42212         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
42214         * nptl/shlib-versions: Remove architecture-specific entries.
42215         Moved to files in sysdeps.
42216         * shlib-versions: Likewise.
42217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
42218         file.
42219         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
42220         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
42221         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
42222         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
42224         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
42225         (UDP_NO_CHECK6_RX): Likewise.
42227 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
42229         * sysdeps/posix/sysconf.c (__sysconf): Spell
42230         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
42232 2014-08-12  Florian Weimer  <fweimer@redhat.com>
42234         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
42235         loading.
42236         * iconv/Versions (__gconv_transliterate): Export for use from
42237         gconv modules.
42238         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
42239         (struct __gconv_trans_data, __gconv_trans_fct,
42240         __gconv_trans_context_fct, __gconv_trans_query_fct,
42241         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
42242         definitions.
42243         (struct __gconv_step_data): Remove __trans member.
42244         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
42245         longer hidden.  Remove unused trans_data argument.
42246         * iconv/gconv_int.h (struct trans_struct): Remove definition.
42247         (__gconv_translit_find): Remove declaration.
42248         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
42249         prototype.
42250         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
42251         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
42252         trans_data argument.  Add hidden definition.
42253         (__gconv_translit_find): Remove.
42254         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
42255         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
42256         * iconv/skeleton.c: Remove transliteration initialization.
42257         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
42258         __gconv_step_data initialization.
42259         * libio/iofwide.c (__libio_translit_): Remove.
42260         (_IO_fwide): Adjust struct __gconv_step_data initialization.
42261         * wcsmbs/btowc.c (__btowc): Likewise.
42262         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
42263         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
42264         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
42265         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
42266         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
42267         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
42268         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
42269         * wcsmbs/wctob.c (wctob): Likewise.
42271 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
42273         [BZ #16194]
42274         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
42275         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
42276         register usage.
42277         * sysdeps/x86/Makefile: Adjust.
42279 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
42280             Roland McGrath  <roland@hack.frob.com>
42282         * locale/weight.h: Add include guard.
42283         (findidx): Make static rather than auto; take new parameters
42284         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
42285         * locale/weightwc.h: Likewise.
42286         * posix/fnmatch_loop.c
42287         (FCT): Change type of EXTRA from int32_t to wint_t.
42288         Don't include either header inside the function.
42289         Call FINDIDX rather than findidx, and pass new arguments.
42290         #undef FINDIDX at the end of the file.
42291         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
42292         FINDIDX before including fnmatch_loop.c for the non-wide version.
42293         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
42294         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
42295         for the wide version.
42296         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
42297         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
42298         Pass new arguments to findidx.
42299         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
42300         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
42301         Don't #include it inside the function.  Pass new arguments to findidx.
42302         * posix/regex_internal.h
42303         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
42304         (re_string_elem_size_at): Don't #include it inside the function.
42305         Pass new arguments to findidx.
42306         * string/strcoll_l.c: #include WEIGHT_H at top level.
42307         (get_next_seq): Don't #include it inside the function.
42308         Pass new arguments to findidx.
42309         (get_next_seq_nocache): Likewise.
42310         * string/strxfrm_l.c: #include WEIGHT_H at top level.
42311         (STRXFRM): Don't #include it inside the function.
42312         Pass new arguments to findidx.
42314 2014-09-11  Florian Weimer  <fweimer@redhat.com>
42316         [BZ #17344]
42317         * malloc/malloc.c (unlink): Turn asserts into a call to
42318         malloc_printerr.
42320 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
42322         [BZ #17370]
42323         * libio/wfileops (do_ftell_wide): Free OUT.
42325 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
42327         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
42329 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42331         [BZ #17363]
42332         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
42333         group if the current group is empty.
42335 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42337         * benchtests/bench-memset.c (test_main): Add more test from size
42338         from 32 to 512 bytes.
42339         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
42340         Add POWER8 memset object.
42341         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
42342         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
42343         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
42344         implementation.
42345         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
42346         Likewise.
42347         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
42348         multiarch POWER8 memset optimization.
42349         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
42350         POWER8 memset optimization.
42352         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
42353         Remove bzero multiarch objects.
42354         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
42355         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
42356         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
42357         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
42358         Remove define.
42359         [__bzero]: Redefine to specific name.
42360         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
42361         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
42362         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
42363         define.
42364         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
42365         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
42367 2014-09-10  Florian Weimer  <fweimer@redhat.com>
42369         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
42370         warnings into errors.
42372         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
42373         __cxa_thread_atexit_impl prototype.
42375 2014-09-09  Steve Ellcey  <sellcey@mips.com>
42377         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
42378         Fix capitalization of error message.
42380 2014-09-09  Steve Ellcey  <sellcey@mips.com>
42382         * sysdeps/mips/preconfigure: Modify ABI tests.
42384 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
42386         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
42388 2014-09-07  Roland McGrath  <roland@hack.frob.com>
42389             Carlos O'Donell  <carlos@systemhalted.org>
42391         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
42392         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
42393         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
42394         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
42395         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
42396         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
42397         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
42398         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
42399         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
42400         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
42401         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
42402         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
42403         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
42404         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
42405         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
42406         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
42407         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
42408         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
42409         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
42410         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
42411         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
42412         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
42413         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
42414         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
42415         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
42416         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
42417         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
42418         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
42419         Deconditionalize the code that was previously under [RESET_PID].
42420         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
42421         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
42422         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
42423         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
42424         include sysdep.h.
42426 2014-09-08  Allan McRae  <allan@archlinux.org>
42428         * version.h (RELEASE): Set to "development".
42429         (VERSION): Set to "2.20.90"
42431 2014-09-07  Allan McRae  <allan@archlinux.org
42433         * version.h (RELEASE): Set to "stable".
42434         (VERSION): Set to "2.20"
42435         * include/features.h (__GLIBC_MINOR__): Set to 20.
42437         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
42438         Liebler.
42440         * po/ko.po: Update Korean translation from translation project.
42442 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
42444         [BZ #17354]
42445         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
42446         macro for handling signed relocations.
42448 2014-09-03  Florian Weimer  <fweimer@redhat.com>
42450         [BZ #17325]
42451         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
42452         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
42453         assert.
42454         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
42455         * iconvdata/ibm935.c (BODY): Likewise.
42456         * iconvdata/ibm937.c (BODY): Likewise.
42457         * iconvdata/ibm939.c (BODY): Likewise.
42458         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
42459         assert.
42460         * iconvdata/Makefile (iconv-test.out): Pass module list to test
42461         script.
42462         * iconvdata/run-iconv-test.sh: New test loop for checking for
42463         decoder crashers.
42465 2014-09-02  Khem Raj  <raj.khem@gmail.com>
42467         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
42468         libm_hidden_ver.
42470 2014-09-01  Allan McRae  <allan@archlinux.org>
42472         * po/eo.po: Update Esperanto translation from translation project.
42474         * po/ca.po: Update Catalan translation from translation project.
42476 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42478         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
42479         __proc_dostop call.
42481 2014-08-27  Mark Wielaard  <mjw@redhat.com>
42483         [BZ #17319]
42484         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
42485         to call set_thread_area instead of hand written asm.
42486         (__NR_set_thread_area): Removed define.
42487         (TLS_FLAG_WRITABLE): Likewise.
42488         (__ASSUME_SET_THREAD_AREA): Remove check.
42489         (TLS_EBX_ARG): Remove define.
42490         (TLS_LOAD_EBX): Likewise.
42492 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42494         Simplify atomicity of socket creation in bind.
42496         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
42497         looking up the name after linking the file.
42499 2014-08-27  Allan McRae  <allan@archlinux.org>
42501         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
42503 2014-08-26  Florian Weimer  <fweimer@redhat.com>
42505         [BZ #17187]
42506         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
42507         trans_compare, open_translit, __gconv_translit_find):
42508         Remove module loading code.
42510 2014-08-26  Allan McRae  <allan@archlinux.org>
42512         * po/vi.po: Update Vietnamese translation from translation project.
42514         * po/uk.po: Update Ukrainian translation from translation project.
42516         * po/fr.po: Update French translation from translation project.
42518         * po/ru.po: Update Russian translation from translation project.
42520         * po/pl.po: Update Polish translation from translation project.
42522         * po/cs.po: Update Czech translation from translation project.
42524         * po/de.po: Update German translation from translation project.
42526         * po/bg.po: Update Bulgarian translation from translation project.
42528         * po/sv.po: Update Sweedish translation from translation project.
42530         * po/nl.po: Update Dutch translation from translation project.
42532         * po/es.po: Update Spanish translation from translation project.
42534 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
42536         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
42538         * catgets/Makefile (CPPFLAGS-gencat): Remove.
42539         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
42540         (CPPFLAGS-iconvconfig): Likewise.
42541         * timezone/Makefile (CPPFLAGS-zic): Likewise.
42543         * include/libc-symbols.h: Remove unnecessary check for
42544         NOT_IN_libc.
42545         * nptl/pthreadP.h: Likewise.
42546         * sysdeps/aarch64/setjmp.S: Likewise.
42547         * sysdeps/alpha/setjmp.S: Likewise.
42548         * sysdeps/arm/sysdep.h: Likewise.
42549         * sysdeps/i386/setjmp.S: Likewise.
42550         * sysdeps/m68k/setjmp.c: Likewise.
42551         * sysdeps/posix/getcwd.c: Likewise.
42552         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
42553         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
42554         * sysdeps/s390/s390-32/setjmp.S: Likewise.
42555         * sysdeps/s390/s390-64/setjmp.S: Likewise.
42556         * sysdeps/sh/sh3/setjmp.S: Likewise.
42557         * sysdeps/sh/sh4/setjmp.S: Likewise.
42558         * sysdeps/unix/alpha/sysdep.h: Likewise.
42559         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
42560         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
42561         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
42562         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
42563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
42564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
42565         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
42566         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
42567         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
42568         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42569         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42570         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
42571         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
42572         * sysdeps/x86_64/setjmp.S: Likewise.
42574 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
42576         [BZ #17263]
42577         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
42578         <stdint.h>.
42579         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
42580         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
42582 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
42584         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
42586         [BZ #17262]
42587         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
42588         and __x86_64__ when disabling x87 inline functions.
42590 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
42592         [BZ #17259]
42593         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
42594         asm statement with __cpuid_count.
42596 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
42598         * configure.ac: Change __ehdr_start code to dereference the struct.
42599         Run readelf on the output to look for relocations.
42600         * configure: Regenerated.
42602 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
42604         [BZ #17261]
42605         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
42606         value to 0.
42607         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
42609 2014-08-12  Roland McGrath  <roland@hack.frob.com>
42611         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
42613 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
42615         [BZ #16892]
42616         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
42617         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
42619 2014-08-12  Sean Anderson  <seanga2@gmail.com>
42621         * malloc/malloc.c: Fix typo in comment.
42623 2014-08-09  Allan McRae  <allan@archlinux.org>
42625         * Regenerate libc.po.
42627 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
42629         * intl/tst-gettext2.sh: Check every lang file for creation.
42631 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
42633         * sysdeps/aarch64/fpu/math_private.h
42634         (libc_feholdsetround_noex_aarch64_ctx): New function.
42636 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
42638         * sysdeps/arm/armv6/strcpy.S (strcpy):
42639         Fix performance issue in misaligned cases.
42641 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42643         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
42644         Move definition from termios.h.
42645         (struct termio): Likewise.
42646         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
42647         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
42648         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
42649         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
42650         Likewise.
42651         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
42652         Move definition to ioctl-types.h
42653         (struct termio): Likewise.
42654         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
42655         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
42656         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
42657         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
42658         Likewise.
42660 2014-08-05  Richard Henderson  <rth@redhat.com>
42662         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
42663         exceptions.
42664         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
42665         Add fraiseexcpt.
42666         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
42667         Use __feraiseexcept.
42668         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
42669         Protect libm symbols with IS_IN_libm.
42671         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
42673 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
42675         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
42677 2014-08-04  Will Newton  <will.newton@linaro.org>
42679         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
42680         file.
42682 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
42684         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
42685         variants for each function.
42687 2014-08-04  Roland McGrath  <roland@hack.frob.com>
42689         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
42690         appended ...
42691         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
42692         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
42693         appended ...
42694         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
42695         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
42696         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
42697         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
42698         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
42699         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
42700         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
42701         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
42702         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
42703         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
42704         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
42705         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
42706         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
42707         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
42708         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
42709         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
42710         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
42711         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
42712         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
42713         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
42714         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
42715         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
42716         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
42717         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
42718         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
42719         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
42720         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
42721         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
42722         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
42723         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
42724         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
42725         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
42726         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
42727         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
42728         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
42729         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
42730         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
42731         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
42732         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
42733         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
42734         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
42735         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
42736         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
42737         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
42738         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
42739         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
42740         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
42741         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
42742         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
42743         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
42744         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
42745         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
42746         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
42747         Update #include.
42748         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
42749         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
42751 2014-08-04  Roland McGrath  <roland@hack.frob.com>
42753         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
42754         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
42755         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
42756         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
42757         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
42758         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
42760 2014-08-04  Roland McGrath  <roland@hack.frob.com>
42762         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
42763         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
42764         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
42765         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
42767 2014-08-04  Roland McGrath  <roland@hack.frob.com>
42769         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
42770         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
42771         (__libc_vfork): Define function under this name.
42772         (__vfork): Define as an alias.
42773         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
42774         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
42776 2014-08-04  Roland McGrath  <roland@hack.frob.com>
42778         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
42779         that was previously under [RESET_PID].
42780         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
42782 2014-08-04  Andreas Schwab  <schwab@suse.de>
42784         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
42786 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
42788         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
42789         (main): Likewise.
42791 2014-08-01  Roland McGrath  <roland@hack.frob.com>
42793         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
42795 2014-08-01  Richard Henderon  <rth@redhat.com>
42797         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
42798         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
42799         typo in exact zero test.
42800         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
42801         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
42802         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
42804 2014-08-01  Roland McGrath  <roland@hack.frob.com>
42806         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
42807         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
42808         * sysdeps/arm/sysdep.h: ... here.
42809         [!__ASSEMBLER__]: Include <stdint.h>.
42811 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
42813         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
42814         (HAVE_WCTYPE_H): Likewise.
42815         (HAVE_ISWCTYPE): Likewise.
42816         (ENABLE_NLS): Likewise.
42817         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
42818         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
42820         * posix/regex_internal.c: Check if DEBUG is defined and is
42821         set.
42823         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
42824         (HAVE_MBSRTOWCS): Likewise.
42825         * posix/fnmatch.c: Include string.h unconditionally.
42827 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
42829         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
42830         reversal.
42832 2014-07-31  Roland McGrath  <roland@hack.frob.com>
42834         * sysdeps/generic/safe-fatal.h: New file.
42835         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
42836         * nptl/forward.c: Include it.
42837         (__pthread_unwind): Use __safe_fatal as default action, rather
42838         than a bogus use of INTERNAL_SYSCALL that could never work.
42840         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
42841         * configure.ac (libc_cv_builtin_trap): New test.
42842         * configure: Regenerated.
42843         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
42844         (ABORT_INSTRUCTION): Define using __builtin_trap.
42846         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
42847         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
42848         * sysdeps/nptl/nptl-signals.h: New file.
42849         * nptl/pthreadP.h: Include <nptl-signals.h>.
42851 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
42853         * sysdeps/s390/s390-64/utf16-utf32-z9.c
42854         (ONE_DIRECTION): Define.
42855         * sysdeps/s390/s390-64/utf8-utf16-z9.c
42856         (ONE_DIRECTION): Define.
42857         * sysdeps/s390/s390-64/utf8-utf32-z9.c
42858         (ONE_DIRECTION): Define.
42860 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
42862         * sysdeps/s390/Makefile: Delete file.
42863         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
42864         * sysdeps/s390/__longjmp.c: Delete file.
42865         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
42866         Remove fields __flags and __reserved.
42867         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
42868         and add versioning.
42869         * sysdeps/s390/rtld-__longjmp.c: Delete file.
42870         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
42871         * sysdeps/s390/rtld-setjmp.S: Likewise.
42872         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
42873         * sysdeps/s390/s390-32/__longjmp.c: ... here.
42874         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
42875         * sysdeps/s390/s390-32/setjmp.S: ... here.
42876         Add versioning.
42877         (__sigsetjmp): Remove setting __flags field.
42878         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
42879         * sysdeps/s390/s390-64/__longjmp.c: ... here.
42880         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
42881         * sysdeps/s390/s390-64/setjmp.S: ... here.
42882         Add versioning.
42883         (__sigsetjmp): Remove setting __flags field.
42884         * sysdeps/s390/setjmp.S: Delete file.
42885         * sysdeps/s390/sigjmp.c: Likewise.
42886         * sysdeps/s390/v1-longjmp.c: Likewise.
42887         * sysdeps/s390/v1-setjmp.h: Likewise.
42888         * sysdeps/s390/v1-sigjmp.c: Likewise.
42889         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
42890         Remove v1-longjmp_chk.
42891         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
42892         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
42893         Include debug/longjmp_chk.c and add versioning.
42894         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
42895         Include nptl/pt-longjmp.c and add versioning.
42896         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
42897         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
42898         Include __longjmp.c.
42899         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
42900         Move to ...
42901         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
42902         (__getcontext): Remove setting __flags field.
42903         Add versioning.
42904         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
42905         Don't restore upper high grps.
42906         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
42907         Likewise.
42908         (__swapcontext): Remove setting uc_flags field.
42909         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
42910         Delete file.
42911         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
42912         Include __longjmp.c.
42913         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
42914         Move to ...
42915         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
42916         (__getcontext): Remove setting __flags field.
42917         Add versioning.
42918         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
42919         (__swapcontext): Remove setting uc_flags field.
42920         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
42921         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
42922         Remove fields uc_high_gprs and __reserved.
42923         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
42924         New file with reverted content.
42925         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
42926         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
42927         Regenerated.
42928         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
42929         Regenerated.
42931 2014-07-31  Andreas Schwab  <schwab@suse.de>
42933         * config.h.in (HAVE_IFUNC): Define to 0.
42934         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
42935         definedness.
42937 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
42939         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
42940         memmove-avx-unaligned, memcpy-avx-unaligned and
42941         mempcpy-avx-unaligned.
42942         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
42943         Add tests for AVX memcpy functions.
42944         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
42945         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
42946         memcpy_chk.
42947         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
42948         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
42949         memmove_chk.
42950         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
42951         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
42952         mempcpy_chk.
42953         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
42954         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
42955         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
42957 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42959         [BZ #17213]
42960         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
42961         powerpc64le.
42963 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
42965         [BZ #16839]
42966         * manual/llio.texi: Add section about open file description locks.
42967         * manual/examples/ofdlocks.c: Example of open file description
42968         lock usage.
42969         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
42970         F_OFD_SETLK, and F_OFD_SETLKW.
42972 2014-07-23  Allan McRae  <allan@archlinux.org>
42974         * po/es.po: Update Spanish translation from translation project.
42976 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
42978         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
42980 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
42982         [BZ #17078]
42983         * sysdeps/arm/dl-machine.h (elf_machine_rela)
42984         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
42985         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
42987 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
42989         [BZ #17088]
42990         * math/fesetenv.c (__fesetenv)
42991         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
42992         * math/feupdateenv.c (__feupdateenv)
42993         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
42995         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
42996         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
42997         (__ASSUME_SOCKETCALL): Do not define.
42999         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
43000         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
43001         (__ASSUME_SOCKETCALL): Do not define.
43002         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
43003         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
43004         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
43005         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
43006         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
43007         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
43008         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
43009         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
43011         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
43012         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
43013         (__ASSUME_SOCKETCALL): Do not define.
43014         (__ASSUME_IPC64): Define unconditionally.
43015         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
43016         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
43017         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
43018         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
43019         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
43020         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
43021         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
43022         Likewise.
43024         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
43025         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
43026         (__ASSUME_SOCKETCALL): Do not define.
43027         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
43028         (__ASSUME_FUTEX_LOCK_PI): Likewise.
43029         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
43030         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
43031         (__ASSUME_REQUEUE_PI): Define unconditionally.
43032         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
43033         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
43034         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
43035         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
43036         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
43037         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
43039         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
43040         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
43041         (__ASSUME_SOCKETCALL): Do not define.
43042         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
43043         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
43044         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
43045         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
43046         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
43047         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
43049         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
43050         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
43051         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
43052         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
43053         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
43054         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
43055         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
43056         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
43057         (__ASSUME_GETCPU_SYSCALL): Likewise.
43059         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
43060         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
43061         cases for individual architectures.
43062         * sysdeps/gnu/configure: Regenerated.
43063         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
43064         LIBC_SLIBDIR_RTLDDIR.
43065         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
43066         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
43067         LIBC_SLIBDIR_RTLDDIR.
43068         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
43069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
43070         LIBC_SLIBDIR_RTLDDIR.
43071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
43072         Regenerated.
43073         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
43074         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
43075         file.
43076         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
43077         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
43078         file.
43079         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
43080         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
43081         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
43082         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
43084         * sysdeps/aarch64/shlib-versions: Move to ...
43085         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
43086         * sysdeps/alpha/shlib-versions: Move to ...
43087         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
43088         * sysdeps/arm/shlib-versions: Move to ...
43089         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
43090         * sysdeps/hppa/shlib-versions: Move all contents except for
43091         libgcc_s entry to ...
43092         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
43093         entry from ...
43094         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
43095         * sysdeps/ia64/shlib-versions: Move to ...
43096         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
43097         entry from ...
43098         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
43099         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
43100         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
43101         * sysdeps/microblaze/shlib-versions: Move to ...
43102         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
43103         * sysdeps/mips/shlib-versions: Move to ...
43104         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
43105         entry from ...
43106         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
43107         * sysdeps/tile/shlib-versions: Move to ...
43108         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
43109         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
43110         from ...
43111         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
43112         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
43113         entry from ...
43114         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
43116 2014-07-17  Will Newton  <will.newton@linaro.org>
43118         * sysdeps/arm/bits/atomic.h
43119         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
43120         (__arch_compare_and_exchange_bool_16_int): Likewise.
43121         (__arch_compare_and_exchange_bool_64_int): Likewise.
43123         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
43124         into an #else block.
43126 2014-07-16  Roland McGrath  <roland@hack.frob.com>
43128         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
43129         just Linux configurations.  Test empirically that the compiler sets
43130         __ARM_EABI__, rather than using the tuple to decide.
43131         * sysdeps/arm/preconfigure: Regenerated.
43132         * sysdeps/unix/sysv/linux/arm/configure: File removed.
43133         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
43134         contents appended ...
43135         * sysdeps/arm/configure.ac: ... here.
43136         * sysdeps/arm/configure: Regenerated.
43138 2014-07-15  Roland McGrath  <roland@hack.frob.com>
43140         * nptl/pthread_kill.c: New file.
43141         * nptl/pthread_sigmask.c: New file.
43142         * nptl/pthread_sigqueue.c: New file.
43144         * sysdeps/nptl/lowlevellock.h: New file.
43145         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
43146         * sysdeps/nptl/lowlevellock-futex.h: New file.
43148         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
43149         Remove dead declarations.
43151 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
43153         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
43154         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
43155         config-cflags-avx2.
43156         * sysdeps/x86_64/configure.ac: Likewise.
43157         * sysdeps/i386/configure: Regenerated.
43158         * sysdeps/x86_64/configure: Likewise.
43159         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
43160         memset-avx2 only if config-cflags-avx2 is yes.
43161         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
43162         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
43163         defined.
43164         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
43165         only if HAVE_AVX2_SUPPORT is defined.
43166         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
43168 2014-07-14  Alan Modra  <amodra@gmail.com>
43170         [BZ #17153]
43171         * elf/elf.h (DT_PPC64_NUM): Correct value.
43172         * NEWS: Add to fixed bug list.
43174 2014-07-13  Jim Meyering  <meyering@fb.com>
43176         [BZ 17150]
43177         regex: don't deref NULL upon heap allocation failure
43178         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
43179         failure in one more place.
43180         To trigger the segfault, configure grep -with-included-regex,
43181         build it, and run these commands:
43182         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
43184 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
43186         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
43188 2014-07-11  Richard Henderson  <rth@redhat.com>
43190         * sysdeps/aarch64/libm-test-ulps: Update.
43192 2014-07-10  Florian Weimer  <fweimer@redhat.com>
43194         [BZ #17135]
43195         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
43196         * nptl/allocatestack.c (__nptl_setxid_error): New function.
43197         (__nptl_setxid): Initialize error member.  Call
43198         __nptl_setxid_error.
43199         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
43200         * nptl/descr.h (struct xid_command): Add error member.
43201         * nptl/tst-setuid3.c: New file.
43202         * nptl/Makefile (tests): Add it.
43204 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43206         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
43207         New define.
43208         (__lll_trylock): Use __lll_base_trylock.
43209         (__lll_cond_trylock): Likewise.
43211 2014-07-10  Roland McGrath  <roland@hack.frob.com>
43213         * nptl/pthread_create.c (start_thread): Use atomic_or and
43214         lll_futex_wake directly rather than lll_robust_dead.
43215         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
43216         (lll_robust_dead): Macro removed.
43217         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
43218         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
43219         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
43220         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
43221         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
43222         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
43223         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
43224         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
43225         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
43226         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
43227         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
43228         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
43229         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
43230         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
43231         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
43233         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
43234         Use atomic_compare_and_exchange_val_acq directly rather than
43235         lll_robust_trylock.
43236         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
43237         (__lll_robust_trylock, lll_robust_trylock): Removed.
43238         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
43239         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
43240         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
43241         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
43242         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
43243         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
43244         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
43245         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
43246         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
43247         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
43248         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
43249         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
43250         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
43251         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
43253 2014-07-02  Florian Weimer  <fweimer@redhat.com>
43255         * manual/locale.texi (Locale Names): New section documenting
43256         locale name syntax.  Adjust menu and node chaining accordingly.
43257         (Choosing Locale): Reference Locale Names, Locale Categories.
43258         Mention setting LC_ALL=C.  Reflect that name syntax is now
43259         documented.
43260         (Locale Categories): New section title.  Reference Locale Names.
43261         LC_ALL is an environment variable, but not a category.
43262         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
43263         description, now in Locale Name.  Reference that section.  Locale
43264         name syntax is now documented.
43266 2014-07-02  Florian Weimer  <fweimer@redhat.com>
43268         [BZ #17137]
43269         * locale/findlocale.c (name_present, valid_locale_name): New
43270         functions.
43271         (_nl_find_locale): Use the loc_name variable to store name
43272         candidates.  Call name_present and valid_locale_name to check and
43273         validate locale names.  Return an error if the locale is invalid.
43275 2014-07-02  Florian Weimer  <fweimer@redhat.com>
43277         * locale/setlocale.c (setlocale): Use strdup for allocating
43278         composite name copy.
43280 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43282         Sync up with gnulib.
43283         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
43284         [!_LIBC && ENABLE_NLS]: Include gettext.h.
43285         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
43286         and _GL_ARG_NONNULL.
43287         [USE_UNLOCKED_IO]: Include unlocked-io.h.
43288         [!_LIBC]: Include code for Windows and Cygwin.
43289         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
43290         Include prototype for int strerror_r.
43291         [!_LIBC] (is_open): New function.
43292         (flush_stdout): New function.
43293         (print_errno_message): Use it.
43294         (error): Likewise.
43295         (error_at_line): Likewise.
43296         (error_tail) Add function attribute macros.  Use
43297         __builtin_expect.
43299         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
43301         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
43303         * io/ftw.c: Include sys/param.h unconditionally.
43305         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
43307         [BZ #17125]
43308         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
43309         libc_freeres_ptr.
43310         (freecache): New function to free CACHE on exit.
43312         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
43313         initialization.
43315 2014-07-09  David S. Miller  <davem@davemloft.net>
43317         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43319         * sysdeps/sparc/nptl/internaltypes.h: Delete.
43320         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
43321         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
43322         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
43323         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
43324         * sysdeps/sparc/nptl/sem_init.c: Likewise.
43325         * sysdeps/sparc/nptl/sem_post.c: Likewise.
43326         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
43327         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
43328         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
43329         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
43330         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
43331         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
43333 2014-07-09  Andreas Schwab  <schwab@suse.de>
43335         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
43336         output.
43337         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
43338         (do_test): Likewise.
43340         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43342 2014-07-09  Will Newton  <will.newton@linaro.org>
43344         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
43345         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
43346         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
43347         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
43348         * sysdeps/hppa/start.S (_start): Likewise.
43350 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
43352         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
43354         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
43355         defined.
43357 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
43359         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
43360         after checking that it is non-NULL.
43362         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
43364 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43366         * sysdeps/powerpc/memmove.c: Remove file.
43367         * sysdeps/powerpc/powerpc32/power4/memcopy.h
43368         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
43369         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
43370         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
43371         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
43372         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
43373         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
43374         string memmove instead of removed powerpc one.
43376         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
43377         [weak_alias]: Fix compiler warning due trailing data.
43378         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
43379         [weak_alias]: Likewise.
43380         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
43381         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
43383         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
43384         (__libc_ifunc_impl_list): Add memmove functions.
43386 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
43388         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
43389         Remove code.
43390         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
43391         Likewise.
43392         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
43393         Likewise.
43394         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
43395         Likewise.
43396         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
43397         Likewise.
43398         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
43399         Likewise.
43400         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
43401         Likewise.
43402         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
43403         Likewise.
43404         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
43405         Likewise.
43406         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
43407         Likewise.
43408         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
43409         Likewise.
43410         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
43411         Likewise.
43412         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
43413         Likewise.
43414         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
43415         Likewise.
43416         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
43417         Likewise.
43418         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
43419         Likewise.
43420         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
43421         Likewise.
43423 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43425         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
43426         to avoid alignment traps in non-cacheable memory.
43427         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
43429         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
43430         multiarch objects.
43431         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
43432         file: multiarch power7 memmove.
43433         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
43434         multiarch default memmove.
43435         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
43436         multiarch memove for powerpc32/power4.
43438         * string/bcopy.c: Use full path to include memmove.c.
43439         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
43440         multiarch objects.
43441         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
43442         bcopy for powerpc64.
43443         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
43444         bcopy for powerpc64.
43445         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
43446         and memmove implementations.
43447         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
43448         optimized multiarch memmove for POWER7/powerpc64.
43449         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
43450         default multiarch memmove for powerpc64.
43451         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
43452         multiarch for powerpc64.
43453         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
43454         for POWER7/powerpc64.
43455         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
43456         memmove for POWER7/powerpc64.
43458         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
43459         glibc default one.
43461         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
43462         __ELF_NATIVE_CLASS equal to 64.
43464 2014-07-07  Roland McGrath  <roland@hack.frob.com>
43466         * sysdeps/nptl/lowlevellock.h: File removed.
43468         * NEWS: NPTL is no longer an add-on!
43469         * nptl/internaltypes.h: Moved ...
43470         * sysdeps/nptl/internaltypes.h: ... here.
43471         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
43472         * sysdeps/nptl/fork.c: Likewise.
43473         * sysdeps/nptl/gai_misc.h: Likewise.
43474         * sysdeps/nptl/librt-cancellation.c: Likewise.
43475         * sysdeps/nptl/jmp-unwind.c: Likewise.
43476         * sysdeps/nptl/setxid.h: Likewise.
43477         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
43478         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
43479         * sysdeps/unix/sysv/linux/arm/Implies: New file.
43480         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
43481         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
43482         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
43483         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
43484         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
43485         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
43486         * sysdeps/unix/sysv/linux/mips/Implies: New file.
43487         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
43488         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
43489         * sysdeps/unix/sysv/linux/sh/Implies: New file.
43490         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
43491         * sysdeps/unix/sysv/linux/tile/Implies: New file.
43492         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
43493         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
43494         * nptl/Makeconfig: Moved ...
43495         * sysdeps/nptl/Makeconfig: ... here.
43496         * nptl/configure: File removed.
43497         * nptl/ANNOUNCE: File removed.
43498         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
43499         * sysdeps/unix/sysv/linux/configure: Regenerated.
43501         * nptl/Makefile (routines): Add libc_pthread_init,
43502         libc_multiple_threads, register-atfork and unregister-atfork.
43503         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
43504         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
43505         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
43506         pthread-pi-defines.sym, structsem.sym.
43507         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
43508         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
43509         [$(subdir) = nptl] (tests): Add tst-setgetname.
43510         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
43511         * sysdeps/unix/sysv/linux/sigaction.c: Just include
43512         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
43513         [!LIBC_SIGACTION]: Remove aliases.
43514         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
43515         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
43516         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
43517         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
43518         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
43519         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
43520         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
43521         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
43522         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
43523         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
43524         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
43525         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
43526         __libc_allocate_rtsig_private.
43527         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
43528         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
43529         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
43530         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
43531         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
43532         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
43533         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
43534         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
43535         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
43536         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
43537         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
43538         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
43539         * nptl/internaltypes.h: ... here.
43540         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
43541         * sysdeps/nptl/jmp-unwind.c: ... here.
43542         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
43543         * nptl/libc-lowlevellock.c: ... here.
43544         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
43545         * nptl/libc_multiple_threads.c: ... here.
43546         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
43547         * nptl/libc_pthread_init.c: ... here.
43548         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
43549         * nptl/lowlevelbarrier.sym: ... here.
43550         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
43551         * nptl/lowlevelcond.sym: ... here.
43552         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
43553         * nptl/lowlevellock.c: ... here.
43554         * nptl/lowlevellock.h: Moved ...
43555         * sysdeps/nptl/lowlevellock.h: ... here.
43556         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
43557         * nptl/lowlevelrobustlock.c: ... here.
43558         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
43559         * nptl/lowlevelrobustlock.sym: ... here.
43560         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
43561         * nptl/lowlevelrwlock.sym: ... here.
43562         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
43563         * nptl/pt-fork.c: ... here.
43564         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
43565         * nptl/pthread-pi-defines.sym: ... here.
43566         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
43567         * nptl/pthread_attr_getaffinity.c: ... here.
43568         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
43569         * nptl/pthread_attr_setaffinity.c: ... here.
43570         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
43571         * nptl/pthread_mutex_cond_lock.c: ... here.
43572         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
43573         Update #include.
43574         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
43575         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
43576         * nptl/pthread_once.c: ... here, replacing old file.
43577         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
43578         * nptl/pthread_yield.c: ... here.
43579         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
43580         * nptl/register-atfork.c: ... here.
43581         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
43582         * nptl/sem_post.c: ... here.
43583         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
43584         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
43585         * nptl/sem_timedwait.c: ... here.
43586         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
43587         * nptl/sem_trywait.c: ... here.
43588         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
43589         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
43590         * nptl/sem_wait.c: ... here.
43591         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
43592         * nptl/structsem.sym: ... here.
43593         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
43594         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
43595         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
43596         * nptl/unregister-atfork.c: ... here.
43597         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
43598         * nptl/unwindbuf.sym: ... here.
43599         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
43600         * sysdeps/nptl/fork.c: ... here.
43601         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
43602         * sysdeps/nptl/fork.h: ... here.
43603         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
43604         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
43605         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
43606         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
43607         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
43608         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
43609         * sysdeps/unix/sysv/linux/getpid.c: ... here.
43610         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
43611         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
43612         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
43613         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
43614         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
43615         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
43616         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
43617         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
43618         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
43619         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
43620         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
43621         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
43622         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
43623         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
43624         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
43625         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
43626         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
43627         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
43628         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
43629         * sysdeps/unix/sysv/linux/raise.c: ... here.
43630         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
43631         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
43632         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
43633         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
43634         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
43635         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
43636         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
43637         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
43638         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
43639         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
43640         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
43641         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
43642         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
43643         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
43644         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
43646 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
43648         * sysdeps/generic/memcopy.h: Add comment for
43649         MEMCPY_OK_FOR_FWD_MEMMOVE.
43651 2014-07-04  Will Newton  <will.newton@linaro.org>
43653         * string/memchr.c: Merge from gnulib.
43654         [_LIBC]: Remove conditionals.
43655         (__ptr_t): Remove define.
43656         (LONG_MAX_32_BITS): Likewise.
43657         (LONG_MAX): Likewise.
43658         (MEMCHR): Use ANSI prototype and optimize algorithm.
43660         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
43662 2014-07-03  Roland McGrath  <roland@hack.frob.com>
43664         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
43665         (lll_futex_timed_wait_bitset): Fix syscall argument count.
43667         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
43668         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
43669         in a bare environment with no <stdlib.h> installed.
43670         * sysdeps/nptl/configure: Regenerated.
43672         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
43674         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
43675         AC_EGREP_CPP for kernel header checks, so they only succeed if
43676         including <linux/version.h> actually works right.
43677         * sysdeps/unix/sysv/linux/configure: Regenerated.
43679         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
43680         value so it's not diagnosed as unused.
43682         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
43683         thing) with "ifeq ($(subdir),rt)".
43685 2014-07-03  Richard Henderson  <rth@redhat.com>
43687         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
43688         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
43689         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
43691         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
43692         (math_force_eval): New.
43694         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
43695         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
43697         * sysdeps/alpha/fpu/s_round.c: Remove file.
43698         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
43700         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
43701         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
43702         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
43703         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
43704         (_dl_start, print_statistics): Likewise.
43705         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
43706         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
43708         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
43709         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
43710         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
43711         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
43712         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
43713         (HP_SMALL_TIMING_AVAIL): Define.
43714         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
43715         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
43716         (HP_SMALL_TIMING_AVAIL): Define.
43717         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
43718         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
43720         * sysdeps/aarch64/hp-timing.h: New file.
43722         * sysdeps/generic/hp-timing.h: Remove dead comment.
43723         * sysdeps/generic/hp-timing-common.h: New file.
43724         * sysdeps/alpha/hp-timing.h: Include it.
43725         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
43726         * sysdeps/i386/i686/hp-timing.h: Likewise.
43727         * sysdeps/ia64/hp-timing.h: Likewise.
43728         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43729         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43730         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43731         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43732         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
43733         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
43734         (hp_timing_t): New.
43736         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
43737         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
43738         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
43739         * elf/rtld.c (_dl_start_final): Likewise.
43740         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
43741         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
43742         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
43743         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
43744         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
43745         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
43746         (HP_TIMING_DIFF_INIT): Remove.
43747         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
43748         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
43749         (HP_TIMING_DIFF_INIT): Remove.
43750         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
43751         * sysdeps/i386/i686/hp-timing.c: Remove file.
43752         * sysdeps/x86_64/hp-timing.c: Remove file.
43753         * sysdeps/ia64/hp-timing.c: Remove file.
43754         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
43755         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
43756         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
43757         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
43759         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
43760         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
43761         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
43762         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
43763         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
43764         (HP_TIMING_ACCUM): Remove.
43765         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
43766         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
43767         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
43769         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
43770         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
43771         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
43772         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
43773         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
43774         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
43775         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
43776         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
43778         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
43780 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
43782         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
43784 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
43786         Sync up with gettext.
43787         * intl/loadmsgcat.c: Define O_BINARY if not defined.
43788         [_MSC_VER]: Include malloc.h
43789         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
43790         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
43791         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
43792         TEMP_FAILURE_RETRY.  Cast return of alloca.
43793         [!_LIBC] Call gl_rwlock_init.
43794         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
43796 2014-07-02  Roland McGrath  <roland@hack.frob.com>
43798         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
43799         before checking its value.
43801 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
43803         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
43805         * debug/memcpy_chk.c: Don't include pagecopy.h.
43806         * debug/mempcpy_chk.c: Likewise.
43807         * string/memcpy.c: Likewise.
43808         * string/memmove.c: Likewise.
43809         * sysdeps/powerpc/memmove.c: Likewise.
43810         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
43811         definition of PAGE_COPY_FWD_MAYBE here...
43812         * sysdeps/generic/pagecopy.h: ... from here.
43813         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
43815 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
43816             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43818         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
43819         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
43820         optimizations.
43821         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
43822         (__libc_ifunc_impl_list): Likewise.
43823         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
43824         multiarch strcat for PPC64.
43825         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
43826         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
43828 2014-07-02  Roland McGrath  <roland@hack.frob.com>
43830         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
43832 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
43834         * intl/loadmsgcat.c: Remove declaration of
43835         get_sysdep_segment_value.
43836         (get_sysdep_segment_value): Use ISO C style.
43837         (_nl_load_domain): Use ISO C style.  Get rid of redundant
43838         semicolon.  Fix typo and formatting in comment.
43839         (_nl_unload_domain): Use ISO C style.
43841         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
43843 2014-07-02  Will Newton  <will.newton@linaro.org>
43845         * malloc/obstack.c: Merge from gnulib master.
43846         [HAVE_CONFIG_H]: Remove conditional code.
43847         [!_LIBC]: Include config.h.
43848         [!ELIDE_CODE]: Don't include inttypes.h, include
43849         stdint.h unconditionally.
43850         (print_and_abort): Mark as _Noreturn.
43851         (_obstack_allocated_p): Mark as __attribute_pure__.
43852         (obstack_free): Rename to __obstack_free.
43853         [!__attribute__]: Remove conditional code.
43854         * malloc/obstack.h: Merge from gnulib master.
43855         [__cplusplus]: Move conditional down.
43856         [!__attribute_pure__]: Define __attribute_pure__ here
43857         if it is not already defined.
43858         (_obstack_memory_used): Mark as __attribute_pure__.
43859         [!__obstack_free]: Define as obstack_free.
43860         [__GNUC__]: Remove check for ancient NeXT gcc.
43862 2014-07-02  Will Newton  <will.newton@linaro.org>
43863             Paul Eggert  <eggert@cs.ucla.edu>
43865         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
43867 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
43869         * resolv/gethnamaddr.c: Add comment warning that the file is
43870         not maintained.
43872 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
43874         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
43875         entries.
43877         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
43878         entry for aio_cancel and aio_cancel64.
43879         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
43880         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
43881         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
43882         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
43883         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
43884         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
43885         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
43886         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
43887         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
43888         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
43889         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
43890         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
43891         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
43893 2014-07-01  Roland McGrath  <roland@hack.frob.com>
43895         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
43896         * nptl/pthread_mutex_lock.c: Likewise.
43897         * nptl/pthread_mutex_timedlock.c: Likewise.
43898         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
43900 2014-07-01  Richard henderson  <rth@redhat.com>
43902         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
43903         (__isnan, __isnanl): Remove.
43904         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
43906         * sysdeps/alpha/fpu/libm-test-ulps: Update.
43908 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
43910         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
43912 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
43914         * resolv/nss_dns/dns-host.c (getanswer_r)
43915         [MULTI_PTRS_ARE_ALIASES]: Remove code.
43917 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
43919         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
43920         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
43921         undefine.
43922         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
43923         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
43925 2014-07-01  Roland McGrath <roland@hack.frob.com>
43927         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
43928         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
43930         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
43931         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
43933         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
43934         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
43935         ... here.
43936         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
43937         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
43939         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
43940         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
43941         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
43942         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
43944         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
43945         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
43946         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
43947         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
43948         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
43949         Moved ...
43950         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
43951         ... here.
43952         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
43953         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
43954         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
43955         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
43956         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
43957         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
43958         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
43959         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
43960         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
43961         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
43962         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
43963         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
43964         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
43965         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
43966         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
43967         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
43968         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
43969         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
43970         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
43971         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
43972         ... here.
43973         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
43974         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
43975         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
43976         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
43977         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
43978         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
43979         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
43980         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
43982 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
43984         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
43985         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
43986         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
43987         Add sysdep.
43989 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43991         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43993 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
43995         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
43996         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
43998         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
44000         * sysdeps/arm/libm-test-ulps: Regenerated.
44002 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
44003             Roland McGrath <roland@hack.frob.com>
44005         * test-skeleton.c (signal_handler): Kill the whole process group
44006         before killing the child individually.
44007         (main): Report any failure on `setpgid'.
44009 2014-06-30  Roland McGrath  <roland@hack.frob.com>
44011         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
44012         from _TLS_H to _ARM_NPTL_TLS_H.
44013         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
44014         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
44016 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
44018         [BZ #16539]
44019         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
44020         (__expm1l): Return argument unchanged when small but not
44021         subnormal.
44023         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
44024         include macro name.
44025         (_FP_UNPACK_RAW_1_P): Likewise.
44026         (_FP_PACK_RAW_1): Likewise.
44027         (_FP_PACK_RAW_1_P): Likewise.
44028         (_FP_MUL_MEAT_1_wide): Likewise.
44029         (_FP_MUL_MEAT_DW_1_hard): Likewise.
44030         (_FP_MUL_MEAT_1_hard): Likewise.
44031         (_FP_DIV_MEAT_1_imm): Likewise.
44032         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
44033         (_FP_DIV_MEAT_1_udiv): Likewise.
44034         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
44035         (_FP_UNPACK_RAW_2): Likewise.
44036         (_FP_UNPACK_RAW_2_P): Likewise.
44037         (_FP_PACK_RAW_2): Likewise.
44038         (_FP_PACK_RAW_2_P): Likewise.
44039         (_FP_MUL_MEAT_DW_2_wide): Likewise.
44040         (_FP_MUL_MEAT_2_wide): Likewise.
44041         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
44042         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
44043         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
44044         (_FP_MUL_MEAT_2_gmp): Likewise.
44045         (_FP_DIV_MEAT_2_udiv): Likewise.
44046         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
44047         (_FP_FRAC_SRL_4): Likewise.
44048         (_FP_FRAC_SRST_4): Likewise.
44049         (_FP_FRAC_SRS_4): Likewise.
44050         (_FP_UNPACK_RAW_4): Likewise.
44051         (_FP_UNPACK_RAW_4_P): Likewise.
44052         (_FP_PACK_RAW_4): Likewise.
44053         (_FP_PACK_RAW_4_P): Likewise.
44054         (_FP_MUL_MEAT_DW_4_wide): Likewise.
44055         (_FP_MUL_MEAT_4_wide): Likewise.
44056         (_FP_MUL_MEAT_4_gmp): Likewise.
44057         (umul_ppppmnnn): Likewise.
44058         (_FP_DIV_MEAT_4_udiv): Likewise.
44059         (__FP_FRAC_ADD_4): Likewise.
44060         (__FP_FRAC_SUB_3): Likewise.
44061         (__FP_FRAC_SUB_4): Likewise.
44062         (__FP_FRAC_DEC_3): Likewise.
44063         (__FP_FRAC_DEC_4): Likewise.
44064         (__FP_FRAC_ADDI_4): Likewise.
44065         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
44066         (_FP_FRAC_SRL_8): Likewise.
44067         (_FP_FRAC_SRS_8): Likewise.
44069         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
44070         include macro name.
44071         (FP_UNPACK_RAW_EP): Likewise.
44072         (FP_PACK_RAW_E): Likewise.
44073         (FP_PACK_RAW_EP): Likewise.
44074         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
44075         (_FP_ISSIGNAN): Likewise.
44076         (_FP_ADD_INTERNAL): Likewise.
44077         (_FP_FMA): Likewise.
44078         (_FP_CMP): Likewise.
44079         (_FP_SQRT): Likewise.
44080         (_FP_TO_INT): Likewise.
44081         (_FP_FROM_INT): Likewise.
44082         (FP_EXTEND): Likewise.
44083         (_FP_DIV_MEAT_N_loop): Likewise.
44085 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
44087         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
44088         throughout.
44090 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
44092         [BZ #17097]
44093         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
44094         result with correct sign in case of exponents that produce
44095         overflow except for X very close to 1.
44097 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
44099         mktime: merge #if/#ifdef usage from glibc
44100         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
44101         as that works with both Glibc's and Gnulib's style.
44102         See thread starting at Siddhesh Poyarekar's bug report at:
44103         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
44105 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
44107         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
44108         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
44109         * sysdeps/tile/tilegx/memmove.c: Remove file.
44111 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
44113         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
44114         abi-name definition.
44115         * scripts/soversions.awk: Do not handle or generate ABI lines.
44116         * shlib-versions: Remove ABI entries.
44117         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
44118         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
44120 2014-06-27  Roland McGrath  <roland@hack.frob.com>
44122         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
44123         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
44124         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
44125         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
44126         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
44127         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
44128         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
44129         Moved ...
44130         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
44131         ... here.
44132         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
44133         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
44134         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
44135         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
44136         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
44137         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
44138         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
44139         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
44140         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
44141         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
44142         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
44143         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
44144         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
44145         Moved ...
44146         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
44147         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
44148         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
44149         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
44150         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
44151         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
44152         Moved ...
44153         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
44154         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
44155         Moved ...
44156         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
44157         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
44158         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
44159         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
44160         Moved ...
44161         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
44162         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
44163         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
44164         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
44165         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
44166         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
44167         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
44168         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
44169         Moved ...
44170         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
44171         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
44172         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
44173         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
44174         Moved ...
44175         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
44176         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
44177         Moved ...
44178         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
44179         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
44180         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
44181         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
44182         Moved ...
44183         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
44184         ... here.
44185         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
44186         Identical file removed.
44187         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
44188         Moved ...
44189         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
44190         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
44191         Identical file removed.
44192         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
44193         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
44194         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
44195         Moved ...
44196         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
44197         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
44198         Identical file removed.
44199         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
44200         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
44201         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
44202         Identical file removed.
44203         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
44204         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
44205         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
44206         Identical file removed.
44207         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
44208         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
44209         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
44210         Identical file removed.
44211         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
44212         Moved ...
44213         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
44214         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
44215         Identical file removed.
44216         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
44217         Moved ...
44218         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
44219         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
44220         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
44221         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
44222         Identical file removed.
44223         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
44224         Moved ...
44225         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
44226         ... here.
44227         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
44228         Identical file removed.
44229         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
44230         Moved ...
44231         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
44232         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
44233         Identical file removed.
44234         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
44235         Moved ...
44236         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
44237         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
44238         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
44239         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
44240         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
44241         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
44242         Moved ...
44243         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
44244         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
44245         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
44247         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
44248         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
44249         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
44250         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
44251         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
44253 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
44255         [BZ #17092]
44256         * nscd/nscd.c (monitor_child): Return exit status of child
44257         instead of return value from wait syscall.
44259 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
44261         * configure.ac (libc_commonpagesize): Remove variable.
44262         (libc_relro_required): Likewise.
44263         (libc_cv_z_relro): Remove configure test.
44264         * configure: Regenerated.
44265         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
44266         variable.
44267         (libc_relro_required): Likewise.
44268         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
44269         (libc_relro_required): Likewise.
44270         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
44271         (libc_relro_required): Likewise.
44272         * sysdeps/arm/preconfigure: Regenerated.
44273         * sysdeps/ia64/preconfigure: Remove file.
44274         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
44275         variable.
44276         (libc_relro_required): Likewise.
44278         [BZ #16561]
44279         [BZ #16562]
44280         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
44281         (__ieee754_yn): Set FE_TONEAREST mode internally and then
44282         recompute overflowing results in original rounding mode.
44283         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
44284         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
44285         recompute overflowing results in original rounding mode.
44286         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
44287         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
44288         recompute overflowing results in original rounding mode.
44289         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
44290         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
44291         recompute overflowing results in original rounding mode.
44292         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
44293         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
44294         recompute overflowing results in original rounding mode.
44295         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
44296         (libc_feholdsetround_ctx): New macro.
44297         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
44298         * sysdeps/i386/fpu/libm-test-ulps: Update.
44299         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
44301 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
44303         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
44304         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
44305         corresponding .cpsetup call.
44307 2014-06-26  Roland McGrath  <roland@hack.frob.com>
44309         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
44310         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
44311         * sysdeps/arm/Makefile [$(subdir) = csu]
44312         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
44313         (static-only-routines): Add aeabi_read_tp here.
44314         (shared-only-routines): Add libc-aeabi_read_tp here.
44315         (CFLAGS-libc-start.c): Add -fexceptions here.
44316         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
44317         (sysdep_routines, static-only-routines, shared-only-routines):
44318         Don't add to these here.
44319         (CFLAGS-libc-start.c): Likewise.
44321         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
44322         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
44323         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
44324         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
44325         * sysdeps/arm/Makefile [$(subdir) = rt]
44326         (librt-sysdep_routines, librt-shared-only-routines):
44327         Append rt-aeabi_unwind_cpp_pr1 here.
44328         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
44329         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
44330         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
44331         (libpthread-sysdep_routines, libpthread-shared-only-routines):
44332         Append nptl-aeabi_unwind_cpp_pr1 here.
44333         (tests): Filter out tst-cleanupx4 here.
44334         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
44335         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
44336         Don't do those here.
44338 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
44340         * scripts/list-sources.sh: Do not handle ports specially.
44342 2014-06-26  Roland McGrath  <roland@hack.frob.com>
44344         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
44345         * sysdeps/arm/feupdateenv.c: Likewise.
44347         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
44349 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
44351         * manual/texinfo.tex: Update to version 2014-05-05.10 with
44352         trailing whitespace removed.
44353         * scripts/config.guess: Update to version 2014-03-23.
44354         * scripts/config.sub: Update to version 2014-05-01
44355         * scripts/install-sh: Update to version 2013-12-25.23.
44356         * scripts/move-if-change: Update from gnulib.
44358 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44360         * debug/memmove_chk.c: Remove pagecopy.h include.
44362 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
44364         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
44365         identical to gnulib mktime.
44367 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
44369         * configure.ac: Do not test for machine being rs6000.  Do not test
44370         for powerpc*-*soft.
44371         * configure: Regenerated.
44373         [BZ #11505]
44374         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
44375         test.
44376         * configure: Regenerated.
44377         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
44378         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
44379         Remove configure test.
44380         * sysdeps/arm/configure: Regenerated.
44381         * sysdeps/nptl/configure.ac: Do not check
44382         libc_cv_asm_cfi_directives.
44383         * sysdeps/nptl/configure: Regenerated.
44384         * sysdeps/x86_64/nptl/configure.ac: Remove file.
44385         * sysdeps/x86_64/nptl/configure: Remove generated file.
44386         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
44387         unconditional.
44388         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
44390 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
44392         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
44393         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
44394         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
44395         it is defined.
44397         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
44398         instead of whether it is defined.
44399         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
44400         * sysdeps/hppa/dl-machine.h: Likewise.
44401         * sysdeps/ia64/dl-machine.h: Likewise.
44402         * sysdeps/m68k/dl-machine.h: Likewise.
44403         * sysdeps/microblaze/dl-machine.h: Likewise.
44404         * sysdeps/mips/dl-machine.: Likewise.
44405         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
44406         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
44407         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
44408         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
44409         * sysdeps/sh/dl-machine.h: Likewise.
44410         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
44411         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
44412         * sysdeps/tile/dl-machine.h: Likewise.
44413         * sysdeps/x86_64/dl-machine.h: Likewise.
44415         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
44416         code.
44417         (verify_persistent_db): Likewise.
44419 2014-06-26  Roland McGrath  <roland@hack.frob.com>
44421         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
44422         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
44423         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
44424         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
44425         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
44426         Moved ...
44427         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
44428         ... here.
44429         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
44430         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
44431         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
44432         Identical file removed.
44433         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
44434         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
44435         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
44436         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
44437         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
44438         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
44439         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
44440         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
44441         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
44442         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
44443         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
44444         Moved ...
44445         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
44446         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
44447         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
44448         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
44449         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
44450         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
44451         Moved ...
44452         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
44453         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
44454         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
44455         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
44456         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
44457         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
44458         Identical file removed.
44459         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
44460         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
44461         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
44462         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
44463         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
44464         Moved ...
44465         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
44466         ... here.
44467         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
44468         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
44469         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
44470         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
44471         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
44472         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
44473         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
44474         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
44475         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
44476         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
44477         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
44478         Moved ...
44479         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
44480         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
44481         Moved ...
44482         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
44483         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
44484         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
44485         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
44486         Moved ...
44487         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
44488         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
44489         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
44491         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
44492         folded into ...
44493         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
44494         * sysdeps/unix/sysv/linux/s390/Versions
44495         (libpthread: GLIBC_2.19): New version set.
44496         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
44497         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
44498         (librt: GLIBC_2.3.3): New version set.
44499         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
44500         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
44501         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
44502         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
44503         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
44504         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
44505         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
44506         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
44507         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
44508         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
44509         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
44510         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
44511         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
44512         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
44513         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
44514         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
44515         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
44516         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
44517         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
44518         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
44519         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
44520         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
44521         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
44522         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
44523         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
44524         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
44525         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
44526         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
44527         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
44528         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
44529         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
44530         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
44531         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
44532         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
44533         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
44534         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
44535         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
44536         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
44537         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
44538         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
44539         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
44540         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
44541         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
44542         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
44543         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
44545         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
44546         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
44547         (__libc_vfork): Define the function under this name.
44548         [!NOT_IN_libc] (__vfork): Make this an alias.
44549         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
44550         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
44551         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
44552         (__libc_vfork): Define the function under this name.
44553         [!NOT_IN_libc] (__vfork): Make this an alias.
44554         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
44555         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
44556         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
44557         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
44558         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
44559         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
44561         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
44562         code that was previously under [RESET_PID].
44563         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
44564         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
44565         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
44567         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
44568         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
44569         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
44570         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
44571         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
44572         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
44573         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
44574         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
44575         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
44576         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
44577         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
44578         Moved ...
44579         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
44580         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
44581         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
44582         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
44583         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
44584         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
44585         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
44586         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
44587         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
44588         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
44589         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
44590         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
44591         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
44592         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
44593         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
44594         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
44595         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
44596         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
44597         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
44598         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
44599         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
44600         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
44601         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
44602         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
44603         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
44604         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
44605         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
44606         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
44607         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
44609 2014-06-25  Roland McGrath  <roland@hack.frob.com>
44611         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
44612         that was previously under [RESET_PID].
44613         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
44615 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
44617         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
44618         not undefine and redefine.
44619         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
44620         [O_CLOEXEC]: Make code unconditional.
44621         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
44622         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
44623         <kernel-features.h>.
44624         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
44625         conditional variable definition.
44626         (shm_open) [O_CLOEXEC]: Make code unconditional.
44627         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
44628         code.
44630         * configure.ac (USE_REGPARMS): Don't define here.
44631         * configure: Regenerated.
44632         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
44633         * sysdeps/i386/configure: Regenerated.
44635         * nptl/createthread.c: Don't include kernel-features.h.
44636         * nptl/pthread_cancel.c: Likewise.
44637         * nptl/pthread_condattr_setclock.c: Likewise.
44638         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
44639         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
44640         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
44641         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
44642         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
44643         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
44644         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
44645         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
44646         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
44647         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
44648         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
44649         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
44650         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
44651         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
44652         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
44653         * nscd/gai.c: Likewise.
44654         * nss/nss_db/db-open.c: Likewise.
44655         * sysdeps/generic/ldsodefs.h: Likewise.
44656         * sysdeps/sh/nptl/tls.h: Likewise.
44657         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
44658         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
44659         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
44660         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
44661         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
44662         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
44663         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
44664         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
44665         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
44666         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
44667         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
44668         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
44669         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
44670         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
44671         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
44672         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
44673         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
44674         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
44675         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
44676         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
44677         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
44678         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
44679         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
44680         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
44681         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
44682         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
44683         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
44684         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
44685         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
44686         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
44687         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
44688         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
44689         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
44690         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
44691         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
44692         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
44693         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
44694         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
44695         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
44696         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
44697         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
44698         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
44699         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
44700         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
44701         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
44702         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
44703         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
44704         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
44705         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
44706         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
44707         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
44708         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
44709         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
44710         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
44711         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
44712         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
44713         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
44714         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
44715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
44716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
44717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
44718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
44719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
44720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
44721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
44722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
44723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
44724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
44725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
44726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
44727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
44728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
44729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
44730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
44731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
44732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
44733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
44734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
44735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
44736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
44737         * sysdeps/unix/sysv/linux/pread.c: Likewise.
44738         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
44739         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
44740         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
44741         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
44742         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
44743         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
44744         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
44745         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
44746         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
44747         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
44748         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
44749         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
44750         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
44751         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
44752         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
44753         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
44754         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
44755         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
44756         * sysdeps/unix/sysv/linux/system.c: Likewise.
44757         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
44758         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
44759         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
44760         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
44761         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
44762         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
44763         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
44765         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
44766         * configure: Regenerated.
44767         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
44769         * configure.ac (base_machine): Do not set specially for particular
44770         machines here.
44771         * configure: Regenerated.
44772         * sysdeps/powerpc/preconfigure: Move machine and base_machine
44773         settings from configure.ac.
44774         * sysdeps/i386/preconfigure: New file.
44775         * sysdeps/s390/preconfigure: Likewise.
44776         * sysdeps/sh/preconfigure: Likewise.
44777         * sysdeps/sparc/preconfigure: Likewise.
44779 2014-06-25  Roland McGrath  <roland@hack.frob.com>
44781         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
44782         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
44783         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
44784         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
44785         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
44786         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
44787         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
44788         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
44789         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
44790         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
44791         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
44792         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
44793         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
44794         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
44795         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
44796         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
44797         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
44798         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
44799         * sysdeps/sparc/sparc64/Makefile: ... appended here.
44801         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
44802         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
44803         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
44804         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
44805         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
44806         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
44807         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
44808         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
44809         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
44810         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
44811         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
44812         * sysdeps/sparc/sparc32/sem_post.c: ... here.
44813         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
44814         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
44815         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
44816         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
44817         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
44818         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
44819         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
44820         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
44821         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
44822         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
44823         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
44824         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
44825         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
44826         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
44827         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
44828         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
44829         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
44830         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
44831         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
44832         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
44833         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
44834         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
44835         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
44836         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
44837         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
44838         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
44840         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
44841         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
44842         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
44843         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
44844         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
44845         Moved ...
44846         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
44847         ... here.
44848         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
44849         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
44850         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
44851         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
44852         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
44853         Moved ...
44854         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
44855         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
44856         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
44857         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
44858         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
44859         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
44860         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
44861         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
44862         Moved ...
44863         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
44864         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
44865         Moved ...
44866         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
44867         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
44868         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
44869         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
44870         Moved ...
44871         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
44872         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
44873         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
44874         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
44875         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
44876         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
44877         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
44878         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
44879         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
44880         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
44881         Moved ...
44882         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
44883         ... here.
44884         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
44885         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
44886         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
44887         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
44888         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
44889         Moved ...
44890         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
44891         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
44892         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
44893         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
44894         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
44895         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
44896         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
44897         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
44898         Moved ...
44899         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
44900         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
44901         Moved ...
44902         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
44903         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
44904         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
44905         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
44906         Moved ...
44907         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
44908         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
44909         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
44910         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
44911         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
44913 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
44915         * timezone/checktab.awk: Update from tzcode 2014e.
44916         * timezone/private.h: Likewise.
44917         * timezone/tzfile.h: Likewise.
44918         * timezone/zdump.c: Likewise.
44919         * timezone/zic.c: Likewise.
44921         * sysdeps/unix/sysv/linux/kernel-features.h
44922         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
44923         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
44924         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
44925         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
44926         Remove conditional code.
44928 2014-06-25  Will Newton  <will.newton@linaro.org>
44930         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
44931         (_dl_arm_cap_flags): Add HWCAP2 values.
44932         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
44933         (_DL_HWCAP_COUNT): Increase to 37.
44934         (_DL_HWCAP_LAST): New define.
44935         (_DL_HWCAP2_LAST): New define.
44936         (_dl_procinfo): Add support for printing
44937         AT_HWCAP2 entries.
44938         (_dl_string_hwcap): Use _dl_hwcap_string.
44940 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44942         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44944 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
44946         * README: Do not mention ports directory.
44948         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
44949         Remove macro.
44950         * sysdeps/unix/sysv/linux/futimes.c: Do not include
44951         <kernel-features.h>.
44952         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
44953         conditional variable definition.
44954         (__futimes): Update comment.
44955         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
44956         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
44958         [BZ #16560]
44959         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
44960         arguments close to 0.
44961         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
44962         Likewise.
44963         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
44964         Likewise.
44965         * math/auto-libm-test-in: Add more tests of exp10.
44966         * math/auto-libm-test-out: Regenerated.
44967         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44969         * sysdeps/unix/sysv/linux/kernel-features.h
44970         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
44971         * sysdeps/unix/sysv/linux/readv.c: Do not include
44972         <kernel-features.h>.
44973         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
44974         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
44975         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
44976         unconditional.
44977         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
44978         conditional code.
44979         * sysdeps/unix/sysv/linux/writev.c: Do not include
44980         <kernel-features.h>.
44981         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
44982         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
44983         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
44984         unconditional.
44985         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
44986         conditional code.
44988 2014-06-25  Will Newton  <will.newton@linaro.org>
44990         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
44991         comment changes throughout the file.  Remove checks
44992         for HAVE_*_H definitions that are not required.
44993         (__gen_tempname): Call abort if an unknown kind value is
44994         passed.
44996 2014-06-25  Andreas Schwab  <schwab@suse.de>
44998         [BZ #17086]
44999         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
45000         scalbln, scalblnf, scalblnl in libc.
45002 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45004         [BZ #17086]
45005         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
45006         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
45007         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
45009 2014-06-24  Roland McGrath  <roland@hack.frob.com>
45011         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
45012         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
45013         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
45014         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
45015         Update #include.
45016         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
45017         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
45018         Update #include.
45019         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
45020         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
45021         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
45022         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
45023         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
45024         * sysdeps/x86/bits/pthreadtypes.h: ... here.
45025         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
45026         * sysdeps/x86/bits/semaphore.h: ... here.
45027         * sysdeps/x86/nptl/elide.h: Moved ...
45028         * sysdeps/x86/elide.h: ... here.
45029         * sysdeps/x86_64/nptl/Implies: File removed.
45030         * sysdeps/i386/nptl/Implies: File removed.
45032 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
45034         [BZ #16539]
45035         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
45036         return the argument for normal arguments with exponent below -64.
45037         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
45038         Likewise.
45039         * math/auto-libm-test-in: Add another test of expm1.
45040         * math/auto-libm-test-out: Regenerated.
45042         [BZ #16287]
45043         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
45044         calling __erfcl for arguments at least 16.
45045         * math/auto-libm-test-in: Add more tests of erf.
45046         * math/auto-libm-test-out: Regenerated.
45048         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
45049         individual architectures.
45050         * sysdeps/unix/sysv/linux/configure: Regenerated.
45051         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
45052         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
45053         * sysdeps/unix/sysv/linux/powerpc/configure.ac
45054         (ldd_rewrite_script): Define variable.
45055         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
45056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
45057         file.
45058         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
45059         generated file.
45060         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
45061         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
45062         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
45063         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
45064         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
45065         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
45066         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
45067         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
45069 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
45071         [BZ #17084]
45072         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
45073         Rename member __data.d to __data.__elision_data.
45075 2014-06-24  Wilco  <wdijkstr@arm.com>
45077         * NEWS: Add 16918 to fixed bug list.
45079 2014-06-24  Wilco  <wdijkstr@arm.com>
45081         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
45083 2014-06-24  Wilco  <wdijkstr@arm.com>
45085         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
45086         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
45087         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
45088         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
45089         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
45090         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
45091         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
45092         Use _FPU_MASK_RM.
45094 2014-06-24  Wilco  <wdijkstr@arm.com>
45096         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
45098 2014-06-24  Wilco  <wdijkstr@arm.com>
45100         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
45101         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
45102         * sysdeps/arm/fesetround.c (fesetround): Remove space.
45103         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
45105 2014-06-24  Wilco  <wdijkstr@arm.com>
45107         [BZ #16918]
45108         * sysdeps/arm/feupdateenv.c (feupdateenv):
45109         Rewrite to reduce FPSCR accesses and fix return value.
45111 2014-06-24  Wilco  <wdijkstr@arm.com>
45113         * sysdeps/arm/fclrexcpt.c (feclearexcept):
45114         Optimize to avoid unnecessary FPSCR writes.
45115         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
45116         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
45117         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
45118         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
45120 2014-06-24  Wilco  <wdijkstr@arm.com>
45122         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
45123         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
45124         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
45125         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
45126         Call libc_fetestexcept_vfp.
45127         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
45128         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
45129         __SOFTFP__ ifdef so that they can be built for softfp.
45131 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
45133         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
45134         argument type signed char.
45136         * Makerules (check-abi): Dump diff of symlist if the test
45137         fails.
45139 2014-06-23  Roland McGrath  <roland@hack.frob.com>
45141         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
45142         using abort.
45144         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
45145         Remove unused variable ST.
45147 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
45149         [BZ #16354]
45150         [BZ #17061]
45151         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
45152         small arguments before calling __expm1.
45153         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
45154         small arguments before calling __expm1f.
45155         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
45156         small arguments before calling __expm1l.
45157         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
45158         Likewise.
45159         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
45160         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
45161         spurious underflow for some cosh tests.
45162         * math/auto-libm-test-out: Regenerated.
45163         * sysdeps/i386/fpu/libm-test-ulps: Update.
45165         [BZ #17050]
45166         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
45167         (__ieee754_y1): Set errno if return value overflows.
45168         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
45169         (__ieee754_y1f): Set errno if return value overflows.
45170         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
45171         (__ieee754_y1l): Set errno if return value overflows.
45172         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
45173         (__ieee754_y1l): Set errno if return value overflows.
45174         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
45175         * math/auto-libm-test-out: Regenerated.
45177         * math/gen-auto-libm-tests.c: Document use of
45178         ignore-zero-inf-sign.
45179         (input_flag_type): Add value flag_ignore_zero_inf_sign.
45180         (input_flags): Add ignore-zero-inf-sign.
45181         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
45182         * math/gen-libm-test.pl (generate_testfile): Handle
45183         ignore-zero-inf-sign.
45184         * math/auto-libm-test-in: Mark some cpow tests with
45185         ignore-zero-inf-sign and some with xfail-rounding.
45186         * math/auto-libm-test-out: Regenerated.
45187         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
45188         * sysdeps/i386/fpu/libm-test-ulps: Update.
45189         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45191         [BZ #16315]
45192         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
45193         overflowing or underflowing operations take place with sign of
45194         result.
45195         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
45196         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
45197         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
45198         (__ieee754_pow): Recompute overflowing and underflowing results in
45199         original rounding mode.
45200         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
45201         (__powl_helper): Allow negative argument X and scale negated value
45202         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
45203         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
45204         overflowing or underflowing operations take place with sign of
45205         result.
45206         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
45207         Include <math.h>.
45208         * math/auto-libm-test-in: Add more tests of pow.
45209         * math/auto-libm-test-out: Regenerated.
45210         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
45211         (pow_tonearest_test_data): Remove.
45212         (pow_test_tonearest): Likewise.
45213         (pow_towardzero_test_data): Likewise.
45214         (pow_test_towardzero): Likewise.
45215         (pow_downward_test_data): Likewise.
45216         (pow_test_downward): Likewise.
45217         (pow_upward_test_data): Likewise.
45218         (pow_test_upward): Likewise.
45219         (main): Don't call removed functions.
45220         * sysdeps/i386/fpu/libm-test-ulps: Update.
45221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45223 2014-06-23  Roland McGrath  <roland@hack.frob.com>
45225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
45226         Moved ...
45227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
45228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45229         Moved ...
45230         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
45231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45232         Moved ...
45233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
45234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
45235         Moved ...
45236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
45237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
45238         File removed.
45239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45240         File removed.
45241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
45242         File removed.
45243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
45244         File removed.
45245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
45246         File removed.
45247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
45248         File removed.
45249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
45250         File removed.
45251         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45252         File removed.
45253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
45254         File removed.
45255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45256         File removed.
45257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
45258         File removed.
45259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
45260         File removed.
45261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
45262         Moved ...
45263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
45264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
45265         Moved ...
45266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
45267         ... here.
45268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
45269         Moved ...
45270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
45271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
45272         Moved ...
45273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
45274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
45275         Moved ...
45276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
45277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
45278         Moved ...
45279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
45280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
45281         Moved ...
45282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
45283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
45284         Moved ...
45285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
45286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
45287         Moved ...
45288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
45289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
45290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
45291         ... here.
45292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
45293         Moved ...
45294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
45295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
45296         Moved ...
45297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
45298         ... here.
45299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
45300         Moved ...
45301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
45302         ... here.
45303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
45304         Moved ...
45305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
45306         ... here.
45307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
45308         Moved ...
45309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
45310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
45311         Moved ...
45312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
45313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
45314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
45315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
45316         Moved ...
45317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
45318         ... here.
45319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45320         Moved ...
45321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
45322         ... here.
45323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
45324         Moved ...
45325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
45326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45327         Moved ...
45328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
45329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
45330         Moved ...
45331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
45332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45333         Moved ...
45334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
45335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
45336         Moved ...
45337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
45338         ... here.
45339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45340         Moved ...
45341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
45342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
45343         Moved ...
45344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
45345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45346         Moved ...
45347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
45348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
45349         Moved ...
45350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
45351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
45352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
45353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
45354         Moved ...
45355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
45356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45357         Moved ...
45358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
45359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
45360         Moved ...
45361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
45362         ... here.
45363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45364         Moved ...
45365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
45366         ... here.
45367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
45368         Moved ...
45369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
45370         ... here.
45371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45372         Moved ...
45373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
45374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
45375         Moved ...
45376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
45377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45378         Moved ...
45379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
45380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
45381         Moved ...
45382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
45383         ... here.
45384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45385         Moved ...
45386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
45387         ... here.
45388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
45389         Moved ...
45390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
45391         ... here.
45392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45393         Moved ...
45394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
45395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
45396         Moved ...
45397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
45399 2014-06-23  Will Newton  <will.newton@linaro.org>
45400             Wilco  <wdijkstr@arm.com>
45402         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
45403         implementation.  Include get-rounding-mode.h.
45404         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
45405         [!libc_feholdsetround_noex_ctx]: Define
45406         libc_feholdsetround_noex_ctx.
45407         [!libc_feholdsetround_noexf_ctx]: Define
45408         libc_feholdsetround_noexf_ctx.
45409         [!libc_feholdsetround_noexl_ctx]: Define
45410         libc_feholdsetround_noexl_ctx.
45411         (libc_feholdsetround_ctx): New function.
45412         (libc_feresetround_ctx): New function.
45413         (libc_feholdsetround_noex_ctx): New function.
45414         (libc_feresetround_noex_ctx): New function.
45416 2014-06-23  Roland McGrath  <roland@hack.frob.com>
45418         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
45419         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
45420         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
45421         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
45422         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
45423         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
45425         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
45426         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
45427         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
45428         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
45429         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
45430         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
45431         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
45432         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
45433         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
45434         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
45435         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
45436         Moved ...
45437         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
45438         ... here.
45439         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
45440         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
45441         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
45442         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
45443         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
45444         Moved ...
45445         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
45446         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
45447         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
45448         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
45449         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
45450         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
45451         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
45452         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
45453         Moved ...
45454         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
45455         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
45456         Moved ...
45457         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
45458         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
45459         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
45460         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
45461         Moved ...
45462         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
45463         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
45464         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
45465         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
45466         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
45467         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
45468         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
45469         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
45470         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
45471         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
45472         Moved ...
45473         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
45474         ... here.
45475         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
45476         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
45477         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
45478         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
45479         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
45480         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
45481         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
45482         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
45483         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
45484         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
45485         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
45486         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
45487         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
45488         Moved ...
45489         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
45490         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
45491         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
45492         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
45493         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
45494         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
45495         Moved ...
45496         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
45497         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
45498         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
45499         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
45500         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
45502         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
45503         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
45504         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
45505         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
45506         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
45507         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
45508         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
45509         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
45510         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
45511         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
45512         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
45513         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
45514         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
45515         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
45516         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
45517         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
45518         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
45519         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
45520         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
45521         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
45522         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
45523         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
45524         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
45525         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
45526         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
45527         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
45528         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
45529         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
45531 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
45533         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
45534         (FALLOC_FL_COLLAPSE_RANGE): New macro.
45535         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
45536         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
45537         (IPV6_PMTUDISC_INTERFACE): Likewise.
45538         (IPV6_PMTUDISC_OMIT): Likewise.
45540 2014-06-23  Andreas Schwab  <schwab@suse.de>
45542         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
45543         Remove unused errout label.
45545 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45547         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
45548         macro: hardware supports Vector Crypto instructions.
45550 2014-06-23  Will Newton  <will.newton@linaro.org>
45552         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
45553         rather than __builtin_expect.
45555         * elf/dl-lookup.c (undefined_msg): Remove variable.
45556         (_dl_lookup_symbol_x): Replace undefined_msg with string
45557         literal.
45559         * elf/dl-lookup.c (do_lookup_unique): New function.
45560         (do_lookup_x): Move STB_GNU_UNIQUE handling code
45561         to a separate function.
45563 2014-06-23  Andreas Schwab  <schwab@suse.de>
45565         [BZ #17079]
45566         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
45567         before reading the next line.
45569 2014-06-23  Will Newton  <will.newton@linaro.org>
45571         * test-skeleton.c (signal_handler): Use printf and %m
45572         rather than perror.  Use printf rather than fprintf to
45573         stderr.  Use puts rather than fputs to stderr.
45574         (main): Likewise.
45576 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
45578         * nscd/nscd.c (thread_info_t): Remove typedef.
45579         (thread_info): Remove variable.
45581 2014-06-21  Allan McRae  <allan@archlinux.org>
45583         * NEWS: Mention CVE-2014-4043.
45585 2014-06-20  Roland McGrath  <roland@hack.frob.com>
45587         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
45588         * nptl/smp.h: ... here.
45590         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
45592         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
45593         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
45594         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
45595         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
45597         * nptl/allocatestack.c: Include <stack-aliasing.h>.
45598         * nptl/stack-aliasing.h: New file.
45599         * sysdeps/i386/i686/stack-aliasing.h: New file.
45600         * sysdeps/i386/i686/nptl/Makefile: File removed.
45601         * sysdeps/x86_64/stack-aliasing.h: New file.
45602         * sysdeps/x86_64/nptl/Makefile
45603         (CFLAGS-pthread_create.c): Variable removed.
45605         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
45606         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
45607         old file.
45608         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
45609         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
45610         old file.
45612 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
45614         * sysdeps/unix/sysv/linux/arm/kernel-features.h
45615         (__ASSUME_SIGFRAME_V2): Remove macro.
45616         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
45617         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
45618         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
45619         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
45620         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
45621         Declare as function.  Remove conditional macro definitions.
45622         (__default_rt_sa_restorer): Likewise.
45623         (__default_sa_restorer_v1): Remove declaration.
45624         (__default_sa_restorer_v2): Likewise.
45625         (__default_rt_sa_restorer_v1): Likewise.
45626         (__default_rt_sa_restorer_v2): Likewise.
45627         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
45628         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
45629         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
45631 2014-06-20  Roland McGrath  <roland@hack.frob.com>
45633         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
45634         (libpthread-routines): Add sysdep.
45635         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
45636         * sysdeps/unix/sysv/linux/sparc/Versions
45637         (libpthread: GLIBC_2.3.3): New version set.
45638         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
45639         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
45640         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
45641         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
45642         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
45643         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
45644         Moved ...
45645         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
45646         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
45647         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
45648         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
45649         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
45650         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
45651         * sysdeps/sparc/nptl/sem_init.c: ... here.
45652         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
45653         * sysdeps/sparc/nptl/sem_post.c: ... here.
45654         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
45655         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
45656         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
45657         * sysdeps/sparc/nptl/sem_wait.c: ... here.
45658         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
45659         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
45660         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
45661         (libpthread-routines): Add cpu_relax.
45662         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
45663         File removed.
45664         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
45665         (librt: GLIBC_2.3.3): New version set.
45666         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
45667         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
45668         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
45669         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
45670         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
45671         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
45672         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
45673         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
45674         Moved ...
45675         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
45676         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
45677         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
45678         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
45679         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
45680         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
45681         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
45682         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
45683         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
45684         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
45685         Moved ...
45686         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
45687         Update #include.
45688         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
45689         Moved ...
45690         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
45691         Update #include.
45692         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
45693         Moved ...
45694         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
45695         Update #include.
45696         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
45697         Moved ...
45698         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
45699         Update #include.
45700         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
45701         Moved ...
45702         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
45703         Update #include.
45704         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
45705         Moved ...
45706         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
45707         Update #include.
45708         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
45709         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
45710         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
45711         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
45712         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
45713         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
45714         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
45715         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
45716         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
45717         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
45718         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
45719         Moved ...
45720         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
45721         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
45722         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
45723         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
45724         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
45726 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
45728         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
45729         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
45730         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
45731         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
45732         * nscd/nscd.c: Likewise.
45733         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
45734         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
45735         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
45736         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
45738         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
45739         <kernel-features.h>.
45740         (init_mq_netlink): Remove conditional have_sock_cloexec
45741         definitions.  Remove code conditional on have_sock_cloexec < 0.
45742         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
45743         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
45744         * sysdeps/unix/sysv/linux/opensock.c: Do not include
45745         <kernel-features.h>.
45746         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
45747         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
45749 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
45751         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
45752         Add tests for memset_chk and memset.
45754         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
45755         with AVX2_Usable.
45757 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
45759         [BZ #16046]
45760         * elf/tst-dl-iter-static.c: New file.
45761         * elf/Makefile (tests-static): Add tst-dl-iter-static.
45763         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
45764         error.
45766 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
45768         * sysdeps/unix/sysv/linux/kernel-features.h
45769         (__ASSUME_F_GETOWN_EX): Remove macro.
45770         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
45771         <kernel-features.h>.
45772         (miss_F_GETOWN_EX): Remove variable or macro.
45773         (do_fcntl): Do not check miss_F_GETOWN_EX.
45774         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
45776         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
45777         Remove macro.
45778         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
45779         [!__ASSUME_AT_RANDOM]: Remove conditional code.
45780         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
45782         * sysdeps/unix/sysv/linux/kernel-features.h
45783         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
45784         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
45785         [ADJ_OFFSET_SS_READ]: Make code unconditional.
45786         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
45788 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
45790         [BZ #17075]
45791         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
45792         Fix calculation of the symbol's value.
45793         * sysdeps/arm/tst-armtlsdescloc.c: New file.
45794         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
45795         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
45796         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
45797         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
45798         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
45799         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
45800         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
45801         (modules-names): Add `tst-armtlsdescmod',
45802         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
45803         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
45804         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
45805         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
45806         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
45807         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
45808         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
45809         ($(objpfx)tst-armtlsdescloc): New dependency.
45810         ($(objpfx)tst-armtlsdescextnow): Likewise.
45811         ($(objpfx)tst-armtlsdescextlazy): Likewise.
45812         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
45813         TLS scheme support.
45814         * sysdeps/arm/configure: Regenerate.
45816 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
45818         * include/fcntl.h (__atfct_seterrno): Remove prototype.
45819         (__atfct_seterrno_2): Likewise.
45820         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
45821         <kernel-features.h>.
45822         (__ASSUME_ATFCTS): Do not undefine and redefine.
45823         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
45824         (__have_atfcts): Remove conditional definition.
45825         (__fxstatat([__NR_fstatat64]: Make code unconditional.
45826         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
45827         unreachable if [__ASSUME_ATFCTS].
45828         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
45829         not undefine and redefine.
45830         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
45831         <kernel-features.h>.
45832         (faccessat) [__NR_faccessat]: Make code unconditional.
45833         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
45834         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
45835         <kernel-features.h>.
45836         (fchmodat) [__NR_fchmodat]: Make code unconditional.
45837         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
45838         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
45839         <kernel-features.h>.
45840         (fchownat) [__NR_fchownat]: Make code unconditional.
45841         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
45842         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
45843         <kernel-features.h>.
45844         (futimesat) [__NR_futimesat]: Make code unconditional.
45845         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
45846         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
45847         <kernel-features.h>.
45848         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
45849         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
45850         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
45851         <kernel-features.h>.
45852         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
45853         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
45854         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
45855         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
45856         <kernel-features.h>.
45857         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
45858         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
45859         * sysdeps/unix/sysv/linux/linkat.c: Do not include
45860         <kernel-features.h>.
45861         (linkat) [__NR_linkat]: Make code unconditional.
45862         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
45863         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
45864         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
45865         <kernel-features.h>.
45866         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
45867         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
45868         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
45869         <kernel-features.h>.
45870         (mkdirat) [__NR_mkdirat]: Make code unconditional.
45871         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
45872         * sysdeps/unix/sysv/linux/openat.c: Do not include
45873         <kernel-features.h>.
45874         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
45875         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
45876         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
45877         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
45878         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
45879         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
45880         <kernel-features.h>.
45881         (readlinkat) [__NR_readlinkat]: Make code unconditional.
45882         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
45883         result of INLINE_SYSCALL directly, not via int variable.
45884         * sysdeps/unix/sysv/linux/renameat.c: Do not include
45885         <kernel-features.h>.
45886         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
45887         (renameat) [__NR_renameat]: Make code unconditional.
45888         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
45889         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
45890         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
45891         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
45892         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
45893         (__ASSUME_ATFCTS): Do not undefine and redefine.
45894         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
45895         <kernel-features.h>.
45896         (symlinkat) [__NR_symlinkat]: Make code unconditional.
45897         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
45898         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
45899         <kernel-features.h>.
45900         (unlinkat) [__NR_unlinkat]: Make code unconditional.
45901         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
45902         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
45903         (__ASSUME_ATFCTS): Do not undefine and redefine.
45904         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
45905         <kernel-features.h>.
45906         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
45907         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
45908         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
45909         <kernel-features.h>.
45910         (__xmknodat) [__NR_mknodat]: Make code unconditional.
45911         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
45913 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
45915         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
45917 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
45919         [BZ #17069]
45920         * posix/regcomp.c (parse_reg_exp): Deallocate partially
45921         constructed tree before returning error.
45922         * posix/bug-regexp36.c: Expand test case.
45924 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
45926         [BZ #6803]
45927         * math/libm-test.inc (scalbln_test_date):
45928         Add errno expectations.
45929         * math/w_scalblnf.c: New File.
45930         Add wrapper which checks for setting errno to ERANGE.
45931         Add weak_alias for corresponding scalbln function.
45932         * math/w_scalbln.c: Likewise.
45933         * math/w_scalblnl.c: Likewise.
45934         * math/Makefile (libm-calls): Add w_scalbln.
45935         * sysdeps/ieee754/flt-32/s_scalblnf.c:
45936         Remove weak_alias for corresponding scalbln function.
45937         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
45938         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
45939         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45940         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45941         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
45942         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
45943         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
45944         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
45945         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
45946         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
45947         Remove long_double_symbol for scalblnl function in libm, libc.
45948         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
45949         Add wrapper which checks for setting errno to ERANGE.
45950         Add long_double_symbol for scalblnl function in libm, libc.
45951         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
45952         Remove long_double_symbol for scalblnl in libm.
45953         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
45954         Add wrapper which checks for setting errno to ERANGE.
45955         Add long_double_symbol for scalblnl function in libm.
45956         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
45957         Do not use wrapper because of own implementation.
45959 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
45961         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
45962         3 bytes for __pad1 for x32.
45963         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
45965 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
45966             H.J. Lu  <hongjiu.lu@intel.com>
45968         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
45969         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
45970         * sysdeps/x86_64/multiarch/memset.S: Likewise.
45971         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
45972         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
45974 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
45976         [BZ #17069]
45977         * posix/regcomp.c (parse_expression): Deallocate partially
45978         constructed tree before returning error.
45979         * posix/Makefile.c (tests): Add bug-regex36.
45980         (generated): Add bug-regex36.mtrace.
45981         (tests-special): Add $(objpfx)bug-regex36-mem.out
45982         (bug-regex36-ENV): New variable.
45983         ($(objpfx)bug-regex36-mem.out): New rule.
45984         * posix/bug-regex36.c: New file.
45986 2014-06-19  Will Newton  <will.newton@linaro.org>
45988         * malloc/malloc.c (systrim): If extra is zero then return
45989         early.
45991 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
45993         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
45995 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
45997         * sysdeps/aarch64/strchr.S: New file.
45999 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
46001         [BZ #17022]
46002         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
46003         from arguments -2 or below.
46004         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
46005         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
46007 2014-06-18  Andreas Schwab  <schwab@suse.de>
46009         [BZ #17062]
46010         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
46011         of a bracket expr not to run off the end of the string.
46012         * posix/Makefile (tests): Add tst-fnmatch3.
46013         * posix/tst-fnmatch3.c: New file.
46015 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
46017         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
46018         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
46019         [$(cross-compiling) = no]: Likewise.
46020         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
46021         [$(cross-compiling) = no]: Likewise.
46023 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
46025         [BZ #17031]
46026         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
46027         double, adjusted for any remainder from the high double.
46028         * math/libm-test.inc (nearbyint): Add tests.
46029         (rint): Likewise.
46031 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46033         * nptl/sysdeps/powerpc/Makefile: Moved ...
46034         * sysdeps/powerpc/nptl/Makefile: ... here.
46035         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
46036         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
46037         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
46038         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
46039         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
46040         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
46041         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
46042         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
46043         * nptl/sysdeps/powerpc/tls.h: Moved ...
46044         * sysdeps/powerpc/nptl/tls.h: ... here.
46046 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
46048         [BZ #16681]
46049         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
46050         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
46051         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
46052         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
46053         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
46054         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
46055         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
46056         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
46057         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
46059 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
46061         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
46063 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
46065         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
46066         defined operator.
46068         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
46069         $TIMEOUTFACTOR.
46071 2014-06-16  Florian Weimer  <fweimer@redhat.com>
46073         [BZ #17058]
46074         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
46075         non-executed part of the test.
46077 2014-06-16  Andreas Schwab  <schwab@suse.de>
46079         * string/bits/string2.h (strdup, strndup): Update feature guard.
46081 2014-06-14  David S. Miller  <davem@davemloft.net>
46083         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46085 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
46087         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
46088         that was previously under [RESET_PID].
46089         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
46091         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
46092         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
46093         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
46094         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
46095         (__libc_vfork): New strong alias.
46096         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
46098 2014-06-14 Andi Kleen  <ak@linux.intel.com>
46100         * sysdeps/generic/elide.h: New file.
46102 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
46104         * Makefile (installed-headers): Adjust path of pthread.h header.
46106 2014-06-13  Roland McGrath  <roland@hack.frob.com>
46108         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
46109         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
46110         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
46111         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
46113         * nptl/sysdeps/s390/Makefile: Moved ...
46114         * sysdeps/s390/nptl/Makefile: ... here.
46115         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
46116         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
46117         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
46118         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
46119         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
46120         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
46121         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
46122         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
46123         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
46124         * sysdeps/s390/nptl/pthreaddef.h: ... here.
46125         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
46126         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
46127         * nptl/sysdeps/s390/tls.h: Moved ...
46128         * sysdeps/s390/nptl/tls.h: ... here.
46130         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
46131         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
46133 2014-06-13  David S. Miller  <davem@davemloft.net>
46135         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
46136         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
46137         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
46138         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
46139         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
46140         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
46141         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
46142         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
46143         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
46144         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
46145         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
46146         Remove RESET_PID cpp guards.
46147         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
46148         Remove RESET_PID cpp guards.
46149         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
46151 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
46153         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
46154         __sp to uintptr_t.
46156 2014-06-13  Andi Kleen  <ak@linux.intel.com>
46158         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
46159         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
46160         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
46161         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
46162         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
46163         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
46164         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
46165         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
46166         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
46167         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
46168         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
46169         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
46170         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
46171         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
46172         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
46173         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
46174         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
46175         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
46176         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
46177         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
46179         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
46180         (pthread_rwlock_rdlock): Add elision.
46181         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
46182         (pthread_rwlock_wrlock): Add elision.
46183         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
46184         (pthread_rwlock_trywrlock): Add elision.
46185         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
46186         (pthread_rwlock_tryrdlock): Add elision.
46187         * nptl/pthread_rwlock_unlock.c: Include elide.h.
46188         (pthread_rwlock_tryrdlock): Add elision unlock.
46189         * nptl/sysdeps/pthread/pthread.h:
46190         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
46191         (PTHREAD_RWLOCK_INITIALIZER,
46192         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
46193         Handle new elision field.
46194         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
46195         * sysdeps/arm/nptl/bits/pthreadtypes.h
46196         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
46197         * sysdeps/sh/nptl/bits/pthreadtypes.h
46198         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
46199         * sysdeps/tile/nptl/bits/pthreadtypes.h
46200         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
46201         * sysdeps/a/nptl/bits/pthreadtypes.h
46202         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
46203         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
46204         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
46205         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
46206         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
46207         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
46208         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
46209         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
46210         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
46211         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
46212         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
46213         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
46214         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
46215         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
46216         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
46217         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
46218         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
46219         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
46220         (elision_init): Set try_xbegin to zero when no RTM.
46221         * sysdeps/x86/nptl/bits/pthreadtypes.h
46222         (pthread_rwlock_t): Change __pad1 to __rwelision.
46223         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
46225 2014-06-13  Andi Kleen  <ak@linux.intel.com>
46227         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
46228         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
46229         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
46230         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
46232 2014-06-13  Meador Inge  <meadori@codesourcery.com>
46234         [BZ #16996]
46235         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
46236         that the cached result has been set before returning it.
46238 2014-06-12  Roland McGrath  <roland@hack.frob.com>
46240         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
46241         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
46242         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
46243         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
46244         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
46245         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
46247         * nptl/sysdeps/sparc/Makefile: Moved ...
46248         * sysdeps/sparc/nptl/Makefile: ... here.
46249         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
46250         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
46251         * nptl/sysdeps/sparc/tls.h: Moved ...
46252         * sysdeps/sparc/nptl/tls.h: ... here.
46253         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
46254         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
46255         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
46256         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
46257         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
46258         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
46259         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
46260         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
46261         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
46262         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
46263         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
46264         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
46265         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
46266         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
46267         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
46268         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
46269         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
46270         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
46271         Update #include.
46272         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
46273         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
46274         Update #include.
46275         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
46276         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
46277         Update #include.
46278         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
46279         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
46280         Update #include.
46282         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
46284         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
46285         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
46287         * sysdeps/pthread/posix-timer.h: Include <list.h>.
46288         (struct list_links): Type removed.
46289         (struct thread_node, struct timer_node): Replace struct list_links
46290         with struct list_head.
46291         (list_unlink_ip): Likewise.
46292         * sysdeps/pthread/timer_routines.c
46293         (timer_free_list, thread_free_list, thread_active_list): Likewise.
46294         (list_append, list_insbefore): Likewise.
46295         (list_init): Function removed.
46296         (thread_init, init_module): Use INIT_LIST_HEAD instead.
46297         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
46298         * sysdeps/pthread/Makefile: ... here, new file.
46300         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
46301         * sysdeps/nptl/Implies: ... here.
46302         * sysdeps/unix/sysv/linux/Implies: Add nptl.
46303         * nptl/sysdeps/pthread/list.h: Moved ...
46304         * include/list.h: ... here.
46305         * nptl/sysdeps/pthread/createthread.c: Moved ...
46306         * nptl/createthread.c: ... here.
46307         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
46308         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
46309         * nptl/pt-longjmp.c: ... here.
46310         * nptl/sysdeps/pthread/Makefile: Moved ...
46311         * sysdeps/nptl/Makefile: ... here.
46312         * nptl/sysdeps/pthread/Subdirs: Moved ...
46313         * sysdeps/nptl/Subdirs: ... here.
46314         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
46315         * sysdeps/nptl/aio_misc.h: ... here.
46316         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
46317         * sysdeps/nptl/bits/libc-lock.h: ... here.
46318         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
46319         * sysdeps/nptl/bits/libc-lockP.h: ... here.
46320         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
46321         * sysdeps/nptl/bits/stdio-lock.h: ... here.
46322         * nptl/sysdeps/pthread/configure: Moved ...
46323         * sysdeps/nptl/configure: ... here.
46324         * nptl/sysdeps/pthread/configure.ac: Moved ...
46325         * sysdeps/nptl/configure.ac: ... here.
46326         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
46327         * sysdeps/nptl/gai_misc.h: ... here.
46328         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
46329         * sysdeps/nptl/librt-cancellation.c: ... here.
46330         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
46331         * sysdeps/nptl/malloc-machine.h: ... here.
46332         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
46333         * sysdeps/nptl/pthread-functions.h: ... here.
46334         * nptl/sysdeps/pthread/pthread.h: Moved ...
46335         * sysdeps/nptl/pthread.h: ... here.
46336         * nptl/sysdeps/pthread/setxid.h: Moved ...
46337         * sysdeps/nptl/setxid.h: ... here.
46338         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
46339         * sysdeps/nptl/sigfillset.c: ... here.
46340         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
46341         * sysdeps/nptl/tcb-offsets.h: ... here.
46342         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
46343         * sysdeps/nptl/tst-mqueue8x.c: ... here.
46344         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
46345         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
46346         * nptl/sysdeps/pthread/allocalim.h: Moved ...
46347         * sysdeps/pthread/allocalim.h: ... here.
46348         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
46349         * sysdeps/pthread/bits/sigthread.h: ... here.
46350         * nptl/sysdeps/pthread/flockfile.c: Moved ...
46351         * sysdeps/pthread/flockfile.c: ... here.
46352         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
46353         * sysdeps/pthread/ftrylockfile.c: ... here.
46354         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
46355         * sysdeps/pthread/funlockfile.c: ... here.
46356         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
46357         * sysdeps/pthread/posix-timer.h: ... here.
46358         * nptl/sysdeps/pthread/timer_create.c: Moved ...
46359         * sysdeps/pthread/timer_create.c: ... here.
46360         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
46361         * sysdeps/pthread/timer_delete.c: ... here.
46362         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
46363         * sysdeps/pthread/timer_getoverr.c: ... here.
46364         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
46365         * sysdeps/pthread/timer_gettime.c: ... here.
46366         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
46367         * sysdeps/pthread/timer_routines.c: ... here.
46368         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
46369         * sysdeps/pthread/timer_settime.c: ... here.
46370         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
46371         * sysdeps/pthread/tst-timer.c: ... here.
46372         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
46373         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
46375         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
46376         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
46378         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
46379         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
46380         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
46381         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
46382         Update #include target.
46383         * nptl/sysdeps/i386/i686/Makefile: Moved ...
46384         * sysdeps/i386/i686/nptl/Makefile: ... here.
46385         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
46386         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
46387         Update #include target.
46388         * nptl/sysdeps/i386/i686/tls.h: Moved ...
46389         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
46390         * nptl/sysdeps/i386/Makefile: Moved ...
46391         * sysdeps/i386/nptl/Makefile: ... here.
46392         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
46393         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
46394         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
46395         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
46396         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
46397         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
46398         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
46399         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
46400         * sysdeps/i386/nptl/pthreaddef.h: ... here.
46401         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
46402         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
46403         * nptl/sysdeps/i386/tls.h: Moved ...
46404         * sysdeps/i386/nptl/tls.h: ... here.
46406         * sysdeps/sh/Makefile [$(subdir) = csu]
46407         (gen-as-const-headers): Add tcb-offsets.sym.
46408         * nptl/sysdeps/sh/Makefile: File removed.
46409         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
46410         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
46411         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
46412         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
46413         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
46414         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
46415         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
46416         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
46417         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
46418         * sysdeps/sh/nptl/pthreaddef.h: ... here.
46419         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
46420         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
46421         * nptl/sysdeps/sh/tls.h: Moved ...
46422         * sysdeps/sh/nptl/tls.h: ... here.
46423         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
46424         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
46425         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
46426         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
46427         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
46428         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
46429         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
46430         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
46431         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
46432         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
46433         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
46434         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
46435         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
46436         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
46437         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
46438         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
46439         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
46440         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
46441         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
46442         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
46443         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
46444         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
46445         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
46446         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
46447         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
46448         Moved ...
46449         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
46450         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
46451         Moved ...
46452         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
46453         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
46454         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
46455         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
46456         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
46457         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
46458         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
46459         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
46460         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
46461         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
46462         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
46463         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
46464         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
46465         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
46466         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
46467         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
46468         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
46469         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
46470         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
46472 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
46474         * posix/spawn_faction_addopen.c: Include string.h.
46476 2014-06-11  Roland McGrath  <roland@hack.frob.com>
46478         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
46479         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
46480         * nptl/sysdeps/x86_64/Makefile: Moved ...
46481         * sysdeps/x86_64/nptl/Makefile: ... here.
46482         * nptl/sysdeps/x86_64/configure: Moved ...
46483         * sysdeps/x86_64/nptl/configure: ... here.
46484         * nptl/sysdeps/x86_64/configure.ac: Moved ...
46485         * sysdeps/x86_64/nptl/configure.ac: ... here.
46486         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
46487         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
46488         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
46489         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
46490         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
46491         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
46492         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
46493         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
46494         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
46495         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
46496         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
46497         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
46498         * nptl/sysdeps/x86_64/tls.h: Moved ...
46499         * sysdeps/x86_64/nptl/tls.h: ... here.
46500         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
46501         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
46502         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
46503         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
46505         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
46507 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46509         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46511 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
46513         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
46514         type.
46515         [POSIX] (off_t): Likewise.
46516         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
46517         [POSIX] (S_ISBLK): Require macro.
46518         [POSIX] (S_ISCHR): Likewise.
46519         [POSIX] (S_ISDIR): Likewise.
46520         [POSIX] (S_ISFIFO): Likewise.
46521         [POSIX] (S_ISREG): Likewise.
46522         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
46523         optional-macro.
46524         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
46525         type.
46526         [POSIX] (time_t): Likewise.
46527         [POSIX] (timer_t): Likewise.
46529 2014-06-11  Florian Weimer  <fweimer@redhat.com>
46531         [BZ #17048]
46532         * posix/spawn_int.h (struct __spawn_action): Make the path string
46533         non-const to support deallocation.
46534         * posix/spawn_faction_addopen.c
46535         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
46536         * posix/spawn_faction_destroy.c
46537         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
46538         path in all spawn_do_open actions.
46539         * posix/tst-spawn.c (do_test): Exercise the copy operation in
46540         posix_spawn_file_actions_addopen.
46542 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
46544         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
46545         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
46546         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
46547         conditional code always true.
46548         (__libc_vfork): New alias.
46550 2014-06-11  Roland McGrath  <roland@hack.frob.com>
46552         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
46553         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
46555         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
46557         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
46558         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
46560         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
46561         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
46563         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
46564         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
46566 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
46568         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
46569         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
46570         multiarch strcmp for PPC64.
46571         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
46572         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
46573         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
46574         multiarch optimizations.
46575         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
46576         (__libc_ifunc_impl_list): Likewise.
46578 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
46580         * benchtests/scripts/validate_benchout.py: New script.
46581         * benchtests/Makefile (bench-func): Call it.
46582         * benchtests/scripts/benchout.schema.json: New file.
46584 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
46586         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
46587         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
46588         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
46589         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
46590         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
46591         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
46592         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
46593         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
46594         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
46595         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
46596         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
46597         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
46598         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
46599         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
46600         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
46601         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
46602         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
46603         Moved ...
46604         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
46605         ... here.
46606         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
46607         Moved ...
46608         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
46609         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
46610         Moved ...
46611         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
46612         ... here.
46613         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
46614         Moved ...
46615         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
46616         ... here.
46617         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
46618         Moved ...
46619         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
46620         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
46621         Moved ...
46622         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
46623         ... here.
46624         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
46625         Moved ...
46626         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
46627         ... here.
46628         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
46629         Moved ...
46630         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
46631         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
46632         Moved ...
46633         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
46634         ... here.
46635         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
46636         Moved ...
46637         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
46638         ... here.
46639         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
46640         Moved ...
46641         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
46642         ... here.
46643         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
46644         Moved ...
46645         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
46646         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
46647         Moved ...
46648         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
46649         ... here.
46650         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
46651         Moved ...
46652         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
46653         ... here.
46654         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
46655         Moved ...
46656         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
46657         ... here.
46658         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
46659         Moved ...
46660         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
46661         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
46662         Moved ...
46663         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
46664         ... here.
46665         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
46666         Moved ...
46667         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
46668         ... here.
46669         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
46670         Moved ...
46671         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
46672         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
46673         Moved ...
46674         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
46675         ... here.
46676         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
46677         Moved ...
46678         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
46679         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
46680         Moved ...
46681         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
46682         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
46683         Moved ...
46684         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
46685         ... here.
46686         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
46687         Moved ...
46688         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
46689         ... here.
46690         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
46691         Moved ...
46692         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
46693         ... here.
46694         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
46695         Moved ...
46696         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
46697         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
46698         Moved ...
46699         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
46700         ... here.
46701         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
46702         Moved ...
46703         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
46704         ... here.
46705         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
46706         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
46707         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
46708         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
46709         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
46710         Moved ...
46711         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
46712         ... here.
46713         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
46714         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
46715         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
46716         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
46717         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
46718         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
46719         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
46720         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
46721         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
46722         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
46723         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
46724         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
46725         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
46726         Moved ...
46727         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
46728         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
46729         Moved ...
46730         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
46731         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
46732         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
46733         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
46734         Moved ...
46735         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
46736         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
46737         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
46738         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
46739         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
46740         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
46741         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
46743 2014-06-10  Wilco  <wdijkstr@arm.com>
46745         * math/test-fenv-return.c: New file.
46746         * math/Makefile: Add new test test-fenv-return.
46748 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
46750         [BZ #17042]
46751         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
46752         when x - 1 is zero.
46753         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
46754         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
46755         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
46756         0.0L for an argument of 1.0L.
46757         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
46758         Likewise.
46759         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
46760         value when x - 1 is zero.
46761         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
46762         * sysdeps/i386/fpu/libm-test-ulps: Update.
46763         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46765 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
46767         [BZ #15119]
46768         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
46770 2014-06-09  Roland McGrath  <roland@hack.frob.com>
46772         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
46773         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
46775 2014-06-09  Roland McGrath  <roland@hack.frob.com>
46777         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
46778         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
46780         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
46781         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
46783         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
46784         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
46786         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
46787         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
46789         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
46790         if not already defined.
46791         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
46792         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
46793         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
46794         (TLS_INIT_TP): Use it.
46795         (TLS_DEFINE_INIT_TP): New macro.
46796         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
46798 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
46800         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
46801         constant.
46802         [POSIX] (IXANY): Likewise.
46803         [POSIX] (OLCUC): Likewise.
46804         [POSIX || POSIX2008] (CBAUD): Do not allow.
46805         [POSIX || POSIX2008] (DEFECHO): Likewise.
46806         [POSIX || POSIX2008] (ECHOCTL): Likewise.
46807         [POSIX || POSIX2008] (ECHOKE): Likewise.
46808         [POSIX || POSIX2008] (ECHOPRT): Likewise.
46809         [POSIX || POSIX2008] (EXTA): Likewise.
46810         [POSIX || POSIX2008] (EXTB): Likewise.
46811         [POSIX || POSIX2008] (FLUSHO): Likewise.
46812         [POSIX || POSIX2008] (LOBLK): Likewise.
46813         [POSIX || POSIX2008] (PENDIN): Likewise.
46814         [POSIX || POSIX2008] (SWTCH): Likewise.
46815         [POSIX || POSIX2008] (VDISCARD): Likewise.
46816         [POSIX || POSIX2008] (VDSUSP): Likewise.
46817         [POSIX || POSIX2008] (VLNEXT): Likewise.
46818         [POSIX || POSIX2008] (VREPRINT): Likewise.
46819         [POSIX || POSIX2008] (VSTATUS): Likewise.
46820         [POSIX || POSIX2008] (VWERASE): Likewise.
46821         (B*): Change to B[0123456789]*.
46822         * conform/data/time.h-data [POSIX || UNIX98]
46823         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
46824         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
46825         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
46826         [POSIX] (tm_*): Do not allow.
46828 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
46830         * Makefile (install): Don't set LANGUAGE.
46831         * Makefile.in (install): Likewise.
46832         * assert/Makefile (test-assert-ENV): Remove variable.
46833         (test-assert-perr-ENV): Likewise.
46834         * elf/Makefile (neededtest4-ENV): Likewise.
46835         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
46836         [$(cross-compiling) = no]: Don't set LANGUAGE.
46837         * io/ftwtest-sh (LANG): Remove variable.
46838         * libio/Makefile (tst-widetext-ENV): Likewise.
46839         * manual/install.texi (Running make install): Don't refer to
46840         environment settings for make install.
46841         * INSTALL: Regenerated.
46842         * nptl/tst-tls6.sh: Don't set LANG.
46843         * posix/globtest.sh (LANG): Remove variable.
46844         * string/Makefile (tester-ENV): Likewise.
46845         (inl-tester-ENV): Likewise.
46846         (noinl-tester-ENV): Likewise.
46847         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
46848         [$(cross-compiling) = no]: Don't set LANGUAGE.
46849         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
46850         without explicit environment settings.
46852 2014-06-06  Roland McGrath  <roland@hack.frob.com>
46854         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
46855         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
46856         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
46857         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
46859 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
46861         * crypt/crypt-private.h [DOS]: Add some includes taken from the
46862         other files in the crypt directory.
46863         * crypt/crypt.c: Remove duplicate includes.
46864         * crypt/crypt-entry.c: Likewise.
46865         * crypt/crypt_util.c: Likewise.
46867 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
46869         * Makeconfig (run-program-env): New variable.
46870         (run-program-prefix-before-env): Likewise.
46871         (run-program-prefix-after-env): Likewise.
46872         (run-program-prefix): Define in terms of new variables.
46873         (built-program-cmd-before-env): New variable.
46874         (built-program-cmd-after-env): Likewise.
46875         (built-program-cmd): Define in terms of new variables.
46876         (test-program-prefix-before-env): New variable.
46877         (test-program-prefix-after-env): Likewise.
46878         (test-program-prefix): Define in terms of new variables.
46879         (test-program-cmd-before-env): New variable.
46880         (test-program-cmd-after-env): Likewise.
46881         (test-program-cmd): Define in terms of new variables.
46882         * Rules (make-test-out): Use $(run-program-env).
46883         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
46884         (help): Do not mention environment variables.  Mention
46885         --timeoutfactor option.
46886         (timeoutfactor): New variable.
46887         (blacklist_exports): Remove function.
46888         (exports): Remove variable.
46889         (command): Do not include ${exports}.
46890         * manual/install.texi (Configuring and compiling): Do not mention
46891         test wrappers preserving environment variables.  Mention that last
46892         assignment to a variable must take precedence.
46893         * INSTALL: Regenerated.
46894         * benchtests/Makefile (run-bench): Use $(run-program-env).
46895         * catgets/Makefile ($(objpfx)test1.cat): Use
46896         $(built-program-cmd-before-env), $(run-program-env) and
46897         $(built-program-cmd-after-env).
46898         ($(objpfx)test2.cat): Do not specify environment variables
46899         explicitly.
46900         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
46901         $(run-program-env) and $(built-program-cmd-after-env).
46902         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
46903         $(run-program-env) and $(test-program-cmd-after-env).
46904         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
46905         explicitly.
46906         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
46907         run_program_env and test_program_cmd_after_env arguments.
46908         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
46909         * elf/tst-pathopt.sh: Use run_program_env argument.
46910         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
46911         $(test-wrapper-env) and $(run-program-env).
46912         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
46913         run_program_env arguments.
46914         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
46915         * intl/Makefile ($(objpfx)tst-gettext.out): Use
46916         $(test-program-prefix-before-env), $(run-program-env) and
46917         $(test-program-prefix-after-env).
46918         ($(objpfx)tst-gettext2.out): Likewise.
46919         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
46920         run_program_env and test_program_prefix_after_env arguments.
46921         * intl/tst-gettext2.sh: Likewise.
46922         * intl/tst-gettext4.sh: Do not set environment variables
46923         explicitly.
46924         * intl/tst-gettext6.sh: Likewise.
46925         * intl/tst-translit.sh: Likewise.
46926         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
46927         $(test-program-prefix-before-env), $(run-program-env) and
46928         $(test-program-prefix-after-env).
46929         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
46930         run_program_env and test_program_prefix_after_env arguments.
46931         * math/Makefile (run-regen-ulps): Use $(run-program-env).
46932         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
46933         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
46934         explicitly with each use of ${test_wrapper_env}.
46935         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
46936         $(test-program-prefix-before-env), $(run-program-env) and
46937         $(test-program-prefix-after-env).
46938         * posix/tst-getconf.sh: Do not set environment variables
46939         explicitly.
46940         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
46941         run_program_env and test_program_prefix_after_env arguments.
46942         * stdio-common/tst-printf.sh: Do not set environment variables
46943         explicitly.
46944         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
46945         $(test-program-prefix-before-env), $(run-program-env) and
46946         $(test-program-prefix-after-env).
46947         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
46948         run_program_env and test_program_prefix_after_env arguments.
46949         Split $test calls into $test_pre and $test.
46950         * timezone/Makefile (build-testdata): Use
46951         $(built-program-cmd-before-env), $(run-program-env) and
46952         $(built-program-cmd-after-env).
46954 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46956         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
46957         strlen for non SHARED builds.
46959 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
46961         * nptl/allocatestack.c (check_list): Inlined function...
46962         (__reclaim_stacks): ... here.
46964 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
46966         [BZ #15698]
46967         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
46968         memory overrun.
46970 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
46972         * Rules (make-test-out): Include
46973         LOCPATH=$(common-objpfx)localedata in default environment.
46974         * debug/Makefile (tst-chk1-ENV): Remove variable.
46975         (tst-chk2-ENV): Likewise.
46976         (tst-chk3-ENV): Likewise.
46977         (tst-chk4-ENV): Likewise.
46978         (tst-chk5-ENV): Likewise.
46979         (tst-chk6-ENV): Likewise.
46980         (tst-lfschk1-ENV): Likewise.
46981         (tst-lfschk2-ENV): Likewise.
46982         (tst-lfschk3-ENV): Likewise.
46983         (tst-lfschk4-ENV): Likewise.
46984         (tst-lfschk5-ENV): Likewise.
46985         (tst-lfschk6-ENV): Likewise.
46986         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
46987         (tst-iconv7-ENV): Likewise.
46988         * intl/Makefile (LOCPATH-ENV): Likewise.
46989         (tst-codeset-ENV): Likewise.
46990         (tst-gettext3-ENV): Likewise.
46991         (tst-gettext5-ENV): Likewise.
46992         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
46993         (tst-fopenloc-ENV): Likewise.
46994         (tst-fgetws-ENV): Remove variable.
46995         (tst-ungetwc1-ENV): Likewise.
46996         (tst-ungetwc2-ENV): Likewise.
46997         (bug-ungetwc2-ENV): Likewise.
46998         (tst-swscanf-ENV): Likewise.
46999         (bug-ftell-ENV): Likewise.
47000         (tst-fgetwc-ENV): Likewise.
47001         (tst-fseek-ENV): Likewise.
47002         (tst-ftell-partial-wide-ENV): Likewise.
47003         (tst-ftell-active-handler-ENV): Likewise.
47004         (tst-ftell-append-ENV): Likewise.
47005         * posix/Makefile (tst-fnmatch-ENV): Likewise.
47006         (tst-regexloc-ENV): Likewise.
47007         (bug-regex1-ENV): Likewise.
47008         (tst-regex-ENV): Likewise.
47009         (tst-regex2-ENV): Likewise.
47010         (bug-regex5-ENV): Likewise.
47011         (bug-regex6-ENV): Likewise.
47012         (bug-regex17-ENV): Likewise.
47013         (bug-regex18-ENV): Likewise.
47014         (bug-regex19-ENV): Likewise.
47015         (bug-regex20-ENV): Likewise.
47016         (bug-regex22-ENV): Likewise.
47017         (bug-regex23-ENV): Likewise.
47018         (bug-regex25-ENV): Likewise.
47019         (bug-regex26-ENV): Likewise.
47020         (bug-regex30-ENV): Likewise.
47021         (bug-regex32-ENV): Likewise.
47022         (bug-regex33-ENV): Likewise.
47023         (bug-regex34-ENV): Likewise.
47024         (bug-regex35-ENV): Likewise.
47025         (tst-rxspencer-ENV): Likewise.
47026         (tst-rxspencer-no-utf8-ENV): Likewise.
47027         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
47028         (tst-sscanf-ENV): Likewise.
47029         (tst-swprintf-ENV): Likewise.
47030         (tst-swscanf-ENV): Likewise.
47031         (test-vfprintf-ENV): Likewise.
47032         (scanf13-ENV): Likewise.
47033         (bug14-ENV): Likewise.
47034         (tst-grouping-ENV): Likewise.
47035         * stdlib/Makefile (tst-strtod-ENV): Likewise.
47036         (tst-strtod3-ENV): Likewise.
47037         (tst-strtod4-ENV): Likewise.
47038         (tst-strtod5-ENV): Likewise.
47039         (testmb2-ENV): Likewise./
47040         * string/Makefile (tst-strxfrm-ENV): Likewise.
47041         (tst-strxfrm2-ENV): Likewise.
47042         (bug-strcoll1-ENV): Likewise.
47043         (test-strcasecmp-ENV): Likewise.
47044         (test-strncasecmp-ENV): Likewise.
47045         * time/Makefile (tst-strptime-ENV): Likewise.
47046         (tst-ftime_l-ENV): Likewise.
47047         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
47048         (tst-mbrtowc-ENV): Likewise.
47049         (tst-wcrtomb-ENV): Likewise.
47050         (tst-mbrtowc2-ENV): Likewise.
47051         (tst-c16c32-1-ENV): Likewise.
47052         (tst-mbsnrtowcs-ENV): Likewise.
47054 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
47056         * manual/resource.texi (How to get information about the memory
47057         subsystem?): Fix typo.
47058         Reported by Peon de la Parra Ivan <peon@keba.com>
47060 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
47062         [BZ #16882]
47063         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
47064         (pthread_spin_lock): Branch out of spin loop to proper location.
47065         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
47066         (pthread_spin_lock): Likewise.
47068         * nptl/tst-spin4.c: New test.
47069         * nptl/Makefile (tests): Add tst-spin4.
47071 2014-06-03  Andreas Schwab  <schwab@suse.de>
47073         [BZ #15946]
47074         * resolv/res_send.c (send_dg): Reload file descriptor after
47075         calling reopen.
47077 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
47079         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
47081 2014-06-03  Richard Henderson  <rth@redhat.com>
47083         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
47084         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
47085         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
47086         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
47087         in the SAVE_PID block.
47088         (__libc_vfork): New alias.
47089         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
47091         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
47092         child in registers, not on the stack.  Remove RESET_PID conditionals.
47093         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
47095 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
47097         * sysdeps/aarch64/libm-test-ulps: Regenerate.
47099 2014-06-03  Wilco  <wdijkstr@arm.com>
47101         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
47102         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
47103         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
47104         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
47105         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
47106         Likewise.
47108 2014-06-03  Wilco  <wdijkstr@arm.com>
47110         * sysdeps/aarch64/fpu/math_private.h
47111         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
47112         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
47113         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
47114         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
47115         Fix declarations.
47117 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
47119         * crypt/crypt-private.h: Include ufc-crypt.h.
47120         (__b64_from_24bit): Declare extern.
47121         * crypt/crypt_util.c(__b64_from_24bit): New function.
47122         (b64t): New static const variable.
47123         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
47124         (b64t): Remove variable.
47125         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
47126         * crypt/sha256-crypt.c: Include crypt-private.h.
47127         (b64t): Remove variable.
47128         (__sha256_crypt_r): Remove b64_from_24bit and replace
47129         with __b64_from_24bit.
47130         * crypt/sha512-crypt.c: Likewise.
47132 2014-06-02  Roland McGrath  <roland@hack.frob.com>
47134         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
47135         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
47136         Label the code __libc_vfork rather than __vfork.
47137         [!NOT_IN_libc] (vfork): Define as weak alias.
47138         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
47139         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
47140         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
47142 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
47144         * malloc/malloc.c (malloc_info): Fix format specifier for
47145         n_mmaps.
47147 2014-06-02  Wilco  <wdijkstr@arm.com>
47149         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
47150         FPCR write.
47152 2014-06-02  Wilco  <wdijkstr@arm.com>
47154         [BZ #17009]
47155         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
47156         Rewrite to reduce FPCR/FPSR accesses.
47158 2014-06-01  David S. Miller  <davem@davemloft.net>
47160         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47162 2014-05-31  David S. Miller  <davem@davemloft.net>
47164         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
47165         to occur in round to nearest mode when |x| >= 2.0
47167 2014-05-30  Richard Henderson  <rth@twiddle.net>
47169         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
47170         (PSEUDO_RET_NOERRNO): Remove.
47171         (ret): Don't redefine.
47172         (ret_NOERRNO): Define in terms of ret.
47173         (ret_ERRVAL): Likewise.
47175         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
47176         use of PSEUDO_RET; perform the error check directly.
47178 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
47180         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
47181         with __int128_t.
47183 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
47185         * malloc/malloc (malloc_info): Fix formatting.
47187 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
47188             Roland McGrath  <roland@hack.frob.com>
47190         * malloc/malloc (malloc_info): Also print mmapped statistics.
47192 2014-05-30  Roland McGrath  <roland@hack.frob.com>
47194         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
47195         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
47197 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
47199         * malloc/malloc.c (malloc_info): Inline mi_arena.
47201 2014-05-29  Richard Henderson  <rth@twiddle.net>
47203         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
47204         Remove comma before expanding ASM_ARGS_##nr.
47205         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
47206         Make _x0 a strict output; make _x8 a strict input; adjust expansion
47207         of ASM_ARGS_##nr.
47208         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
47209         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
47210         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
47211         (ASM_ARGS_1): Add leading comma.
47213         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
47214         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
47215         to __errno_location.
47216         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
47217         Remove the expected plt for __errno_location.
47219         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
47220         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
47221         call to __read_tp.
47223         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
47224         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
47225         it and break it down.
47226         (DOCARGS_0, DOCARGS_1): Do nothing.
47227         (DOCARGS_2): Update to store into the new stack frame.
47228         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
47229         (UNDOCARGS_1): Update to restore from the new stack frame.
47230         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
47231         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
47233         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
47234         (SINGLE_THREAD_P): New parameter for result regno.
47235         (PSEUDO): Update to match; use cbz instead of beq.
47237         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
47238         Use ENTRY to define the _nocancel entry point.  Share the syscall
47239         and syscall error check paths with the cancel path.
47240         (PSEUDO_END): New.
47242         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
47243         whitespace; tabs before and after asm mnemonics.
47245 2014-05-29  Eric Wong  <normalperson@yhbt.net>
47247         [BZ #15132]
47248         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47249         Call fstat64 or stat64 internally, depending on arguments passed.
47250         Replace stat buffer argument with file descriptor argument.
47251         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
47252         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
47253         Pass fd to __internal_statvfs instead of calling fstat64.
47254         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
47255         Pass fd to __internal_statvfs64 instead of calling fstat64.
47256         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
47257         Pass -1 to __internal_statvfs instead of calling stat64.
47258         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
47259         Pass -1 to __internal_statvfs64 instead of calling stat64.
47261 2014-05-28  Roland McGrath  <roland@hack.frob.com>
47263         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
47264         that was previously under [RESET_PID].
47265         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
47267         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
47268         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
47270 2014-05-27  Roland McGrath  <roland@hack.frob.com>
47272         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
47274         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
47275         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
47277 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
47279         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
47281 2014-05-27  Andreas Schwab  <schwab@suse.de>
47283         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
47284         TLS_INIT_TP macro.
47285         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
47286         * elf/rtld.c (init_tls, dl_main): Likewise.
47287         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
47288         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
47289         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
47290         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
47291         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
47292         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
47293         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
47294         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
47295         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
47296         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
47297         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
47298         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
47299         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
47300         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
47301         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
47302         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
47303         * sysdeps/generic/tls.h: Update description.
47305 2014-05-27  Will Newton  <will.newton@linaro.org>
47307         [BZ #16990]
47308         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
47309         and restore r2 rather than just restoring.
47311 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
47313         [BZ #16724]
47314         * libio/tst-ftell-append.c: New test case.
47315         * libio/Makefile (tests): Add test case.
47316         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
47317         append mode.
47318         * libio/wfileops.c (do_ftell_wide): Likewise.
47320 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47322         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47324         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
47325         ...
47326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
47327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
47328         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
47329         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
47330         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
47331         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
47332         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
47333         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
47334         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
47335         Moved ...
47336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
47337         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
47338         Moved ...
47339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
47340         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
47341         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
47342         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
47343         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
47344         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
47345         ...
47346         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
47347         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
47348         Moved ...
47349         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
47350         here.
47351         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
47352         ...
47353         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
47354         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
47355         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
47357         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
47358         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
47359         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
47360         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
47362         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
47363         merge into ...
47364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
47365         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
47366         ...
47367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
47368         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
47369         ...
47370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
47371         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
47372         Moved ...
47373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
47374         here.
47375         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
47376         Moved ...
47377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
47378         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
47379         Moved ...
47380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
47382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
47383         conditional [RESET_PID].
47384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
47385         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
47386         removed.
47387         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
47388         removed.
47390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
47391         <tcb-offsets.h>.
47392         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
47393         (__libc_vfork): New strong alias.
47394         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
47395         removed.
47396         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
47397         Removed.
47399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
47400         <tcb-offsets.h>.
47401         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
47402         (__libc_vfork): New strong alias.
47403         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
47404         removed.
47405         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
47406         removed.
47408 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
47410         * malloc/malloc.c (mi_arena): New function.
47411         (malloc_info): Remove nested function mi_arena. Call non-nosted
47412         function mi_arena.
47414 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47416         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
47417         by insrwi.
47418         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
47419         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
47420         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
47421         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
47422         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
47423         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
47424         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
47426 2014-05-26  Andreas Schwab  <schwab@suse.de>
47428         [BZ #16984]
47429         * locale/programs/repertoire.c (repertoire_read): Add slash
47430         between I18NPATH element and file name.
47431         * locale/programs/locfile.c (locfile_read): Likewise.
47433 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
47435         * nptl/pthread_mutexattr_settype.c
47436         (__pthread_mutexattr_settype):
47437         Disable lock elision for PTHREAD_MUTEX_NORMAL.
47439 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
47441         * nptl/tst-mutex5 (do_test):
47442         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
47444 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
47446         * benchtests/README: Document 'init' directive.
47447         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
47448         BENCH_INIT.
47449         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
47450         (parse_file): Recognize 'init' directive.
47452 2014-05-26  Kyle McMartin  <kyle@redhat.com>
47454         [BZ #16796]
47455         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
47456         alignment of struct pthread.
47458 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
47460         [BZ #16878]
47461         * nscd/netgroupcache.c (addgetnetgrentX): Look for
47462         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
47463         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
47464         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
47466 2014-05-25  Richard Henderson  <rth@twiddle.net>
47468         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
47469         (SINGLE_THREAD_P_PIC): Remove.
47470         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
47471         (SINGLE_THREAD_P_PIC): Remove.
47473         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
47474         branch to syscall error ...
47475         (PSEUDO): ... here.
47476         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
47477         from __local_syscall_error to .Lsyscall_error.
47478         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
47479         (SYSCALL_ERROR): Update label name.
47481         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
47482         Do not use DOARGS/UNDOARGS.
47483         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
47484         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
47485         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
47486         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
47487         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
47489         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
47490         block comment.
47492         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
47493         define if !NOT_IN_libc.
47494         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
47495         define with non-default symbol versions.
47497 2014-05-23  Richard Henderson  <rth@twiddle.net>
47499         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
47500         (vfork, __vfork): Define via compat_symbol.
47502         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
47503         [!HAVE_IFUNC] (vfork_compat): Remove.
47504         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
47506 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
47508         [BZ #16978]
47509         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
47510         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
47511         variable.
47513 2014-05-23  Richard Henderson  <rth@twiddle.net>
47515         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
47516         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
47517         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
47518         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
47520         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
47521         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
47522         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
47523         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
47524         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
47525         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
47526         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
47527         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
47528         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
47529         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
47530         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
47531         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
47532         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
47533         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
47534         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
47535         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
47536         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
47537         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
47538         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
47539         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
47540         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
47541         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
47542         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
47543         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
47544         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
47545         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
47546         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
47547         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
47548         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
47549         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
47550         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
47551         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
47552         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
47553         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
47554         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
47555         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
47556         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
47557         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
47558         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
47559         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
47560         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
47561         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
47562         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
47563         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
47564         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
47565         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
47566         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
47567         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
47568         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
47569         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
47570         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
47571         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
47572         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
47573         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
47574         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
47575         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
47577         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
47578         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
47579         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
47580         before exiting on error.
47581         (__libc_vfork): New strong alias.
47582         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
47583         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
47585         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
47586         that was previously under [RESET_PID].
47587         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
47589         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
47591 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
47593         [BZ #16977]
47594         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
47595         value when x - 1 is zero.
47596         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
47597         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
47598         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
47599         0.0L for an argument of 1.0L.
47600         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
47601         Likewise.
47602         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
47603         value when x - 1 is zero.
47604         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
47605         * sysdeps/i386/fpu/libm-test-ulps: Update.
47606         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47608 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
47610         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
47611         alphasort and versionsort.
47613 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47615         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
47616         macro.
47617         [copysignf]: Likewise.
47619 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47621         * crypt/md5-crypt.c: Fix formatting.
47623 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
47625         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
47626         (b64_from_24bit): New function.
47628 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47630         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
47631         libc_hidden_builtin_def to ifunc.
47632         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
47633         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
47635 2014-05-21  Roland McGrath  <roland@hack.frob.com>
47637         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
47638         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
47640 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
47642         * nscd/Depend (linuxthreads): Remove.
47643         (nptl): Add.
47644         * resolv/Depend (linuxthreads): Remove.
47645         * rt/Depend (linuxthreads): Remove.
47647         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
47648         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
47649         $(common-objpfx)elf/.
47650         (link-libc-before-gnulib): Likewise.
47651         (elfobjdir): Remove variable.
47652         * Makefile (install): Use $(elf-objpfx) instead of
47653         $(common-objpfx)elf/.
47654         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
47655         $(elfobjdir)/.
47656         (link-libc-deps): Likewise.
47657         ($(common-objpfx)libc.so): Likewise.
47658         ($(common-objpfx)linkobj/libc.so): Likewise.
47659         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
47660         instead of $(common-objpfx)elf/.
47661         (symbolic-link-list): Likewise.
47662         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
47663         [$(cross-compiling) = no]: Likewise.
47664         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
47665         $(elfobjdir)/.
47666         (static-gnulib-arch): Likewise.
47667         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
47668         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
47669         $(common-objpfx)elf/.
47671 2014-05-21  Richard Henderson  <rth@redhat.com>
47673         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
47674         (SINGLE_THREAD_P): Use the correct width load.  Fold
47675         into the ldr offset.
47677         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
47678         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
47680 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
47682         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
47683         (libgcc_s_resume): Use __attribute_used__.
47684         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
47685         Likewise.
47687 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47689         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
47690         optimization when used with float constants.
47692         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47694 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
47696         [BZ #16915]
47697         * locale/nl_langinfo_l.c: Make direct reference to every
47698         _nl_current_CATEGORY symbol.
47699         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
47700         (tests-static): Add tst-langinfo-static.
47701         (tests-special): Add tst-langinfo-static.out.
47702         ($(objpfx)tst-langinfo.out): Redirect output.
47703         ($(objpfx)tst-langinfo-static.out): New.
47704         * localedata/tst-langinfo.sh: Send output to stdout.
47705         * localedata/tst-langinfo-static.c: New file.
47707         [BZ #16965]
47708         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
47709         when the shift amount is modulo the limb size.
47711 2014-05-20  Richard Henderson  <rth@redhat.com>
47713         [BZ #16967]
47714         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
47715         Change type of sa_flags from unsigned int to int.
47717         [BZ #16966]
47718         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
47720         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
47722 2014-05-20  Will Newton  <will.newton@linaro.org>
47724         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
47725         Test the return value of the system call in the nocancel case.
47727 2014-05-20  Will Newton  <will.newton@linaro.org>
47728             Yvan Roux  <yvan.roux@linaro.org>
47730         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
47731         #include of asm/ptrace.h.
47732         (PTRACE_GET_THREAD_AREA): Remove #undef.
47733         (PTRACE_GETHBPREGS): Likewise.
47734         (PTRACE_SETHBPREGS): Likewise.
47735         (struct user_regs_struct): New structure.
47736         (struct user_fpsimd_struct): New structure.
47737         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
47738         #include of asm/ptrace.h and second #include of sys/user.h.
47739         (PTRACE_GET_THREAD_AREA): Remove #undef.
47740         (PTRACE_GETHBPREGS): Likewise.
47741         (PTRACE_SETHBPREGS): Likewise.
47742         (ELF_NGREG): Use new struct user_regs_struct.
47743         (elf_fpregset_t): Use new struct user_fpsimd_struct.
47745 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47747         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
47748         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
47750 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
47752         [BZ #16958]
47753         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
47754         membar to avoid block loads/stores to overlap previous stores.
47756 2014-05-17  Richard Henderson  <rth@redhat.com>
47758         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
47759         Create the __##syscall_name##_nocancel entry point.
47760         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
47761         Remove; let the sysdep-cancel.h code create it.
47763 2014-05-17  David S. Miller  <davem@davemloft.net>
47765         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
47766         Protect with __USE_GNU.
47767         (TIOCSET_TEMPT): Likewise.
47768         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
47769         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
47770         these are already provided in bits/ioctl-types.h
47772 2014-05-16  Roland McGrath  <roland@hack.frob.com>
47774         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
47775         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
47777         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
47778         Use wait4 regardless of [__NR_waitpid].
47780 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
47782         PR libgcc/60166
47783         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
47784         (_FP_NANSIGN_Q): Set the quiet bit.
47786 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
47788         * benchtests/Makefile
47789         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
47790         not $(common-objpfx)math/libm.so.
47791         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
47792         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
47793         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
47794         $(common-objpfx)dlfcn/libdl.so.
47795         ($(objpfx)tst-audit8): Depend on $(libm), not
47796         $(common-objpfx)math/libm.so.
47797         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
47798         not $(common-objpfx)dlfcn/libdl.so.
47799         * math/Makefile
47800         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
47801         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
47802         [$(build-shared) = yes].
47803         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
47804         $(common-objpfx)nptl/libpthread.so.
47805         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
47806         $(common-objpfx)math/libm.so$(libm.so-version) or
47807         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
47808         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
47809         $(common-objpfx)dlfcn/libdl.so.
47810         * setjmp/Makefile (link-libm): Remove variable.
47811         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
47812         * stdio-common/Makefile (link-libm): Remove variable.
47813         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
47814         * stdlib/Makefile (link-libm): Remove variable.
47815         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
47816         ($(objpfx)tst-strtod-round): Likewise.
47817         ($(objpfx)tst-tininess): Likewise.
47818         ($(objpfx)tst-strtod-underflow): Likewise.
47819         ($(objpfx)tst-strtod6): Likewise.
47820         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
47821         $(libdl), not $(common-objpfx)nptl/libpthread.so and
47822         $(common-objpfx)dlfcn/libdl.so.
47824 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47826         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
47827         BSD terminal modes definitions.
47829 2014-05-16  Roland McGrath  <roland@hack.frob.com>
47831         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
47832         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
47834         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
47835         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
47836         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
47837         Don't do #include_next.
47838         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
47839         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
47840         Don't do #include_next.
47841         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
47842         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
47843         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
47844         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
47846 2014-05-16  Allan McRae  <allan@archlinux.org>
47848         * po/sv.po: Update Swedish translation from translation project.
47850         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
47851         in sed expression.
47853 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
47855         [BZ #16917]
47856         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
47857         errno if the TIOCGPTN ioctl fails with an error different than
47858         EINVAL.
47859         * login/tst-ptsname.c: New file.
47860         * login/Makefile (tests): Add tst-ptsname.
47862         [BZ #16943]
47863         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
47864         and prlimit64.
47866 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
47868         [BZ #16849]
47869         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
47870         herrno to return EAI_AGAIN.
47872 2014-05-14  Roland McGrath  <roland@hack.frob.com>
47874         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
47875         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
47876         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
47877         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
47878         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
47879         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
47880         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
47881         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
47882         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
47883         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
47884         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
47885         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
47886         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
47887         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
47888         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
47889         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
47890         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
47891         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
47892         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
47893         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
47894         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
47895         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
47896         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
47897         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
47898         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
47899         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
47900         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
47901         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
47902         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
47903         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
47904         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
47905         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
47906         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
47907         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
47908         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
47909         Moved ...
47910         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
47911         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
47912         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
47913         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
47914         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
47915         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
47916         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
47917         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
47918         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
47919         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
47920         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
47921         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
47922         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
47923         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
47924         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
47925         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
47926         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
47927         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
47928         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
47929         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
47930         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
47931         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
47932         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
47933         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
47934         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
47935         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
47936         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
47937         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
47938         Moved ...
47939         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
47940         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
47941         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
47942         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
47943         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
47944         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
47945         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
47946         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
47947         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
47948         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
47949         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
47950         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
47951         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
47952         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
47953         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
47954         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
47955         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
47956         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
47957         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
47958         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
47959         Moved ...
47960         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
47961         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
47962         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
47964         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
47965         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
47966         (libpthread-sysdep_routines): Add elision-related stuff here instead.
47967         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
47968         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
47969         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
47970         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
47971         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
47972         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
47973         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
47974         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
47975         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
47976         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
47977         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
47978         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
47979         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
47980         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
47981         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
47982         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
47983         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
47984         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
47985         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
47986         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
47987         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
47988         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
47989         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
47990         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
47991         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
47992         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
47993         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
47994         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
47996         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
47997         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
47999         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
48000         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
48001         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
48002         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
48003         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
48004         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
48005         Moved ...
48006         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
48007         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
48008         Moved ...
48009         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
48010         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
48011         Moved ...
48012         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
48013         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
48014         Moved ...
48015         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
48016         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
48017         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
48018         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
48019         Moved ...
48020         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
48021         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
48022         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
48023         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
48024         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
48025         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
48026         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
48027         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
48028         Moved ...
48029         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
48030         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
48031         Moved ...
48032         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
48033         ... here.
48034         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
48035         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
48036         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
48037         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
48038         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
48039         Moved ...
48040         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
48041         ... here.
48042         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
48043         Moved ...
48044         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
48045         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
48046         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
48047         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
48048         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
48049         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
48050         Moved ...
48051         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
48052         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
48053         Moved ...
48054         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
48055         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
48056         Moved ...
48057         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
48058         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
48059         Moved ...
48060         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
48061         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
48062         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
48063         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
48064         Moved ...
48065         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
48066         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
48067         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
48068         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
48069         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
48070         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
48071         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
48072         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
48073         Moved ...
48074         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
48075         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
48076         Moved ...
48077         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
48078         ... here.
48079         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
48080         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
48081         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
48082         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
48083         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
48084         Moved ...
48085         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
48086         ... here.
48087         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
48088         Moved ...
48089         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
48090         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
48091         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
48092         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
48093         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
48094         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
48095         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
48096         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
48097         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
48098         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
48099         Moved ...
48100         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
48101         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
48102         Moved ...
48103         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
48104         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
48105         Moved ...
48106         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
48107         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
48108         Moved ...
48109         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
48110         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
48111         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
48112         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
48113         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
48114         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
48115         Moved ...
48116         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
48117         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
48118         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
48119         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
48120         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
48121         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
48122         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
48123         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
48124         Moved ...
48125         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
48126         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
48127         Moved ...
48128         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
48129         ... here.
48130         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
48131         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
48132         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
48133         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
48134         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
48135         Moved ...
48136         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
48137         ... here.
48138         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
48139         Moved ...
48140         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
48141         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
48142         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
48143         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
48144         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
48145         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
48146         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
48147         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
48148         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
48149         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
48150         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
48152         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
48153         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
48155         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
48156         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
48158         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
48159         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
48160         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
48161         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
48162         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
48163         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
48164         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
48165         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
48166         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
48167         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
48168         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
48169         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
48170         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
48171         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
48172         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
48173         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
48174         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
48175         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
48176         Moved ...
48177         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
48178         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
48179         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
48180         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
48181         Moved ...
48182         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
48183         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
48184         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
48185         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
48186         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
48187         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
48188         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
48189         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
48190         Moved ...
48191         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
48192         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
48193         Moved ...
48194         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
48195         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
48196         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
48197         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
48198         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
48199         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
48200         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
48201         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
48202         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
48203         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
48204         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
48205         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
48206         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
48207         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
48208         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
48209         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
48210         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
48212         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
48213         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
48214         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
48215         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
48216         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
48218         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
48219         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
48220         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
48221         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
48222         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
48223         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
48224         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
48225         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
48226         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
48227         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
48229         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
48230         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
48232         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
48233         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
48234         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
48235         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
48236         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
48237         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
48238         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
48239         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
48240         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
48241         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
48242         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
48243         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
48244         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
48245         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
48246         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
48247         Update #include.
48248         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
48249         Likewise.
48250         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
48251         Likewise.
48252         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
48253         Likewise.
48254         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
48255         Likewise.
48256         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
48257         Likewise.
48258         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
48259         Likewise.
48260         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
48261         Likewise.
48262         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
48263         Likewise.
48264         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
48265         Likewise.
48266         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
48267         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
48268         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
48269         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
48270         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
48271         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
48272         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
48273         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
48274         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
48275         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
48276         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
48277         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
48278         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
48279         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
48280         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
48282         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
48283         that was previously under [RESET_PID].
48284         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
48285         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
48286         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
48288         * sysdeps/i386/nptl/Implies: New file.
48289         * sysdeps/x86_64/nptl/Implies: New file.
48290         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
48291         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
48292         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
48293         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
48295         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
48296         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
48297         (__libc_vfork): New strong alias.
48298         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
48299         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
48301         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
48302         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
48303         (__libc_vfork): New strong alias.
48304         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
48305         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
48307         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
48308         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
48309         (__libc_vfork): New strong alias.
48310         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
48311         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
48312         * nptl/pt-vfork.c: New file.
48313         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
48314         (libpthread: GLIBC_2.20): New version set (empty).
48316 2014-05-14  Will Newton  <will.newton@linaro.org>
48318         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
48319         rather than #if.
48321 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
48323         [BZ #16564]
48324         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
48325         arguments with exponent 65 or above.
48326         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
48327         arguments 0x1p113L or above.
48328         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
48329         to arguments 0x1p107L or above.
48330         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
48331         positive arguments with exponent 65 or above.
48332         * math/auto-libm-test-in: Add more tests of log1p.
48333         * math/auto-libm-test-out: Regenerated.
48335         [BZ #16928]
48336         * math/s_cacos.c (__cacos): Ensure zero real part of result from
48337         non-finite arguments is +0.
48338         * math/s_cacosf.c (__cacosf): Likewise.
48339         * math/s_cacosl.c (__cacosl): Likewise.
48340         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
48341         * sysdeps/i386/fpu/libm-test-ulps: Update.
48342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48344         [BZ #16927]
48345         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
48346         value.
48347         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
48348         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
48349         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
48350         for explicit high bit of mantissa when testing for argument equal
48351         to 1.
48352         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
48353         * sysdeps/i386/fpu/libm-test-ulps: Update.
48354         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48356         [BZ #16516]
48357         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
48358         (__erf): Scale by 16 instead of 8 in potentially underflowing
48359         case.  Ensure exception if result actually underflows.
48360         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
48361         (__erff): Scale by 16 instead of 8 in potentially underflowing
48362         case.  Ensure exception if result actually underflows.
48363         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
48364         (efx8): Remove variable.
48365         (__erfl): Scale by 16 instead of 8 in potentially underflowing
48366         case.  Ensure exception if result actually underflows.
48367         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
48368         (efx8): Remove variable.
48369         (__erfl): Scale by 16 instead of 8 in potentially underflowing
48370         case.  Ensure exception if result actually underflows.
48371         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
48372         (efx8): Remove variable.
48373         (__erfl): Scale by 16 instead of 8 in potentially underflowing
48374         case.  Ensure exception if result actually underflows.
48375         * math/auto-libm-test-in: Add more tests of erf.
48376         * math/auto-libm-test-out: Regenerated.
48378 2014-05-14  Andreas Schwab  <schwab@suse.de>
48380         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
48381         Remove code conditionalized on USE___THREAD.
48383         * config.h.in (HAVE_PT_CHOWN): Define as 0.
48384         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
48385         not definedness.
48387 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
48389         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
48390         Define unconditionally.
48391         (__ASSUME_O_CLOEXEC): Likewise.
48392         (__ASSUME_SOCK_CLOEXEC): Likewise.
48393         (__ASSUME_IN_NONBLOCK): Likewise.
48394         (__ASSUME_PIPE2): Likewise.
48395         (__ASSUME_EVENTFD2): Likewise.
48396         (__ASSUME_SIGNALFD4): Likewise.
48397         (__ASSUME_DUP3): Likewise.
48398         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
48399         (__ASSUME_DUP3): Do not define.
48400         (__ASSUME_EVENTFD2): Likewise.
48401         (__ASSUME_IN_NONBLOCK): Likewise.
48402         (__ASSUME_O_CLOEXEC): Likewise.
48403         (__ASSUME_PIPE2): Likewise.
48404         (__ASSUME_SIGNALFD4): Likewise.
48405         (__ASSUME_SOCK_CLOEXEC): Likewise.
48406         (__ASSUME_UTIMES): Undefine.
48407         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
48408         (__ASSUME_UTIMES): Do not define.
48409         (__ASSUME_O_CLOEXEC): Likewise.
48410         (__ASSUME_SOCK_CLOEXEC): Likewise.
48411         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
48412         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
48413         0x020621].
48414         (__ASSUME_PIPE2): Likewise.
48415         (__ASSUME_EVENTFD2): Likewise.
48416         (__ASSUME_SIGNALFD4): Likewise.
48417         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
48418         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
48419         Do not define.
48420         (__ASSUME_EVENTFD2): Likewise.
48421         (__ASSUME_SIGNALFD4): Likewise.
48422         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
48423         (__ASSUME_32BITUIDS): Likewise.
48424         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
48425         (__ASSUME_IPC64): Likewise.
48426         (__ASSUME_ST_INO_64_BIT): Likewise.
48427         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
48428         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
48429         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
48430         (__ASSUME_UTIMES): Do not define.
48431         (__ASSUME_PSELECT): Likewise.
48432         (__ASSUME_PPOLL): Likewise.
48433         (__ASSUME_O_CLOEXEC): Likewise.
48434         (__ASSUME_SOCK_CLOEXEC): Likewise.
48435         (__ASSUME_IN_NONBLOCK): Likewise.
48436         (__ASSUME_PIPE2): Likewise.
48437         (__ASSUME_EVENTFD2): Likewise.
48438         (__ASSUME_SIGNALFD4): Likewise.
48439         (__ASSUME_DUP3): Likewise.
48440         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
48441         (__ASSUME_UTIMES): Likewise.
48442         (__ASSUME_O_CLOEXEC): Likewise.
48443         (__ASSUME_SOCK_CLOEXEC): Likewise.
48444         (__ASSUME_IN_NONBLOCK): Likewise.
48445         (__ASSUME_PIPE2): Likewise.
48446         (__ASSUME_EVENTFD2): Likewise.
48447         (__ASSUME_SIGNALFD4): Likewise.
48448         (__ASSUME_DUP3): Likewise.
48449         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
48450         (__ASSUME_UTIMES): Likewise.
48451         (__ASSUME_O_CLOEXEC): Likewise.
48452         (__ASSUME_SOCK_CLOEXEC): Likewise.
48453         (__ASSUME_IN_NONBLOCK): Likewise.
48454         (__ASSUME_PIPE2): Likewise.
48455         (__ASSUME_EVENTFD2): Likewise.
48456         (__ASSUME_SIGNALFD4): Likewise.
48457         (__ASSUME_DUP3): Likewise.
48458         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
48459         Likewise.
48460         (__ASSUME_UTIMES): Likewise.
48461         (__ASSUME_EVENTFD2): Likewise.
48462         (__ASSUME_SIGNALFD4): Likewise.
48463         * sysdeps/unix/sysv/linux/tile/kernel-features.h
48464         (__ASSUME_O_CLOEXEC): Likewise.
48465         (__ASSUME_SOCK_CLOEXEC): Likewise.
48466         (__ASSUME_IN_NONBLOCK): Likewise.
48467         (__ASSUME_PIPE2): Likewise.
48468         (__ASSUME_EVENTFD2): Likewise.
48469         (__ASSUME_SIGNALFD4): Likewise.
48470         (__ASSUME_DUP3): Likewise.
48471         (__ASSUME_UTIMES): Undefine.
48473         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
48474         feclearexcept.  Remove symbol versioning code.
48475         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
48476         symbol versioning code.
48477         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
48478         symbol versioning code.
48479         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
48480         feupdateenv.  Remove symbol versioning code.
48481         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
48482         fegetexceptflag.  Remove symbol versioning code.
48483         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
48484         fesetexceptflag.  Remove symbol versioning code.
48485         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
48486         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
48487         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
48488         (__posix_fadvise64_l32): Remove prototype.
48489         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
48490         code.
48492 2014-05-13  Roland McGrath  <roland@hack.frob.com>
48494         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
48495         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
48496         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
48497         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
48499 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
48501         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
48502         current working directory
48504 2014-05-13  Roland McGrath  <roland@hack.frob.com>
48506         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
48507         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
48508         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
48509         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
48510         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
48511         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
48512         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
48513         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
48514         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
48515         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
48516         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
48517         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
48518         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
48519         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
48520         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
48521         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
48522         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
48523         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
48524         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
48525         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
48526         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
48527         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
48528         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
48529         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
48530         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
48531         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
48532         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
48533         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
48534         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
48535         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
48536         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
48537         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
48538         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
48539         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
48540         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
48541         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
48542         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
48543         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
48544         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
48545         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
48546         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
48547         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
48549         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
48550         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
48552         * sysdeps/unix/sysv/linux/arm/Makefile
48553         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
48554         Add rt-aeabi_unwind_cpp_pr1.
48555         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
48556         Add nptl-aeabi_unwind_cpp_pr1.
48557         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
48558         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
48559         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
48560         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
48561         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
48562         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
48564         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
48565         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
48566         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
48567         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
48569         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
48570         Deconditionalize the code that was previously under [RESET_PID].
48571         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
48573         * sysdeps/generic/exit-thread.h: New file.
48574         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
48575         * include/unistd.h (__exit_thread): Remove declaration.
48576         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
48577         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
48578         * csu/libc-start.c: Include <exit-thread.h>.
48579         (LIBC_START_MAIN): Pass no argument to __exit_thread.
48580         * nptl/pthread_create.c: Include <exit-thread.h>.
48581         (start_thread): Call __exit_thread in place of __exit_thread_inline.
48582         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
48583         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
48584         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
48585         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
48586         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
48587         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
48588         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
48589         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
48590         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
48591         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
48592         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
48593         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
48594         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
48595         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
48596         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
48597         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
48599 2014-05-13  Andreas Schwab  <schwab@suse.de>
48601         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
48603 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
48605         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
48606         (__ASSUME_UTIMES): Do not condition on kernel version.
48607         (__ASSUME_PSELECT): Define unconditionally.
48608         (__ASSUME_PPOLL): Likewise.
48609         (__ASSUME_ATFCTS): Likewise.
48610         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
48611         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
48612         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
48613         (__ASSUME_UTIMENSAT): Define unconditionally.
48614         (__ASSUME_PRIVATE_FUTEX): Likewise.
48615         (__ASSUME_FALLOCATE): Likewise.
48616         (__ASSUME_O_CLOEXEC): Likewise.
48617         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
48618         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
48619         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
48620         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
48621         (__ASSUME_IN_NONBLOCK): Likewise.
48622         (__ASSUME_PIPE2): Likewise.
48623         (__ASSUME_EVENTFD2): Likewise.
48624         (__ASSUME_SIGNALFD4): Likewise.
48625         (__ASSUME_DUP3): Likewise.
48626         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
48627         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
48628         (__ASSUME_AT_RANDOM): Likewise.
48629         (__ASSUME_PREADV): Likewise.
48630         (__ASSUME_PWRITEV): Likewise.
48631         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
48632         (__ASSUME_F_GETOWN_EX): Define unconditionally.
48633         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
48634         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
48635         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
48636         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
48637         (__ASSUME_O_CLOEXEC): Define unconditionally.
48638         (__ASSUME_PSELECT): Do not undefine conditionally.
48639         (__ASSUME_PPOLL): Likewise.
48640         (__ASSUME_ATFCTS): Likewise.
48641         (__ASSUME_SET_ROBUST_LIST): Likewise.
48642         (__ASSUME_UTIMENSAT): Likewise.
48643         (__ASSUME_FDATASYNC): Define unconditionally.
48644         * sysdeps/unix/sysv/linux/arm/kernel-features.h
48645         (__ASSUME_SIGFRAME_V2): Likewise.
48646         )__ASSUME_EVENTFD2): Likewise.
48647         (__ASSUME_SIGNALFD4): Likewise.
48648         (__ASSUME_PSELECT): Do not undefine conditionally.
48649         (__ASSUME_PPOLL): Likewise.
48650         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
48651         (__ASSUME_PSELECT): Define unconditionally.
48652         (__ASSUME_PPOLL): Likewise.
48653         (__ASSUME_O_CLOEXEC): Likewise.
48654         (__ASSUME_SOCK_CLOEXEC): Likewise.
48655         (__ASSUME_IN_NONBLOCK): Likewise.
48656         (__ASSUME_PIPE2): Likewise.
48657         (__ASSUME_EVENTFD2): Likewise.
48658         (__ASSUME_SIGNALFD4): Likewise.
48659         (__ASSUME_DUP3): Likewise.
48660         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
48661         (__ASSUME_O_CLOEXEC): Likewise.
48662         (__ASSUME_SOCK_CLOEXEC): Likewise.
48663         (__ASSUME_IN_NONBLOCK): Likewise.
48664         (__ASSUME_PIPE2): Likewise.
48665         (__ASSUME_EVENTFD2): Likewise.
48666         (__ASSUME_SIGNALFD4): Likewise.
48667         (__ASSUME_DUP3): Likewise.
48668         * sysdeps/unix/sysv/linux/mips/kernel-features.h
48669         (__ASSUME_EVENTFD2): Likewise.
48670         (__ASSUME_SIGNALFD4): Likewise.
48671         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
48673 2014-05-12  Andreas Schwab  <schwab@suse.de>
48675         [BZ #16932]
48676         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
48677         (_nss_nis_gethostbyname4_r): Return error if item length is larger
48678         than maximum RPC packet size.
48679         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
48680         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
48681         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
48682         (_nss_nis_getservbyport_r): Likewise.
48684 2014-05-12  Will Newton  <will.newton@linaro.org>
48686         * malloc/Makefile (tests): Add tst-mallopt.
48687         * malloc/tst-mallopt.c: New file.
48689 2014-05-09  Roland McGrath  <roland@hack.frob.com>
48691         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
48692         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
48694 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48696         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
48697         (tst-tlsmod6.so): Likewise.
48699 2014-05-09  Roland McGrath  <roland@hack.frob.com>
48701         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
48703 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
48705         [BZ #16064]
48706         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
48707         and <dl-procinfo.h>.
48708         (__fegetenv): Save SSE state in envp->__eip if supported.
48709         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
48710         envp->__eip if supported.
48711         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
48712         and <dl-procinfo.h>.
48713         (__fesetenv): Always set __eip, __cs_selector, __opcode,
48714         __data_offset and __data_selector in environment to 0.  Set SSE
48715         state if supported.
48716         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
48717         test-fenv-sse.
48718         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
48719         -mfpmath=sse.
48720         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
48722 2014-05-09  Will Newton  <will.newton@linaro.org>
48724         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
48725         and libc_relro_required for ARM.
48726         * sysdeps/arm/preconfigure: Regenerate.
48728 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
48729             Stefan Liebler  <stli@linux.vnet.ibm.com>
48731         * config.make.in (enable-lock-elision): New Makefile variable.
48732         * configure.ac: Likewise.
48733         * configure: Regenerate.
48734         * sysdeps/s390/configure.ac:
48735         Add check for gcc transactions support.
48736         * sysdeps/s390/configure: Regenerate.
48737         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
48738         Build elision files if enabled.
48739         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
48740         Add lock elision support for s390.
48741         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
48742         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
48743         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
48744         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
48745         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
48746         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
48747         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
48748         Likewise.
48749         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
48750         Likewise.
48751         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
48752         Likewise.
48753         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
48754         Likewise.
48755         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
48756         (__lll_timedlock_elision, __lll_lock_elision)
48757         (__lll_unlock_elision, __lll_trylock_elision)
48758         (lll_timedlock_elision, lll_lock_elision)
48759         (lll_unlock_elision, lll_trylock_elision): Add.
48760         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
48761         (pthread_mutex_t): Add lock elision support for s390.
48763 2014-05-14  Wilco  <wdijkstr@arm.com>
48765         * sysdeps/arm/fclrexcpt.c: Cleanup.
48766         * sysdeps/arm/fedisblxcpt.c: Cleanup.
48767         * sysdeps/arm/feenablxcpt.c: Cleanup.
48768         * sysdeps/arm/fegetenv.c: Cleanup.
48769         * sysdeps/arm/fegetexcept.c: Cleanup.
48770         * sysdeps/arm/fegetround.c: Cleanup.
48771         * sysdeps/arm/feholdexcpt.c: Cleanup.
48772         * sysdeps/arm/fesetenv.c: Cleanup.
48773         * sysdeps/arm/fesetround.c: Cleanup.
48774         * sysdeps/arm/feupdateenv.c: Cleanup.
48775         * sysdeps/arm/fgetexcptflg.c: Cleanup.
48776         * sysdeps/arm/fraiseexcpt.c: Cleanup.
48777         * sysdeps/arm/fsetexcptflg.c: Cleanup.
48778         * sysdeps/arm/ftestexcept.c: Cleanup.
48779         * sysdeps/arm/get-rounding-mode.h: Cleanup.
48780         * sysdeps/arm/setfpucw.c: Cleanup.
48782 2014-05-09  Will Newton  <will.newton@linaro.org>
48784         * sysdeps/arm/armv7/strcmp.S: New file.
48785         * NEWS: Mention addition of ARMv7 optimized strcmp.
48787 2014-05-08  Roland McGrath  <roland@hack.frob.com>
48789         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
48790         look for %.ac rather than %.in.
48792         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
48793         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
48794         * sysdeps/mach/hurd/configure: Regenerated.
48795         * sysdeps/unix/sysv/linux/configure: Regenerated.
48797         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
48799 2014-05-07  Steve Ellcey  <sellcey@mips.com>
48801         [BZ #16922]
48802         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
48803         (LONG_SUB): Ditto.
48804         (PTR_SUB): Ditto.
48806 2014-05-07  Andreas Schwab  <schwab@suse.de>
48808         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
48809         when skipping over non-matching result from nscd.
48811 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
48813         [BZ #16876]
48814         * nptl/sockperf.c (client): Check socket return value.
48816         [BZ #16877]
48817         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
48818         nscd security class.
48820 2014-05-06  Roland McGrath  <roland@hack.frob.com>
48822         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
48823         * sysdeps/arm/unwind.h: ... here.
48825 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
48827         [BZ #16916]
48828         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
48829         Define.
48831 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
48833         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
48834         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
48835         multiarch strncpy for PPC64.
48836         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
48837         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
48838         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
48839         multiarch optimizations.
48840         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
48841         (__libc_ifunc_impl_list): Likewise.
48842         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
48843         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
48844         multiarch stpncpy for PPC64.
48845         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
48846         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
48848 2014-05-06  Andreas Schwab  <schwab@suse.de>
48850         [BZ #16912]
48851         * gmon/mcount.c (_MCOUNT_DECL): Use
48852         atomic_compare_and_exchange_bool_acq instead of
48853         catomic_compare_and_exchange_bool_acq.
48855 2014-05-05  Roland McGrath  <roland@hack.frob.com>
48857         * elf/Makefile (others, install-bin): Remove pldd.
48858         (pldd-modules): Variable removed.
48859         ($(objpfx)pldd): Target removed.
48860         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
48861         (others, install-bin): Append pldd here.
48862         ($(objpfx)pldd): New target.
48864         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
48865         to 0, so the first #if test emitted later doesn't see it undefined.
48866         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
48867         * sysdeps/gnu/errlist.c: Regenerated.
48869 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48871         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
48872         [libc_hidden_builtin_def]: Define to empty value.
48873         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
48874         [libc_hidden_builtin_def]: Likewise.
48875         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
48876         [libc_hidden_builtin_def]: Likewise.
48877         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
48878         [libc_hidden_builtin_def]: Likewise.
48879         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
48880         __redirect_memcpy and define ifunc as default hidden symbol.
48881         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
48882         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
48884 2014-05-04  Adam Conrad  <adconrad@0c3.net>
48886         * locale/iso-4217.def: Reintroduce XDR currency.
48888 2014-05-04  Allan McRae  <allan@archlinux.org>
48890         * po/eo.po: Update Esperanto translation from translation project.
48892 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
48894         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
48895         and FEATURE_INDEX_MAX to 1.
48896         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
48898 2014-05-01  Steve Ellcey  <sellcey@mips.com>
48900         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
48901         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
48902         * iconvdata/big5.c (ONE_DIRECTION): Define.
48903         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
48904         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
48905         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
48906         * iconvdata/cp932.c (ONE_DIRECTION): Define.
48907         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
48908         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
48909         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
48910         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
48911         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
48912         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
48913         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
48914         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
48915         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
48916         * iconvdata/gbk.c (ONE_DIRECTION): Define.
48917         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
48918         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
48919         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
48920         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
48921         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
48922         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
48923         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
48924         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
48925         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
48926         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
48927         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
48928         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
48929         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
48930         * iconvdata/iso646.c (ONE_DIRECTION): Define.
48931         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
48932         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
48933         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
48934         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
48935         * iconvdata/johab.c (ONE_DIRECTION): Define.
48936         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
48937         * iconvdata/sjis.c (ONE_DIRECTION): Define.
48938         * iconvdata/t.61.c (ONE_DIRECTION): Define.
48939         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
48940         * iconvdata/tscii.c (ONE_DIRECTION): Define.
48941         * iconvdata/uhc.c (ONE_DIRECTION): Define.
48942         * iconvdata/unicode.c (ONE_DIRECTION): Define.
48943         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
48944         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
48945         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
48947 2014-05-01  Roland McGrath  <roland@hack.frob.com>
48949         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
48950         (_IO_JUMPS_OFFSET): Define to 0.
48952         * nptl/sysdeps/pthread/bits/libc-lock.h
48953         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
48954         (__libc_lock_define_initialized_recursive): Always define using
48955         initializer.  Modern compilers treat uninitialized (implicit zero) and
48956         explicit zero initializers the same (i.e. put the datum in bss).
48958 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
48960         * nscd/nscd-client.h: Include <string.h>.
48962 2014-05-01  David S. Miller  <davem@davemloft.net>
48964         [BZ #16885]
48965         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
48966         multiple zero bytes exist at the end of a string.
48967         Reported by Aurelien Jarno <aurelien@aurel32.net>
48969         * string/test-strcmp.c (check): Add explicit test for situations where
48970         there are multiple zero bytes after the first.
48972 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
48974         [BZ #16890]
48975         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
48976         when compiling wprintf.
48977         * stdio-common/tstdiomisc.c (t3): New function.
48978         (main): Call it.
48980 2014-05-01  Steve Ellcey  <sellcey@mips.com>
48982         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
48983         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
48984         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
48985         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
48987 2014-05-01  Steve Ellcey  <sellcey@mips.com>
48989         * stdlib/longlong.h: Updated from GCC.
48991 2014-05-01  Will Newton  <will.newton@linaro.org>
48992             Bernard Ogden  <bernie.ogden@linaro.org>
48994         * NEWS: Update fixed bug list.
48996         [BZ #15119]
48997         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
48999 2014-04-30  David S. Miller  <davem@davemloft.net>
49001         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
49002         (libc_feholdexcept_setround_sparc_ctx): New function.
49003         (libc_fesetenv_sparc_ctx): Likewise.
49004         (libc_feupdateenv_sparc_ctx): Likewise.
49005         (libc_feholdsetround_sparc_ctx): Likewise.
49006         (libc_feholdexcept_setround_ctx): Define.
49007         (libc_feholdexcept_setroundf_ctx): Likewise.
49008         (libc_feholdexcept_setroundl_ctx): Likewise.
49009         (libc_fesetenv_ctx): Likewise.
49010         (libc_fesetenvf_ctx): Likewise.
49011         (libc_fesetenvl_ctx): Likewise.
49012         (libc_feupdateenv_ctx): Likewise.
49013         (libc_feupdateenvf_ctx): Likewise.
49014         (libc_feupdateenvl_ctx): Likewise.
49015         (libc_feresetround_ctx): Likewise.
49016         (libc_feresetroundf_ctx): Likewise.
49017         (libc_feresetroundl_ctx): Likewise.
49018         (libc_feholdsetround_ctx): Likewise.
49019         (libc_feholdsetroundf_ctx): Likewise.
49020         (libc_feholdsetroundl_ctx): Likewise.
49022         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
49023         with __USE_GNU instead of XOPEN cpp guards.
49025         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
49026         0.
49028         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
49029         with XOPEN cpp guards.
49031 2014-04-30  Julian Brown  <julian@codesourcery.com>
49033         [BZ #16888]
49034         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
49035         handling.
49037 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
49039         [BZ #9894]
49040         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
49041         Change to 2.6.32.
49042         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
49043         * sysdeps/unix/sysv/linux/configure: Regenerated.
49044         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
49045         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
49046         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
49047         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
49048         * README: Update reference to required Linux kernel version.
49049         * manual/install.texi (Linux): Update reference to required Linux
49050         kernel headers version.
49051         * INSTALL: Regenerated.
49053         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
49054         header inclusion.
49055         [POSIX] (limits.h): Likewise.
49056         [POSIX] (math.h): Likewise.
49057         [POSIX] (sys/wait.h): Likewise.
49058         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
49059         function.
49060         [POSIX] (stddef.h): Do not allow header inclusion.
49062 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49064         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
49066 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
49068         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
49069         Return immediately after lll_futex_wake.
49071 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
49073         [BZ #16791]
49074         * nscd/nscd-client.h (datahead_init_common): Initialize entire
49075         structure.
49076         (datahead_init_pos): Call datahead_init_common early.
49077         (datahead_init_neg): Likewise.
49079         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
49080         datahead_init_neg): New functions.
49081         * nscd/aicache.c (addhstaiX): Use them.
49082         * nscd/grpcache.c (cache_addgr): Likewise.
49083         * nscd/hstcache.c (cache_addhst): Likewise.
49084         * nscd/initgrcache.c (addinitgroupsX): Likewise.
49085         * nscd/netgroupcache.c (do_notfound): Likewise.
49086         (addgetnetgrentX): Likewise.
49087         (addinnetgrX): Likewise.
49088         * nscd/pwdcache.c (cache_addpw): Likewise.
49089         * nscd/servicescache.c (cache_addserv): Likewise.
49091 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
49092             Atsushi Onoe  <atsushi@onoe.org>
49094         [BZ #14308]
49095         [BZ #12994]
49096         [BZ #13651]
49097         * resolv/res_query.c (__libc_res_nsearch): Return if at least
49098         one response is valid.
49099         * resolv/res_send.c (send_dg): Check for validity of other
49100         response if the current response is a referral.
49102 2014-04-29  Steve Ellcey  <sellcey@mips.com>
49104         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
49106 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
49108         [BZ #16823]
49109         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
49110         Always divide by positive zero when computing -Inf result.
49111         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
49112         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
49114 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49116         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
49117         FPSCR if value do not change.
49118         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
49119         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
49120         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
49121         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
49122         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
49123         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
49124         function.
49126 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
49128         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
49129         * sysdeps/unix/sysv/linux/hppa: Move directory from
49130         ports/systeps/unix/sysv/linux/hppa.
49131         * README: Update listing for hppa-*-linux-gnu.
49133 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
49135         [BZ #16754]
49136         * manual/stdio.texi (Hook functions): Fix types of stream hook
49137         functions.
49138         [BZ #16854]
49139         * socket/sys/socket.h: Fix typo in comment.
49141 2014-04-28  Wilco  <wdijkstr@arm.com>
49143         * sysdeps/arm/fenv_private.h: New file.
49144         * sysdeps/arm/math_private.h: New file.
49145         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
49147 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
49149         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
49150         with __int128_t.
49151         (La_x86_64_retval): Likewise.
49153 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
49155         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
49156         fpsr if value didn't change.
49157         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
49158         to fpcr if value didn't change.
49159         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
49160         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
49161         fpsr or fpcr if value didn't change.
49162         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
49163         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
49164         fpcr if value didn't change.
49165         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
49166         to fpsr if value didn't change.
49168 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
49170         * nptl/tst-sem3.c: Use test-skeleton.c
49171         (main): Rename to do_test.  Use return instead of
49172         exit.
49173         * nptl/tst-sem4.c: Use test-skeleton.c
49174         (main): Rename to do_test.
49176 2014-04-22  David S. Miller  <davem@davemloft.net>
49178         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
49179         (struct sigaction): New struct member __glibc_reserved0, change
49180         type of sa_flags to int.
49182 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
49184         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
49185         (COUNT_LEADING_ZEROS_0): Define for AArch64.
49187 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
49189         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
49190         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
49192 2014-04-22  Will Newton  <will.newton@linaro.org>
49193             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
49195         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
49196         (__longjmp): Add longjmp and longjmp_target SystemTap
49197         probes.
49198         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
49199         (__sigsetjmp): Add setjmp SystemTap probe.
49201 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
49203         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
49204         match manual order.
49206 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49208         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
49210         * sysdeps/powerpc/fpu/fenv_private.h
49211         (libc_feholdexcept_setroundl_ctx): Define to
49212         libc_feholdexcept_setround_ppc_ctx.
49213         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
49214         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
49215         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
49216         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
49218 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
49220         * sysdeps/aarch64/math-tests.h: New file.
49222 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
49224         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
49225         New.
49226         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49227         Check and set bit_AVX2_Usable.
49228         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
49229         macro.
49230         (bit_AVX2): Likewise.
49231         (index_AVX2_Usable): Likewise.
49232         (CPUID_AVX2): Likewise.
49233         (HAS_AVX2): Likewise.
49235 2014-04-17  Will Newton  <will.newton@linaro.org>
49237         * manual/setjmp.texi (System V contexts): Add note that
49238         calling setcontext on a context created by a call to a
49239         signal handler is undefined.  Update text to note that
49240         setcontext from a signal handler is possible but not
49241         recommended.
49243         [BZ #16629]
49244         * stdlib/tst-setcontext.c: Include signal.h.
49245         (main): Check that the signal stack before and
49246         after swapcontext is the same.
49248         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
49249         Re-implement to restore registers in user code and avoid
49250         rt_sigreturn system call.
49252 2014-04-17  Wilco  <wdijkstr@arm.com>
49254         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
49255         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
49256         * math/test-fenv.c: Skip exception trap tests on targets which only
49257         support non-stop mode.
49259 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
49260             Wilco Dijkstra  <wilco.dijkstra@arm.com>
49262         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
49263         (libc_feholdsetround_aarch64_ctx)
49264         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
49265         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
49266         (libc_feresetround_ctx, libc_feresetroundf_ctx)
49267         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
49268         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
49269         (libc_feresetround_noexl_ctx): Define.
49271 2014-04-16  Richard Henderson  <rth@redhat.com>
49273         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
49275         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
49276         unwind tables.
49278         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
49279         const from the non-libc, non-ldso copy.
49281         * sysdeps/alpha/libm-test-ulps: Regenerate.
49283 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
49284             Wilco Dijkstra  <wilco.dijkstra@arm.com>
49286         * sysdeps/aarch64/fpu/math_private.h: New file.
49288 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
49290         * sysdeps/aarch64/libm-test-ulps: Regenerate.
49292 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
49294         [BZ #16275]
49295         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
49296         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
49297         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
49298         Intel MPX bound registers before _dl_profile_fixup.
49299         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
49300         registers after _dl_profile_fixup.  Save and restore bound
49301         registers bnd0/bnd1 when calling _dl_call_pltexit.
49302         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
49303         (LR_BND_OFFSET): Likewise.
49304         (LRV_BND0_OFFSET): Likewise.
49305         (LRV_BND1_OFFSET): Likewise.
49307 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49309         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
49310         to...
49311         * sysdeps/mach/hurd/i386/tls.h: ... here.
49312         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
49313         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
49314         fields.
49316 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49318         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
49320 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
49322         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
49324 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
49326         [BZ #14770]
49327         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
49328         * sysdeps/s390/configure: Regenerate.
49330         [BZ #16824]
49331         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
49332         Set round-to-nearest internally to reduce error accumulation.
49334 2014-04-16  Alan Modra  <amodra@gmail.com>
49336         [BZ #16740]
49337         [BZ #16619]
49338         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
49339         * math/libm-test.inc (frexp_test_data): Add tests.
49340         * NEWS: Update fixed bug list.
49342 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
49344         * benchtests/Makefile: Depend on libraries in build directory.
49345         (bench-math): Separate out math tests.
49346         (bench-pthread): Separate out pthread tests.
49347         (bench): Include math and pthread tests.
49349 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
49351         [BZ #16831]
49352         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
49353         _dl_debug_initialize.
49355         * configure.ac: Remove SELinux header check.
49356         * configure: Regenerate.
49357         * nscd/selinux.c (perms): Array of const char* to permission names.
49358         (nscd_request_avc_has_perm): Call security_deny_unknown to find
49359         default policy. Call string_to_security_class and string_to_av_perm to
49360         translate strings. Enforce default policy and call avs_has_perm with
49361         results of translated strings.
49363 2014-04-13  David S. Miller  <davem@davemloft.net>
49365         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49367 2014-04-12  Allan McRae  <allan@archlinux.org>
49369         [BZ #16838]
49370         * manual/string.texi (Collation Functions): Fix qsort argument
49371         order in example.
49372         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
49374 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
49376         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
49377         Make the test a no-op if there are no exceptions defined.
49379 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
49381         * elf/Makefile (tests): make tst-dlopen-aout conditional on
49382         enable-hardcoded-path-in-tests
49384 2014-04-11  Will Newton  <will.newton@linaro.org>
49386         * benchtests/Makefile (extra-objs): Add json-lib.o.
49387         (bench-func): Tidy up JSON output.
49388         * benchtests/bench-skeleton.c: Include json-lib.h.
49389         (main): Use JSON library functions to do output of
49390         benchmark results.
49391         * benchtests/bench-timing-type.c (main): Output the
49392         timing type simply, leaving formatting to the user.
49393         * benchtests/json-lib.c: New file.
49394         * benchtests/json-lib.h: Likewise.
49396 2014-04-11  Torvald Riegel  <triegel@redhat.com>
49398         [BZ #15215]
49399         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
49400         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
49401         memory barriers.  Add comments.
49402         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
49403         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
49404         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
49405         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
49406         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
49407         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
49409 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
49411         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
49412         * sysdeps/s390/s390-64/configure.ac: ... this ...
49413         * sysdeps/s390/configure.ac: ... to here.
49414         * sysdeps/s390/s390-32/configure: Delete file.
49415         * sysdeps/s390/s390-64/configure: Delete file.
49416         * sysdeps/s390/configure: Regenerate.
49418 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
49420         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
49422 2014-04-11  Will Newton  <will.newton@linaro.org>
49424         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
49425         to zero if it is not defined elsewhere.  (mtrim): Test
49426         the value of MALLOC_DEBUG with #if rather than #ifdef.
49428 2014-04-10 Torvald Riegel  <triegel@redhat.com>
49430         * benchtests/pthread_once-inputs: New file.
49431         * benchtests/pthread_once-source.c: New file.
49432         * benchtests/README: Update documentation.
49434 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
49435             H.J. Lu  <hongjiu.lu@intel.com>
49437         [BZ #16275]
49438         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
49439         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
49440         * sysdeps/x86_64/configure: Regenerated.
49441         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
49442         macro.
49443         (REGISTER_SAVE_RAX): Likewise.
49444         (REGISTER_SAVE_RCX): Likewise.
49445         (REGISTER_SAVE_RDX): Likewise.
49446         (REGISTER_SAVE_RSI): Likewise.
49447         (REGISTER_SAVE_RDI): Likewise.
49448         (REGISTER_SAVE_R8): Likewise.
49449         (REGISTER_SAVE_R9): Likewise.
49450         (REGISTER_SAVE_BND0): Likewise.
49451         (REGISTER_SAVE_BND1): Likewise.
49452         (REGISTER_SAVE_BND2): Likewise.
49453         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
49454         bound registers when calling _dl_fixup.
49456 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49458         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
49459         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
49460         of its definition.
49461         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
49462         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
49463         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
49464         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
49465         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
49466         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
49467         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
49469 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
49471         [BZ #15514]
49472         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
49473         pathconf(_PC_NAME_MAX).
49475 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49477         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
49478         Remove macro usage.
49479         (__PTHREAD_SPINS): Move definition to ...
49480         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
49481         (__PTHREAD_SPINS): ... here.
49482         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
49483         (__PTHREAD_SPIN): Likewise.
49484         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
49485         (__PTHREAD_SPIN): Likewise.
49486         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
49487         (__PTHREAD_SPIN): Likewise.
49488         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
49489         (__PTHREAD_SPIN): Likewise.
49490         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
49491         (__PTHREAD_SPIN): Likewise.
49492         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
49493         (__PTHREAD_SPIN): Likewise.
49494         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
49495         (__PTHREAD_SPIN): Likewise.
49496         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
49497         (__PTHREAD_SPIN): Likewise.
49498         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
49499         (__PTHREAD_SPIN): Likewise.
49500         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
49501         (__PTHREAD_SPIN): Likewise.
49502         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
49503         (__PTHREAD_SPIN): Likewise.
49504         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
49505         (__PTHREAD_SPIN): Likewise.
49507         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
49508         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
49509         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
49510         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
49511         imply folder.
49512         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
49513         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
49514         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
49515         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
49516         correct imply path.
49517         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
49518         strlen symbol for non multi-arch builds.
49519         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
49520         missing hidden_def and weak_alias.
49522 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
49524         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
49526 2014-04-07  Will Newton  <will.newton@linaro.org>
49528         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
49529         and contents.  [!_LIBC] Remove #ifndef and contents.
49530         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
49531         * string/memccpy.c (__memccpy): Use ANSI prototype.
49532         * string/memfrob.c (memfrob): Likewise.
49533         * string/strcoll.c (STRCOLL): Likewise.
49534         * string/strlen.c (strlen): Likewise.
49535         * string/strtok.c (STRTOK): Likewise.
49536         * string/strcat.c: Remove unused #include of memcopy.h.
49537         (strcat): Use ANSI prototype.
49538         * string/strchr.c: Remove unused #include of memcopy.h.
49539         (strchr): Use ANSI prototype.
49540         * string/strcmp.c: Remove unused #include of memcopy.h.
49541         (strcmp): Use ANSI prototype.
49542         * string/strcpy.c: Remove unused #include of memcopy.h.
49543         (strcpy): Use ANSI prototype.
49545 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49547         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
49548         * config.make.in (config-extra-cppflags): Set it from
49549         libc_extra_cppflags.
49550         * configure.ac (libc_extra_cflags): Make it accumulate over
49551         configure fragments.
49552         (libc_extra_cppflags): New flag.
49553         * configure. Regenerate.
49554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
49555         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
49556         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
49557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
49559         [BZ #16815]
49560         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
49561         result for FE_DOWNWARD rounding mode.
49562         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
49563         Likewise.
49564         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49566 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
49568         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
49569         in function argument name.
49571 2014-04-03  David Svoboda  <svoboda@cert.org>
49573         [BZ #5666]
49574         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
49575         explicitly.
49577 2014-04-03  Roland McGrath  <roland@hack.frob.com>
49579         * elf/dl-unmap-segments.h: New file.
49580         * sysdeps/generic/ldsodefs.h
49581         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
49582         * elf/dl-close.c: Include <dl-unmap-segments.h>.
49583         * elf/dl-fptr.c: Likewise.
49584         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
49585         * sysdeps/aarch64/tlsdesc.c: Likewise.
49586         * sysdeps/arm/tlsdesc.c: Likewise.
49587         * sysdeps/i386/tlsdesc.c: Likewise.
49588         * sysdeps/tile/dl-runtime.c: Likewise.
49589         * sysdeps/x86_64/tlsdesc.c: Likewise.
49590         * elf/dl-load.h: New file.
49591         * elf/dl-load.c: Include it.
49592         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
49593         Macros moved to dl-load.h.
49594         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
49595         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
49596         Use _dl_unmap_segments in place of __munmap.
49597         Break out segment-mapping loop into ...
49598         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
49600 2014-04-03  Will Newton  <will.newton@linaro.org>
49602         * elf/dl-lookup.c (do_lookup_x): Remove comment
49603         referring to nested function and move variable
49604         declarations down to before first use.
49606 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
49608         [BZ #16799]
49609         [BZ #16800]
49610         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
49611         with 0 numerator.
49612         * math/s_catanf.c (__catanf): Likewise.
49613         * math/s_catanh.c (__catanh): Likewise.
49614         * math/s_catanhf.c (__catanhf): Likewise.
49615         * math/s_catanhl.c (__catanhl): Likewise.
49616         * math/s_catanl.c (__catanl): Likewise.
49617         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
49618         by positive zero when computing -Inf result.
49619         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
49620         (catanh_test): Likewise.
49621         * sysdeps/i386/fpu/libm-test-ulps: Update.
49622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49624         [BZ #16789]
49625         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
49626         instead of using underflowing value in computing result.
49627         * math/s_clog10.c (__clog10): Likewise.
49628         * math/s_clog10f.c (__clog10f): Likewise.
49629         * math/s_clog10l.c (__clog10l): Likewise.
49630         * math/s_clogf.c (__clogf): Likewise.
49631         * math/s_clogl.c (__clogl): Likewise.
49632         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
49633         (clog10_test): Likewise.
49634         * sysdeps/i386/fpu/libm-test-ulps: Update.
49635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49637 2014-04-02  Alan Modra  <amodra@gmail.com>
49639         [BZ #16739]
49640         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
49641         output when value is near a power of two.  Use int64_t for lx and
49642         remove casts.  Use decimal rather than hex exponent constants.
49643         Don't use long double multiplication when double will suffice.
49644         * math/libm-test.inc (nextafter_test_data): Add tests.
49645         * NEWS: Add 16739 and 16786 to bug list.
49647         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
49649         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
49651 2014-04-01  Will Newton  <will.newton@linaro.org>
49653         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
49654         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
49656 2014-04-01  Florian Weimer  <fweimer@redhat.com>
49658         [BZ #13347]
49659         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
49660         * nptl/tst-setuid2.c: New file.
49661         * nptl/Makefile (xtests): Add tst-setuid2.
49663 2014-04-01  Alan Modra  <amodra@gmail.com>
49665         [BZ #16786]
49666         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
49668 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
49670         [BZ #6803]
49671         [BZ #6804]
49672         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
49673         set errno as appropriate.
49674         * math/w_scalbf.c (__scalbf): Likewise.
49675         * math/w_scalbl.c (__scalbl): Likewise.
49676         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
49677         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
49678         * math/libm-test.inc (scalb_test_data): Add errno expectations.
49679         Add more NaN tests.
49681         [BZ #16349]
49682         * math/w_atan2.c: Include <errno.h>.
49683         (__atan2): Set errno for result underflowing to zero.
49684         * math/w_atan2f.c: Include <errno.h>.
49685         (__atan2f): Set errno for result underflowing to zero.
49686         * math/w_atan2l.c: Include <errno.h>.
49687         (__atan2l): Set errno for result underflowing to zero.
49688         * math/auto-libm-test-in: Don't allow missing errno for some atan2
49689         tests.
49690         * math/auto-libm-test-out: Regenerated.
49692 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49694         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
49695         Encode instruction correctly in little endian.
49696         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
49697         Likewise.
49698         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
49699         Likewise.
49700         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
49701         Likewise.
49702         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
49703         Likewise.
49705 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
49707         [BZ #9894]
49708         * sysdeps/unix/sysv/linux/kernel-features.h
49709         [__sparc__ && !__arch64__ && !__sparc_v9__]
49710         (__ASSUME_SET_ROBUST_LIST): Do not define.
49711         [__sparc__ && !__arch64__ && !__sparc_v9__]
49712         (__ASSUME_FUTEX_LOCK_PI): Likewise.
49713         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
49714         Likewise.
49715         * sysdeps/unix/sysv/linux/arm/kernel-features.h
49716         (__ASSUME_FUTEX_LOCK_PI): Undefine.
49717         (__ASSUME_REQUEUE_PI): Likewise.
49718         (__ASSUME_SET_ROBUST_LIST): Likewise.
49719         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
49720         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
49721         Undefine.
49722         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
49723         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
49724         Likewise.
49725         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
49726         Likewise.
49727         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
49728         Likewise.
49729         * sysdeps/unix/sysv/linux/mips/kernel-features.h
49730         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
49731         Undefine.
49732         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
49733         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
49734         Likewise.
49736         [BZ #16648]
49737         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
49738         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
49739         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
49741 2014-03-31  Will Newton  <will.newton@linaro.org>
49743         * benchtests/Makefile (bench): Add ffs and ffsll to list
49744         of tests.
49745         * benchtests/ffs-inputs: New file.
49746         * benchtests/ffsll-inputs: Likewise.
49748 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
49750         [BZ #16770]
49751         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
49752         too large before casting to int.
49753         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
49754         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
49755         * math/libm-test.inc (scalb_test_data): Add more tests.
49757 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
49759         * benchtests/Makefile (DETAILED_OPT): New make option.
49760         (bench-func): Run benchmark program with -d if DETAILED_OPT is
49761         set.
49762         * benchtests/bench-skeleton.c: Include stdbool.h.
49763         (main): Store and print timings per input.
49764         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
49765         member to each argument value.
49766         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
49767         (_print_arg_data): Initialize per-input timing to 0.
49769         * benchtests/Makefile (timing-type): New binary.
49770         (bench-clean): Also remove bench-timing-type.
49771         (bench): New target for timing-type.
49772         (bench-func): Print output in JSON format.
49773         * benchtests/bench-skeleton.c (main): Print output in JSON
49774         format.
49775         * benchtests/bench-timing-type.c: New file.
49776         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
49777         (TIMING_PRINT_STATS): Remove.
49778         * benchtests/scripts/bench.py (_print_arg_data): Store variant
49779         name separately.
49781         * benchtests/bench-modf.c: Remove.
49782         * benchtests/modf-inputs: New inputs file.
49784 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
49786         [BZ #16362]
49787         * math/s_clog10.c (M_PI_LOG10E): New macro.
49788         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
49789         imaginary parts are 0.
49790         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
49791         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
49792         imaginary parts are 0.
49793         * math/s_clog10l.c (M_PI_LOG10El): New macro.
49794         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
49795         imaginary parts are 0.
49796         * math/libm-test.inc (clog10_test_data): Update expected results
49797         for when real and imaginary parts are 0.
49799 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
49801         * elf/dl-load.c: Finish conversion of __builtin_expect into
49802         __glibc_{un}likely.
49804 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
49806         [BZ #16348]
49807         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
49808         1+x for argument with exponent below -67.
49809         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
49810         Likewise.
49811         * math/auto-libm-test-in: Add more tests of exp.
49812         * math/auto-libm-test-out: Regenerated.
49814 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
49816         [BZ #16759]
49817         * inet/getnetgrent_r.c (get_nonempty_val): New function.
49818         (nscd_getnetgrent): Use it.
49820         [BZ #16760]
49821         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
49822         of stpcpy.
49824 2014-03-27  Andi Kleen  <ak@linux.intel.com>
49826         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
49827         (lll_robust_lock, lll_cond_lock, lll_timedlock)
49828         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
49829         (lll_robust_unlock): Remove out of line section. Use cfi
49830         intrinsics.
49831         (LLL_STUB_UNWIND_INFO*): Remove.
49832         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
49833         (lll_robust_lock, lll_cond_lock, lll_timedlock)
49834         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
49835         (lll_robust_unlock): Remove out of line section. Use cfi
49836         intrinsics.
49837         (LLL_STUB_UNWIND_INFO*): Remove.
49839 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
49841         [BZ #16758]
49842         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
49843         blank values.
49845 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
49847         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
49849 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
49851         [BZ #16198]
49852         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
49853         fnstenv.
49854         * math/test-fenv-preserve.c: New file.
49855         * math/Makefile (tests): Add test-fenv-preserve.
49857 2014-03-26  Will Newton <will.newton@linaro.org>
49859         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
49861 2014-03-25  Roland McGrath  <roland@hack.frob.com>
49863         * scripts/versionlist.awk: Partition the version sets and emit all
49864         GLIBC_* (sorted) before all others (sorted).
49866 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
49868         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
49869         GLIBC_2.2.5 version.
49871 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49873         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
49874         calls.
49876         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
49877         previous change.
49879         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49881 2014-03-25  Andreas Schwab  <schwab@suse.de>
49883         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
49884         label to be used after in6ailist is initialized.
49886 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49888         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
49889         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
49891 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
49893         [BZ #16357]
49894         [BZ #16599]
49895         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
49896         min_plus_half.
49897         (fp_formats): Update initializers.
49898         (init_fp_formats): Initialize new field.
49899         (output_for_one_input_case): Allow underflow for results up to
49900         min_plus_half.
49901         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
49902         * math/auto-libm-test-in: Don't mark some underflows from asin and
49903         atanh as spurious.
49904         * math/auto-libm-test-out: Regenerated.
49905         * sysdeps/i386/fpu/libm-test-ulps: Update.
49906         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49908 2014-03-25  Andreas Schwab  <schwab@suse.de>
49910         * libio/Makefile (tst-ftell-partial-wide-ENV)
49911         (tst-ftell-active-handler-ENV): Define.
49913 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
49915         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
49917 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
49919         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
49921 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
49923         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
49924         * sysdeps/x86_64/fpu/multiarch/e_exp.c
49925         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
49927 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
49929         [BZ #16634]
49930         * elf/dl-load.c (open_verify): Add mode parameter.
49931         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
49932         (open_path): Change from boolean 'secure' to complete flag 'mode'
49933         (_dl_map_object): Adjust.
49934         * elf/Makefile (tests): Add tst-dlopen-aout.
49935         * elf/tst-dlopen-aout.c: New test.
49937 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
49939         [BZ #16714]
49940         * sysdeps/unix/sysv/linux/s390/bits/stat.h
49941         (struct stat): Rename member pad0 to __glibc_reserved0.
49943         [BZ #16712]
49944         * sysdeps/s390/s390-32/bits/wordsize.h
49945         (__WORDSIZE32_SIZE_ULONG): New define.
49946         * sysdeps/s390/s390-64/bits/wordsize.h
49947         (__WORDSIZE32_SIZE_ULONG): Likewise.
49948         * sysdeps/generic/stdint.h (SIZE_MAX):
49949         Define as UL if __WORDSIZE32_SIZE_ULONG.
49951         [BZ #16713]
49952         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
49953         (__glibc_reserved0): New variable.
49954         (sa_flags): Change type to int.
49956         * posix/Makefile (before-compile): Use += before-compile instead
49957         of a :=.
49959         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
49960         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
49962 2014-03-20  Andreas Schwab  <schwab@suse.de>
49964         [BZ #16743]
49965         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
49966         non-matching result from nscd.
49968 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
49970         * scripts/bench.py: Moved to ...
49971         * benchtests/scripts/bench.py: ... here.
49972         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
49974 2014-03-24  Andreas Schwab  <schwab@suse.de>
49976         [BZ #16002]
49977         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
49978         alloca_account and account alloca use for struct in6ailist.
49980 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
49982         [BZ #16284]
49983         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
49984         rounding mode to recompute results that overflow to infinity or
49985         underflow to zero.
49986         * math/auto-libm-test-in: Don't mark tests as expected to fail for
49987         bug 16284.
49988         * math/auto-libm-test-out: Regenerated.
49989         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
49990         (ccosh_test): Likewise.
49991         (csin_test_data): Use plus_oflow.
49992         (csin_test): Use ALL_RM_TEST.
49993         (csinh_test_data): Use plus_oflow.
49994         (csinh_test): Use ALL_RM_TEST.
49995         * sysdeps/i386/fpu/libm-test-ulps: Update.
49996         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49998 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
50000         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
50001         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
50002         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
50004         [BZ #16731]
50005         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
50006         when x - 1 is zero.
50007         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
50008         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
50009         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
50010         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
50011         argument is 1.
50012         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
50013         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
50014         zero.
50015         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
50016         * sysdeps/i386/fpu/libm-test-ulps: Update.
50017         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50019 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
50021         * scripts/bench.pl: Remove file.
50022         * scripts/bench.py: New benchmark script.
50023         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
50024         * benchtests/README: Mention python dependency.
50025         * scripts/pylintrc: New file.
50026         * scripts/pylint: New file.
50028         * bits/mathdef.h: Use #ifdef instead of #if.
50029         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
50030         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
50031         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
50032         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
50033         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
50034         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
50036 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50037             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
50039         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
50040         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
50041         and strpbrk-ppc64 objects.
50042         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
50043         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
50044         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
50045         multiarch strpbrk for POWER7.
50046         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
50047         multiarch strpbrk for PPC64.
50048         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
50049         ifunc selector.
50050         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
50051         strpbrk for POWER7.
50053 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
50055         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
50056         (atan_test): Likewise.
50057         (atanh_test_data): Use NO_TEST_INLINE for two tests.
50058         (atanh_test): Use ALL_RM_TEST.
50059         (atan2_test_data): Likewise.
50060         (cabs_test): Likewise.
50061         (cacosh_test): Likewise.
50062         (carg_test): Likewise.
50063         (casin_test): Likewise.
50064         (casinh_test): Likewise.
50065         (cbrt_test): Likewise.
50066         (csqrt_test): Likewise.
50067         (erf_test): Likewise.
50068         (erfc_test): Likewise.
50069         (pow10_test): Likewise.
50070         (exp2_test): Likewise.
50071         (hypot_test): Likewise.
50072         (j0_test): Likewise.
50073         (j1_test): Likewise.
50074         (lgamma_test): Likewise.
50075         (gamma_test): Likewise.
50076         (sincos_test): Likewise.
50077         (tanh_test): Likewise.
50078         (y0_test): Likewise.
50079         (y1_test): Likewise.
50080         * sysdeps/i386/fpu/libm-test-ulps: Update.
50081         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50083 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50085         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
50086         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
50087         and strcspn-ppc64 objects.
50088         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
50089         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
50090         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
50091         multiarch strcspn for POWER7.
50092         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
50093         multiarch strcspn for PPC64.
50094         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
50095         ifunc selector.
50096         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
50097         strcspn for POWER7.
50099 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
50101         * math/gen-libm-test.pl (generate_testfile): Expect only function
50102         name as argument to AUTO_TESTS_* and pass results for all rounding
50103         modes to parse_args.
50104         (parse_auto_input): Separate inputs of automatic tests from
50105         outputs before storing in %auto_tests.
50106         * math/libm-test.inc (acos_test_data): Update call to
50107         AUTO_TESTS_f_f.
50108         (acos_test): Use ALL_RM_TEST.
50109         (acos_tonearest_test_data): Remove.
50110         (acos_test_tonearest): Likewise.
50111         (acos_towardzero_test_data): Likewise.
50112         (acos_test_towardzero): Likewise.
50113         (acos_downward_test_data): Likewise.
50114         (acos_test_downward): Likewise.
50115         (acos_upward_test_data): Likewise.
50116         (acos_test_upward): Likewise.
50117         (acosh_test_data): Update call to AUTO_TESTS_f_f.
50118         (asin_test_data): Likewise.
50119         (asin_test): Use ALL_RM_TEST.
50120         (asin_tonearest_test_data): Remove.
50121         (asin_test_tonearest): Likewise.
50122         (asin_towardzero_test_data): Likewise.
50123         (asin_test_towardzero): Likewise.
50124         (asin_downward_test_data): Likewise.
50125         (asin_test_downward): Likewise.
50126         (asin_upward_test_data): Likewise.
50127         (asin_test_upward): Likewise.
50128         (asinh_test_data): Update call to AUTO_TESTS_f_f.
50129         (atan_test_data): Likewise.
50130         (atanh_test_data): Likewise.
50131         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
50132         (cabs_test_data): Update call to AUTO_TESTS_c_f.
50133         (carg_test_data): Likewise.
50134         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
50135         (ccos_test_data): Update call to AUTO_TESTS_c_c.
50136         (ccosh_test_data): Likewise.
50137         (cexp_test_data): Likewise.
50138         (clog_test_data): Likewise.
50139         (clog10_test_data): Likewise.
50140         (cos_test_data): Update call to AUTO_TESTS_f_f.
50141         (cos_test): Use ALL_RM_TEST.
50142         (cos_tonearest_test_data): Remove.
50143         (cos_test_tonearest): Likewise.
50144         (cos_towardzero_test_data): Likewise.
50145         (cos_test_towardzero): Likewise.
50146         (cos_downward_test_data): Likewise.
50147         (cos_test_downward): Likewise.
50148         (cos_upward_test_data): Likewise.
50149         (cos_test_upward): Likewise.
50150         (cosh_test_data): Update call to AUTO_TESTS_f_f.
50151         (cosh_test): Use ALL_RM_TEST.
50152         (cosh_tonearest_test_data): Remove.
50153         (cosh_test_tonearest): Likewise.
50154         (cosh_towardzero_test_data): Likewise.
50155         (cosh_test_towardzero): Likewise.
50156         (cosh_downward_test_data): Likewise.
50157         (cosh_test_downward): Likewise.
50158         (cosh_upward_test_data): Likewise.
50159         (cosh_test_upward): Likewise.
50160         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
50161         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
50162         (ctan_test_data): Likewise.
50163         (ctan_test): Use ALL_RM_TEST.
50164         (ctan_tonearest_test_data): Remove.
50165         (ctan_test_tonearest): Likewise.
50166         (ctan_towardzero_test_data): Likewise.
50167         (ctan_test_towardzero): Likewise.
50168         (ctan_downward_test_data): Likewise.
50169         (ctan_test_downward): Likewise.
50170         (ctan_upward_test_data): Likewise.
50171         (ctan_test_upward): Likewise.
50172         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
50173         (ctanh_test): Use ALL_RM_TEST.
50174         (ctanh_tonearest_test_data): Remove.
50175         (ctanh_test_tonearest): Likewise.
50176         (ctanh_towardzero_test_data): Likewise.
50177         (ctanh_test_towardzero): Likewise.
50178         (ctanh_downward_test_data): Likewise.
50179         (ctanh_test_downward): Likewise.
50180         (ctanh_upward_test_data): Likewise.
50181         (ctanh_test_upward): Likewise.
50182         (erf_test_data): Update call to AUTO_TESTS_f_f.
50183         (erfc_test_data): Likewise.
50184         (exp_test_data): Likewise.
50185         (exp_test): Use ALL_RM_TEST.
50186         (exp_tonearest_test_data): Remove.
50187         (exp_test_tonearest): Likewise.
50188         (exp_towardzero_test_data): Likewise.
50189         (exp_test_towardzero): Likewise.
50190         (exp_downward_test_data): Likewise.
50191         (exp_test_downward): Likewise.
50192         (exp_upward_test_data): Likewise.
50193         (exp_test_upward): Likewise.
50194         (exp10_test_data): Update call to AUTO_TESTS_f_f.
50195         (exp10_test): Use ALL_RM_TEST.
50196         (exp10_tonearest_test_data): Remove.
50197         (exp10_test_tonearest): Likewise.
50198         (exp10_towardzero_test_data): Likewise.
50199         (exp10_test_towardzero): Likewise.
50200         (exp10_downward_test_data): Likewise.
50201         (exp10_test_downward): Likewise.
50202         (exp10_upward_test_data): Likewise.
50203         (exp10_test_upward): Likewise.
50204         (exp2_test_data): Update call to AUTO_TESTS_f_f.
50205         (expm1_test_data): Likewise.
50206         (expm1_test): Use ALL_RM_TEST.
50207         (expm1_tonearest_test_data): Remove.
50208         (expm1_test_tonearest): Likewise.
50209         (expm1_towardzero_test_data): Likewise.
50210         (expm1_test_towardzero): Likewise.
50211         (expm1_downward_test_data): Likewise.
50212         (expm1_test_downward): Likewise.
50213         (expm1_upward_test_data): Likewise.
50214         (expm1_test_upward): Likewise.
50215         (fma_test_data): Update call to AUTO_TESTS_fff_f.
50216         (fma_test): Use ALL_RM_TEST.
50217         (fma_towardzero_test_data): Remove.
50218         (fma_test_towardzero): Likewise.
50219         (fma_downward_test_data): Likewise.
50220         (fma_test_downward): Likewise.
50221         (fma_upward_test_data): Likewise.
50222         (fma_test_upward): Likewise.
50223         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
50224         (j0_test_data): Update call to AUTO_TESTS_f_f.
50225         (j1_test_data): Likewise.
50226         (jn_test_data): Update call to AUTO_TESTS_if_f.
50227         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
50228         (log_test_data): Update call to AUTO_TESTS_f_f.
50229         (log10_test_data): Likewise.
50230         (log1p_test_data): Likewise.
50231         (log2_test_data): Likewise.
50232         (pow_test_data): Update call to AUTO_TESTS_ff_f.
50233         (pow_tonearest_test_data): Likewise.
50234         (sin_test_data): Update call to AUTO_TESTS_f_f.
50235         (sin_test): Use ALL_RM_TEST.
50236         (sin_tonearest_test_data): Remove.
50237         (sin_test_tonearest): Likewise.
50238         (sin_towardzero_test_data): Likewise.
50239         (sin_test_towardzero): Likewise.
50240         (sin_downward_test_data): Likewise.
50241         (sin_test_downward): Likewise.
50242         (sin_upward_test_data): Likewise.
50243         (sin_test_upward): Likewise.
50244         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
50245         (sinh_test_data): Update call to AUTO_TESTS_f_f.
50246         (sinh_test): Use ALL_RM_TEST.
50247         (sinh_tonearest_test_data): Remove.
50248         (sinh_test_tonearest): Likewise.
50249         (sinh_towardzero_test_data): Likewise.
50250         (sinh_test_towardzero): Likewise.
50251         (sinh_downward_test_data): Likewise.
50252         (sinh_test_downward): Likewise.
50253         (sinh_upward_test_data): Likewise.
50254         (sinh_test_upward): Likewise.
50255         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
50256         (sqrt_test): Use ALL_RM_TEST.
50257         (sqrt_tonearest_test_data): Remove.
50258         (sqrt_test_tonearest): Likewise.
50259         (sqrt_towardzero_test_data): Likewise.
50260         (sqrt_test_towardzero): Likewise.
50261         (sqrt_downward_test_data): Likewise.
50262         (sqrt_test_downward): Likewise.
50263         (sqrt_upward_test_data): Likewise.
50264         (sqrt_test_upward): Likewise.
50265         (tan_test_data): Update call to AUTO_TESTS_f_f.
50266         (tan_test): Use ALL_RM_TEST.
50267         (tan_tonearest_test_data): Remove.
50268         (tan_test_tonearest): Likewise.
50269         (tan_towardzero_test_data): Likewise.
50270         (tan_test_towardzero): Likewise.
50271         (tan_downward_test_data): Likewise.
50272         (tan_test_downward): Likewise.
50273         (tan_upward_test_data): Likewise.
50274         (tan_test_upward): Likewise.
50275         (tanh_test_data): Update call to AUTO_TESTS_f_f.
50276         (tgamma_test_data): Likewise.
50277         (y0_test_data): Likewise.
50278         (y1_test_data): Likewise.
50279         (yn_test_data): Update call to AUTO_TESTS_if_f.
50280         (main): Do not call removed functions.
50282 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
50284         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
50285         (ldexp_test_data): Remove.
50286         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
50287         scalbn_test_data.
50288         (scalb_test): Use ALL_RM_TEST.
50290 2014-03-19  Andreas Schwab  <schwab@suse.de>
50292         * nscd/nscd.service: Also invalidate netgroup cache on reload.
50294 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
50296         [BZ #16649]
50297         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
50298         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
50299         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
50300         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
50301         (__ASSUME_PREADV): Undefine.
50302         (__ASSUME_PWRITEV): Likewise.
50304 2014-03-18  Roland McGrath  <roland@hack.frob.com>
50306         * bits/mman-linux.h: Add comment about non-Linux use.
50307         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
50308         bits/mman-linux.h resting place.
50310         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
50311         * bits/mman-linux.h: ... here.
50313 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50315         * conform/conformtest.pl: Add standard definition when calling C
50316         preprocessor on data files.
50317         (checknamespace): Remove unused variable.
50319 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
50321         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
50322         minus_oflow, plus_uflow and minus_uflow in expected results.
50323         * math/libm-test.inc (scalbn_test_data): Add more tests of
50324         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
50325         minus_uflow.
50326         (scalbn_test): Use ALL_RM_TEST.
50327         (scalbln_test_data): Add more tests of negative arguments.  Use
50328         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
50329         (scalbln_test): Use ALL_RM_TEST.
50331 2014-03-18  Roland McGrath  <roland@hack.frob.com>
50333         * scripts/abilist.awk: Ignore symbols marked with .hidden.
50335 2014-03-18  Will Newton  <will.newton@linaro.org>
50337         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
50338         inaccurate comment.
50340 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
50342         * Makerules [!subdir] (check-abi): Exit with error status if a
50343         test failed.
50345 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
50347         * math/libm-test.inc (nearbyint_test_data): Include all tests used
50348         for rint.  Include results for all rounding modes.
50349         (nearbyint_test): Use ALL_RM_TEST.
50350         (rint_test_data): Include all tests used for nearbyint.
50352 2014-03-17  Will Newton  <will.newton@linaro.org>
50354         * nptl/sysdeps/pthread/pthread.h: Revert previous
50355         change.
50357         * sysdeps/generic/ldsodefs.h: Revert previous
50358         change.
50360         * libio/genops.c: Revert previous change.
50361         * libio/libioP.h: Likewise.
50362         * stdio-common/vfprintf.c: Likewise.
50364         * sysdeps/generic/math_private.h: Revert previous
50365         change.
50367         * sysdeps/generic/math_private.h: Check whether
50368         HAVE_RM_CTX is defined with #ifdef rather
50369         than #if.
50371         * argp/argp-fmtstream.h: Check whether
50372         __STRICT_ANSI__ is defined with #ifdef rather
50373         than #if.
50374         * argp/argp.h: Likewise.
50376         * libio/genops.c: Check whether
50377         _IO_JUMPS_OFFSET is defined with #ifdef rather
50378         than #if.
50379         * libio/libioP.h: Likewise.
50380         * stdio-common/vfprintf.c: Likewise.
50382         * sysdeps/generic/ldsodefs.h: Check whether
50383         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
50384         than #if.
50386         * nptl/sysdeps/pthread/pthread.h: Check
50387         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
50388         its value.
50390 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
50392         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
50393         setting O_APPEND.
50394         * libio/tst-ftell-active-handler.c (do_append_test): Add a
50395         test case.
50397         [BZ #16680]
50398         * libio/fileops.c (_IO_file_open): Seek to end of file but
50399         don't cache the offset.
50400         (get_file_offset): Remove function.
50401         (do_ftell): Use cached offset when available.
50402         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
50403         don't cache the offset.
50404         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
50405         case.
50406         (do_one_test): Call it.
50407         (do_ftell_test): Fix up expected old offset for a+ mode.
50408         * libio/wfileops.c (do_ftell_wide): Used cached offset when
50409         available.
50411         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
50412         up test status with function return status.
50413         (do_write_test): Likewise.
50414         (do_append_test): Likewise.
50416         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
50417         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
50418         Remove.
50420 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
50422         * math/gen-libm-test.pl (parse_args): Handle results specified for
50423         each rounding mode separately.
50424         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
50425         tests and results from lrint_tonearest_test_data,
50426         lrint_towardzero_test_data, lrint_downward_test_data and
50427         lrint_upward_test_data.
50428         (lrint_test): Use ALL_RM_TEST.
50429         (lrint_tonearest_test_data): Remove.
50430         (lrint_test_tonearest): Likewise.
50431         (lrint_towardzero_test_data): Likewise.
50432         (lrint_test_towardzero): Likewise.
50433         (lrint_downward_test_data): Likewise.
50434         (lrint_test_downward): Likewise.
50435         (lrint_upward_test_data): Likewise.
50436         (lrint_test_upward): Likewise.
50437         (llrint_test_data): Merge in per-rounding-mode tests and results
50438         from llrint_tonearest_test_data, llrint_towardzero_test_data,
50439         llrint_downward_test_data and llrint_upward_test_data.
50440         (llrint_test): Use ALL_RM_TEST.
50441         (llrint_tonearest_test_data): Remove.
50442         (llrint_test_tonearest): Likewise.
50443         (llrint_towardzero_test_data): Likewise.
50444         (llrint_test_towardzero): Likewise.
50445         (llrint_downward_test_data): Likewise.
50446         (llrint_test_downward): Likewise.
50447         (llrint_upward_test_data): Likewise.
50448         (llrint_test_upward): Likewise.
50449         (rint_test_data): Merge in per-rounding-mode tests and results
50450         from rint_tonearest_test_data, rint_towardzero_test_data,
50451         rint_downward_test_data and rint_upward_test_data.  Add
50452         per-rounding-mode results for tests not in those arrays.
50453         (rint_test): Use ALL_RM_TEST.
50454         (rint_tonearest_test_data): Remove.
50455         (rint_test_tonearest): Likewise.
50456         (rint_towardzero_test_data): Likewise.
50457         (rint_test_towardzero): Likewise.
50458         (rint_downward_test_data): Likewise.
50459         (rint_test_downward): Likewise.
50460         (rint_upward_test_data): Likewise.
50461         (rint_test_upward): Likewise.
50462         (main): Don't call removed functions.
50464 2014-03-14  Roland McGrath  <roland@hack.frob.com>
50466         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
50467         "Compiled on ..." crapola.  It is anti-useful.
50469 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
50471         * scripts/evaluate-test.sh: Handle fourth argument to determine
50472         whether test run should stop on failure.
50473         * Makeconfig (stop-on-test-failure): New variable.
50474         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
50475         $(stop-on-test-failure).
50476         * Makefile (tests): Give a summary of results from testing and
50477         exit with failure status if they include an ERROR or FAIL.
50478         (xtests): Likewise.
50479         * manual/install.texi (Configuring and compiling): Mention
50480         stop-on-test-failure=y.
50481         * INSTALL: Regenerated.
50483 2014-03-14  Roland McGrath  <roland@hack.frob.com>
50485         * scripts/versionlist.awk: New file.
50486         * Makerules [$(build-shared) = yes]
50487         (postclean-generated): Add Versions.def, not Versions.def.v and
50488         Versions.def.v.i.
50489         ($(common-objpfx)Versions.def.v.i): Target removed.
50490         ($(common-objpfx)Versions.def): New target.
50491         ($(common-objpfx)Versions.all): Depend on that rather that
50492         $(common-objpfx)Versions.def.v.
50493         * Versions.def: File removed.
50495         * Makeconfig (+gccwarn): Add -Wundef.
50496         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
50497         a dl-sysdep.h breaking its contract.
50498         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
50499         * include/stackinfo.h: New file.
50500         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
50501         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
50502         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
50503         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
50504         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
50505         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
50506         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
50507         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
50508         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
50509         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
50510         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
50511         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
50512         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
50513         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
50514         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
50516 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50518         [BZ #16707]
50519         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
50520         implementation.
50521         * math/libm-test.inc (round_test_data): Add more tests.
50523         [BZ #16706]
50524         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
50525         implementation.
50526         * math/libm-test.inc (nearbyint_test_data): Add more tests.
50528         [BZ #16701]
50529         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
50530         implementation.
50531         * math/libm-test.inc (ceil_test_data): Add more tests.
50533         * math/libm-test.inc (trunc_test_data): Add more tests related to
50534         BZ#16414.
50536 2014-03-14  Roland McGrath  <roland@hack.frob.com>
50538         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
50539         with #if rather than #ifdef.
50540         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
50542 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
50544         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
50545         first.  Disable AVX-512 GCC support if assembler doesn't support
50546         it.
50547         * sysdeps/x86_64/configure: Regenerated.
50549 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
50551         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
50552         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
50553         (__old_pthread_attr_setstack): Likewise.
50554         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
50555         [!_STACK_GROWS_DOWN]: Likewise.
50557 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
50559         * config.make.in (have-bash2): Delete.
50560         * configure.ac (libc_cv_have_bash2): Delete.
50561         * configure: Regenerate.
50562         * elf/Makefile (common-ldd-rewrite): Rename to ...
50563         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
50564         (sh-ldd-rewrite): Delete.
50565         (bash-ldd-rewrite): Delete.
50566         (have-bash2): Delete checks.
50567         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
50568         ldd-rewrite.
50570         * config.make.in (have-ksh): Delete.
50571         (KSH): Delete.
50572         * configure.ac (libc_cv_have_ksh): Delete.
50573         * configure: Regenerate.
50575         * elf/Makefile: Delete $(have-ksh) check.
50576         ($(objpfx)sotruss): Change KSH to BASH.
50577         * elf/sotruss.ksh: Rename to ...
50578         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
50579         function style to match POSIX.  Drop ksh vim mode setting.
50581         * manual/time.texi (Specifying the Time Zone with TZ): Change
50582         Tuesday to Thursday.
50584         * debug/tst-longjmp_chk2.c: Update header comment.
50585         (stackoverflow_handler): Add comment.  Call assert on pass value.
50587 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
50589         [BZ #16194]
50590         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
50591         (HAVE_AVX512_ASM_SUPPORT): Likewise.
50592         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
50593         (La_x86_64_vector): Add zmm.
50594         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
50595         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
50596         ($(objpfx)tst-audit10): New target.
50597         ($(objpfx)tst-audit10.out): Likewise.
50598         (tst-audit10-ENV): New.
50599         (AVX512-CFLAGS): Likewise.
50600         (CFLAGS-tst-audit10.c): Likewise.
50601         (CFLAGS-tst-auditmod10a.c): Likewise.
50602         (CFLAGS-tst-auditmod10b.c): Likewise.
50603         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
50604         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
50605         * sysdeps/x86_64/configure: Regenerated.
50606         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
50607         AVX-512 zmm register support.
50608         (_dl_x86_64_save_sse): Likewise.
50609         (_dl_x86_64_restore_sse): Likewise.
50610         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
50611         size vector registers.
50612         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
50613         (ZMM_SIZE): Likewise.
50614         * sysdeps/x86_64/tst-audit10.c: New file.
50615         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
50616         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
50618 2014-03-13  Roland McGrath  <roland@hack.frob.com>
50620         * configure.ac (HAVE_EHDR_START): New check.
50621         * configure: Regenerated.
50622         * config.h.in (HAVE_EHDR_START): New #undef.
50623         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
50624         assuming the lowest-addressed segment maps the start of the file.
50626 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
50628         * INSTALL: Regenerated.
50630 2014-03-13  Will Newton  <will.newton@linaro.org>
50632         * manual/setjmp.texi (System V contexts): Improve
50633         clarity and grammar of documentation.
50635 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
50637         [BZ #16381]
50638         * elf/Makefile (tests): Add tst-pie2.
50639         (tests-pie): Add tst-pie2.
50640         * elf/tst-pie2.c: New file.
50641         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
50642         for ET_EXEC.
50643         * elf/rtld.c (map_doit): Load executable as lt_executable.
50644         (dl_main): Likewise.
50646 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
50648         [BZ #16642]
50649         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
50650         (__ASSUME_PSELECT): Undefine.
50652 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50654         [BZ #16689]
50655         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
50656         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
50657         static build.
50658         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
50659         selector for static builds.
50661 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
50663         [BZ #16695]
50664         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
50665         key in the buffer.
50667 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50669         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
50670         IFUNC selector for static builds.
50672 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
50674         * sysdeps/mips/math_private.h [__mips_hard_float]
50675         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
50676         libc_feresetround_mips_ctx.
50677         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
50678         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
50679         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
50681         [BZ #16677]
50682         * math/s_nextafter.c (__nextafter): Do not return value from
50683         overflowing computation.
50684         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
50685         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
50686         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
50687         Likewise.
50688         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
50689         Likewise.
50690         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
50691         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
50693 2014-03-11  Roland McGrath  <roland@hack.frob.com>
50695         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
50696         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
50697         Move sfi_sp use from the load-multiple (that no longer sets sp) to
50698         the new mov targetting sp.
50700 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50702         [BZ #16683]
50703         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
50704         Define it for static builds as well.
50705         (NO_BZERO_IMPL): Likewise.
50707 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
50709         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
50710         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
50711         multiarch strspn for PPC64.
50712         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
50713         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
50714         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
50715         (__libc_ifunc_impl_list): Likewise.
50716         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
50717         multiarch optimizations
50718         * string/strspn.c (strspn): Using macro to redefine symbol name.
50720 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
50721             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50723         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
50724         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
50725         multiarch strncat for PPC64.
50726         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
50727         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
50728         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
50729         (__libc_ifunc_impl_list): Likewise.
50730         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
50731         multiarch optimizations
50733 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
50735         [BZ #16639]
50736         * nscd/nscd.service: Make service type forking.
50738 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50740         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
50741         sign in non default rounding modes.
50742         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
50744 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
50746         * math/libm-test.inc (ALL_RM_TEST): New macro.
50747         (ceil_test): Use ALL_RM_TEST.
50748         (cimag_test): Likewise.
50749         (conj_test): Likewise.
50750         (copysign_test): Likewise.
50751         (cproj_test): Likewise.
50752         (creal_test): Likewise.
50753         (fabs_test): Likewise.
50754         (floor_test): Likewise.
50755         (fmax_test): Likewise.
50756         (fmin_test): Likewise.
50757         (fmod_test): Likewise.
50758         (fpclassify_test): Likewise.
50759         (frexp_test): Likewise.
50760         (ilogb_test): Likewise.
50761         (isfinite_test): Likewise.
50762         (finite_test): Likewise.
50763         (isgreater_test): Likewise.
50764         (isgreaterequal_test): Likewise.
50765         (isinf_test): Likewise.
50766         (isless_test): Likewise.
50767         (islessequal_test): Likewise.
50768         (islessgreater_test): Likewise.
50769         (isnan_test): Likewise.
50770         (isnormal_test): Likewise.
50771         (issignaling_test): Likewise.
50772         (isunordered_test): Likewise.
50773         (logb_test): Likewise.
50774         (logb_downward_test_data): Remove.
50775         (logb_test_downward): Likewise.
50776         (lround_test): Use ALL_RM_TEST.
50777         (llround_test): Likewise.
50778         (modf_test): Likewise.
50779         (nexttoward_test): Likewise.
50780         (remainder_test): Likewise.
50781         (drem_test): Likewise.
50782         (remainder_tonearest_test_data): Likewise.
50783         (remainder_test_tonearest): Likewise.
50784         (drem_test_tonearest): Likewise.
50785         (remainder_towardzero_test_data): Likewise.
50786         (remainder_test_towardzero): Likewise.
50787         (drem_test_towardzero): Likewise.
50788         (remainder_downward_test_data): Likewise.
50789         (remainder_test_downward): Likewise.
50790         (drem_test_downward): Likewise.
50791         (remainder_upward_test_data): Likewise.
50792         (remainder_test_upward): Likewise.
50793         (drem_test_upward): Likewise.
50794         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
50795         (round_test): Use ALL_RM_TEST.
50796         (signbit_test): Likewise.
50797         (trunc_test): Likewise.
50798         (significand_test): Likewise.
50799         (main): Don't call removed functions.
50801 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
50803         [BZ #16674]
50804         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
50805         || __USE_XOPEN2K8].
50806         (ILL_ILLOPN): Likewise.
50807         (ILL_ILLADR): Likewise.
50808         (ILL_ILLTRP): Likewise.
50809         (ILL_PRVOPC): Likewise.
50810         (ILL_PRVREG): Likewise.
50811         (ILL_COPROC): Likewise.
50812         (ILL_BADSTK): Likewise.
50813         (FPE_INTDIV): Likewise.
50814         (FPE_INTOVF): Likewise.
50815         (FPE_FLTDIV): Likewise.
50816         (FPE_FLTOVF): Likewise.
50817         (FPE_FLTUND): Likewise.
50818         (FPE_FLTRES): Likewise.
50819         (FPE_FLTINV): Likewise.
50820         (FPE_FLTSUB): Likewise.
50821         (SEGV_MAPERR): Likewise.
50822         (SEGV_ACCERR): Likewise.
50823         (BUS_ADRALN): Likewise.
50824         (BUS_ADRERR): Likewise.
50825         (BUS_OBJERR): Likewise.
50826         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
50827         (TRAP_TRACE): Likewise.
50828         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
50829         __USE_XOPEN2K8].
50830         (CLD_KILLED): Likewise.
50831         (CLD_DUMPED): Likewise.
50832         (CLD_TRAPPED): Likewise.
50833         (CLD_STOPPED): Likewise.
50834         (CLD_CONTINUED): Likewise.
50835         (POLL_IN): Likewise.
50836         (POLL_OUT): Likewise.
50837         (POLL_MSG): Likewise.
50838         (POLL_ERR): Likewise.
50839         (POLL_PRI): Likewise.
50840         (POLL_HUP): Likewise.
50841         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
50842         Likewise.
50843         (ILL_ILLOPN): Likewise.
50844         (ILL_ILLADR): Likewise.
50845         (ILL_ILLTRP): Likewise.
50846         (ILL_PRVOPC): Likewise.
50847         (ILL_PRVREG): Likewise.
50848         (ILL_COPROC): Likewise.
50849         (ILL_BADSTK): Likewise.
50850         (FPE_INTDIV): Likewise.
50851         (FPE_INTOVF): Likewise.
50852         (FPE_FLTDIV): Likewise.
50853         (FPE_FLTOVF): Likewise.
50854         (FPE_FLTUND): Likewise.
50855         (FPE_FLTRES): Likewise.
50856         (FPE_FLTINV): Likewise.
50857         (FPE_FLTSUB): Likewise.
50858         (SEGV_MAPERR): Likewise.
50859         (SEGV_ACCERR): Likewise.
50860         (BUS_ADRALN): Likewise.
50861         (BUS_ADRERR): Likewise.
50862         (BUS_OBJERR): Likewise.
50863         (BUS_MCEERR_AR): Likewise.
50864         (BUS_MCEERR_AO): Likewise.
50865         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
50866         (TRAP_TRACE): Likewise.
50867         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
50868         __USE_XOPEN2K8].
50869         (CLD_KILLED): Likewise.
50870         (CLD_DUMPED): Likewise.
50871         (CLD_TRAPPED): Likewise.
50872         (CLD_STOPPED): Likewise.
50873         (CLD_CONTINUED): Likewise.
50874         (POLL_IN): Likewise.
50875         (POLL_OUT): Likewise.
50876         (POLL_MSG): Likewise.
50877         (POLL_ERR): Likewise.
50878         (POLL_PRI): Likewise.
50879         (POLL_HUP): Likewise.
50880         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
50881         (ILL_ILLOPN): Likewise.
50882         (ILL_ILLADR): Likewise.
50883         (ILL_ILLTRP): Likewise.
50884         (ILL_PRVOPC): Likewise.
50885         (ILL_PRVREG): Likewise.
50886         (ILL_COPROC): Likewise.
50887         (ILL_BADSTK): Likewise.
50888         (FPE_INTDIV): Likewise.
50889         (FPE_INTOVF): Likewise.
50890         (FPE_FLTDIV): Likewise.
50891         (FPE_FLTOVF): Likewise.
50892         (FPE_FLTUND): Likewise.
50893         (FPE_FLTRES): Likewise.
50894         (FPE_FLTINV): Likewise.
50895         (FPE_FLTSUB): Likewise.
50896         (SEGV_MAPERR): Likewise.
50897         (SEGV_ACCERR): Likewise.
50898         (BUS_ADRALN): Likewise.
50899         (BUS_ADRERR): Likewise.
50900         (BUS_OBJERR): Likewise.
50901         (BUS_MCEERR_AR): Likewise.
50902         (BUS_MCEERR_AO): Likewise.
50903         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
50904         (TRAP_TRACE): Likewise.
50905         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
50906         __USE_XOPEN2K8].
50907         (CLD_KILLED): Likewise.
50908         (CLD_DUMPED): Likewise.
50909         (CLD_TRAPPED): Likewise.
50910         (CLD_STOPPED): Likewise.
50911         (CLD_CONTINUED): Likewise.
50912         (POLL_IN): Likewise.
50913         (POLL_OUT): Likewise.
50914         (POLL_MSG): Likewise.
50915         (POLL_ERR): Likewise.
50916         (POLL_PRI): Likewise.
50917         (POLL_HUP): Likewise.
50918         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
50919         Likewise.
50920         (ILL_ILLOPN): Likewise.
50921         (ILL_ILLADR): Likewise.
50922         (ILL_ILLTRP): Likewise.
50923         (ILL_PRVOPC): Likewise.
50924         (ILL_PRVREG): Likewise.
50925         (ILL_COPROC): Likewise.
50926         (ILL_BADSTK): Likewise.
50927         (ILL_BADIADDR): Likewise.
50928         (ILL_BREAK): Likewise.
50929         (FPE_INTDIV): Likewise.
50930         (FPE_INTOVF): Likewise.
50931         (FPE_FLTDIV): Likewise.
50932         (FPE_FLTOVF): Likewise.
50933         (FPE_FLTUND): Likewise.
50934         (FPE_FLTRES): Likewise.
50935         (FPE_FLTINV): Likewise.
50936         (FPE_FLTSUB): Likewise.
50937         (FPE_DECOVF): Likewise.
50938         (FPE_DECDIV): Likewise.
50939         (FPE_DECERR): Likewise.
50940         (FPE_INVASC): Likewise.
50941         (FPE_INVDEC): Likewise.
50942         (SEGV_MAPERR): Likewise.
50943         (SEGV_ACCERR): Likewise.
50944         (SEGV_PSTKOVF): Likewise.
50945         (BUS_ADRALN): Likewise.
50946         (BUS_ADRERR): Likewise.
50947         (BUS_OBJERR): Likewise.
50948         (BUS_MCEERR_AR): Likewise.
50949         (BUS_MCEERR_AO): Likewise.
50950         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
50951         (TRAP_TRACE): Likewise.
50952         (TRAP_BRANCH): Likewise.
50953         (TRAP_HWBKPT): Likewise.
50954         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
50955         __USE_XOPEN2K8].
50956         (CLD_KILLED): Likewise.
50957         (CLD_DUMPED): Likewise.
50958         (CLD_TRAPPED): Likewise.
50959         (CLD_STOPPED): Likewise.
50960         (CLD_CONTINUED): Likewise.
50961         (POLL_IN): Likewise.
50962         (POLL_OUT): Likewise.
50963         (POLL_MSG): Likewise.
50964         (POLL_ERR): Likewise.
50965         (POLL_PRI): Likewise.
50966         (POLL_HUP): Likewise.
50967         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
50968         (ILL_ILLOPN): Likewise.
50969         (ILL_ILLADR): Likewise.
50970         (ILL_ILLTRP): Likewise.
50971         (ILL_PRVOPC): Likewise.
50972         (ILL_PRVREG): Likewise.
50973         (ILL_COPROC): Likewise.
50974         (ILL_BADSTK): Likewise.
50975         (FPE_INTDIV): Likewise.
50976         (FPE_INTOVF): Likewise.
50977         (FPE_FLTDIV): Likewise.
50978         (FPE_FLTOVF): Likewise.
50979         (FPE_FLTUND): Likewise.
50980         (FPE_FLTRES): Likewise.
50981         (FPE_FLTINV): Likewise.
50982         (FPE_FLTSUB): Likewise.
50983         (SEGV_MAPERR): Likewise.
50984         (SEGV_ACCERR): Likewise.
50985         (BUS_ADRALN): Likewise.
50986         (BUS_ADRERR): Likewise.
50987         (BUS_OBJERR): Likewise.
50988         (BUS_MCEERR_AR): Likewise.
50989         (BUS_MCEERR_AO): Likewise.
50990         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
50991         (TRAP_TRACE): Likewise.
50992         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
50993         __USE_XOPEN2K8].
50994         (CLD_KILLED): Likewise.
50995         (CLD_DUMPED): Likewise.
50996         (CLD_TRAPPED): Likewise.
50997         (CLD_STOPPED): Likewise.
50998         (CLD_CONTINUED): Likewise.
50999         (POLL_IN): Likewise.
51000         (POLL_OUT): Likewise.
51001         (POLL_MSG): Likewise.
51002         (POLL_ERR): Likewise.
51003         (POLL_PRI): Likewise.
51004         (POLL_HUP): Likewise.
51005         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
51006         (ILL_ILLOPN): Likewise.
51007         (ILL_ILLADR): Likewise.
51008         (ILL_ILLTRP): Likewise.
51009         (ILL_PRVOPC): Likewise.
51010         (ILL_PRVREG): Likewise.
51011         (ILL_COPROC): Likewise.
51012         (ILL_BADSTK): Likewise.
51013         (FPE_INTDIV): Likewise.
51014         (FPE_INTOVF): Likewise.
51015         (FPE_FLTDIV): Likewise.
51016         (FPE_FLTOVF): Likewise.
51017         (FPE_FLTUND): Likewise.
51018         (FPE_FLTRES): Likewise.
51019         (FPE_FLTINV): Likewise.
51020         (FPE_FLTSUB): Likewise.
51021         (SEGV_MAPERR): Likewise.
51022         (SEGV_ACCERR): Likewise.
51023         (BUS_ADRALN): Likewise.
51024         (BUS_ADRERR): Likewise.
51025         (BUS_OBJERR): Likewise.
51026         (BUS_MCEERR_AR): Likewise.
51027         (BUS_MCEERR_AO): Likewise.
51028         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
51029         (TRAP_TRACE): Likewise.
51030         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
51031         __USE_XOPEN2K8].
51032         (CLD_KILLED): Likewise.
51033         (CLD_DUMPED): Likewise.
51034         (CLD_TRAPPED): Likewise.
51035         (CLD_STOPPED): Likewise.
51036         (CLD_CONTINUED): Likewise.
51037         (POLL_IN): Likewise.
51038         (POLL_OUT): Likewise.
51039         (POLL_MSG): Likewise.
51040         (POLL_ERR): Likewise.
51041         (POLL_PRI): Likewise.
51042         (POLL_HUP): Likewise.
51043         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
51044         (ILL_ILLOPN): Likewise.
51045         (ILL_ILLADR): Likewise.
51046         (ILL_ILLTRP): Likewise.
51047         (ILL_PRVOPC): Likewise.
51048         (ILL_PRVREG): Likewise.
51049         (ILL_COPROC): Likewise.
51050         (ILL_BADSTK): Likewise.
51051         (FPE_INTDIV): Likewise.
51052         (FPE_INTOVF): Likewise.
51053         (FPE_FLTDIV): Likewise.
51054         (FPE_FLTOVF): Likewise.
51055         (FPE_FLTUND): Likewise.
51056         (FPE_FLTRES): Likewise.
51057         (FPE_FLTINV): Likewise.
51058         (FPE_FLTSUB): Likewise.
51059         (SEGV_MAPERR): Likewise.
51060         (SEGV_ACCERR): Likewise.
51061         (BUS_ADRALN): Likewise.
51062         (BUS_ADRERR): Likewise.
51063         (BUS_OBJERR): Likewise.
51064         (BUS_MCEERR_AR): Likewise.
51065         (BUS_MCEERR_AO): Likewise.
51066         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
51067         (TRAP_TRACE): Likewise.
51068         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
51069         __USE_XOPEN2K8].
51070         (CLD_KILLED): Likewise.
51071         (CLD_DUMPED): Likewise.
51072         (CLD_TRAPPED): Likewise.
51073         (CLD_STOPPED): Likewise.
51074         (CLD_CONTINUED): Likewise.
51075         (POLL_IN): Likewise.
51076         (POLL_OUT): Likewise.
51077         (POLL_MSG): Likewise.
51078         (POLL_ERR): Likewise.
51079         (POLL_PRI): Likewise.
51080         (POLL_HUP): Likewise.
51081         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
51082         (ILL_ILLOPN): Likewise.
51083         (ILL_ILLADR): Likewise.
51084         (ILL_ILLTRP): Likewise.
51085         (ILL_PRVOPC): Likewise.
51086         (ILL_PRVREG): Likewise.
51087         (ILL_COPROC): Likewise.
51088         (ILL_BADSTK): Likewise.
51089         (ILL_DBLFLT): Likewise.
51090         (ILL_HARDWALL): Likewise.
51091         (FPE_INTDIV): Likewise.
51092         (FPE_INTOVF): Likewise.
51093         (FPE_FLTDIV): Likewise.
51094         (FPE_FLTOVF): Likewise.
51095         (FPE_FLTUND): Likewise.
51096         (FPE_FLTRES): Likewise.
51097         (FPE_FLTINV): Likewise.
51098         (FPE_FLTSUB): Likewise.
51099         (SEGV_MAPERR): Likewise.
51100         (SEGV_ACCERR): Likewise.
51101         (BUS_ADRALN): Likewise.
51102         (BUS_ADRERR): Likewise.
51103         (BUS_OBJERR): Likewise.
51104         (BUS_MCEERR_AR): Likewise.
51105         (BUS_MCEERR_AO): Likewise.
51106         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
51107         (TRAP_TRACE): Likewise.
51108         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
51109         __USE_XOPEN2K8].
51110         (CLD_KILLED): Likewise.
51111         (CLD_DUMPED): Likewise.
51112         (CLD_TRAPPED): Likewise.
51113         (CLD_STOPPED): Likewise.
51114         (CLD_CONTINUED): Likewise.
51115         (POLL_IN): Likewise.
51116         (POLL_OUT): Likewise.
51117         (POLL_MSG): Likewise.
51118         (POLL_ERR): Likewise.
51119         (POLL_PRI): Likewise.
51120         (POLL_HUP): Likewise.
51121         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
51122         (ILL_ILLOPN): Likewise.
51123         (ILL_ILLADR): Likewise.
51124         (ILL_ILLTRP): Likewise.
51125         (ILL_PRVOPC): Likewise.
51126         (ILL_PRVREG): Likewise.
51127         (ILL_COPROC): Likewise.
51128         (ILL_BADSTK): Likewise.
51129         (FPE_INTDIV): Likewise.
51130         (FPE_INTOVF): Likewise.
51131         (FPE_FLTDIV): Likewise.
51132         (FPE_FLTOVF): Likewise.
51133         (FPE_FLTUND): Likewise.
51134         (FPE_FLTRES): Likewise.
51135         (FPE_FLTINV): Likewise.
51136         (FPE_FLTSUB): Likewise.
51137         (SEGV_MAPERR): Likewise.
51138         (SEGV_ACCERR): Likewise.
51139         (BUS_ADRALN): Likewise.
51140         (BUS_ADRERR): Likewise.
51141         (BUS_OBJERR): Likewise.
51142         (BUS_MCEERR_AR): Likewise.
51143         (BUS_MCEERR_AO): Likewise.
51144         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
51145         (TRAP_TRACE): Likewise.
51146         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
51147         __USE_XOPEN2K8].
51148         (CLD_KILLED): Likewise.
51149         (CLD_DUMPED): Likewise.
51150         (CLD_TRAPPED): Likewise.
51151         (CLD_STOPPED): Likewise.
51152         (CLD_CONTINUED): Likewise.
51153         (POLL_IN): Likewise.
51154         (POLL_OUT): Likewise.
51155         (POLL_MSG): Likewise.
51156         (POLL_ERR): Likewise.
51157         (POLL_PRI): Likewise.
51158         (POLL_HUP): Likewise.
51159         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
51160         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
51162         [BZ #16670]
51163         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
51164         before #include of <time.h>.
51165         [!__USE_XOPEN2K] (__need_timespec): Likewise.
51166         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
51167         (test-xfail-UNIX98/sched.h/conform): Likewise.
51169 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
51171         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
51172         error absence of trapping exception support.
51173         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
51175 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
51177         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
51178         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
51179         * timezone/Makefile (testdata): Move definition above include of
51180         Rules.
51181         (test-zones): New variable.
51182         (tests-special): Add zone files.
51183         (build-testdata): Use $(evaluate-test).
51185         * elf/Makefile (tests-special): Rename tests to end with .out.
51186         ($(objpfx)noload-mem): Likewise.
51187         ($(objpfx)tst-leaks1-mem): Likewise.
51188         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
51189         * iconv/Makefile (xtests-special): Change test-iconvconfig to
51190         $(objpfx)test-iconvconfig.out.
51191         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
51192         set -e inside subshell and redirect output to file.
51193         * iconvdata/Makefile (generated): Rename tests to end with .out.
51194         Correct type.
51195         (tests-special): Rename tests to end with .out.
51196         ($(objpfx)mtrace-tst-loading): Likewise.
51197         * intl/Makefile (generated): Likewise.
51198         (tests-special): Likewise.
51199         ($(objpfx)mtrace-tst-gettext): Likewise.
51200         * misc/Makefile (generated): Likewise.
51201         (tests-special): Likewise.
51202         ($(objpfx)tst-error1-mem): Likewise.
51203         * nptl/Makefile (tests-special): Likewise.
51204         ($(objpfx)tst-stack3-mem): Likewise.
51205         (generated): Likewise.
51206         * posix/Makefile (generated): Likewise.
51207         (tests-special): Likewise.
51208         (xtests-special): Likewise.
51209         ($(objpfx)tst-fnmatch-mem): Likewise.
51210         ($(objpfx)bug-regex2-mem): Likewise.
51211         ($(objpfx)bug-regex14-mem): Likewise.
51212         ($(objpfx)bug-regex21-mem): Likewise.
51213         ($(objpfx)bug-regex31-mem): Likewise.
51214         ($(objpfx)tst-vfork3-mem): Likewise.
51215         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
51216         ($(objpfx)tst-pcre-mem): Likewise.
51217         ($(objpfx)tst-boost-mem): Likewise.
51218         ($(objpfx)bug-ga2-mem): Likewise.
51219         ($(objpfx)bug-glob2-mem): Likewise.
51220         * resolv/Makefile (generate): Likewise.
51221         (tests-special): Likewise.
51222         (xtests-special): Likewise.
51223         (generated): Likewise.
51224         ($(objpfx)mtrace-tst-leaks): Likewise.
51225         ($(objpfx)mtrace-tst-leaks2): Likewise.
51227         * scripts/merge-test-results.sh: New file.
51228         * Makefile (tests-special-notdir): New variable.
51229         (tests): Run merge-test-results.sh.
51230         (xtests): Likewise.
51231         * Rules (tests-special-notdir): New variable.
51232         (xtests-special-notdir): Likewise.
51233         (tests): Run merge-test-results.sh
51234         (xtests): Likewise.
51236         * Makeconfig (test-xfail-name): New variable.
51237         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
51238         compute variable name for expected failures.
51239         * conform/Makefile (conformtest-headers-data): New variable.
51240         (conformtest-standards): Likewise.
51241         (conformtest-headers-ISO): Likewise.
51242         (conformtest-headers-ISO99): Likewise.
51243         (conformtest-headers-ISO11): Likewise.
51244         (conformtest-headers-POSIX): Likewise.
51245         (conformtest-headers-XPG3): Likewise.
51246         (conformtest-headers-XPG4): Likewise.
51247         (conformtest-headers-UNIX98): Likewise.
51248         (conformtest-headers-XOPEN2K): Likewise.
51249         (conformtest-headers-POSIX2008): Likewise.
51250         (conformtest-headers-XOPEN2K8): Likewise.
51251         (conformtest-header-list-base): Likewise.
51252         (conformtest-header-list-tests): Likewise.
51253         (conformtest-header-base): Likewise.
51254         (conformtest-header-tests): Likewise.
51255         (tests-special): Add $(conformtest-header-list-tests).  If
51256         [$(fast-check) && !$(cross-compiling)], add
51257         $(conformtest-header-tests) instead of
51258         $(objpfx)run-conformtest.out.
51259         (generated): Add $(conformtest-header-list-base).  If
51260         [$(fast-check) && !$(cross-compiling)], add
51261         $(conformtest-header-base).  Remove previous setting.
51262         ($(conformtest-header-list-tests)): New target.
51263         (test-xfail-run-conformtest): Remove variable.
51264         ($(objpfx)run-conformtest.out): Remove target.
51265         (test-xfail-ISO11/complex.h/conform): New variable.
51266         (test-xfail-ISO11/stdalign.h/conform): Likewise.
51267         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
51268         (test-xfail-XPG3/varargs.h/conform): Likewise.
51269         (test-xfail-XPG4/varargs.h/conform): Likewise.
51270         (test-xfail-UNIX98/varargs.h/conform): Likewise.
51271         (test-xfail-XPG4/ndbm.h/conform): Likewise.
51272         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
51273         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
51274         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
51275         (test-xfail-XPG3/fcntl.h/conform): Likewise.
51276         (test-xfail-XPG3/ftw.h/conform): Likewise.
51277         (test-xfail-XPG3/grp.h/conform): Likewise.
51278         (test-xfail-XPG3/langinfo.h/conform): Likewise.
51279         (test-xfail-XPG3/limits.h/conform): Likewise.
51280         (test-xfail-XPG3/pwd.h/conform): Likewise.
51281         (test-xfail-XPG3/search.h/conform): Likewise.
51282         (test-xfail-XPG3/signal.h/conform): Likewise.
51283         (test-xfail-XPG3/stdio.h/conform): Likewise.
51284         (test-xfail-XPG3/stdlib.h/conform): Likewise.
51285         (test-xfail-XPG3/string.h/conform): Likewise.
51286         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
51287         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
51288         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
51289         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
51290         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
51291         (test-xfail-XPG3/sys/types.h/conform): Likewise.
51292         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
51293         (test-xfail-XPG3/termios.h/conform): Likewise.
51294         (test-xfail-XPG3/time.h/conform): Likewise.
51295         (test-xfail-XPG3/unistd.h/conform): Likewise.
51296         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
51297         (test-xfail-XPG4/fcntl.h/conform): Likewise.
51298         (test-xfail-XPG4/langinfo.h/conform): Likewise.
51299         (test-xfail-XPG4/netdb.h/conform): Likewise.
51300         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
51301         (test-xfail-XPG4/signal.h/conform): Likewise.
51302         (test-xfail-XPG4/stdio.h/conform): Likewise.
51303         (test-xfail-XPG4/stdlib.h/conform): Likewise.
51304         (test-xfail-XPG4/stropts.h/conform): Likewise.
51305         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
51306         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
51307         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
51308         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
51309         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
51310         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
51311         (test-xfail-XPG4/sys/time.h/conform): Likewise.
51312         (test-xfail-XPG4/sys/types.h/conform): Likewise.
51313         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
51314         (test-xfail-XPG4/termios.h/conform): Likewise.
51315         (test-xfail-XPG4/ucontext.h/conform): Likewise.
51316         (test-xfail-XPG4/unistd.h/conform): Likewise.
51317         (test-xfail-XPG4/utmpx.h/conform): Likewise.
51318         (test-xfail-POSIX/sched.h/conform): Likewise.
51319         (test-xfail-POSIX/signal.h/conform): Likewise.
51320         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
51321         (test-xfail-POSIX/tar.h/conform): Likewise.
51322         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
51323         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
51324         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
51325         (test-xfail-UNIX98/netdb.h/conform): Likewise.
51326         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
51327         (test-xfail-UNIX98/sched.h/conform): Likewise.
51328         (test-xfail-UNIX98/signal.h/conform): Likewise.
51329         (test-xfail-UNIX98/stdio.h/conform): Likewise.
51330         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
51331         (test-xfail-UNIX98/stropts.h/conform): Likewise.
51332         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
51333         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
51334         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
51335         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
51336         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
51337         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
51338         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
51339         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
51340         (test-xfail-UNIX98/unistd.h/conform): Likewise.
51341         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
51342         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
51343         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
51344         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
51345         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
51346         (test-xfail-XOPEN2K/math.h/conform): Likewise.
51347         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
51348         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
51349         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
51350         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
51351         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
51352         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
51353         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
51354         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
51355         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
51356         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
51357         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
51358         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
51359         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
51360         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
51361         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
51362         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
51363         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
51364         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
51365         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
51366         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
51367         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
51368         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
51369         (test-xfail-POSIX2008/signal.h/conform): Likewise.
51370         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
51371         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
51372         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
51373         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
51374         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
51375         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
51376         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
51377         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
51378         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
51379         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
51380         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
51381         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
51382         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
51383         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
51384         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
51385         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
51386         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
51387         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
51388         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
51389         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
51390         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
51391         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
51392         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
51393         (conformtest-cc-flags): Likewise.
51394         ($(conformtest-header-tests): New target.
51395         * conform/check-header-lists.sh: New file.
51396         * conform/run-conformtest.sh: Remove.
51398         * conform/conformtest.pl: Allow ' and \ in values given for
51399         constants.
51400         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
51401         inclusion.
51402         [POSIX] (sys/types.h): Likewise.
51403         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
51404         inclusion.
51405         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
51406         inclusion.
51407         * conform/data/signal.h-data (SIGIO): Remove expectation.
51408         [XPG3] (SIGBUS): Do not expect.
51409         [POSIX || XPG3] (SIGPOLL): Likewise.
51410         [POSIX || XPG3] (SIGPROF): Likewise.
51411         [POSIX || XPG3] (SIGSYS): Likewise.
51412         [XPG3] (SIGTRAP): Likewise.
51413         [POSIX || XPG3] (SIGURG): Likewise.
51414         [POSIX || XPG3] (SIGVTALRM): Likewise.
51415         [POSIX || XPG3] (SIGXCPU): Likewise.
51416         [POSIX || XPG3] (SIGXFSZ): Likewise.
51417         [POSIX] (SA_SIGINFO): Expect.
51418         [XPG3] (siginfo_t): Do not expect type or contents.
51419         [POSIX] (si_pid): Do not expect element.
51420         [POSIX] (si_uid): Likewise.
51421         [POSIX] (si_addr): Likewise.
51422         [POSIX] (si_status): Likewise.
51423         [POSIX] (si_band): Likewise.
51424         [XPG4] (si_value): Likewise.
51425         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
51426         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
51427         [POSIX || XPG3] (ILL_ILLADR): Likewise.
51428         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
51429         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
51430         [POSIX || XPG3] (ILL_PRVREG): Likewise.
51431         [POSIX || XPG3] (ILL_COPROC): Likewise.
51432         [POSIX || XPG3] (ILL_BADSTK): Likewise.
51433         [POSIX || XPG3] (FPE_INTDIV): Likewise.
51434         [POSIX || XPG3] (FPE_INTOVF): Likewise.
51435         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
51436         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
51437         [POSIX || XPG3] (FPE_FLTUND): Likewise.
51438         [POSIX || XPG3] (FPE_FLTRES): Likewise.
51439         [POSIX || XPG3] (FPE_FLTINV): Likewise.
51440         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
51441         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
51442         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
51443         [POSIX || XPG3] (BUS_ADRALN): Likewise.
51444         [POSIX || XPG3] (BUS_ADRERR): Likewise.
51445         [POSIX || XPG3] (BUS_OBJERR): Likewise.
51446         [POSIX || XPG3] (CLD_EXITED): Likewise.
51447         [POSIX || XPG3] (CLD_KILLED): Likewise.
51448         [POSIX || XPG3] (CLD_DUMPED): Likewise.
51449         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
51450         [POSIX || XPG3] (CLD_STOPPED): Likewise.
51451         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
51452         [POSIX || XPG3] (POLL_IN): Likewise.
51453         [POSIX || XPG3] (POLL_OUT): Likewise.
51454         [POSIX || XPG3] (POLL_MSG): Likewise.
51455         [POSIX || XPG3] (POLL_ERR): Likewise.
51456         [POSIX || XPG3] (POLL_PRI): Likewise.
51457         [POSIX || XPG3] (POLL_HUP): Likewise.
51458         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
51459         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
51460         (SIG*): Do not allow.
51461         [XPG3] (si_*): Likewise.
51462         [XPG3] (SI_*): Likewise.
51463         [XPG3 || XPG4] (sigev_*): Likewise.
51464         [XPG3 || XPG4] (SIGEV_*): Likewise.
51465         [XPG3 || XPG4] (sival_*): Likewise.
51466         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
51467         [POSIX || XPG3] (BUS_*): Likewise.
51468         [POSIX || XPG3] (CLD_*): Likewise.
51469         [POSIX || XPG3] (FPE_*): Likewise.
51470         [POSIX || XPG3] (ILL_*): Likewise.
51471         [POSIX || XPG3] (POLL_*): Likewise.
51472         [POSIX || XPG3] (SEGV_*): Likewise.
51473         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
51474         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
51475         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
51476         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
51477         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
51478         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
51479         Specify type and value.
51480         (TVERSLEN): Likewise.
51481         (REGTYPE): Likewise.
51482         (AREGTYPE): Likewise.
51483         (LNKTYPE): Likewise.
51484         (SYMTYPE): Likewise.
51485         (CHRTYPE): Likewise.
51486         (BLKTYPE): Likewise.
51487         (DIRTYPE): Likewise.
51488         (FIFOTYPE): Likewise.
51489         (CONTTYPE): Likewise.
51490         (TSUID): Likewise.
51491         (TSGID): Likewise.
51492         (TSVTX): Likewise.
51493         (TUREAD): Likewise.
51494         (TUWRITE): Likewise.
51495         (TUEXEC): Likewise.
51496         (TGREAD): Likewise.
51497         (TGWRITE): Likewise.
51498         (TGEXEC): Likewise.
51499         (TOREAD): Likewise.
51500         (TOWRITE): Likewise.
51501         (TOEXEC): Likewise.
51502         [POSIX] (TSVTX): Expect constant.
51504 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
51506         * Makefile (tests): Change dependencies to ....
51507         (tests-special): ... additions to this variable.
51508         (tests): Depend on $(tests-special).
51509         * Makerules (check-abi-list): New variable.
51510         (check-abi): Depend on $(check-abi-list).
51511         [$(subdir) = elf] (tests-special): Add
51512         $(objpfx)check-abi-libc.out.
51513         [$(build-shared) = yes && subdir] (tests-special): Add
51514         $(check-abi-list).
51515         [$(build-shared) = yes && subdir] (tests): Do not depend on
51516         check-abi.
51517         * Rules (tests): Depend on $(tests-special).
51518         (xtests): Depend on $(xtests-special).
51519         * catgets/Makefile (tests): Change dependencies to ....
51520         (tests-special): ... additions to this variable.
51521         * conform/Makefile (tests): Change dependencies to ....
51522         (tests-special): ... additions to this variable.
51523         * elf/Makefile (tests): Change dependencies to ....
51524         (tests-special): ... additions to this variable.
51525         * grp/Makefile (tests): Change dependencies to ....
51526         (tests-special): ... additions to this variable.
51527         * iconv/Makefile (xtests): Change dependencies to ....
51528         (xtests-special): ... additions to this variable.
51529         * iconvdata/Makefile (tests): Change dependencies to ....
51530         (tests-special): ... additions to this variable.
51531         * intl/Makefile (tests): Change dependencies to ....
51532         (tests-special): ... additions to this variable.  Also add
51533         $(objpfx)tst-gettext.out.
51534         * io/Makefile (tests): Change dependencies to ....
51535         (tests-special): ... additions to this variable.
51536         * libio/Makefile (tests): Change dependencies to ....
51537         (tests-special): ... additions to this variable.
51538         * malloc/Makefile (tests): Change dependencies to ....
51539         (tests-special): ... additions to this variable.
51540         * misc/Makefile (tests): Change dependencies to ....
51541         (tests-special): ... additions to this variable.
51542         * nptl/Makefile (tests): Change dependencies to ....
51543         (tests-special): ... additions to this variable.
51544         * nptl_db/Makefile (tests): Change dependencies to ....
51545         (tests-special): ... additions to this variable.
51546         * posix/Makefile (tests): Change dependencies to ....
51547         (tests-special): ... additions to this variable.
51548         (xtests): Change dependencies to ....
51549         (xtests-special): ... additions to this variable.
51550         * resolv/Makefile (tests): Change dependencies to ....
51551         (tests-special): ... additions to this variable.
51552         (xtests): Change dependencies to ....
51553         (xtests-special): ... additions to this variable.
51554         * stdio-common/Makefile (tests): Change dependencies to ....
51555         (tests-special): ... additions to this variable.
51556         (do-tst-unbputc): Remove target.
51557         (do-tst-printf): Likewise.
51558         * stdlib/Makefile (tests): Change dependencies to ....
51559         (tests-special): ... additions to this variable.
51560         * string/Makefile (tests): Change dependencies to ....
51561         (tests-special): ... additions to this variable.
51562         * sysdeps/x86/Makefile (tests): Change dependencies to ....
51563         (tests-special): ... additions to this variable.
51565         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
51566         whole file.
51567         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
51568         whole file.
51569         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
51570         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
51572         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
51573         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
51574         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
51575         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
51576         * conform/data/libgen.h-data [XPG3]: Likewise.
51577         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
51578         * conform/data/ndbm.h-data [XPG3]: Likewise.
51579         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
51580         * conform/data/netdb.h-data [XPG3]: Likewise.
51581         * conform/data/netinet/in.h-data [XPG3]: Likewise.
51582         * conform/data/poll.h-data [XPG3]: Likewise.
51583         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
51584         * conform/data/strings.h-data [XPG3]: Likewise.
51585         * conform/data/stropts.h-data [XPG3]: Likewise.
51586         * conform/data/sys/mman.h-data [XPG3]: Likewise.
51587         * conform/data/sys/resource.h-data [XPG3]: Likewise.
51588         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
51589         Likewise.
51590         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
51591         * conform/data/sys/time.h-data [XPG3]: Likewise.
51592         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
51593         * conform/data/sys/uio.h-data [XPG3]: Likewise.
51594         * conform/data/sys/un.h-data [XPG3]: Likewise.
51595         * conform/data/syslog.h-data [XPG3]: Likewise.
51596         * conform/data/ucontext.h-data [XPG3]: Likewise.
51597         * conform/data/utmpx.h-data [XPG3]: Likewise.
51598         * conform/data/varargs.h-data [UNIX98]: Enable file.
51600         * manual/Makefile (INSTALL_INFO): Remove variable setting.
51602         * math/libm-test.inc (struct test_f_f_data): Move expected results
51603         into structure for each rounding mode.
51604         (struct test_ff_f_data): Likewise.
51605         (struct test_ff_f_data_nexttoward): Likewise.
51606         (struct test_fi_f_data): Likewise.
51607         (struct test_fl_f_data): Likewise.
51608         (struct test_if_f_data): Likewise.
51609         (struct test_fff_f_data): Likewise.
51610         (struct test_c_f_data): Likewise.
51611         (struct test_f_f1_data): Likewise.
51612         (struct test_fF_f1_data): Likewise.
51613         (struct test_ffI_f1_data): Likewise.
51614         (struct test_c_c_data): Likewise.
51615         (struct test_cc_c_data): Likewise.
51616         (struct test_f_i_data): Likewise.
51617         (struct test_ff_i_data): Likewise.
51618         (struct test_f_l_data): Likewise.
51619         (struct test_f_L_data): Likewise.
51620         (struct test_fFF_11_data): Likewise.
51621         (RM_): New macro.
51622         (RM_FE_DOWNWARD): Likewise.
51623         (RM_FE_TONEAREST): Likewise.
51624         (RM_FE_TOWARDZERO): Likewise.
51625         (RM_FE_UPWARD): Likewise.
51626         (RUN_TEST_LOOP_f_f): Update references to expected results.
51627         (RUN_TEST_LOOP_2_f): Likewise.
51628         (RUN_TEST_LOOP_fff_f): Likewise.
51629         (RUN_TEST_LOOP_c_f): Likewise.
51630         (RUN_TEST_LOOP_f_f1): Likewise.
51631         (RUN_TEST_LOOP_fF_f1): Likewise.
51632         (RUN_TEST_LOOP_fI_f1): Likewise.
51633         (RUN_TEST_LOOP_ffI_f1): Likewise.
51634         (RUN_TEST_LOOP_c_c): Likewise.
51635         (RUN_TEST_LOOP_cc_c): Likewise.
51636         (RUN_TEST_LOOP_f_i): Likewise.
51637         (RUN_TEST_LOOP_f_i_tg): Likewise.
51638         (RUN_TEST_LOOP_ff_i_tg): Likewise.
51639         (RUN_TEST_LOOP_f_b): Likewise.
51640         (RUN_TEST_LOOP_f_b_tg): Likewise.
51641         (RUN_TEST_LOOP_f_l): Likewise.
51642         (RUN_TEST_LOOP_f_L): Likewise.
51643         (RUN_TEST_LOOP_fFF_11): Likewise.
51644         * math/gen-libm-test.pl (parse_args): Output four copies of
51645         expected results for each test.
51647         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
51648         (__ASSUME_UTIMES): Remove.
51649         * sysdeps/unix/sysv/linux/tile/kernel-features.h
51650         (__ASSUME_UTIMES): Likewise.
51652         * math/gen-auto-libm-tests.c: Update comment on output format.
51653         (output_for_one_input_case): Generate before-rounding and
51654         after-rounding information as conditions on output flags not
51655         floating-point format.
51656         * math/auto-libm-test-out: Regenerated.
51657         * math/gen-libm-test.pl (cond_value): New function.
51658         (or_cond_value): Use cond_value.
51659         (generate_testfile): Handle conditional exceptions.
51661 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
51663         * math/libm-test.inc (max_valid_error): New variable.
51664         (init_max_error): Take new argument specifying whether function
51665         results are exactly determined.  Set max_valid_error and bound
51666         other variables for errors based on this argument.
51667         (set_max_error): Do not record results above max_valid_error.
51668         (check_float_internal): Only accept errors of up to 0.5ulps if
51669         also at most max_valid_error.
51670         (START): Take new argument EXACT and pass it to init_max_error.
51671         (acos_test): Update call to START.
51672         (acos_test_tonearest): Likewise.
51673         (acos_test_towardzero): Likewise.
51674         (acos_test_downward): Likewise.
51675         (acos_test_upward): Likewise.
51676         (acosh_test): Likewise.
51677         (asin_test): Likewise.
51678         (asin_test_tonearest): Likewise.
51679         (asin_test_towardzero): Likewise.
51680         (asin_test_downward): Likewise.
51681         (asin_test_upward): Likewise.
51682         (asinh_test): Likewise.
51683         (atan_test): Likewise.
51684         (atanh_test): Likewise.
51685         (atan2_test): Likewise.
51686         (cabs_test): Likewise.
51687         (cacos_test): Likewise.
51688         (cacosh_test): Likewise.
51689         (carg_test): Likewise.
51690         (casin_test): Likewise.
51691         (casinh_test): Likewise.
51692         (catan_test): Likewise.
51693         (catanh_test): Likewise.
51694         (cbrt_test): Likewise.
51695         (ccos_test): Likewise.
51696         (ccosh_test): Likewise.
51697         (ceil_test): Likewise.
51698         (cexp_test): Likewise.
51699         (cimag_test): Likewise.
51700         (clog_test): Likewise.
51701         (clog10_test): Likewise.
51702         (conj_test): Likewise.
51703         (copysign_test): Likewise.
51704         (cos_test): Likewise.
51705         (cos_test_tonearest): Likewise.
51706         (cos_test_towardzero): Likewise.
51707         (cos_test_downward): Likewise.
51708         (cos_test_upward): Likewise.
51709         (cosh_test): Likewise.
51710         (cosh_test_tonearest): Likewise.
51711         (cosh_test_towardzero): Likewise.
51712         (cosh_test_downward): Likewise.
51713         (cosh_test_upward): Likewise.
51714         (cpow_test): Likewise.
51715         (cproj_test): Likewise.
51716         (creal_test): Likewise.
51717         (csin_test): Likewise.
51718         (csinh_test): Likewise.
51719         (csqrt_test): Likewise.
51720         (ctan_test): Likewise.
51721         (ctan_test_tonearest): Likewise.
51722         (ctan_test_towardzero): Likewise.
51723         (ctan_test_downward): Likewise.
51724         (ctan_test_upward): Likewise.
51725         (ctanh_test): Likewise.
51726         (ctanh_test_tonearest): Likewise.
51727         (ctanh_test_towardzero): Likewise.
51728         (ctanh_test_downward): Likewise.
51729         (ctanh_test_upward): Likewise.
51730         (erf_test): Likewise.
51731         (erfc_test): Likewise.
51732         (exp_test): Likewise.
51733         (exp_test_tonearest): Likewise.
51734         (exp_test_towardzero): Likewise.
51735         (exp_test_downward): Likewise.
51736         (exp_test_upward): Likewise.
51737         (exp10_test): Likewise.
51738         (exp10_test_tonearest): Likewise.
51739         (exp10_test_towardzero): Likewise.
51740         (exp10_test_downward): Likewise.
51741         (exp10_test_upward): Likewise.
51742         (pow10_test): Likewise.
51743         (exp2_test): Likewise.
51744         (expm1_test): Likewise.
51745         (expm1_test_tonearest): Likewise.
51746         (expm1_test_towardzero): Likewise.
51747         (expm1_test_downward): Likewise.
51748         (expm1_test_upward): Likewise.
51749         (fabs_test): Likewise.
51750         (fdim_test): Likewise.
51751         (floor_test): Likewise.
51752         (fma_test): Likewise.
51753         (fma_test_towardzero): Likewise.
51754         (fma_test_downward): Likewise.
51755         (fma_test_upward): Likewise.
51756         (fmax_test): Likewise.
51757         (fmin_test): Likewise.
51758         (fmod_test): Likewise.
51759         (fpclassify_test): Likewise.
51760         (frexp_test): Likewise.
51761         (hypot_test): Likewise.
51762         (ilogb_test): Likewise.
51763         (isfinite_test): Likewise.
51764         (finite_test): Likewise.
51765         (isgreater_test): Likewise.
51766         (isgreaterequal_test): Likewise.
51767         (isinf_test): Likewise.
51768         (isless_test): Likewise.
51769         (islessequal_test): Likewise.
51770         (islessgreater_test): Likewise.
51771         (isnan_test): Likewise.
51772         (isnormal_test): Likewise.
51773         (issignaling_test): Likewise.
51774         (isunordered_test): Likewise.
51775         (j0_test): Likewise.
51776         (j1_test): Likewise.
51777         (jn_test): Likewise.
51778         (ldexp_test): Likewise.
51779         (lgamma_test): Likewise.
51780         (gamma_test): Likewise.
51781         (lrint_test): Likewise.
51782         (lrint_test_tonearest): Likewise.
51783         (lrint_test_towardzero): Likewise.
51784         (lrint_test_downward): Likewise.
51785         (lrint_test_upward): Likewise.
51786         (llrint_test): Likewise.
51787         (llrint_test_tonearest): Likewise.
51788         (llrint_test_towardzero): Likewise.
51789         (llrint_test_downward): Likewise.
51790         (llrint_test_upward): Likewise.
51791         (log_test): Likewise.
51792         (log10_test): Likewise.
51793         (log1p_test): Likewise.
51794         (log2_test): Likewise.
51795         (logb_test): Likewise.
51796         (logb_test_downward): Likewise.
51797         (lround_test): Likewise.
51798         (llround_test): Likewise.
51799         (modf_test): Likewise.
51800         (nearbyint_test): Likewise.
51801         (nextafter_test): Likewise.
51802         (nexttoward_test): Likewise.
51803         (pow_test): Likewise.
51804         (pow_test_tonearest): Likewise.
51805         (pow_test_towardzero): Likewise.
51806         (pow_test_downward): Likewise.
51807         (pow_test_upward): Likewise.
51808         (remainder_test): Likewise.
51809         (drem_test): Likewise.
51810         (remainder_test_tonearest): Likewise.
51811         (drem_test_tonearest): Likewise.
51812         (remainder_test_towardzero): Likewise.
51813         (drem_test_towardzero): Likewise.
51814         (remainder_test_downward): Likewise.
51815         (drem_test_downward): Likewise.
51816         (remainder_test_upward): Likewise.
51817         (drem_test_upward): Likewise.
51818         (remquo_test): Likewise.
51819         (rint_test): Likewise.
51820         (rint_test_tonearest): Likewise.
51821         (rint_test_towardzero): Likewise.
51822         (rint_test_downward): Likewise.
51823         (rint_test_upward): Likewise.
51824         (round_test): Likewise.
51825         (scalb_test): Likewise.
51826         (scalbn_test): Likewise.
51827         (scalbln_test): Likewise.
51828         (signbit_test): Likewise.
51829         (sin_test): Likewise.
51830         (sin_test_tonearest): Likewise.
51831         (sin_test_towardzero): Likewise.
51832         (sin_test_downward): Likewise.
51833         (sin_test_upward): Likewise.
51834         (sincos_test): Likewise.
51835         (sinh_test): Likewise.
51836         (sinh_test_tonearest): Likewise.
51837         (sinh_test_towardzero): Likewise.
51838         (sinh_test_downward): Likewise.
51839         (sinh_test_upward): Likewise.
51840         (sqrt_test): Likewise.
51841         (sqrt_test_tonearest): Likewise.
51842         (sqrt_test_towardzero): Likewise.
51843         (sqrt_test_downward): Likewise.
51844         (sqrt_test_upward): Likewise.
51845         (tan_test): Likewise.
51846         (tan_test_tonearest): Likewise.
51847         (tan_test_towardzero): Likewise.
51848         (tan_test_downward): Likewise.
51849         (tan_test_upward): Likewise.
51850         (tanh_test): Likewise.
51851         (tgamma_test): Likewise.
51852         (trunc_test): Likewise.
51853         (y0_test): Likewise.
51854         (y1_test): Likewise.
51855         (yn_test): Likewise.
51856         (significand_test): Likewise.
51858         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
51859         individual tests in comment.
51860         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
51861         (prev_max_error): New variable.
51862         (prev_real_max_error): Likewise.
51863         (prev_imag_max_error): Likewise.
51864         (compare_ulp_data): Don't refer to test names in comment.
51865         (find_test_ulps): Remove function.
51866         (find_function_ulps): Likewise.
51867         (find_complex_function_ulps): Likewise.
51868         (init_max_error): Take function name as argument.  Look up ulps
51869         for that function.
51870         (print_ulps): Remove function.
51871         (print_max_error): Use prev_max_error instead of calling
51872         find_function_ulps.
51873         (print_complex_max_error): Use prev_real_max_error and
51874         prev_imag_max_error instead of calling find_complex_function_ulps.
51875         (check_float_internal): Take max_ulp parameter instead of calling
51876         find_test_ulps.  Don't call print_ulps.
51877         (check_float): Update call to check_float_internal.
51878         (check_complex): Update calls to check_float_internal.
51879         (START): Pass argument to init_max_error.
51880         * math/gen-libm-test.pl (%results): Don't include "kind"
51881         information.
51882         (parse_ulps): Don't handle ulps of individual tests.
51883         (print_ulps_file): Likewise.
51884         (output_ulps): Likewise.
51885         * math/README.libm-test: Update.
51886         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
51887         individual tests.
51888         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
51889         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
51890         * sysdeps/arm/libm-test-ulps: Likewise.
51891         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
51892         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
51893         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
51894         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
51895         * sysdeps/microblaze/libm-test-ulps: Likewise.
51896         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
51897         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
51898         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
51899         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
51900         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
51901         * sysdeps/sh/libm-test-ulps: Likewise.
51902         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
51903         * sysdeps/tile/libm-test-ulps: Likewise.
51904         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51906 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
51908         * math/libm-test.inc (print_complex_max_error): Check separately
51909         whether real and imaginary errors are within allowed range and
51910         pass 0 to print_complex_function_ulps instead of value within
51911         allowed range.
51913 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
51915         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
51916         formatting.
51917         (get_handles_fopen): Likewise.
51918         (do_write_test): Likewise.
51920         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
51922         * libio/fileops.c (do_ftell): Use cached offset when
51923         available.
51924         * libio/iofwide.c (do_ftell_wide): Likewise.
51925         * libio/iofdopen.c (_IO_new_fdopen): Don't use
51926         _IO_file_attach.
51927         * libio/wfileops.c (_IO_fwide): Don't cache offset.
51929         [BZ #16532]
51930         * libio/libioP.h (get_file_offset): New function.
51931         * libio/fileops.c (get_file_offset): Likewise.
51932         (do_ftell): Likewise.
51933         (_IO_new_file_seekoff): Split out ftell logic.
51934         * libio/wfileops.c (do_ftell_wide): Likewise.
51935         (_IO_wfile_seekoff): Split out ftell logic.
51936         * libio/tst-ftell-active-handler.c: New test case.
51937         * libio/Makefile (tests): Add it.
51939 2014-03-03  Roland McGrath  <roland@hack.frob.com>
51941         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
51942         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
51944 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
51946         [BZ #16639]
51947         * nscd/connections.c (nscd_init): Call do_exit.
51948         (start_threads): Call do_exit and notify_parent.
51949         (begin_drop_privileges): Call do_exit.
51950         (finish_drop_privileges): Likewise.
51951         * nscd/selinux.c (preserve_capabilities): Likewise.
51952         (install_real_capabilities): Likewise.
51953         (nscd_selinux_enabled): Likewise.
51954         (avc_create_thread): Likewise.
51955         (avc_alloc_lock): Likewise.
51956         (nscd_avc_init): Likewise.
51957         * nscd/nscd.c (parent_fd): New static variable.
51958         (main): Create a pipe between parent and child processes.
51959         Skip closing parent_fd.
51960         (monitor_child): New function.
51961         (do_exit): Likewise.
51962         (notify_parent): Likewise.
51963         * nscd/nscd.h (notify_parent): Likewise.
51964         (do_exit): Likewise.
51966 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
51968         * malloc/malloc.c (__libc_calloc): Revert last change.
51970 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51972         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
51974 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
51976         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
51977         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
51978         implementation.
51979         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
51980         (__libc_ifunc_impl_list): Likewise.
51981         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
51982         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
51983         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
51984         * string/strrchr.c: Define STRRCHR.
51986 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
51988         * benchtest/bench-strtok.c (simple_strtok): Delete.
51989         (strtok_string): Use as benchmark.
51990         * string/strtok (STRTOK): New macro.
51992 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
51994         * manual/threads.texi: Add header and standard comments to all
51995         functions.
51997         * elf/dl-lookup.c (check_match): New function.
51998         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
51999         (do_lookup_x): Remove nested function check_match. Use non-nested
52000         function check_match.
52002 2014-02-28  Roland McGrath  <roland@hack.frob.com>
52004         * csu/Makefile (generated, before-compile): Use += rather than =.
52005         * catgets/Makefile (generated, generated-dirs): Likewise.
52006         * debug/Makefile (generated): Likewise.
52007         * dlfcn/Makefile (generated): Likewise.
52008         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
52009         * iconvdata/Makefile (before-compile, generated): Likewise.
52010         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
52011         * libio/Makefile (generated): Likewise.
52012         * malloc/Makefile (generated): Likewise.
52013         * manual/Makefile (generated, generated-dirs): Likewise.
52014         * misc/Makefile (generated): Likewise.
52015         * posix/Makefile (generated): Likewise.
52016         * resolv/Makefile (generated): Likewise.
52017         * sunrpc/Makefile (generated, generated-dirs): Likewise.
52018         * timezone/Makefile (generated, generated-dirs): Likewise.
52020         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
52022 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52024         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
52025         power8 implementation.
52026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
52027         file: POWER8 llround ifunc implementation.
52028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
52029         (__lllround): Add POWER8 implementation.
52030         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
52031         POWER8 llround implementation.
52033         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
52034         power8 implementation.
52035         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
52036         file: POWER8 llrint ifunc implementation.
52037         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
52038         Add POWER8 implementation.
52039         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
52040         POWER8 llrint implementation.
52042         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
52043         power8 implementation.
52044         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
52045         file: POWER8 finite ifunc implementation.
52046         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
52047         Add POWER8 implementation.
52048         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
52049         Likewise.
52050         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
52051         POWER8 finite implementation.
52052         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
52054         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
52055         power8 implementation.
52056         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
52057         file: POWER8 isinf ifunc implementation.
52058         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
52059         POWER8 implementation.
52060         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
52061         Likewise.
52062         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
52063         isinf implementation.
52064         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
52066         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
52067         (INIT_ARCH): Add hwcap2 initialization.
52068         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
52069         power8 implementation.
52070         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
52071         file: POWER8 isnan ifunc implementation.
52072         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
52073         POWER8 implementation.
52074         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
52075         Likewise.
52076         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
52077         isnan implementation.
52078         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
52080 2014-02-27  Joey Ye  <joey.ye@arm.com>
52082         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
52083         (_FP_NANFRAC_Q): Set to zero.
52085 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
52087         [BZ #16623]
52088         * math/auto-libm-test-in: New test inputs.
52089         * math/auto-libm-test-out: Regenerate.
52090         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
52091         and DA.
52092         (__cos): Likewise.
52093         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
52095 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
52097         * scripts/evaluate-test.sh: Take new argument indicating whether
52098         failure is expected.
52099         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
52100         indicating whether failure is expected.
52101         * conform/Makefile (test-xfail-run-conformtest): New variable.
52102         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
52103         level.
52104         * posix/Makefile (test-xfail-annexc): New variable.
52105         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
52107 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
52109         * argp/Makefile: Include Makeconfig immediately after defining
52110         subdir.
52111         * assert/Makefile: Likewise.
52112         * benchtests/Makefile: Likewise.
52113         * catgets/Makefile: Likewise.
52114         * conform/Makefile: Likewise.
52115         * crypt/Makefile: Likewise.
52116         * csu/Makefile: Likewise.
52117         (all): Remove target.
52118         * ctype/Makefile: Include Makeconfig immediately after defining
52119         subdir.
52120         * debug/Makefile: Likewise.
52121         * dirent/Makefile: Likewise.
52122         * dlfcn/Makefile: Likewise.
52123         * gmon/Makefile: Likewise.
52124         * gnulib/Makefile: Likewise.
52125         * grp/Makefile: Likewise.
52126         * gshadow/Makefile: Likewise.
52127         * hesiod/Makefile: Likewise.
52128         * hurd/Makefile: Likewise.
52129         (all): Remove target.
52130         * iconvdata/Makefile: Include Makeconfig immediately after
52131         defining subdir.
52132         * inet/Makefile: Likewise.
52133         * intl/Makefile: Likewise.
52134         * io/Makefile: Likewise.
52135         * libio/Makefile: Likewise.
52136         (all): Remove target.
52137         * locale/Makefile: Include Makeconfig immediately after defining
52138         subdir.
52139         * login/Makefile: Likewise.
52140         * mach/Makefile: Likewise.
52141         (all): Remove target.
52142         * malloc/Makefile: Include Makeconfig immediately after defining
52143         subdir.
52144         (all): Remove target.
52145         * manual/Makefile: Include Makeconfig immediately after defining
52146         subdir.
52147         * math/Makefile: Likewise.
52148         * misc/Makefile: Likewise.
52149         * nis/Makefile: Likewise.
52150         * nss/Makefile: Likewise.
52151         * po/Makefile: Likewise.
52152         (all): Remove target.
52153         * posix/Makefile: Include Makeconfig immediately after defining
52154         subdir.
52155         * pwd/Makefile: Likewise.
52156         * resolv/Makefile: Likewise.
52157         * resource/Makefile: Likewise.
52158         * rt/Makefile: Likewise.
52159         * setjmp/Makefile: Likewise.
52160         * shadow/Makefile: Likewise.
52161         * signal/Makefile: Likewise.
52162         * socket/Makefile: Likewise.
52163         * soft-fp/Makefile: Likewise.
52164         * stdio-common/Makefile: Likewise.
52165         * stdlib/Makefile: Likewise.
52166         * streams/Makefile: Likewise.
52167         * string/Makefile: Likewise.
52168         * sunrpc/Makefile: Likewise.
52169         (all): Remove target.
52170         * sysvipc/Makefile: Include Makeconfig immediately after defining
52171         subdir.
52172         * termios/Makefile: Likewise.
52173         * time/Makefile: Likewise.
52174         * timezone/Makefile: Likewise.
52175         (all): Remove target.
52176         * wcsmbs/Makefile: Include Makeconfig immediately after defining
52177         subdir.
52178         * wctype/Makefile: Likewise.
52180 2014-02-26  Steve Ellcey  <sellcey@mips.com>
52182         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
52183         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
52184         (libc_feholdexcept_setround_mips): Ditto.
52185         (libc_feholdsetround): New.
52186         (libc_feholdsetroundf): New.
52187         (libc_feholdsetroundl): New.
52188         (libc_feupdateenv_test_mips): New.
52189         (libc_feupdateenv_test): New.
52190         (libc_feupdateenv_testf): New.
52191         (libc_feupdateenv_testl): New.
52192         (libc_feresetround): New.
52193         (libc_feresetroundf): New.
52194         (libc_feresetroundl): New.
52195         (libc_fetestexcept_mips): New.
52196         (libc_fetestexcept): New.
52197         (libc_fetestexceptf): New.
52198         (libc_fetestexceptl): New.
52199         (HAVE_RM_CTX): New.
52200         (libc_feholdexcept_setround_mips_ctx): New.
52201         (libc_feholdexcept_setround_ctx): New.
52202         (libc_feholdexcept_setroundf_ctx): New.
52203         (libc_feholdexcept_setroundl_ctx): New.
52204         (libc_fesetenv_mips_ctx): New.
52205         (libc_fesetenv_ctx): New.
52206         (libc_fesetenv_ctxf): New.
52207         (libc_fesetenv_ctxl): New.
52208         (libc_feupdateenv_mips_ctx): New.
52209         (libc_feupdateenv_ctx): New.
52210         (libc_feupdateenvf_ctx): New.
52211         (libc_feupdateenvl_ctx): New.
52212         (libc_feholdsetround_mips_ctx): New.
52213         (libc_feholdsetround_ctx): New.
52214         (libc_feholdsetroundf_ctx): New.
52215         (libc_feholdsetroundl_ctx): New.
52216         (libc_feresetround_mips_ctx): New.
52217         (libc_feresetround_ctx): New.
52218         (libc_feresetroundf_ctx): New.
52219         (libc_feresetroundl_ctx): New.
52221 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
52223         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
52225         * manual/ipc.texi: New file.
52226         * manual/Makefile (chapters): Add ipc.
52227         * manual/job.texi: Add "Inter-Process Communication" to next.
52228         * manual/process.texi: Add "Inter-Process Communication" to prev.
52230 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52232         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
52234 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
52236         * malloc/malloc.c (__libc_calloc): Simplify implementation.
52238         * manual/arith.texi: Fix spaces after sentences.
52239         * manual/charset.texi: Likewise.
52240         * manual/errno.texi: Likewise.
52241         * manual/install.texi: Likewise.
52242         * manual/llio.texi: Likewise.
52243         * manual/locale.texi: Likewise.
52244         * manual/maint.texi: Likewise.
52245         * manual/math.texi: Likewise.
52246         * manual/memory.texi: Likewise.
52247         * manual/message.texi: Likewise.
52248         * manual/probes.texi: Likewise.
52249         * manual/resource.texi: Likewise.
52250         * manual/signal.texi: Likewise.
52251         * manual/socket.texi: Likewise.
52252         * manual/stdio.texi: Likewise.
52253         * manual/string.texi: Likewise.
52254         * manual/time.texi: Likewise.
52255         * manual/users.texi: Likewise.
52257 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
52259         [BZ #16632]
52260         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
52261         _DEFAULT_SOURCE is defined.
52263 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
52264             Carlos O'Donell  <carlos@redhat.com>
52266         [BZ #16613]
52267         * elf/dl-tls.c (_dl_count_modids): New function.
52268         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
52269         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
52270         audit library and increment generation counter.
52271         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
52272         * elf/tst-audit9.c: New file.
52273         * elf/tst-auditmod9a.c: New file.
52274         * elf/tst-auditmod9b.c: New file.
52275         * elf/Makefile: Add rules to build and run tst-audit9.
52277 2014-02-25  Florian Weimer  <fweimer@redhat.com>
52279         [BZ #15347]
52280         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
52282 2014-02-25  Will Newton  <will.newton@linaro.org>
52284         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
52285         (__longjmp): Restore sp and lr before restoring callee
52286         saved registers.  Add longjmp and longjmp_target
52287         SystemTap probe point.
52288         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
52289         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
52290         Define to zero to match jmpbuf layout.
52291         * sysdeps/arm/setjmp.S: Include stap-probe.h.
52292         (__sigsetjmp): Save sp and lr before saving callee
52293         saved registers.  Add setjmp SystemTap probe point.
52295 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
52297         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
52299 2014-02-24  Andreas Schwab  <schwab@suse.de>
52301         [BZ #15804]
52302         * elf/pldd.c (wait_for_ptrace_stop): New function.
52303         (main): Call it after attaching.
52305 2014-02-22  Roland McGrath  <roland@hack.frob.com>
52307         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
52308         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
52309         Versions files is now verboten.
52310         * hurd/Versions (libc: GLIBC_2.0):
52311         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
52312         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
52313         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
52314         * mach/Versions: Likewise.
52316         * csu/Versions: Remove unused %include.
52317         * resolv/Versions: Likewise.
52319 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
52321         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
52322         ($(objpfx)check-local-headers.out): Likewise.
52323         ($(objpfx)begin-end-check.out): Likewise.
52324         * Makerules (check-abi-%.out): Likewise.
52325         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
52326         ($(objpfx)test2.cat): Likewise.
52327         ($(objpfx)de/libc.cat): Likewise.
52328         ($(objpfx)test-gencat.out): Likewise.
52329         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
52330         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
52331         ($(objpfx)noload-mem): Likewise.
52332         ($(objpfx)tst-pathopt.out): Likewise.
52333         ($(objpfx)tst-rtld-load-self.out): Likewise.
52334         ($(objpfx)tst-array1-cmp.out): Likewise.
52335         ($(objpfx)tst-array1-static-cmp.out): Likewise.
52336         ($(objpfx)tst-array2-cmp.out): Likewise.
52337         ($(objpfx)tst-array3-cmp.out): Likewise.
52338         ($(objpfx)tst-array4-cmp.out): Likewise.
52339         ($(objpfx)tst-array5-cmp.out): Likewise.
52340         ($(objpfx)tst-array5-static-cmp.out): Likewise.
52341         ($(objpfx)check-textrel.out): Likewise.
52342         ($(objpfx)check-execstack.out): Likewise.
52343         ($(objpfx)check-localplt.out): Likewise.
52344         ($(objpfx)order2-cmp.out): Likewise.
52345         ($(objpfx)tst-leaks1-mem): Likewise.
52346         ($(objpfx)tst-leaks1-static-mem): Likewise.
52347         ($(objpfx)tst-initorder-cmp.out): Likewise.
52348         ($(objpfx)tst-initorder2-cmp.out): Likewise.
52349         ($(objpfx)tst-unused-dep.out): Likewise.
52350         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
52351         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
52352         * iconv/Makefile (test-iconvconfig): Likewise.
52353         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
52354         ($(objpfx)iconv-test.out): Likewise.
52355         ($(objpfx)tst-tables.out): Likewise.
52356         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
52357         ($(objpfx)tst-gettext.out): Likewise.
52358         ($(objpfx)tst-translit.out): Likewise.
52359         ($(objpfx)tst-gettext2.out): Likewise.
52360         ($(objpfx)tst-gettext4.out): Likewise.
52361         ($(objpfx)tst-gettext6.out): Likewise.
52362         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
52363         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
52364         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
52365         ($(objpfx)tst-fopenloc-mem.out): Likewise.
52366         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
52367         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
52368         * posix/Makefile ($(objpfx)globtest.out): Likewise.
52369         ($(objpfx)wordexp-tst.out): Likewise.
52370         ($(objpfx)annexc.out): Likewise.
52371         ($(objpfx)tst-fnmatch-mem): Likewise.
52372         ($(objpfx)bug-regex2-mem): Likewise.
52373         ($(objpfx)bug-regex14-mem): Likewise.
52374         ($(objpfx)bug-regex21-mem): Likewise.
52375         ($(objpfx)bug-regex31-mem): Likewise.
52376         ($(objpfx)tst-vfork3-mem): Likewise.
52377         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
52378         ($(objpfx)tst-pcre-mem): Likewise.
52379         ($(objpfx)tst-boost-mem): Likewise.
52380         ($(objpfx)tst-getconf.out): Likewise.
52381         ($(objpfx)bug-ga2-mem): Likewise.
52382         ($(objpfx)bug-glob2-mem): Likewise.
52383         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
52384         ($(objpfx)mtrace-tst-leaks2): Likewise.
52385         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
52386         ($(objpfx)tst-printf.out): Likewise.
52387         ($(objpfx)tst-setvbuf1.out): Likewise.
52388         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
52389         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
52390         ($(objpfx)tst-fmtmsg.out): Likewise.
52391         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
52392         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
52394         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
52395         * bits/sigaction.h [__USE_MISC]: Likewise.
52396         * bits/waitstatus.h: Update #endif comments.
52397         * ctype/ctype.h: Likewise.
52398         * dirent/dirent.h: Likewise.
52399         [__USE_MISC]: Remove redundant conditionals.
52400         * grp/grp.h: Update #endif comments.
52401         [__USE_GNU]: Remove redundant conditionals.
52402         [__USE_MISC]: Likewise.
52403         * inet/netinet/in.h [__USE_GNU]: Likewise.
52404         * io/sys/stat.h [__USE_MISC]: Likewise.
52405         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
52406         * libio/bits/stdio.h: Update #endif comments.
52407         [__USE_MISC]: Remove redundant conditionals.
52408         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
52409         * libio/stdio.h: Update #endif comments.
52410         [__USE_MISC]: Remove redundant conditionals.
52411         * math/bits/math-finite.h [__USE_MISC]: Likewise.
52412         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
52413         * math/math.h: Update #else and #endif comments.
52414         [__USE_MISC]: Remove redundant conditionals.
52415         * misc/sys/uio.h: Update #endif comments.
52416         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
52417         * posix/glob.h [__USE_MISC]: Likewise.
52418         * posix/sys/types.h: Update #endif comments.
52419         [__USE_MISC]: Remove redundant conditionals.
52420         * posix/sys/wait.h: Update #endif comments.
52421         [__USE_MISC]: Remove redundant conditionals.
52422         * posix/unistd.h: Update #endif comments.
52423         [__USE_MISC]: Remove redundant conditionals.
52424         * pwd/pwd.h [__USE_GNU]: Likewise.
52425         [__USE_MISC]: Likewise.
52426         * resolv/netdb.h [__USE_GNU]: Likewise.
52427         * signal/signal.h: Update #endif comments.
52428         [__USE_MISC]: Remove redundant conditionals.
52429         * stdlib/stdlib.h: Update #else and #endif comments.
52430         [__USE_MISC]: Remove redundant conditionals.
52431         [__USE_GNU]: Likewise.
52432         * string/bits/string2.h [__USE_MISC]: Likewise.
52433         * string/string.h: Update #endif comments.
52434         [__USE_MISC]: Remove redundant conditionals.
52435         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
52436         Likewise.
52437         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
52438         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
52439         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
52440         Likewise.
52441         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
52442         Likewise.
52443         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
52444         comments.
52445         [__USE_MISC]: Remove redundant conditionals.
52446         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
52447         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
52448         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
52449         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
52450         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
52451         Likewise.
52452         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
52453         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
52454         Likewise.
52455         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
52456         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
52457         Likewise.
52458         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
52459         Likewise.
52460         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
52461         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
52462         Likewise.
52463         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
52464         Likewise.
52465         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
52466         * sysdeps/x86/bits/string.h: Update #endif comments.
52467         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
52468         conditionals.
52469         * time/sys/time.h: Update #endif comments.
52470         * time/time.h: Likewise.
52471         [__USE_MISC]: Remove redundant conditionals.
52473 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
52475         [BZ #16600]
52476         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
52478 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
52480         * Versions.def (librt): Add GLIBC_2.17.
52482 2014-02-21  Adam Conrad  <adconrad@0c3.net>
52484         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
52485         synonym for _SYS_AUXV_H to allow direct inclusion.
52486         * sysdeps/sparc/bits/hwcap.h: Likewise.
52487         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
52488         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
52489         * sysdeps/sparc/sysdep.h: Likewise.
52491 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
52493         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
52495 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
52497         * benchtests/bench-strrchr.c: Print length instead of position.
52499 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
52501         [BZ #16611]
52502         * sysdeps/unix/sysv/linux/kernel-features.h
52503         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
52504         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
52505         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
52506         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
52507         Likewise.
52508         [__i386__ || __powerpc__ || __sh__ || __sparc__]
52509         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
52510         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
52511         (__ASSUME_SENDMMSG): Define instead of using previous
52512         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
52513         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
52514         (__ASSUME_SENDMMSG_SYSCALL): Define.
52515         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
52516         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
52517         Likewise.
52518         * sysdeps/unix/sysv/linux/arm/kernel-features.h
52519         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
52520         Likewise.
52521         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
52522         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
52523         Likewise.
52524         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
52525         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
52526         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
52527         [__ASSUME_SENDMMSG]: Change conditionals to
52528         [__ASSUME_SENDMMSG_SOCKETCALL].
52529         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
52530         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
52531         Define.
52532         * sysdeps/unix/sysv/linux/mips/kernel-features.h
52533         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
52534         Likewise.
52535         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
52536         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
52537         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
52538         [!__ASSUME_SENDMMSG]: Change conditional to
52539         [!__ASSUME_SENDMMSG_SOCKETCALL].
52540         * sysdeps/unix/sysv/linux/tile/kernel-features.h
52541         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
52542         Define.
52544         [BZ #16610]
52545         * sysdeps/unix/sysv/linux/kernel-features.h
52546         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
52547         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
52548         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
52549         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
52550         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
52551         [__i386__ || __sparc__]
52552         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
52553         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
52554         (__ASSUME_RECVMMSG): Define instead of using previous
52555         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
52556         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
52557         (__ASSUME_RECVMMSG_SYSCALL): Define.
52558         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
52559         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
52560         Likewise.
52561         * sysdeps/unix/sysv/linux/arm/kernel-features.h
52562         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
52563         Likewise.
52564         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
52565         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
52566         Likewise.
52567         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
52568         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
52569         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
52570         [__ASSUME_RECVMMSG]: Change condition to
52571         [__ASSUME_RECVMMSG_SOCKETCALL].
52572         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
52573         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
52574         Define.
52575         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
52576         * sysdeps/unix/sysv/linux/mips/kernel-features.h
52577         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
52578         Likewise.
52579         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
52580         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
52581         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
52582         [!__ASSUME_RECVMMSG]: Change condition to
52583         [!__ASSUME_RECVMMSG_SOCKETCALL].
52584         * sysdeps/unix/sysv/linux/tile/kernel-features.h
52585         (__ASSUME_RECVMMSG_SYSCALL): Define.
52587         [BZ #16609]
52588         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
52589         __powerpc__ || __s390__ || __sh__ || __sparc__]
52590         (__ASSUME_SOCKETCALL): Define.
52591         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
52592         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
52593         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
52594         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
52595         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
52596         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
52597         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
52598         (__ASSUME_ACCEPT4): Define instead of using previous
52599         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
52600         __powerpc__ || __sparc__ || __s390__)] condition.
52601         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
52602         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
52603         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
52604         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
52605         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
52606         [!__ASSUME_ACCEPT4]: Change condition to
52607         [!__ASSUME_ACCEPT4_SOCKETCALL].
52608         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
52609         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
52610         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
52611         * sysdeps/unix/sysv/linux/arm/kernel-features.h
52612         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
52613         __ASSUME_ACCEPT4_SYSCALL.
52614         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
52615         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
52616         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
52617         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
52618         __ASSUME_ACCEPT4_SYSCALL.
52619         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
52620         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
52621         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
52622         [__ASSUME_ACCEPT4]: Change condition to
52623         [__ASSUME_ACCEPT4_SOCKETCALL].
52624         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
52625         (__ASSUME_SOCKETCALL): Define.
52626         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
52627         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
52628         (__ASSUME_SOCKETCALL): Define.
52629         (__ASSUME_ACCEPT4): Remove.
52630         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
52631         Define.
52632         * sysdeps/unix/sysv/linux/mips/kernel-features.h
52633         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
52634         Likewise.
52635         * sysdeps/unix/sysv/linux/tile/kernel-features.h
52636         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
52638         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
52639         macro.
52640         (HWCAP_ARM_LPAE): Likewise.
52641         (HWCAP_ARM_EVTSTRM): Likewise.
52642         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
52643         Add vpfd32, lpae and evtstrm.
52644         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
52645         Increase to 22.
52647 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
52649         * math/auto-libm-test-in: Add tests of clog10.
52650         * math/auto-libm-test-out: Regenerated.
52651         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
52652         * sysdeps/i386/fpu/libm-test-ulps: Update.
52653         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52655 2014-02-18  Andreas Schwab  <schwab@suse.de>
52657         [BZ #16574]
52658         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
52659         Store non-zero if the second buffer was newly allocated.
52660         (send_dg): Likewise.
52661         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
52662         to send_vc and send_dg.
52663         (res_nsend): Pass NULL for ansp2_malloced.
52664         * resolv/res_query.c (__libc_res_nquery): Add parameter
52665         answerp2_malloced and pass it down to __libc_res_nsend.
52666         (res_nquery): Pass additional NULL to __libc_res_nquery.
52667         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
52668         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
52669         second answer buffer if answerp2_malloced was set.
52670         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
52671         (__libc_res_nquerydomain): Add parameter
52672         answerp2_malloced and pass it down to __libc_res_nquery.
52673         (res_nquerydomain): Pass additional NULL to
52674         __libc_res_nquerydomain.
52675         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
52676         additional NULL to __libc_res_nsend and __libc_res_nquery.
52677         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
52678         additional NULL to __libc_res_nsearch.
52679         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
52680         parameter of __libc_res_nsearch to check for separately allocated
52681         second buffer.
52682         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
52683         __libc_res_nquery.
52684         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
52685         additional NULL to __libc_res_nquery.
52686         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
52687         __libc_res_nsearch.
52688         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
52689         * include/resolv.h: Update prototypes of __libc_res_nquery,
52690         __libc_res_nsearch, __libc_res_nsend.
52692 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
52694         * math/auto-libm-test-in: Add tests of fma.
52695         * math/auto-libm-test-out: Regenerated.
52696         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
52697         (fma_towardzero_test_data): Likewise.
52698         (fma_downward_test_data): Likewise.
52699         (fma_upward_test_data): Likewise.
52700         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
52701         mpc_mode.
52702         (rounding_modes): Add values for new field.
52703         (func_calc_method): Add value mpfr_fff_f.
52704         (func_calc_desc): Add mpfr_fff_f union field.
52705         (test_function): Add field exact_args.
52706         (FUNC): Add macro argument EXACT_ARGS.
52707         (FUNC_mpfr_f_f): Update call to FUNC.
52708         (FUNC_mpfr_f_f): Likewise.
52709         (FUNC_mpfr_ff_f): Likewise.
52710         (FUNC_mpfr_if_f): Likewise.
52711         (FUNC_mpc_c_f): Likewise.
52712         (FUNC_mpc_c_c): Likewise.
52713         (test_functions): Add fma.  Update calls to FUNC.
52714         (handle_input_arg): Add argument exact_args.
52715         (add_test): Update call to handle_input_arg.
52716         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
52717         (output_for_one_input_case): Update call to calc_generic_results.
52718         Recalculate exact zero results in each rounding mode.
52720         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
52721         non-negative before setting low bit.
52722         * math/auto-libm-test-in: Mark one asin test possibly having
52723         spurious underflow.
52724         * math/auto-libm-test-out: Regenerated.
52725         * sysdeps/i386/fpu/libm-test-ulps: Update.
52726         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52728 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
52730         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
52731         * sysdeps/unix/sysv/linux/microblaze: Move directory from
52732         ports/sysdeps/unix/sysv/linux/microblaze.
52733         * README: Add missing listing for microblaze*-*-linux-gnu.
52735 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
52737         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
52738         duplicate code
52740 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
52742         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
52743         * sysdeps/unix/sysv/linux/ia64: Move directory from
52744         ports/sysdeps/unix/sysv/linux/ia64.
52745         * README: Update listing for ia64-*-linux-gnu.
52747 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
52748             Joseph Myers  <joseph@codesourcery.com>
52750         * Makeconfig (test-name): New variable.
52751         (evaluate-test): Likewise.
52752         * Makerules (do-test-clean): Remove .test-result files.
52753         (common-mostlyclean): Likewise.
52754         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
52755         * scripts/evaluate-test.sh: New file.
52757 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
52759         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
52760         separate $(objpfx)tst-fopenloc-cmp.out and
52761         $(objpfx)tst-fopenloc-mem.out targets.
52762         (tests): Update dependencies.
52763         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
52764         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
52765         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
52766         (tst-rxspencer-no-utf8-ARGS): New variable.
52767         (tst-rxspencer-no-utf8-ENV): Likewise.
52768         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
52769         instead of $(objpfx)tst-rxspencer-mem.
52770         ($(objpfx)tst-rxspencer-mem): Change target to
52771         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
52772         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
52773         * posix/tst-rxspencer-no-utf8.c: New file.
52775         * elf/Makefile ($(objpfx)order.out): Remove rule.
52776         [$(run-built-tests) = yes] (tests): Depend on
52777         $(objpfx)order-cmp.out.
52778         ($(objpfx)order-cmp.out): New rule.
52779         [$(run-built-tests) = yes] (tests): Depend on
52780         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
52781         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
52782         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
52783         $(objpfx)tst-array5-static-cmp.out.
52784         ($(objpfx)tst-array1.out): Remove rule.
52785         ($(objpfx)tst-array1-cmp.out): New rule.
52786         ($(objpfx)tst-array1-static.out): Remove rule.
52787         ($(objpfx)tst-array1-static-cmp.out): New rule.
52788         ($(objpfx)tst-array2.out): Remove rule.
52789         ($(objpfx)tst-array2-cmp.out): New rule.
52790         ($(objpfx)tst-array3.out): Remove rule.
52791         ($(objpfx)tst-array3-cmp.out): New rule.
52792         ($(objpfx)tst-array4.out): Remove rule.
52793         ($(objpfx)tst-array4-cmp.out): New rule.
52794         ($(objpfx)tst-array5.out): Remove rule.
52795         ($(objpfx)tst-array5-cmp.out): New rule.
52796         ($(objpfx)tst-array5-static.out): Remove rule.
52797         ($(objpfx)tst-array5-static-cmp.out): New rule.
52798         [$(run-built-tests) = yes] (tests): Depend on
52799         $(objpfx)order2-cmp.out.
52800         ($(objpfx)order2.out): Remove rule.
52801         ($(objpfx)order2-cmp.out): New rule.
52802         ($(objpfx)tst-initorder.out): Remove rule.
52803         [$(run-built-tests) = yes] (tests): Depend on
52804         $(objpfx)tst-initorder-cmp.out.
52805         ($(objpfx)tst-initorder-cmp.out): New rule.
52806         ($(objpfx)tst-initorder2.out): Remove rule.
52807         [$(run-built-tests) = yes] (tests): Depend on
52808         $(objpfx)tst-initorder2-cmp.out.
52809         ($(objpfx)tst-initorder2-cmp.out): New rule.
52810         [$(run-built-tests) = yes] (tests): Depend on
52811         $(objpfx)tst-unused-dep-cmp.out.
52812         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
52813         ($(objpfx)tst-unused-dep-cmp.out): New rule.
52814         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
52815         on $(objpfx)tst-setvbuf1-cmp.out.
52816         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
52817         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
52818         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
52819         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
52820         ($(objpfx)tst-svc.out): Remove rule.
52821         ($(objpfx)tst-svc-cmp.out): New rule.
52823 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
52825         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
52826         * ctype/ctype.h [__USE_MISC]: Likewise.
52827         * dirent/dirent.h [__USE_MISC]: Likewise.
52828         * grp/grp.h [__USE_MISC]: Likewise.
52829         * io/fcntl.h [__USE_MISC]: Likewise.
52830         * io/sys/stat.h [__USE_MISC]: Likewise.
52831         * libio/stdio.h [__USE_MISC]: Likewise.
52832         * posix/unistd.h [__USE_MISC]: Likewise.
52833         * pwd/pwd.h [__USE_MISC]: Likewise.
52834         * stdlib.h [__USE_MISC]: Likewise.
52835         * string/bits/string2.h [__USE_MISC]: Likewise.
52836         * string/string.h [__USE_MISC]: Likewise.
52837         * time/time.h [__USE_MISC]: Likewise.
52839 2014-02-13  Andreas Schwab  <schwab@suse.de>
52841         [BZ #16574]
52842         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
52843         second answer buffer if it was separately allocated.
52845 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
52847         * sysdeps/mips/math-tests.h: Include <features.h>.
52848         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
52849         (ROUNDING_TESTS_long_double): Do not define.
52850         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
52851         (EXCEPTION_TESTS_long_double): Likewise.
52852         * sysdeps/mips/mips64/libm-test-ulps: Update.
52854         * include/features.h (__USE_BSD): Remove macro definitions.
52855         (__USE_SVID): Likewise.
52856         (_BSD_SOURCE): Likewise.
52857         (_SVID_SOURCE): Likewise.
52858         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
52859         from definition of _DEFAULT_SOURCE.
52860         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
52861         [_DEFAULT_SOURCE].
52862         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
52863         * bits/mman.h [__USE_BSD]: Likewise.
52864         * bits/termios.h [__USE_BSD]: Likewise.
52865         * bits/waitstatus.h [__USE_BSD]: Likewise.
52866         * ctype/ctype.h [__USE_SVID]: Likewise.
52867         * dirent/dirent.h [__USE_BSD]: Likewise.
52868         * grp/grp.h [__USE_SVID]: Likewise.
52869         [__USE_BSD]: Likewise.
52870         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
52871         * io/fcntl.h [__USE_BSD]: Likewise.
52872         * io/ftw.h [__USE_BSD]: Likewise.
52873         * io/sys/stat.h [__USE_BSD]: Likewise.
52874         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
52875         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
52876         * libio/stdio.h [__USE_SVID]: Likewise.
52877         [__USE_BSD]: Likewise.
52878         * math/math.h [__USE_SVID]: Likewise.
52879         [__USE_BSD]: Likewise.
52880         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
52881         * misc/bits/syslog.h [__USE_BSD]: Likewise.
52882         * misc/search.h [__USE_SVID]: Likewise.
52883         * misc/sys/mman.h [__USE_BSD]: Likewise.
52884         * misc/sys/syslog.h [__USE_BSD]: Likewise.
52885         * misc/sys/uio.h [__USE_BSD]: Likewise.
52886         * posix/bits/unistd.h [__USE_BSD]: Likewise.
52887         * posix/glob.h [__USE_BSD]: Likewise.
52888         * posix/regex.h [__USE_BSD]: Likewise.
52889         * posix/sys/types.h [__USE_BSD]: Likewise.
52890         [__USE_SVID]: Likewise.
52891         * posix/sys/utsname.h [__USE_SVID]: Likewise.
52892         * posix/sys/wait.h [__USE_BSD]: Likewise.
52893         [__USE_SVID]: Likewise.
52894         * posix/unistd.h [__USE_BSD]: Likewise.
52895         [__USE_SVID]: Likewise.
52896         * pwd/pwd.h [__USE_SVID]: Likewise.
52897         * resolv/netdb.h [__USE_BSD]: Likewise.
52898         * setjmp/setjmp.h [__USE_BSD]: Likewise.
52899         * signal/signal.h [__USE_BSD]: Likewise.
52900         [__USE_SVID]: Likewise.
52901         * socket/sys/socket.h [__USE_BSD]: Likewise.
52902         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
52903         * stdlib/stdlib.h [__USE_BSD]: Likewise.
52904         [__USE_SVID]: Likewise.
52905         * string/bits/string2.h [__USE_BSD]: Likewise.
52906         [__USE_SVID]: Likewise.
52907         * string/bits/string3.h [__USE_BSD]: Likewise.
52908         * string/endian.h [__USE_BSD]: Likewise.
52909         * string/string.h [__USE_SVID]: Likewise.
52910         [__USE_BSD]: Likewise.
52911         * string/strings.h [__USE_BSD]: Likewise.
52912         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
52913         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
52914         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
52915         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
52916         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
52917         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
52918         Likewise.
52919         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
52920         Likewise.
52921         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
52922         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
52923         Likewise.
52924         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
52925         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
52926         Likewise.
52927         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
52928         Likewise.
52929         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
52930         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
52931         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
52932         Likewise.
52933         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
52934         Likewise.
52935         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
52936         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
52937         * termios/termios.h [__USE_BSD]: Likewise.
52938         * time/sys/time.h [__USE_BSD]: Likewise.
52939         * time/time.h [__USE_BSD]: Likewise.
52940         [__USE_SVID]: Likewise.
52942         * Makefile (subdir_targets): Remove subdir_lint.out.
52944         * stdio-common/Makefile (do-tst-unbputc): Remove target.
52945         (do-tst-printf): Likewise.
52946         (tests): Depend directly on $(objpfx)tst-unbputc.out and
52947         $(objpfx)tst-printf.out.
52949         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
52951         * Makerules (check-abi-%): Change target to
52952         $(objpfx)check-abi-%.out.
52953         (check-abi target): Update dependencies.
52954         (check-abi-pattern variable): Redirect output of diff to $@.
52955         (check-abi variable): Likewise.
52956         * elf/Makefile (check-abi): Update dependencies.
52958         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
52959         unused.
52960         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
52961         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
52962         subnormal range.
52963         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
52964         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
52965         value has largest subnormal exponent.
52966         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
52967         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
52968         * sysdeps/aarch64/soft-fp/sfp-machine.h
52969         (_FP_TININESS_AFTER_ROUNDING): New macro.
52970         * sysdeps/alpha/soft-fp/sfp-machine.h
52971         (_FP_TININESS_AFTER_ROUNDING): Likewise.
52972         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
52973         Likewise.
52974         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
52975         (_FP_TININESS_AFTER_ROUNDING): Likewise.
52976         * sysdeps/mips/soft-fp/sfp-machine.h
52977         (_FP_TININESS_AFTER_ROUNDING): Likewise.
52978         * sysdeps/powerpc/soft-fp/sfp-machine.h
52979         (_FP_TININESS_AFTER_ROUNDING): Likewise.
52980         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
52981         Likewise.
52982         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
52983         (_FP_TININESS_AFTER_ROUNDING): Likewise.
52984         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
52985         (_FP_TININESS_AFTER_ROUNDING): Likewise.
52986         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
52987         Likewise.
52989 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
52991         [BZ #16545]
52992         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
52993         model 1.
52995 2014-02-12  Richard Henderson  <rth@redhat.com>
52997         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
52998         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
52999         * sysdeps/unix/sysv/linux/alpha: Move directory from
53000         ports/sysdeps/unix/sysv/linux/alpha.
53001         * README: Update listing for alpha-*-linux-gnu.
53003 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
53005         * include/features.h: Update comment documenting feature test
53006         macros.
53007         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
53008         _DEFAULT_SOURCE.
53009         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
53010         (_SVID_SOURCE): Likewise.
53011         (_DEFAULT_SOURCE): Update description of default features.
53012         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
53013         with _GNU_SOURCE.
53014         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
53015         (S_ISVTX): Likewise.
53016         * manual/math.texi (Mathematical Constants): Likewise.
53017         * manual/signal.texi (Interrupted Primitives): Likewise.
53018         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
53019         * math/test-matherr.c (_SVID_SOURCE): Do not define.
53020         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
53021         Don't refer to _SVID_SOURCE in warning text.
53023         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53025         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
53026         already defined.
53027         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
53028         * sysdeps/mips/dl-lookup.c: Remove.
53029         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
53031 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
53033         [BZ #16447]
53034         * math/auto-libm-test-in: Add testcase for expl.
53035         * math/auto-libm-test-out: Regenerate.
53036         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
53037         calculation of unsafe.
53038         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
53040 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
53042         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
53043         * sysdeps/unix/sysv/linux/aarch64: Move directory from
53044         ports/sysdeps/unix/sysv/linux/aarch64.
53045         * README: Update listing for aarch64*-*-linux-gnu.
53047 2014-02-11  Will Newton  <will.newton@linaro.org>
53049         * manual/probes.texi (Mathematical Function Probes): Use
53050         "triggered" instead of "hit".
53052         * manual/probes.texi (Internal Probes): Add documentation
53053         of setjmp, longjmp and longjmp_target probes.
53055         * include/stap-probe.h: Add comment about probe argument
53056         format.
53058         * malloc/mtrace.c (attribute_hidden): Remove unused macro
53059         definition.  (tr_where, tr_freehook, tr_mallochook,
53060         tr_reallochook, tr_memalignhook): Use ANSI protoype.
53062 2014-02-11  David S. Miller  <davem@davemloft.net>
53064         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
53065         processing int_tests.
53067 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
53069         * sysdeps/mips: Move directory from ports/sysdeps/mips.
53070         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
53071         * sysdeps/unix/sysv/linux/mips: Move directory from
53072         ports/sysdeps/unix/sysv/linux/mips.
53073         * README: Update listing for mips-*-linux-gnu and
53074         mips64-*-linux-gnu.
53076 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
53078         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
53079         * sysdeps/unix/sysv/linux/m68k: Move directory from
53080         ports/sysdeps/unix/sysv/linux/m68k.
53081         * README: Update listing for m68k-*-linux-gnu.
53083 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
53085         * sysdeps/tile: Move directory from ports/sysdeps/tile.
53086         * sysdeps/unix/sysv/linux/generic: Move directory from
53087         ports/sysdeps/unix/sysv/linux/generic.
53088         * sysdeps/unix/sysv/linux/tile: Move directory from
53089         ports/sysdeps/unix/sysv/linux/tile.
53090         * README: Update listing for tile*-*-linux-gnu.
53092 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
53094         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
53095         __builtin_expect.
53096         * benchtests/bench-memmem.c (simple_memmem): Likewise.
53097         * catgets/open_catalog.c (__open_catalog): Likewise.
53098         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
53099         * debug/confstr_chk.c: Likewise.
53100         * debug/fread_chk.c (__fread_chk): Likewise.
53101         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
53102         * debug/getgroups_chk.c: Likewise.
53103         * debug/mbsnrtowcs_chk.c: Likewise.
53104         * debug/mbsrtowcs_chk.c: Likewise.
53105         * debug/mbstowcs_chk.c: Likewise.
53106         * debug/memcpy_chk.c: Likewise.
53107         * debug/memmove_chk.c: Likewise.
53108         * debug/mempcpy_chk.c: Likewise.
53109         * debug/memset_chk.c: Likewise.
53110         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
53111         * debug/strcat_chk.c (__strcat_chk): Likewise.
53112         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
53113         * debug/strncat_chk.c (__strncat_chk): Likewise.
53114         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
53115         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
53116         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
53117         * debug/wcpncpy_chk.c: Likewise.
53118         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
53119         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
53120         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
53121         * debug/wcsncpy_chk.c: Likewise.
53122         * debug/wcsnrtombs_chk.c: Likewise.
53123         * debug/wcsrtombs_chk.c: Likewise.
53124         * debug/wcstombs_chk.c: Likewise.
53125         * debug/wmemcpy_chk.c: Likewise.
53126         * debug/wmemmove_chk.c: Likewise.
53127         * debug/wmempcpy_chk.c: Likewise.
53128         * debug/wmemset_chk.c: Likewise.
53129         * dirent/scandirat.c (SCANDIRAT): Likewise.
53130         * dlfcn/dladdr1.c (dladdr1): Likewise.
53131         * dlfcn/dladdr.c (dladdr): Likewise.
53132         * dlfcn/dlclose.c (dlclose_doit): Likewise.
53133         * dlfcn/dlerror.c (__dlerror): Likewise.
53134         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
53135         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
53136         * dlfcn/dlopen.c (dlopen_doit): Likewise.
53137         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
53138         * dlfcn/dlsym.c (dlsym_doit): Likewise.
53139         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
53140         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
53141         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
53142         Likewise.
53143         * elf/dl-conflict.c: Likewise.
53144         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
53145         * elf/dl-dst.h: Likewise.
53146         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
53147         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
53148         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
53149         * elf/dl-init.c (call_init, _dl_init): Likewise.
53150         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
53151         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
53152         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
53153         Likewise.
53154         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
53155         Likewise.
53156         * elf/dl-minimal.c (__libc_memalign): Likewise.
53157         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
53158         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
53159         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
53160         * elf/dl-sym.c (do_sym): Likewise.
53161         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
53162         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
53163         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
53164         * elf/dl-writev.h (_dl_writev): Likewise.
53165         * elf/ldconfig.c (search_dir): Likewise.
53166         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
53167         (dl_main): Likewise.
53168         * elf/setup-vdso.h (setup_vdso): Likewise.
53169         * grp/compat-initgroups.c (compat_call): Likewise.
53170         * grp/fgetgrent.c (fgetgrent): Likewise.
53171         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
53172         * grp/putgrent.c (putgrent): Likewise.
53173         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
53174         Likewise.
53175         * hurd/hurdinit.c: Likewise.
53176         * iconvdata/8bit-gap.c (struct): Likewise.
53177         * iconvdata/ansi_x3.110.c : Likewise.
53178         * iconvdata/big5.c : Likewise.
53179         * iconvdata/big5hkscs.c : Likewise.
53180         * iconvdata/cp1255.c: Likewise.
53181         * iconvdata/cp1258.c : Likewise.
53182         * iconvdata/cp932.c : Likewise.
53183         * iconvdata/euc-cn.c: Likewise.
53184         * iconvdata/euc-jisx0213.c : Likewise.
53185         * iconvdata/euc-jp.c: Likewise.
53186         * iconvdata/euc-jp-ms.c : Likewise.
53187         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
53188         * iconvdata/gb18030.c : Likewise.
53189         * iconvdata/gbbig5.c (const): Likewise.
53190         * iconvdata/gbgbk.c: Likewise.
53191         * iconvdata/gbk.c : Likewise.
53192         * iconvdata/ibm1364.c : Likewise.
53193         * iconvdata/ibm930.c : Likewise.
53194         * iconvdata/ibm932.c: Likewise.
53195         * iconvdata/ibm933.c : Likewise.
53196         * iconvdata/ibm935.c : Likewise.
53197         * iconvdata/ibm937.c : Likewise.
53198         * iconvdata/ibm939.c : Likewise.
53199         * iconvdata/ibm943.c: Likewise.
53200         * iconvdata/iso_11548-1.c: Likewise.
53201         * iconvdata/iso-2022-cn.c : Likewise.
53202         * iconvdata/iso-2022-cn-ext.c : Likewise.
53203         * iconvdata/iso-2022-jp-3.c: Likewise.
53204         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
53205         * iconvdata/iso-2022-kr.c : Likewise.
53206         * iconvdata/iso646.c (gconv_end): Likewise.
53207         * iconvdata/iso_6937-2.c : Likewise.
53208         * iconvdata/iso_6937.c : Likewise.
53209         * iconvdata/iso8859-1.c: Likewise.
53210         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
53211         * iconvdata/shift_jisx0213.c : Likewise.
53212         * iconvdata/sjis.c : Likewise.
53213         * iconvdata/t.61.c : Likewise.
53214         * iconvdata/tcvn5712-1.c : Likewise.
53215         * iconvdata/tscii.c: Likewise.
53216         * iconvdata/uhc.c : Likewise.
53217         * iconvdata/unicode.c (gconv_end): Likewise.
53218         * iconvdata/utf-16.c (gconv_end): Likewise.
53219         * iconvdata/utf-32.c (gconv_end): Likewise.
53220         * iconvdata/utf-7.c (base64): Likewise.
53221         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
53222         * iconv/gconv_close.c (__gconv_close): Likewise.
53223         * iconv/gconv_open.c (__gconv_open): Likewise.
53224         * iconv/gconv_simple.c (internal_ucs4_loop_single)
53225         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
53226         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
53227         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
53228         (ucs4le_internal_loop_single): Likewise.
53229         * iconv/iconv.c (iconv): Likewise.
53230         * iconv/iconv_close.c: Likewise.
53231         * iconv/loop.c (SINGLE): Likewise.
53232         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
53233         * include/atomic.h: Likewise.
53234         * inet/inet6_option.c (option_alloc): Likewise.
53235         * intl/bindtextdom.c (set_binding_values): Likewise.
53236         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
53237         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
53238         * intl/localealias.c (read_alias_file): Likewise.
53239         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
53240         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
53241         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
53242         * libio/fmemopen.c (fmemopen): Likewise.
53243         * libio/iofgets.c (_IO_fgets): Likewise.
53244         * libio/iofgets_u.c (fgets_unlocked): Likewise.
53245         * libio/iofgetws.c (fgetws): Likewise.
53246         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
53247         * libio/iogetdelim.c (_IO_getdelim): Likewise.
53248         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
53249         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
53250         * locale/findlocale.c (_nl_find_locale): Likewise.
53251         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
53252         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
53253         Likewise.
53254         * locale/setlocale.c (setlocale): Likewise.
53255         * login/programs/pt_chown.c (main): Likewise.
53256         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
53257         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
53258         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
53259         (mmap, mmap64, mremap, munmap): Likewise.
53260         * math/e_exp2l.c: Likewise.
53261         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
53262         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
53263         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
53264         * math/s_catan.c (__catan): Likewise.
53265         * math/s_catanf.c (__catanf): Likewise.
53266         * math/s_catanh.c (__catanh): Likewise.
53267         * math/s_catanhf.c (__catanhf): Likewise.
53268         * math/s_catanhl.c (__catanhl): Likewise.
53269         * math/s_catanl.c (__catanl): Likewise.
53270         * math/s_ccosh.c (__ccosh): Likewise.
53271         * math/s_ccoshf.c (__ccoshf): Likewise.
53272         * math/s_ccoshl.c (__ccoshl): Likewise.
53273         * math/s_cexp.c (__cexp): Likewise.
53274         * math/s_cexpf.c (__cexpf): Likewise.
53275         * math/s_cexpl.c (__cexpl): Likewise.
53276         * math/s_clog10.c (__clog10): Likewise.
53277         * math/s_clog10f.c (__clog10f): Likewise.
53278         * math/s_clog10l.c (__clog10l): Likewise.
53279         * math/s_clog.c (__clog): Likewise.
53280         * math/s_clogf.c (__clogf): Likewise.
53281         * math/s_clogl.c (__clogl): Likewise.
53282         * math/s_csin.c (__csin): Likewise.
53283         * math/s_csinf.c (__csinf): Likewise.
53284         * math/s_csinh.c (__csinh): Likewise.
53285         * math/s_csinhf.c (__csinhf): Likewise.
53286         * math/s_csinhl.c (__csinhl): Likewise.
53287         * math/s_csinl.c (__csinl): Likewise.
53288         * math/s_csqrt.c (__csqrt): Likewise.
53289         * math/s_csqrtf.c (__csqrtf): Likewise.
53290         * math/s_csqrtl.c (__csqrtl): Likewise.
53291         * math/s_ctan.c (__ctan): Likewise.
53292         * math/s_ctanf.c (__ctanf): Likewise.
53293         * math/s_ctanh.c (__ctanh): Likewise.
53294         * math/s_ctanhf.c (__ctanhf): Likewise.
53295         * math/s_ctanhl.c (__ctanhl): Likewise.
53296         * math/s_ctanl.c (__ctanl): Likewise.
53297         * math/w_pow.c: Likewise.
53298         * math/w_powf.c: Likewise.
53299         * math/w_powl.c: Likewise.
53300         * math/w_scalb.c (sysv_scalb): Likewise.
53301         * math/w_scalbf.c (sysv_scalbf): Likewise.
53302         * math/w_scalbl.c (sysv_scalbl): Likewise.
53303         * misc/error.c (error_tail): Likewise.
53304         * misc/pselect.c (__pselect): Likewise.
53305         * nis/nis_callback.c (__nis_create_callback): Likewise.
53306         * nis/nis_call.c (__nisfind_server): Likewise.
53307         * nis/nis_creategroup.c (nis_creategroup): Likewise.
53308         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
53309         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
53310         * nis/nis_getservlist.c (nis_getservlist): Likewise.
53311         * nis/nis_lookup.c (nis_lookup): Likewise.
53312         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
53313         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
53314         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
53315         * nis/nis_xdr.c (xdr_endpoint): Likewise.
53316         * nis/nss_compat/compat-grp.c (getgrent_next_file)
53317         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
53318         * nis/nss_compat/compat-initgroups.c (add_group)
53319         (internal_getgrent_r): Likewise.
53320         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
53321         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
53322         * nis/nss_compat/compat-spwd.c (getspent_next_file)
53323         (internal_getspnam_r): Likewise.
53324         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
53325         (_nss_nis_getaliasbyname_r): Likewise.
53326         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
53327         (_nss_nis_getntohost_r): Likewise.
53328         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
53329         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
53330         (_nss_nis_getgrgid_r): Likewise.
53331         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
53332         (internal_nis_gethostent_r, internal_gethostbyname2_r)
53333         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
53334         (_nss_nis_gethostbyname4_r): Likewise.
53335         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
53336         (initgroups_netid): Likewise.
53337         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
53338         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
53339         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
53340         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
53341         (_nss_nis_getprotobynumber_r): Likewise.
53342         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
53343         (_nss_nis_getsecretkey): Likewise.
53344         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
53345         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
53346         (_nss_nis_getpwuid_r): Likewise.
53347         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
53348         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
53349         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
53350         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
53351         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
53352         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
53353         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
53354         Likewise.
53355         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
53356         (_nss_nisplus_getntohost_r): Likewise.
53357         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
53358         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
53359         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
53360         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
53361         Likewise.
53362         * nis/nss_nisplus/nisplus-initgroups.c
53363         (_nss_nisplus_initgroups_dyn): Likewise.
53364         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
53365         (_nss_nisplus_getnetbyaddr_r): Likewise.
53366         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
53367         (_nss_nisplus_getprotobynumber_r): Likewise.
53368         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
53369         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
53370         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
53371         Likewise.
53372         * nis/nss_nisplus/nisplus-service.c
53373         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
53374         (_nss_nisplus_getservbyport_r): Likewise.
53375         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
53376         (_nss_nisplus_getspnam_r): Likewise.
53377         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
53378         Likewise.
53379         * nscd/aicache.c (addhstaiX): Likewise.
53380         * nscd/cache.c (cache_search, prune_cache): Likewise.
53381         * nscd/connections.c (register_traced_file, send_ro_fd)
53382         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
53383         (main_loop_epoll): Likewise.
53384         * nscd/grpcache.c (addgrbyX): Likewise.
53385         * nscd/hstcache.c (addhstbyX): Likewise.
53386         * nscd/initgrcache.c (addinitgroupsX): Likewise.
53387         * nscd/mem.c (gc, mempool_alloc): Likewise.
53388         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
53389         (addinnetgrX): Likewise.
53390         * nscd/nscd-client.h (__nscd_acquire_maplock)
53391         (__nscd_drop_map_ref): Likewise.
53392         * nscd/nscd_getai.c (__nscd_getai): Likewise.
53393         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
53394         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
53395         Likewise.
53396         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
53397         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
53398         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
53399         (__nscd_get_map_ref): Likewise.
53400         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
53401         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
53402         Likewise.
53403         * nscd/pwdcache.c (addpwbyX): Likewise.
53404         * nscd/selinux.c (preserve_capabilities): Likewise.
53405         * nscd/servicescache.c (addservbyX): Likewise.
53406         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
53407         * posix/fnmatch.c (fnmatch): Likewise.
53408         * posix/getopt.c (_getopt_internal_r): Likewise.
53409         * posix/glob.c (glob, glob_in_dir): Likewise.
53410         * posix/wordexp.c (exec_comm_child): Likewise.
53411         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
53412         (getanswer_r, gaih_getanswer_slice): Likewise.
53413         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
53414         * resolv/res_init.c: Likewise.
53415         * resolv/res_mkquery.c (res_nmkquery): Likewise.
53416         * resolv/res_query.c (__libc_res_nquery): Likewise.
53417         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
53418         Likewise.
53419         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
53420         * stdio-common/perror.c (perror): Likewise.
53421         * stdio-common/printf_fp.c (___printf_fp): Likewise.
53422         * stdio-common/tmpnam.c (tmpnam): Likewise.
53423         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
53424         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
53425         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
53426         Likewise.
53427         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
53428         * stdlib/putenv.c (putenv): Likewise.
53429         * stdlib/setenv.c (__add_to_environ): Likewise.
53430         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
53431         * stdlib/strtol_l.c (INTERNAL): Likewise.
53432         * string/memmem.c (memmem): Likewise.
53433         * string/strerror.c (strerror): Likewise.
53434         * string/strnlen.c (__strnlen): Likewise.
53435         * string/test-memmem.c (simple_memmem): Likewise.
53436         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
53437         * sunrpc/pm_getport.c (__get_socket): Likewise.
53438         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
53439         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
53440         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
53441         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
53442         Likewise.
53443         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
53444         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
53445         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
53446         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
53447         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
53448         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
53449         Likewise.
53450         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
53451         Likewise.
53452         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
53453         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
53454         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
53455         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
53456         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
53457         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
53458         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
53459         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
53460         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
53461         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
53462         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
53463         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
53464         Likewise.
53465         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
53466         Likewise.
53467         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
53468         Likewise.
53469         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
53470         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
53471         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
53472         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
53473         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
53474         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
53475         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
53476         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
53477         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
53478         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
53479         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
53480         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
53481         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
53482         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
53483         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
53484         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
53485         Likewise.
53486         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
53487         Likewise.
53488         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
53489         Likewise.
53490         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
53491         Likewise.
53492         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
53493         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
53494         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
53495         Likewise.
53496         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
53497         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
53498         * sysdeps/posix/opendir.c (__opendirat): Likewise.
53499         * sysdeps/posix/sleep.c: Likewise.
53500         * sysdeps/posix/tempname.c: Likewise.
53501         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
53502         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
53503         Likewise.
53504         * sysdeps/powerpc/powerpc32/dl-machine.h
53505         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
53506         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
53507         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
53508         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
53509         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
53510         Likewise.
53511         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
53512         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
53513         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
53514         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
53515         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
53516         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
53517         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
53518         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
53519         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53520         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
53521         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
53522         (elf_machine_lazy_rel): Likewise.
53523         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
53524         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
53525         (elf_machine_lazy_rel): Likewise.
53526         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
53527         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
53528         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
53529         * sysdeps/unix/grantpt.c (grantpt): Likewise.
53530         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
53531         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
53532         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
53533         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53534         Likewise.
53535         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
53536         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
53537         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
53538         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
53539         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
53540         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
53541         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
53542         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
53543         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
53544         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
53545         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
53546         Likewise.
53547         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
53548         (__posix_fallocate64_l64): Likewise.
53549         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
53550         (posix_fallocate): Likewise.
53551         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
53552         Likewise.
53553         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53554         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
53555         (getifaddrs_internal): Likewise.
53556         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
53557         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
53558         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
53559         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
53560         * sysdeps/unix/sysv/linux/posix_fallocate64.c
53561         (__posix_fallocate64_l64): Likewise.
53562         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
53563         Likewise.
53564         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
53565         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
53566         (__get_clockfreq): Likewise.
53567         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
53568         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
53569         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
53570         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53571         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53572         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
53573         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
53574         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
53575         Likewise.
53576         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
53577         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
53578         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
53579         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
53580         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53581         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
53582         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
53583         Likewise.
53584         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
53585         (posix_fallocate): Likewise.
53586         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53587         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
53588         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
53589         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
53590         (elf_machine_rela, elf_machine_rela_relative)
53591         (elf_machine_lazy_rel): Likewise.
53592         * time/asctime.c (asctime_internal): Likewise.
53593         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
53594         * time/tzset.c (__tzset_parse_tz): Likewise.
53595         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
53596         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
53597         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
53598         * wcsmbs/wcsmbsload.h: Likewise.
53600         [BZ #15894]
53601         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
53603         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
53604         (arena_get2): Remove THREAD_STATS conditionals.
53605         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
53606         (__malloc_stats, int): Likewise.
53608 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
53610         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
53611         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
53613         * manual/setjmp.texi: Fix typos/grammar errors.
53615         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
53616         Only return early when n is <= 0.  Delete unused return statement.
53618         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
53619         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
53620         * debug/tst-longjmp_chk3.c: New file.
53622         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
53623         (test_main): Replace code with set_fortify_handler call.
53624         * debug/test-strcpy_chk.c: Likewise.
53625         * debug/tst-chk1.c: Likewise.
53626         * debug/tst-longjmp_chk.c: Likewise.
53627         * test-skeleton.c: Include fcntl.h & paths.h
53628         (set_fortify_handler): Define.
53630         * debug/tst-longjmp_chk.c: Add header comment and include
53631         ../test-skeleton.c.
53632         (do_test): Mark static.
53633         (TEST_FUNCTION): Define.
53635         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
53636         (IP_PMTUDISC_INTERFACE): Likewise.
53637         (IP_MULTICAST_IF): Likewise.
53638         (IP_MULTICAST_TTL): Likewise.
53639         (IP_MULTICAST_LOOP): Likewise.
53640         (IP_ADD_MEMBERSHIP): Likewise.
53641         (IP_DROP_MEMBERSHIP): Likewise.
53642         (IP_UNBLOCK_SOURCE): Likewise.
53643         (IP_BLOCK_SOURCE): Likewise.
53644         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
53645         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
53646         (IP_MSFILTER): Likewise.
53647         (MCAST_JOIN_GROUP): Likewise.
53648         (MCAST_BLOCK_SOURCE): Likewise.
53649         (MCAST_UNBLOCK_SOURCE): Likewise.
53650         (MCAST_LEAVE_GROUP): Likewise.
53651         (MCAST_JOIN_SOURCE_GROUP): Likewise.
53652         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
53653         (MCAST_MSFILTER): Likewise.
53654         (IP_MULTICAST_ALL): Likewise.
53655         (IP_UNICAST_IF): Likewise.
53657         * timezone/Makefile: Delete $(have-ksh) check.
53658         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
53659         * timezone/tzselect.ksh: Add +x mode bits.
53661         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
53662         (ANON_INODE_FS_MAGIC): Likewise.
53663         (BDEVFS_MAGIC): Likewise.
53664         (BINFMTFS_MAGIC): Likewise.
53665         (BTRFS_TEST_MAGIC): Likewise.
53666         (CRAMFS_MAGIC_WEND): Likewise.
53667         (DEBUGFS_MAGIC): Likewise.
53668         (ECRYPTFS_SUPER_MAGIC): Likewise.
53669         (EXT3_SUPER_MAGIC): Likewise.
53670         (EXT4_SUPER_MAGIC): Likewise.
53671         (FUTEXFS_SUPER_MAGIC): Likewise.
53672         (HOSTFS_SUPER_MAGIC): Likewise.
53673         (HUGETLBFS_MAGIC): Likewise.
53674         (MINIX3_SUPER_MAGIC): Likewise.
53675         (MTD_INODE_FS_MAGIC): Likewise.
53676         (NILFS_SUPER_MAGIC): Likewise.
53677         (OPENPROM_SUPER_MAGIC): Likewise.
53678         (PIPEFS_MAGIC): Likewise.
53679         (PSTOREFS_MAGIC): Likewise.
53680         (QNX6_SUPER_MAGIC): Likewise.
53681         (RAMFS_MAGIC): Likewise.
53682         (REISERFS_SUPER_MAGIC_STRING): Likewise.
53683         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
53684         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
53685         (SECURITYFS_MAGIC): Likewise.
53686         (SELINUX_MAGIC): Likewise.
53687         (SMACK_MAGIC): Likewise.
53688         (SOCKFS_MAGIC): Likewise.
53689         (SQUASHFS_MAGIC): Likewise.
53690         (STACK_END_MAGIC): Likewise.
53691         (TMPFS_MAGIC): Likewise.
53692         (USBDEVICE_SUPER_MAGIC): Likewise.
53693         (V9FS_MAGIC): Likewise.
53694         (XENFS_SUPER_MAGIC): Likewise.
53695         (CRAMFS_MAGIC): Fix typo in comment.
53696         (EXT2_SUPER_MAGIC): Update comment.
53697         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
53699 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
53701         * sysdeps/arm: Move directory from ports/sysdeps/arm.
53702         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
53703         * sysdeps/unix/sysv/linux/arm: Move directory from
53704         ports/sysdeps/unix/sysv/linux/arm.
53705         * README: Update listing for arm-*-linux-gnueabi.
53707         * README: Remove mention of am33.
53709 2014-02-07  Roland McGrath  <roland@hack.frob.com>
53711         * bits/sigset.h (__sigemptyset): Use a statement expression rather
53712         than the comma operator, to avoid "rhs of comma has no effect"
53713         compiler warnings.
53714         (__sigfillset, __sigandset, __sigorset): Likewise.
53715         * include/signal.h (__sigemptyset): Likewise.
53716         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
53718 2014-02-07  Allan McRae  <allan@archlinux.org>
53720         * version.h (RELEASE): Set to "development".
53721         (VERSION): Set to "2.19.90"
53722         * NEWS: Add 2.20 section.
53724 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
53726         [BZ #16529]
53727         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
53729 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
53731         * manual/contrib.texi: Update entry for Carlos O'Donell,
53732         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
53734 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
53736         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
53738         * sysdeps/unix/sysv/linux/kernel-features.h
53739         [__LINUX_KERNEL_VERSION >= 0x020621]
53740         (__ASSUME_PROC_PID_TASK_COMM): Define.
53742 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
53744         [BZ #16398]
53745         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
53746         conversion when destination buffer does not have enough space.
53747         * libio/tst-ftell-partial-wide.c: New test case.
53748         * libio/Makefile (tests): Add tst-ftell-partial-wide.
53750         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
53751         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
53752         Leonard and Allan McRae.
53754 2014-02-04  David S. Miller  <davem@davemloft.net>
53756         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
53757         32-bit.
53759 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
53762         New file
53763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
53764         New file
53765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
53766         New file.
53767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
53768         New file.
53769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
53770         New file.
53771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
53772         New file.
53773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
53774         New file.
53775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
53776         New file.
53777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
53778         New file.
53779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
53780         New file.
53781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
53782         New file.
53783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
53784         New file.
53785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
53786         New file.
53788 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53790         * nptl/shlib-versions: Change powerpc*le start to 2.17.
53791         * shlib-versions: Likewise.
53793 2014-02-04  Roland McGrath  <roland@hack.frob.com>
53794             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53796         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
53797         (abilist-pattern): New variable, set to %-le.abilist.
53799         * Makerules (abilist-pattern): New variable.
53800         (vpath): Use $(abilist-pattern) in place of %.abilist.
53801         (check-abi-% pattern rule): Likewise.
53802         (check-abi, update-abi): Likewise.
53804 2014-02-04  Eric Wong  <normalperson@yhbt.net>
53806         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
53808 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
53810         * manual/startup.texi: Add next, previous, and top entries for
53811         the `Program Arguments' and `Environment Variables' nodes.
53813 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
53815         * manual/macros.texi: Add comments before MTASC-safety macros.
53817         * manual/users.texi: Document MTASC-safety properties.
53819         * manual/threads.texi (pthread_key_create, pthread_key_delete)
53820         (pthread_getspecific, pthread_setspecific): Format with
53821         @deftypefun, and add @safety note.
53822         * manual/signal.texi: Move comments that analyze the above
53823         functions to their home place.
53825 2014-02-03  Allan McRae  <allan@archlinux.org>
53827         * po/sl.po: Update Slovenian translation from translation project.
53829 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
53831         * manual/time.texi (timegm): Add missing blank after @c.
53832         Reported by Joseph Myers <joseph@codesourcery.com>.
53834 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
53836         * manual/check-safety.sh: New.
53837         * manual/Makefile ($(objpfx)stamp-summary): Run it.
53839         * manual/terminal.texi: Document MTASC-safety properties.
53841         * manual/filesys.texi: Document MTASC-safety properties.
53843         * manual/errno.texi: Document MTASC-safety properties.
53845         * manual/intro.texi: Document safety identifiers and
53846         conditionals.
53848         * manual/string.texi (wcstok): Fix prototype.
53849         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
53851         * manual/time.texi: Document MTASC-safety properties.
53853         * manual/string.texi: Document MTASC-safety properties.
53855         * manual/threads.texi: Document MTASC-safety properties.
53857         * manual/stdio.texi: Document MTASC-safety properties.
53859         * manual/syslog.texi: Document MTASC-safety properties.
53861         * manual/sysinfo.texi: Document MTASC-safety properties.
53863         * manual/startup.texi: Document MTASC-safety properties.
53865         * manual/socket.texi: Document MTASC-safety properties.
53867         * manual/signal.texi: Document MTASC-safety properties.
53869 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
53871         * manual/setjmp.texi: Document MTASC-safety properties.
53873         * manual/search.texi: Document MTASC-safety properties.
53875         * manual/resource.texi: Document MTASC-safety properties.
53877         * manual/process.texi: Document MTASC-safety properties.
53879         * manual/platform.texi: Document MTASC-safety properties.
53881         * manual/pipe.texi: Document MTASC-safety properties.
53883         * manual/pattern.texi: Document MTASC-safety properties.
53885         * manual/message.texi: Document MTASC-safety properties.
53887         [BZ #12751]
53888         * manual/memory.texi: Document MTASC-safety properties.
53890         * manual/math.texi: Document MTASC-safety properties.
53892         * manual/locale.texi: Document MTASC-safety properties.
53894         * manual/llio.texi: Document MTASC-safety properties.
53896         * manual/libdl.texi: New.
53898         * manual/lang.texi: Document MTASC-safety properties.
53900         * manual/job.texi: Document MTASC-safety properties.
53902         * manual/getopt.texi: Document MTASC-safety properties.
53904         * manual/ctype.texi: Document MTASC-safety properties.
53906 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
53908         [BZ #16046]
53909         * csu/libc-tls.c (static_map): Remove variable.
53910         (__libc_setup_tls): Use main executable's link map for TLS data.
53911         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
53912         casing for LM_ID_BASE and GL(dl_nns).
53913         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
53914         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
53915         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
53916         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
53917         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
53918         member.
53919         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
53920         l_phnum members.
53922 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
53924         * manual/debug.texi: Document MTASC-safety properties.
53926 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
53928         [BZ #16510]
53929         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
53930         of __x86_64__ when disabling x87 inline functions.
53932 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
53934         * manual/charset.texi: Document MTASC-safety properties.
53936         * manual/crypt.texi: Document MTASC-safety properties.
53938         * manual/conf.texi: Document MTASC-safety properties.
53940         * manual/arith.texi: Document MTASC-safety properties.
53942         * manual/argp.texi: Document MTASC-safety properties.
53944         * manual/macros.texi: Introduce macros to document multi
53945         thread, asynchronous signal and asynchronous cancellation
53946         safety properties.
53947         * manual/intro.texi: Introduce the properties themselves.
53949 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
53951         * sysdeps/sh/sh4/Makefile: New file.
53953 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
53955         * math/gen-libm-test.pl ($srcdir): New variable.
53956         ($auto_input): Use it.
53958 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
53960         [BZ #16506]
53961         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
53962         access beyond array bounds when parsing netgroups file.
53964         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
53965         the old buffer before realloc.
53967 2014-01-27  Allan McRae  <allan@archlinux.org>
53969         * po/fr.po: Update French translation from translation project.
53971 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
53973         * sysdeps/sh/libm-test-ulps: Regenerate.
53975 2014-01-24  David S. Miller  <davem@davemloft.net>
53977         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
53979 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
53981         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
53982         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
53984 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
53986         [BZ #16474]
53987         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
53988         string pointers after reallocation.
53990 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
53992         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
53993         __SH4A__ instead of __SH_FPU_ANY__.
53995 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
53997         * sysdeps/sh/fpu_control.h: New file.
53998         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
53999         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
54000         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
54001         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
54002         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
54003         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
54004         * sysdeps/sh/sys/ucontext.h: Remove.
54005         * sysdeps/sh/sys: Remove directory.
54007 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54009         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
54010         s390/sys/ucontext.h.
54011         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
54012         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
54014 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
54016         [BZ #15605]
54017         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
54019 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54021         [BZ #16431]
54022         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
54023         Adjust the vDSO correctly for internal calls.
54024         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
54026 2014-01-20  Allan McRae  <allan@archlinux.org>
54028         * po/ca.po: Update Catalan translation from translation project.
54030 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
54032         * sysdeps/s390/sotruss-lib.c: New file.
54034 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54036         [BZ #16430]
54037         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
54038         (__GI___gettimeofday): Alias for a different internal symbol to avoid
54039         local calls issues by not having a PLT stub required for IFUNC calls.
54040         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
54042 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
54044         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
54045         * math/test-fpucw-static.c: Likewise.
54047 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
54049         [BZ #16453]
54050         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
54052 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54054         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
54055         implementation for powerpc.
54057 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
54059         [BZ #14782]
54060         * sysdeps/posix/system.c (__libc_system): Do not enable
54061         asynchronous cancellation.
54063 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54065         [BZ #16427]
54066         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
54067         handling only for numbers special also in the IEEE case.
54069 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54071         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
54073 2014-01-11  Allan McRae  <allan@archlinux.org>
54075         * po/bg.po: Update Bulgarian translation from translation project.
54077         * po/de.po: Update German translation from translation project.
54079 2014-01-10  Roland McGrath  <roland@hack.frob.com>
54081         * sysdeps/generic/gcc-compat.h: New file.
54083 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
54085         * benchtests/asin-inputs: Correct slow inputs.
54086         * benchtests/acos-inputs: Likewise.
54088 2014-01-10  Allan McRae  <allan@archlinux.org>
54090         * po:sv.po: Update Swedish translation from translation project.
54092         * po/vi.po: Update Vietnamese translation from translation project.
54094         * po/eo.po: Update Esperanto translation from translation project.
54096         * po/cs.po: Update Czech translation from translation project.
54098         * po/nl.po: Update Dutch translation from translation project.
54100         * po/pl.po: Update Polish translation from translation project.
54102         * po/ru.po: Update Russian translation from translation project.
54104         * po/uk.po: Update Ukrainian translation from translation project.
54106 2014-01-08  Brooks Moses  <bmoses@google.com>
54108         * elf/dl-load.c: Fix comment typo.
54110 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
54112         * po/header.pot: Rename to...
54113         * po/pot.header: ... this.
54114         * po/Makefile: Use pot.header.
54116 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
54117             Maxim Kuvyrkov  <maxim@kugelworks.com>
54119         [BZ #16394]
54120         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
54121         SRC and DEST against LEN.
54123 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54125         [BZ #16414]
54126         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
54127         implementation.
54128         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
54130 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54132         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
54134 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
54136         [BZ #16408]
54137         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
54138         for large positive arguments.
54140 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
54142         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
54144         * math/auto-libm-test-in: Mark various tests with
54145         xfail-rounding:ldbl-128ibm.
54146         * math/auto-libm-test-out: Regenerated.
54148         [BZ #16407]
54149         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
54150         Increase overflow threshold.
54152 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
54154         [BZ #14286]
54155         * stdio-common/vfprintf.c: Check for integer overflow.
54157 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54159         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
54160         the first argument and return value of __tls_get_addr_internal.
54162 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54164         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
54165         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
54167 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54169         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
54170         * sysdeps/s390/rtld-global-offsets.sym: New file.
54171         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
54172         GLIBC_2.19 symbol.
54173         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
54174         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
54175         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
54176         ... this.
54177         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
54178         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
54179         ... this.
54180         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
54181         Regenerate.
54182         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
54183         Regenerate.
54184         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
54185         halfs of GPRs for high_gprs contexts.
54186         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
54187         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
54188         field.
54189         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
54190         uc_flags field.
54191         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
54192         64 bit versions:
54193         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
54194         for high GPRs (uc_high_gprs) and for future extensions
54195         (__reserved).
54196         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
54197         for future extensions (__reserved).
54198         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
54199         64 bit versions:
54200         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
54201         SC_HIGHGPRS offset definition.
54202         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
54203         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
54205         * Versions.def: Add GLIBC_2.19 for libpthread.
54206         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
54207         siglongjmp for libpthread with GLIBC_2.19 symver.
54208         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
54209         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
54210         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
54211         * sysdeps/s390/__longjmp.c: New file.
54212         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
54213         * sysdeps/s390/longjmp.c: New file.
54214         * sysdeps/s390/setjmp.S: New file.
54215         * sysdeps/s390/sigjmp.S: New file.
54216         * sysdeps/s390/v1-longjmp.c: New file.
54217         * sysdeps/s390/v1-setjmp.h: New file.
54218         * sysdeps/s390/v1-sigjmp.c: New file.
54219         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
54220         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
54221         GLIBC_2.19 version.
54222         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
54223         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
54224         versioned symbols for ____longjmp_chk.
54225         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
54226         Likewise.
54227         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
54228         Regenerate.
54229         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
54230         Regenerate.
54231         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
54232         Regenerate.
54233         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
54234         Regenerate.
54235         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
54236         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
54237         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
54238         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
54239         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
54240         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
54241         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
54242         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
54243         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
54244         * sysdeps/s390/rtld-__longjmp.c: New file.
54245         * sysdeps/s390/rtld-setjmp.S: New file.
54247 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
54249         [BZ #16400]
54250         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
54251         Return -__logl (x) for small positive arguments without evaluating
54252         a polynomial.
54254 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
54256         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
54257         Rename to ...
54258         (__ptrace_peeksiginfo_args): ... this.
54259         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54260         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54261         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54263 2014-01-06  Allan McRae  <allan@archlinux.org>
54265         * inet/netinet/in.h: Fix typo in comment.
54267 2014-01-05  Andreas Jaeger  <aj@suse.de>
54269         * sysdeps/i386/fpu/libm-test-ulps: Update.
54271 2014-01-05  Allan McRae  <allan@archlinux.org>
54273         * po/libc.pot: Regenerated.
54275         * malloc/memusagestat.c: Fix gettext call formatting.
54277 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
54279         * nscd/nscd.c: Improve usage() output.
54281 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
54283         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
54284         * sysdeps/unix/sysv/linux/configure: Regenerated.
54285         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
54286         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
54288 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
54290         [BZ #16390]
54291         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
54292         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
54294 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54296         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
54297         extra tokens at end of #undef directive.
54298         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
54299         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
54300         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
54302 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
54304         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
54306         * math/auto-libm-test-in: Mark various tests with
54307         xfail-rounding:ldbl-128ibm.
54308         * math/auto-libm-test-out: Regenerated.
54310 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
54312         [BZ #16386]
54313         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
54314         numbers with subnormal high part when calculating exponent.
54316         [BZ #16385]
54317         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
54318         fabs.
54320         [BZ #16384]
54321         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
54322         M_LN2l.
54323         (__ieee754_acoshl): Use __log1pl not __log1p.
54325 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
54327         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
54328         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
54329         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
54330         (grow_heap, heap_trim, _int_new_arena, get_free_list)
54331         (reused_arena, arena_get2): Convert to GNU style.
54332         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
54333         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
54334         (memalign_check, __malloc_set_state): Likewise.
54335         * malloc/mallocbug.c (main): Likewise.
54336         * malloc/malloc.c (__malloc_assert, malloc_init_state)
54337         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
54338         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
54339         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
54340         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
54341         (__posix_memalign, malloc_info): Likewise.
54342         * malloc/malloc.h: Likewise.
54343         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
54344         (mallochook, memalignhook, reallochook, mabort): Likewise.
54345         * malloc/mcheck.h: Likewise.
54346         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
54347         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
54348         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
54349         * malloc/morecore.c (__default_morecore): Likewise.
54350         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
54351         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
54352         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
54353         (print_and_abort): Likewise.
54354         * malloc/obstack.h: Likewise.
54355         * malloc/set-freeres.c (__libc_freeres): Likewise.
54356         * malloc/tst-mallocstate.c (main): Likewise.
54357         * malloc/tst-mtrace.c (main): Likewise.
54358         * malloc/tst-realloc.c (do_test): Likewise.
54360 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
54362         [BZ #16366]
54363         * nscd/netgroupcache.c (do_notfound): New function.
54364         (addgetnetgrentX): Use it.
54366         [BZ # 16365]
54367         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
54368         NSS_STATUS_NOTFOUND.
54370 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
54372         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
54373         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54375 2014-01-01  Allan McRae  <allan@archlinux.org>
54377         * scripts/update-copyrights: Update configure input file suffix.
54379         * NEWS: Update copyright year.
54380         * catgets/gencat.c: Likewise.
54381         * csu/version.c: Likewise.
54382         * debug/catchsegv.sh: Likewise.
54383         * debug/pcprofiledump.c: Likewise.
54384         * debug/xtrace.sh: Likewise.
54385         * elf/ldconfig.c: Likewise.
54386         * elf/ldd.bash.in: Likewise.
54387         * elf/pldd.c: Likewise.
54388         * elf/sotruss.ksh: Likewise.
54389         * elf/sprof.c: Likewise.
54390         * iconv/iconv_prog.c: Likewise.
54391         * iconv/iconvconfig.c: Likewise.
54392         * locale/programs/locale.c: Likewise.
54393         * locale/programs/localedef.c: Likewise.
54394         * login/programs/pt_chown.c: Likewise.
54395         * malloc/memusage.sh: Likewise.
54396         * malloc/memusagestat.c: Likewise.
54397         * malloc/mtrace.pl: Likewise.
54398         * manual/libc.texinfo: Likewise.
54399         * nscd/nscd.c: Likewise.
54400         * nss/getent.c: Likewise.
54401         * nss/makedb.c: Likewise.
54402         * posix/getconf.c: Likewise.
54403         * scripts/test-installation.pl: Likewise.
54405         * All files with FSF copyright notices: Update copyright dates
54406         using scripts/update-copyrights.
54407         * intl/plural.c: Regenerated.
54408         * locale/programs/charmap-kw.h: Likewise.
54409         * locale/programs/locfile-kw.h: Likewise.
54411 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
54413         * sysdeps/unix/sysv/linux/configure: Regenerated.
54414         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
54415         the linux/fanotify.h header.
54416         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
54417         HAVE_LINUX_FANOTIFY_H is defined.
54419 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
54421         * benchtests/cos-inputs: New inputs.
54422         * benchtests/sin-inputs: Likewise.
54424         * benchtests/atan-inputs: New inputs. Fix name of multiple
54425         precision fallback inputs.
54427         * benchtests/atanh-inputs: New inputs.
54428         * benchtests/tanh-inputs: Likewise.
54430         * benchtests/acosh-inputs: New inputs.
54431         * benchtests/asinh-inputs: Likewise.
54433         * benchtests/cosh-inputs: New inputs.
54434         * benchtests/sinh-inputs: Likewise.
54436         * benchtests/acos-inputs: Add more inputs.
54437         * benchtests/asin-inputs: Likewise.
54439 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
54441         [BZ #16375]
54442         * manual/arith.texi: Fix spelling.
54443         * manual/charset.texi: Likewise.
54444         * manual/errno.texi: Likewise.
54445         * manual/filesys.texi: Likewise.
54446         * manual/lang.texi: Likewise.
54447         * manual/llio.texi: Likewise.
54448         * manual/locale.texi: Likewise.
54449         * manual/message.texi: Likewise.
54450         * manual/resource.texi: Likewise.
54451         * manual/search.texi: Likewise.
54452         * manual/setjmp.texi: Likewise.
54453         * manual/stdio.texi: Likewise.
54454         * manual/string.texi: Likewise.
54455         * manual/sysinfo.texi: Likewise.
54456         * manual/time.texi: Likewise.
54458 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
54460         * po/sl.po: New file.
54462 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
54464         * .gitignore: Add core/.gdbinit/.gdb_history.
54466 2013-12-27  Allan McRae  <allan@archlinux.org>
54468         [BZ #16369]
54469         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
54470         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
54472 2013-12-24  Brooks Moses  <bmoses@google.com>
54474         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
54475         all compilers that claim C++98 compliance, not just GCC.
54476         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
54477         Likewise.
54479 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
54481         * NEWS: Restore accidentally deleted bug-fix entries.
54483 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
54484             Ondřej Bílka  <neleai@seznam.cz>
54486         [BZ #15073]
54487         * malloc/malloc.c (_int_free): Perform sanity check only if we
54488         have_lock.
54490 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
54492         [BZ #12986]
54493         * manual/stdio.texi (String Input Conversions): Clarify that character
54494         classes are not supported.
54496 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54498         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
54500 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
54502         [BZ #16337]
54503         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
54504         Calculate results for small negative arguments directly rather
54505         than using reflection formula with special underflow handling.
54507         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
54508         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
54509         sysdeps/unix/bsd/bsd4.4/syscalls.list.
54510         (fchflags): Likewise.
54511         (revoke): Likewise.
54512         (setlogin): Likewise.
54513         (sigaltstack): Likewise.
54514         (wait4): Likewise.
54515         (sigblock): Remove.
54516         (sigsetmask): Likewise.
54517         (wait3): Likewise.
54518         (waitpid): Likewise.
54519         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
54520         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
54521         file.
54522         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
54523         * sysdeps/unix/bsd/Makefile: ... here.
54524         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
54525         * sysdeps/unix/bsd/Versions: ... here.
54526         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
54527         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
54528         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
54529         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
54530         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
54531         * sysdeps/unix/bsd/sigblock.c: ... here.
54532         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
54533         * sysdeps/unix/bsd/sigsetmask.c: ... here.
54534         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
54535         * sysdeps/unix/bsd/sigvec.c: ... here.
54536         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
54537         * sysdeps/unix/bsd/tcdrain.c: ... here.
54538         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
54539         * sysdeps/unix/bsd/tcgetattr.c: ... here.
54540         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
54541         * sysdeps/unix/bsd/tcsetattr.c: ... here.
54542         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
54543         * sysdeps/unix/bsd/wait.c: ... here.
54544         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
54545         * sysdeps/unix/bsd/wait3.c: ... here.
54546         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
54547         * sysdeps/unix/bsd/waitpid.c: ... here.
54549 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
54551         [BZ #16356]
54552         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
54553         round-to-nearest for [!USE_AS_EXPM1L].
54554         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
54555         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
54556         more tests of exp and exp10.  Expect some exp10 tests to miss
54557         exceptions or fail in directed rounding modes.
54558         * math/auto-libm-test-out: Regenerated.
54559         * math/libm-test.inc (exp10_tonearest_test_data): New array.
54560         (exp10_test_tonearest): New function.
54561         (exp10_towardzero_test_data): New array.
54562         (exp10_test_towardzero): New function.
54563         (exp10_downward_test_data): New array.
54564         (exp10_test_downward): New function.
54565         (exp10_upward_test_data): New array.
54566         (exp10_test_upward): New function.
54567         (main): Call the new functions.
54568         * sysdeps/i386/fpu/libm-test-ulps: Update.
54569         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54571 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
54573         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
54574         asinh, atan, atan2, atanh, cbrt, cos and cosh.
54575         * math/auto-libm-test-out: Regenerated.
54576         * math/libm-test.inc (acosh_test_data): Add more tests.
54577         (atanh_test_data): Likewise.
54578         (ceil_test_data): Likewise.
54579         (copysign_test_data): Likewise.
54580         * sysdeps/i386/fpu/libm-test-ulps: Update.
54581         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54583         * timezone/checktab.awk: Update from tzcode 2013i.
54584         * timezone/private.h: Likewise.
54585         * timezone/scheck.c: Likewise.
54586         * timezone/tzfile.h: Likewise.
54587         * timezone/tzselect.ksh: Likewise.
54588         * timezone/zdump.c: Likewise.
54589         * timezone/zic.c: Likewise.
54591         * math/auto-libm-test-in: Add tests of cpow.
54592         * math/auto-libm-test-out: Regenerated.
54593         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
54594         * math/gen-auto-libm-tests.c (func_calc_method): Add value
54595         mpc_cc_c.
54596         (func_calc_desc): Add mpc_cc_c union field.
54597         (test_functions): Add cpow.
54598         (special_fill_2pi): New function.
54599         (special_real_inputs): Add 2pi.
54600         (calc_generic_results): Handle mpc_cc_c.
54601         * sysdeps/i386/fpu/libm-test-ulps: Update.
54602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54604         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
54605         csqrt, ctan and ctanh.
54606         * math/auto-libm-test-out: Regenerated.
54607         * math/libm-test.inc (TEST_COND_x86_64): New macro.
54608         (TEST_COND_x86): Likewise.
54609         (ccos_test_data): Use AUTO_TESTS_c_c.
54610         (ccosh_test_data): Likewise.
54611         (cexp_test_data): Likewise.
54612         (clog_test_data): Likewise.
54613         (csqrt_test_data): Likewise.
54614         (ctan_test_data): Likewise.
54615         (ctan_tonearest_test_data): Likewise.
54616         (ctan_towardzero_test_data): Likewise.
54617         (ctan_downward_test_data): Likewise.
54618         (ctan_upward_test_data): Likewise.
54619         (ctanh_test_data): Likewise.
54620         (ctanh_tonearest_test_data): Likewise.
54621         (ctanh_towardzero_test_data): Likewise.
54622         (ctanh_downward_test_data): Likewise.
54623         (ctanh_upward_test_data): Likewise.
54624         * math/gen-auto-libm-tests.c (func_calc_method): Add value
54625         mpc_c_c.
54626         (func_calc_desc): Add mpc_c_c union field.
54627         (FUNC_mpc_c_c): New macro.
54628         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
54629         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
54630         ctanh.
54631         (special_fill_min_subnorm_p120): New function.
54632         (special_real_inputs): Add min_subnorm_p120.
54633         (calc_generic_results): Handle mpc_c_c.
54634         * sysdeps/i386/fpu/libm-test-ulps: Update.
54635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54637 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
54639         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
54640         (do_sin_slow): New functions.
54641         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
54642         (cslow2, csloww1, csloww2): Use the new functions.
54644         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
54645         Use M to change sign of result instead of X.  Assume X is
54646         positive.
54647         (csloww1): Likewise.
54648         (__sin): Adjust.
54649         (__cos): Adjust.
54651         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
54652         arguments A and DA.
54653         (__sin): Adjust.
54654         (__cos): Likewise.
54656         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
54657         (__cos): Likewise.
54658         (sloww1): Don't adjust sign of DX.
54659         (csloww1): Likewise.
54660         (sloww2): Use X directly and don't adjust sign of DX.
54661         (csloww2): Likewise.
54663 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
54665         * math/auto-libm-test-in: Add tests of cabs and carg.
54666         * math/auto-libm-test-out: Regenerated.
54667         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
54668         (carg_test_data): Likewise.
54669         * math/gen-auto-libm-tests.c (func_calc_method): Add value
54670         mpc_c_f.
54671         (func_calc_desc): Add mpc_c_f union field.
54672         (test_functions): Add cabs and carg.
54673         (calc_generic_results): Handle mpc_c_f.
54675         * sysdeps/powerpc/powerpc32/libgcc-compat.S
54676         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
54677         as a macro and a compat symbol.
54678         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
54679         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
54680         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
54681         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
54682         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
54683         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
54684         not use .hidden.
54685         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
54686         Likewise.
54687         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
54688         Likewise.
54689         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
54690         Likewise.
54691         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
54692         Likewise.
54693         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
54694         Likewise.
54695         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
54696         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
54697         from GLIBC_2.3.2.
54699 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54701         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
54703 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
54705         * manual/texinfo.tex: Update to version 2013-11-26.10 with
54706         trailing whitespace removed.
54707         * scripts/config.guess: Update to version 2013-11-29.
54708         * scripts/config.sub: Update to version 2013-10-01.
54710         * math/auto-libm-test-in: Add tests of sincos.
54711         * math/auto-libm-test-out: Regenerated.
54712         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
54713         * math/gen-auto-libm-tests.c (func_calc_method): Add value
54714         mpfr_f_11.
54715         (func_calc_desc): Add mpfr_f_11 union field.
54716         (test_functions): Add sincos.
54717         (calc_generic_results): Handle mpfr_f_11.
54718         * sysdeps/i386/fpu/libm-test-ulps: Update.
54719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54721 2013-12-19  Andreas Schwab  <schwab@suse.de>
54723         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
54724         CALL_MCOUNT.
54725         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
54726         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
54727         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
54729 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
54731         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
54732         * sysdeps/i386/fpu/libm-test-ulps: Update.
54733         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54735         [BZ #16293]
54736         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
54737         round-to-nearest mode when using frndint.
54738         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
54739         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
54740         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
54741         Likewise.
54742         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
54743         sinh test to fail.
54744         * math/auto-libm-test-out: Regenerated.
54745         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
54746         (TEST_COND_x86): Likewise.
54747         (expm1_tonearest_test_data): New array.
54748         (expm1_test_tonearest): New function.
54749         (expm1_towardzero_test_data): New array.
54750         (expm1_test_towardzero): New function.
54751         (expm1_downward_test_data): New array.
54752         (expm1_test_downward): New function.
54753         (expm1_upward_test_data): New array.
54754         (expm1_test_upward): New function.
54755         (main): Run the new test functions.
54756         * sysdeps/i386/fpu/libm-test-ulps: Update.
54757         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54759         * include/features.h: Update comment documenting feature test
54760         macros.  Mention _DEFAULT_SOURCE in comment.
54761         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
54762         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
54763         _BSD_SOURCE and _SVID_SOURCE.
54764         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
54765         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
54766         !_SVID_SOURCE]: Likewise.
54767         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
54768         (__USE_POSIX_IMPLICITLY): Define.
54769         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
54770         (_POSIX_SOURCE): Undefine and redefine.
54771         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
54772         (_POSIX_C_SOURCE): Likewise.
54773         * manual/creature.texi (_DEFAULT_SOURCE): Document.
54774         (Feature Test Macros): Update documentation of default features.
54776 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
54778         * benchtests/Makefile: Add bench-strtok.
54779         * benchtests/bench-strtok.c: New file: strtok benchtest.
54781 2013-12-19  Allan McRae  <allan@archlinux.org>
54783         * manual/install.texi: Suppress menu for plain text output.
54784         * INSTALL: Regenerated.
54786 2013-12-18  Brooks Moses  <bmoses@google.com>
54788         [BZ #15846]
54789         * misc/getauxval.c: Include errno.h.
54790         (__getauxval): Set errno to ENOENT if the requested type is not
54791         found.
54792         * misc/sys/auxv.h (getauxval): Document that it may set errno;
54793         don't declare with __attribute_const__.
54794         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
54795         * manual/startup.texi: Document that getauxval sets errno.
54797 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
54799         * math/auto-libm-test-in: Add tests of jn and yn.
54800         * math/auto-libm-test-out: Regenerated.
54801         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
54802         (yn_test_data): Likewise.
54803         * math/gen-auto-libm-tests.c (func_calc_method): Add value
54804         mpfr_if_f.
54805         (func_calc_desc): Add mpfr_if_f union field.
54806         (FUNC_mpfr_if_f): New macro.
54807         (test_functions): Add jn and yn.
54808         (calc_generic_results): Assert type of second input for
54809         mpfr_ff_f.  Handle mpfr_if_f.
54810         (output_for_one_input_case): Disable all checking for arguments
54811         fitting floating-point types in case of an integer argument.
54812         * sysdeps/i386/fpu/libm-test-ulps: Update.
54813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54815         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
54816         Don't expect fegetround reference in libm.so.
54818 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
54820         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
54821         $(config-cflags-nofma).
54823 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
54825         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
54826         * math/auto-libm-test-out: Regenerated.
54828         [BZ #16338]
54829         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
54830         to determine exponent and adjust argument to have exponent of -1.
54831         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
54832         log2.
54833         * math/auto-libm-test-out: Regenerated.
54834         * sysdeps/i386/fpu/libm-test-ulps: Update.
54835         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54837 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
54839         * manual/probes.texi: Remove cases when per-thread arenas are
54840         disabled.
54842 2013-12-18  Andreas Schwab  <schwab@suse.de>
54844         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
54845         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
54846         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
54847         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
54848         * sysdeps/i386/i686/multiarch/Makefile: Update.
54849         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
54851 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
54853         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
54854         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
54856 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
54858         [BZ #15968]
54859         Support TZ transition times < 00:00:00.
54860         This is needed for version-3 tz-format files; it supports time
54861         stamps past 2037 for America/Godthab (the only entry in the tz
54862         database for which this change is relevant).
54863         * manual/time.texi (TZ Variable): Document transition times
54864         from -167:59:59 through -00:00:01.
54865         * time/tzset.c (tz_rule): Time of day is now signed.
54866         (__tzset_parse_tz): Parse negative time of day.
54868         Document TZ transition times >= 25:00:00.
54869         * manual/time.texi (TZ Variable): Document transition times from
54870         25:00:00 through 167:59:59.  These are already supported, and this
54871         support will help with version-3 tz-format files.
54873         * manual/time.texi (TZ Variable): Modernize North America example
54874         to reflect current (i.e., 2007-and-later) daylight saving rules.
54876         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
54878 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
54880         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
54881         * sysdeps/unix/bsd/bits/stat.h: Likewise.
54882         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
54883         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
54884         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
54885         * sysdeps/unix/bsd/bsdstat.h: Likewise.
54886         * sysdeps/unix/bsd/clock.c: Likewise.
54887         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
54888         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
54889         * sysdeps/unix/bsd/init-posix.c: Likewise.
54890         * sysdeps/unix/bsd/poll.c: Likewise.
54891         * sysdeps/unix/bsd/ptsname.c: Likewise.
54892         * sysdeps/unix/bsd/seekdir.c: Likewise.
54893         * sysdeps/unix/bsd/setegid.c: Likewise.
54894         * sysdeps/unix/bsd/seteuid.c: Likewise.
54895         * sysdeps/unix/bsd/setgid.c: Likewise.
54896         * sysdeps/unix/bsd/setrgid.c: Likewise.
54897         * sysdeps/unix/bsd/setruid.c: Likewise.
54898         * sysdeps/unix/bsd/setsid.c: Likewise.
54899         * sysdeps/unix/bsd/setuid.c: Likewise.
54900         * sysdeps/unix/bsd/sigaction.c: Likewise.
54901         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
54902         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
54903         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
54904         * sysdeps/unix/bsd/telldir.c: Likewise.
54905         * sysdeps/unix/bsd/times.c: Likewise.
54906         * sysdeps/unix/bsd/usleep.c: Likewise.
54908         * misc/Makefile (install-lib): Remove libbsd-compat.a.
54909         ($(objpfx)libbsd-compat.a): Remove rule.
54911         * include/features.h (__FAVOR_BSD): Do not define.
54912         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
54913         features conflicting with POSIX.
54914         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
54915         (_BSD_SOURCE): Remove description of not being a subset of other
54916         feature test macros.
54917         * manual/job.texi (getpgrp): Do not document BSD version.
54918         (getpgid): Do not document by reference to BSD getpgrp.
54919         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
54920         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
54921         * signal/signal.h [__FAVOR_BSD]: Likewise.
54922         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
54923         instead of making contents conditional on [__FAVOR_BSD].
54924         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
54926 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54928         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
54930 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
54932         [BZ #16314]
54933         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
54934         values below 2**-450, not 2**-500.
54935         * math/auto-libm-test-in: Don't allow spurious underflow from
54936         hypot.
54937         * math/auto-libm-test-out: Regenerated.
54939         [BZ #16316]
54940         [BZ #16330]
54941         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
54942         values of ha and hb and sort them after adjusting subnormal
54943         arguments.
54944         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
54945         Likewise.
54946         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
54947         values of ea and eb and sort them after adjusting subnormal
54948         arguments.
54949         * math/auto-libm-test-in: Do not expect some hypot tests of
54950         subnormals to fail.  Add more hypot tests.
54951         * math/auto-libm-test-out: Regenerated.
54953 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
54955         [BZ #13304]
54956         * sysdeps/sh/s_fma.c: New file.
54957         * sysdeps/sh/s_fmaf.c: New file.
54958         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
54959         version.
54960         * sysdeps/sh/Implies: Add sh/soft-fp.
54962 2013-12-16  Roland McGrath  <roland@hack.frob.com>
54964         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
54965         level of indirection to members `objname', `errstring', `malloced'.
54966         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
54967         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
54968         it as the __longjmp argument (just pass 1 instead).
54969         (_dl_catch_error): Initialize C with argument pointers and address of
54970         volatile local ERRCODE rather than copying values out of C at return.
54972 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
54974         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
54975         * math/auto-libm-test-out: Regenerated.
54976         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
54977         (hypot_test_data): Likewise.
54978         (pow_test_data): Likewise.
54979         (pow_tonearest_test_data): Likewise.
54980         * math/gen-auto-libm-tests.c (func_calc_method): Add value
54981         mpfr_ff_f.
54982         (func_calc_desc): Add mpfr_ff_f union field.
54983         (FUNC_mpfr_ff_f): New macro.
54984         (test_functions): Add atan2, hypot and pow.
54985         (special_fill_min): New function.
54986         (special_fill_minus_min): Likewise.
54987         (special_fill_min_subnorm): Likewise.
54988         (special_fill_minus_min_subnorm): Likewise.
54989         (special_real_inputs): Add min, -min, min_subnorm and
54990         -min_subnorm.
54991         (calc_generic_results): Handle mpfr_ff_f.
54992         * sysdeps/i386/fpu/libm-test-ulps: Update.
54993         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54995 2013-12-16  Will Newton  <will.newton@linaro.org>
54997         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
54998         (Aligned Memory Blocks): Add documentation for aligned_alloc
54999         and suggest it as an alternative to posix_memalign.
55000         (Hooks for Malloc): Document __memalign_hook is also called
55001         for aligned_alloc.  (Summary of Malloc): Add summary for
55002         aligned alloc.  Document __memalign_hook is also called
55003         for aligned_alloc.
55005 2013-12-16  Will Newton  <will.newton@linaro.org>
55007         * manual/memory.texi (Malloc Examples): Clarify default
55008         alignment documentation.  Suggest posix_memalign rather
55009         than memalign or valloc.
55010         (Aligned Memory Blocks): Remove suggestion to use memalign
55011         or valloc.  Remove obsolete comment about BSD.
55012         Document memalign errno values and mark the function obsolete.
55013         Document posix_memalign returned error codes.  Mark valloc
55014         as obsolete.  (Hooks for Malloc): __memalign_hook is also
55015         called for posix_memalign and valloc.
55016         (Summary of Malloc): Add posix_memalign to function summary.
55017         __memalign_hook is also called for posix_memalign and valloc.
55019 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
55021         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
55022         TAYLOR_SIN.
55023         (__sin): Adjust.
55024         (__cos): Likewise.
55025         (sloww): Use mynumber union.  Expand ternary operator into
55026         if-else statements.
55027         (cslow): use mynumber union.
55029 2013-12-16  Allan McRae  <allan@archlinux.org>
55031         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
55032         * configure: Regenerated.
55034         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
55036         [BZ #14120]
55037         * configure.ac: Added --enable-maintainer-mode. Check for
55038         autoconf when enabled.
55039         * configure: Regenerated.
55041         * nscd/nscd.service: New file.
55042         * nscd/nscd.tmpfiles: New file.
55044 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
55046         [BZ #12100]
55047         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
55048         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
55049         * sysdeps/x86_64/multiarch/strstr.c: ... here.
55050         (strstr): Add __strstr_sse2_unaligned ifunc.
55051         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
55052         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
55053         (strcasestr): Remove __strcasestr_sse42 ifunc.
55054         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
55055         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
55056         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
55058 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
55060         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
55061         * sysdeps/sh/bits/fenv.h: ... here.
55062         * sysdeps/sh/sh4/fpu/bits: Remove directory.
55064 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55066         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
55068         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
55069         hypotf multiarch implementations.
55070         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
55071         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
55072         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
55073         multiarch hypot for PPC64.
55074         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
55075         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
55076         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
55077         multiarch hypotf for PPC64.
55079         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
55080         modff multiarch implementations.
55081         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
55082         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
55083         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
55084         multiarch modf for PPC64.
55085         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
55086         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
55087         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
55088         multiarch modff for PPC64.
55090         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
55091         and logl multiarch implementations.
55092         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
55093         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
55094         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
55095         multiarch logb for PPC64.
55096         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
55097         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
55098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
55099         multiarch logb for PPC64.
55100         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
55101         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
55102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
55103         multiarch logb for PPC64.
55105         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
55106         isinff multiarch implementation.
55107         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
55108         file.
55109         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
55110         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
55111         multiarch isinf for PPC64.
55112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
55113         file.
55114         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
55115         multiarch isinff for PPC64.
55117         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
55118         finitef multiarch implementation.
55119         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
55120         file.
55121         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
55122         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
55123         multiarch finite for PPC64.
55124         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
55125         file.
55126         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
55127         multiarch finitef for PPC64.
55129         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
55130         lrint multiarch implementation.
55131         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
55132         file.
55133         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
55134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
55135         multiarch llrint for PPC64.
55136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
55137         multiarch lrint for PPC64.
55139         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
55140         copysignf multiarch implementation.
55141         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
55142         file.
55143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
55144         file.
55145         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
55146         multiarch copysign for PPC64.
55147         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
55148         multiarch copysignf for PPC64.
55150         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
55151         multiarch implementation.
55152         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
55153         file.
55154         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
55155         file.
55156         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
55157         file.
55158         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
55159         file.
55160         multiarch llround for PPC64.
55161         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
55162         multiarch trunc for PPC64.
55163         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
55164         multiarch truncf for PPC64.
55166         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
55167         multiarch implementation.
55168         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
55169         file.
55170         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
55171         file.
55172         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
55173         file.
55174         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
55175         file.
55176         multiarch llround for PPC64.
55177         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
55178         multiarch round for PPC64.
55179         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
55180         multiarch roundf for PPC64.
55182         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
55183         multiarch implementation.
55184         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
55185         file.
55186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
55187         file.
55188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
55189         file.
55190         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
55191         file.
55192         multiarch llround for PPC64.
55193         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
55194         multiarch floor for PPC64.
55195         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
55196         multiarch floorf for PPC64.
55198         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
55199         multiarch implementation.
55200         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
55201         file.
55202         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
55203         file.
55204         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
55205         file.
55206         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
55207         file.
55208         multiarch llround for PPC64.
55209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
55210         multiarch ceil for PPC64.
55211         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
55212         multiarch ceilf for PPC64.
55214         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
55215         multiarch implementation.
55216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
55217         file.
55218         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
55219         file.
55220         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
55221         file.
55222         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
55223         multiarch llround for PPC64.
55224         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
55225         multiarch lround for PPC64.
55227         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
55228         multiarch implementation.
55229         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
55230         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
55231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
55232         file.
55233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
55234         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
55235         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
55236         multiarch isnan for PPC64.
55237         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
55238         multiarch isnanf for PPC64.
55240         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
55241         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
55242         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
55243         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
55244         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
55245         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
55247         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
55248         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
55249         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
55250         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
55252         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
55253         multiarch implementations.
55254         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55255         (__libc_ifunc_impl_list): Likewise.
55256         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
55257         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
55258         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
55259         multiarch stpcpy for PPC64.
55261         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
55262         multiarch implementations.
55263         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55264         (__libc_ifunc_impl_list): Likewise.
55265         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
55266         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
55267         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
55268         multiarch strcpy for PPC64.
55270         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
55271         redefine function name.
55272         (_wordcopy_fwd_dest_aligned): Likewise.
55273         (_wordcopy_bwd_aligned): Likewise.
55274         (_wordcopy_bwd_dest_aligned): Likewise.
55275         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
55276         multiarch implementations.
55277         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55278         (__libc_ifunc_impl_list): Likewise.
55279         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
55280         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
55281         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
55282         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
55283         multiarch wcscpy for PPC64.
55285         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
55286         multiarch implementations.
55287         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55288         (__libc_ifunc_impl_list): Likewise.
55289         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
55290         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
55291         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
55292         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
55293         multiarch wcscpy for PPC64.
55295         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
55296         multiarch implementations.
55297         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55298         (__libc_ifunc_impl_list): Likewise.
55299         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
55300         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
55301         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
55302         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
55303         multiarch wcsrchr for PPC64.
55305         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
55306         multiarch implementations.
55307         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55308         (__libc_ifunc_impl_list): Likewise.
55309         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
55310         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
55311         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
55312         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
55313         multiarch wcschr for PPC64.
55315         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
55316         multiarch implementations.
55317         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55318         (__libc_ifunc_impl_list): Likewise.
55319         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
55320         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
55321         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
55322         multiarch strchrnul for PPC64.
55324         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
55325         implementations.
55326         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55327         (__libc_ifunc_impl_list): Likewise.
55328         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
55329         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
55330         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
55331         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
55332         strchr for PPC64.
55334         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
55335         implementations.
55336         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55337         (__libc_ifunc_impl_list): Likewise.
55338         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
55339         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
55340         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
55341         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
55342         strncmp for PPC64.
55344         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
55345         multiarch implementations.
55346         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55347         (__libc_ifunc_impl_list): Likewise.
55348         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
55349         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
55350         strncasecmp for PPC64.
55351         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
55352         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
55353         multiarch strncasecmp_l for PPC64.
55355         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
55356         multiarch implementations.
55357         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
55358         (__libc_ifunc_impl_list): Likewise.
55359         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
55360         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
55361         multiarch strcasecmp for PPC64.
55362         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
55363         file.
55364         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
55365         multiarch strcasecmp_l for PPC64.
55367         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
55368         implementations.
55369         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55370         (__libc_ifunc_impl_list): Likewise.
55371         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
55372         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
55373         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
55374         strnlen for PPC64.
55376         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
55377         implementations.
55378         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55379         (__libc_ifunc_impl_list): Likewise.
55380         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
55381         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
55382         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
55383         strlen for PPC64.
55385         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
55386         implementations.
55387         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55388         (__libc_ifunc_impl_list): Likewise.
55389         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
55390         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
55391         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
55392         rawmemrchr for PPC64.
55394         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
55395         implementation.
55396         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55397         (__libc_ifunc_impl_list): Likewise.
55398         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
55399         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
55400         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
55401         memrchr for PPC64.
55403         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
55404         implementation.
55405         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55406         (__libc_ifunc_impl_list): Likewise.
55407         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
55408         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
55409         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
55410         memchr for PPC64.
55412         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
55413         implementation.
55414         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55415         (__libc_ifunc_impl_list): Likewise.
55416         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
55417         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
55418         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
55419         mempcpy for PPC64.
55421         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
55422         avoid cretion of __bzero symbol.
55423         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
55424         Likewise.
55425         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
55426         Likewise.
55427         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
55428         Likewise.
55429         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
55430         multiarch implementations.
55431         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55432         (__libc_ifunc_impl_list): Likewise.
55433         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
55434         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
55435         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
55436         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
55437         bzero for PPC32.
55438         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
55439         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
55440         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
55441         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
55442         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
55443         memset for PPC64.
55444         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
55446         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
55447         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
55448         implementations.
55449         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
55450         (__libc_ifunc_impl_list): Likewise.
55451         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
55452         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
55453         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
55454         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
55455         memcmp for PPC64.
55457         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
55458         multiarch for POWER/PPC64.
55459         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
55460         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
55461         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
55462         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
55463         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
55464         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
55465         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
55466         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
55467         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
55468         memcpy for PPC64.
55470         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
55471         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
55472         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
55473         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
55474         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
55475         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
55476         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
55477         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
55478         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
55479         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
55480         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
55481         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
55482         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
55483         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
55484         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
55485         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
55486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
55487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
55488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
55489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
55490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
55491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
55493 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
55495         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
55497 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
55499         * benchtests/Makefile (bench): Add exp2 and log2.
55500         (LDLIBS-bench-exp2): Add -lm.
55501         (LDLIBS-bench-log2): Likewise.
55502         * benchtests/exp2-inputs: New inputs file.
55503         * benchtests/log2-inputs: New inputs file.
55504         * benchtests/log-inputs: Add new inputs.
55505         * benchtests/tan-inputs: Likewise.
55507 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
55509         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
55510         definition...
55511         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
55512         (csloww2): ... from here.
55514         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
55515         instead of structures.
55516         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
55517         (POLYNOMIAL): Likewise.
55518         (TAYLOR_SLOW): Likewise.
55519         (__sin): Likewise.
55520         (__cos): Likewise.
55521         (slow1): Likewise.
55522         (slow2): Likewise.
55523         (sloww): Likewise.
55524         (sloww1); Likewise.
55525         (sloww2): Likewise.
55526         (bsloww1): Likewise.
55527         (bsloww2): Likewise.
55528         (cslow2): Likewise.
55529         (csloww): Likewise.
55530         (csloww1): Likewise.
55531         (csloww2): Likewise.
55533 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
55535         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
55536         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
55537         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
55538         * malloc/hooks.c (realloc_check): Likewise.
55540         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
55541         * malloc/arena.c: Remove PER_THREAD conditional.
55542         [!PER_THREAD]: Remove code.
55543         (ptmalloc_unlock_all2): Likewise.
55544         (ptmalloc_init): Likewise.
55545         (_int_new_arena): Likewise.
55546         (arena_get2): Likewise.
55547         * malloc/hooks.c (__malloc_get_state): Likewise.
55548         (__malloc_set_state): Likewise.
55549         * malloc/malloc.c: Likewise.
55550         (struct malloc_state): Likewise.
55551         (struct malloc_par): Likewise.
55552         (__libc_realloc): Likewise.
55553         (__libc_mallopt): Likewise.
55555 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55557         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
55559 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
55561         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
55562         macro to a function.  Check for zero perturb_byte.
55563         (_int_malloc, _int_free): Remove zero perturb_byte checks.
55565         * malloc/malloc.c: (force_reg): Remove.
55566         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
55567         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
55568         force_reg by atomic_forced_read.
55569         * malloc/arena.c (ptmalloc_init): Likewise.
55570         * malloc/hooks.c (top_check): Likewise.
55572 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55574         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
55576 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
55578         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
55580 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
55582         * math/auto-libm-test-in: Add tests of lgamma.
55583         * math/auto-libm-test-out: Regenerated.
55584         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
55585         (M_LOG_2_SQRT_PIl): Likewise.
55586         (lgamma_test_data): Use AUTO_TESTS_f_f1.
55587         * math/gen-auto-libm-tests.c (func_calc_method): Add value
55588         mpfr_f_f1.
55589         (func_calc_desc): Add mpfr_f_f1 union field.
55590         (ARGS1): New macro.
55591         (ARGS2): Likewise.
55592         (ARGS3): Likewise.
55593         (ARGS4): Likewise.
55594         (RET1): Likewise.
55595         (RET2): Likewise.
55596         (CALC): Likewise.
55597         (FUNC): Likewise.
55598         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
55599         (test_functions): Add lgamma.
55600         (calc_generic_results): Handle mpfr_f_f1.
55601         * sysdeps/i386/fpu/libm-test-ulps: Update.
55602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55604 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55606         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
55607         __mpn_add_n for PowerPC64/POWER7.
55608         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
55609         __mpn_sub_n for PowerPC64/POWER7.
55611         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
55612         __mpn_addmul_1 for PowerPC64.
55613         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
55614         __mpn_submul_1 for PowerPC64.
55615         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
55616         for PowerPC64.
55617         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
55618         for PowerPC64.
55620 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
55622         [BZ #15089]
55623         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
55625 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
55627         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
55629         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
55630         add multiarch folders.
55631         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
55632         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
55633         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
55634         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
55635         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
55636         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
55637         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
55638         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
55639         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
55640         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
55641         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
55642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
55643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
55644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
55645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
55646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
55647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
55649         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
55650         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
55651         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
55652         New file.
55653         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
55654         New file.
55655         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
55656         multiarch __ieee754_hypot for PowerPC32.
55657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
55658         New file.
55659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
55660         New file.
55661         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
55662         multiarch __ieee754_hypotf for PowerPC32.
55664         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
55665         long_double_symbol only if __logbl is defined.
55666         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
55667         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
55668         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
55669         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
55670         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
55671         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
55672         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
55673         path for implementation.
55674         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
55675         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
55676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
55677         logb, and logbl multiarch implementations for PowerPC32.
55678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
55679         file.
55680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
55681         file.
55682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
55683         multiarch logb for PowerPC32.
55684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
55685         file.
55686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
55687         file.
55688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
55689         multiarch logbf for PowerPC32.
55690         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
55691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
55692         file.
55693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
55694         multiarch logbl implementation for PowerPC32.
55696         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
55697         and modff multiarch implementations.
55698         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
55699         New file.
55700         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
55701         New file.
55702         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
55703         multiarch modf for PowerPC32.
55704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
55705         New file.
55706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
55707         New file.
55708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
55709         multiarch modff for PowerPC32.
55711         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
55712         and lrintf multiarch implementations.
55713         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
55714         New file.
55715         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
55716         New file.
55717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
55718         multiarch lrint for PowerPC32.
55719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
55720         file: multiarch lrintf for PowerPC32.
55722         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
55723         and lroundf multiarch implementations.
55724         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
55725         New file.
55726         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
55727         New file.
55728         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
55729         New file.
55730         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
55731         multiarch lround for PowerPC32.
55732         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
55733         file: multiarch lroundf for PowerPC32.
55735         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
55736         copysign and copysignf multiarch implementations.
55737         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
55738         New file.
55739         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
55740         New file.
55741         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
55742         file: multiarch copysign for PowerPC32.
55743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
55744         file: multiarch copysignf for PowerPC32.
55746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
55747         and truncf multiarch implementations.
55748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
55749         New file.
55750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
55751         file.
55752         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
55753         multiarch trunc for PowerPC32.
55754         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
55755         New file.
55756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
55757         New file.
55758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
55759         multiarch truncf for PowerPC32.
55761         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
55762         and roundf multiarch implementations.
55763         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
55764         New file.
55765         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
55766         file.
55767         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
55768         multiarch round for PowerPC32.
55769         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
55770         New file.
55771         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
55772         New file.
55773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
55774         multiarch roundf for PowerPC32.
55776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
55777         and floorf multiarch implementations.
55778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
55779         New file.
55780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
55781         file.
55782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
55783         multiarch floor for PowerPC32.
55784         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
55785         New file.
55786         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
55787         New file.
55788         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
55789         multiarch floorf for PowerPC32.
55791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
55792         and ceilf multiarch implementations.
55793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
55794         New file.
55795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
55796         file.
55797         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
55798         multiarch ceil for PowerPC32.
55799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
55800         New file.
55801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
55802         file.
55803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
55804         multiarch ceilf for PowerPC32.
55806         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
55807         is defined.
55808         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
55809         FINITEF is defined.
55810         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
55811         and finitef multiarch implementations.
55812         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
55813         New file.
55814         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
55815         file.
55816         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
55817         multiarch finite for PowerPC32.
55818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
55819         New file.
55820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
55821         file: multiarch finitef for PowerPC32.
55823         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
55824         and isinff multiarch implementations.
55825         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
55826         file.
55827         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
55828         file.
55829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
55830         multiarch isinf for PowerPC32.
55831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
55832         New file.
55833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
55834         multiarch isinff for PowerPC32.
55836         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
55837         alias when __isnan is defined.
55838         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
55839         and isnanf multiarch implementations.
55840         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
55841         file.
55842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
55843         file.
55844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
55845         file.
55846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
55847         file.
55848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
55849         multiarch isnan for PowerPC32.
55850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
55851         New file.
55852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
55853         New file.
55854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
55855         multiarch isnanf for PowerPC32.
55857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
55858         and sqrtf multiarch implementations.
55859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
55860         file.
55861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
55862         file.
55863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
55864         multiarch sqrt for PowerPC32.
55865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
55866         file.
55867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
55868         file.
55869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
55870         multiarch sqrtf for PowerPC32.
55872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
55873         and llroundf multiarch implementations.
55874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
55875         New file.
55876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
55877         New file.
55878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
55879         New file.
55880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
55881         file: multiarch llround for PowerPC32.
55882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
55883         file: multiarch llroundf for PowerPC32.
55885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
55886         multiarch PowerPC32 fpu implementations.
55887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
55888         New file.
55889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
55890         New file.
55891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
55892         multiarch llrint for PowerPC32.
55893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
55894         New file.
55895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
55896         New file.
55897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
55898         file.
55900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
55902         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
55903         file.
55904         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
55905         file.
55906         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
55907         file.
55908         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
55909         multiarch wordcopy for PPC32.
55910         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
55911         wordcopy objects.
55912         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55913         (__libc_ifunc_impl_list): Likewise.
55914         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
55915         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
55916         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
55917         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
55918         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
55919         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
55921         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
55922         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
55923         file.
55924         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
55925         file.
55926         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
55927         file.
55928         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
55929         multiarch wcscpy for PPC32.
55930         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
55931         multiarch objects.
55932         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55933         (__libc_ifunc_impl_list): Likewise.
55934         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
55935         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
55936         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
55937         sysdeps/powerpc/power6/wcscpy.c.
55939         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
55940         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
55941         file.
55942         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
55943         file.
55944         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
55945         file.
55946         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
55947         multiarch wcsrchr for PPC32.
55948         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
55949         multiarch objects.
55950         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55951         (__libc_ifunc_impl_list): Likewise.
55952         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
55953         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
55954         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
55955         sysdeps/powerpc/power6/wcsrchr.c.
55957         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
55958         file.
55959         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
55960         file.
55961         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
55962         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
55963         multiarch wcschr for PPc32.
55964         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
55965         multiarch objects.
55966         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55967         (__libc_ifunc_impl_list): Likewise.
55968         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
55969         * sysdeps/powerpc/power6/wcschr.c: ... to here.
55970         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
55971         sysdeps/powerpc/power6/wcschr.c.
55973         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
55974         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
55975         file.
55976         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
55977         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
55978         file: multiarch strchr for PPC32.
55979         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
55980         multiarch objects.
55981         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55982         (__libc_ifunc_impl_list): Likewise.
55984         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
55985         name.
55986         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
55987         file.
55988         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
55989         file.
55990         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
55991         multiarch strchrnul for PPC32.
55992         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
55993         multiarch objects.
55994         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
55995         (__libc_ifunc_impl_list): Likewise.
55997         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
55998         file.
55999         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
56000         multiarch strncasecmp for PPC32.
56001         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
56002         file.
56003         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
56004         multiarch strncasecmp_l for PPC32.
56005         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
56006         strncasecmp multiarch objects.
56007         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
56008         (__libc_ifunc_impl_list): Likewise.
56010         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
56011         file.
56012         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
56013         multiarch strncasecmp for PPC32.
56014         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
56015         New file.
56016         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
56017         multiarch strcasecmp_l for PPC32.
56018         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
56019         multiarch objects.
56020         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
56021         (__libc_ifunc_impl_list): Likewise.
56023         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
56024         file.
56025         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
56026         file.
56027         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
56028         multiarch strncmp for PPC32.
56029         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
56030         multiarch objects.
56031         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
56032         (__libc_ifunc_impl_list): Likewise.
56034         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
56035         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
56036         file.
56037         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
56038         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
56039         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
56040         multiarch objects.
56041         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
56042         (__libc_ifunc_impl_list): Likewise.
56044         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
56045         file.
56046         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
56047         file.
56048         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
56049         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
56050         multiarch objects.
56051         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
56052         (__libc_ifunc_impl_list): Likewise.
56054         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
56055         file.
56056         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
56057         file.
56058         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
56059         multiarch rawmemchr for PPC32.
56060         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
56061         multiarch objects.
56062         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
56063         (__libc_ifunc_impl_list): Likewise.
56065         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
56066         file.
56067         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
56068         file.
56069         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
56070         file: memrchr multiarch for PPC32.
56071         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
56072         multiarch objects.
56073         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
56074         (__libc_ifunc_impl_list): Likewise.
56076         * string/memchr.c (__memchr): Using macro to redefine symbol name.
56077         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
56078         file.
56079         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
56080         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
56081         multiarch memchr for PPC32.
56082         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
56083         multiarch objects.
56084         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
56085         (__libc_ifunc_impl_list): Likewise.
56087         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
56088         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
56089         file.
56090         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
56091         file.
56092         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
56093         file: multiarch mempcpy for PPC32.
56094         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
56095         multiarch objects.
56096         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
56097         (__libc_ifunc_impl_list): Likewise.
56099         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
56100         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
56101         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
56102         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
56103         multiarch bzero for PPC32.
56104         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
56105         file.
56106         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
56107         file.
56108         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
56109         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
56110         file: multiarch memset for PPC32.
56111         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
56112         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
56113         memset multiarch objects.
56114         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
56115         (__libc_ifunc_impl_list): Likewise.
56117         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
56118         file.
56119         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
56120         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
56121         memcmp for PPC32.
56122         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
56123         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
56124         multiarch objects.
56125         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
56126         (__libc_ifunc_impl_list): Likewise.
56128         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
56129         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
56130         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
56131         file.
56132         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
56133         file.
56134         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
56135         file.
56136         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
56137         multiarch memcpy for PPC32.
56138         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
56139         multiarch objects.
56140         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
56141         (__libc_ifunc_impl_list): Likewise.
56143         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
56144         support multiarch for POWER/PPC32.
56145         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
56146         Likewise.
56147         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
56148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
56149         Implies file to make multiarch folder appers before the fpu and
56150         default folder for power4 configuration.
56152 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
56154         * scripts/bench.pl: Append volatile keyword to type.
56156 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
56158         * sysdeps/sh/sotruss-lib.c: New file.
56159         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
56161 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56163         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
56165 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
56167         [BZ #6810]
56168         * math/w_tgamma.c: Include <errno.h>.
56169         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
56170         * math/w_tgammaf.c: Include <errno.h>.
56171         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
56172         * math/w_tgammal.c: Include <errno.h>.
56173         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
56174         * math/auto-libm-test-in: Do not allow missing errno on tgamma
56175         underflow.  Add more tgamma tests.
56176         * math/auto-libm-test-out: Regenerated.
56177         * sysdeps/i386/fpu/libm-test-ulps: Update.
56178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56180         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
56181         sin, sinh, tan, tanh, tgamma, y0 and y1.
56182         * math/auto-libm-test-out: Regenerated.
56183         * math/libm-test.inc (TEST_COND_x86_64): New macro.
56184         (TEST_COND_x86): Likewise.
56185         (M_E2l): Remove macro.
56186         (M_E3l): Likewise.
56187         (M_2_SQRT_PIl): Likewise.
56188         (M_SQRT_PIl): Likewise.
56189         (M_1_DIV_El): Likewise.
56190         (log_test_data): Use AUTO_TESTS_f_f.
56191         (log10_test_data): Likewise.
56192         (log1p_test_data): Likewise.
56193         (log2_test_data): Likewise.
56194         (sin_test_data): Likewise.
56195         (sin_tonearest_test_data): Likewise.
56196         (sin_towardzero_test_data): Likewise.
56197         (sin_downward_test_data): Likewise.
56198         (sin_upward_test_data): Likewise.
56199         (sinh_test_data): Likewise.
56200         (sinh_tonearest_test_data): Likewise.
56201         (sinh_towardzero_test_data): Likewise.
56202         (sinh_downward_test_data): Likewise.
56203         (sinh_upward_test_data): Likewise.
56204         (tan_test_data): Likewise.
56205         (tan_tonearest_test_data): Likewise.
56206         (tan_towardzero_test_data): Likewise.
56207         (tan_downward_test_data): Likewise.
56208         (tan_upward_test_data): Likewise.
56209         (tanh_test_data): Likewise.
56210         (tgamma_test_data): Likewise.
56211         (y0_test_data): Likewise.
56212         (y1_test_data): Likewise.
56213         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
56214         (special_real_inputs): Add pi/4.
56215         * sysdeps/i386/fpu/libm-test-ulps: Update.
56216         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56218 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56220         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
56221         "longjmp_target" static probes.
56222         (__longjmp): Rename to __longjmp_symbol.
56223         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
56224         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
56225         on which longjmp to generate.
56226         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
56227         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
56228         probe.
56229         (__sigsetjmp): Rename to __sigsetjmp_symbol.
56230         (__sigjmp_save): Rename to __sigjmp_save_symbol.
56231         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
56232         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
56233         and __sigjmp_save_symbol based on which sigsetjmp to generated.
56234         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
56235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
56236         __longjmp_symbol based on which __longjmp to generate.
56237         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
56238         probe.
56239         (setjmp): Rename to setjmp_symbol.
56240         (__sigsetjmp): Rename to __sigsetjmp_symbol.
56241         (_setjmp): Rename to _setjmp_symbol.
56242         (__sigsetjmp): Rename to __sigsetjmp_symbol.
56243         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
56244         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
56245         which setjmp to generate.
56246         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
56247         "longjmp_target" static probes.
56249 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
56251         * benchtests/README: Add note about output arguments.
56252         * benchtests/bench-sincos.c: Remove file.
56253         * benchtests/sincos-inputs: New file.
56254         * scripts/bench.pl: Identify output arguments and define
56255         static variables for them.
56257         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
56259         [BZ #15941]
56260         * Makefile (INSTALL): Add install-plain.texi as the primary
56261         dependency.
56262         * manual/install-plain.texi: New file.
56263         * manual/install.texi: Include node directive only for
56264         non-plaintext output.
56266 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
56268         * stdlib/longlong.h: Update from GCC.
56270         [BZ #6807]
56271         [BZ #15901]
56272         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
56273         * math/w_j0f.c (y0f): Likewise.
56274         * math/w_j0l.c (__y0l): Likewise.
56275         * math/w_j1.c (y1): Likewise.
56276         * math/w_j1f.c (y1f): Likewise.
56277         * math/w_j1l.c (__y1l): Likewise.
56278         * math/w_jn.c (yn): Likewise.
56279         * math/w_jnf.c (ynf): Likewise.
56280         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
56281         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
56282         value for Bessel function domain errors outside _SVID_ mode.
56283         Adjust sign of return value for yn (negative integer, 0).
56284         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
56285         by zero in return for negative x and set sign appropriately for
56286         negative n.
56287         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
56288         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
56289         * math/libm-test.inc (y0_test_data): Add more tests and adjust
56290         expectations in error cases.
56291         (y1_test_data): Likewise.
56292         (yn_test_data): Likewise.
56293         * sysdeps/i386/fpu/libm-test-ulps: Update.
56294         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56296 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
56298         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
56299         "64" to "64-v1".  Add "64-v2".
56300         (abi-64-options): Rename to ...
56301         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
56302         (abi-64-condition): Rename to ...
56303         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
56304         (abi-64-ld-soname): Rename to ...
56305         (abi-64-v1-ld-soname): ... this.
56306         (abi-64-v2-options): Define.
56307         (abi-64-v2-condition): Likewise.
56308         (abi-64-v2-ld-soname): Likewise.
56309         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
56310         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
56311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
56312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
56313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
56315 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
56316             Alan Modra  <amodra@gmail.com>
56318         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
56319         New versions for use with the ELFv2 ABI.
56320         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
56321         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
56322         declaration.
56323         (struct La_ppc64v2_retval): Likewise.
56324         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
56325         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
56326         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
56327         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
56328         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
56329         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
56330         Do not save or restore CR.
56331         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
56332         (_dl_profile_resolve): Do no save or restore CR.  Support extended
56333         return values for ELFv2 ABI.  Fix location of FPR return registers.
56334         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
56335         updated values for _CALL_ELF == 2.
56336         (La_regs, La_retval, int_retval): Likewise.
56338 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
56340         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
56341         (FRAME_MIN_SIZE_PARM): Likewise.
56342         (FRAME_BACKCHAIN): Likewise.
56343         (FRAME_CR_SAVE): Likewise.
56344         (FRAME_LR_SAVE): Likewise.
56345         (FRAME_TOC_SAVE): Likewise.
56346         (FRAME_PARM_SAVE): Likewise.
56347         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
56348         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
56349         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
56350         (call_mcount_parm_offset): New macro.
56351         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
56352         (PROF): Use symbolic stack frame offsets.
56353         (TAIL_CALL_SYSCALL_ERROR): Likewise.
56354         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
56355         Redefine in terms of FRAME_MIN_SIZE.
56356         (_dl_runtime_resolve): Use symbolic stack frame offsets.
56357         (_dl_profile_resolve): Likewise.  Update comment.
56358         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
56359         symbols stack frame offsets.
56360         (__sigsetjmp): Likewise.
56361         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
56362         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
56363         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
56364         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
56366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
56367         (FRAME_BACKCHAIN): Remove.
56368         (FRAME_CR_SAVE): Likewise.
56369         (FRAME_LR_SAVE): Likewise.
56370         (FRAME_COMPILER_DW): Likewise.
56371         (FRAME_LINKER_DW): Likewise.
56372         (FRAME_TOC_SAVE): Likewise.
56373         (FRAME_PARM_SAVE): Likewise.
56374         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
56375         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
56376         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
56377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
56378         (CHECK_SP): Use symbolic stack frame offsets.
56379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
56380         zone" instead of caller's parameter save area for temp storage.
56381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56382         Likewise.  Also, use symbolic stack frame offsets.
56383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
56384         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
56385         our own stack frame instead of the caller's.
56386         (__socket): Use symbolic stack frame offsets.
56388 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
56389             Alan Modra  <amodra@gmail.com>
56391         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
56392         Define.
56393         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
56394         (PPC64_LOCAL_ENTRY_OFFSET): Define.
56395         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
56396         New function.
56397         (elf_machine_fixup_plt): Call it.
56398         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
56399         reloc arguments.
56400         (elf_machine_rela): Update call to elf_machine_plt_conflict.
56401         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
56402         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
56403         r2 before calling target.
56405 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
56406             Alan Modra  <amodra@gmail.com>
56408         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
56409         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
56410         versions of macros to support ELFv2 ABI.
56411         (LOCALENTRY): New macro.
56412         (ENTRY, EALIGN): Use it.
56413         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
56414         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
56415         fall through into ENTRY entry point.
56416         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
56417         Only define if _CALL_ELF != 2.
56419         (elf_machine_matches_host): Verify ABI version matches.
56420         (RTLD_START): Use LOCALENTRY.
56421         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
56422         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
56423         (PLT_ENTRY_WORDS): New macro.
56424         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
56425         (elf_machine_runtime_setup): Support ELFv2 ABI.
56426         (elf_machine_fixup_plt): Likewise.
56427         (elf_machine_plt_conflict): Likewise.
56428         (resolve_ifunc): Likewise.
56429         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
56430         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
56431         Likewise.
56432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
56433         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
56434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56435         (makecontext): Support ELFv2 ABI.
56436         * elf/elf.h (EF_PPC64_ABI): Define.
56438 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
56440         * sysdeps/powerpc/powerpc64/sysdep.h
56441         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
56442         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
56443         (ENTRY) [ASSEMBLER]: ... but instead here ...
56444         (EALIGN) [ASSEMBLER]: ... and here.
56445         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
56446         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
56447         (ENTRY_2) [!ASSEMBLER]: Use it.
56448         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
56449         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
56450         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
56451         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
56452         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
56453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
56454         Use PPC64_LOAD_FUNCPTR.
56456         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
56458 2013-12-04  Alan Modra  <amodra@gmail.com>
56460         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
56461         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
56462         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
56463         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
56465         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
56466         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
56467         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
56468         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
56469         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
56470         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
56472 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
56474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56475         (__makecontext): Fix incorrect CFI when backtracing out of
56476         context created via makecontext.
56477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
56478         (__setcontext): Fix incorrect CFI during switch to new context.
56479         (__novec_setcontext): Likewise.
56481 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
56483         [BZ #4772]
56484         * time/strptime_l.c (__strptime_internal): Allow modifiers
56485         in strptime.
56486         * time/tst-strptime.c (day_tests): Add testcase.
56488 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
56490         * scripts/bench.pl: Skip over blank lines.
56492 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
56494         [BZ #926]
56495         * manual/time.texi (Calendar Time): Clarify what timezone functions
56496         use.
56498 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56500         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
56502 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
56504         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
56505         implementation.
56506         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
56507         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
56508         * debug/memset_chk.c (__memset_chk): Likewise.
56509         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
56510         * debug/strncpy_chk.c: Likewise.
56512 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
56514         [BZ #15268]
56515         [BZ #15425]
56516         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
56517         (__ieee754_exp): For possibly underflowing results, check size of
56518         result and force underflow exception if required.
56519         * math/auto-libm-test-in: Add more tests of exp.
56520         * math/auto-libm-test-out: Regenerated.
56521         * sysdeps/i386/fpu/libm-test-ulps: Update.
56522         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56524         [BZ #16283]
56525         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
56526         * math/w_exp2f.c (__exp2f): Likewise.
56527         * math/w_exp2l.c (__exp2l): Likewise.
56528         * math/auto-libm-test-in: Do not allow missing errno on exp2
56529         underflow.
56530         * math/auto-libm-test-out: Regenerated.
56532 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
56534         [BZ #16274]
56535         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
56536         handle filename validation.
56537         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
56538         (do_open): Delete.
56540 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
56542         [BZ #6786]
56543         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
56544         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
56545         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
56546         <float.h>.
56547         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
56548         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
56549         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
56550         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
56551         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
56552         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
56553         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
56554         * math/auto-libm-test-in: Don't allow missing errno from erfc.
56555         Add more erfc tests.
56556         * math/auto-libm-test-out: Regenerated.
56557         * sysdeps/i386/fpu/libm-test-ulps: Update.
56558         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56560         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
56561         exp2, expm1, j0 and j1.
56562         * math/auto-libm-test-out: Regenerated.
56563         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
56564         (erfc_test_data): Likewise.
56565         (exp_test_data): Likewise.
56566         (exp_tonearest_test_data): Likewise.
56567         (exp_towardzero_test_data): Likewise.
56568         (exp_downward_test_data): Likewise.
56569         (exp_upward_test_data): Likewise.
56570         (exp10_test_data): Likewise.
56571         (exp2_test_data): Likewise.
56572         (expm1_test_data): Likewise.
56573         (j0_test_data): Likewise.
56574         (j1_test_data): Likewise.
56575         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
56576         (input_flag_type): Add flag_xfail_rounding.
56577         (input_flags): Add xfail-rounding.
56578         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
56579         (output_for_one_input_case): Handle flag_xfail_rounding.
56580         * sysdeps/i386/fpu/libm-test-ulps: Update.
56581         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56583 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
56585         [BZ #16289]
56586         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
56587         division by 0.
56589 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
56591         [BZ #16195]
56592         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
56593         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
56594         (STAP_PROBE0): New macro.
56595         (STAP_PROBE1): Likewise.
56596         (STAP_PROBE2): Likewise.
56597         (STAP_PROBE3): Likewise.
56598         (STAP_PROBE4): Likewise.
56600 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
56602         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
56604 2013-12-02  Steve Ellcey  <sellcey@mips.com>
56606         * benchtests/Makefile (bench): Add sqrt.
56607         (LDLIBS-bench-sqrt): New.
56608         * benchtests/sqrt-input: New.
56610 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
56612         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
56613         (GAIH_EAI): Likewise.
56614         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
56615         (gaih_inet): Likewise.
56616         (getaddrinfo): Don't use GAIH_EAI.
56618         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
56619         (struct gaih): Remove definition.
56621 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
56623         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
56624         Use HERRNOP directly.
56626 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56628         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
56630 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
56632         * math/gen-auto-libm-tests.c (test_functions): Add more
56633         single-argument functions.
56634         (special_fill_pi_2): New function.
56635         (special_fill_minus_pi_2): Likewise.
56636         (special_fill_pi_6): Likewise.
56637         (special_fill_minus_pi_6): Likewise.
56638         (special_fill_pi_3): Likewise.
56639         (special_fill_2pi_3): Likewise.
56640         (special_fill_e): Likewise.
56641         (special_fill_1_e): Likewise.
56642         (special_fill_e_minus_1): Likewise.
56643         (special_real_inputs): Add more special inputs.
56644         (output_for_one_input_case): Do not require ERANGE on underflow to
56645         zero if round-to-nearest result does not underflow to zero, unless
56646         exact results required.
56647         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
56648         atan, atanh, cbrt, cos and cosh.
56649         * math/auto-libm-test-out: Regenerated.
56650         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
56651         (acos_tonearest_test_data): Likewise.
56652         (acos_towardzero_test_data): Likewise.
56653         (acos_downward_test_data): Likewise.
56654         (acos_upward_test_data): Likewise.
56655         (acosh_test_data): Likewise.
56656         (asin_test_data): Likewise.
56657         (asin_tonearest_test_data): Likewise.
56658         (asin_towardzero_test_data): Likewise.
56659         (asin_upward_test_data): Likewise.
56660         (asinh_test_data): Likewise.
56661         (atan_test_data): Likewise.
56662         (atanh_test_data): Likewise.
56663         (cbrt_test_data): Likewise.
56664         (cos_test_data): Likewise.
56665         (cos_tonearest_test_data): Likewise.
56666         (cos_towardzero_test_data): Likewise.
56667         (cos_downward_test_data): Likewise.
56668         (cos_upward_test_data): Likewise.
56669         (cosh_test_data): Likewise.
56670         (cosh_tonearest_test_data): Likewise.
56671         (cosh_towardzero_test_data): Likewise.
56672         (cosh_downward_test_data): Likewise.
56673         (cosh_upward_test_data): Likewise.
56674         * sysdeps/i386/fpu/libm-test-ulps: Update.
56675         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
56677 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
56679         [BZ #6787]
56680         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
56681         * math/w_exp10f.c (__exp10f): Likewise.
56682         * math/w_exp10l.c (__exp10l): Likewise.
56683         * math/libm-test.inc (exp10_test_data): Add more tests and expect
56684         errno settings in existing tests.
56686         [BZ #14032]
56687         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
56688         precision control set to double precision.
56689         * sysdeps/i386/fpu/w_sqrt.c: New file.
56690         * math/auto-libm-test-in: Add more tests.
56691         * math/auto-libm-test-out: Update.
56693         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
56694         (sqrt_test_tonearest): New function.
56695         (sqrt_towardzero_test_data): New variable.
56696         (sqrt_test_towardzero): New function.
56697         (sqrt_downward_test_data): New variable.
56698         (sqrt_test_downward): New function.
56699         (sqrt_upward_test_data): New variable.
56700         (sqrt_test_upward): New function.
56701         (main): Call the new functions.
56703         * math/gen-auto-libm-tests.c: New file.
56704         * math/auto-libm-test-in: Likewise.
56705         * math/auto-libm-test-out: New generated file.
56706         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
56707         variables.
56708         (%beautify): Add generated representations of zero.
56709         (top level): Set $auto_input and call parse_auto_input.
56710         (beautify): Remove trailing "f" from hex float constants.
56711         (parse_args): Handle XFAIL_TEST.
56712         (convert_condition): New function.
56713         (or_value): Likewise.
56714         (or_cond_value): Likewise.
56715         (generate_testfile): Handle AUTO_TESTS_* lines.
56716         (parse_auto_input): New function.
56717         * math/libm-test.inc (XFAIL_TEST): New macro.
56718         (ERRNO_UNCHANGED): Update value.
56719         (ERRNO_EDOM): Likewise.
56720         (ERRNO_ERANGE): Likewise.
56721         (IGNORE_RESULT): Likewise.
56722         (TEST_COND_flt_32): New macro.
56723         (TEST_COND_dbl_64): Likewise.
56724         (TEST_COND_ldbl_96_intel): Likewise.
56725         (TEST_COND_ldbl_96_m68k): Likewise.
56726         (TEST_COND_ldbl_128): Likewise.
56727         (TEST_COND_ldbl_128ibm): Likewise.
56728         (TEST_COND_long32): Likewise.
56729         (TEST_COND_long64): Likewise.
56730         (TEST_COND_before_rounding): Likewise.
56731         (TEST_COND_after_rounding): Likewise.
56732         (enable_test): Handle XFAIL_TEST flag.
56733         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
56734         with finite results.
56735         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
56736         auto-libm-test-out.
56738 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
56739             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56741         [BZ #16214]
56742         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
56743         __tls_get_addr_internal instead of __tls_get_offset in order to
56744         avoid GOT pointer dependency.  Make rtld export
56745         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
56746         __tls_get_addr since we are a __tls_get_offset platform.
56747         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
56748         GOT pointer being set up before.
56749         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
56751 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
56753         * manual/math.texi (Errors in Math Functions): Document accuracy
56754         goals.
56756         [BZ #15004]
56757         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
56758         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
56759         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
56760         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
56761         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
56762         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
56763         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
56764         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
56765         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
56766         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
56767         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
56768         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
56769         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
56770         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
56771         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
56772         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
56774         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
56775         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
56776         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
56777         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
56778         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
56779         Likewise.
56780         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
56781         Likewise.
56782         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
56783         Likewise.
56784         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
56785         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
56786         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
56787         atomic-feupdateenv and flt-rounds.
56788         * sysdeps/powerpc/nofpu/Versions (libc): Add
56789         __atomic_feholdexcept, __atomic_feclearexcept,
56790         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
56791         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
56792         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
56793         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
56794         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
56795         here.
56796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
56797         Update.
56799         * manual/arith.texi (FP Exceptions): Document that exceptions may
56800         not be raised when matherr is used.
56801         (Math Error Reporting): Document overflow in directed rounding
56802         modes.  Document that errno may not be set when finite values are
56803         returned on overflow.  Document intent to set errno on underflow
56804         only for underflow to zero.
56806         [BZ #16271]
56807         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
56808         round-to-nearest then adjust result for other rounding modes.
56809         * include/fenv.h (fegetround): Use libm_hidden_proto.
56810         * math/fegetround.c (fegetround): Use libm_hidden_def.
56811         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
56812         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
56813         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
56814         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
56815         Likewise.
56816         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
56817         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
56818         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
56819         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
56821 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
56823         [BZ #16077]
56824         * nss/Versions (libnss_files): Add
56825         _nss_files_gethostbyname3_r.
56826         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
56827         New function.
56828         (HOST_DB_LOOKUP): Remove macro.
56829         (_nss_files_gethostbyname_r): Implement function without the
56830         HOST_DB_LOOKUP macro.
56831         (_nss_files_gethostbyname2_r): Likewise.
56833 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
56835         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
56837 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
56839         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
56840         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
56841         warning.
56843 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56845         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
56846         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
56847         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
56848         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
56849         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
56850         __fe_nomask_env_priv and attribute_hidden.
56851         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
56852         (libc_feupdateenv_test_ppc): Likewise.
56853         (libc_feresetround_ppc): Likewise.
56854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
56855         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
56856         compat_symbol macro.
56857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
56858         (__fe_nomask_env): Likewise.
56859         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
56861 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
56863         * string/Makefile: Remove ifunc tests.
56864         * string/test-string.h: Define TEST_IFUNC.
56865         * string/test-bcopy-ifunc.c: Remove.
56866         * string/test-bzero-ifunc.c: Likewise.
56867         * string/test-memccpy-ifunc.c: Likewise.
56868         * string/test-memchr-ifunc.c: Likewise.
56869         * string/test-memcmp-ifunc.c: Likewise.
56870         * string/test-memcpy-ifunc.c: Likewise.
56871         * string/test-memmem-ifunc.c: Likewise.
56872         * string/test-memmove-ifunc.c: Likewise.
56873         * string/test-mempcpy-ifunc.c: Likewise.
56874         * string/test-memrchr-ifunc.c: Likewise.
56875         * string/test-memset-ifunc.c: Likewise.
56876         * string/test-rawmemchr-ifunc.c: Likewise.
56877         * string/test-stpcpy-ifunc.c: Likewise.
56878         * string/test-stpncpy-ifunc.c: Likewise.
56879         * string/test-strcasecmp-ifunc.c: Likewise.
56880         * string/test-strcasestr-ifunc.c: Likewise.
56881         * string/test-strcat-ifunc.c: Likewise.
56882         * string/test-strchr-ifunc.c: Likewise.
56883         * string/test-strchrnul-ifunc.c: Likewise.
56884         * string/test-strcmp-ifunc.c: Likewise.
56885         * string/test-strcpy-ifunc.c: Likewise.
56886         * string/test-strcspn-ifunc.c: Likewise.
56887         * string/test-strlen-ifunc.c: Likewise.
56888         * string/test-strncasecmp-ifunc.c: Likewise.
56889         * string/test-strncat-ifunc.c: Likewise.
56890         * string/test-strncmp-ifunc.c: Likewise.
56891         * string/test-strncpy-ifunc.c: Likewise.
56892         * string/test-strnlen-ifunc.c: Likewise.
56893         * string/test-strpbrk-ifunc.c: Likewise.
56894         * string/test-strrchr-ifunc.c: Likewise.
56895         * string/test-strspn-ifunc.c: Likewise.
56896         * string/test-strstr-ifunc.c: Likewise.
56898 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
56900         * benchtests/Makefile: Remove ifunc tests.
56901         * benchtests/bench-string.h: Define TEST_IFUNC.
56902         * benchtests/bench-bcopy-ifunc.c: Remove.
56903         * benchtests/bench-bzero-ifunc.c: Likewise.
56904         * benchtests/bench-memccpy-ifunc.c: Likewise.
56905         * benchtests/bench-memchr-ifunc.c: Likewise.
56906         * benchtests/bench-memcmp-ifunc.c: Likewise.
56907         * benchtests/bench-memcpy-ifunc.c: Likewise.
56908         * benchtests/bench-memmem-ifunc.c: Likewise.
56909         * benchtests/bench-memmove-ifunc.c: Likewise.
56910         * benchtests/bench-mempcpy-ifunc.c: Likewise.
56911         * benchtests/bench-memrchr-ifunc.c: Likewise.
56912         * benchtests/bench-memset-ifunc.c: Likewise.
56913         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
56914         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
56915         * benchtests/bench-stpcpy-ifunc.c: Likewise.
56916         * benchtests/bench-stpncpy-ifunc.c: Likewise.
56917         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
56918         * benchtests/bench-strcasestr-ifunc.c: Likewise.
56919         * benchtests/bench-strcat-ifunc.c: Likewise.
56920         * benchtests/bench-strchr-ifunc.c: Likewise.
56921         * benchtests/bench-strchrnul-ifunc.c: Likewise.
56922         * benchtests/bench-strcmp-ifunc.c: Likewise.
56923         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
56924         * benchtests/bench-strcpy-ifunc.c: Likewise.
56925         * benchtests/bench-strcspn-ifunc.c: Likewise.
56926         * benchtests/bench-strlen-ifunc.c: Likewise.
56927         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
56928         * benchtests/bench-strncat-ifunc.c: Likewise.
56929         * benchtests/bench-strncmp-ifunc.c: Likewise.
56930         * benchtests/bench-strncpy-ifunc.c: Likewise.
56931         * benchtests/bench-strnlen-ifunc.c: Likewise.
56932         * benchtests/bench-strpbrk-ifunc.c: Likewise.
56933         * benchtests/bench-strrchr-ifunc.c: Likewise.
56934         * benchtests/bench-strsep-ifunc.c: Likewise.
56935         * benchtests/bench-strspn-ifunc.c: Likewise.
56936         * benchtests/bench-strstr-ifunc.c: Likewise.
56938 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
56940         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
56942 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
56944         * resolv/netdb.h: Use __glibc_reserved instead __unused.
56945         * rt/aio.h: Likewise.
56946         * sysdeps/gnu/bits/utmp.h: Likewise.
56947         * sysdeps/gnu/bits/utmpx.h: Likewise.
56948         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
56949         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
56950         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
56951         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
56952         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
56953         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
56954         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
56955         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
56956         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
56957         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
56958         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
56959         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
56960         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
56961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
56962         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
56963         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
56964         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
56965         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
56966         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
56967         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
56968         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
56969         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
56970         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
56971         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
56972         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
56973         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56974         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
56975         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
56976         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
56977         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
56978         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
56979         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
56980         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
56981         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
56982         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
56983         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
56984         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
56985         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
56986         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
56987         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
56988         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
56989         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
56991 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
56993         [BZ #16245]
56994         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
56995         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
56997 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
56999         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
57000         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
57001         Likewise.
57003 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57005         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
57006         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
57007         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
57008         (__fesetround): Remove define.
57009         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
57010         rounding and exceptions handling.
57011         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
57012         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
57013         (__fe_nomask_env): Likewise.
57014         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
57015         __fegetround instead of fegetround.
57016         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
57017         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
57019 2013-11-21  Roland McGrath  <roland@hack.frob.com>
57021         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
57022         it's there.
57024         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
57026 2013-11-21  Meador Inge  <meadori@codesourcery.com>
57028         [BZ #11157]
57029         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
57030         (encrypt_r): Likewise.
57031         * malloc/obstack.h (obstack_free): Likewise.
57032         * posix/unistd.h (encrypt): Likewise.
57034 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
57036         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
57037         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
57038         DL_CALL_DT_FINI() that call the functions directly.
57039         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
57040         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
57041         * elf/dl-fini.c: Likewise.
57043 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
57045         * malloc/hooks.c (memalign_check): Add alignment rounding.
57046         * malloc/malloc.c (_mid_memalign): New function.
57047         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
57048         Implement by calling _mid_memalign.
57049         * manual/probes.texi (Memory Allocation Probes): Remove
57050         memory_valloc_retry and memory_pvalloc_retry.
57052 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
57054         * locale/programs/locarchive.c (open_archive): Add const
57055         qualifier to ARCHIVEFNAME and copy default fname to
57056         DEFAULT_FNAME.
57058         [BZ #15601]
57059         * libio/tst-widetext.input: Rename Oriya to Odia.
57060         * locale/iso-639.def: Likewise.
57062         * manual/probes.texi (Mathematical Function Probes): Add
57063         documentation for sin, cos, asin and acos probes.
57064         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
57065         (__sin32): Add slowasin probe.
57066         (__cos32): Add slowacos probe.
57067         (__mpsin): Add slowsin probe.
57068         (__mpcos): Add slowcos probe.
57070 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
57072         [BZ #15483]
57073         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
57074         thread-local __sim_exceptions_thread and global
57075         __sim_exceptions_global.
57076         (__sim_disabled_exceptions): Change to thread-local
57077         __sim_disabled_exceptions_thread and global
57078         __sim_disabled_exceptions_global.
57079         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
57080         and global __sim_round_mode_global.
57081         (__simulate_exceptions): Use thread-local floating-point state and
57082         set global state from it as needed.
57083         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
57084         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
57085         __sim_round_mode_thread.
57086         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
57087         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
57088         and global __sim_exceptions_global.
57089         (__sim_disabled_exceptions): Change to thread-local
57090         __sim_disabled_exceptions_thread and global
57091         __sim_disabled_exceptions_global.
57092         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
57093         and global __sim_round_mode_global.
57094         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
57095         (SIM_SET_GLOBAL): Likewise.
57096         * sysdeps/powerpc/soft-fp/sfp-machine.h
57097         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
57098         __sim_round_mode_thread.
57099         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
57100         __sim_disabled_exceptions_thread.
57101         (__sim_exceptions): Change to __sim_exceptions_thread.
57102         (__sim_disabled_exceptions): Change to
57103         __sim_disabled_exceptions_thread.
57104         (__sim_round_mode): Change to __sim_round_mode_thread.
57105         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
57106         thread-local floating-point state and set global state from it as
57107         needed.
57108         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
57109         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
57110         (__sim_disabled_exceptions): Remove extern declaration.
57111         (feenableexcept): Use thread-local floating-point state and set
57112         global state from it as needed.
57113         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
57114         extern declaration.
57115         (__sim_disabled_exceptions): Likewise.
57116         (__sim_round_mode): Likewise.
57117         (__fegetenv): Use thread-local floating-point state.
57118         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
57119         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
57120         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
57121         floating-point state and set global state from it as needed.
57122         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
57123         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
57124         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
57125         Likewise.
57126         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
57127         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
57128         Likewise.
57129         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
57130         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
57131         Use __sim_round_mode_thread.
57132         * math/test-fenv-tls.c: New file.
57133         * math/Makefile (tests): Add test-fenv-tls.
57134         ($(objpfx)test-fenv-tls): Depend on
57135         $(common-objpfx)nptl/libpthread.so.
57137 2013-11-19  Andreas Schwab  <schwab@suse.de>
57139         * locale/programs/locale.c (show_info): Decode wordarray elements.
57140         * locale/categories.def (LC_MONETARY): Add element for
57141         _NL_MONETARY_CRNCYSTR.
57142         * locale/C-monetary.c (conversion_rate): New variable.
57143         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
57144         element.
57146 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
57148         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
57149         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
57151 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
57153         * elf/Makefile (tst-auxv): New test.
57154         * elf/tst-auxv.c: New
57155         * elf/rtld.c (dl_main): Adjust AT_EXECFN
57157 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
57159         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
57160         (hidden_proto): Caller changed.
57161         (hidden_tls_proto): New macro.
57162         (libc_hidden_tls_proto): Likewise.
57163         (rtld_hidden_tls_proto): Likewise.
57164         (libm_hidden_tls_proto): Likewise.
57165         (libresolv_hidden_tls_proto): Likewise.
57166         (librt_hidden_tls_proto): Likewise.
57167         (libdl_hidden_tls_proto): Likewise.
57168         (libnss_files_hidden_tls_proto): Likewise.
57169         (libnsl_hidden_tls_proto): Likewise.
57170         (libnss_nisplus_hidden_tls_proto): Likewise.
57171         (libutil_hidden_tls_proto): Likewise.
57173 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
57175         [BZ #10253]
57176         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
57177         (decompose_rpath): Defer expansion to fillin_rpath.
57178         (_dl_init_paths): Pass linkmap to fillin_rpath.
57180 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
57182         * benchtests/Makefile: Add strsep.
57183         * benchtests/bench-strsep.c: New file: strsep benchtest.
57184         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
57186 2013-11-18  Andreas Schwab  <schwab@suse.de>
57188         * locale/programs/locale.c (show_info) [case byte]: Check for
57189         '\377' instead of '\177'.
57190         * locale/C-monetary.c (not_available): Always use "\377".
57191         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
57192         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
57193         detect unavailable sign_posn locale elements.
57194         * locale/localeconv.c (__localeconv): For grouping and
57195         mon_grouping handle "\177" and "\377" like no grouping.
57196         (INT_ELEM): New macro.  Use it to set all numeric members.
57197         * locale/programs/ld-monetary.c (monetary_read)
57198         <tok_mon_grouping>: Normalize single -1 to the empty string.
57199         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
57200         Likewise.
57202 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
57204         [BZ #16055]
57205         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
57206         when we match (nil).
57207         * stdio-common/tst-sscanf.c (struct test): Add testcase.
57209 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
57211         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
57212         (NO_TEST_INLINE): Update value.
57213         (ERRNO_UNCHANGED): Likewise.
57214         (ERRNO_EDOM): Likewise.
57215         (ERRNO_ERANGE): Likewise.
57216         (IGNORE_RESULT): Likewise.
57217         (check_float_internal): Check signs of NaN results if
57218         TEST_NAN_SIGN used.
57219         (check_complex): Pass TEST_NAN_SIGN flag through to second
57220         check_float_internal call.
57221         (copysign_test_data): Add tests with quiet NaNs as second
57222         argument.  Use TEST_NAN_SIGN.
57223         (fabs_test_data): Add test of negative quiet NaN argument.  Use
57224         TEST_NAN_SIGN.
57225         (signbit_test_data): Add tests of quiet NaN argument.
57226         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
57228         * math/gen-libm-test.pl (show_exceptions): Take extra argument
57229         $ignore_result.
57230         (parse_args): Handle function results specified as IGNORE.
57231         * math/libm-test.inc (IGNORE_RESULT): New macro.
57232         (check_float_internal): Do not check numerical result if flag
57233         IGNORE_RESULT set.
57234         (check_complex): Pass through IGNORE_RESULT to second
57235         check_float_internal call.
57236         (check_int): Do not check numerical result if flag IGNORE_RESULT
57237         set.
57238         (check_long): Likewise.
57239         (check_bool): Likewise.
57240         (check_longlong): Likewise.
57241         (lrint_test_data): Add tests of infinite and NaN arguments.
57242         (lrint_tonearest_test_data): Likewise.
57243         (lrint_towardzero_test_data): Likewise.
57244         (lrint_downward_test_data): Likewise.
57245         (lrint_upward_test_data): Likewise.
57246         (llrint_test_data): Likewise.
57247         (llrint_tonearest_test_data): Likewise.
57248         (llrint_towardzero_test_data): Likewise.
57249         (llrint_downward_test_data): Likewise.
57250         (llrint_upward_test_data): Likewise.
57251         (lround_test_data): Likewise.
57252         (llround_test_data): Likewise.
57254         * math/libm-test.inc (NO_TEST_INLINE): New macro.
57255         (ERRNO_UNCHANGED): Update value.
57256         (ERRNO_EDOM): Likewise.
57257         (ERRNO_ERANGE): Likewise.
57258         (NO_TEST_INLINE_FLOAT): New macro.
57259         (NO_TEST_INLINE_DOUBLE): Likewise.
57260         (enable_test): New function.
57261         (RUN_TEST_f_f): Check enable_test before running test.
57262         (RUN_TEST_2_f): Likewise.
57263         (RUN_TEST_fff_f): Likewise.
57264         (RUN_TEST_c_f): Likewise.
57265         (RUN_TEST_f_f1): Likewise.
57266         (RUN_TEST_fF_f1): Likewise.
57267         (RUN_TEST_fI_f1): Likewise.
57268         (RUN_TEST_ffI_f1): Likewise.
57269         (RUN_TEST_c_c): Likewise.
57270         (RUN_TEST_cc_c): Likewise.
57271         (RUN_TEST_f_i): Likewise.
57272         (RUN_TEST_f_i_tg): Likewise.
57273         (RUN_TEST_ff_i_tg): Likewise.
57274         (RUN_TEST_f_b): Likewise.
57275         (RUN_TEST_f_b_tg): Likewise.
57276         (RUN_TEST_f_l): Likewise.
57277         (RUN_TEST_f_L): Likewise.
57278         (RUN_TEST_fFF_11): Likewise.
57279         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
57280         conditionals.
57281         (cosh_test_data): Likewise.
57282         (exp_test_data): Likewise.
57283         (expm1_test_data): Likewise.
57284         (hypot_test_data): Likewise.
57285         (pow_test_data): Likewise.
57286         (sinh_test_data): Likewise.
57287         (tanh_test_data): Likewise.
57288         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
57289         flags argument.
57291         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
57292         tests with quiet NaN input and output.
57293         (acosh_test_data): Likewise.
57294         (asin_test_data): Likewise.
57295         (asinh_test_data): Likewise.
57296         (atan_test_data): Likewise.
57297         (atanh_test_data): Likewise.
57298         (atan2_test_data): Likewise.
57299         (cbrt_test_data): Likewise.
57300         (cos_test_data): Likewise.
57301         (cosh_test_data): Likewise.
57302         (erf_test_data): Likewise.
57303         (erfc_test_data): Likewise.
57304         (exp_test_data): Likewise.
57305         (exp10_test_data): Likewise.
57306         (exp2_test_data): Likewise.
57307         (expm1_test_data): Likewise.
57308         (hypot_test_data): Likewise.
57309         (j0_test_data): Likewise.
57310         (j1_test_data): Likewise.
57311         (jn_test_data): Likewise.
57312         (lgamma_test_data): Likewise.
57313         (log_test_data): Likewise.
57314         (log10_test_data): Likewise.
57315         (log1p_test_data): Likewise.
57316         (log2_test_data): Likewise.
57317         (pow_test_data): Likewise.
57318         (scalb_test_data): Likewise.
57319         (sin_test_data): Likewise.
57320         (sincos_test_data): Likewise.
57321         (sinh_test_data): Likewise.
57322         (tan_test_data): Likewise.
57323         (tanh_test_data): Likewise.
57324         (tgamma_test_data): Likewise.
57325         (y0_test_data): Likewise.
57326         (y1_test_data): Likewise.
57327         (yn_test_data): Likewise.
57329         [BZ #16167]
57330         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
57331         argument being NaN and avoid computations with second argument in
57332         that case.
57333         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
57334         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
57335         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
57337 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
57339         * locale/iso-639.def: Add Chitwani Tharu (the).
57341 2013-11-14  Andreas Schwab  <schwab@suse.de>
57343         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
57344         word instead of empty string.
57346 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
57349         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
57350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
57351         (__fe_nomask_env): Likewise.
57353 2013-11-13  Steve Ellcey  <sellcey@mips.com>
57355         * benchtests/bench-timing.h: Include time.h.
57357 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
57359         [BZ #15997]
57360         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
57361         to 3.4.0 for x32.
57362         * sysdeps/unix/sysv/linux/configure: Regenerated.
57364 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
57366         [BZ #16151]
57367         * stdlib/strtod_l.c (round_and_return): Do not consider
57368         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
57369         exponent one less than half the least subnormal exponent.
57370         * stdlib/test-strtod-round-data: Add more tests.
57371         * stdlib/tst-strtod-round.c (tests): Regenerated.
57373 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57375         [BZ #14143]
57376         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
57377         (__fe_mask_env): Likewise.
57378         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
57379         libm_hidden_proto and add function prototype.
57380         (__fe_mask_env): Add function prototype.
57381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
57382         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
57383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
57384         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
57385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
57386         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
57388 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
57390         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
57391         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
57393 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
57395         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
57396         of htab_find_slot().
57398 2013-11-11  David S. Miller  <davem@davemloft.net>
57400         [BZ #16150]
57401         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
57402         symbol in the non-vis3 case in static builds.
57403         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
57404         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
57405         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
57406         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
57408 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
57410         [BZ #387]
57411         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
57412         it is empty.
57414 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57416         * benchtests/Makefile: Add bench-strtod.
57417         * benchtests/bench-strtod.c: New file: strtod benchtest
57419 2013-11-11  Andreas Schwab  <schwab@suse.de>
57421         [BZ #16153]
57422         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
57423         terminating NUL in key length.
57425 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57427         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
57428         Add artificial ODP entry for vDSO symbol for PPC64.
57429         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
57430         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
57432 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
57434         [BZ #15374]
57435         * nss/getent.c (services_keys): Recognize services starting with digit.
57437 2013-11-06  David S. Miller  <davem@davemloft.net>
57439         [BZ #15985]
57440         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
57441         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
57443 2013-11-06  Will Newton  <will.newton@linaro.org>
57445         * manual/memory.texi (Malloc Examples): Remove register
57446         keyword from examples.
57448 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
57450         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
57452 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
57454         [BZ #6981]
57455         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
57456         depending on [__GCC_IEC_559 > 0].
57457         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
57458         depending on [__GCC_IEC_559_COMPLEX > 0].
57460 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
57462         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
57463         to iso-639.def.
57465 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
57467         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
57469 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
57471         [BZ #16112]
57472         * malloc/malloc (malloc_info): Do not handle first bin as
57473         special case.
57475 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
57477         * locale/iso-639.def: Add Central Nahuatl (nhn).
57479 2013-11-01  Bruno Haible  <bruno@clisp.org>
57481         [BZ #7003]
57482         * manual/math.texi (BSD Random): Specify range upper bound as
57483         in POSIX.
57485 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
57487         * locale/iso-639.def: Add Meadow Mari (mhr).
57489 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
57491         [BZ #14752], [BZ #15763]
57492         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
57493         Validate name.
57494         * rt/tst_shm.c: Add test for escaping directory.
57496 2013-10-31  Andreas Schwab  <schwab@suse.de>
57498         [BZ #15917]
57499         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
57500         followed by 'x' as part of digit sequence.
57501         * stdio-common/tst-sscanf.c (double_tests2): New tests.
57503 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
57505         [BZ #16037]
57506         * configure.ac: allow GNU Make 4.0 and greater.
57507         * configure: Regenerated.
57509 2013-10-30  Will Newton  <will.newton@linaro.org>
57511         [BZ #16038]
57512         * malloc/hooks.c (memalign_check): Limit alignment to the
57513         maximum representable power of two.
57514         * malloc/malloc.c (__libc_memalign): Likewise.
57515         * malloc/tst-memalign.c (do_test): Add test for very
57516         large alignment values.
57517         * malloc/tst-posix_memalign.c (do_test): Likewise.
57519 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
57521         [BZ #11087]
57522         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
57523         (munmap_chunk): Likewise.
57524         (mremap_chunk): Likewise.
57526 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
57528         [BZ #15799]
57529         * stdlib/div.c (div): Remove obsolete code.
57530         * stdlib/ldiv.c (ldiv): Likewise.
57531         * stdlib/lldiv.c (lldiv): Likewise.
57533 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
57535         [BZ #16071]
57536         * nss/nss_files/files-XXX.c (get_contents_ret): New
57537         enumerator.
57538         (get_contents): New function.
57539         (internal_getent): Use it.  Expand size of LINEBUFLEN.
57541 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
57543         * configure.in: Moved to ...
57544         * configure.ac: ... here. Change reference to configure.in
57545         to configure.ac.
57546         * sysdeps/arm/preconfigure.ac: ... here.
57547         configure.in to configure.ac.
57548         * sysdeps/gnu/configure.in: Moved to ...
57549         * sysdeps/gnu/configure.ac: ... here.
57550         * sysdeps/i386/configure.in: Moved to ...
57551         * sysdeps/i386/configure.ac: ... here.
57552         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
57553         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
57554         * sysdeps/mach/configure.in: Moved to ...
57555         * sysdeps/mach/configure.ac: ... here.
57556         * sysdeps/mach/hurd/configure.in: Moved to ...
57557         * sysdeps/mach/hurd/configure.ac: ... here.
57558         * sysdeps/powerpc/configure.in: Moved to ...
57559         * sysdeps/powerpc/configure.ac: ... here.
57560         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
57561         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
57562         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
57563         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
57564         * sysdeps/s390/s390-32/configure.in: Moved to ...
57565         * sysdeps/s390/s390-32/configure.ac: ... here.
57566         * sysdeps/s390/s390-64/configure.in: Moved to ...
57567         * sysdeps/s390/s390-64/configure.ac: ... here.
57568         * sysdeps/sh/configure.in: Moved to ...
57569         * sysdeps/sh/configure.ac: ... here.
57570         * sysdeps/sparc/configure.in: Moved to ...
57571         * sysdeps/sparc/configure.ac: ... here.
57572         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
57573         * sysdeps/unix/sysv/linux/configure.ac: ... here.
57574         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
57575         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
57576         * sysdeps/x86_64/configure.in: Moved to ...
57577         * sysdeps/x86_64/configure.ac: ... here.
57578         * sysdeps/x86_64/preconfigure.in: Moved to ...
57579         * sysdeps/x86_64/preconfigure.ac: ... here.
57580         * aclocal.m4: Change reference to configure.in to configure.ac.
57581         * config.h.in: Likewise.
57582         * manual/install.texi: Likewise.
57583         * manual/maint.texi: Likewise.
57584         * Makefile: Likewise.
57585         * malloc/Makefile: Likewise.
57586         * nscd/Makefile: Likewise.
57587         * Makeconfig: Change reference to configure.in and
57588         preconfigure.in to configure.ac and preconfigure.ac
57589         respectively.
57590         * INSTALL: Regenerated.
57591         * configure: Likewise.
57592         * sysdeps/gnu/configure: Likewise.
57593         * sysdeps/i386/configure: Likewise.
57594         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
57595         * sysdeps/mach/configure: Likewise.
57596         * sysdeps/mach/hurd/configure: Likewise.
57597         * sysdeps/powerpc/configure: Likewise.
57598         * sysdeps/powerpc/powerpc32/configure: Likewise.
57599         * sysdeps/powerpc/powerpc64/configure: Likewise.
57600         * sysdeps/s390/s390-32/configure: Likewise.
57601         * sysdeps/s390/s390-64/configure: Likewise.
57602         * sysdeps/sh/configure: Likewise.
57603         * sysdeps/sparc/configure: Likewise.
57604         * sysdeps/unix/sysv/linux/configure: Likewise.
57605         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
57606         * sysdeps/x86_64/configure: Likewise.
57607         * sysdeps/x86_64/preconfigure: Likewise.
57609 2013-10-29  Andreas Schwab  <schwab@suse.de>
57611         * stdio-common/Makefile (tst-swscanf-ENV): Define.
57613 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
57615         * benchtests/pow-inputs: Add new inputs.
57617         * benchtests/exp-inputs: Add new inputs.
57619         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
57620         conditional check for return value.
57621         (__cos32): Likewise.
57623 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57625         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
57626         to provide a boost for large inputs with word alignment.
57627         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
57628         implementation based on optimized PPC64 strcpy.
57629         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
57630         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
57631         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
57632         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
57634 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
57636         [BZ #2801]
57637         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
57639 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
57641         [BZ #14876]
57642         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
57643         * time/tst-strptime.c (day_tests): Add testcase.
57645 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
57647         [BZ #14029]
57648         * manual/pattern.texi: Acknowledge that fnmatch can fail.
57650 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
57652         [BZ #16074]
57653         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
57654         MAP_FAILED on error.
57656 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
57658         [BZ #16072]
57659         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
57660         heap for large requests.
57662 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
57664         [BZ #9954]
57665         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
57666         result if the result has no associated interface.
57667         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
57668         interface for all 127.X.Y.Z addresses.
57670 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
57672         * locale/iso-639.def: Add Ligurian (lij)
57674 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
57676         [BZ #15825]
57677         * sunrpc/rpc_main.c: Document rpcgen -5.
57679 2013-10-19  Michael Stahl  <mstahl@redhat.com>
57681         * elf/rtld.c (do_preload): Print the reason why preloading failed.
57683 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
57685         [BZ #10278]
57686         * posix/glob.c: Match only directories when trailing slash is present.
57687         * posix/tst-gnuglob.c (my_opendir): Do not open files.
57688         (main): Add testcase.
57690 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
57692         [BZ #15670]
57693         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
57695 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
57697         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
57698         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
57699         AUTH_DES and cindex for FIPS 140-2.
57700         (DES Encryption): Add cindex FIPS 46-3.
57702         * locale/locarchive.h (struct locarhandle): Add fname.
57703         * locale/programs/localedef.c (main): Pass ARGV[remaining]
57704         if an optional argument was specified to --list-archive,
57705         otherwise NULL.
57706         * locale/programs/locarchive.c (show_archive_content): Take new
57707         argument fname and pass it via ah.fname to open_archive.
57708         * locale/programs/localedef.h: Update decl.
57709         (open_archive): If AH->fname is non-null, open that file
57710         rather than the default file name, and don't ignore ENOENT.
57711         (create_archive): Set AH.fname to NULL.
57712         (delete_locales_from_archive): Likewise.
57713         (add_locales_to_archive): Likewise.
57714         * locale/programs/locfile.c (write_all_categories): Likewise.
57716 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
57717             Aldy Hernandez  <aldyh@redhat.com>
57719         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
57720         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
57721         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
57722         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
57723         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
57724         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
57725         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
57726         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
57727         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
57728         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
57729         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
57730         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
57731         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
57732         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
57733         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
57734         Likewise.
57735         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
57736         Likewise.
57737         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
57738         Likewise.
57739         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
57740         Likewise.
57741         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
57742         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
57743         Likewise.
57744         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
57745         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
57746         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
57747         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
57748         Likewise.
57749         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
57750         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
57751         * sysdeps/powerpc/preconfigure: Likewise.
57752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
57753         Likewise.
57754         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
57755         Replace contents of file by #include of <fenv_libc.h>.
57756         * sysdeps/powerpc/soft-fp/sfp-machine.h
57757         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
57758         and <sys/prctl.h>.
57759         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
57760         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
57761         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
57762         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
57763         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
57764         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
57765         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
57766         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
57767         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
57768         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
57769         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
57770         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
57771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
57772         Allow copysignl PLT reference to be missing.
57774 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
57775             Joseph Myers  <joseph@codesourcery.com
57777         [BZ #15948]
57778         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
57779         single character.
57780         (add_to_tablewc): Assert sequence of wide characters is nonempty.
57782 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
57784         * elf/tst-tls-dlinfo.c: Don't include tls.h.
57785         * elf/tst-tls1.c: Likewise.
57786         * elf/tst-tls10.h: Likewise.
57787         * elf/tst-tls14.c: Likewise.
57788         * elf/tst-tls2.c: Likewise.
57789         * elf/tst-tls3.c: Likewise.
57790         * elf/tst-tls4.c: Likewise.
57791         * elf/tst-tls5.c: Likewise.
57792         * elf/tst-tls6.c: Likewise.
57793         * elf/tst-tls7.c: Likewise.
57794         * elf/tst-tls8.c: Likewise.
57795         * elf/tst-tls9.c: Likewise.
57796         * elf/tst-tlsmod1.c: Likewise.
57797         * elf/tst-tlsmod13.c: Likewise.
57798         * elf/tst-tlsmod13a.c: Likewise.
57799         * elf/tst-tlsmod14a.c: Likewise.
57800         * elf/tst-tlsmod16a.c: Likewise.
57801         * elf/tst-tlsmod16b.c: Likewise.
57802         * elf/tst-tlsmod2.c: Likewise.
57803         * elf/tst-tlsmod3.c: Likewise.
57804         * elf/tst-tlsmod4.c: Likewise.
57805         * elf/tst-tlsmod5.c: Likewise.
57806         * elf/tst-tlsmod6.c: Likewise.
57808 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
57810         [BZ #12486]
57811         * malloc/malloc.c: remove checks for statistics.
57813 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
57815         [BZ #15277]
57816         * inet/inet_net.c (inet_network): Detect additional invalid strings.
57817         * inet/tst-network.c: Add testcase.
57819 2013-10-17  Andreas Schwab  <schwab@suse.de>
57821         [BZ #15218]
57822         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
57823         to determine canonical name.
57825 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
57827         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
57828         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
57829         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
57830         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
57831         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
57832         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
57833         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
57834         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
57835         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
57836         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
57837         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
57838         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
57839         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
57840         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
57841         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
57842         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
57843         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
57844         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
57845         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
57846         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
57847         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
57848         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
57849         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
57850         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
57851         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
57852         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
57853         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
57854         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
57855         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
57856         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
57857         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
57858         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
57859         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
57860         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
57861         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
57862         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
57863         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
57864         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
57865         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
57866         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
57867         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
57868         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
57869         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
57870         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
57871         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
57872         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
57873         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
57874         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
57875         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
57876         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
57877         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
57878         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
57879         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
57880         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
57881         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
57882         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
57883         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
57884         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
57886 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
57888         [BZ #16041]
57889         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
57890         make result into a quiet NaN.
57892 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
57894         * soft-fp/adddf3.c: Fix horizontal whitespace.
57895         * soft-fp/addsf3.c: Likewise.
57896         * soft-fp/addtf3.c: Likewise.
57897         * soft-fp/divdf3.c: Likewise.
57898         * soft-fp/divsf3.c: Likewise.
57899         * soft-fp/divtf3.c: Likewise.
57900         * soft-fp/double.h: Likewise.
57901         * soft-fp/eqdf2.c: Likewise.
57902         * soft-fp/eqsf2.c: Likewise.
57903         * soft-fp/eqtf2.c: Likewise.
57904         * soft-fp/extenddftf2.c: Likewise.
57905         * soft-fp/extended.h: Likewise.
57906         * soft-fp/extendsfdf2.c: Likewise.
57907         * soft-fp/extendsftf2.c: Likewise.
57908         * soft-fp/extendxftf2.c: Likewise.
57909         * soft-fp/fixdfdi.c: Likewise.
57910         * soft-fp/fixdfsi.c: Likewise.
57911         * soft-fp/fixdfti.c: Likewise.
57912         * soft-fp/fixsfdi.c: Likewise.
57913         * soft-fp/fixsfsi.c: Likewise.
57914         * soft-fp/fixsfti.c: Likewise.
57915         * soft-fp/fixtfdi.c: Likewise.
57916         * soft-fp/fixtfsi.c: Likewise.
57917         * soft-fp/fixtfti.c: Likewise.
57918         * soft-fp/fixunsdfdi.c: Likewise.
57919         * soft-fp/fixunsdfsi.c: Likewise.
57920         * soft-fp/fixunsdfti.c: Likewise.
57921         * soft-fp/fixunssfdi.c: Likewise.
57922         * soft-fp/fixunssfsi.c: Likewise.
57923         * soft-fp/fixunssfti.c: Likewise.
57924         * soft-fp/fixunstfdi.c: Likewise.
57925         * soft-fp/fixunstfsi.c: Likewise.
57926         * soft-fp/fixunstfti.c: Likewise.
57927         * soft-fp/floatdidf.c: Likewise.
57928         * soft-fp/floatdisf.c: Likewise.
57929         * soft-fp/floatditf.c: Likewise.
57930         * soft-fp/floatsidf.c: Likewise.
57931         * soft-fp/floatsisf.c: Likewise.
57932         * soft-fp/floatsitf.c: Likewise.
57933         * soft-fp/floattidf.c: Likewise.
57934         * soft-fp/floattisf.c: Likewise.
57935         * soft-fp/floattitf.c: Likewise.
57936         * soft-fp/floatundidf.c: Likewise.
57937         * soft-fp/floatundisf.c: Likewise.
57938         * soft-fp/floatunditf.c: Likewise.
57939         * soft-fp/floatunsidf.c: Likewise.
57940         * soft-fp/floatunsisf.c: Likewise.
57941         * soft-fp/floatunsitf.c: Likewise.
57942         * soft-fp/floatuntidf.c: Likewise.
57943         * soft-fp/floatuntisf.c: Likewise.
57944         * soft-fp/floatuntitf.c: Likewise.
57945         * soft-fp/fmadf4.c: Likewise.
57946         * soft-fp/fmasf4.c: Likewise.
57947         * soft-fp/fmatf4.c: Likewise.
57948         * soft-fp/gedf2.c: Likewise.
57949         * soft-fp/gesf2.c: Likewise.
57950         * soft-fp/getf2.c: Likewise.
57951         * soft-fp/ledf2.c: Likewise.
57952         * soft-fp/lesf2.c: Likewise.
57953         * soft-fp/letf2.c: Likewise.
57954         * soft-fp/muldf3.c: Likewise.
57955         * soft-fp/mulsf3.c: Likewise.
57956         * soft-fp/multf3.c: Likewise.
57957         * soft-fp/negdf2.c: Likewise.
57958         * soft-fp/negsf2.c: Likewise.
57959         * soft-fp/negtf2.c: Likewise.
57960         * soft-fp/op-1.h: Likewise.
57961         * soft-fp/op-2.h: Likewise.
57962         * soft-fp/op-4.h: Likewise.
57963         * soft-fp/op-8.h: Likewise.
57964         * soft-fp/op-common.h: Likewise.
57965         * soft-fp/quad.h: Likewise.
57966         * soft-fp/single.h: Likewise.
57967         * soft-fp/soft-fp.h: Likewise.
57968         * soft-fp/sqrtdf2.c: Likewise.
57969         * soft-fp/sqrtsf2.c: Likewise.
57970         * soft-fp/sqrttf2.c: Likewise.
57971         * soft-fp/subdf3.c: Likewise.
57972         * soft-fp/subsf3.c: Likewise.
57973         * soft-fp/subtf3.c: Likewise.
57974         * soft-fp/truncdfsf2.c: Likewise.
57975         * soft-fp/trunctfdf2.c: Likewise.
57976         * soft-fp/trunctfsf2.c: Likewise.
57977         * soft-fp/trunctfxf2.c: Likewise.
57978         * soft-fp/unorddf2.c: Likewise.
57979         * soft-fp/unordsf2.c: Likewise.
57980         * soft-fp/unordtf2.c: Likewise.
57982 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
57984         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
57985         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
57987 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
57989         * elf/dl-libc.c: Clear initfini list after freeing.
57991 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
57993         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
57994         * soft-fp/addsf3.c: Likewise.
57995         * soft-fp/addtf3.c: Likewise.
57996         * soft-fp/divdf3.c: Likewise.
57997         * soft-fp/divsf3.c: Likewise.
57998         * soft-fp/divtf3.c: Likewise.
57999         * soft-fp/double.h: Likewise.
58000         * soft-fp/eqdf2.c: Likewise.
58001         * soft-fp/eqsf2.c: Likewise.
58002         * soft-fp/eqtf2.c: Likewise.
58003         * soft-fp/extenddftf2.c: Likewise.
58004         * soft-fp/extended.h: Likewise.
58005         * soft-fp/extendsfdf2.c: Likewise.
58006         * soft-fp/extendsftf2.c: Likewise.
58007         * soft-fp/extendxftf2.c: Likewise.
58008         * soft-fp/fixdfdi.c: Likewise.
58009         * soft-fp/fixdfsi.c: Likewise.
58010         * soft-fp/fixdfti.c: Likewise.
58011         * soft-fp/fixsfdi.c: Likewise.
58012         * soft-fp/fixsfsi.c: Likewise.
58013         * soft-fp/fixsfti.c: Likewise.
58014         * soft-fp/fixtfdi.c: Likewise.
58015         * soft-fp/fixtfsi.c: Likewise.
58016         * soft-fp/fixtfti.c: Likewise.
58017         * soft-fp/fixunsdfdi.c: Likewise.
58018         * soft-fp/fixunsdfsi.c: Likewise.
58019         * soft-fp/fixunsdfti.c: Likewise.
58020         * soft-fp/fixunssfdi.c: Likewise.
58021         * soft-fp/fixunssfsi.c: Likewise.
58022         * soft-fp/fixunssfti.c: Likewise.
58023         * soft-fp/fixunstfdi.c: Likewise.
58024         * soft-fp/fixunstfsi.c: Likewise.
58025         * soft-fp/fixunstfti.c: Likewise.
58026         * soft-fp/floatdidf.c: Likewise.
58027         * soft-fp/floatdisf.c: Likewise.
58028         * soft-fp/floatditf.c: Likewise.
58029         * soft-fp/floatsidf.c: Likewise.
58030         * soft-fp/floatsisf.c: Likewise.
58031         * soft-fp/floatsitf.c: Likewise.
58032         * soft-fp/floattidf.c: Likewise.
58033         * soft-fp/floattisf.c: Likewise.
58034         * soft-fp/floattitf.c: Likewise.
58035         * soft-fp/floatundidf.c: Likewise.
58036         * soft-fp/floatundisf.c: Likewise.
58037         * soft-fp/floatunsidf.c: Likewise.
58038         * soft-fp/floatunsisf.c: Likewise.
58039         * soft-fp/floatuntidf.c: Likewise.
58040         * soft-fp/floatuntisf.c: Likewise.
58041         * soft-fp/floatuntitf.c: Likewise.
58042         * soft-fp/fmadf4.c: Likewise.
58043         * soft-fp/fmasf4.c: Likewise.
58044         * soft-fp/fmatf4.c: Likewise.
58045         * soft-fp/gedf2.c: Likewise.
58046         * soft-fp/gesf2.c: Likewise.
58047         * soft-fp/getf2.c: Likewise.
58048         * soft-fp/ledf2.c: Likewise.
58049         * soft-fp/lesf2.c: Likewise.
58050         * soft-fp/letf2.c: Likewise.
58051         * soft-fp/muldf3.c: Likewise.
58052         * soft-fp/mulsf3.c: Likewise.
58053         * soft-fp/multf3.c: Likewise.
58054         * soft-fp/negdf2.c: Likewise.
58055         * soft-fp/negsf2.c: Likewise.
58056         * soft-fp/negtf2.c: Likewise.
58057         * soft-fp/op-1.h: Likewise.
58058         * soft-fp/op-2.h: Likewise.
58059         * soft-fp/op-4.h: Likewise.
58060         * soft-fp/op-8.h: Likewise.
58061         * soft-fp/op-common.h: Likewise.
58062         * soft-fp/quad.h: Likewise.
58063         * soft-fp/single.h: Likewise.
58064         * soft-fp/soft-fp.h: Likewise.
58065         * soft-fp/sqrtdf2.c: Likewise.
58066         * soft-fp/sqrtsf2.c: Likewise.
58067         * soft-fp/sqrttf2.c: Likewise.
58068         * soft-fp/subdf3.c: Likewise.
58069         * soft-fp/subsf3.c: Likewise.
58070         * soft-fp/subtf3.c: Likewise.
58071         * soft-fp/truncdfsf2.c: Likewise.
58072         * soft-fp/trunctfdf2.c: Likewise.
58073         * soft-fp/trunctfsf2.c: Likewise.
58074         * soft-fp/trunctfxf2.c: Likewise.
58075         * soft-fp/unorddf2.c: Likewise.
58076         * soft-fp/unordsf2.c: Likewise.
58077         * soft-fp/unordtf2.c: Likewise.
58079 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
58081         [BZ #15672]
58082         * misc/error.c (error_tail): Fix possible buffer overflow.
58084 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
58086         [BZ #13028]
58087         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
58088         address.
58090 2013-10-14  P. J. McDermott  <pj@pehjota.net>
58092         [BZ #832]
58093         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
58094         testing pipefail option.
58096 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
58098         * soft-fp/double.h: Indent preprocessor directives inside #if.
58099         * soft-fp/extended.h: Likewise.
58100         * soft-fp/op-2.h: Likewise.
58101         * soft-fp/op-4.h: Likewise.
58102         * soft-fp/op-common.h: Likewise.
58103         * soft-fp/quad.h: Likewise.
58104         * soft-fp/single.h: Likewise.
58105         * soft-fp/soft-fp.h: Likewise.
58107 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
58109         * iconv/iconv_prog.c: Fix typos.
58110         * stdio-common/psiginfo-data.h: Likewise.
58112 2013-10-12   Reuben Thomas <rrt@sc3d.org>
58114         [BZ #15764]
58115         * locale/setlocale.c: Fix typo.
58117 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
58119         [BZ #16036]
58120         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
58121         signaling NaN arguments.
58122         * soft-fp/unordsf2.c (__unordsf2): Likewise.
58123         * soft-fp/unordtf2.c (__unordtf2): Likewise.
58125         [BZ #14910]
58126         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
58127         unordered operands.
58128         * soft-fp/gesf2.c (__gesf2): Likewise.
58129         * soft-fp/getf2.c (__getf2): Likewise.
58130         * soft-fp/ledf2.c (__ledf2): Likewise.
58131         * soft-fp/lesf2.c (__lesf2): Likewise.
58132         * soft-fp/letf2.c (__letf2): Likewise.
58134         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
58135         * soft-fp/eqsf2.c (__eqsf2): Likewise.
58136         * soft-fp/eqtf2.c (__eqtf2): Likewise.
58137         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
58138         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
58139         * soft-fp/fixdfti.c (__fixdfti): Likewise.
58140         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
58141         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
58142         * soft-fp/fixsfti.c (__fixsfti): Likewise.
58143         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
58144         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
58145         * soft-fp/fixtfti.c (__fixtfti): Likewise.
58146         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
58147         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
58148         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
58149         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
58150         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
58151         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
58152         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
58153         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
58154         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
58155         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
58156         * soft-fp/floatdisf.c (__floatdisf): Likewise.
58157         * soft-fp/floatsisf.c (__floatsisf): Likewise.
58158         * soft-fp/floattidf.c (__floattidf): Likewise.
58159         * soft-fp/floattisf.c (__floattisf): Likewise.
58160         * soft-fp/floattitf.c (__floattitf): Likewise.
58161         * soft-fp/floatundidf.c (__floatundidf): Likewise.
58162         * soft-fp/floatundisf.c (__floatundisf): Likewise.
58163         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
58164         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
58165         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
58166         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
58167         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
58168         * soft-fp/gesf2.c (__gesf2): Likewise.
58169         * soft-fp/getf2.c (__getf2): Likewise.
58170         * soft-fp/ledf2.c (__ledf2): Likewise.
58171         * soft-fp/lesf2.c (__lesf2): Likewise.
58172         * soft-fp/letf2.c (__letf2): Likewise.
58174         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
58175         Undefine and redefine.
58176         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
58177         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
58178         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
58179         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
58180         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
58181         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
58182         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
58183         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
58184         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
58185         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
58186         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
58187         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
58188         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
58189         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
58190         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
58192         [BZ #16032]
58193         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
58194         without decrementing exponent if mantissa >= that for the
58195         denominator, not >.
58196         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
58197         denominator, not >.  Decrement exponent in < case instead of
58198         incrementing in >= case.
58199         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
58200         without decrementing exponent if mantissa >= that for the
58201         denominator, not >.
58203         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
58204         computing saturated result for unsigned overflow.
58206 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
58207             Jeff Law  <law@redhat.com>
58209         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
58210         (atan2Mp): Add systemtap probe marker.
58211         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
58212         (__ieee754_log): Add systemtap probe marker.
58213         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
58214         (atanMp): Add systemtap probe marker.
58215         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
58216         (tanMp): Add systemtap probe marker.
58217         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
58218         (__slowexp): Add systemtap probe marker.
58219         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
58220         (__slowpow): Add systemtap probe marker.
58221         * manual/probes.texi: Document probes.
58223 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
58225         [BZ #15362]
58226         * libio/fileops.c (_IO_new_file_write): Return count of bytes
58227         written.
58228         (_IO_new_file_xsputn): Don't return EOF if nothing has been
58229         written.
58230         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
58231         written to buffer but not flushed.
58232         * libio/iofwrite_u.c:  Likewise.
58233         * libio/iopadn.c:  Return bytes returned even if EOF was
58234         encountered.
58235         * libio/iowpadn.c:  Likewise.
58236         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
58237         if _IO_padn does not write the whole buffer.
58238         [!COMPILE_WPRINTF] (PAD): Likewise.
58240 2013-10-10  David S. Miller  <davem@davemloft.net>
58242         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
58243         directory block.
58245 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
58247         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
58248         instead of FSF address.
58249         * soft-fp/fixdfti.c: Likewise.
58250         * soft-fp/fixsfti.c: Likewise.
58251         * soft-fp/fixtfti.c: Likewise.
58252         * soft-fp/fixunsdfti.c: Likewise.
58253         * soft-fp/fixunssfti.c: Likewise.
58254         * soft-fp/fixunstfti.c: Likewise.
58255         * soft-fp/floattidf.c: Likewise.
58256         * soft-fp/floattisf.c: Likewise.
58257         * soft-fp/floattitf.c: Likewise.
58258         * soft-fp/floatuntidf.c: Likewise.
58259         * soft-fp/floatuntisf.c: Likewise.
58260         * soft-fp/floatuntitf.c: Likewise.
58261         * soft-fp/trunctfxf2.c: Likewise.
58263         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
58264         * soft-fp/fixdfti.c: Likewise.
58265         * soft-fp/fixsfti.c: Likewise.
58266         * soft-fp/fixtfti.c: Likewise.
58267         * soft-fp/fixunsdfti.c: Likewise.
58268         * soft-fp/fixunssfti.c: Likewise.
58269         * soft-fp/fixunstfti.c: Likewise.
58270         * soft-fp/floattidf.c: Likewise.
58271         * soft-fp/floattisf.c: Likewise.
58272         * soft-fp/floattitf.c: Likewise.
58273         * soft-fp/floatuntidf.c: Likewise.
58274         * soft-fp/floatuntisf.c: Likewise.
58275         * soft-fp/floatuntitf.c: Likewise.
58276         * soft-fp/trunctfxf2.c: Likewise.
58278 2013-10-10  David S. Miller  <davem@davemloft.net>
58280         * sysdeps/sparc/fpu/libm-test-ulps: Update.
58282 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
58284         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
58285         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
58286         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
58287         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
58288         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
58289         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
58290         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
58292         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
58293         for NaNs before doing comparisons on argument.
58294         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
58295         Likewise.
58297 2013-10-10  Will Newton  <will.newton@linaro.org>
58299         * malloc/hooks.c (memalign_check): Ensure the value of bytes
58300         passed to _int_memalign does not overflow.
58302 2013-10-10  Torvald Riegel  <triegel@redhat.com>
58304         * scripts/bench.pl: Add include-sources directive.
58305         * benchtests/README: Update documentation.
58307 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
58309         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
58310         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
58311         instead of FP_INIT_ROUNDMODE.
58312         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
58313         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
58315         [BZ #16034]
58316         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
58317         copy class of input value.
58318         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
58319         not handle exceptions.
58320         * soft-fp/negsf2.c (__negsf2): Likewise.
58321         * soft-fp/negtf2.c (__negtf2): Likewise.
58322         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
58324 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
58326         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
58327         semicolon.  From Linux kernel.
58329 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
58331         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
58333 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
58335         [BZ #156]
58336         * manual/socket.texi: Added statement about buffer
58337         for gethostbyname2_r.
58339 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
58341         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
58342         Use .p2align directive instead, throughout.
58343         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
58344         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
58345         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
58346         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
58347         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
58348         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
58349         * sysdeps/x86_64/strchr.S: Likewise.
58350         * sysdeps/x86_64/strrchr.S: Likewise.
58352 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
58354         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
58356         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
58358         * sysdeps/generic/math_private.h (__mpsin1): Remove
58359         declaration.
58360         (__mpcos1): Likewise.
58361         (__mpsin): New argument __range_reduce.
58362         (__mpcos): Likewise.
58363         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
58364         (slow): Use __mpsin and __mpcos.
58365         (slow1): Likewise.
58366         (slow2): Likewise.
58367         (sloww): Likewise.
58368         (sloww1): Likewise.
58369         (sloww2): Likewise.
58370         (bsloww): Likewise.
58371         (bsloww1): Likewise.
58372         (bsloww2): Likewise.
58373         (cslow2): Likewise.
58374         (csloww): Likewise.
58375         (csloww1): Likewise.
58376         (csloww2): Likewise.
58377         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
58378         range_reduce.  Merge in __mpsin1.
58379         (__mpcos): Likewise.
58380         (__mpsin1): Remove.
58381         (__mpcos1): Likewise.
58383 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
58385         * locale/loadlocale.c (_nl_intern_locale_data): Use
58386         LOCFILE_ALIGNED_P.
58387         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
58388         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
58389         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
58390         obstack data is appropriately aligned.
58391         (obstack_int32_grow_fast): Likewise.
58392         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
58393         * locale/programs/locfile.c (add_locale_uint32): Likewise.
58394         (add_locale_uint32_array): Likewise.
58396 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
58398         * benchtests/Makefile: Remove ARGLIST and RET variables.
58399         ($(objpfx)bench-%.c): Pass only function name to the script.
58400         * benchtests/README: Update documentation.
58401         * benchtests/acos-inputs: Add new directives.
58402         * benchtests/acosh-inputs: Likewise.
58403         * benchtests/asin-inputs: Likewise.
58404         * benchtests/asinh-inputs: Likewise.
58405         * benchtests/atan-inputs: Likewise.
58406         * benchtests/atanh-inputs: Likewise.
58407         * benchtests/cos-inputs: Likewise.
58408         * benchtests/cosh-inputs: Likewise.
58409         * benchtests/exp-inputs: Likewise.
58410         * benchtests/log-inputs: Likewise.
58411         * benchtests/pow-inputs: Likewise.
58412         * benchtests/rint-inputs: Likewise.
58413         * benchtests/sin-inputs: Likewise.
58414         * benchtests/sinh-inputs: Likewise.
58415         * benchtests/tan-inputs: Likewise.
58416         * benchtests/tanh-inputs: Likewise.
58417         * scripts/bench.pl: Add support for new directives.
58419 2013-10-07  Alan Modra  <amodra@gmail.com>
58421         * README: Fix careless merge.
58423 2013-10-05  Alan Modra  <amodra@gmail.com>
58425         * NEWS: Mention powerpc64le support and bugs fixed.
58426         * README: Both big-endian and little-endian powerpc64 supported.
58428 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58430         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
58431         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
58432         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
58433         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
58435 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
58437         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
58438         match prototype.
58440 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
58442         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
58443         Move -mhard-float appending from
58444         ports/sysdeps/powerpc/powerpc32/Makefile.
58445         [$(with-fp) = yes] (ASFLAGS): Likewise.
58446         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
58447         * sysdeps/powerpc/nofpu: Move directory from
58448         ports/sysdeps/powerpc/nofpu.
58449         * sysdeps/powerpc/soft-fp: Move directory from
58450         ports/sysdeps/powerpc/soft-fp.
58451         * sysdeps/powerpc/powerpc32/405: Move directory from
58452         ports/sysdeps/powerpc/powerpc32/405.
58453         * sysdeps/powerpc/powerpc32/440: Move directory from
58454         ports/sysdeps/powerpc/powerpc32/440.
58455         * sysdeps/powerpc/powerpc32/464: Move directory from
58456         ports/sysdeps/powerpc/powerpc32/464.
58457         * sysdeps/powerpc/powerpc32/476: Move directory from
58458         ports/sysdeps/powerpc/powerpc32/476.
58459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
58460         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
58461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
58462         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
58463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
58464         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
58465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
58466         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
58467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
58468         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
58469         * README: Update for powerpc-*-linux-gnu software floating point
58470         support in libc.
58472         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
58473         case to powerpc/powerpc32*.
58474         * sysdeps/unix/sysv/linux/configure: Regenerated.
58476         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
58477         (_FPU_MASK_OM): Define as 0x04.
58478         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
58479         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
58480         0x00c10080.
58481         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
58482         0x0000003c.
58483         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
58485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
58486         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
58487         getcontext_e500.
58488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
58489         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
58490         setcontext_e500.
58491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
58492         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
58493         and setcontext_e500.
58495 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
58497         * locale/iso-3166.def: Update iso-1366.def and related occurrences
58499 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
58501         * manual/threads.texi (Default Thread Attributes): Fix typo.
58503 2013-10-04  Will Newton  <will.newton@linaro.org>
58505         * malloc/Makefile: Add tst-memalign.
58506         * malloc/tst-memalign.c: New file.
58508         * malloc/tst-posix_memalign.c: Add comments.
58509         (do_test): Add comments and call free on all potentially
58510         allocated pointers. Add space after cast.
58512         * malloc/tst-pvalloc.c: Add comments.
58513         (do_test): Add comments and call free on all potentially
58514         allocated pointers. Remove duplicate check for NULL pointer.
58515         Add space after cast.
58517         * malloc/tst-valloc.c: Add comments.
58518         (do_test): Add comments and call free on all potentially
58519         allocated pointers. Remove duplicate check for NULL pointer.
58520         Add space after cast.
58522 2013-10-04  Alan Modra  <amodra@gmail.com>
58524         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
58525         Use stdint types in rather than __attribute__((mode())).
58526         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
58528 2013-10-04  Alan Modra  <amodra@gmail.com>
58530         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
58531         Correct handling of unaligned relocs for little-endian.
58532         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
58534 2013-10-04  Alan Modra  <amodra@gmail.com>
58536         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
58537         * configure: Regenerate.
58538         * nptl/shlib-versions: Powerpc*le starts at 2.18.
58539         * shlib-versions: Likewise.
58541 2013-10-04  Alan Modra  <amodra@gmail.com>
58543         * string/tester.c (test_memrchr): Increment reported test cycle.
58545 2013-10-04  Alan Modra  <amodra@gmail.com>
58547         * string/test-memcpy.c (do_one_test): When reporting errors, print
58548         string address and don't overrun end of string.
58550 2013-10-04  Alan Modra  <amodra@gmail.com>
58552         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
58553         insrdi.  Make better use of reg selection to speed exit slightly.
58554         Schedule entry path a little better.  Remove useless "are we done"
58555         checks on entry to main loop.  Handle wrapping around zero address.
58556         Correct main loop count.  Handle single left-over word from main
58557         loop inline rather than by using loop_small.  Remove extra word
58558         case in loop_small caused by wrong loop count.  Add little-endian
58559         support.
58560         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
58561         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
58562         cache hint.
58563         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
58564         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
58565         support.  Avoid rlwimi.
58566         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
58568 2013-10-04  Alan Modra  <amodra@gmail.com>
58570         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
58571         insrdi.  Formatting.
58572         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
58573         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
58574         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
58575         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
58576         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
58577         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
58579 2013-10-04  Alan Modra  <amodra@gmail.com>
58581         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
58582         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
58583         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
58584         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
58585         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
58586         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
58587         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
58588         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
58589         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
58590         use of regs.  Use power7 mtocrf.  Tidy function tails.
58592 2013-10-04  Alan Modra  <amodra@gmail.com>
58594         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
58595         Formatting.  Consistently use rXXX register defines or rN defines.
58596         Use early exit labels that avoid restoring unused non-volatile regs.
58597         Make cr field use more consistent with rWORDn compares.  Rename
58598         regs used as shift registers for unaligned loop, using rN defines
58599         for short lifetime/multiple use regs.
58600         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
58601         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
58602         addi 1,1,64 to pop stack frame.  Simplify return value code.
58603         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
58605 2013-10-04  Alan Modra  <amodra@gmail.com>
58607         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
58608         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
58609         rather than rlwimi.
58610         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
58611         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
58612         little-endian support.  Correct typos.
58613         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
58614         rather than rlwimi.
58615         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
58616         in loop and entry code to keep "and." results.
58617         (strchr): Add little-endian support.  Comment.  Move cntlzd
58618         earlier in tail.
58619         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
58621 2013-10-04  Alan Modra  <amodra@gmail.com>
58623         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
58624         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
58625         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
58626         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
58628 2013-10-04  Alan Modra  <amodra@gmail.com>
58630         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
58631         (rTMP): Define as r11.
58632         (strcmp): Add little-endian support.  Optimise tail.
58633         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
58634         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
58635         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
58636         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
58637         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
58638         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
58639         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
58641 2013-10-04  Alan Modra  <amodra@gmail.com>
58643         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
58644         little-endian support.  Remove unnecessary "are we done" tests.
58645         Handle "s" wrapping around zero and extremely large "size".
58646         Correct main loop count.  Handle single left-over word from main
58647         loop inline rather than by using small_loop.  Correct comments.
58648         Delete "zero" tail, use "end_max" instead.
58649         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
58651 2013-10-04  Alan Modra  <amodra@gmail.com>
58653         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
58654         support.  Don't branch over align.
58655         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
58656         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
58657         support.  Rearrange tmp reg use to suit.  Comment.
58658         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
58660 2013-10-04  Alan Modra  <amodra@gmail.com>
58662         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
58664 2013-10-04  Alan Modra  <amodra@gmail.com>
58666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
58667         conditional form of branch and link when obtaining pc.
58668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
58670 2013-10-04  Alan Modra  <amodra@gmail.com>
58672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
58673         HIWORD/LOWORD.
58674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
58675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
58677 2013-10-04  Alan Modra  <amodra@gmail.com>
58679         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
58680         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
58681         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
58682         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
58683         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
58684         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
58685         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
58686         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
58687         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
58688         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
58690 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
58691             Alistair Popple <alistair@ozlabs.au.ibm.com>
58692             Alan Modra <amodra@gmail.com>
58694         [BZ #15723]
58695         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
58696         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
58697         _dl_hwcap access for little-endian.
58698         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
58699         destroy vmx regs when saving unaligned.
58700         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
58701         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
58702         destroy vmx regs when saving unaligned.
58704 2013-10-04  Alan Modra  <amodra@gmail.com>
58706         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
58707         Don't use a union to pack hi/low value.
58709 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
58711         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
58712         for little-endian.
58713         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
58714         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
58715         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
58716         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
58717         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
58719 2013-10-04  Alan Modra  <amodra@gmail.com>
58721         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
58722         constants to usual value for .cst8 section, and remove redundant
58723         high address load.
58724         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
58725         constant for 0x1p52.  Load little-endian words of double from
58726         correct stack offsets.
58728 2013-10-04  Alan Modra  <amodra@gmail.com>
58730         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
58731         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
58732         words of double from correct stack offsets.
58733         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
58734         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
58735         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
58736         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
58737         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
58738         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
58739         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
58740         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
58741         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
58742         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
58743         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
58744         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
58745         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
58746         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
58747         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
58748         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
58749         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
58751 2013-10-04  Alan Modra  <amodra@gmail.com>
58753         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
58754         64-bit int/double union.
58755         (_FPU_SETCW): Likewise.
58756         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
58757         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
58759 2013-10-04  Alan Modra  <amodra@gmail.com>
58761         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
58762         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
58764 2013-10-04  Alan Modra  <amodra@gmail.com>
58766         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
58767         use vector int constants.
58768         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
58770 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
58772         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
58773         array with long long.
58774         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
58775         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
58776         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
58777         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
58778         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
58779         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
58780         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
58781         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
58782         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
58783         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
58784         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
58785         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
58786         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
58788 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
58790         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
58791         (__signbit): Likewise.  Correct for little-endian.
58792         (__signbitl): Call __signbit.
58793         (lrint): Correct for little-endian.
58794         (lrintf): Call lrint.
58796 2013-10-04  Alan Modra  <amodra@gmail.com>
58798         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
58799         union 32-bit int array member with 64-bit int array.
58800         (t515, tm256): Double rather than long double.
58801         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
58803 2013-10-04  Alan Modra  <amodra@gmail.com>
58805         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
58806         Delete.
58807         (IEEE854_LONG_DOUBLE_BIAS): Delete.
58808         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
58809         version of math_ldbl.h.
58811 2013-10-04  Alan Modra  <amodra@gmail.com>
58813         [BZ #15734], [BZ #15735]
58814         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
58815         all uses of ieee875 long double macros and unions.  Simplify test
58816         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
58817         ldbl_extract_mantissa value for ix,iy exponents.  Properly
58818         normalize after ldbl_extract_mantissa, and don't add hidden bit
58819         already handled.  Don't treat low word of ieee854 mantissa like
58820         low word of IBM long double and mask off bit when testing for
58821         zero.
58822         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
58823         all uses of ieee875 long double macros and unions.  Simplify tests
58824         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
58825         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
58826         two1022, instead use their values.  Recognise that tests for large
58827         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
58828         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
58829         Rewrite all uses of ieee875 long double macros and unions.  Simplify
58830         test for 0.0L and nan.  Correct negation.
58831         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
58832         ieee875 long double macros and unions.  Correct output for large
58833         magnitude x.  Correct absolute value calculation.
58834         (__erfcl): Likewise.
58835         * math/libm-test.inc: Add tests for errors discovered in IBM long
58836         double versions of fmodl, remainderl, erfl and erfcl.
58838 2013-10-04  Alan Modra  <amodra@gmail.com>
58840         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
58841         all uses of ieee854 long double macros and unions.  Simplify tests
58842         for long doubles that are fully specified by the high double.
58843         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
58844         Likewise.
58845         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
58846         Remove dead code too.
58847         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
58848         (__ieee754_ynl): Likewise.
58849         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
58850         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
58851         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
58852         Remove dead code too.
58853         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
58854         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
58855         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
58856         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
58857         Simplify.
58858         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
58859         Simplify.
58860         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
58861         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
58862         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
58863         Comment on variable precision.
58864         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
58865         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
58866         Likewise.
58867         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
58868         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
58869         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
58870         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
58871         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
58873 2013-10-04  Alan Modra  <amodra@gmail.com>
58875         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
58876         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
58877         all uses of ieee854 long double macros and unions.
58878         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
58879         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
58880         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
58881         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
58882         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
58883         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
58884         Likewise.
58885         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
58886         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
58887         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
58888         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
58889         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
58890         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
58891         Simplify sign and nan test too.
58892         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
58893         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
58894         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
58895         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
58896         Likewise.
58897         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
58898         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
58899         Likewise.
58900         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
58901         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
58902         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
58903         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
58904         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
58905         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
58907 2013-10-04  Alan Modra  <amodra@gmail.com>
58909         * stdio-common/printf_size.c (__printf_size): Don't use
58910         union ieee854_long_double in fpnum union.
58911         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
58912         signbit macro to retrieve sign from long double.
58913         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
58914         retrieve sign from long double.
58915         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
58916         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
58917         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
58918         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
58919         * math/test-misc.c (main): Don't use union ieee854_long_double.
58921 2013-10-04  Alan Modra  <amodra@gmail.com>
58923         [BZ #15680]
58924         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
58925         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
58926         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
58927         calculation.  Remove unnecessary test for denormal exponent.
58928         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
58929         Correct handling of denormals.  Avoid undefined shift behaviour.
58930         Correct normalisation of low mantissa when low double is denormal.
58931         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
58932         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
58933         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
58934         Correct normalisation of low mantissa.  Test for overflow of high
58935         mantissa and normalise.
58936         (ldbl_nearbyint): Use more readable constant for two52.
58937         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
58938         (__mpn_construct_long_double): Fix test for overflow of high
58939         mantissa and correct normalisation.  Avoid undefined shift.
58941 2013-10-04  Alan Modra  <amodra@gmail.com>
58943         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
58944         (union ibm_extended_long_double): Define as an array of ieee754_double.
58945         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
58946         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
58947         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
58948         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
58949         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
58950         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
58951         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
58952         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
58953         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
58954         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
58955         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
58957 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
58959         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
58960         page size instead of calling getpagesize.
58962         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
58963         (LOCFILE_ALIGN_MASK): Likewise.
58964         (LOCFILE_ALIGN_UP): Likewise.
58965         (LOCFILE_ALIGNED_P): Likewise.
58966         * locale/programs/ld-collate.c (collate_output): Use the new
58967         macros instead of __alignof__ (int32_t).
58968         * locale/weight.h (findidx): Likewise.
58970 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
58972         [BZ #431]
58973         * manual/string.texi: Fix strncat and wcsncat.
58975 2013-10-03  Brooks Moses  <bmoses@google.com>
58977         [BZ #15915]
58978         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
58979         * Makerules: ...here, and adjust associated comments.
58981 2013-10-02  Will Newton  <will.newton@linaro.org>
58983         * malloc/Makefile: Add tst-pvalloc.
58984         * malloc/tst-pvalloc.c: New file.
58986 2013-10-02  Will Newton  <will.newton@linaro.org>
58988         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
58989         improve test coverage.
58991 2013-10-02  Will Newton  <will.newton@linaro.org>
58993         * malloc/Makefile: Add tst-posix_memalign.
58994         * malloc/tst-posix_memalign.c: New file.
58996 2013-10-01  Eric Blake  <eblake@redhat.com>
58998         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
58999         Use __THROWNL rather than __THROW on static functions.
59001 2013-09-30  Petr Machata  <pmachata@redhat.com>
59003         * elf/elf.h (R_AARCH64_ABS16): New macro.
59004         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
59005         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
59006         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
59007         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
59008         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
59009         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
59010         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
59011         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
59012         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
59013         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
59014         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
59015         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
59016         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
59017         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
59018         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
59019         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
59020         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
59021         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
59022         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
59023         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
59024         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
59025         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
59026         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
59027         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
59028         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
59029         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
59030         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
59031         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
59032         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
59033         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
59034         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
59035         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
59036         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
59037         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
59038         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
59039         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
59040         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
59041         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
59042         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
59043         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
59044         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
59045         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
59046         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
59047         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
59048         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
59049         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
59050         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
59051         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
59052         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
59053         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
59054         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
59055         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
59056         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
59057         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
59058         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
59059         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
59060         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
59061         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
59062         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
59063         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
59064         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
59065         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
59066         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
59067         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
59068         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
59069         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
59070         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
59071         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
59072         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
59073         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
59074         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
59075         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
59076         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
59077         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
59078         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
59079         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
59080         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
59081         (R_AARCH64_TLSDESC_LDR): Likewise.
59082         (R_AARCH64_TLSDESC_ADD): Likewise.
59083         (R_AARCH64_TLSDESC_CALL): Likewise.
59085 2013-09-30  Andreas Schwab  <schwab@suse.de>
59087         [BZ #15048]
59088         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
59089         the nss database lookup.
59090         * nscd/initgrcache.c (addinitgroupsX): Likewise.
59091         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
59093 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
59095         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
59097 2013-09-28  P. J. McDermott  <pj@pehjota.net>
59099         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
59100         ${Bash-specific parameter/pattern/string} parameter expansion.
59101         * sysdeps/unix/make-syscalls.sh: Likewise.
59103 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
59105         * sysdeps/sh/stackguard-macros.h: New file.
59107 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
59109         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
59110         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
59111         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
59112         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
59113         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
59114         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
59116 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59118         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
59119         Fix thread ID register.
59121 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
59123         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
59124         [POSIX || UNIX98]: Require rather than permitting all symbols from
59125         <time.h>.
59126         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
59127         element of struct sched_param.
59128         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
59129         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
59130         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
59131         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
59132         constant.
59134 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
59136         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
59137         argument calculation.
59139 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
59141         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
59142         Expect macro.
59143         [POSIX] (pthread_attr_t): Do not require type.
59144         [POSIX] (pthread_cond_t): Likewise.
59145         [POSIX] (pthread_condattr_t): Likewise.
59146         [POSIX] (pthread_key_t): Likewise.
59147         [POSIX] (pthread_mutex_t): Likewise.
59148         [POSIX] (pthread_mutexattr_t): Likewise.
59149         [POSIX] (pthread_once_t): Likewise.
59150         [POSIX] (pthread_t): Likewise.
59151         [POSIX-based standards] (pthread_atfork): Expect function.
59153 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
59154             Richard Sandiford  <richard@codesourcery.com>
59156         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
59157         (swap_endianness_p): New extern variable.
59158         (set_big_endian): New inline function.
59159         (maybe_swap_uint32): Likewise.
59160         (maybe_swap_uint32_array): Likewise.
59161         (maybe_swap_uint32_obstack): Likewise.
59162         * locale/programs/locfile.c: Include <stdbool.h>.
59163         (swap_endianness_p): New variable.
59164         (add_locale_uint32): Call maybe_swap_uint32.
59165         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
59166         (write_locale_data): Call maybe_swap_uint32_array.
59167         * locale/programs/ld-collate.c (obstack_int32_grow): Call
59168         maybe_swap_uint32.
59169         (obstack_int32_grow_fast): Likewise.
59170         (output_weightwc): Call maybe_swap_uint32_obstack.
59171         (collate_output): Likewise.
59172         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
59173         (OPT_LITTLE_ENDIAN): Likewise.
59174         (options): Add --little-endian and --big-endian options.
59175         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
59176         * locale/programs/locarchive.c: Include "locfile.h".
59177         (GET): New macro.
59178         (SET): Likewise.
59179         (INC): Likewise.
59180         (create_archive): Use the new macros to access fields of
59181         structures directly mapped from or written to locale archives.
59182         (oldlocrecentcmp): Likewise.
59183         (enlarge_archive): Likewise.
59184         (insert_name): Likewise.
59185         (add_alias): Likewise.
59186         (add_locale): Likewise.
59187         (delete_locales_from_archive): Likewise.
59188         (show_archive_content): Likewise.
59189         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
59190         locale data.
59192 2013-09-24  Roland McGrath  <roland@hack.frob.com>
59194         * manual/freemanuals.texi: Updated from (newly) canonical copy at
59195         http://www.gnu.org/doc/freemanuals.texi.
59196         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
59198 2013-09-24  Will Newton  <will.newton@linaro.org>
59200         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
59201         macro.
59203 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
59205         * locale/hashval.h (compute_hashval): Interpret bytes of key as
59206         unsigned char.
59208 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
59210         * manual/threads.texi (POSIX Threads): Fix a typo.
59212 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
59214         [BZ #14547]
59215         * string/tst-strcoll-overflow.c: New test case.
59216         * string/Makefile (xtests): Add tst-strcoll-overflow.
59217         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
59218         cache if string sizes may cause integer overflow.
59220         [BZ #14547]
59221         * string/strcoll_l.c (coll_seq): New members rule, idx,
59222         save_idx and back_us.
59223         (get_next_seq_nocache): New function.
59224         (do_compare_nocache): New function.
59225         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
59226         when malloc fails.
59228 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
59230         [BZ #15754]
59231         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
59232         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
59233         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
59235         [BZ #15754]
59236         * elf/Makefile (tests): Add tst-ptrguard1.
59237         (tests-static): Add tst-ptrguard1-static.
59238         (tst-ptrguard1-ARGS): Define.
59239         (tst-ptrguard1-static-ARGS): Define.
59240         * elf/tst-ptrguard1.c: New file.
59241         * elf/tst-ptrguard1-static.c: New file.
59242         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
59243         * sysdeps/i386/stackguard-macros.h: Likewise.
59244         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
59245         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
59246         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
59247         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
59248         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
59249         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
59251 2013-09-23  Hector Marco  <hecmargi@upv.es>
59252             Ismael Ripoll  <iripoll@disca.upv.es>
59253             Carlos O'Donell  <carlos@redhat.com>
59255         [BZ #15754]
59256         * sysdeps/generic/stackguard-macros.h: Define
59257         __pointer_chk_guard_local and POINTER_CHK_GUARD.
59258         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
59259         Define __pointer_chk_guard_local.
59260         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
59261         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
59263 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
59265         [BZ #15859]
59266         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
59268 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
59270         * include/string.h (__ffs): Declare as hidden.
59271         * string/ffs.c (__ffs): Define as hidden.
59272         * sysdeps/i386/ffs.c (__ffs): Likewise.
59273         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
59274         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
59275         * sysdeps/s390/ffs.c (__ffs): Likewise.
59276         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
59278 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
59280         * NEWS: Mention malloc probes.
59282         * malloc/arena.c (new_heap): New memory_heap_new probe.
59283         (grow_heap): New memory_heap_more probe.
59284         (shrink_heap): New memory_heap_less probe.
59285         (heap_trim): New memory_heap_free probe.
59286         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
59287         (systrim): New memory_sbrk_less probe.
59288         * manual/probes.texi: Document them.
59290         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
59291         * manual/probes.texi: Document it.
59293         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
59294         (__libc_realloc): Add memory_realloc_retry probe.
59295         (__libc_memalign): Add memory_memalign_retry probe.
59296         (__libc_valloc): Add memory_valloc_retry probe.
59297         (__libc_pvalloc): Add memory_pvalloc_retry probe.
59298         (__libc_calloc): Add memory_calloc_retry probe.
59299         * manual/probes.texi: Document them.
59301         * malloc/arena.c (get_free_list): Add probe
59302         memory_arena_reuse_free_list.
59303         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
59304         and memory_arena_reuse.
59305         (arena_get2) [!PER_THREAD]: Likewise.
59306         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
59307         memory_arena_reuse_realloc.
59308         * manual/probes.texi: Document them.
59310         * malloc/malloc.c (__libc_free): Add
59311         memory_mallopt_free_dyn_thresholds probe.
59312         (__libc_mallopt): Add multiple memory_mallopt probes.
59313         * manual/probes.texi: Document them.
59315         * malloc/malloc.c: Include stap-probe.h.
59316         (__libc_mallopt): Add memory_mallopt probe.
59317         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
59318         * manual/probes.texi: New.
59319         * manual/Makefile (chapters): Add probes.
59320         * manual/threads.texi: Set next node.
59322 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
59324         [BZ #15963, #13985]
59325         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
59326         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
59327         Add `Chinese' to `nan' entry name.
59329 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
59331         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
59332         (POLYNOMIAL): Likewise.
59333         (TAYLOR_SINCOS): Likewise.
59334         (TAYLOR_SLOW): Likewise.
59335         (__sin): Use TAYLOR_SINCOS.
59336         (__cos): Likewise.
59337         (slow): Use TAYLOR_SLOW.
59338         (sloww): Likewise.
59339         (bsloww): Likewise.
59340         (csloww): Likewise.
59342 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
59344         * stdlib/strtod_l.c: Fix buffer overrun.
59346 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
59348         * benchtests/Makefile (bench): Add sincos.
59349         * benchtests/bench-sincos.c: New file.
59351         * math/libm-test.inc (cos_test_data): New test inputs.
59352         (sin_test_data): Likewise.
59354         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
59355         macro.
59356         (__sin): Use it.
59357         (__cos): Likewise.
59358         (slow1): Likewise.
59359         (slow2): Likewise.
59360         (sloww1): Likewise.
59361         (sloww2): Likewise.
59362         (bsloww1): Likewise.
59363         (bsloww2): Likewise.
59364         (cslow2): Likewise.
59365         (csloww1): Likewise.
59366         (csloww2): Likewise.
59368         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
59369         function.
59370         (__sin): Use it.
59371         (__cos): Likewise.
59373         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
59374         gotos.
59375         (__cos): Likewise.
59377 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
59379         * config.h.in (HAVE_MIPS_NAN2008): New macro.
59380         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
59381         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
59382         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
59383         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
59384         * elf/cache.c (print_entry): Handle the new cache flags.
59386 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
59387             Aldy Hernandez  <aldyh@redhat.com>
59389         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
59390         Change condition to [_SOFT_FLOAT].
59391         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
59392         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
59393         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
59394         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
59395         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
59396         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
59397         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
59398         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
59399         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
59400         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
59401         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
59402         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
59403         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
59404         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
59405         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
59406         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
59407         declaration.
59409 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
59411         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
59412         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
59413         (__longjmp): Use LOAD_GP to load saved GPRs.
59414         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
59415         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
59416         (__sigsetjmp): Use SAVE_GP to save GPRs.
59418         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
59419         Do not append -msoft-float.
59420         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
59422 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
59424         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
59426 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
59428         [BZ #15966]
59429         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
59430         (_FPU_GETCW): Use initial "__" on variable and field names but not
59431         on macro parameter name.
59432         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
59433         parentheses around reference to macro parameter.
59435 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
59437         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
59438         prototype.
59439         (ctype_startup): Use uint32_t in cast and sizeof for
59440         ctype->charnames.
59442 2013-09-11  Jia Liu  <proljc@gmail.com>
59444         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
59445         __daddr_t_defined.
59446         [__FreeBSD__]: Likewise.
59448 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
59450         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
59451         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
59452         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
59453         (strchr): Remove __strchr_sse42 ifunc selection.
59454         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
59455         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
59457 2013-09-11  Will Newton  <will.newton@linaro.org>
59459         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
59460         parameter to RES. Remove hardcoded 1000 value.
59461         * benchtests/bench-skeleton.c (main): Pass RES parameter
59462         to TIMING_INIT and multiply result by 1000.
59464 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59466         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
59468 2013-09-11  Andreas Schwab  <schwab@suse.de>
59470         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
59471         if not defined.
59472         (O_TMPFILE) [__USE_GNU]: Define.
59473         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
59474         Define.
59476 2013-09-11  Will Newton  <will.newton@linaro.org>
59478         [BZ #15857]
59479         * malloc/malloc.c (__libc_memalign): Check the value of bytes
59480         does not overflow.
59482 2013-09-11  Will Newton  <will.newton@linaro.org>
59484         [BZ #15856]
59485         * malloc/malloc.c (__libc_valloc): Check the value of bytes
59486         does not overflow.
59488 2013-09-11  Will Newton  <will.newton@linaro.org>
59490         [BZ #15855]
59491         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
59492         does not overflow.
59494 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
59496         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
59497         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
59498         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
59499         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
59500         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
59502 2013-09-10  Allan McRae  <allan@archlinux.org>
59504         [BZ #15748]
59505         * manual/arith.texi (Parsing of Floats): Clarify
59506         cross-reference.
59508         [BZ #15849]
59509         * manual/install.texi (Running make install): Mention
59510         --enable-pt-chown.
59511         * INSTALL: Regenerated.
59513 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
59515         * csu/init-first.c (_init): Remove the !SHARED condition around
59516         FPU control word initialization.
59517         * elf/dl-support.c (_dl_fpu_control): New variable.
59518         (_dl_aux_init) <AT_FPUCW>: Initialize it.
59519         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
59520         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
59521         * math/test-fpucw-static.c: New file.
59522         * math/test-fpucw-ieee.c: New file.
59523         * math/test-fpucw-ieee-static.c: New file.
59524         * math/Makefile (tests): Add `test-fpucw-ieee' and
59525         `$(tests-static)'.
59526         (tests-static): New variable.
59527         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
59528         dependency to...
59529         [($(build-shared),yes)]
59530         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
59531         ... this.
59532         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
59533         New dependency.
59535 2013-09-09  Allan McRae  <allan@archlinux.org>
59537         [BZ #15939]
59538         * manual/string.texi (Collation Functions): Fix typo in
59539         strcoll example.
59540         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
59542         [BZ #15893]
59543         * stdlib/isomac.c (get_null_defines): Fix memory leak.
59545         [BZ #15892]
59546         * libio/memstream.c (open_memstream): Fix memory leak.
59547         * libio/wmemstream.c (open_wmemstream): Likewise.
59549         [BZ #15895]
59550         * nscd/netgroupcache.c: Fix nesting of ifdefs.
59552 2013-09-09  Will Newton  <will.newton@linaro.org>
59554         * malloc/Makefile: Add tst-realloc to tests.
59555         * malloc/tst-realloc.c: New file.
59557 2013-09-09  Allan McRae  <allan@archlinux.org>
59559         [BZ #15844]
59560         * COPYING: Update from GNU website to fix FSF address.
59561         * COPYING.LIB: Likewise.
59563 2013-09-06  David S. Miller  <davem@davemloft.net>
59565         * po/zh_TW.po: Update Chinese (traditional) translation from
59566         translation project.
59568 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
59569             Joseph Myers  <joseph@codesourcery.com>
59571         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
59572         "localeinfo.h".
59573         (obstack_chunk_alloc): New macro.
59574         (obstack_chunk_free): Likewise.
59575         (record_offset): New function.
59576         (init_locale_data): Likewise.
59577         (align_locale_data): Likewise.
59578         (add_locale_empty): Likewise.
59579         (add_locale_raw_data): Likewise.
59580         (add_locale_raw_obstack): Likewise.
59581         (add_locale_string): Likewise.
59582         (add_locale_wstring): Likewise.
59583         (add_locale_uint32): Likewise.
59584         (add_locale_uint32_array): Likewise.
59585         (add_locale_char): Likewise.
59586         (start_locale_structure): Likewise.
59587         (end_locale_structure): Likewise.
59588         (start_locale_prelude): Likewise.
59589         (end_locale_prelude): Likewise.
59590         (write_locale_data): Take locale_file structure rather than an
59591         iovec.
59592         * locale/programs/locfile.h: Include "obstack.h".
59593         (struct locale_file): Change to store locale file contents instead
59594         of header.
59595         (init_locale_data): New prototype.
59596         (align_locale_data): Likewise.
59597         (add_locale_empty): Likewise.
59598         (add_locale_raw_data): Likewise.
59599         (add_locale_raw_obstack): Likewise.
59600         (add_locale_string): Likewise.
59601         (add_locale_wstring): Likewise.
59602         (add_locale_uint32): Likewise.
59603         (add_locale_uint32_array): Likewise.
59604         (add_locale_char): Likewise.
59605         (start_locale_structure): Likewise.
59606         (end_locale_structure): Likewise.
59607         (start_locale_prelude): Likewise.
59608         (end_locale_prelude): Likewise.
59609         (write_locale_data): Update prototype.
59610         * locale/programs/3level.h (struct TABLE): Remove result field.
59611         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
59612         Use new locale_file interface.
59613         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
59614         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
59615         * locale/programs/ld-address.c (address_output): Use new
59616         locale_file interface.
59617         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
59618         NO_ADD_LOCALE.
59619         (collate_finish): Don't call collseq_table_finalize.
59620         (collate_output): Use new locale_file interface.
59621         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
59622         in file.
59623         (NO_FINALIZE): Change to NO_ADD_LOCALE.
59624         (TABLE): Move defines earlier in file.
59625         (ELEMENT): Likewise.
59626         (DEFAULT): Likewise.
59627         (wctrans_table_add): Move macro and inline function earlier in
59628         file.
59629         (struct wctype_table): Move type earlier in file.
59630         (add_locale_wctype_table): New static prototype.
59631         (struct locale_ctype_t): Use logical types instead of struct iovec
59632         pointers for members.
59633         (ctype_output): Use new locale_file interface.
59634         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
59635         new locale_file interface.
59636         (allocate_arrays): Update for use of new locale_file interface.
59637         * locale/programs/ld-identification.c (identification_output): Use
59638         new locale_file interface.
59639         * locale/programs/ld-measurement.c (measurement_output): Likewise.
59640         * locale/programs/ld-messages.c (messages_output): Likewise.
59641         * locale/programs/ld-monetary.c (monetary_output): Likewise.
59642         * locale/programs/ld-name.c (name_output): Likewise.
59643         * locale/programs/ld-numeric.c (numeric_output): Likewise.
59644         * locale/programs/ld-paper.c (paper_output): Likewise.
59645         * locale/programs/ld-telephone.c (telephone_output): Likewise.
59646         * locale/programs/ld-time.c (time_output): Likewise.
59648 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59650         * benchtests/Makefile: Add memrchr benchmark.
59651         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
59652         benchmark as memrchr.
59653         * benchtests/bench-memrchr-ifunc.c: New file.
59654         * benchtests/bench-memrchr.c: New file.
59656 2013-09-06   Will Newton  <will.newton@linaro.org>
59658         * benchtests/Makefile (string-bench): Add memcpy.
59660 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
59661             Cong Wang  <amwang@redhat.com>
59663         [BZ #15850]
59664         * sysdeps/unix/sysv/linux/bits/in.h
59665         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
59666         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
59667         before __USE_KERNEL_IPV6_DEFS uses.
59668         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
59669         IPPROTO_BEETPH.
59670         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
59671         sockaddr_in6, or ipv6_mreq.
59673 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59675         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
59676         memory access for final bytes in some large inputs.
59677         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
59679 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59681         * string/test-memrchr.c: New file.
59682         * string/test-memrchr-ifunc.c: New file.
59683         * string/Makefile: Add new memrchr testcase.
59685 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
59687         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
59688         fanotify_init returns EPERM.
59690 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
59692         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
59693         errors.
59694         (top level): Treat second token from macro or constant entries for
59695         allowed headers as allowed.
59696         * include/complex.h: Condition internal declarations on
59697         [!_ISOMAC].
59698         * include/fenv.h: Condition include of <stdbool.h> and internal
59699         declarations on [!_ISOMAC].
59701 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
59703         [BZ #15923]
59704         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
59706 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
59708         * configure.in (--enable-versioning): Remove configure option.
59709         (libc_cv_asm_symver_directive): Remove configure test.
59710         (libc_cv_ld_version_script_option): Likewise.
59711         (VERSIONING): Remove variable and AC_SUBST.
59712         (DO_VERSIONING): Remove AC_DEFINE.
59713         * configure: Regenerated.
59714         * config.h.in (DO_VERSIONING): Remove macro.
59715         * Makerules [$(versioning) = yes]: Change conditionals to
59716         [$(build-shared) = yes].
59717         * config.make.in (versioning): Remove variable.
59718         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
59719         [$(build-shared) = yes].
59720         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
59721         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
59722         * elf/Makefile [$(versioning) = yes]: Change conditionals to
59723         [$(build-shared) = yes].
59724         * extra-lib.mk [$(versioning) = yes]: Likewise.
59725         * hurd/Makefile [$(versioning) = yes]: Likewise.
59726         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
59727         [SHARED].
59728         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
59729         [SHARED].
59730         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
59731         [SHARED && !NO_HIDDEN].
59732         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
59733         [SHARED].
59734         [SHARED && DO_VERSIONING]: Likewise..
59735         * libio/Makefile [$(versioning) = yes]: Change conditionals to
59736         [$(build-shared) = yes].
59737         * manual/install.texi (--disable-versioning): Remove
59738         documentation.
59739         * INSTALL: Regenerated.
59740         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
59741         to [SHARED].
59742         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
59743         [$(build-shared) = yes].
59744         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
59745         * sysdeps/i386/i686/multiarch/strstr-c.c
59746         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
59747         [SHARED && !NO_HIDDEN].
59748         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
59749         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
59750         * sysdeps/powerpc/powerpc32/dl-machine.c
59751         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
59752         * sysdeps/powerpc/powerpc32/sysdep.h
59753         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
59754         to [SHARED && PIC && !NO_HIDDEN].
59755         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
59756         conditional to [SHARED].
59758 2013-09-04   Will Newton  <will.newton@linaro.org>
59760         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
59761         * benchtests/bench-string.h: Include bench-timing.h instead
59762         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
59763         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
59764         call to HP_TIMING_DIFF_INIT.
59765         * benchtests/bench-memccpy.c: Use bench-timing.h macros
59766         instead of hp-timing.h macros.
59767         * benchtests/bench-memchr.c: Likewise.
59768         * benchtests/bench-memcmp.c: Likewise.
59769         * benchtests/bench-memcpy.c: Likewise.
59770         * benchtests/bench-memmem.c: Likewise.
59771         * benchtests/bench-memmove.c: Likewise.
59772         * benchtests/bench-memset.c: Likewise.
59773         * benchtests/bench-rawmemchr.c: Likewise.
59774         * benchtests/bench-strcasecmp.c: Likewise.
59775         * benchtests/bench-strcasestr.c: Likewise.
59776         * benchtests/bench-strcat.c: Likewise.
59777         * benchtests/bench-strchr.c: Likewise.
59778         * benchtests/bench-strcmp.c: Likewise.
59779         * benchtests/bench-strcpy.c: Likewise.
59780         * benchtests/bench-strcpy_chk.c: Likewise.
59781         * benchtests/bench-strlen.c: Likewise.
59782         * benchtests/bench-strncasecmp.c: Likewise.
59783         * benchtests/bench-strncat.c: Likewise.
59784         * benchtests/bench-strncmp.c: Likewise.
59785         * benchtests/bench-strncpy.c: Likewise.
59786         * benchtests/bench-strnlen.c: Likewise.
59787         * benchtests/bench-strpbrk.c: Likewise.
59788         * benchtests/bench-strrchr.c: Likewise.
59789         * benchtests/bench-strspn.c: Likewise.
59790         * benchtests/bench-strstr.c: Likewise.
59792 2013-09-04  Will Newton  <will.newton@linaro.org>
59794         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
59796 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
59798         [BZ #15427]
59799         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
59800         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
59801         * math/libm-test.inc (lgamma_test_data): Add more tests.
59802         * sysdeps/i386/fpu/libm-test-ulps: Update.
59803         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59805 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
59807         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
59808         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
59809         Add ifunc.
59810         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
59811         Add strcmp-sse2-unaligned
59812         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
59814 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
59816         * Versions.def (libc): Add GLIBC_2.19.
59818 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
59820         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
59821         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
59823 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
59825         [BZ #14155]
59826         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
59827         intermediate calculations in recurrence.
59828         (__ieee754_ynf): Likewise.
59829         * math/libm-test.inc (jn_test_data): Do not allow spurious
59830         underflow exception.  Add more tests.
59831         (yn_test_data): Add more tests.
59832         * sysdeps/i386/fpu/libm-test-ulps: Update.
59833         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59835 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
59837         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
59839 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
59841         * csu/init-first.c: Fix then/than typos.
59842         * locale/programs/ld-collate.c: Likewise.
59843         * locale/programs/linereader.h: Likewise.
59844         * manual/charset.texi: Likewise.
59845         * manual/filesys.texi: Likewise.
59846         * manual/stdio.texi: Likewise.
59847         * manual/string.texi: Likewise.
59848         * stdlib/fmtmsg.c: Likewise.
59849         * sysdeps/i386/stpncpy.S: Likewise.
59850         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
59851         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
59852         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
59853         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
59855 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
59857         * elf/dl-open.c: Fix typos.
59858         * iconvdata/gbbig5.c: Likewise.
59859         * iconvdata/iso-2022-jp.c: Likewise.
59860         * iconv/gconv_int.h: Likewise.
59861         * iconv/loop.c: Likewise.
59862         * nis/rpcsvc/nis.h: Likewise.
59863         * resolv/ns_name.c: Likewise.
59864         * stdio-common/vfscanf.c: Likewise.
59865         * streams/stropts.h: Likewise.
59866         * sunrpc/rpc_thread.c: Likewise.
59867         * sysdeps/i386/strpbrk.S: Likewise.
59868         * sysdeps/ieee754/k_standard.c: Likewise.
59869         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
59870         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
59871         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
59872         * sysdeps/mach/hurd/profil.c: Likewise.
59873         * sysdeps/s390/dl-procinfo.h: Likewise.
59874         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
59875         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
59876         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
59877         * sysdeps/x86_64/dl-trampoline.S: Likewise.
59878         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
59880 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
59882         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
59883         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
59885 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
59887         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
59888         aix specific files.
59889         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
59890         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
59891         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
59892         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
59893         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
59894         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
59895         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
59896         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
59898 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
59899             Roland McGrath  <roland@hack.frob.com>
59901         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
59902         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
59904 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
59906         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
59907         __executable_start symbol instead of _start.
59909 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
59911         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
59912         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
59913         Move macros to...
59914         * sysdeps/gnu/ldsodefs.h: ... this new file.
59916         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
59917         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
59918         instead of ELFOSABI_LINUX.
59920         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
59921         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
59922         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
59923         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
59924         Likewise.
59925         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
59926         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
59927         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
59928         Likewise.
59929         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
59930         (ibm_extended_long_double): Add ieee_nan member.
59931         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
59932         (do_test): New function.
59934         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
59935         TEST_TRUNC.
59936         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
59937         functions, renamed from truncdfsf_test, trunctfsf_test,
59938         trunctfdf_test.
59939         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
59940         functions.
59941         (do_test): Run all these.
59943 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
59945         * argp/argp-help.c: Fix typos.
59946         * argp/argp-parse.c: Likewise.
59947         * debug/backtracesyms.c: Likewise.
59948         * elf/elf.h: Likewise.
59949         * malloc/malloc.c: Likewise.
59950         * nis/nis_print.c: Likewise.
59951         * resolv/res_comp.c: Likewise.
59952         * stdlib/stdlib.h: Likewise.
59953         * sunrpc/clnt_tcp.c: Likewise.
59954         * sunrpc/clnt_udp.c: Likewise.
59955         * sunrpc/clnt_unix.c: Likewise.
59956         * sysdeps/unix/bsd/ptsname.c: Likewise.
59957         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
59958         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
59959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
59960         Likewise.
59961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
59962         Likewise.
59963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
59964         Likewise.
59965         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
59967 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
59969         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
59970         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
59972 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
59974         [BZ #15897]
59975         * dlfcn/Makefile (tests): Add bug-dl-leaf.
59976         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
59977         ($(objpfx)bug-dl-leaf): New rule.
59978         ($(objpfx)bug-dl-leaf.so): Likewise.
59979         ($(objpfx)bug-dl-leaf.out): Likewise.
59980         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
59981         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
59982         * dlfcn/bug-dl-leaf.c: New test.
59983         * dlfcn/bug-dl-leaf-lib.c: Likewise.
59984         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
59985         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
59986         (dlclose): Likewise.
59987         (dlmopen): Likewise.
59989 2013-08-27  Roland McGrath  <roland@hack.frob.com>
59991         * include/netdb.h [!_ISOMAC]:
59992         Don't include <tls.h>.
59993         (h_errno, __libc_h_errno): Move declaration and macros out of
59994         [_LIBC_REENTRANT].
59996         * include/resolv.h [_RESOLV_H_]:
59997         Don't include <tls.h>.
59998         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
59999         * resolv/res_libc.c: Don't include <tls.h>.
60000         (_res): Use __attribute__ ((nocommon)) in place of
60001         __attribute__ ((section (".bss"))).
60003         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
60004         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
60006         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
60008         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
60009         only under [SIOCGIFCONF && SIOCGIFNETMASK].
60011         * resolv/res_mkquery.c: Include <sys/time.h>.
60013         * inet/ifreq.c: Moved to ...
60014         * sysdeps/unix/ifreq.c: ... here.
60015         * inet/ifreq.c: New file, true stub version.
60017         * socket/sa_len.c: New file.
60018         * socket/Makefile (aux): Add it.
60019         * sysdeps/unix/sysv/linux/Makefile
60020         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
60021         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
60022         and #include <socket/sa_len.c>.
60023         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
60024         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
60026         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
60027         * bits/socket.h: ... here.
60029         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
60030         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
60031         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
60033 2013-08-27  Andreas Schwab  <schwab@suse.de>
60035         [BZ #15736]
60036         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
60037         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
60038         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
60039         * string/test-strcasecmp.c (test_main): Run tests in several
60040         locales.
60041         * string/test-strncasecmp.c (test_main): Likewise.
60043         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
60044         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
60045         to __strcasecmp_nonascii and __strncasecmp_nonascii.
60046         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
60047         (__strncasecmp_ssse3) [PIC]: Likewise.
60049 2013-08-26  Roland McGrath  <roland@hack.frob.com>
60051         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
60053         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
60054         instead of explicitly declaring xdecrypt.
60055         * nis/nss_nis/nis-publickey.c: Likewise.
60057 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
60059         [BZ #15890]
60060         * nscd/aicache.c: Include res_hconf.h.
60061         (addhstaiX): Initialize res_hconf.
60063 2013-08-26  Andreas Schwab  <schwab@suse.de>
60065         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
60066         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
60068 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
60070         * nscd/aicache.c (addhstaiX): Fix indentation.
60072 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
60074         * configure.ac: Quote $build_pt_chown test.
60075         * configure: Regenerated.
60077 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
60079         [BZ #15532]
60080         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
60081         * math/s_cexpf.c (__cexpf): Likewise.
60082         * math/s_cexpl.c (__cexpl): Likewise.
60083         * math/libm-test.inc (cexp_test_data): Correct expected return
60084         value for NaN + i0.  Add another test.
60086 2013-08-22  David S. Miller  <davem@davemloft.net>
60088         * po/ca.po: Update Catalan translation from translation project.
60089         * po/uk.po: Add Ukrainian translations from translation project.
60091 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
60093         [BZ #15797]
60094         * math/s_fdim.c (__fdim): Check for infinite arguments if result
60095         is infinite, not alongside NaN test.
60096         * math/s_fdimf.c (__fdimf): Likewise.
60097         * math/s_fdiml.c (__fdiml): Likewise.
60098         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
60099         errno is unchanged.
60101 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
60103         * argp/argp-help.c: Fix typos.
60104         * crypt/speeds.c: Likewise.
60105         * csu/check_fds.c: Likewise.
60106         * elf/dl-load.c: Likewise.
60107         * elf/dl-open.c: Likewise.
60108         * elf/reldep3.c: Likewise.
60109         * elf/reldep.c: Likewise.
60110         * elf/sprof.c: Likewise.
60111         * iconv/iconv_charmap.c: Likewise.
60112         * iconv/skeleton.c: Likewise.
60113         * iconv/strtab.c: Likewise.
60114         * io/lockf64.c: Likewise.
60115         * libio/libioP.h: Likewise.
60116         * resolv/gai_notify.c: Likewise.
60117         * resolv/ns_name.c: Likewise.
60118         * resolv/ns_samedomain.c: Likewise.
60119         * resolv/res_send.c: Likewise.
60120         * stdlib/random.c: Likewise.
60121         * sunrpc/rpc/xdr.h: Likewise.
60122         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
60123         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
60124         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
60125         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
60126         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
60127         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
60128         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
60129         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
60130         * sysdeps/mach/hurd/check_fds.c: Likewise.
60131         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
60132         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
60133         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
60134         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
60135         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
60136         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
60137         * sysdeps/pthread/aio_notify.c: Likewise.
60138         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
60139         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
60140         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
60141         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
60142         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
60144 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
60146         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
60147         version if bit_Slow_SSE4_2 is set.
60148         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
60149         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
60151 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60153         [BZ #15867]
60154         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
60155         trampoline stack frame information.
60156         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
60157         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
60158         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
60159         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
60160         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
60161         * sysdeps/unix/sysv/linux/powerpc/init-first.c
60162         (_libc_vdso_platform_setup): Initialize the signal trampolines.
60163         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
60164         sa_flags value.
60165         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
60166         interrupting a syscall and set with option SA_SIGINFO.
60168 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
60170         [BZ #15531]
60171         * math/s_cproj.c (__cproj): Only return an infinity if one part of
60172         argument is infinite.
60173         * math/s_cprojf.c (__cprojf): Likewise.
60174         * math/s_cprojl.c (__cprojl): Likewise.
60175         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
60176         * math/libm-test.inc (cproj_test_data): Add more tests.
60178         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
60180         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
60181         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
60182         size.  Use __ffs to determine corresponding shift.
60184 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
60185             Roland McGrath  <roland@hack.frob.com>
60187         * Makefile (INSTALL): Remove trailing blank lines from output of
60188         makeinfo.
60190 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
60192         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
60193         Align 32 bit compat elf_greg to 8 bytes.
60195 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
60197         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
60199 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
60201         * string/strcoll_l.c (coll_seq): New structure.
60202         (get_next_seq_cached): New function.
60203         (get_next_seq): New function.
60204         (do_compare): New function.
60205         (STRCOLL): Use GNU style definition.  Simplify implementation
60206         by using get_next_seq, get_next_seq_cached and do_compare.
60208 2013-08-16  Florian Weimer  <fweimer@redhat.com>
60210         [BZ #14699]
60211         CVE-2013-4237
60212         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
60213         member.
60214         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
60215         member.
60216         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
60217         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
60218         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
60219         conditional.
60220         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
60221         GETDENTS_64BIT_ALIGNED.
60222         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
60223         * manual/filesys.texi (Reading/Closing Directory): Document
60224         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
60225         strongly.
60226         * manual/conf.texi (Limits for Files): Add portability note to
60227         NAME_MAX, PATH_MAX.
60228         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
60230 2013-08-13  Andreas Schwab  <schwab@suse.de>
60232         [BZ #15749]
60233         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
60234         of fabs.
60235         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
60236         LDBL_MAX_EXP >= 16384]: Add tests for it.
60238 2013-08-12  David S. Miller  <davem@davemloft.net>
60240         * version.h (RELEASE): Set to "development".
60241         (VERSION): Set to "2.18.90".
60242         * NEWS: Add 2.19 section.
60244 2013-08-03  David S. Miller  <davem@davemloft.net>
60246         * po/ko.po: Update Korean translation from translation project.
60248 2013-08-01  David S. Miller  <davem@davemloft.net>
60250         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
60251         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
60252         Bilka.
60254 2013-07-30  David S. Miller  <davem@davemloft.net>
60256         * po/fr.po: Update French translation from translation project.
60258 2013-07-28  David S. Miller  <davem@davemloft.net>
60260         * po/cs.po: Update Czech translation from translation project.
60262         * po/sv.po: Update Swedish translation from translation project.
60264 2013-07-27  David S. Miller  <davem@davemloft.net>
60266         * po/eo.po: Update Esperanto translation from translation project.
60268         * po/vi.po: Update Vietnamese translation from translation project.
60270         * po/de.po: Update German translation from translation project.
60272 2013-07-26  David S. Miller  <davem@davemloft.net>
60274         * po/bg.po: Update Bulgarian translation from translation project.
60276         * po/nl.po: Update Dutch translation from translation project.
60277         * po/pl.po: Update Polish translation from translation project.
60278         * po/ru.po: Update Russian translation from translation project.
60280 2013-07-24  David S. Miller  <davem@davemloft.net>
60282         * po/libc.pot: Update.
60284 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60286         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
60287         variable page size.
60288         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
60289         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
60290         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
60292 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
60294         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
60296 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
60297             Andreas Schwab  <schwab@suse.de>
60298             Roland McGrath  <roland@hack.frob.com>
60299             Joseph Myers  <joseph@codesourcery.com>
60300             Carlos O'Donell  <carlos@redhat.com>
60302         [BZ #15755]
60303         * config.h.in: Define HAVE_PT_CHOWN.
60304         * config.make.in (build-pt-chown): New variable.
60305         * configure.in (--enable-pt_chown): New configure option.
60306         * configure: Regenerate.
60307         * login/Makefile: Include Makeconfig.  Build pt_chown only if
60308         build-pt-chown is enabled.
60309         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
60310         pt_chown to fix pty ownership.
60311         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
60312         CLOSE_ALL_FDS.
60313         * manual/install.texi (Configuring and compiling): Mention
60314         --enable-pt_chown. Add @findex for grantpt.
60315         * INSTALL: Regenerate.
60317 2013-07-20  David S. Miller  <davem@davemloft.net>
60319         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
60320         difference between 32-bit and 64-bit.
60322 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
60324         [BZ #15711]
60325         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
60326         Avoid system header dependency with -ffreestanding.
60327         ($(objpfx)bits/syscall%d): Likewise.
60329 2013-07-13  David S. Miller  <davem@davemloft.net>
60331         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
60332         underflows from atanl/atan2l due to bug 15319.
60333         (casinh_test_data): Likewise.
60335 2013-07-07  David S. Miller  <davem@davemloft.net>
60337         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
60339 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
60341         * sysdeps/i386/fpu/libm-test-ulps: Update.
60342         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
60344 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
60346         * configure.in (--enable-lock-elision): Fix message text.
60347         * INSTALL: Regenerate.
60348         * configure: Regenerate.
60350 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60352         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
60354 2013-07-03  Andreas Jaeger  <aj@suse.de>
60356         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
60357         define.
60358         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
60359         (ptrace_peeksiginfo_args): Add.
60360         (__ptrace_peeksiginfo_flags): Add.
60361         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
60362         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
60363         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
60365 2013-07-03  Allan McRae  <allan@archlinux.org>
60367         * sysdeps/i386/fpu/libm-test-ulps: Update.
60369 2013-07-02  David S. Miller  <davem@davemloft.net>
60371         * sysdeps/sparc/fpu/libm-test-ulps: Update.
60373 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
60375         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
60377 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
60379         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
60380         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
60382 2013-07-02  Andi Kleen <ak@linux.intel.com>
60384         * config.h.in (ENABLE_LOCK_ELISION): Add.
60385         * configure.in (--enable-lock-elision): Add option.
60386         * manual/install.texi: Document --enable lock elision.
60387         * configure: Regenerate
60388         * INSTALL: Regenerate.
60390 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
60392         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
60393         SSE4.2 strcasecmp for libc.a.
60394         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
60396 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
60398         [BZ #13304]
60399         * soft-fp/op-common.h (_FP_FMA): New macro.
60400         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
60401         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
60402         (_FP_MUL_MEAT_1_imm): ... here.
60403         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
60404         (_FP_MUL_MEAT_1_wide): ... here.
60405         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
60406         (_FP_MUL_MEAT_1_hard): ... here.
60407         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
60408         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
60409         (_FP_MUL_MEAT_2_wide): ... here.
60410         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
60411         (_FP_MUL_MEAT_2_wide_3mul): ... here.
60412         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
60413         (_FP_MUL_MEAT_2_gmp): ... here.
60414         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
60415         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
60416         (_FP_MUL_MEAT_4_wide): ... here.
60417         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
60418         (_FP_MUL_MEAT_4_gmp): ... here.
60419         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
60420         (_FP_WFRACBITS_DW_S): Likewise.
60421         (_FP_WFRACXBITS_DW_S): Likewise.
60422         (_FP_HIGHBIT_DW_S): Likewise.
60423         (FP_FMA_S): Likewise.
60424         (_FP_FRAC_HIGH_DW_S): Likewise.
60425         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
60426         (_FP_WFRACBITS_DW_D): Likewise.
60427         (_FP_WFRACXBITS_DW_D): Likewise.
60428         (_FP_HIGHBIT_DW_D): Likewise.
60429         (FP_FMA_D): Likewise.
60430         (_FP_FRAC_HIGH_DW_D): Likewise.
60431         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
60432         (_FP_WFRACBITS_DW_E): Likewise.
60433         (_FP_WFRACXBITS_DW_E): Likewise.
60434         (_FP_HIGHBIT_DW_E): Likewise.
60435         (FP_FMA_E): Likewise.
60436         (_FP_FRAC_HIGH_DW_E): Likewise.
60437         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
60438         (_FP_WFRACBITS_DW_Q): Likewise.
60439         (_FP_WFRACXBITS_DW_Q): Likewise.
60440         (_FP_HIGHBIT_DW_Q): Likewise.
60441         (FP_FMA_Q): Likewise.
60442         (_FP_FRAC_HIGH_DW_Q): Likewise.
60443         * soft-fp/fmasf4.c: New file.
60444         * soft-fp/fmadf4.c: Likewise.
60445         * soft-fp/fmatf4.c: Likewise.
60447 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
60449         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
60450         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
60451         Silvermont.
60452         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
60453         macro.
60454         (index_Slow_SSE4_2): Likewise.
60455         (index_Prefer_PMINUB_for_stringop): Likewise.
60456         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
60457         bit_Slow_SSE4_2 is set.
60458         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
60459         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
60461 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
60463         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
60464         rtld_global._dl_hwcap2.
60465         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
60466         POWER8.
60467         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
60468         POWER8 feature descriptions defined in _dl_hwcap2.
60469         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
60470         string handling for POWER8 feature bits.
60471         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
60472         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
60473         _dl_powerpc_cap_flags.
60474         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
60475         * sysdeps/powerpc/rtld-global-offsets.sym
60476         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
60477         _dl_hwcap2 in the rtld_global_ro structure.
60479 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
60481         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
60482         hardware capabilities in support of AT_HWCAP2.
60483         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
60484         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
60485         GLRO(dl_hwcap2).
60486         (_dl_show_auxv): Add support for calling _dl_procinfo to display
60487         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
60488         explicitly the unknown a_type display mechanism is used.
60489         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
60490         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
60491         struct member.
60492         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
60493         to macro prototype for AT_HWCAP2 support.
60494         * sysdeps/i386/dl-procinfo.h: Likewise.
60495         * sysdeps/s390/dl-procinfo.h: Likewise.
60496         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
60497         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
60498         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
60499         return -1 for unknown a_type display fallback.
60500         * sysdeps/sparc/dl-procinfo.h: Likewise.
60501         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
60502         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
60504 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
60506         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
60507         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
60509 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
60511         [BZ #12492]
60512         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
60513         mprotect making __stack_prot writable.
60515 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
60516             Joseph Myers  <joseph@codesourcery.com>
60518         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
60519         as being properly aligned.
60521 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
60523         * dlfcn/modstatic5.c: New file.
60524         * dlfcn/tststatic5.c: New file.
60525         * dlfcn/Makefile (tests): Add tststatic5.
60526         (tests-static): Likewise.
60527         (modules-names): Add modstatic5.
60528         (tststatic5-ENV): New variable.
60529         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
60531         [BZ #15022]
60532         * elf/dl-support.c (_dl_main_map): New variable.
60533         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
60534         (_dl_nns, _dl_load_adds): Set to 1.
60535         (_dl_initial_searchlist): Refer to _dl_main_map.
60536         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
60537         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
60538         call to _dl_get_origin.
60539         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
60540         around call_map.
60541         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
60542         * dlfcn/modstatic3.c: New file.
60543         * dlfcn/tststatic3.c: New file.
60544         * dlfcn/tststatic4.c: New file.
60545         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
60546         (tests-static): Likewise.
60547         (modules-names): Add modstatic3.
60548         (tststatic3-ENV, tststatic4-ENV): New variables.
60549         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
60550         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
60552 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
60554         * configure.in (CC): Require GCC version 4.4 or later.
60555         * configure: Regenerated.
60556         * manual/install.texi (Tools for Compilation): Update GCC version
60557         requirement.
60558         * INSTALL: Regenerated.
60560 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
60562         [BZ #15674]
60563         * string/test-memcmp.c (check2): New.
60564         (main): Call check2.
60566         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
60568 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
60570         [BZ #15022]
60571         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
60572         over to...
60573         (dl_open_worker) [!SHARED]: ... here.
60575 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
60577         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
60579 2013-06-25  Richard Henderson  <rth@redhat.com>
60581         * locale/programs/locarchive.c: Include <libc-internal.h>
60583 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
60585         * manual/texinfo.tex: Update to version 2013-06-21.17, with
60586         trailing whitespace removed.
60588 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
60590         [BZ #10283]
60591         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
60592         * locale/programs/locarchive.c: Include libc-mmap.h.
60593         (prepare_address_space): Take two new outputs (the mmap base and len).
60594         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
60595         values.
60596         (create_archive): Declare new mmap base and len values for
60597         prepare_address_space, and store the result in ah.
60598         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
60599         (enlarge_archive): If ah->mmap_base is not NULL, use that and
60600         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
60601         Declare new mmap base and len values for
60602         prepare_address_space, and store the result in new_ah.
60603         (open_archive): Declare new mmap base and len values for
60604         prepare_address_space, and store the result in ah.
60605         (close_archive): If ah->mmap_base is not NULL, use that and
60606         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
60607         * sysdeps/generic/libc-mmap.h: New file.
60609 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
60611         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
60612         (ALIGN_UP): Likewise.
60613         (PTR_ALIGN_DOWN): Likewise.
60614         (PTR_ALIGN_UP): Likewise.
60616 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
60618         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
60619         entry mapped to PPC_PLATFORM_POWER8.
60620         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
60621         POWER8.
60622         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
60623         (_dl_string_platform): Add case for exporting platform position for
60624         POWER8.
60625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
60626         search path to sysdeps/powerpc/powerpc32/power8 directory.
60627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
60628         search path to sysdeps/powerpc/powerpc64/power8 directory.
60629         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
60630         power7 directories.
60631         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
60632         power7 directories.
60634 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
60636         * INSTALL: Regenerate.
60638         * nscd/connections.c (nscd_init): Fix comment.
60640 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
60642         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
60644         [BZ #15667]
60645         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
60646         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
60648 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
60650         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
60651         DL_DST_REQ_STATIC.
60652         (DL_DST_REQ_STATIC): Remove macro.
60654 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
60656         [BZ #7006]
60657         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
60658         with a shift of 0 bits.
60660 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
60662         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
60663         $(tststatic-ENV).
60665 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
60667         [BZ #15655]
60668         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
60670 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60672         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
60673         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
60674         accepts -fno-tree-loop-distribute-patterns.
60675         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
60676         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
60677         recursive call.
60678         * string/memset.c (memset): Likewise.
60679         * string/test-memmove.c (simple_memmove): Disable loop transformation
60680         to library calls.
60681         * string/test-memset.c (simple_memset): Likewise.
60682         * benchtests/bench-memmove.c (simple_memmove): Likewise.
60683         * benchtests/bench-memset.c (simple_memset): Likewise.
60684         * configure: Regenerated.
60686 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
60688         * math/test-misc.c (main): Ignore fesetround failure when failures
60689         of subsequent rounding tests would be ignored.
60691         [BZ #15654]
60692         * math/fedisblxcpt.c (fedisableexcept): Return 0.
60693         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
60694         * math/fegetenv.c (__fegetenv): Return 0.
60695         * math/fegetexcept.c (fegetexcept): Return 0.
60696         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
60697         FE_TONEAREST.
60698         * math/feholdexcpt.c (feholdexcept): Return 0.
60699         * math/fesetenv.c (__fesetenv): Return 0.
60700         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
60701         argument FE_TONEAREST.
60702         * math/feupdateenv.c (__feupdateenv): Return 0.
60703         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
60705 2013-06-18  Roland McGrath  <roland@hack.frob.com>
60707         * elf/rtld-Rules (rtld-compile-command.S): New variable.
60708         (rtld-compile-command.s, rtld-compile-command.c): New variables.
60709         ($(objpfx)rtld-%.os rules): Use them.
60711 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60713         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
60714         fields.
60716 2013-06-17  Roland McGrath  <roland@hack.frob.com>
60718         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
60719         length of target pattern, then descending length of dependency pattern.
60720         * configure.in (AWK): Require gawk 3.1.2 or newer.
60721         * manual/install.texi (Tools for Compilation): Say that we do.
60722         * configure: Regenerated.
60724         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
60725         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
60726         * scripts/sysd-rules.awk: ... this new script.
60727         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
60728         than a glob-style pattern.
60730 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
60732         * math/test-misc.c (main): Do not treat incorrectly rounded
60733         conversions as failure unless ROUNDING_TESTS passes.
60735 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
60737         [BZ #15631]
60738         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
60739         restore exception state around main square root computation, then
60740         check for inexactness explicitly.
60742         * math/libm-test.inc (fma_test_data): Add another test.
60744 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
60746         * manual/threads.texi (Non-POSIX Extensions): New document
60747         node.  Document pthread_getattr_default_np and
60748         pthread_setattr_default_np.
60750         * Versions.def (libpthread): Add GLIBC_2.18.
60751         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
60752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
60753         Likewise.
60754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
60755         Likewise.
60756         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
60757         Likewise.
60758         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
60759         Likewise.
60760         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
60761         Likewise.
60762         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
60763         Likewise.
60764         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
60765         Likewise.
60766         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
60767         Likewise.
60768         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
60769         Likewise.
60771 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
60773         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
60774         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
60776 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
60777             H.J. Lu  <hjl.tools@gmail.com>
60779         [BZ #15627]
60780         * sysdeps/x86_64/rtld-memset.c: Remove file.
60781         * sysdeps/x86_64/rtld-memset.S: New file.
60783 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
60785         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
60786         (test_in_one_mode): Take arguments for whether the rounding mode
60787         is supported for each floating-point type.
60788         (do_test): Pass new arguments to test_in_one_mode using
60789         ROUNDING_TESTS.
60791 2013-06-13  Roland McGrath  <roland@hack.frob.com>
60793         * posix/tst-waitid.c (do_test): Distinguish different instances of
60794         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
60795         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
60796         before entering the kernel for waitpid.
60798 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
60800         * NEWS: Fix note on clock function precision.  Text by Roland
60801         McGrath.
60803 2013-06-13  Roland McGrath  <roland@hack.frob.com>
60805         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
60806         it into place only when and if the sanity check passes.
60808 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
60810         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
60811         output for whether conversion result is exact.  Take argument
60812         indicating whether type is IBM long double.
60813         (round_for_all): Change need_exact field to ibm_ld.
60814         * stdlib/tst-strtod-round.c (struct exactness): New type.
60815         (struct test): Change bool ld_ok field to struct exactness exact.
60816         (TEST): Update all definitions for change to field.
60817         (tests): Regenerate array contents.
60818         (test_in_one_mode): Take pointer to new field instead of old ld_ok
60819         field value.  Check for IBM long double here.
60820         (do_test): Update calls to test_in_one_mode.
60822 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
60824         [BZ #12515]
60825         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
60826         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
60828 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
60830         [BZ #15605]
60831         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
60832         generated by the compiler on loop optimizations.
60833         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
60834         general definitions.
60836 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
60838         * math/bug-nextafter.c: Include <math-tests.h>.
60839         (main): Only test for exceptions if EXCEPTION_TESTS is true for
60840         the relevant type.
60841         * math/bug-nexttoward.c: Include <math-tests.h>.
60842         (main): Only test for exceptions if EXCEPTION_TESTS is true for
60843         the relevant type.
60844         * math/test-misc.c: Include <math-tests.h>.
60845         (main): Only test for exceptions if EXCEPTION_TESTS is true for
60846         the relevant type.
60848 2013-06-12  Andreas Jaeger  <aj@suse.de>
60850         * po/ia.po: Update Interlingua translation from translation
60851         project.
60853 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
60855         * include/fenv.h: Include stdbool.h.
60856         (struct rm_ctx): New structure.
60857         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
60858         Define macro.
60859         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
60860         (SET_RESTORE_ROUNDF): Likewise.
60861         (SET_RESTORE_ROUNDL): Likewise.
60862         (SET_RESTORE_ROUND_NOEX): Likewise.
60863         (SET_RESTORE_ROUND_NOEXF): Likewise.
60864         (SET_RESTORE_ROUND_NOEXL): Likewise.
60865         (SET_RESTORE_ROUND_53BIT): Likewise.
60866         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
60867         (libc_feresetround_noexf_ctx): Likewise.
60868         (libc_feresetround_noexl_ctx): Likewise.
60869         (libc_feholdsetround_53bit_ctx): Likewise.
60870         (libc_feresetround_53bit_ctx): Likewise.
60871         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
60872         (libc_feholdexcept_setround_sse_ctx): New function.
60873         (libc_fesetenv_sse_ctx): Likewise.
60874         (libc_feupdateenv_sse_ctx): Likewise.
60875         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
60876         (libc_feholdexcept_setround_387_ctx): Likewise.
60877         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
60878         (libc_feholdsetround_387_prec_ctx): Likewise.
60879         (libc_feholdsetround_387_ctx): Likewise.
60880         (libc_feholdsetround_387_53bit_ctx): Likewise.
60881         (libc_feholdsetround_sse_ctx): Likewise.
60882         (libc_feresetround_sse_ctx): Likewise.
60883         (libc_feresetround_387_ctx): Likewise.
60884         (libc_feupdateenv_387_ctx): Likewise.
60885         (libc_feholdexcept_setroundf_ctx): Define macro.
60886         (libc_fesetenvf_ctx): Likewise.
60887         (libc_feupdateenvf_ctx): Likewise.
60888         (libc_feholdsetroundf_ctx): Likewise.
60889         (libc_feresetroundf_ctx): Likewise.
60890         (libc_feholdexcept_setround_ctx): Likewise.
60891         (libc_fesetenv_ctx): Likewise.
60892         (libc_feupdateenv_ctx): Likewise.
60893         (libc_feholdsetround_ctx): Likewise.
60894         (libc_feresetround_ctx): Likewise.
60895         (libc_feholdexcept_setroundl_ctx): Likewise.
60896         (libc_feupdateenvl_ctx): Likewise.
60897         (libc_feholdsetroundl_ctx): Likewise.
60898         (libc_feresetroundl_ctx): Likewise.
60899         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
60900         (libc_feresetround_53bit_ctx): Likewise.
60902 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
60904         * locale/iso-639.def: Convert to UTF-8.
60906 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
60908         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
60909         (EXCEPTION_TESTS_double): Likewise.
60910         (EXCEPTION_TESTS_long_double): Likewise.
60911         (EXCEPTION_TESTS): Likewise.
60912         * math/libm-test.inc (test_exceptions): Only test exceptions if
60913         EXCEPTION_TESTS (FLOAT).
60915 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
60917         * benchtests/Makefile (string-bench): Add strcpy_chk and
60918         stpcpy_chk.
60919         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
60920         * benchtests/bench-stpcpy_chk.c: New file.
60921         * benchtests/bench-strcpy_chk-ifunc.c: New file.
60922         * benchtests/bench-strcpy_chk.c: New file.
60923         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
60924         code.
60925         (do_test): Likewise.
60927 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
60929         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
60930         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
60931         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
60932         with tabs where appropriate.
60933         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
60934         dl-procinfo.h.
60935         [PPC_PLATFORM_PPC440]: Likewise.
60936         [PPC_PLATFORM_PPC464]: Likewise.
60937         [PPC_PLATFORM_PPC476]: Likewise.
60938         (_dl_string_platform): Add support for detecting ppc405, ppc440,
60939         ppc464, and ppc476 platform strings merging from ports/
60940         dl-procinfo.h.
60942 2013-06-11  Andreas Schwab  <schwab@suse.de>
60944         [BZ #14991]
60945         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
60946         (from_ucs4_idx): Regenerate.
60947         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
60948         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
60949         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
60950         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
60951         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
60952         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
60953         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
60954         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
60955         from FROM_LOOP and TO_LOOP specific macros.
60956         (BODY): Handle combining characters.
60957         * iconvdata/BIG5HKSCS.irreversible: Update.
60958         * iconvdata/BIG5HKSCS.precomposed: New file.
60959         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
60960         characters.
60961         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
60963 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
60965         * include/sys/time.h: Fix indentation and add copyright header.
60967         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
60968         (do_test): Likewise.
60969         * string/test-memchr.c (do_one_test): Likewise.
60970         (do_test): Likewise.
60971         * string/test-memcmp.c (do_one_test): Likewise.
60972         (do_test): Likewise.
60973         * string/test-memcpy.c (do_one_test): Likewise.
60974         (do_test): Likewise.
60975         * string/test-memmem.c (do_one_test): Likewise.
60976         (do_test): Likewise.
60977         (do_random_tests): Likewise.
60978         * string/test-memmove.c (do_one_test): Likewise.
60979         (do_test): Likewise.
60980         * string/test-memset.c (do_one_test): Likewise.
60981         (do_test): Likewise.
60982         * string/test-rawmemchr.c (do_one_test): Likewise.
60983         (do_test): Likewise.
60984         * string/test-strcasecmp.c (do_one_test): Likewise.
60985         (do_test): Likewise.
60986         * string/test-strcasestr.c (do_one_test): Likewise.
60987         (do_test): Likewise.
60988         * string/test-strcat.c (do_one_test): Likewise.
60989         (do_test): Likewise.
60990         * string/test-strchr.c (do_one_test): Likewise.
60991         (do_test): Likewise.
60992         * string/test-strcmp.c (do_one_test): Likewise.
60993         (do_test): Likewise.
60994         * string/test-strcpy.c (do_one_test): Likewise.
60995         (do_test): Likewise.
60996         * string/test-string.h: Likewise.
60997         (test_init): Likewise.
60998         * string/test-strlen.c (do_one_test): Likewise.
60999         (do_test): Likewise.
61000         * string/test-strncasecmp.c (do_one_test): Likewise.
61001         (do_test): Likewise.
61002         * string/test-strncat.c (do_one_test): Likewise.
61003         (do_test): Likewise.
61004         * string/test-strncmp.c (do_one_test): Likewise.
61005         (do_test_limit): Likewise.
61006         (do_test): Likewise.
61007         * string/test-strncpy.c (do_one_test): Likewise.
61008         (do_test): Likewise.
61009         * string/test-strnlen.c (do_one_test): Likewise.
61010         (do_test): Likewise.
61011         * string/test-strpbrk.c (do_one_test): Likewise.
61012         (do_test): Likewise.
61013         * string/test-strrchr.c (do_one_test): Likewise.
61014         (do_test): Likewise.
61015         * string/test-strspn.c (do_one_test): Likewise.
61016         (do_test): Likewise.
61017         * string/test-strstr.c (do_one_test): Likewise.
61018         (do_test): Likewise.
61020         * benchtests/Makefile (string-bench): Add string benchmarks.
61021         * benchtests/bench-bcopy-ifunc.c: New file.
61022         * benchtests/bench-bcopy.c: New file.
61023         * benchtests/bench-bzero-ifunc.c: New file.
61024         * benchtests/bench-bzero.c: New file.
61025         * benchtests/bench-memccpy-ifunc.c: New file.
61026         * benchtests/bench-memccpy.c: New file.
61027         * benchtests/bench-memchr-ifunc.c: New file.
61028         * benchtests/bench-memchr.c: New file.
61029         * benchtests/bench-memcmp-ifunc.c: New file.
61030         * benchtests/bench-memcmp.c: New file.
61031         * benchtests/bench-memmem-ifunc.c: New file.
61032         * benchtests/bench-memmem.c: New file.
61033         * benchtests/bench-memmove-ifunc.c: New file.
61034         * benchtests/bench-memmove.c: New file.
61035         * benchtests/bench-mempcpy-ifunc.c: New file.
61036         * benchtests/bench-mempcpy.c: New file.
61037         * benchtests/bench-memset-ifunc.c: New file.
61038         * benchtests/bench-memset.c: New file.
61039         * benchtests/bench-rawmemchr-ifunc.c: New file.
61040         * benchtests/bench-rawmemchr.c: New file.
61041         * benchtests/bench-stpcpy-ifunc.c: New file.
61042         * benchtests/bench-stpcpy.c: New file.
61043         * benchtests/bench-stpncpy-ifunc.c: New file.
61044         * benchtests/bench-stpncpy.c: New file.
61045         * benchtests/bench-strcasecmp-ifunc.c: New file.
61046         * benchtests/bench-strcasecmp.c: New file.
61047         * benchtests/bench-strcasestr-ifunc.c: New file.
61048         * benchtests/bench-strcasestr.c: New file.
61049         * benchtests/bench-strcat-ifunc.c: New file.
61050         * benchtests/bench-strcat.c: New file.
61051         * benchtests/bench-strchr-ifunc.c: New file.
61052         * benchtests/bench-strchr.c: New file.
61053         * benchtests/bench-strchrnul-ifunc.c: New file.
61054         * benchtests/bench-strchrnul.c: New file.
61055         * benchtests/bench-strcmp-ifunc.c: New file.
61056         * benchtests/bench-strcmp.c: New file.
61057         * benchtests/bench-strcpy-ifunc.c: New file.
61058         * benchtests/bench-strcpy.c: New file.
61059         * benchtests/bench-strcspn-ifunc.c: New file.
61060         * benchtests/bench-strcspn.c: New file.
61061         * benchtests/bench-strlen-ifunc.c: New file.
61062         * benchtests/bench-strlen.c: New file.
61063         * benchtests/bench-strncasecmp-ifunc.c: New file.
61064         * benchtests/bench-strncasecmp.c: New file.
61065         * benchtests/bench-strncat-ifunc.c: New file.
61066         * benchtests/bench-strncat.c: New file.
61067         * benchtests/bench-strncmp-ifunc.c: New file.
61068         * benchtests/bench-strncmp.c: New file.
61069         * benchtests/bench-strncpy-ifunc.c: New file.
61070         * benchtests/bench-strncpy.c: New file.
61071         * benchtests/bench-strnlen-ifunc.c: New file.
61072         * benchtests/bench-strnlen.c: New file.
61073         * benchtests/bench-strpbrk-ifunc.c: New file.
61074         * benchtests/bench-strpbrk.c: New file.
61075         * benchtests/bench-strrchr-ifunc.c: New file.
61076         * benchtests/bench-strrchr.c: New file.
61077         * benchtests/bench-strspn-ifunc.c: New file.
61078         * benchtests/bench-strspn.c: New file.
61079         * benchtests/bench-strstr-ifunc.c: New file.
61080         * benchtests/bench-strstr.c: New file.
61082         * benchtests/Makefile: Disable parallel execution of targets.
61083         (string-bench): Add memcpy.
61084         (benchset): New variable to store a list of benchmark sets.
61085         (bench-func): Renamed from bench.
61086         (bench-set): New target.
61087         (bench): Depend on bench-func and bench-set.
61088         * benchtests/README: Add section on benchmark sets.
61089         * benchtests/bench-memcpy-ifunc.c: New file.
61090         * benchtests/bench-memcpy.c: New file.
61091         * benchtests/bench-string.h: New file.
61093 2013-06-11  Andreas Schwab  <schwab@suse.de>
61095         [BZ #15577]
61096         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
61097         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
61098         values in the triple.
61099         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
61100         terminator in the group key.
61102 2013-06-11  Andreas Jaeger  <aj@suse.de>
61104         * po/zh_TW.po: Update Chinese (traditional) translation from
61105         translation project.
61107 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
61109         * include/time.h (__clock_gettime): Add libc_hidden_proto.
61110         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
61111         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
61112         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
61113         (clock_getcpuclockid): Likewise.
61114         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
61115         Add weak_alias and libc_hidden_def.
61116         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
61117         * rt/clock_gettime.c (clock_gettime): Rename to
61118         __clock_gettime.  Add weak_alias and libc_hidden_def.
61119         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
61120         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
61121         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
61122         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
61123         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
61124         Likewise.
61125         * rt/clock_settime.c (clock_settime): Rename to
61126         __clock_settime.  Add weak_alias and libc_hidden_def.
61127         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
61129 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
61131         * mach/err_boot.sub: Remove trailing whitespace.
61132         * mach/err_ipc.sub: Likewise.
61133         * mach/err_mach.sub: Likewise.
61135         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
61136         (ROUNDING_TESTS_double): Likewise.
61137         (ROUNDING_TESTS_long_double): Likewise.
61138         (ROUNDING_TESTS): Likewise.
61139         * math/libm-test.inc: Include <math-tests.h>.
61140         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
61141         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
61142         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
61143         (IF_ROUND_INIT_FE_UPWARD): Likewise.
61145 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
61147         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
61148         of assigning.
61150 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
61152         * sysdeps/gnu/errlist.awk: Do not generate space at end of
61153         otherwise empty TRANS lines.
61154         * sysdeps/gnu/errlist.c: Regenerated.
61156         * catgets/gencat.c (error_print): Use (void) in function
61157         definition.
61158         * crypt/crypt_util.c (__init_des): Likewise.
61159         * crypt/speeds.c (Stop): Likewise.
61160         (main): Likewise.
61161         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
61162         * inet/ruserpass.c (token): Likewise.
61163         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
61164         * intl/localealias.c (extend_alias_table): Likewise.
61165         * intl/plural-exp.c (init_germanic_plural): Likewise.
61166         * libio/fcloseall.c (__fcloseall): Likewise.
61167         * libio/genops.c (_IO_flush_all): Likewise.
61168         (_IO_flush_all_linebuffered): Likewise.
61169         (_IO_cleanup): Likewise.
61170         (_IO_iter_begin): Likewise.
61171         (_IO_iter_end): Likewise.
61172         (_IO_list_lock): Likewise.
61173         (_IO_list_unlock): Likewise.
61174         (_IO_list_resetlock): Likewise.
61175         * libio/getchar.c (getchar): Likewise.
61176         * libio/getchar_u.c (getchar_unlocked): Likewise.
61177         * libio/getwchar.c (getwchar): Likewise.
61178         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
61179         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
61180         * login/getpt.c (__getpt): Likewise.
61181         * login/tst-utmp.c (main): Likewise.
61182         * malloc/hooks.c (__malloc_check_init): Likewise.
61183         * malloc/malloc.c (__malloc_stats): Likewise.
61184         * malloc/mtrace.c (tr_break): Likewise.
61185         (mtrace): Likewise.
61186         (muntrace): Likewise.
61187         * misc/fstab.c (endfsent): Likewise.
61188         * misc/getclktck.c (__getclktck): Likewise.
61189         * misc/getdtsz.c (__getdtablesize): Likewise.
61190         * misc/gethostid.c (gethostid): Likewise.
61191         * misc/getpagesize.c (__getpagesize): Likewise.
61192         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
61193         (__get_nprocs): Likewise.
61194         (__get_phys_pages): Likewise.
61195         (__get_avphys_pages): Likewise.
61196         * misc/getttyent.c (getttyent): Likewise.
61197         (setttyent): Likewise.
61198         (endttyent): Likewise.
61199         * misc/getusershell.c (getusershell): Likewise.
61200         (endusershell): Likewise.
61201         (setusershell): Likewise.
61202         (initshells): Likewise.
61203         * misc/hsearch.c (__hdestroy): Likewise.
61204         * misc/sync.c (sync): Likewise.
61205         * misc/syslog.c (closelog_internal): Likewise.
61206         (closelog): Likewise.
61207         * misc/ttyslot.c (ttyslot): Likewise.
61208         * misc/vhangup.c (vhangup): Likewise.
61209         * posix/fork.c (__fork): Likewise.
61210         * posix/getegid.c (__getegid): Likewise.
61211         * posix/geteuid.c (__geteuid): Likewise.
61212         * posix/getgid.c (__getgid): Likewise.
61213         * posix/getpid.c (__getpid): Likewise.
61214         * posix/getppid.c (__getppid): Likewise.
61215         * posix/getuid.c (__getuid): Likewise.
61216         * posix/pause.c (pause): Likewise.
61217         * posix/setpgrp.c (setpgrp): Likewise.
61218         * posix/setsid.c (__setsid): Likewise.
61219         * posix/test-vfork.c (noop): Likewise.
61220         * resolv/gethnamaddr.c (_endhtent): Likewise.
61221         (_gethtent): Likewise.
61222         (ht_endhostent): Likewise.
61223         (gethostent): Likewise.
61224         (dns_service): Likewise.
61225         * stdlib/drand48.c (drand48): Likewise.
61226         * stdlib/lrand48.c (lrand48): Likewise.
61227         * stdlib/mrand48.c (mrand48): Likewise.
61228         * stdlib/rand.c (rand): Likewise.
61229         * stdlib/random.c (__random): Likewise.
61230         * stdlib/setenv.c (clearenv): Likewise.
61231         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
61232         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
61233         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
61234         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
61235         (__get_nprocs): Likewise.
61236         (__get_phys_pages): Likewise.
61237         (__get_avphys_pages): Likewise.
61238         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
61239         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
61240         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
61241         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
61242         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
61243         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
61244         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
61245         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
61246         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
61247         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
61248         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
61249         * sysdeps/mach/hurd/sync.c (sync): Likewise.
61250         * sysdeps/posix/clock.c (clock): Likewise.
61251         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
61252         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
61253         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
61254         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
61255         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
61256         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
61257         (__get_nprocs_conf): Likewise.
61258         (__get_phys_pages): Likewise.
61259         (__get_avphys_pages): Likewise.
61260         * time/clock.c (clock): Likewise.
61261         * time/tzset.c (__tzname_max): Likewise.
61263 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
61265         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
61266         (__bswap_32): Do not use "register".
61267         * crypt/crypt.c (_ufc_doit_r): Likewise.
61268         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
61269         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
61270         * gmon/gmon.c (__monstartup): Likewise.
61271         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
61272         * hurd/hurdmalloc.c (more_memory): Likewise.
61273         (malloc): Likewise.
61274         (free): Likewise.
61275         (realloc): Likewise.
61276         (malloc_fork_prepare): Likewise.
61277         (malloc_fork_parent): Likewise.
61278         (malloc_fork_child): Likewise.
61279         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
61280         (_svcauth_des): Likewise.
61281         * inet/inet_lnaof.c (inet_lnaof): Likewise.
61282         * inet/inet_net.c (inet_network): Likewise.
61283         * inet/inet_netof.c (inet_netof): Likewise.
61284         * inet/rcmd.c (__validuser2_sa): Likewise.
61285         * io/fts.c (fts_open): Likewise.
61286         (fts_load): Likewise.
61287         (fts_close): Likewise.
61288         (fts_read): Likewise.
61289         (fts_children): Likewise.
61290         (fts_build): Likewise.
61291         (fts_stat): Likewise.
61292         (fts_sort): Likewise.
61293         (fts_alloc): Likewise.
61294         (fts_lfree): Likewise.
61295         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
61296         (_IO_file_xsgetn): Likewise.
61297         (_IO_file_xsgetn_mmap): Likewise.
61298         * libio/iofopncook.c (_IO_cookie_read): Likewise.
61299         (_IO_cookie_write): Likewise.
61300         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
61301         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
61302         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
61303         * malloc/obstack.c (_obstack_begin): Likewise.
61304         (_obstack_begin_1): Likewise.
61305         (_obstack_newchunk): Likewise.
61306         (_obstack_allocated_p): Likewise.
61307         (obstack_free): Likewise.
61308         (_obstack_memory_used): Likewise.
61309         * misc/getttyent.c (getttynam): Likewise.
61310         (getttyent): Likewise.
61311         (skip): Likewise.
61312         (value): Likewise.
61313         * misc/getusershell.c (initshells): Likewise.
61314         * misc/syslog.c (__vsyslog_chk): Likewise.
61315         * misc/ttyslot.c (ttyslot): Likewise.
61316         * nis/nis_hash.c (__nis_hash): Likewise.
61317         * posix/fnmatch_loop.c (FCT): Likewise.
61318         * posix/getconf.c (print_all): Likewise.
61319         (main): Likewise.
61320         * posix/getopt.c (exchange): Likewise.
61321         * posix/glob.c (globfree): Likewise.
61322         (prefix_array): Likewise.
61323         (__glob_pattern_type): Likewise.
61324         * resolv/arpa/nameser.h (NS_GET16): Likewise.
61325         (NS_GET32): Likewise.
61326         (NS_PUT16): Likewise.
61327         (NS_PUT32): Likewise.
61328         * resolv/gethnamaddr.c (getanswer): Likewise.
61329         (gethostbyname2): Likewise.
61330         (gethostbyaddr): Likewise.
61331         (_gethtent): Likewise.
61332         (_gethtbyname2): Likewise.
61333         (_gethtbyaddr): Likewise.
61334         * resolv/ns_print.c (dst_s_get_int16): Likewise.
61335         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
61336         * resolv/res_init.c (__res_vinit): Likewise.
61337         (net_mask): Likewise.
61338         * resolv/res_mkquery.c (outchar): Likewise.
61339         (PRINT): Likewise.
61340         * stdio-common/printf_fp.c (outchar): Likewise.
61341         (PRINT): Likewise.
61342         * stdio-common/printf_fphex.c (outchar): Likewise.
61343         (PRINT): Likewise.
61344         * stdio-common/printf_size.c (outchar): Likewise.
61345         (PRINT): Likewise.
61346         * stdio-common/test_rdwr.c (main): Likewise.
61347         * stdio-common/tfformat.c (matches): Likewise.
61348         * stdio-common/vfprintf.c (outchar): Likewise.
61349         (printf_unknown): Likewise.
61350         (buffered_vfprintf): Likewise.
61351         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
61352         * stdio-common/xbug.c (AppendToBuffer): Likewise.
61353         (ReadFile): Likewise.
61354         * stdlib/qsort.c (SWAP): Likewise.
61355         (_quicksort): Likewise.
61356         * stdlib/setenv.c (__add_to_environ): Likewise.
61357         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
61358         * stdlib/strtol_l.c (__strtol_l): Likewise.
61359         * stdlib/tst-strtod.c (main): Likewise.
61360         * stdlib/tst-strtol.c (main): Likewise.
61361         * stdlib/tst-strtoll.c (main): Likewise.
61362         * string/bits/string2.h (__strcmp_cc): Likewise.
61363         (__strcmp_cg): Likewise.
61364         (__strcspn_c1): Likewise.
61365         (__strcspn_c2): Likewise.
61366         (__strcspn_c3): Likewise.
61367         (__strspn_c1): Likewise.
61368         (__strspn_c2): Likewise.
61369         (__strspn_c3): Likewise.
61370         (__strsep_1c): Likewise.
61371         (__strsep_2c): Likewise.
61372         (__strsep_3c): Likewise.
61373         * string/memccpy.c (__memccpy): Likewise.
61374         * string/stpcpy.c (__stpcpy): Likewise.
61375         * string/strcmp.c (strcmp): Likewise.
61376         * string/strrchr.c (strrchr): Likewise.
61377         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
61378         Likewise.
61379         * sysdeps/mach/hurd/getcwd.c
61380         (_hurd_canonicalize_directory_name_internal): Likewise.
61381         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
61382         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
61383         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
61384         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
61385         Likewise, in both definitions.
61386         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
61387         definitions.
61388         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
61389         64] (__bswap_64): Likewise.
61390         * time/test_time.c (main): Likewise.
61391         * time/tzfile.c (__tzfile_read): Likewise.
61392         (__tzfile_compute): Likewise.
61393         * time/tzset.c (__tzset_parse_tz): Likewise.
61394         (tzset_internal): Likewise.
61395         (compute_change): Likewise.
61396         * wcsmbs/wcscat.c (__wcscat): Likewise.
61397         * wcsmbs/wcschr.c (wcschr): Likewise.
61398         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
61399         * wcsmbs/wcscspn.c (wcscspn): Likewise.
61400         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
61401         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
61402         * wcsmbs/wcsspn.c (wcsspn): Likewise.
61403         * wcsmbs/wcsstr.c (wcsstr): Likewise.
61404         * wcsmbs/wmemchr.c (wmemchr): Likewise.
61405         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
61406         * wcsmbs/wmemset.c (wmemset): Likewise.
61408 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
61410         * scripts/config.guess: Update to version 2013-05-16.
61411         * scripts/config.sub: Update to version 2013-04-24.
61412         * scripts/install-sh: Update to version 2011-11-20.07.
61413         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
61414         * scripts/move-if-change: Update to version 2012-01-06 07:23.
61416 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
61418         * debug/fgetws_u_chk.c: Fix leading whitespaces.
61419         * elf/sln.c: Likewise.
61420         * hurd/hurd/ioctl.h: Likewise.
61421         * hurd/hurdmalloc.c: Likewise.
61422         * hurd/xattr.c: Likewise.
61423         * include/shlib-compat.h: Likewise.
61424         * inet/ruserpass.c: Likewise.
61425         * libio/iofgets_u.c: Likewise.
61426         * libio/iofgetws_u.c: Likewise.
61427         * locale/programs/ld-identification.c: Likewise.
61428         * locale/programs/ld-time.c: Likewise.
61429         * mach/msg-destroy.c: Likewise.
61430         * nss/nss_files/files-netgrp.c: Likewise.
61431         * resolv/res_data.c: Likewise.
61432         * soft-fp/op-1.h: Likewise.
61433         * soft-fp/op-2.h: Likewise.
61434         * soft-fp/op-4.h: Likewise.
61435         * soft-fp/op-common.h: Likewise.
61436         * stdio-common/printf_fphex.c: Likewise.
61437         * stdlib/strtod_l.c: Likewise.
61438         * sunrpc/rpc/clnt.h: Likewise.
61439         * sysdeps/generic/framestate.c: Likewise.
61440         * sysdeps/i386/bsd-_setjmp.S: Likewise.
61441         * sysdeps/i386/bsd-setjmp.S: Likewise.
61442         * sysdeps/i386/__longjmp.S: Likewise.
61443         * sysdeps/i386/setjmp.S: Likewise.
61444         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
61445         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
61446         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
61447         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
61448         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
61449         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
61450         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
61451         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
61452         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
61453         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
61454         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
61455         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
61456         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
61457         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
61458         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
61459         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
61460         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
61461         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
61462         * sysdeps/ieee754/support.c: Likewise.
61463         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
61464         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
61465         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
61466         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
61467         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
61468         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
61469         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
61470         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
61471         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
61472         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
61473         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
61474         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
61475         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
61476         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
61477         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
61478         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
61479         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
61480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
61482 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
61484         * posix/transbug.c: Remove executable mode.
61486 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
61488         * crypt/speeds.c: Remove trailing whitespace.
61489         * dlfcn/default.c: Likewise.
61490         * elf/ifuncdep2.c: Likewise.
61491         * elf/ifuncmain1.c: Likewise.
61492         * elf/ifuncmain1vis.c: Likewise.
61493         * elf/testobj.h: Likewise.
61494         * elf/tst-stackguard1.c: Likewise.
61495         * gmon/sys/gmon.h: Likewise.
61496         * hurd/hurdmsg.c: Likewise.
61497         * hurd/new-fd.c: Likewise.
61498         * hurd/ports-get.c: Likewise.
61499         * iconvdata/ibm1008_420.c: Likewise.
61500         * inet/tst-getni1.c: Likewise.
61501         * inet/tst-getni2.c: Likewise.
61502         * libio/ioungetc.c: Likewise.
61503         * libio/wfiledoalloc.c: Likewise.
61504         * manual/libm-err-tab.pl: Likewise.
61505         * math/w_dremf.c: Likewise.
61506         * misc/ftruncate.c: Likewise.
61507         * posix/bug-glob2.c: Likewise.
61508         * posix/tst-pcre.c: Likewise.
61509         * posix/wait4.c: Likewise.
61510         * resolv/README: Likewise.
61511         * resolv/res_debug.h: Likewise.
61512         * resolv/tst-inet_ntop.c: Likewise.
61513         * setjmp/bug269-setjmp.c: Likewise.
61514         * soft-fp/extended.h: Likewise.
61515         * soft-fp/op-1.h: Likewise.
61516         * soft-fp/op-2.h: Likewise.
61517         * soft-fp/op-4.h: Likewise.
61518         * soft-fp/op-8.h: Likewise.
61519         * soft-fp/testit.c: Likewise.
61520         * stdio-common/bug16.c: Likewise.
61521         * stdlib/random.c: Likewise.
61522         * sunrpc/rpcsvc/rquota.x: Likewise.
61523         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
61524         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
61525         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
61526         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
61527         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
61528         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
61529         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
61530         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
61531         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
61532         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
61533         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
61534         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
61535         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
61536         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
61537         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
61538         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
61539         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
61540         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
61541         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
61542         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
61543         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
61544         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
61545         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
61546         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
61547         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
61548         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
61549         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
61550         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
61551         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
61552         * sysdeps/ieee754/s_lib_version.c: Likewise.
61553         * sysdeps/mach/hurd/check_fds.c: Likewise.
61554         * sysdeps/mach/hurd/getsockname.c: Likewise.
61555         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
61556         * sysdeps/mach/hurd/recvfrom.c: Likewise.
61557         * sysdeps/powerpc/bits/link.h: Likewise.
61558         * sysdeps/powerpc/dl-procinfo.c: Likewise.
61559         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
61560         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
61561         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
61562         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
61563         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
61564         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
61565         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
61566         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
61567         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
61568         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
61569         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
61570         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
61571         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
61572         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
61573         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
61574         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
61575         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
61576         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
61577         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
61578         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
61579         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
61580         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
61581         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
61582         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
61583         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
61584         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
61585         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
61586         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
61587         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
61588         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
61589         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
61590         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
61591         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
61592         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
61593         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
61594         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
61595         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
61596         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
61597         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
61598         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
61599         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
61600         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
61601         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
61602         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
61603         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
61604         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
61605         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
61606         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
61607         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
61608         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
61609         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
61610         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
61611         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
61612         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
61613         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
61614         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
61615         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
61616         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
61617         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
61618         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
61619         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
61620         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
61621         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
61622         * sysdeps/powerpc/sysdep.h: Likewise.
61623         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
61624         * sysdeps/s390/s390-64/sub_n.S: Likewise.
61625         * sysdeps/sh/dl-trampoline.S: Likewise.
61626         * sysdeps/sh/memset.S: Likewise.
61627         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
61628         * sysdeps/sh/strlen.S: Likewise.
61629         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
61630         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
61631         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
61632         * sysdeps/sparc/sparc32/rem.S: Likewise.
61633         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
61634         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
61635         * sysdeps/sparc/sparc32/strchr.S: Likewise.
61636         * sysdeps/sparc/sparc32/udiv.S: Likewise.
61637         * sysdeps/sparc/sparc32/urem.S: Likewise.
61638         * sysdeps/sparc/sparc64/add_n.S: Likewise.
61639         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
61640         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
61641         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
61642         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
61643         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
61644         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
61645         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
61646         * sysdeps/unix/bsd/times.c: Likewise.
61647         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
61648         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
61649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
61650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
61651         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
61652         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
61653         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
61654         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
61655         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
61656         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
61657         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
61658         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
61659         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
61660         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
61661         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
61662         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
61663         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
61664         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
61665         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
61666         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
61667         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
61668         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
61669         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
61670         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
61671         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
61672         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
61673         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
61674         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
61675         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
61676         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
61677         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
61678         * sysdeps/x86_64/strcspn.S: Likewise.
61680 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
61682         * locale/C-translit.h: Revert #include <stdint.h> because this is a
61683         generated file.  Regenerate properly from gen-translit.pl.
61684         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
61685         locale/C-translit.h.
61687 2013-06-05  Andreas Schwab  <schwab@suse.de>
61689         [BZ #15100]
61690         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
61691         week as 6 instead of -1.
61692         * time/tst-strptime.c (day_tests): Add test case.
61694 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
61696         * sysdeps/generic/math_private.h
61697         (libc_feholdexcept_setround_53bit): Replace with
61698         libc_feholdsetround_53bit.
61699         (libc_feupdateenv_53bit): Replace with
61700         libc_feresetround_53bit.
61701         (SET_RESTORE_ROUND_53BIT): Adjust.
61703 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
61705         * string/test-strchrnul.c: Add copyright header.
61707         * posix/tst-getaddrinfo4.c: Increase test timeout.
61709 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
61711         [BZ #15536]
61712         * math/libm-test.inc (MAX_EXP): Remove
61713         (MIN_EXP): Define.
61714         (ulp): Use MIN_EXP - MANT_DIG.
61715         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
61717 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
61719         * po/be.po: Revert last change.
61720         * po/zh_CN.po: Likewise.
61721         * po/header.pot: Likewise.
61723 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
61725         * Makefile ($(common-objpfx)linkobj/libc.so): Define
61726         link-libc-deps to empty as target-specific variable.
61727         * Makerules (link-libc-args): New variable.
61728         (libc-for-link): Likewise.
61729         (link-libc-deps): Likewise.
61730         (lib%.so): Depend on $(link-libc-deps).  Link with
61731         $(link-libc-args).
61732         (build-module): Link with $(link-libc-args).
61733         (build-module-asneeded): Likewise.
61734         (build-module-helper-objlist): Filter out $(link-libc-deps) from
61735         list of objects.
61736         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
61737         target-specific variable.
61738         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
61739         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
61740         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
61741         libc.
61742         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
61743         libc and ld.so.
61744         ($(objpfx)libpcprofile.so): Likewise.
61745         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
61746         libc_nonshared.a.
61747         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
61748         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
61749         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
61750         $(link-libc-deps).
61751         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
61752         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
61753         * login/Makefile ($(objpfx)libutil.so): Likewise.
61754         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
61755         * math/Makefile ($(objpfx)libm.so): Likewise.
61756         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
61757         $(objpfx)libnsl.so): Define libc-for-link as target-specific
61758         variable instead of depending directly on libc.
61759         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
61760         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
61761         $(link-libc-deps).
61762         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
61763         libc.
61764         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
61765         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
61766         ($(objpfx)libanl.so): Likewise.
61767         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
61768         ld.so.
61769         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
61770         $(link-libc-deps).
61771         * sysdeps/i386/fpu/Makefile: Remove file.
61772         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
61773         ($(objpfx)libm.so): Remove dependency on ld.so.
61775 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
61777         [BZ # 15553]
61778         * nis/yp_xdr.c (XDRMAXNAME): Define.
61779         (XDRMAXRECORD): Define.
61780         (xdr_domainname): Use XDRMAXNAME.
61781         (xdr_mapname): Likewise.
61782         (xdr_peername): Likewise.
61783         (xdr_keydat): Use XDRMAXRECORD.
61784         (xdr_valdat): Likewise.
61786 2013-05-30  Jeff Law  <law@redhat.com>
61788         [BZ #14256]
61789         * manual/errno.texi (ESTALE): Update to account for more than
61790         just NFS file systems.
61791         * sysdeps/gnu/errlist.c: Regenerated.
61793 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
61795         [BZ #15465]
61796         * elf/Makefile (tests): Add tst-null-argv.
61797         (modules-names):  Add tst-null-argv-lib.
61798         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
61799         (tst-null-argv-ENV): Set environment for tst-null-argv.
61800         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
61801         (RTLD_PROGNAME): New macro.
61802         * elf/tst-null-argv.c: New test case.
61803         * elf/tst-null-argv-lib.c: Library for test case.
61804         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
61805         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
61806         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
61807         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
61808         * elf/dl-init.c (call_init): Likewise.
61809         (_dl_init): Likewise.
61810         * elf/dl-load.c (print_search_path): Likewise.
61811         (_dl_map_object): Likewise.
61812         * elf/dl-lookup.c (do_lookup_x): Likewise.
61813         (add_dependency): Likewise.
61814         (_dl_lookup_symbol_x): Likewise.
61815         (_dl_debug_bindings): Likewise.
61816         * elf/dl-open.c (_dl_show_scope): Likewise.
61817         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
61818         * elf/dl-version.c (match_symbol): Likewise.
61819         (_dl_check_map_versions): Likewise.
61820         * elf/rtld.c (dl_main): Likewise.
61821         (print_unresolved): Use RTLD_PROGNAME.
61822         (print_missing_version): Likewise.
61823         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
61824         (elf_machine_rela): Likewise.
61825         * sysdeps/powerpc/powerpc32/dl-machine.c
61826         (__process_machine_rela): Likewise.
61827         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
61828         Likewise.
61829         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
61830         Likewise.
61831         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
61832         Likewise.
61833         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
61834         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
61835         Likewise.
61836         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
61837         Likewise.
61838         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
61840 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
61842         * po/be.po: Add descriptive title.
61843         * po/zh_CN.po: Likewise.
61844         * po/header.pot: Likewise.
61846 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
61848         * locale/programs/locarchive.c (create_archive): Inlucde fname in
61849         error message.
61850         (enlarge_archive): Likewise.
61852 2013-05-28  Ben North  <ben@redfrontdoor.org>
61854         * manual/arith.texi (frexp): It is the magnitude of the return
61855         value which lies in [0.5, 1), not the return value itself.
61857 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
61859         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
61861 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
61863         * stdio-common/bug26.c (main): Correct fscanf template.
61865         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
61866         declare _dl_skip_args.
61868         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
61869         Don't declare.
61871         * manual/platform.texi: Add missing @end deftypefun.
61873 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
61875         [BZ #15529]
61876         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
61877         bit of mantissa of 2^16382.
61878         * math/libm-test.inc (hypot_test_data): Add more tests.
61880         * math/libm-test.inc: Add drem and pow10 to list of tested
61881         functions.
61882         (pow10_test): New function.
61883         (drem_test): Likewise.
61884         (drem_test_tonearest): Likewise.
61885         (drem_test_towardzero): Likewise.
61886         (drem_test_downward): Likewise.
61887         (drem_test_upward): Likewise.
61888         (main): Call the new functions.
61890         * math/libm-test.inc (finite_test_data): Remove.
61891         (finite_test): Run tests from isfinite_test_data.
61892         (gamma_test_data): Remove.
61893         (gamma_test): Run tests from lgamma_test_data.
61894         * sysdeps/i386/fpu/libm-test-ulps: Update.
61895         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
61897 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
61899         * manual/platform.texi: Add PowerPC PPR function set documentation.
61900         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
61901         implementation.
61903 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
61905         * math/libm-test.inc (MAX_EXP): Define.
61906         (ULPDIFF): Define.
61907         (ulp): New function.
61908         (check_float_internal): Use ULPDIFF.
61909         (cpow_test): Disable failing test.
61910         (check_ulp): Test ulp() implementation.
61911         (main): Call check_ulp before starting tests.
61913 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
61915         * math/gen-libm-test.pl (generate_testfile): Do not handle
61916         START_DATA and END_DATA.
61917         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
61918         END_DATA.
61919         (acos_tonearest_test_data): Likewise.
61920         (acos_towardzero_test_data): Likewise.
61921         (acos_downward_test_data): Likewise.
61922         (acos_upward_test_data): Likewise.
61923         (acosh_test_data): Likewise.
61924         (asin_test_data): Likewise.
61925         (asin_tonearest_test_data): Likewise.
61926         (asin_towardzero_test_data): Likewise.
61927         (asin_downward_test_data): Likewise.
61928         (asin_upward_test_data): Likewise.
61929         (asinh_test_data): Likewise.
61930         (atan_test_data): Likewise.
61931         (atanh_test_data): Likewise.
61932         (atan2_test_data): Likewise.
61933         (cabs_test_data): Likewise.
61934         (cacos_test_data): Likewise.
61935         (cacosh_test_data): Likewise.
61936         (carg_test_data): Likewise.
61937         (casin_test_data): Likewise.
61938         (casinh_test_data): Likewise.
61939         (catan_test_data): Likewise.
61940         (catanh_test_data): Likewise.
61941         (cbrt_test_data): Likewise.
61942         (ccos_test_data): Likewise.
61943         (ccosh_test_data): Likewise.
61944         (ceil_test_data): Likewise.
61945         (cexp_test_data): Likewise.
61946         (cimag_test_data): Likewise.
61947         (clog_test_data): Likewise.
61948         (clog10_test_data): Likewise.
61949         (conj_test_data): Likewise.
61950         (copysign_test_data): Likewise.
61951         (cos_test_data): Likewise.
61952         (cos_tonearest_test_data): Likewise.
61953         (cos_towardzero_test_data): Likewise.
61954         (cos_downward_test_data): Likewise.
61955         (cos_upward_test_data): Likewise.
61956         (cosh_test_data): Likewise.
61957         (cosh_tonearest_test_data): Likewise.
61958         (cosh_towardzero_test_data): Likewise.
61959         (cosh_downward_test_data): Likewise.
61960         (cosh_upward_test_data): Likewise.
61961         (cpow_test_data): Likewise.
61962         (cproj_test_data): Likewise.
61963         (creal_test_data): Likewise.
61964         (csin_test_data): Likewise.
61965         (csinh_test_data): Likewise.
61966         (csqrt_test_data): Likewise.
61967         (ctan_test_data): Likewise.
61968         (ctan_tonearest_test_data): Likewise.
61969         (ctan_towardzero_test_data): Likewise.
61970         (ctan_downward_test_data): Likewise.
61971         (ctan_upward_test_data): Likewise.
61972         (ctanh_test_data): Likewise.
61973         (ctanh_tonearest_test_data): Likewise.
61974         (ctanh_towardzero_test_data): Likewise.
61975         (ctanh_downward_test_data): Likewise.
61976         (ctanh_upward_test_data): Likewise.
61977         (erf_test_data): Likewise.
61978         (erfc_test_data): Likewise.
61979         (exp_test_data): Likewise.
61980         (exp_tonearest_test_data): Likewise.
61981         (exp_towardzero_test_data): Likewise.
61982         (exp_downward_test_data): Likewise.
61983         (exp_upward_test_data): Likewise.
61984         (exp10_test_data): Likewise.
61985         (exp2_test_data): Likewise.
61986         (expm1_test_data): Likewise.
61987         (fabs_test_data): Likewise.
61988         (fdim_test_data): Likewise.
61989         (finite_test_data): Likewise.
61990         (floor_test_data): Likewise.
61991         (fma_test_data): Likewise.
61992         (fma_towardzero_test_data): Likewise.
61993         (fma_downward_test_data): Likewise.
61994         (fma_upward_test_data): Likewise.
61995         (fmax_test_data): Likewise.
61996         (fmin_test_data): Likewise.
61997         (fmod_test_data): Likewise.
61998         (fpclassify_test_data): Likewise.
61999         (frexp_test_data): Likewise.
62000         (gamma_test_data): Likewise.
62001         (hypot_test_data): Likewise.
62002         (ilogb_test_data): Likewise.
62003         (isfinite_test_data): Likewise.
62004         (isgreater_test_data): Likewise.
62005         (isgreaterequal_test_data): Likewise.
62006         (isinf_test_data): Likewise.
62007         (isless_test_data): Likewise.
62008         (islessequal_test_data): Likewise.
62009         (islessgreater_test_data): Likewise.
62010         (isnan_test_data): Likewise.
62011         (isnormal_test_data): Likewise.
62012         (issignaling_test_data): Likewise.
62013         (isunordered_test_data): Likewise.
62014         (j0_test_data): Likewise.
62015         (j1_test_data): Likewise.
62016         (jn_test_data): Likewise.
62017         (ldexp_test_data): Likewise.
62018         (lgamma_test_data): Likewise.
62019         (lrint_test_data): Likewise.
62020         (lrint_tonearest_test_data): Likewise.
62021         (lrint_towardzero_test_data): Likewise.
62022         (lrint_downward_test_data): Likewise.
62023         (lrint_upward_test_data): Likewise.
62024         (llrint_test_data): Likewise.
62025         (llrint_tonearest_test_data): Likewise.
62026         (llrint_towardzero_test_data): Likewise.
62027         (llrint_downward_test_data): Likewise.
62028         (llrint_upward_test_data): Likewise.
62029         (log_test_data): Likewise.
62030         (log10_test_data): Likewise.
62031         (log1p_test_data): Likewise.
62032         (log2_test_data): Likewise.
62033         (logb_test_data): Likewise.
62034         (logb_downward_test_data): Likewise.
62035         (lround_test_data): Likewise.
62036         (llround_test_data): Likewise.
62037         (modf_test_data): Likewise.
62038         (nearbyint_test_data): Likewise.
62039         (nextafter_test_data): Likewise.
62040         (nexttoward_test_data): Likewise.
62041         (pow_test_data): Likewise.
62042         (pow_tonearest_test_data): Likewise.
62043         (pow_towardzero_test_data): Likewise.
62044         (pow_downward_test_data): Likewise.
62045         (pow_upward_test_data): Likewise.
62046         (remainder_test_data): Likewise.
62047         (remainder_tonearest_test_data): Likewise.
62048         (remainder_towardzero_test_data): Likewise.
62049         (remainder_downward_test_data): Likewise.
62050         (remainder_upward_test_data): Likewise.
62051         (remquo_test_data): Likewise.
62052         (rint_test_data): Likewise.
62053         (rint_tonearest_test_data): Likewise.
62054         (rint_towardzero_test_data): Likewise.
62055         (rint_downward_test_data): Likewise.
62056         (rint_upward_test_data): Likewise.
62057         (round_test_data): Likewise.
62058         (scalb_test_data): Likewise.
62059         (scalbn_test_data): Likewise.
62060         (scalbln_test_data): Likewise.
62061         (signbit_test_data): Likewise.
62062         (sin_test_data): Likewise.
62063         (sin_tonearest_test_data): Likewise.
62064         (sin_towardzero_test_data): Likewise.
62065         (sin_downward_test_data): Likewise.
62066         (sin_upward_test_data): Likewise.
62067         (sincos_test_data): Likewise.
62068         (sinh_test_data): Likewise.
62069         (sinh_tonearest_test_data): Likewise.
62070         (sinh_towardzero_test_data): Likewise.
62071         (sinh_downward_test_data): Likewise.
62072         (sinh_upward_test_data): Likewise.
62073         (sqrt_test_data): Likewise.
62074         (tan_test_data): Likewise.
62075         (tan_tonearest_test_data): Likewise.
62076         (tan_towardzero_test_data): Likewise.
62077         (tan_downward_test_data): Likewise.
62078         (tan_upward_test_data): Likewise.
62079         (tanh_test_data): Likewise.
62080         (tgamma_test_data): Likewise.
62081         (trunc_test_data): Likewise.
62082         (y0_test_data): Likewise.
62083         (y1_test_data): Likewise.
62084         (yn_test_data): Likewise.
62085         (significand_test_data): Likewise.
62087         * math/gen-libm-test.pl (@functions): Remove variable.
62088         (generate_testfile): Don't handle START and END lines.
62089         * math/libm-test.inc (START): New macro.
62090         (END): Likewise.
62091         (END_COMPLEX): Likewise.
62092         (acos_test): Use END macro without arguments.
62093         (acos_test_tonearest): Likewise.
62094         (acos_test_towardzero): Likewise.
62095         (acos_test_downward): Likewise.
62096         (acos_test_upward): Likewise.
62097         (acosh_test): Likewise.
62098         (asin_test): Likewise.
62099         (asin_test_tonearest): Likewise.
62100         (asin_test_towardzero): Likewise.
62101         (asin_test_downward): Likewise.
62102         (asin_test_upward): Likewise.
62103         (asinh_test): Likewise.
62104         (atan_test): Likewise.
62105         (atanh_test): Likewise.
62106         (atan2_test): Likewise.
62107         (cabs_test): Likewise.
62108         (cacos_test): Use END_COMPLEX macro without arguments.
62109         (cacosh_test): Likewise.
62110         (carg_test): Use END macro without arguments.
62111         (casin_test): Use END_COMPLEX macro without arguments.
62112         (casinh_test): Likewise.
62113         (catan_test): Likewise.
62114         (catanh_test): Likewise.
62115         (cbrt_test): Use END macro without arguments.
62116         (ccos_test): Use END_COMPLEX macro without arguments.
62117         (ccosh_test): Likewise.
62118         (ceil_test): Use END macro without arguments.
62119         (cexp_test): Use END_COMPLEX macro without arguments.
62120         (cimag_test): Use END macro without arguments.
62121         (clog_test): Use END_COMPLEX macro without arguments.
62122         (clog10_test): Likewise.
62123         (conj_test): Likewise.
62124         (copysign_test): Use END macro without arguments.
62125         (cos_test): Likewise.
62126         (cos_test_tonearest): Likewise.
62127         (cos_test_towardzero): Likewise.
62128         (cos_test_downward): Likewise.
62129         (cos_test_upward): Likewise.
62130         (cosh_test): Likewise.
62131         (cosh_test_tonearest): Likewise.
62132         (cosh_test_towardzero): Likewise.
62133         (cosh_test_downward): Likewise.
62134         (cosh_test_upward): Likewise.
62135         (cpow_test): Use END_COMPLEX macro without arguments.
62136         (cproj_test): Likewise.
62137         (creal_test): Use END macro without arguments.
62138         (csin_test): Use END_COMPLEX macro without arguments.
62139         (csinh_test): Likewise.
62140         (csqrt_test): Likewise.
62141         (ctan_test): Likewise.
62142         (ctan_test_tonearest): Likewise.
62143         (ctan_test_towardzero): Likewise.
62144         (ctan_test_downward): Likewise.
62145         (ctan_test_upward): Likewise.
62146         (ctanh_test): Likewise.
62147         (ctanh_test_tonearest): Likewise.
62148         (ctanh_test_towardzero): Likewise.
62149         (ctanh_test_downward): Likewise.
62150         (ctanh_test_upward): Likewise.
62151         (erf_test): Use END macro without arguments.
62152         (erfc_test): Likewise.
62153         (exp_test): Likewise.
62154         (exp_test_tonearest): Likewise.
62155         (exp_test_towardzero): Likewise.
62156         (exp_test_downward): Likewise.
62157         (exp_test_upward): Likewise.
62158         (exp10_test): Likewise.
62159         (exp2_test): Likewise.
62160         (expm1_test): Likewise.
62161         (fabs_test): Likewise.
62162         (fdim_test): Likewise.
62163         (finite_test): Likewise.
62164         (floor_test): Likewise.
62165         (fma_test): Likewise.
62166         (fma_test_towardzero): Likewise.
62167         (fma_test_downward): Likewise.
62168         (fma_test_upward): Likewise.
62169         (fmax_test): Likewise.
62170         (fmin_test): Likewise.
62171         (fmod_test): Likewise.
62172         (fpclassify_test): Likewise.
62173         (frexp_test): Likewise.
62174         (gamma_test): Likewise.
62175         (hypot_test): Likewise.
62176         (ilogb_test): Likewise.
62177         (isfinite_test): Likewise.
62178         (isgreater_test): Likewise.
62179         (isgreaterequal_test): Likewise.
62180         (isinf_test): Likewise.
62181         (isless_test): Likewise.
62182         (islessequal_test): Likewise.
62183         (islessgreater_test): Likewise.
62184         (isnan_test): Likewise.
62185         (isnormal_test): Likewise.
62186         (issignaling_test): Likewise.
62187         (isunordered_test): Likewise.
62188         (j0_test): Likewise.
62189         (j1_test): Likewise.
62190         (jn_test): Likewise.
62191         (ldexp_test): Likewise.
62192         (lgamma_test): Likewise.
62193         (lrint_test): Likewise.
62194         (lrint_test_tonearest): Likewise.
62195         (lrint_test_towardzero): Likewise.
62196         (lrint_test_downward): Likewise.
62197         (lrint_test_upward): Likewise.
62198         (llrint_test): Likewise.
62199         (llrint_test_tonearest): Likewise.
62200         (llrint_test_towardzero): Likewise.
62201         (llrint_test_downward): Likewise.
62202         (llrint_test_upward): Likewise.
62203         (log_test): Likewise.
62204         (log10_test): Likewise.
62205         (log1p_test): Likewise.
62206         (log2_test): Likewise.
62207         (logb_test): Likewise.
62208         (logb_test_downward): Likewise.
62209         (lround_test): Likewise.
62210         (llround_test): Likewise.
62211         (modf_test): Likewise.
62212         (nearbyint_test): Likewise.
62213         (nextafter_test): Likewise.
62214         (nexttoward_test): Likewise.
62215         (pow_test): Likewise.
62216         (pow_test_tonearest): Likewise.
62217         (pow_test_towardzero): Likewise.
62218         (pow_test_downward): Likewise.
62219         (pow_test_upward): Likewise.
62220         (remainder_test): Likewise.
62221         (remainder_test_tonearest): Likewise.
62222         (remainder_test_towardzero): Likewise.
62223         (remainder_test_downward): Likewise.
62224         (remainder_test_upward): Likewise.
62225         (remquo_test): Likewise.
62226         (rint_test): Likewise.
62227         (rint_test_tonearest): Likewise.
62228         (rint_test_towardzero): Likewise.
62229         (rint_test_downward): Likewise.
62230         (rint_test_upward): Likewise.
62231         (round_test): Likewise.
62232         (scalb_test): Likewise.
62233         (scalbn_test): Likewise.
62234         (scalbln_test): Likewise.
62235         (signbit_test): Likewise.
62236         (sin_test): Likewise.
62237         (sin_test_tonearest): Likewise.
62238         (sin_test_towardzero): Likewise.
62239         (sin_test_downward): Likewise.
62240         (sin_test_upward): Likewise.
62241         (sincos_test): Likewise.
62242         (sinh_test): Likewise.
62243         (sinh_test_tonearest): Likewise.
62244         (sinh_test_towardzero): Likewise.
62245         (sinh_test_downward): Likewise.
62246         (sinh_test_upward): Likewise.
62247         (sqrt_test): Likewise.
62248         (tan_test): Likewise.
62249         (tan_test_tonearest): Likewise.
62250         (tan_test_towardzero): Likewise.
62251         (tan_test_downward): Likewise.
62252         (tan_test_upward): Likewise.
62253         (tanh_test): Likewise.
62254         (tgamma_test): Likewise.
62255         (trunc_test): Likewise.
62256         (y0_test): Likewise.
62257         (y1_test): Likewise.
62258         (yn_test): Likewise.
62259         (significand_test): Likewise.
62261 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
62263         [BZ #15381]
62264         * libio/genops.c (_IO_no_init): Initialize wide struct info.
62266 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
62268         [BZ #14894]
62269         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
62270         __ppc_mdoio and __ppc_mdoom.
62271         * manual/platform.texi: Document new functions __ppc_yield,
62272         __ppc_mdoio and __ppc_mdoom.
62274 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
62276         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
62277         (main): Mention "tls" pseudo-hwcap is legacy.
62278         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
62280 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
62282         * math/gen-libm-test.pl (parse_args): Output only string of
62283         arguments as text for test name, not full call or descriptions of
62284         tests for extra outputs.
62285         (generate_testfile): Do not pass function name to parse_args.
62286         Generate this_func variable from START.
62287         * math/libm-test.inc (struct test_f_f_data): Rename test_name
62288         field to arg_str.
62289         (struct test_ff_f_data): Likewise.
62290         (test_ff_f_data_nexttoward): Likewise.
62291         (struct test_fi_f_data): Likewise.
62292         (struct test_fl_f_data): Likewise.
62293         (struct test_if_f_data): Likewise.
62294         (struct test_fff_f_data): Likewise.
62295         (struct test_c_f_data): Likewise.
62296         (struct test_f_f1_data): Likewise.  Remove field extra_name.
62297         (struct test_fF_f1_data): Likewise.
62298         (struct test_ffI_f1_data): Likewise.
62299         (struct test_c_c_data): Rename test_name field to arg_str.
62300         (struct test_cc_c_data): Likewise.
62301         (struct test_f_i_data): Likewise.
62302         (struct test_ff_i_data): Likewise.
62303         (struct test_f_l_data): Likewise.
62304         (struct test_f_L_data): Likewise.
62305         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
62306         and extra2_name.
62307         (COMMON_TEST_SETUP): New macro.
62308         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
62309         (COMMON_TEST_CLEANUP): Likewise.
62310         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
62311         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
62312         macros.
62313         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
62314         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
62315         macros.
62316         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
62317         (RUN_TEST_fff_f): Take argument string.  Call new setup and
62318         cleanup macros.
62319         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
62320         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
62321         macros.
62322         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
62323         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
62324         macros.
62325         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
62326         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
62327         cleanup macros.
62328         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
62329         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
62330         cleanup macros.
62331         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
62332         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
62333         cleanup macros.
62334         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
62335         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
62336         macros.
62337         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
62338         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
62339         macros.
62340         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
62341         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
62342         macros.
62343         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
62344         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
62345         cleanup macros.
62346         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
62347         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
62348         cleanup macros.
62349         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
62350         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
62351         macros.
62352         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
62353         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
62354         cleanup macros.
62355         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
62356         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
62357         macros.
62358         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
62359         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
62360         macros.
62361         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
62362         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
62363         cleanup macros.
62364         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
62366 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
62368         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
62369         to _sifields.sigfault.
62370         (si_addr_lsb): Define new macro.
62371         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
62372         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
62373         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
62375 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
62377         [BZ #15441]
62378         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
62379         returns -1.
62380         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
62381         null return -1.
62382         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
62383         loading the domain.
62385 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
62387         * math/gen-libm-test.pl (parse_args): Do not include expected
62388         result in test name.
62389         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
62390         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
62391         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
62392         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
62393         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
62394         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62396 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
62398         * benchtests/Makefile: Sort function entries.
62400         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
62401         tanh, asinh, acosh, atanh.
62402         * benchtests/acos-inputs: New file.
62403         * benchtests/acosh-inputs: New file.
62404         * benchtests/asin-inputs: New file.
62405         * benchtests/asinh-inputs: New file.
62406         * benchtests/atanh-inputs: New file.
62407         * benchtests/cosh-inputs: New file.
62408         * benchtests/log-inputs: New file.
62409         * benchtests/sinh-inputs: New file.
62410         * benchtests/tanh-inputs: New file.
62412 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
62414         [BZ #15339]
62415         * posix/tst-getaddrinfo4.c: New test.
62416         * posix/Makefile (tests): Add it.
62418 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
62420         [BZ #15339]
62421         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
62422         when no services were used.
62423         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
62424         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
62426 2013-05-21  Andreas Schwab  <schwab@suse.de>
62428         [BZ #15014]
62429         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
62430         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
62431         successful.
62432         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
62433         redundant variable declarations and reallocation of buffer when
62434         parsing as IPv6 address.  Always set NSS status when called from
62435         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
62436         buffer too small.  Correct computation of needed size.
62437         * nss/Makefile (tests): Add test-digits-dots.
62438         * nss/test-digits-dots.c: New test.
62440 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
62442         * benchtests/Makefile: Remove instructions for adding
62443         benchmark tests.
62444         * benchtests/README: New file to explain how to execute and
62445         enhance the benchmark tests.
62447 2013-05-21  Andreas Schwab  <schwab@suse.de>
62449         [BZ #15493]
62450         * setjmp/Makefile (tests): Add tst-sigsetjmp.
62451         * setjmp/tst-sigsetjmp.c: New test.
62453 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
62455         * sysdeps/x86_64/memset.S (memset): New implementation.
62456         (__bzero): Likewise.
62457         (__memset_tail): New function.
62459 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
62461         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
62462         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
62463         __memcpy_sse2_unaligned ifunc selection.
62464         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
62465         Add memcpy-sse2-unaligned.S.
62466         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
62467         Add: __memcpy_sse2_unaligned.
62469 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
62471         [BZ #15490]
62472         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
62473         math_force_eval before restoring floating-point envrionment.
62474         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
62475         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
62476         Likewise.
62477         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
62478         <math_private.h>.
62479         (__nearbyintl): Use math_force_eval before restoring
62480         floating-point environment.
62481         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
62483         * math/gen-libm-test.pl (special_functions): Remove.
62484         (parse_args): Don't handle TEST_extra.  Handle functions with no
62485         return value.
62486         * math/libm-test.inc (struct test_sincos_data): Replace with
62487         struct test_fFF_11_data.
62488         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
62489         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
62490         (sincos_test_data): Change element type to struct
62491         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
62492         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
62493         RUN_TEST_LOOP_sincos.
62494         * math/README.libm-test: Don't mention special handling of
62495         individual functions.
62496         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
62497         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
62498         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
62499         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
62500         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
62501         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
62503         * math/gen-libm-test.pl (get_variable): Remove function.
62504         (parse_args): Don't show pointer parameters to call in test
62505         names.  Use "extra output N" in test names for extra outputs
62506         rather than naming variables.
62508 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
62510         [BZ #15488]
62511         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
62512         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
62513         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
62514         double tests.
62515         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
62516         disable.
62517         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
62518         check_long_double.
62520         * math/gen-libm-test.pl (@tests): Remove variable.
62521         ($count): Likewise.
62522         (new_test): Remove function.
62523         (show_exceptions): New function.
62524         (special_functions): Use show_exceptions instead of new_test.
62525         (parse_args): Likewise.
62526         (generate_testfile): Pass only function name in generated call to
62527         print_max_error or print_complex_max_error.
62528         (get_ulps): Do not handle complex tests specially.
62529         (output_test): Rename to ...
62530         (get_all_ulps_for_test): ... this.  Return a string rather than
62531         printing to a file.  Require ulps to be present.
62532         (output_ulps): Generate arrays rather than #defines.
62533         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
62534         (struct ulp_data): New type.
62535         (BUILD_COMPLEX_ULP): Remove macro.
62536         (compare_ulp_data): New function.
62537         (find_ulps): Likewise.
62538         (find_test_ulps): Likewise.
62539         (find_function_ulps): Likewise.
62540         (find_complex_function_ulps): Likewise.
62541         (print_max_error): Determine allowed ulps using
62542         find_function_ulps.
62543         (print_complex_max_error): Determine allowed ulps using
62544         find_complex_function_ulps.
62545         (check_float_internal): Determine max ulps using find_test_ulps.
62546         (check_float): Do not take max_ulp parameter.  Update call to
62547         check_float_internal.
62548         (check_complex): Likewise.
62549         (check_int): Do not take max_ulp parameter.
62550         (check_long): Likewise.
62551         (check_bool): Likewise.
62552         (check_longlong): Likewise.
62553         (struct test_f_f_data): Remove max_ulp field.
62554         (struct test_ff_f_data): Likewise.
62555         (struct test_ff_f_data_nexttoward): Likewise.
62556         (struct test_fi_f_data): Likewise.
62557         (struct test_fl_f_data): Likewise.
62558         (struct test_if_f_data): Likewise.
62559         (struct test_fff_f_data): Likewise.
62560         (struct test_c_f_data): Likewise.
62561         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
62562         (struct test_fF_f1_data): Likewise.
62563         (struct test_ffI_f1_data): Likewise.
62564         (struct test_c_c_data): Remove max_ulp field.
62565         (struct test_cc_c_data): Likewise.
62566         (struct test_f_i_data): Likewise.
62567         (struct test_ff_i_data): Likewise.
62568         (struct test_f_l_data): Likewise.
62569         (struct test_f_L_data): Likewise.
62570         (struct test_sincos_data): Likewise.
62571         (RUN_TEST_f_f): Do not handle ulps.
62572         (RUN_TEST_LOOP_f_f): Likewise.
62573         (RUN_TEST_2_f): Likewise.
62574         (RUN_TEST_LOOP_2_f): Likewise.
62575         (RUN_TEST_fff_f): Likewise.
62576         (RUN_TEST_LOOP_fff_f): Likewise.
62577         (RUN_TEST_c_f): Likewise.
62578         (RUN_TEST_LOOP_c_f): Likewise.
62579         (RUN_TEST_f_f1): Likewise.
62580         (RUN_TEST_LOOP_f_f1): Likewise.
62581         (RUN_TEST_fF_f1): Likewise.
62582         (RUN_TEST_LOOP_fF_f1): Likewise.
62583         (RUN_TEST_fI_f1): Likewise.
62584         (RUN_TEST_LOOP_fI_f1): Likewise.
62585         (RUN_TEST_ffI_f1): Likewise.
62586         (RUN_TEST_LOOP_ffI_f1): Likewise.
62587         (RUN_TEST_c_c): Likewise.
62588         (RUN_TEST_LOOP_c_c): Likewise.
62589         (RUN_TEST_cc_c): Likewise.
62590         (RUN_TEST_LOOP_cc_c): Likewise.
62591         (RUN_TEST_f_i): Likewise.
62592         (RUN_TEST_LOOP_f_i): Likewise.
62593         (RUN_TEST_f_i_tg): Likewise.
62594         (RUN_TEST_LOOP_f_i_tg): Likewise.
62595         (RUN_TEST_ff_i_tg): Likewise.
62596         (RUN_TEST_LOOP_ff_i_tg): Likewise.
62597         (RUN_TEST_f_b): Likewise.
62598         (RUN_TEST_LOOP_f_b): Likewise.
62599         (RUN_TEST_f_b_tg): Likewise.
62600         (RUN_TEST_LOOP_f_b_tg): Likewise.
62601         (RUN_TEST_f_l): Likewise.
62602         (RUN_TEST_LOOP_f_l): Likewise.
62603         (RUN_TEST_f_L): Likewise.
62604         (RUN_TEST_LOOP_f_L): Likewise.
62605         (RUN_TEST_sincos): Likewise.
62606         (RUN_TEST_LOOP_sincos): Likewise.
62608 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
62610         [BZ #15480]
62611         [BZ #15485]
62612         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
62613         main case of finite arguments, set rounding mode to FE_TONEAREST
62614         and discard exceptions.
62615         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
62616         exceptions.
62617         (remainder_tonearest_test_data): New variable.
62618         (remainder_test_tonearest): New function.
62619         (remainder_towardzero_test_data): New variable.
62620         (remainder_test_towardzero): New function.
62621         (remainder_downward_test_data): New variable.
62622         (remainder_test_downward): New function.
62623         (remainder_upward_test_data): New variable.
62624         (remainder_test_upward): New function.
62625         (main): Call the new test functions.
62627         * math/libm-test.inc (struct test_f_f1_data): Remove field
62628         extra_init.
62629         (struct test_fF_f1_data): Likewise.
62630         (struct test_ffI_f1_data): Likewise.
62631         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
62632         based on value of EXTRA_EXPECTED.
62633         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
62634         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
62635         EXTRA_VAR based on value of EXTRA_EXPECTED.
62636         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
62637         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
62638         EXTRA_VAR based on value of EXTRA_EXPECTED.
62639         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
62640         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
62641         EXTRA_VAR based on value of EXTRA_EXPECTED.
62642         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
62643         * math/gen-libm-test.pl (parse_args): Don't output initializers
62644         for extra output values.
62646         * math/libm-test.inc (check_int): Expect result to be exactly
62647         equal to expected value and do not handle ulps.
62648         (check_long): Likewise.
62649         (check_longlong): Likewise.
62651         * math/libm-test.inc (ceil_test_data): Test for "inexact"
62652         exceptions.
62653         (cimag_test_data): Likewise.
62654         (conj_test_data): Likewise.
62655         (copysign_test_data): Likewise.
62656         (cproj_test_data): Likewise.
62657         (creal_test_data): Likewise.
62658         (fabs_test_data): Likewise.
62659         (fdim_test_data): Likewise.
62660         (finite_test_data): Likewise.
62661         (floor_test_data): Likewise.
62662         (fmax_test_data): Likewise.
62663         (fmin_test_data): Likewise.
62664         (fmod_test_data): Likewise.
62665         (fpclassify_test_data): Likewise.
62666         (frexp_test_data): Likewise.
62667         (ilogb_test_data): Likewise.
62668         (isfinite_test_data): Likewise.
62669         (isgreater_test_data): Likewise.
62670         (isgreaterequal_test_data): Likewise.
62671         (isinf_test_data): Likewise.
62672         (isless_test_data): Likewise.
62673         (islessequal_test_data): Likewise.
62674         (islessgreater_test_data): Likewise.
62675         (isnan_test_data): Likewise.
62676         (isnormal_test_data): Likewise.
62677         (issignaling_test_data): Likewise.
62678         (isunordered_test_data): Likewise.
62679         (ldexp_test_data): Likewise.
62680         (lrint_test_data): Likewise.
62681         (lrint_test_data) [TEST_FLOAT]: Disable one test.
62682         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
62683         (lrint_tonearest_test_data): Test for "inexact" exceptions.
62684         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
62685         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
62686         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
62687         test input.
62688         (lrint_towardzero_test_data): Test for "inexact" exceptions.
62689         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
62690         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
62691         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
62692         that test input.
62693         (lrint_downward_test_data): Test for "inexact" exceptions.
62694         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
62695         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
62696         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
62697         test input.
62698         (lrint_upward_test_data): Test for "inexact" exceptions.
62699         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
62700         test input.
62701         (llrint_test_data): Test for "inexact" exceptions.
62702         (llrint_test_data) [TEST_FLOAT]: Disable one test.
62703         (llrint_tonearest_test_data): Test for "inexact" exceptions.
62704         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
62705         (llrint_towardzero_test_data): Test for "inexact" exceptions.
62706         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
62707         (llrint_downward_test_data): Test for "inexact" exceptions.
62708         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
62709         (llrint_upward_test_data): Test for "inexact" exceptions.
62710         (logb_test_data): Likewise.
62711         (logb_downward_test_data): Likewise.
62712         (nextafter_test_data): Likewise.
62713         (nexttoward_test_data): Likewise.
62714         (remainder_test_data): Likewise.
62715         (remquo_test_data): Likewise.
62716         (scalbn_test_data): Likewise.
62717         (scalbln_test_data): Likewise.
62718         (signbit_test_data): Likewise.
62719         (sqrt_test_data): Likewise.
62720         (significand_test_data): Likewise.
62722 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
62724         [BZ #15424]
62725         * benchtests/bench-modf.c (struct args): Mark arg0 as
62726         volatile.
62727         * scripts/bench.pl: Mark members of struct args as volatile.
62729 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
62731         [BZ # 15497]
62732         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
62733         negative infinity on POWER6 or lower.
62734         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
62736 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
62738         [BZ #15442]
62739         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
62740         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
62741         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
62742         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
62743         (_FP_SETQNAN): New macro.
62744         (_FP_SETQNAN_SEMIRAW): Likewise.
62745         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
62746         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
62747         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
62748         (FP_EXTEND): Use _FP_FRAC_SNANP.
62749         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
62750         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
62751         into account.
62752         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
62753         New macro.
62754         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
62755         Likewise.
62757 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
62759         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
62760         with DIVIDE_BY_ZERO_EXCEPTION.
62761         (gamma_test_data): Likewise.
62762         (lgamma_test_data): Likewise.
62763         (log_test_data): Likewise.
62764         (log10_test_data): Likewise.
62765         (log2_test_data): Likewise.
62766         (tgamma_test_data): Likewise.
62768         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
62769         (acos_test_tonearest): Likewise.
62770         (acos_test_towardzero): Likewise.
62771         (acos_test_downward): Likewise.
62772         (acos_test_upward): Likewise.
62773         (acosh_test): Likewise.
62774         (asin_test): Likewise.
62775         (asin_test_tonearest): Likewise.
62776         (asin_test_towardzero): Likewise.
62777         (asin_test_downward): Likewise.
62778         (asin_test_upward): Likewise.
62779         (asinh_test): Likewise.
62780         (atan_test): Likewise.
62781         (atanh_test): Likewise.
62782         (atan2_test): Likewise.
62783         (cabs_test): Likewise.
62784         (cacos_test): Likewise.
62785         (cacosh_test): Likewise.
62786         (casin_test): Likewise.
62787         (casinh_test): Likewise.
62788         (catan_test): Likewise.
62789         (catanh_test): Likewise.
62790         (cbrt_test): Likewise.
62791         (ccos_test): Likewise.
62792         (ccosh_test): Likewise.
62793         (cexp_test): Likewise.
62794         (clog_test): Likewise.
62795         (clog10_test): Likewise.
62796         (cos_test): Likewise.
62797         (cos_test_tonearest): Likewise.
62798         (cos_test_towardzero): Likewise.
62799         (cos_test_downward): Likewise.
62800         (cos_test_upward): Likewise.
62801         (cosh_test): Likewise.
62802         (cosh_test_tonearest): Likewise.
62803         (cosh_test_towardzero): Likewise.
62804         (cosh_test_downward): Likewise.
62805         (cosh_test_upward): Likewise.
62806         (cpow_test): Likewise.
62807         (csin_test): Likewise.
62808         (csinh_test): Likewise.
62809         (csqrt_test): Likewise.
62810         (ctan_test): Likewise.
62811         (ctan_test_tonearest): Likewise.
62812         (ctan_test_towardzero): Likewise.
62813         (ctan_test_downward): Likewise.
62814         (ctan_test_upward): Likewise.
62815         (ctanh_test): Likewise.
62816         (ctanh_test_tonearest): Likewise.
62817         (ctanh_test_towardzero): Likewise.
62818         (ctanh_test_downward): Likewise.
62819         (ctanh_test_upward): Likewise.
62820         (erf_test): Likewise.
62821         (erfc_test): Likewise.
62822         (exp_test): Likewise.
62823         (exp_test_tonearest): Likewise.
62824         (exp_test_towardzero): Likewise.
62825         (exp_test_downward): Likewise.
62826         (exp_test_upward): Likewise.
62827         (exp10_test): Likewise.
62828         (exp2_test): Likewise.
62829         (expm1_test): Likewise.
62830         (fmod_test): Likewise.
62831         (gamma_test): Likewise.
62832         (hypot_test): Likewise.
62833         (j0_test): Likewise.
62834         (j1_test): Likewise.
62835         (jn_test): Likewise.
62836         (lgamma_test): Likewise.
62837         (log_test): Likewise.
62838         (log10_test): Likewise.
62839         (log1p_test): Likewise.
62840         (log2_test): Likewise.
62841         (logb_test_downward): Likewise.
62842         (pow_test): Likewise.
62843         (pow_test_tonearest): Likewise.
62844         (pow_test_towardzero): Likewise.
62845         (pow_test_downward): Likewise.
62846         (pow_test_upward): Likewise.
62847         (remainder_test): Likewise.
62848         (remquo_test): Likewise.
62849         (sin_test): Likewise.
62850         (sin_test_tonearest): Likewise.
62851         (sin_test_towardzero): Likewise.
62852         (sin_test_downward): Likewise.
62853         (sin_test_upward): Likewise.
62854         (sincos_test): Likewise.
62855         (sinh_test): Likewise.
62856         (sinh_test_tonearest): Likewise.
62857         (sinh_test_towardzero): Likewise.
62858         (sinh_test_downward): Likewise.
62859         (sinh_test_upward): Likewise.
62860         (sqrt_test): Likewise.
62861         (tan_test): Likewise.
62862         (tan_test_tonearest): Likewise.
62863         (tan_test_towardzero): Likewise.
62864         (tan_test_downward): Likewise.
62865         (tan_test_upward): Likewise.
62866         (tanh_test): Likewise.
62867         (tgamma_test): Likewise.
62868         (y0_test): Likewise.
62869         (y1_test): Likewise.
62870         (yn_test): Likewise.
62872         * math/gen-libm-test.pl (adjust_arg): Remove function.
62873         (special_function): Remove argument $in_func.  Only handle
62874         generating output for tables of tests, not inside functions.
62875         (parse_args): Likewise.
62876         (generate_testfile): Remove variable $in_func.  Update call to
62877         parse_args.
62878         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
62879         (MINUS_ZERO_INIT): Rename macro to minus_zero.
62880         (PLUS_INFTY_INIT): Rename macro to plus_infty.
62881         (MINUS_INFTY_INIT): Rename macro to minus_infty.
62882         (QNAN_VALUE_INIT): Rename macro to qnan_value.
62883         (MAX_VALUE_INIT): Rename macro to max_value.
62884         (MIN_VALUE_INIT): Rename macro to min_value.
62885         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
62886         (plus_zero): Remove variable.
62887         (minus_zero): Likewise.
62888         (plus_infty): Likewise.
62889         (minus_infty): Likewise.
62890         (qnan_value): Likewise.
62891         (max_value): Likewise.
62892         (min_value): Likewise.
62893         (min_subnorm_value): Likewise.
62895 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
62897         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
62898         uint64_t or uint32_t usage.
62899         * crypt/sha256-block.c: Likewise.
62900         * crypt/sha256-crypt.c: Likewise.
62901         * crypt/sha256.c: Likewise.
62902         * crypt/sha512-block.c: Likewise.
62903         * crypt/sha512-crypt.c: Likewise.
62904         * crypt/sha512.c: Likewise.
62905         * debug/backtrace-tst.c: Likewise.
62906         * debug/pcprofiledump.c: Likewise.
62907         * elf/cache.c: Likewise.
62908         * elf/dl-cache.c: Likewise.
62909         * elf/dl-misc.c: Likewise.
62910         * elf/dl-profile.c: Likewise.
62911         * elf/dl-support.c: Likewise.
62912         * elf/ldconfig.c: Likewise.
62913         * elf/sprof.c: Likewise.
62914         * iconv/dummy-repertoire.c: Likewise.
62915         * iconv/iconv_charmap.c: Likewise.
62916         * iconv/skeleton.c: Likewise.
62917         * iconvdata/8bit-generic.c: Likewise.
62918         * iconvdata/cp737.h: Likewise.
62919         * iconvdata/cp775.h: Likewise.
62920         * iconvdata/ibm1008.h: Likewise.
62921         * iconvdata/ibm1025.h: Likewise.
62922         * iconvdata/ibm1046.h: Likewise.
62923         * iconvdata/ibm1097.h: Likewise.
62924         * iconvdata/ibm1112.h: Likewise.
62925         * iconvdata/ibm1122.h: Likewise.
62926         * iconvdata/ibm1123.h: Likewise.
62927         * iconvdata/ibm1124.h: Likewise.
62928         * iconvdata/ibm1129.h: Likewise.
62929         * iconvdata/ibm1130.h: Likewise.
62930         * iconvdata/ibm1132.h: Likewise.
62931         * iconvdata/ibm1133.h: Likewise.
62932         * iconvdata/ibm1137.h: Likewise.
62933         * iconvdata/ibm1140.h: Likewise.
62934         * iconvdata/ibm1141.h: Likewise.
62935         * iconvdata/ibm1142.h: Likewise.
62936         * iconvdata/ibm1143.h: Likewise.
62937         * iconvdata/ibm1144.h: Likewise.
62938         * iconvdata/ibm1145.h: Likewise.
62939         * iconvdata/ibm1146.h: Likewise.
62940         * iconvdata/ibm1147.h: Likewise.
62941         * iconvdata/ibm1148.h: Likewise.
62942         * iconvdata/ibm1149.h: Likewise.
62943         * iconvdata/ibm1153.h: Likewise.
62944         * iconvdata/ibm1154.h: Likewise.
62945         * iconvdata/ibm1155.h: Likewise.
62946         * iconvdata/ibm1156.h: Likewise.
62947         * iconvdata/ibm1157.h: Likewise.
62948         * iconvdata/ibm1158.h: Likewise.
62949         * iconvdata/ibm1160.h: Likewise.
62950         * iconvdata/ibm1161.h: Likewise.
62951         * iconvdata/ibm1162.h: Likewise.
62952         * iconvdata/ibm1163.h: Likewise.
62953         * iconvdata/ibm1164.h: Likewise.
62954         * iconvdata/ibm1166.h: Likewise.
62955         * iconvdata/ibm1167.h: Likewise.
62956         * iconvdata/ibm12712.h: Likewise.
62957         * iconvdata/ibm1390.h: Likewise.
62958         * iconvdata/ibm1399.h: Likewise.
62959         * iconvdata/ibm16804.h: Likewise.
62960         * iconvdata/ibm4517.h: Likewise.
62961         * iconvdata/ibm4899.h: Likewise.
62962         * iconvdata/ibm4909.h: Likewise.
62963         * iconvdata/ibm4971.h: Likewise.
62964         * iconvdata/ibm5347.h: Likewise.
62965         * iconvdata/ibm803.h: Likewise.
62966         * iconvdata/ibm856.h: Likewise.
62967         * iconvdata/ibm901.h: Likewise.
62968         * iconvdata/ibm902.h: Likewise.
62969         * iconvdata/ibm9030.h: Likewise.
62970         * iconvdata/ibm9066.h: Likewise.
62971         * iconvdata/ibm921.h: Likewise.
62972         * iconvdata/ibm922.h: Likewise.
62973         * iconvdata/ibm9448.h: Likewise.
62974         * iconvdata/isiri-3342.h: Likewise.
62975         * iconvdata/jis0201.h: Likewise.
62976         * include/link.h: Likewise.
62977         * include/netdb.h: Likewise.
62978         * inet/check_native.c: Likewise.
62979         * inet/check_pf.c: Likewise.
62980         * inet/getipv4sourcefilter.c: Likewise.
62981         * inet/getnameinfo.c: Likewise.
62982         * inet/getsourcefilter.c: Likewise.
62983         * inet/htonl.c: Likewise.
62984         * inet/setipv4sourcefilter.c: Likewise.
62985         * inet/setsourcefilter.c: Likewise.
62986         * inet/test-inet6_opt.c: Likewise.
62987         * inet/tst-network.c: Likewise.
62988         * locale/C-collate.c: Likewise.
62989         * locale/C-ctype.c: Likewise.
62990         * locale/C-time.c: Likewise.
62991         * locale/C-translit.h: Likewise.
62992         * locale/loadarchive.c: Likewise.
62993         * locale/programs/3level.h: Likewise.
62994         * locale/programs/charmap.c: Likewise.
62995         * locale/programs/charmap.h: Likewise.
62996         * locale/programs/ld-address.c: Likewise.
62997         * locale/programs/ld-collate.c: Likewise.
62998         * locale/programs/ld-ctype.c: Likewise.
62999         * locale/programs/ld-identification.c: Likewise.
63000         * locale/programs/ld-measurement.c: Likewise.
63001         * locale/programs/ld-messages.c: Likewise.
63002         * locale/programs/ld-monetary.c: Likewise.
63003         * locale/programs/ld-name.c: Likewise.
63004         * locale/programs/ld-numeric.c: Likewise.
63005         * locale/programs/ld-paper.c: Likewise.
63006         * locale/programs/ld-telephone.c: Likewise.
63007         * locale/programs/ld-time.c: Likewise.
63008         * locale/programs/linereader.c: Likewise.
63009         * locale/programs/locale.c: Likewise.
63010         * locale/programs/locarchive.c: Likewise.
63011         * locale/programs/locfile.h: Likewise.
63012         * locale/programs/repertoire.c: Likewise.
63013         * locale/programs/simple-hash.c: Likewise.
63014         * locale/programs/simple-hash.h: Likewise.
63015         * malloc/memusage.c: Likewise.
63016         * malloc/memusagestat.c: Likewise.
63017         * nis/nis_defaults.c: Likewise.
63018         * nis/nis_hash.c: Likewise.
63019         * nis/nis_print.c: Likewise.
63020         * nis/nis_xdr.c: Likewise.
63021         * nscd/connections.c: Likewise.
63022         * nscd/hstcache.c: Likewise.
63023         * nscd/nscd_gethst_r.c: Likewise.
63024         * nscd/nscd_getserv_r.c: Likewise.
63025         * nscd/nscd_helper.c: Likewise.
63026         * nscd/servicescache.c: Likewise.
63027         * nss/makedb.c: Likewise.
63028         * nss/nss_db/db-XXX.c: Likewise.
63029         * nss/nss_db/db-initgroups.c: Likewise.
63030         * nss/nss_db/db-netgrp.c: Likewise.
63031         * nss/nss_files/files-network.c: Likewise.
63032         * nss/nss_files/files-parse.c: Likewise.
63033         * posix/bug-regex5.c: Likewise.
63034         * posix/fnmatch_loop.c: Likewise.
63035         * posix/regcomp.c: Likewise.
63036         * posix/regexec.c: Likewise.
63037         * posix/tst-rfc3484-2.c: Likewise.
63038         * posix/tst-rfc3484-3.c: Likewise.
63039         * posix/tst-rfc3484.c: Likewise.
63040         * resolv/nss_dns/dns-canon.c: Likewise.
63041         * resolv/nss_dns/dns-network.c: Likewise.
63042         * resolv/res_init.c: Likewise.
63043         * resolv/res_mkquery.c: Likewise.
63044         * resolv/tst-aton.c: Likewise.
63045         * stdlib/cxa_atexit.c: Likewise.
63046         * stdlib/cxa_finalize.c: Likewise.
63047         * stdlib/gen-fpioconst.c: Likewise.
63048         * stdlib/strtol_l.c: Likewise.
63049         * string/tst-endian.c: Likewise.
63050         * sunrpc/auth_des.c: Likewise.
63051         * sunrpc/clnt_udp.c: Likewise.
63052         * sunrpc/rtime.c: Likewise.
63053         * sunrpc/svcauth_des.c: Likewise.
63054         * sunrpc/xdr.c: Likewise.
63055         * sunrpc/xdr_intXX_t.c: Likewise.
63056         * sunrpc/xdr_rec.c: Likewise.
63057         * sysdeps/generic/ldconfig.h: Likewise.
63058         * sysdeps/generic/ldsodefs.h: Likewise.
63059         * sysdeps/generic/memusage.h: Likewise.
63060         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
63061         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
63062         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
63063         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
63064         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
63065         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
63066         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
63067         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
63068         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
63069         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
63070         * sysdeps/posix/getaddrinfo.c: Likewise.
63071         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
63072         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
63073         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
63074         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
63075         * sysdeps/powerpc/test-gettimebase.c: Likewise.
63076         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
63077         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
63078         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
63079         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
63080         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
63081         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
63082         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
63083         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
63084         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
63085         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
63086         * sysdeps/x86_64/dl-tls.h: Likewise.
63087         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
63088         * time/alt_digit.c: Likewise.
63089         * time/era.c: Likewise.
63090         * wcsmbs/tst-c16c32-1.c: Likewise.
63092 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
63094         * math/libm-test.inc (struct test_sincos_data): New type.
63095         (RUN_TEST_LOOP_sincos): New macro.
63096         (sincos_test_data): New variable.
63097         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
63099 2013-05-16  Richard Henderson  <rth@redhat.com>
63101         * math/atest-exp2.c (LIMB64): New macro.
63102         (CONSTSZ): New macro.
63103         (mp_exp1, mp_exp_m1, mp_log2): New variables.
63104         (hexdig): Move ...
63105         (print_mpn_fp): ... to function scope.
63106         (read_mpn_hex): Remove.
63107         (get_log2): Remove.
63108         (exp2_mpn): Use mp_log2.
63109         (main): Use mp_exp1.
63111 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
63113         * math/libm-test.inc: Remove comment about not testing "inexact"
63114         exceptions.
63115         (INEXACT_EXCEPTION): New macro.
63116         (NO_INEXACT_EXCEPTION): Likewise.
63117         (INVALID_EXCEPTION_OK): Update value.
63118         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
63119         (OVERFLOW_EXCEPTION_OK): Likewise.
63120         (UNDERFLOW_EXCEPTION_OK): Likewise.
63121         (IGNORE_ZERO_INF_SIGN): Likewise.
63122         (ERRNO_UNCHANGED): Likewise.
63123         (ERRNO_EDOM): Likewise.
63124         (ERRNO_ERANGE): Likewise.
63125         (test_exceptions): Handle testing "inexact" exceptions.
63126         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
63127         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
63128         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
63129         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
63130         INEXACT_EXCEPTION.
63131         (rint_towardzero_test_data): Likewise.
63132         (rint_downward_test_data): Likewise.
63133         (rint_upward_test_data): Likewise.
63135         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
63136         with OVERFLOW_EXCEPTION.
63137         (exp10_test_data): Likewise.
63138         (exp2_test_data): Likewise.
63139         (expm1_test_data): Likewise.
63140         (lgamma_test_data): Likewise.
63141         (pow_test_data): Likewise.
63142         (tgamma_test_data): Likewise.
63143         (yn_test_data): Remove duplicate test of overflow.
63145         * math/libm-test.inc (struct test_cc_c_data): New type.
63146         (RUN_TEST_LOOP_cc_c): New macro.
63147         (cpow_test_data): New variable.
63148         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
63150         * math/libm-test.inc (struct test_f_L_data): New type.
63151         (RUN_TEST_LOOP_f_L): New macro.
63152         (llrint_test_data): New variable.
63153         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
63154         (llrint_tonearest_test_data): New variable.
63155         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
63156         (llrint_towardzero_test_data): New variable.
63157         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
63158         (llrint_downward_test_data): New variable.
63159         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
63160         (llrint_upward_test_data): New variable.
63161         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
63162         (llround_test_data): New variable.
63163         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
63165 2013-05-13  Peter Collingbourne  <pcc@google.com>
63167         * math/atest-exp2.c (get_log2): Remove const attribute.
63169 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
63171         * math/libm-test.inc (struct test_f_l_data): New type.
63172         (RUN_TEST_LOOP_f_l): New macro.
63173         (lrint_test_data): New variable.
63174         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
63175         (lrint_tonearest_test_data): New variable.
63176         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
63177         (lrint_towardzero_test_data): New variable.
63178         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
63179         (lrint_downward_test_data): New variable.
63180         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
63181         (lrint_upward_test_data): New variable.
63182         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
63183         (lround_test_data): New variable.
63184         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
63186 2013-05-15  Peter Collingbourne  <pcc@google.com>
63188         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
63189         (EXTRACT_WORDS64) Use where appropriate.
63190         (INSERT_WORDS64) Likewise.
63192         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
63193         constraints with x constraints.
63194         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
63196         * malloc/obstack.c (_obstack_compat): Add initializer.
63198 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
63200         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
63201         si_trapno and add si_addr_lsb to _sifields.sigfault.
63202         (si_trapno): Remove macro.
63203         (si_addr_lsb): Define new macro.
63204         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
63206 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
63208         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
63209         instead of TEST_f_l.
63210         (llrint_test_tonearest): Likewise.
63211         (llrint_test_towardzero): Likewise.
63212         (llrint_test_downward): Likewise.
63213         (llrint_test_upward): Likewise.
63214         (llround_test): Likewise.
63216         * math/libm-test.inc (struct test_f_i_data): Add comment.
63217         (RUN_TEST_LOOP_f_b): New macro.
63218         (RUN_TEST_LOOP_f_b_tg): Likewise.
63219         (finite_test_data): New variable.
63220         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
63221         (isfinite_test_data): New variable.
63222         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
63223         (isinf_test_data): New variable.
63224         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
63225         (isnan_test_data): New variable.
63226         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
63227         (isnormal_test_data): New variable.
63228         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
63229         (issignaling_test_data): New variable.
63230         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
63231         (signbit_test_data): New variable.
63232         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
63234         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
63235         with INVALID_EXCEPTION.
63236         (acosh_test_data): Likewise.
63237         (asin_test_data): Likewise.
63238         (atanh_test_data): Likewise.
63239         (fmod_test_data): Likewise.
63240         (log_test_data): Likewise.
63241         (log10_test_data): Likewise.
63242         (log2_test_data): Likewise.
63243         (pow_test_data): Likewise.
63244         (sqrt_test_data): Likewise.
63245         (y0_test_data): Likewise.
63246         (y1_test_data): Likewise.
63247         (yn_test_data): Likewise.
63249         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
63250         function contents.
63252         * math/libm-test.inc (struct test_ff_i_data): New type.
63253         (RUN_TEST_LOOP_ff_i_tg): New macro.
63254         (isgreater_test_data): New variable.
63255         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
63256         (isgreaterequal_test_data): New variable.
63257         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
63258         (isless_test_data): New variable.
63259         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
63260         (islessequal_test_data): New variable.
63261         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
63262         (islessgreater_test_data): New variable.
63263         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
63264         (isunordered_test_data): New variable.
63265         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
63267 2013-05-14  David S. Miller  <davem@davemloft.net>
63269         * sysdeps/sparc/fpu/libm-test-ulps: Update.
63271 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
63273         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
63275         * math/libm-test.inc (struct test_fF_f1_data): Change type of
63276         extra_test to int.
63277         (struct test_f_i_data): Change type of max_ulp to int.
63279         * math/libm-test.inc (test_ffI_f1_data): New type.
63280         (RUN_TEST_LOOP_ffI_f1): New macro.
63281         (remquo_test_data): New variable.
63282         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
63284         * setjmp/tst-setjmp-fp.c: New file.
63285         * setjmp/Makefile (tests): Add tst-setjmp-fp.
63286         (link-libm): New variable.
63287         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
63289         * math/libm-test.inc (struct test_f_i_data): New type.
63290         (RUN_TEST_LOOP_f_i): New macro.
63291         (RUN_TEST_LOOP_f_i_tg): Likewise.
63292         (fpclassify_test_data): New variable.
63293         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
63294         (ilogb_test_data): New variable.
63295         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
63297         * math/libm-test.inc (scalbln_test): Correct function name in END
63298         call.
63300         * math/libm-test.inc (struct test_f_f1_data): Add comment.
63301         (RUN_TEST_LOOP_fI_f1): New macro.
63302         (frexp_test_data): New variable.
63303         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
63305         * math/libm-test.inc (struct test_fF_f1_data): New type.
63306         (RUN_TEST_LOOP_fF_f1): New macro.
63307         (modf_test_data): New variable.
63308         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
63310         * math/libm-test.inc (struct test_f_f1_data): New type.
63311         (RUN_TEST_LOOP_f_f1): New macro.
63312         (gamma_test_data): New variable.
63313         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
63314         (lgamma_test_data): New variable.
63315         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
63317 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
63319         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
63320         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
63321         (main): Comment "tls" pseudo-hwcap.
63323 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
63325         * math/libm-test.inc (struct test_fl_f_data): New type.
63326         (RUN_TEST_LOOP_fl_f): New variable.
63327         (scalbln_test_data): New variable.
63328         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
63330         * math/libm-test.inc (struct test_fi_f_data): New type.
63331         (RUN_TEST_LOOP_fi_f): New macro.
63332         (ldexp_test_data): New variable.
63333         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
63334         (scalbn_test_data): New variable.
63335         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
63337         * math/libm-test.inc (struct test_c_f_data): New type.
63338         (RUN_TEST_LOOP_c_f): New macro.
63339         (cabs_test_data): New variable.
63340         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
63341         (carg_test_data): New variable.
63342         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
63343         (cimag_test_data): New variable.
63344         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
63345         (creal_test_data): New variable.
63346         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
63348         * math/libm-test.inc (struct test_if_f_data): New type.
63349         (RUN_TEST_LOOP_if_f): New macro.
63350         (jn_test_data): New variable.
63351         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
63352         (yn_test_data): New variable.
63353         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
63355         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
63357 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
63359         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
63360         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
63362 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
63364         * benchtests/Makefile (CPPFLAGS-nonlib): Add
63365         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
63366         (bench-deps): Add bench-timing.h.
63367         * benchtests-bench-skeleton.c: Include bench-timing.h.
63368         (main): Use TIMING_* macros instead of clock_gettime.
63369         * benchtests/bench-timing.h: New file.
63371         [BZ #14582]
63372         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
63373         Renamed from _LIB_VERSION.
63374         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
63376 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
63378         * math/libm-test.inc (struct test_fff_f_data): New type.
63379         (RUN_TEST_LOOP_fff_f): New macro.
63380         (fma_test_data): New variable.
63381         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
63382         (fma_towardzero_test_data): New variable.
63383         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
63384         (fma_downward_test_data): New variable.
63385         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
63386         (fma_upward_test_data): New variable.
63387         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
63389         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
63390         (struct test_c_c_data): New type.
63391         (RUN_TEST_LOOP_c_c): New macro.
63392         (cacos_test_data): New variable.
63393         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
63394         (cacosh_test_data): New variable.
63395         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
63396         (casin_test_data): New variable.
63397         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
63398         (casinh_test_data): New variable.
63399         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
63400         (catan_test_data): New variable.
63401         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
63402         (catanh_test_data): New variable.
63403         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
63404         (ccos_test_data): New variable.
63405         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
63406         (ccosh_test_data): New variable.
63407         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
63408         (cexp_test_data): New variable.
63409         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
63410         (clog_test_data): New variable.
63411         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
63412         (clog10_test_data): New variable.
63413         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
63414         (conj_test_data): New variable.
63415         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
63416         (cproj_test_data): New variable.
63417         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
63418         (csin_test_data): New variable.
63419         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
63420         (csinh_test_data): New variable.
63421         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
63422         (csqrt_test_data): New variable.
63423         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
63424         (ctan_test_data): New variable.
63425         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
63426         (ctan_tonearest_test_data): New variable.
63427         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
63428         (ctan_towardzero_test_data): New variable.
63429         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
63430         (ctan_downward_test_data): New variable.
63431         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
63432         (ctan_upward_test_data): New variable.
63433         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
63434         (ctanh_test_data): New variable.
63435         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
63436         (ctanh_tonearest_test_data): New variable.
63437         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
63438         (ctanh_towardzero_test_data): New variable.
63439         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
63440         (ctanh_downward_test_data): New variable.
63441         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
63442         (ctanh_upward_test_data): New variable.
63443         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
63444         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
63445         of BUILD_COMPLEX.
63447         * math/libm-test.inc (struct test_ff_f_data): New type.
63448         (struct test_ff_f_data_nexttoward): Likewise.
63449         (RUN_TEST_LOOP_2_f): New macro.
63450         (RUN_TEST_LOOP_ff_f): Likewise.
63451         (atan2_test_data): New variable.
63452         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
63453         (copysign_test_data): New variable.
63454         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
63455         (fdim_test_data): New variable.
63456         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
63457         (fmax_test_data): New variable.
63458         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
63459         (fmin_test_data): New variable.
63460         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
63461         (fmod_test_data): New variable.
63462         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
63463         (hypot_test_data): New variable.
63464         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
63465         (nextafter_test_data): New variable.
63466         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
63467         (nexttoward_test_data): New variable.
63468         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
63469         (pow_test_data): New variable.
63470         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
63471         (pow_tonearest_test_data): New variable.
63472         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
63473         (pow_towardzero_test_data): New variable.
63474         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
63475         (pow_downward_test_data): New variable.
63476         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
63477         (pow_upward_test_data): New variable.
63478         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
63479         (remainder_test_data): New variable.
63480         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
63481         (scalb_test_data): New variable.
63482         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
63483         * sysdeps/i386/fpu/libm-test-ulps: Update.
63485 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
63487         * math/libm-test.inc (fma_test): Use max_value instead of local
63488         variable fltmax.
63489         (nextafter_test): Likewise.
63491         * math/libm-test.inc (acos_towardzero_test_data): New variable.
63492         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
63493         (acos_downward_test_data): New variable.
63494         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
63495         (acos_upward_test_data): New variable.
63496         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
63497         (acosh_test_data): New variable.
63498         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
63499         (asin_test_data): New variable.
63500         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
63501         (asin_tonearest_test_data): New variable.
63502         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
63503         (asin_towardzero_test_data): New variable.
63504         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
63505         (asin_downward_test_data): New variable.
63506         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
63507         (asin_upward_test_data): New variable.
63508         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
63509         (asinh_test_data): New variable.
63510         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
63511         (atan_test_data): New variable.
63512         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
63513         (atanh_test_data): New variable.
63514         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
63515         (cbrt_test_data): New variable.
63516         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
63517         (ceil_test_data): New variable.
63518         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
63519         (cos_test_data): New variable.
63520         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
63521         (cos_tonearest_test_data): New variable.
63522         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
63523         (cos_towardzero_test_data): New variable.
63524         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
63525         (cos_downward_test_data): New variable.
63526         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
63527         (cos_upward_test_data): New variable.
63528         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
63529         (cosh_test_data): New variable.
63530         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
63531         (cosh_tonearest_test_data): New variable.
63532         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
63533         (cosh_towardzero_test_data): New variable.
63534         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
63535         (cosh_downward_test_data): New variable.
63536         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
63537         (cosh_upward_test_data): New variable.
63538         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
63539         (erf_test_data): New variable.
63540         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
63541         (erfc_test_data): New variable.
63542         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
63543         (exp_test_data): New variable.
63544         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
63545         (exp_tonearest_test_data): New variable.
63546         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
63547         (exp_towardzero_test_data): New variable.
63548         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
63549         (exp_downward_test_data): New variable.
63550         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
63551         (exp_upward_test_data): New variable.
63552         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
63553         (exp10_test_data): New variable.
63554         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
63555         (exp2_test_data): New variable.
63556         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
63557         (expm1_test_data): New variable.
63558         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
63559         (fabs_test_data): New variable.
63560         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
63561         (floor_test_data): New variable.
63562         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
63563         (j0_test_data): New variable.
63564         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
63565         (j1_test_data): New variable.
63566         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
63567         (log_test_data): New variable.
63568         (log_test): Run tests with RUN_TEST_LOOP_f_f.
63569         (log10_test_data): New variable.
63570         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
63571         (log1p_test_data): New variable.
63572         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
63573         (log2_test_data): New variable.
63574         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
63575         (logb_test_data): New variable.
63576         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
63577         (logb_downward_test_data): New variable.
63578         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
63579         (nearbyint_test_data): New variable.
63580         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
63581         (rint_test_data): New variable.
63582         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
63583         (rint_tonearest_test_data): New variable.
63584         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
63585         (rint_towardzero_test_data): New variable.
63586         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
63587         (rint_downward_test_data): New variable.
63588         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
63589         (rint_upward_test_data): New variable.
63590         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
63591         (round_test_data): New variable.
63592         (round_test): Run tests with RUN_TEST_LOOP_f_f.
63593         (sin_test_data): New variable.
63594         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
63595         (sin_tonearest_test_data): New variable.
63596         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
63597         (sin_towardzero_test_data): New variable.
63598         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
63599         (sin_downward_test_data): New variable.
63600         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
63601         (sin_upward_test_data): New variable.
63602         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
63603         (sinh_test_data): New variable.
63604         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
63605         (sinh_tonearest_test_data): New variable.
63606         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
63607         (sinh_towardzero_test_data): New variable.
63608         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
63609         (sinh_downward_test_data): New variable.
63610         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
63611         (sinh_upward_test_data): New variable.
63612         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
63613         (sqrt_test_data): New variable.
63614         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
63615         (tan_test_data): New variable.
63616         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
63617         (tan_tonearest_test_data): New variable.
63618         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
63619         (tan_towardzero_test_data): New variable.
63620         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
63621         (tan_downward_test_data): New variable.
63622         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
63623         (tan_upward_test_data): New variable.
63624         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
63625         (tanh_test_data): New variable.
63626         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
63627         (tgamma_test_data): New variable.
63628         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
63629         (trunc_test_data): New variable.
63630         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
63631         (y0_test_data): New variable.
63632         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
63633         (y1_test_data): New variable.
63634         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
63635         (significand_test_data): New variable.
63636         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
63638 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
63640         [BZ #12387]
63641         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
63643 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
63645         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
63647 2013-05-10  Andreas Jaeger  <aj@suse.de>
63649         [BZ #15448]
63650         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
63651         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
63653 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
63655         * math/gen-libm-test.pl (adjust_arg): New function.
63656         (special_functions): Handle generating output in both functions
63657         and arrays.
63658         (parse_args): Likewise.
63659         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
63660         $in_func argument to parse_args.
63661         * math/libm-test.inc (struct test_f_f_data): New type.
63662         (IF_ROUND_INIT_): New macro.
63663         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
63664         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
63665         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
63666         (IF_ROUND_INIT_FE_UPWARD): Likewise.
63667         (ROUND_RESTORE_): Likewise.
63668         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
63669         (ROUND_RESTORE_FE_TONEAREST): Likewise.
63670         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
63671         (ROUND_RESTORE_FE_UPWARD): Likewise.
63672         (RUN_TEST_LOOP_f_f): New macro.
63673         (acos_test_data): New variable.
63674         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
63675         (acos_tonearest_test_data): New variable.
63676         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
63678 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
63680         * benchtests/bench-skeleton.c (startup): Fix coding style.
63682 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
63684         [BZ #6809]
63685         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
63686         negative infinity argument.
63687         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
63688         negative infinity argument.
63689         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
63690         negative infinity argument.
63691         * math/libm-test.inc (tgamma_test): Expect errno to be set for
63692         domain errors.
63694 2013-05-10  Florian Weimer  <fweimer@redhat.com>
63696         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
63697         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
63698         * iconv/iconv_prog.c (main): Likewise.
63699         * locale/programs/charmap-dir.c (charmap_readdir)
63700         (fopen_uncompressed): Likewise.
63701         * locale/programs/locfile.c (siblings_uncached)
63702         (write_locale_data): Use lstat64 instead of lstat.
63703         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
63704         stat.
63706 2013-05-10  Andreas Jaeger  <aj@suse.de>
63708         [BZ #15395]
63709         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
63710         localization.
63711         Include <locale.h>.
63713 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
63715         * elf/dl-close.c (_dl_close_worker): Add comments.
63717 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
63719         [BZ #15359]
63720         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
63721         high part of pi/2.
63722         (__ieee754_rem_pio2l): Update comments.
63724         [BZ #15429]
63725         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
63726         high part of pi/2.
63727         (__ieee754_rem_pio2l): Update comments.
63729         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
63730         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
63732         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
63733         M_PI_4l.
63735         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
63736         (M_PI_34_LOG10El): Likewise.
63737         (M_PI2_LOG10El): Likewise.
63738         (M_PI4_LOG10El): Likewise.
63739         (M_PI_LOG10El): Likewise.
63741 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
63743         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
63745 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
63747         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
63748         (MINUS_ZERO_INIT): Likewise.
63749         (PLUS_INFTY_INIT): Likewise.
63750         (MINUS_INFTY_INIT): Likewise.
63751         (QNAN_VALUE_INIT): Likewise.
63752         (MAX_VALUE_INIT): Likewise.
63753         (MIN_VALUE_INIT): Likewise.
63754         (MIN_SUBNORM_VALUE_INIT): Likewise.
63755         (plus_zero): Initialize with PLUS_ZERO_INIT.
63756         (minus_zero): Initialize with MINUS_ZERO_INIT.
63757         (plus_infty): Initialize with PLUS_INFTY_INIT.
63758         (minus_infty): Initialize with MINUS_INFTY_INIT.
63759         (qnan_value): Initialize with QNAN_VALUE_INIT.
63760         (max_value): Initialize with MAX_VALUE_INIT.
63761         (min_value): Initialize with MIN_VALUE_INIT.
63762         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
63764         * math/libm-test.inc (RUN_TEST_if_f): New macro.
63765         (jn_test): Use TEST_if_f instead of TEST_ff_f.
63766         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
63767         (yn_test): Use TEST_if_f instead of TEST_ff_f.
63769         * math/libm-test.inc (RUN_TEST_f_f): New macro.
63770         (RUN_TEST_2_f): Likewise.
63771         (RUN_TEST_ff_f): Likewise.
63772         (RUN_TEST_fi_f): Likewise.
63773         (RUN_TEST_fl_f): Likewise.
63774         (RUN_TEST_fff_f): Likewise.
63775         (RUN_TEST_c_f): Likewise.
63776         (RUN_TEST_f_f1): Likewise.
63777         (RUN_TEST_fF_f1): Likewise.
63778         (RUN_TEST_fI_f1): Likewise.
63779         (RUN_TEST_ffI_f1): Likewise.
63780         (RUN_TEST_c_c): Likewise.
63781         (RUN_TEST_cc_c): Likewise.
63782         (RUN_TEST_f_i): Likewise.
63783         (RUN_TEST_f_i_tg): Likewise.
63784         (RUN_TEST_ff_i_tg): Likewise.
63785         (RUN_TEST_f_b): Likewise.
63786         (RUN_TEST_f_b_tg): Likewise.
63787         (RUN_TEST_f_l): Likewise.
63788         (RUN_TEST_f_L): Likewise.
63789         (RUN_TEST_sincos): Likewise.
63790         * math/gen-libm-test.pl (new_test): Take new argument to indicate
63791         whether to show exceptions.  Do not include ");\n" in return
63792         value.
63793         (special_functions): Output call to RUN_TEST_sincos instead of
63794         check_float calls.  Update calls to new_test.
63795         (parse_args): Output call to single RUN_TEST_* macro instead of
63796         check_* calls and other assignments.  Update calls to new_test.
63798         [BZ #2546]
63799         [BZ #2560]
63800         [BZ #5159]
63801         [BZ #15426]
63802         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
63803         input to result for tgamma overflow.
63804         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
63805         (gamma_coeff): New variable.
63806         (NCOEFF): New macro.
63807         (gamma_positive): New function.
63808         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
63809         underflow here.  Use gamma_positive instead of exp (lgamma) for
63810         other arguments.
63811         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
63812         (gamma_coeff): New variable.
63813         (NCOEFF): New macro.
63814         (gammaf_positive): New function.
63815         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
63816         underflow here.  Use gamma_positive instead of exp (lgamma) for
63817         other arguments.
63818         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
63819         (gamma_coeff): New variable.
63820         (NCOEFF): New macro.
63821         (gammal_positive): New function.
63822         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
63823         underflow here.  Use gamma_positive instead of exp (lgamma) for
63824         other arguments.
63825         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
63826         (gamma_coeff): New variable.
63827         (NCOEFF): New macro.
63828         (gammal_positive): New function.
63829         (__ieee754_gammal_r): Handle positive infinity, overflow and
63830         underflow here.  Handle NaN the same as positive infinity.  Remove
63831         check x < 0xffffffff for negative integers.  Use gamma_positive
63832         instead of exp (lgamma) for other arguments.
63833         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
63834         (gamma_coeff): New variable.
63835         (NCOEFF): New macro.
63836         (gammal_positive): New function.
63837         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
63838         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
63839         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
63840         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
63841         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
63842         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
63843         * sysdeps/generic/math_private.h (__gamma_productf): New
63844         prototype.
63845         (__gamma_product): Likewise.
63846         (__gamma_productl): Likewise.
63847         * math/Makefile (libm-calls): Add gamma_product.
63848         * math/libm-test.inc (tgamma_test): Add more tests.
63849         * sysdeps/i386/fpu/libm-test-ulps: Update.
63850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
63852 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
63854         * benchtests/bench-skeleton.c (main): Preheat CPU.
63856 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
63858         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
63860 2013-05-07  Roland McGrath  <roland@hack.frob.com>
63862         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
63863         and _dl_skip_args_internal.
63865 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
63867         * manual/message.texi (Message Translation): Talk about users.
63868         Message to key mapping impacts design.
63870 2013-05-06  Roland McGrath  <roland@hack.frob.com>
63872         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
63874         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
63876         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
63877         * sysdeps/wordsize-64/glob64.c: ... here.
63879         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
63880         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
63881         New macros.
63883         * debug/getlogin_r_chk.c: Moved to ...
63884         * login/getlogin_r_chk.c: ... here.
63885         * debug/Makefile (routines): Move getlogin_r_chk to ...
63886         * login/Makefile (routines): ... here.
63887         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
63888         * login/Versions (libc: GLIBC_2.4): ... here.
63890         * io/poll.c (__poll): Renamed from poll.
63891         Add libc_hidden_def.
63892         (poll): Define as weak alias.
63894         * debug/ptsname_r_chk.c: Moved to ...
63895         * login/ptsname_r_chk.c: ... here.
63896         * debug/Makefile (routines): Move ptsname_r_chk to ...
63897         * login/Makefile (routines): ... here.
63898         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
63899         * login/Versions (libc: GLIBC_2.4): ... here.
63901         * posix/getlogin.c: Moved to ...
63902         * login/getlogin.c: ... here.
63903         * posix/getlogin_r.c: Moved to ...
63904         * login/getlogin_r.c: ... here.
63905         * posix/getlogin_r.c: Moved to ...
63906         * login/getlogin_r.c: ... here.
63907         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
63908         * login/Makefile (routines): ... here.
63909         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
63910         * login/Versions (libc: GLIBC_2.0): ... here.
63912         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
63913         (setrlimit): Define as weak alias.
63915         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
63916         Call __ names for open, ftruncate, and close.
63917         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
63918         (truncate): Define as weak alias.
63920 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
63922         * math/gen-libm-test.pl (parse_args): Initialize x before each
63923         test of frexp, modf and remquo.
63925         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
63926         test signgam value.
63928 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
63930         [BZ #15418]
63931         [BZ #15419]
63932         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
63933         internal tests.
63934         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
63936 2013-05-06  Roland McGrath  <roland@hack.frob.com>
63938         * elf/dl-writev.h: New file.
63939         * elf/dl-misc.c: Include it.
63940         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
63941         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
63943 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
63945         * math/libm-test.inc (noXFails): Remove variable.
63946         (noXPasses): Likewise.
63947         (BUILD_COMPLEX_INT): Remove macro.
63948         (print_screen): Remove xfail argument.
63949         (print_screen_max_error): Likewise.
63950         (update_stats): Likewise.
63951         (print_max_error): Likewise.  Update calls to other affected
63952         functions.
63953         (print_complex_max_error): Likewise.
63954         (test_single_exception): Update calls to print_screen.
63955         (test_single_errno): Likewise.
63956         (check_float_internal): Remove xfail argument.  Update calls to
63957         other affected functions.
63958         (check_float): Likewise.
63959         (check_complex): Likewise.
63960         (check_int): Likewise.
63961         (check_long): Likewise.
63962         (check_bool): Likewise.
63963         (check_longlong): Likewise.
63964         (main): Don't print noXFails and noXPasses.
63965         * math/gen-libm-test.pl (top level): Don't mention expected
63966         failure handling in comment.
63967         (new_test): Don't handle expected failures.
63968         (parse_args): Don't mention expected failure handling in comment.
63969         (generate_testfile): Don't handle expected failures.
63970         (parse_ulps): Likewise.
63971         (print_ulps_file): Likewise.
63972         (get_failure): Remove function.
63973         (output_test): Don't handle expected failures.
63974         * make/README.libm-test: Don't mention expected failure handling.
63976         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
63977         (minus_zero): Likewise.
63978         (plus_infty): Likewise.
63979         (minus_infty): Likewise.
63980         (qnan_value): Likewise.
63981         (max_value): Likewise.
63982         (min_value): Likewise.
63983         (min_subnorm_value): Likewise.
63984         (initialize): Do not initialize those variables dynamically.
63986 2013-05-03  Roland McGrath  <roland@hack.frob.com>
63988         * io/open.c (__open_2): Moved to ...
63989         * io/open_2.c: ... this new file.
63990         * io/open64.c (__open64_2): Moved to ...
63991         * io/open64_2.c: ... this new file.
63992         * io/openat.c (__openat_2): Moved to ...
63993         * io/openat_2.c: ... this new file.
63994         * io/openat64.c (__openat64_2): Moved to ...
63995         * io/openat64_2.c: ... this new file.
63996         * io/Makefile (routines): Add them.
63997         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
63998         * sysdeps/unix/sysv/linux/open_2.c: File removed.
63999         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
64000         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
64001         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
64002         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
64003         (__openat64): Add hidden_ver.
64004         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
64005         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
64007         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
64008         Separately conditionalize setting of GLRO(dl_sysinfo) so
64009         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
64010         as well, but the actual setting is only under [NEED_DL_SYSINFO].
64012 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64014         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
64015         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
64016         definition.
64017         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
64018         * sysdeps/unix/sysv/linux/powerpc/init-first.c
64019         (_libc_vdso_platform_setup): Add __vdso_time initialization.
64020         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
64021         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
64023 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
64025         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
64026         test signgam value.
64028         * math/libm-test.inc (hypot_test): Do not use
64029         IGNORE_ZERO_INF_SIGN.
64031 2013-05-03  Andreas Jaeger  <aj@suse.de>
64033         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
64034         Linux 3.9.
64035         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
64036         (PF_MAX): Adjust for VSOCK change.
64038 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64040         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
64042 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
64044         [BZ #15264]
64045         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
64046         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
64047         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
64049 2013-05-02  David S. Miller  <davem@davemloft.net>
64051         * sysdeps/sparc/fpu/libm-test-ulps: Update.
64053 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
64055         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
64057 2013-05-01  Roland McGrath  <roland@hack.frob.com>
64059         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
64061 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
64063         [BZ #14952]
64064         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
64065         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
64066         Use __attribute__ ((__gnu_inline__)).
64067         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
64068         Don't use __attribute__ ((__gnu_inline__)).
64070 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
64072         [BZ #15423]
64073         * math/s_catan.c (__catan): Handle small real or imaginary part of
64074         input specially to avoid spurious underflow.
64075         * math/s_catanf.c (__catanf): Likewise.
64076         * math/s_catanh.c (__catanh): Likewise.
64077         * math/s_catanhf.c (__catanhf): Likewise.
64078         * math/s_catanhl.c (__catanhl): Likewise.
64079         * math/s_catanl.c (__catanl): Likewise.
64080         * math/libm-test.inc (catan_test): Add more tests.
64081         (catanh_test): Likewise.
64082         * sysdeps/i386/fpu/libm-test-ulps: Update.
64083         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64085 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64087         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
64089 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
64091         [BZ #15416]
64092         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
64093         accurately for denominator in atan2.
64094         * math/s_catanf.c (__catanf): Likewise.
64095         * math/s_catanh.c (__catanh): Likewise.
64096         * math/s_catanhf.c (__catanhf): Likewise.
64097         * math/s_catanhl.c (__catanhl): Likewise.
64098         * math/s_catanl.c (__catanl): Likewise.
64099         * math/libm-test.inc (catan_test): Add more tests.
64100         (catanh_test): Likewise.
64101         * sysdeps/i386/fpu/libm-test-ulps: Update.
64102         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64104 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
64106         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
64108         * benchtests/Makefile (bench): Remove slow benchmarks.
64109         * benchtests/atan-inputs: Add slow benchmark inputs.
64110         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
64111         (BENCH_FUNC): Accept variant offset.
64112         (VARIANT): Define.
64113         * benchtests/bench-skeleton.c (main): Run benchmark for each
64114         variant.
64115         * benchtests/cos-inputs: Add slow benchmark inputs.
64116         * benchtests/exp-inputs: Likewise.
64117         * benchtests/pow-inputs: Likewise.
64118         * benchtests/sin-inputs: Likewise.
64119         * benchtests/slowatan-inputs: Remove.
64120         * benchtests/slowatan.c: Remove.
64121         * benchtests/slowcos-inputs: Remove.
64122         * benchtests/slowcos.c: Remove.
64123         * benchtests/slowexp-inputs: Remove.
64124         * benchtests/slowexp.c: Remove.
64125         * benchtests/slowpow-inputs: Remove.
64126         * benchtests/slowpow.c: Remove.
64127         * benchtests/slowsin-inputs: Remove.
64128         * benchtests/slowsin.c: Remove.
64129         * benchtests/slowtan-inputs: Remove.
64130         * benchtests/slowtan.c: Remove.
64131         * benchtests/tan-inputs: Add slow benchmark inputs.
64132         * scripts/bench.pl: Parse comments and directives.
64134         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
64135         in CPPFLAGS.
64136         ($(objpfx)bench-%.c): Remove *-ITER.
64137         * benchtests/bench-modf.c: Remove definition of ITER.
64138         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
64139         (main): Loop for DURATION seconds instead of fixed number of
64140         iterations.
64141         * scripts/bench.pl: Don't expect iterations in parameters.
64143 2013-04-29  Roland McGrath  <roland@hack.frob.com>
64145         * io/fchdir.c (__fchdir): Renamed from fchdir.
64146         (fchdir): Define as weak alias.
64148 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
64150         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
64151         (ERRNO_EDOM): Likewise.
64152         (ERRNO_ERANGE): Likewise.
64153         (noErrnoTests): New variable.
64154         (init_max_error): Set errno to 0.
64155         (test_single_errno): New function.
64156         (test_errno): Likewise.
64157         (check_float_internal): Call test_errno.  Set errno to 0.
64158         (check_complex): Refer to errno tests in comment.
64159         (check_int): Call test_errno.  Set errno to 0.
64160         (check_long): Likewise.
64161         (check_bool): Likewise.
64162         (check_longlong): Likewise.
64163         (cos_test): Use ERRNO_* flags for errno tests instead of
64164         check_int.
64165         (expm1_test): Likewise.
64166         (fmod_test): Likewise.
64167         (ilogb_test): Likewise.
64168         (lgamma_test): Likewise.
64169         (pow_test): Likewise.
64170         (remainder_test): Likewise.
64171         (sin_test): Likewise.
64172         (tan_test): Likewise.
64173         (yn_test): Likewise.
64174         (initialize): Set errno to 0.
64175         (main): Print number of errno tests.
64176         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
64178 2013-04-29  Andreas Jaeger  <aj@suse.de>
64180         [BZ #15084]
64181         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
64182         and RES_USEVC.
64184         [BZ #15085]
64185         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
64186         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
64187         unimplemented.
64189         [BZ #15380]
64190         * stdlib/random.c (__initstate): Return NULL if
64191         __initstate fails.
64193         [BZ #15086]
64194         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
64195         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
64196         RES_SNGLKUPREOP.
64198 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64200         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
64202 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
64204         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
64205         of individual tests.
64206         (casin_test): Likewise.
64207         (casinh_test): Likewise.
64209 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
64211         [BZ #15409]
64212         * math/s_catan.c (__catan): Handle arguments with large real or
64213         imaginary part separately without squaring.
64214         * math/s_catanf.c (__catanf): Likewise.
64215         * math/s_catanh.c (__catanh): Likewise.
64216         * math/s_catanhf.c (__catanhf): Likewise.
64217         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
64218         and redefine.
64219         (__catanhl): Handle arguments with large real or imaginary part
64220         separately without squaring.
64221         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
64222         and redefine.
64223         (__catanl): Handle arguments with large real or imaginary part
64224         separately without squaring.
64225         * math/libm-test.inc (catan_test): Add more tests.
64226         (catanh_test): Likewise.
64227         * sysdeps/i386/fpu/libm-test-ulps: Update.
64228         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64230 2013-04-27  Andreas Jaeger  <aj@suse.de>
64232         [BZ #15007]
64233         * stdlib/stdlib.h: Update guards for qecvt.
64234         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
64235         <stdlib.h>.
64237 2013-04-27  Allan McRae  <allan@archlinux.org>
64239         * sysdeps/i386/fpu/libm-test-ulps: Update.
64241 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
64243         [BZ #15406]
64244         * math/s_catan.c: Include <float.h>.
64245         (__catan): Ensure underflow exception occurs for underflowed
64246         result.
64247         * math/s_catanf.c: Include <float.h>.
64248         (__catanf): Ensure underflow exception occurs for underflowed
64249         result.
64250         * math/s_catanh.c: Include <float.h>.
64251         (__catanh): Ensure underflow exception occurs for underflowed
64252         result.
64253         * math/s_catanhf.c: Include <float.h>.
64254         (__catanhf): Ensure underflow exception occurs for underflowed
64255         result.
64256         * math/s_catanhl.c: Include <float.h>.
64257         (__catanhl): Ensure underflow exception occurs for underflowed
64258         result.
64259         * math/s_catanl.c: Include <float.h>.
64260         (__catanl): Ensure underflow exception occurs for underflowed
64261         result.
64262         * math/libm-test.inc (catan_test): Add more tests.
64263         (catanh_test): Likewise.
64265         [BZ #15405]
64266         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
64267         underflowed result.
64268         * math/s_ccoshf.c (__ccoshf): Likewise.
64269         * math/s_ccoshl.c (__ccoshl): Likewise.
64270         * math/s_csin.c (__csin): Likewise.
64271         * math/s_csinf.c (__csinf): Likewise.
64272         * math/s_csinh.c (__csinh): Likewise.
64273         * math/s_csinhf.c (__csinhf): Likewise.
64274         * math/s_csinhl.c (__csinhl): Likewise.
64275         * math/s_csinl.c (__csinl): Likewise.
64276         * math/libm-test.inc (ccos_test): Add more tests.
64277         (ccosh_test): Likewise.
64278         (csin_test): Likewise.
64279         (csinh_test): Likewise.
64281 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64283         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
64284         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
64285         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
64286         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
64287         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
64288         powerpc/power5+/fpu folders.
64289         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
64292 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
64294         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
64296 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
64298         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
64299         additions to variable.
64300         [$(config-machine) = x86_64] (modules-names): Likewise.
64301         ($(objpfx)tst-audit3): Remove dependency.
64302         ($(objpfx)tst-audit3.out): Likewise.
64303         ($(objpfx)tst-audit4): Likewise.
64304         ($(objpfx)tst-audit4.out): Likewise.
64305         ($(objpfx)tst-audit5): Likewise.
64306         ($(objpfx)tst-audit5.out): Likewise.
64307         ($(objpfx)tst-audit6): Likewise.
64308         ($(objpfx)tst-audit6.out): Likewise.
64309         ($(objpfx)tst-audit7): Likewise.
64310         ($(objpfx)tst-audit7.out): Likewise.
64311         (tst-audit3-ENV): Remove variable.
64312         (tst-audit4-ENV): Likewise.
64313         (tst-audit5-ENV): Likewise.
64314         (tst-audit6-ENV): Likewise.
64315         (tst-audit7-ENV): Likewise.
64316         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
64317         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
64318         addition to variable.
64319         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
64320         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
64321         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
64322         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
64323         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
64324         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
64325         tst-audit3, tst-audit4 and tst-audit5.
64326         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
64327         tst-audit6 and tst-audit7.
64328         [$(subdir) = elf] (modules-names): Add audit modules for those
64329         tests.
64330         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
64331         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
64332         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
64333         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
64334         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
64335         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
64336         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
64337         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
64338         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
64339         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
64340         [$(subdir) = elf] (tst-audit3-ENV): New variable.
64341         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
64342         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
64343         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
64344         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
64345         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
64346         Likewise.
64347         [$(subdir) = elf && $(config-cflags-avx) = yes]
64348         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
64349         [$(subdir) = elf && $(config-cflags-avx) = yes]
64350         (CFLAGS-tst-auditmod4a.c): Likewise.
64351         [$(subdir) = elf && $(config-cflags-avx) = yes]
64352         (CFLAGS-tst-auditmod4b.c): Likewise.
64353         [$(subdir) = elf && $(config-cflags-avx) = yes]
64354         (CFLAGS-tst-auditmod6b.c): Likewise.
64355         [$(subdir) = elf && $(config-cflags-avx) = yes]
64356         (CFLAGS-tst-auditmod6c.c): Likewise.
64357         [$(subdir) = elf && $(config-cflags-avx) = yes]
64358         (CFLAGS-tst-auditmod7b.c): Likewise.
64359         * elf/tst-audit3.c: Move to ...
64360         * sysdeps/x86_64/tst-audit3.c: ... here.
64361         * elf/tst-audit4.c: Move to ...
64362         * sysdeps/x86_64/tst-audit4.c: ... here.
64363         * elf/tst-audit5.c: Move to ...
64364         * sysdeps/x86_64/tst-audit5.c: ... here.
64365         * elf/tst-audit6.c: Move to ...
64366         * sysdeps/x86_64/tst-audit6.c: ... here.
64367         * elf/tst-audit7.c: Move to ...
64368         * sysdeps/x86_64/tst-audit7.c: ... here.
64369         * elf/tst-auditmod3a.c: Move to ...
64370         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
64371         * elf/tst-auditmod3b.c: Move to ...
64372         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
64373         * elf/tst-auditmod4a.c: Move to ...
64374         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
64375         * elf/tst-auditmod4b.c: Move to ...
64376         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
64377         * elf/tst-auditmod5a.c: Move to ...
64378         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
64379         * elf/tst-auditmod5b.c: Move to ...
64380         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
64381         * elf/tst-auditmod6a.c: Move to ...
64382         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
64383         * elf/tst-auditmod6b.c: Move to ...
64384         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
64385         * elf/tst-auditmod6c.c: Move to ...
64386         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
64387         * elf/tst-auditmod7a.c: Move to ...
64388         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
64389         * elf/tst-auditmod7b.c: Move to ...
64390         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
64392 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
64394         [BZ #15366]
64395         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
64396         define unconditionally.
64397         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
64398         define unconditionally.
64399         (INT8_C, INT16_C, etc.): Likewise.
64401 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
64403         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
64404         __ehdr_start with hidden visibility.
64406         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
64408 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
64410         * math/libm-test.inc (cos_test): Use accurate hex constants.
64411         (sincost_test): Likewise.
64413 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
64415         * math/libm-test.inc (catan_test): Add more tests.
64416         (catanh_test): Likewise.
64418         * math/s_catanf.c (__catanf): Use suffixed floating-point
64419         constants.
64420         * math/s_catanhf.c (__catanhf): Likewise.
64421         * math/s_catanhl.c (__catanhl): Likewise.
64422         * math/s_catanl.c (__catanl): Likewise.
64424         [BZ #15394]
64425         * math/s_catan.c (__catan): Calculate imaginary part of result
64426         with log1p not log unless computing log of number close to 0.
64427         * math/s_catanf.c (__catanf): Likewise.
64428         * math/s_catanl.c (__catanl): Likewise.
64429         * math/s_catanh.c (__catanh): Calculate real part of result with
64430         log1p not log unless computing log of number close to 0.
64431         * math/s_catanhf.c (__catanhf): Likewise.
64432         * math/s_catanhl.c (__catanhl): Likewise.
64433         * math/libm-test.inc (catan_test): Add more tests.
64434         (catanh_test): Likewise.
64435         * sysdeps/i386/fpu/libm-test-ulps: Update.
64436         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64438 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
64440         * benchtests/Makefile: Mention files in which fast and slow
64441         paths of math functions are implemented.
64443 2013-04-23  Roland McGrath  <roland@hack.frob.com>
64445         * sysdeps/posix/timespec_get.c: New file.
64447 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64449         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
64450         POWER.
64451         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
64452         for POWER.
64453         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
64454         powerpc/power5/fpu folders.
64455         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
64456         * benchtests/Makefile: Add modf testcase.
64457         * benchtests/bench-modf.c: New file: Benchmark test for mo
64459 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
64461         [BZ #14888]
64462         * time/Makefile (tests): Add tst-strptime-whitespace.
64463         * time/strptime_l.c (get_number): Use ISSPACE.
64464         (__strptime_internal): Likewise.
64465         * time/tst-strptime-whitespace.c: New test case.
64467 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
64469         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
64470         member.
64471         (_nss_files_init): Set it here.
64473 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
64475         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
64476         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
64477         unsigned.
64479 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
64481         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
64483 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
64485         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
64486         size just once.
64488 2013-04-21  David S. Miller  <davem@davemloft.net>
64490         * po/ru.po: Update Russion translation from translation project.
64492 2013-04-17  Adam Conrad  <adconrad@0c3.net>
64494         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
64495         and setfsgid.
64497 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
64499         * configure.in: Remove i386 configure warning. Remove i386 case.
64500         * configure: Regenerate.
64501         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
64502         Add example to error message.
64503         * sysdeps/i386/configure: Regenerate.
64505 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
64507         * benchtests/Makefile (bench): Add cos, tan, slowcos and
64508         slowtan.
64509         * benchtests/cos-inputs: New file.
64510         * benchtests/slowcos-inputs: New file.
64511         * benchtests/slowcos.c: New file.
64512         * benchtests/slowtan-inputs: New file.
64513         * benchtests/slowtan.c: New file.
64514         * benchtests/tan-inputs: New file.
64516 2013-04-16  Roland McGrath  <roland@hack.frob.com>
64518         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
64519         considered kosher.
64521 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
64523         * benchtests/Makefile: Include cppflags-iterator.mk to add
64524         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
64526         * Makefile.in (bench-clean): New target.
64527         * benchtests/Makefile (bench-clean): Likewise.
64529 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
64531         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
64533 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
64535         * stdio-common/tstdiomisc.c: Fix coding-style violation.
64537 2013-04-15  Andreas Schwab  <schwab@suse.de>
64539         * nscd/grpcache.c (cache_addgr): Properly check for short write.
64540         * nscd/initgrcache.c (addinitgroupsX): Likewise.
64541         * nscd/pwdcache.c (cache_addpw): Likewise.
64542         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
64543         more than recsize.
64545 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
64547         * benchtests/Makefile (bench): Write all output to
64548         bench-out.tmp together.
64550 2013-04-15  Andreas Schwab  <schwab@suse.de>
64552         * nscd/nscd.c (main): Don't fork again after closing files.
64554 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
64556         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
64558         * benchtests/Rules (bench-deps): Collect dependencies into a
64559         single variable.  Add Makefile to dependencies.
64560         ($(objpfx)bench-%.c): Depend on bench-deps.
64562 2013-04-12  Roland McGrath  <roland@hack.frob.com>
64563             Xavier Roche  <roche+kml2@exalead.com>
64565         [BZ #15361]
64566         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
64567         just that it's a file descriptor.
64568         * manual/llio.texi (Synchronizing AIO Operations): Update description
64569         for EBADF error from aio_fsync.
64571 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
64573         * Rules (bench): Move target definition...
64574         * benchtests/Makefile: ... here.
64576 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
64578         * math/libm-test.inc (cos_test): Fix PI/2 test.
64579         (sincos_test): Likewise.
64580         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
64581         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
64583 2013-04-11  Andreas Schwab  <schwab@suse.de>
64585         [BZ #13988]
64586         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
64587         accept exponent character only when digits were seen.
64588         * stdio-common/Makefile (tests): Add bug26.
64589         * stdio-common/bug26.c: New file.
64591         [BZ #14293]
64592         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
64593         non-freeable.
64595 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
64597         * Makeconfig (rtld-prefix): Define built linker prefix.
64598         * Rules (run-bench): Use it.
64599         * math/Makefile (run-regen-ulps): Likewise.
64601         * Rules (bench): Remove eval.
64603 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
64604             Roland McGrath  <roland@hack.frob.com>
64605             Ondrej Bilka  <neleai@seznam.cz>
64607         [BZ #15346]
64608         * time/getdate.c: Include ctype.h and alloca.h.
64609         (__getdate_r): Trim leading and trailing spaces of input.
64610         * time/tst-getdate.c (tests): Add tests with leading and
64611         trailing spaces.
64613 2013-04-08  Roland McGrath  <roland@hack.frob.com>
64615         [BZ #14280]
64616         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
64617         when computing value.
64619 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
64621         * math/README.libm-test (How can I generate "libm-test-ulps"?):
64622         Use testrun.sh to run libm tests.
64624         [BZ #15309]
64625         * elf/dl-open.c (dl_open_worker): memset all of seen array.
64627 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
64629         [BZ #15264]
64630         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
64632 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
64634         * Makefile.in (regen-ulps): New target.
64635         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
64636         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
64637         [ifneq (no,$(PERL)] (regen-ulps): New target.
64638         [ifeq (no,$(PERL)] (regen-ulps): New target.
64639         * math/libm-test.inc (ulps_file_name): Define.
64640         (output_dir): New variable.
64641         (options): Add "output-dir" option.
64642         (parse_opt): Handle 'o' case.
64643         (main): If output_dir is non-NULL use it as a prefix
64644         otherwise use "".
64645         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
64647 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
64649         [BZ #10060, #10062]
64650         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
64651         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
64652         fail configure if __sync_val_compare_and_swap is not inlined.
64653         * sysdeps/i386/configure: Regenerate.
64654         * configure.in: Build for i686 when configured for i386.
64655         * configure: Regenerate.
64656         * README: Remove i386 reference.
64658 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
64660         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
64661         * sysdeps/s390/s390-64/sysdep.h: Likewise.
64663 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
64665         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
64666         (lmsnanval): New variables.
64667         (F): Add conversion tests.
64668         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
64669         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
64671         * stdio-common/tstdiomisc.c (F): Properly collect individual
64672         tests' results.
64674         [BZ #14686, #15336]
64675         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
64676         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
64677         Instead, use input NaN values or generate a qNaN by arithmetic
64678         operation.  Also fix bugs to comply with the standard.
64679         * math/libm-test.inc (remainder_test): Add more tests.
64681         [BZ #15335, #15342]
64682         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
64683         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
64684         input NaN values or generate a qNaN by arithmetic operation.
64686         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
64687         unreachable code.
64689         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
64690         definitions.
64692 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
64694         [BZ #14478]
64695         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
64696         underflowed result.
64697         * math/s_cexpf.c (__cexpf): Likewise.
64698         * math/s_cexpl.c (__cexpl): Likewise.
64699         * math/libm-test.inc (cexp_test): Add more tests.
64701 2013-04-03  Andreas Schwab  <schwab@suse.de>
64703         [BZ #15330]
64704         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
64705         order arrays from heap if bigger than alloca cutoff.
64707 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
64709         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
64710         (SNAN_TESTS_double): Refer to GCC PR56831.
64711         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
64712         GCC PR56828.
64714 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
64716         * Rules (bench): Move bench.out after the run is complete.
64718         * Rules (bench): Echo currently running benchmark.
64720         * benchtests/Makefile (bench): Add atan and slowatan.
64721         * benchtests/atan-inputs: New file.
64722         * benchtests/slowatan-inputs: New file.
64723         * benchtests/slowatan.c: New file.
64725         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
64726         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
64727         its value.
64729         [BZ #15305]
64730         * sysdeps/unix/sysv/linux/kernel-features.h
64731         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
64732         __ASSUME_XFS_RESTRICTED_CHOWN.
64733         * sysdeps/unix/sysv/linux/pathconf.c
64734         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
64735         Save and restore errno.
64737 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
64739         [BZ #15327]
64740         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
64741         arguments using __kernel_casinh.
64742         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
64743         arguments using __kernel_casinhf.
64744         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
64745         arguments using __kernel_casinhl.
64746         * math/libm-test.inc (cacosh_test): Add more tests.
64747         * sysdeps/i386/fpu/libm-test-ulps: Update.
64748         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64750 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
64752         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
64753         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
64755         * bench/Makefile (bench): Add sin and slowsin.
64756         * benchtests/sin-inputs: New file.
64757         * benchtests/slowsin-inputs: New file.
64758         * benchtests/slowsin.c: New file.
64760         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
64761         (bench): Add slowexp and slowpow.
64762         (exp-ITER): Increase iterations.
64763         (pow-ITER): Likewise.
64764         * benchtests/exp-inputs: Change input.
64765         * benchtests/pow-inputs: Likewise.
64766         * benchtests/slowexp-inputs: New file.
64767         * benchtests/slowexp.c: New file.
64768         * benchtests/slowpow-inputs: New file.
64769         * benchtests/slowpow.c: New file.
64771 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64773         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
64774         instructions.
64775         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
64776         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
64777         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
64778         * benchtests/Makefile: Add rint benchtest.
64779         * benchtests/rint-inputs: Input for rint benchtest.
64781 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
64783         * Versions.def (libm): Add GLIBC_2.18.
64784         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
64785         hidden libm prototypes.
64786         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
64787         * math/Makefile (libm-calls): Add s_issignaling.
64788         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
64789         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
64790         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
64791         declaration.
64792         * math/math.h [__USE_GNU] (issignaling): New macro.
64793         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
64794         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
64795         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
64796         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
64797         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
64798         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
64799         * manual/arith.texi (issignaling): New section.
64800         * manual/libm-err-tab.pl (@all_functions): Update comment.
64801         * math/gen-libm-test.pl (parse_args): Apply special handling for
64802         issignaling.
64803         * math/libm-test.inc (print_float, issignaling_test): New
64804         functions.
64805         (check_float_internal): Add issignaling checks.
64806         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
64807         default definition.
64808         * sysdeps/powerpc/math-tests.h: New file.
64809         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
64810         tests.
64811         * math/test-snan.c (TEST_FUNC): Likewise.
64813 2013-03-30  David S. Miller  <davem@davemloft.net>
64815         * po/de.po: Update from translation team.
64817 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
64819         [BZ #10357]
64820         * math/k_casinh.c (__kernel_casinh): Handle arguments with
64821         imaginary part less than 1.0 and real part less than 0.5
64822         specially.
64823         * math/k_casinhf.c (__kernel_casinhf): Likewise.
64824         * math/k_casinhl.c (__kernel_casinhl): Likewise.
64825         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
64826         (cacos_test): Add more tests.
64827         (casin_test): Likewise.
64828         (casinh_test): Likewise.
64829         * sysdeps/i386/fpu/libm-test-ulps: Update.
64830         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64832 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
64834         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
64835         ONE with its value.
64837         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
64838         (__pow_mp): Replace ONE and MONE with their values.
64839         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
64840         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
64841         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
64842         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
64843         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
64844         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
64846         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
64848         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
64849         (__pow_mp): Replace ZERO and MZERO with their values.
64850         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
64851         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
64852         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
64853         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
64854         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
64855         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
64856         (__sqr): Likewise.
64858         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
64860         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
64862 2013-03-28  Roland McGrath  <roland@hack.frob.com>
64864         * include/stdlib.h [!SHARED] (__call_tls_dtors):
64865         Declare with __attribute__ ((weak)).
64866         * stdlib/exit.c (__libc_atexit) [!SHARED]:
64867         Call __call_tls_dtors only if it's not NULL.
64869 2013-03-28  Roland McGrath  <roland@hack.frob.com>
64871         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
64872         didn't do it already, then set _dl_phdr and _dl_phnum based on the
64873         magic __ehdr_start linker symbol if it's defined.
64874         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
64875         them up here if it was already done.
64877         * elf/dl-support.c (_dl_phdr): Make pointer to const.
64878         (_dl_aux_init): Use const in cast when setting it.
64879         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
64880         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
64881         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
64883         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
64884         Declare them here.
64885         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
64886         * csu/libc-tls.c: Nor here.
64887         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
64889         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
64890         (__libc_message): Never call vsyslog.
64892 2013-03-28  Alan Modra  <amodra@gmail.com>
64894         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
64895         Define as empty.
64896         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
64897         Likewise.
64899 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64901         [BZ #15214]
64902         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
64903         underflow.
64904         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
64906 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
64908         [BZ #15304]
64909         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
64910         Don't add gid passed as argument.
64912         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
64914 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
64916         [BZ #15307]
64917         * math/k_casinh.c (__kernel_casinh): Handle arguments with
64918         imaginary part between 1.0 and 1.5 and real part less than 0.5
64919         specially.
64920         * math/k_casinhf.c (__kernel_casinhf): Likewise.
64921         * math/k_casinhl.c (__kernel_casinhl): Likewise.
64922         * math/libm-test.inc (cacos_test): Add more tests.
64923         (casin_test): Likewise.
64924         (casinh_test): Likewise.
64925         * sysdeps/i386/fpu/libm-test-ulps: Update.
64926         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
64928 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
64930         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
64931         constants.
64932         (norm): Likewise.
64933         (denorm): Likewise.
64934         (__dbl_mp): Likewise.
64935         (add_magnitudes): Likewise.
64936         (sub_magnitudes): Likewise.
64937         (__add): Likewise.
64938         (__sub): Likewise.
64939         (__mul): Likewise.
64940         (__sqr): Likewise.
64941         (__inv): Likewise.
64942         (__dvd): Likewise.
64944         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
64945         commented code.
64946         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
64947         (__dubcos): Likewise.
64948         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
64949         (__ieee754_acos): Likewise.
64950         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
64951         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
64952         (__exp1): Likewise.
64953         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
64954         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
64955         (log1): Likewise.
64956         (my_log2): Likewise.
64957         (checkint): Likewise.
64958         * sysdeps/ieee754/dbl-64/e_remainder.c
64959         (__ieee754_remainder): Likewise.
64960         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
64961         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
64962         (bsloww): Likewise.
64963         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
64965         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
64966         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
64967         MANTISSA_STORE_T to store computations on mantissa.  Use
64968         macros for rounding and division.
64969         (denorm): Likewise.
64970         (__dbl_mp): Likewise.
64971         (add_magnitudes): Likewise.
64972         (sub_magnitudes): Likewise.
64973         (__mul): Likewise.
64974         (__sqr): Likewise.
64975         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
64976         powers of two in terms of TWOPOW macro.
64977         (mp_no): Make type of mantissa as MANTISSA_T.
64978         [!RADIXI]: Define RADIXI.
64979         [!TWO52]: Define TWO52.
64980         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
64982 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64984         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
64985         llroundl symbol when building for PPC32.
64987 2013-03-24  Mark H Weaver  <mhw@netris.org>
64989         * manual/arith.texi (Normalization Functions): Fix prototypes for
64990         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
64992 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
64994         [BZ #13889]
64995         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
64996         high value to check if expl overflow.
64997         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
64998         to check for underflow and overflow.
64999         * math/libm-test.inc: Add exp test.
65001 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
65003         [BZ #11120]
65004         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
65005         with NOT_IN_libc.
65007 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
65009         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
65010         symbol.
65012 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
65014         * math/gen-libm-test.pl (parse_args, special_functions): Properly
65015         wrap blocks consisting of several statements.
65017         * sysdeps/generic/math-tests.h: New file.
65018         * sysdeps/i386/fpu/math-tests.h: Likewise.
65019         * math/test-snan.c: Include it.
65020         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
65022 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
65024         [BZ #15285]
65025         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
65026         (__ieee754_j0l): Do not improve calculations using cos of twice
65027         input for inputs above LDBL_MAX / 2.0L.
65028         (__ieee754_y0l): Likewise.
65029         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
65030         (__ieee754_j1l): Do not improve calculations using cos of twice
65031         input for inputs above LDBL_MAX / 2.0L.
65032         (__ieee754_y1l): Likewise.
65033         * math/libm-test.inc (j0_test): Add another test.
65034         (j1_test): Likewise.
65035         (y0_test): Likewise.
65036         (y1_test): Likewise.
65037         * sysdeps/i386/fpu/libm-test-ulps: Update.
65039 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
65041         * Rules ($(objpfx)bench-%.c): Include code from a C source
65042         file.
65044 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
65046         [BZ #15287]
65047         * math/k_casinh.c (__kernel_casinh): Handle arguments with
65048         imaginary part 1.0 and real part less than 0.5 specially.
65049         * math/k_casinhf.c (__kernel_casinhf): Likewise.
65050         * math/k_casinhl.c (__kernel_casinhl): Likewise.
65051         * math/libm-test.inc (cacos_test): Add more tests.
65052         (casin_test): Likewise.
65053         (casinh_test): Likewise.
65054         * sysdeps/i386/fpu/libm-test-ulps: Update.
65055         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
65057 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
65059         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
65060         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
65062 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
65064         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
65065         * config.make.in (config-cflags-sse4): Remove variable.
65066         (config-cflags-avx): Likewise.
65067         (config-cflags-sse2avx): Likewise.
65068         (config-cflags-novzeroupper): Likewise.
65069         (config-asflags-i686): Likewise.
65070         (have-mfma4): Likewise.
65071         (have-as-vis3): Likewise.
65072         (MIG): Likewise.
65073         * configure.in (MIG): Do not AC_SUBST.
65074         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
65075         (libc_cv_cc_sse4): Do not AC_SUBST.
65076         (libc_cv_cc_avx): Likewise.
65077         (libc_cv_cc_sse2avx): Likewise.
65078         (libc_cv_cc_novzeroupper): Likewise.
65079         (libc_cv_cc_fma4): Likewise.
65080         (libc_cv_as_i686): Likewise.
65081         (libc_cv_sparc_as_vis3): Likewise.
65082         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
65083         LIBC_CONFIG_VAR.
65084         (config-asflags-i686): Likewise.
65085         (config-cflags-avx): Likewise.
65086         (config-cflags-sse2avx): Likewise.
65087         (have-mfma4): Likewise.
65088         (config-cflags-novzeroupper): Likewise.
65089         * sysdeps/mach/configure.in (MIG): Likewise.
65090         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
65091         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
65092         LIBC_CONFIG_VAR.
65093         (config-cflags-avx): Likewise.
65094         (config-cflags-sse2avx): Likewise.
65095         (have-mfma4): Likewise.
65096         (config-cflags-novzeroupper): Likewise.
65097         * configure: Regenerated.
65098         * sysdeps/i386/configure: Likewise.
65099         * sysdeps/mach/configure: Likewise.
65100         * sysdeps/sparc/configure: Likewise.
65101         * sysdeps/x86_64/configure: Likewise.
65103 2013-03-20  Roland McGrath  <roland@hack.frob.com>
65105         [BZ #14812]
65106         * locale/programs/localedef.c (options): Put N_ translation marker
65107         on argument names, not just descriptions.
65109 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
65111         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
65113 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
65115         [BZ #14176]
65116         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
65118 2013-03-19  Roland McGrath  <roland@hack.frob.com>
65120         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
65121         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
65122         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
65123         [!BEFORE_ABORT] (before_abort): New function.
65124         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
65125         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
65126         (writev_for_fatal): New function.
65127         (WRITEV_FOR_FATAL): New macro; call that.
65128         (backtrace_and_maps): New function.
65129         (BEFORE_ABORT): New macro; call that.
65130         (struct str_list): Type removed.
65131         (__libc_message, __libc_fatal): Functions removed.
65132         Include <sysdeps/posix/libc_fatal.c> instead.
65134 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
65136         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
65137         constants.
65138         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
65139         double constants.
65141 2013-03-19  Andreas Schwab  <schwab@suse.de>
65143         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
65144         * sysdeps/gnu/configure: Regenerate.
65146         * configure.in: Substitute libc_cv_rtlddir.
65147         * configure: Regenerate.
65148         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
65149         * Makeconfig (rtlddir, inst_rtlddir): New variables.
65150         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
65151         * elf/Makefile (install-others, CFLAGS-interp.c)
65152         (ldso_install, common-ldd-rewrite): Likewise.
65153         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
65154         $(inst_slibdir)/$(rtld-installed-name).
65155         * scripts/rellns-sh: Add -p option.
65156         * Makerules (make-shlib-link): Use rellns-sh to get relative name
65157         for source.
65159 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
65161         * manual/nptl.texi: Renamed to ...
65162         * manual/threads.texi: ... this.
65163         * manual/Makefile (chapters): Update.
65165 2013-03-18  Roland McGrath  <roland@hack.frob.com>
65167         [BZ #14812]
65168         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
65169         on argument names, not just descriptions.
65170         * malloc/memusagestat.c (options): Likewise.
65171         * nss/getent.c (options): Likewise.
65173 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
65175         [BZ #14812]
65176         * iconv/iconv_prog.c (options): Put N_ translation marker
65177         on argument names, not just descriptions.
65178         * iconv/iconvconfig.c (options): Likewise.
65180 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
65182         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
65183         implementation which is faster on all x86_64 architectures.
65184         Tested on AMD, Intel Nehalem, SNB, IVB.
65185         * sysdeps/x86_64/strnlen.S: Likewise.
65187         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
65188         Remove all multiarch strlen and strnlen versions.
65189         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
65190         Remove strlen and strnlen related parts.
65192         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
65193         Inline strlen part.
65194         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
65196         * sysdeps/x86_64/multiarch/strlen.S: Remove.
65197         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
65198         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
65199         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
65200         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
65201         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
65203 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
65205         * manual/memory.texi (Malloc Tunable Parameters):
65206         Sort parameters alphabetically. Add comments for missing entries.
65208 2013-03-17  David S. Miller  <davem@davemloft.net>
65210         * sysdeps/sparc/fpu/libm-test-ulps: Update.
65212 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
65214         [BZ #15283]
65215         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
65216         for arguments at most half maximum finite value.
65217         * math/libm-test.inc (j0_test): Add more tests.
65218         (j1_test): Likewise.
65219         (y0_test): Likewise.
65220         (y1_test): Likewise.
65221         * sysdeps/i386/fpu/libm-test-ulps: Update.
65222         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
65224         [BZ #14155]
65225         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
65226         1 / x and functions P and Q for arguments above 0x1p256L.
65227         (__ieee754_y0l): Likewise.
65228         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
65229         (__ieee754_y1l): Likewise.
65230         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
65231         (j1_test): Likewise.
65232         (y0_test): Likewise.
65233         (y1_test): Likewise.
65235 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
65237         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
65238         variable.
65240 2013-03-15  Roland McGrath  <roland@hack.frob.com>
65242         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
65243         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
65244         zero since it's initialized to EXEC_PAGESIZE.
65246         * sysdeps/unix/sysv/linux/ldsodefs.h
65247         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
65248         * sysdeps/generic/ldsodefs.h: ... here.
65250 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
65252         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
65254         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
65255         math/test-snan.c.
65256         * math/test-snan.c: Renamed from
65257         sysdeps/powerpc/fpu/test-powerpc-snan.c.
65258         * math/Makefile (tests): Add test-snan.
65259         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
65260         test-powerpc-snan.
65262         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
65263         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
65264         functions.
65265         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
65266         __builtin_nan family of functions.
65267         * math/libm-test.inc (initialize): Initialize qnan_value with
65268         __builtin_nan family of functions.
65269         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
65270         Remove variables.
65271         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
65272         Remove functions.
65273         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
65274         storage class.  Initialize qNaN_var and sNaN_var with
65275         __builtin_nan and __builtin_nans families of functions,
65276         respectively.
65278         * math/libm-test.inc (acosh_test): Also test with qNaN input.
65279         (sqrt_test): Remove duplicate test with qNaN input.
65280         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
65281         (round_test, signbit_test, significand_test): Note missing +/-Inf
65282         as well as qNaN tests.
65284         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
65285         qNaN_var.  Fix a few strings, too.
65286         * math/libm-test.inc (nan_value): Rename to qnan_value.
65287         * math/gen-libm-test.pl (%beautify): Adjust to that.
65288         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
65289         * math/test-misc.c (main): Likewise.
65290         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
65291         to __qnan_bytes, and __qnan_union, respectively.
65292         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
65293         Likewise.
65294         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
65295         and lqnanval, respectively.
65296         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
65297         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
65298         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
65299         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
65301         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
65302         * math/test-misc.c (main) [__x86_64__]: Enable test for long
65303         doubles.
65305         * math/test-misc.c (main): Fix copy'n'pastos.
65306         * misc/tst-efgcvt.c (special): Likewise.
65308         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
65309         Remove declarations.
65311 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
65313         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
65314         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
65315         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
65316         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
65318 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
65320         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
65321         macro to return vdso values correctly in IFUNC implementations.
65322         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
65323         Optimization by using IFUNC.
65325 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
65326             Richard Henderson  <rth@redhat.com>
65327             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
65329         * Makefile.in (bench): New target.
65330         * NEWS: Mention the benchmark framework.
65331         * Rules (bench): Likewise.
65332         (binaries-bench): Generate binaries for functions to
65333         benchmark.
65334         * benchtests/Makefile: New makefile for benchmark tests.
65335         * benchtests/bench-skeleton.c: New skeleton file for benchmark
65336         programs.
65337         * benchtests/exp-inputs: New input file for EXP function.
65338         * benchtests/pow-inputs: New input file for POW function.
65339         * scripts/bench.pl: New script to generate source files for
65340         benchmark programs.
65342 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
65344         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
65345         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
65346         computations on mantissa.  Use macros for rounding and
65347         division.
65348         (denorm): Likewise.
65349         (__dbl_mp): Likewise.
65350         (add_magnitudes): Likewise.
65351         (sub_magnitudes): Likewise.
65352         (__mul): Likewise.
65353         (__sqr): Likewise.
65354         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
65355         powers of two in terms of TWOPOW macro.
65356         (mp_no): Make type of mantissa as MANTISSA_T.
65357         [!RADIXI]: Define RADIXI.
65358         [!TWO52]: Define TWO52.
65359         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
65361         * manual/nptl.texi (cindex): Modify threads to pthreads.
65363 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
65365         * sysdeps/x86_64/preconfigure: Regenerated.
65367 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
65369         [BZ #14155]
65370         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
65371         0x1p28 and above.
65372         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
65373         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
65374         0x1p28 and above.
65375         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
65376         * math/libm-test.inc (j0_test): Do not allow one spurious
65377         underflow exception.
65378         (y1_test): Likewise.
65380 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
65382         * manual/Makefile (chapters): Add nptl.
65383         * manual/debug.texi (Debugging Support): Add link to Threads
65384         chapter.
65385         * manual/nptl.texi: New file.
65387         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
65389 2013-03-14  Petr Baudis  <pasky@ucw.cz>
65391         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
65392         for non-NULL pointer before the memory validity test. Pointed
65393         out by Holger Brunck <holger.brunck@keymile.com>.
65395 2013-03-13  Andreas Schwab  <schwab@suse.de>
65397         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
65398         instead of .os.
65400 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
65402         * timezone/zic.c: Update from tzcode 2013b.
65404 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
65406         * manual/install.texi (Configuring and compiling):
65407         Mention i686 and i586.
65408         * INSTALL: Regenerate.
65410 2013-03-12  Roland McGrath  <roland@hack.frob.com>
65412         * sysdeps/init_array/elf-init.c: New file.
65413         * csu/elf-init.c
65414         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
65415         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
65417         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
65418         __gmon_start__ as global, but as static with a .preinit_array pointer.
65419         * sysdeps/init_array/gmon-start.c: New file.  Use that.
65420         * sysdeps/init_array/crti.S: New file, empty except for comments.
65421         * sysdeps/init_array/crtn.S: Likewise.
65423 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
65425         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
65426         definining bcopy.
65427         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
65428         Remove Prefer_SSE_for_memop.
65429         * sysdeps/x86_64/multiarch/init-arch.h: Remove
65430         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
65431         HAS_PREFER_SSE_FOR_MEMOP.
65432         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
65433         memset-x86-64.
65434         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
65435         Remove bzero, memset ifunc support.
65436         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
65437         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
65438         * sysdeps/x86_64/multiarch/memset.S: Likewise.
65439         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
65441 2013-03-11  Andreas Schwab  <schwab@suse.de>
65443         [BZ #15234]
65444         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
65445         by SHLIB_COMPAT.
65446         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
65447         (GLIBC_2.16): Remove pthread_atfork.
65449 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
65451         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
65452         (ptestcases.h): Likewise.
65454 2013-03-08  Roland McGrath  <roland@hack.frob.com>
65456         * Makeconfig ($(common-objpfx)config.status): Depend on
65457         sysdeps/*/preconfigure{,.in} too.
65459 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
65461         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
65462         (__free_hook): Use void * instead of __malloc_ptr_t.
65463         (__malloc_hook): Likewise.
65464         (__realloc_hook): Likewise.
65465         (__memalign_hook): Likewise.
65466         (__after_morecore_hook): Likewise.
65467         * malloc/arena.c (save_malloc_hook): Likewise.
65468         (save_free_hook): Likewise.
65469         * malloc/hooks.c (malloc_hook_ini): Likewise.
65470         (realloc_hook_ini): Likewise.
65471         (memalign_hook_ini): Likewise.
65472         * malloc/malloc.c (malloc_hook_ini): Likewise.
65473         (realloc_hook_ini): Likewise.
65474         (memalign_hook_ini): Likewise.
65475         (__free_hook): Likewise.
65476         (__malloc_hook): Likewise.
65477         (__realloc_hook): Likewise.
65478         (__memalign_hook): Likewise.
65479         (__libc_malloc): Likewise.
65480         (__libc_free): Likewise.
65481         (__libc_realloc): Likewise.
65482         (__libc_memalign): Likewise.
65483         (__libc_valloc): Likewise.
65484         (__libc_pvalloc): Likewise.
65485         (__libc_calloc): Likewise.
65486         (__posix_memalign): Likewise.
65487         * malloc/morecore.c (__sbrk): Likewise.
65488         (__default_morecore): Likewise.
65490         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
65492         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
65493         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
65494         __malloc_ptrdiff_t.
65496         * malloc/malloc.h (__malloc_size_t): Remove macro.
65497         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
65498         __malloc_size_t.
65499         (old_memalign_hook): Likewise.
65500         (old_realloc_hook): Likewise.
65501         (struct hdr): Likewise.
65502         (flood): Likewise.
65503         (mallochook): Likewise.
65504         (memalignhook): Likewise.
65505         (reallochook): Likewise.
65506         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
65507         (tr_old_realloc_hook): Likewise.
65508         (tr_old_memalign_hook): Likewise.
65509         (tr_mallochook): Likewise.
65510         (tr_reallochook): Likewise.
65511         (tr_memalignhook): Likewise.
65513 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
65515         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
65516         default_ldbl_pack and using as default implementation.
65517         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
65518         implementation.
65519         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
65520         redundant definition.
65521         (ldbl_insert_mantissa): Likewise.
65522         (ldbl_canonicalize): Likewise.
65523         (ldbl_nearbyint): Likewise.
65524         (ldbl_pack): Rename to ldbl_pack_ppc.
65525         (ldbl_unpack): Rename to ldbl_unpack_ppc.
65526         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
65527         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
65529 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
65531         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
65532         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
65533         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
65534         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
65535         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
65536         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
65537         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
65538         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
65540 2013-03-07  Andreas Jaeger  <aj@suse.de>
65542         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
65543         bits/mman-linux.h.
65545 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
65547         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
65548         Include mpa.h and declare __MPEXP.
65549         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
65550         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
65551         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
65552         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
65553         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
65554         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
65555         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
65557         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
65558         (__slowpow): Use long double EXPL and LOGL functions to
65559         compute POW.
65560         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
65561         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
65562         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
65563         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
65564         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
65565         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
65567         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
65568         intermediate variable to calculate exponent.
65569         (__sqr): Likewise.
65570         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
65571         Likewise.
65572         (__sqr): Likewise.
65574         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
65575         [!NO__SQR]: Define __sqr.
65576         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
65577         and NO__SQR.  Remove all code except __mul and __sqr.  Include
65578         sysdeps/ieee754/dbl-64/mpa.c.
65579         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
65581         [BZ #12723]
65582         * posix/Makefile (tests): Add tst-pathconf.
65583         * posix/tst-pathconf.c: New test case.
65584         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
65585         _PC_PIPE_BUF.
65586         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
65588 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
65590         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
65592 2013-03-06  Andreas Jaeger  <aj@suse.de>
65594         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
65595         definition via __MAP_ANONYMOUS.
65597         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
65598         it's not part of Linux headers.
65600         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
65601         (MAP_HUGE_MASK): Define.
65603         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
65604         Define.
65605         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
65606         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
65607         Define.
65608         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
65609         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
65610         Define.
65611         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
65612         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
65613         Define.
65614         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
65616         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
65617         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
65618         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
65619         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
65620         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
65621         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
65623         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
65624         Handle f2fs.
65626         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
65627         Handle f2fs and efivarfs.
65629         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
65630         f2fs.
65632         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
65633         (EFIVARFS_MAGIC): Add.
65634         (F2FS_LINK_MAX): Add.
65636 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
65638         * stdio-common/vfprintf.c: Replace __builtin_expect with
65639         __glibc_unlikely.
65641 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
65643         [BZ #13550]
65644         * sysdeps/generic/bp-sym.h: Remove file.
65645         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
65646         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
65647         <bp-sym.h> and <bp-asm.h>.
65648         (__longjmp): Don't use BP_SYM.
65649         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
65650         and <bp-asm.h>.
65651         (memcpy): Don't use BP_SYM.
65652         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
65653         <bp-sym.h> and <bp-asm.h>.
65654         (memcpy): Don't use BP_SYM.
65655         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
65656         <bp-asm.h>.
65657         (memcpy): Don't use BP_SYM.
65658         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
65659         <bp-asm.h>.
65660         (memset): Don't use BP_SYM.
65661         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
65662         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
65663         (__bzero): Don't use BP_SYM.
65664         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
65665         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
65666         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
65667         <bp-sym.h> and <bp-asm.h>.
65668         (memcmp): Don't use BP_SYM.  Remove comment about bounded
65669         pointers.
65670         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
65671         <bp-sym.h> and <bp-asm.h>.
65672         (memcpy): Don't use BP_SYM.
65673         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
65674         <bp-sym.h> and <bp-asm.h>.
65675         (memset): Don't use BP_SYM.
65676         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
65677         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
65678         (__bzero): Don't use BP_SYM.
65679         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
65680         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
65681         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
65682         <bp-sym.h> and <bp-asm.h>.
65683         (strncmp): Don't use BP_SYM.  Remove comment about bounded
65684         pointers.
65685         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
65686         <bp-sym.h> and <bp-asm.h>.
65687         (memcpy): Don't use BP_SYM.
65688         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
65689         <bp-sym.h> and <bp-asm.h>.
65690         (memset): Don't use BP_SYM.
65691         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
65692         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
65693         (__bzero): Don't use BP_SYM.
65694         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
65695         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
65696         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
65697         <bp-sym.h> and <bp-asm.h>.
65698         (__memchr): Don't use BP_SYM.
65699         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
65700         <bp-sym.h> and <bp-asm.h>.
65701         (memcmp): Don't use BP_SYM.  Remove comment about bounded
65702         pointers.
65703         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
65704         <bp-sym.h> and <bp-asm.h>.
65705         (memcpy): Don't use BP_SYM.
65706         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
65707         <bp-sym.h> and <bp-asm.h>.
65708         (__mempcpy): Don't use BP_SYM.
65709         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
65710         <bp-sym.h> and <bp-asm.h>.
65711         (__memrchr): Don't use BP_SYM.
65712         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
65713         <bp-sym.h> and <bp-asm.h>.
65714         (memset): Don't use BP_SYM.
65715         (__bzero): Likewise.
65716         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
65717         <bp-sym.h> and <bp-asm.h>.
65718         (__rawmemchr): Don't use BP_SYM.
65719         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
65720         <bp-sym.h> and <bp-asm.h>.
65721         (__STRCMP): Don't use BP_SYM.
65722         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
65723         <bp-sym.h> and <bp-asm.h>.
65724         (strchr): Don't use BP_SYM.
65725         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
65726         <bp-sym.h> and <bp-asm.h>.
65727         (__strchrnul): Don't use BP_SYM.
65728         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
65729         <bp-sym.h> and <bp-asm.h>.
65730         (strlen): Don't use BP_SYM.
65731         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
65732         <bp-sym.h> and <bp-asm.h>.
65733         (strncmp): Don't use BP_SYM.  Remove comment about bounded
65734         pointers.
65735         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
65736         <bp-sym.h> and <bp-asm.h>.
65737         (__strnlen): Don't use BP_SYM.
65738         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
65739         <bp-sym.h> and <bp-asm.h>.
65740         (__GI__setjmp): Don't use BP_SYM.
65741         (_setjmp): Likewise.
65742         (__sigsetjmp): Likewise.
65743         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
65744         (L(start_addresses)): Don't use BP_SYM.
65745         (_start): Likewise.
65746         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
65747         <bp-asm.h>.
65748         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
65749         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
65750         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
65751         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
65752         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
65753         <bp-asm.h>.
65754         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
65755         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
65756         about bounded pointers.
65757         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
65758         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
65759         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
65760         <bp-asm.h>.
65761         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
65762         about bounded pointers.  Remove GKM FIXME comments.
65763         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
65764         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
65765         <bp-asm.h>.
65766         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
65767         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
65768         Remove GKM FIXME comments.
65769         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
65770         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
65771         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
65772         <bp-asm.h>.
65773         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
65774         about bounded pointers.  Remove GKM FIXME comment.
65775         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
65776         and <bp-asm.h>.
65777         (strncmp): Don't use BP_SYM.  Remove comment about bounded
65778         pointers.
65779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
65780         <bp-sym.h> and <bp-asm.h>.
65781         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
65782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
65783         <bp-sym.h> and <bp-asm.h>.
65784         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
65785         comment.
65787 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
65789         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
65790         call free(NULL).
65792 2013-03-05  David S. Miller  <davem@davemloft.net>
65794         * po/es.po: Update from translation team.
65796 2013-03-05  Andreas Jaeger  <aj@suse.de>
65798         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
65799         <bits/mman-linux.h>.
65800         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
65801         is fine.
65802         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
65803         <bits/mman-linux.h> to end of file.
65804         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
65805         is fine.
65806         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
65807         <bits/mman-linux.h> to end of file.
65808         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
65809         is fine.
65810         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
65811         <bits/mman-linux.h> to end of file.
65813         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
65814         (MCL_CURRENT, MCL_FUTURE): Define here.
65816 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
65818         [BZ #15232]
65819         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
65820         attribute_hidden.
65821         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
65823 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
65825         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
65826         fourth parameter needed for rt_sigprocmask syscall.
65827         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
65828         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
65829         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
65830         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
65831         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
65832         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
65834 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
65836         [BZ #13550]
65837         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
65838         comment about bounded pointers.
65839         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
65840         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
65842 2013-03-04  Andreas Jaeger  <aj@suse.de>
65844         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
65845         common definitions.
65847         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
65848         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
65849         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
65850         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
65851         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
65852         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
65854 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
65856         [BZ #15055]
65857         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
65858         __ieee754_sqrl instead of __sqrl.
65860 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
65862         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
65863         * sysdeps/powerpc/fpu_control.h: ... here.
65864         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
65865         * sysdeps/powerpc/bits/fenvinline.h: ... here.
65866         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
65867         * sysdeps/powerpc/bits/mathinline.h: ... here.
65869 2013-03-01  Roland McGrath  <roland@hack.frob.com>
65871         * elf/dl-hwcaps.c (_dl_important_hwcaps):
65872         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
65873         to just [NEED_DL_SYSINFO_DSO].
65874         * elf/dl-support.c: Likewise.
65875         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
65876         * elf/rtld.c (dl_main): Likewise.
65877         * elf/setup-vdso.h (setup_vdso): Likewise.
65878         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
65879         * sysdeps/unix/sysv/linux/dl-sysdep.c
65880         (_dl_discover_osversion): Likewise.
65882 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
65884         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
65885         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
65887 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
65889         * NEWS: Mention libm performance improvements and non-x86 PI
65890         futex support.
65892         * csu/libc-start.c (__pthread_initialize_minimal): Change
65893         function arguments.
65894         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
65896 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
65898         [BZ #13550]
65899         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
65900         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
65901         <bp-sym.h> and <bp-asm.h>.
65902         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
65903         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
65904         and <bp-asm.h>.
65905         (memcpy): Don't use BP_SYM.
65906         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
65907         <bp-asm.h>.
65908         (__mpn_add_n): Don't use BP_SYM.
65909         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
65910         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
65911         and <bp-asm.h>.
65912         (__mpn_addmul_1): Don't use BP_SYM.
65913         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
65914         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
65915         <bp-sym.h>.
65916         (_setjmp): Don't use BP_SYM.
65917         (__novmx_setjmp): Likewise.
65918         (__GI__setjmp): Likewise.
65919         (__vmx_setjmp): Likewise.
65920         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
65921         <bp-sym.h>.
65922         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
65923         (__bzero): Don't use BP_SYM.
65924         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
65925         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
65926         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
65927         <bp-sym.h> and <bp-asm.h>.
65928         (memcpy): Don't use BP_SYM.
65929         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
65930         <bp-sym.h> and <bp-asm.h>.
65931         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
65932         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
65933         <bp-sym.h> and <bp-asm.h>.
65934         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
65935         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
65936         <bp-asm.h>.
65937         (__mpn_lshift): Don't use BP_SYM.
65938         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
65939         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
65940         <bp-asm.h>.
65941         (memset): Don't use BP_SYM.
65942         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
65943         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
65944         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
65945         <bp-asm.h>.
65946         (__mpn_mul_1): Don't use BP_SYM.
65947         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
65948         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
65949         <bp-sym.h> and <bp-asm.h>.
65950         (memcmp): Don't use BP_SYM.
65951         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
65952         <bp-sym.h> and <bp-asm.h>.
65953         (memcpy): Don't use BP_SYM.
65954         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
65955         <bp-sym.h> and <bp-asm.h>.
65956         (memset): Don't use BP_SYM.
65957         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
65958         <bp-sym.h> and <bp-asm.h>.
65959         (strncmp): Don't use BP_SYM.
65960         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
65961         <bp-sym.h> and <bp-asm.h>.
65962         (memcpy): Don't use BP_SYM.
65963         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
65964         <bp-sym.h> and <bp-asm.h>.
65965         (memset): Don't use BP_SYM.
65966         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
65967         <bp-sym.h> and <bp-asm.h>.
65968         (__memchr): Don't use BP_SYM.
65969         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
65970         <bp-sym.h> and <bp-asm.h>.
65971         (memcmp): Don't use BP_SYM.
65972         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
65973         <bp-sym.h> and <bp-asm.h>.
65974         (memcpy): Don't use BP_SYM.
65975         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
65976         <bp-sym.h> and <bp-asm.h>.
65977         (__mempcpy): Don't use BP_SYM.
65978         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
65979         <bp-sym.h> and <bp-asm.h>.
65980         (__memrchr): Don't use BP_SYM.
65981         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
65982         <bp-sym.h> and <bp-asm.h>.
65983         (memset): Don't use BP_SYM.
65984         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
65985         <bp-sym.h> and <bp-asm.h>.
65986         (__rawmemchr): Don't use BP_SYM.
65987         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
65988         <bp-sym.h> and <bp-asm.h>.
65989         (__STRCMP): Don't use BP_SYM.
65990         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
65991         <bp-sym.h> and <bp-asm.h>.
65992         (strchr): Don't use BP_SYM.
65993         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
65994         <bp-sym.h> and <bp-asm.h>.
65995         (__strchrnul): Don't use BP_SYM.
65996         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
65997         <bp-sym.h> and <bp-asm.h>.
65998         (strlen): Don't use BP_SYM.
65999         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
66000         <bp-sym.h> and <bp-asm.h>.
66001         (strncmp): Don't use BP_SYM.
66002         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
66003         <bp-sym.h> and <bp-asm.h>.
66004         (__strnlen): Don't use BP_SYM.
66005         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
66006         <bp-asm.h>.
66007         (__mpn_rshift): Don't use BP_SYM.
66008         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
66009         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
66010         <bp-sym.h> and <bp-asm.h>.
66011         (__sigsetjmp): Don't use BP_SYM.
66012         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
66013         (L(start_addresses)): Don't use BP_SYM.
66014         (_start): Likewise.
66015         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
66016         <bp-asm.h>.
66017         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
66018         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
66019         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
66020         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
66021         <bp-asm.h>.
66022         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
66023         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
66024         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
66025         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
66026         <bp-asm.h>.
66027         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
66028         comments.
66029         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
66030         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
66031         <bp-asm.h>.
66032         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
66033         FIXME comments.
66034         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
66035         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
66036         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
66037         <bp-asm.h>.
66038         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
66039         comment.
66040         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
66041         and <bp-asm.h>.
66042         (strncmp): Don't use BP_SYM,
66043         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
66044         <bp-asm.h>.
66045         (__mpn_sub_n): Don't use BP_SYM.
66046         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
66047         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
66048         and <bp-asm.h>.
66049         (__mpn_submul_1): Don't use BP_SYM.
66050         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
66051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
66052         <bp-sym.h> and <bp-asm.h>.
66053         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
66054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
66055         <bp-sym.h> and <bp-asm.h>.
66056         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
66057         comment.
66059 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
66061         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
66062         Use ZK to minimize writes to Z.
66063         (sub_magnitudes): Simplify code a bit.
66064         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
66065         Use ZK to minimize writes to Z.
66066         (sub_magnitudes): Simplify code a bit.
66068 2013-02-27  Roland McGrath  <roland@hack.frob.com>
66070         * csu/gmon-start.c: Add special exception to license text.
66072 2013-02-27  Richard Henderson  <rth@redhat.com>
66074         * scripts/config.guess: Update from config.git.
66075         * scripts/config.sub: Likewise.
66077 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
66079         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
66081         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
66083         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
66085         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
66087         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
66089 2013-02-26  Roland McGrath  <roland@hack.frob.com>
66091         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
66092         [$(build-shared = yes].
66094 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
66096         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
66097         (__mul): Reduce iterations for calculating mantissa.
66099         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
66100         MPTWO.
66101         (__mpranred): Likewise.
66103         [BZ #15160]
66104         * malloc/memusagestat.c (main): Draw graphs for heap and stack
66105         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
66107 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
66109         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
66110         Define __attribute__.
66112 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
66114         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
66115         unused.
66116         * posix/regex_internal.h (__attribute): Remove.
66117         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
66118         (re_string_context_at): Likewise.
66119         (bitset_not): Use __attribute__ and mark function as possibly
66120         unused.
66121         (bitset_merge): Likewise.
66122         (bitset_mask): Likewise.
66123         (re_string_char_size_at): Likewise.
66124         (re_string_wchar_at): Likewise.
66125         (re_string_elem_size_at): Likewise.
66127 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
66129         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
66130         code.
66131         (cc32): Likewise.
66133         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
66134         (__acr): Likewise.
66135         (__cpy): Likewise.
66136         (norm): Likewise.
66137         (denorm): Likewise.
66138         (__dbl_mp): Likewise.
66139         (add_magnitudes): Likewise.
66140         (sub_magnitudes): Likewise.
66141         (__mul): Likewise.
66142         (__inv): Likewise.
66144         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
66145         style.
66147         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
66148         style.
66150         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
66151         code.
66153         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
66154         up changes with default code.
66155         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
66156         Likewise.
66158 2013-02-24  Allan McRae  <allan@archlinux.org>
66160         * manual/socket.texi (The Internet Namespace): Order menu items
66161         to match that in the file.
66163         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
66164         node listing of the info page menu.
66166 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
66168         [BZ #13550]
66169         * sysdeps/i386/bp-asm.h: Remove file.
66170         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
66171         (PARMS): Do not use macros from bp-asm.h.
66172         (S1): Likewise.
66173         (S2): Likewise.
66174         (SIZE): Likewise.
66175         (__mpn_add_n): Do not use BP_SYM
66176         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
66177         "bp-asm.h".
66178         (PARMS): Do not use macros from bp-asm.h.
66179         (S1): Likewise.
66180         (SIZE): Likewise.
66181         (__mpn_addmul_1): Do not use BP_SYM
66182         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
66183         "bp-asm.h".
66184         (PARMS): Do not use macros from bp-asm.h.
66185         (SIGMSK): Likewise.
66186         (_setjmp): Likewise.  Do not use BP_SYM.
66187         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
66188         "bp-asm.h".
66189         (PARMS): Do not use macros from bp-asm.h.
66190         (SIGMSK): Likewise.
66191         (setjmp): Likewise.  Do not use BP_SYM.
66192         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
66193         "bp-asm.h".
66194         (PARMS): Do not use macros from bp-asm.h.
66195         (__frexp): Do not use BP_SYM.
66196         (frexp): Likewise.
66197         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
66198         "bp-asm.h".
66199         (PARMS): Do not use macros from bp-asm.h.
66200         (__frexpf): Do not use BP_SYM.
66201         (frexpf): Likewise.
66202         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
66203         "bp-asm.h".
66204         (PARMS): Do not use macros from bp-asm.h.
66205         (__frexpl): Do not use BP_SYM.
66206         (frexpl): Likewise.
66207         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
66208         "bp-asm.h".
66209         (PARMS): Do not use macros from bp-asm.h.
66210         (__remquo): Do not use BP_SYM.
66211         (remquo): Likewise.
66212         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
66213         "bp-asm.h".
66214         (PARMS): Do not use macros from bp-asm.h.
66215         (__remquof): Do not use BP_SYM.
66216         (remquof): Likewise.
66217         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
66218         "bp-asm.h".
66219         (PARMS): Do not use macros from bp-asm.h.
66220         (__remquol): Do not use BP_SYM.
66221         (remquol): Likewise.
66222         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
66223         "bp-asm.h".
66224         (PARMS): Do not use macros from bp-asm.h.
66225         (DEST): Likewise.
66226         (SRC): Likewise.
66227         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
66228         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
66229         "bp-asm.h".
66230         (PARMS): Do not use macros from bp-asm.h.
66231         (strlen): Do not use BP_SYM.
66232         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
66233         "bp-asm.h".
66234         (PARMS): Do not use macros from bp-asm.h.
66235         (S1): Likewise.
66236         (S2): Likewise.
66237         (SIZE): Likewise.
66238         (__mpn_add_n): Do not use BP_SYM.
66239         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
66240         "bp-asm.h".
66241         (PARMS): Do not use macros from bp-asm.h.
66242         (S1): Likewise.
66243         (SIZE): Likewise.
66244         (__mpn_addmul_1): Do not use BP_SYM.
66245         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
66246         weak_alias.
66247         (bzero): Likewise.
66248         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
66249         "bp-asm.h".
66250         (PARMS): Do not use macros from bp-asm.h.
66251         (S): Likewise.
66252         (SIZE): Likewise.
66253         (__mpn_lshift): Do not use BP_SYM.
66254         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
66255         "bp-asm.h".
66256         (PARMS): Do not use macros from bp-asm.h.
66257         (DEST): Likewise.
66258         (SRC): Likewise.
66259         (LEN): Likewise.
66260         (memcpy): Likewise.  Do not use BP_SYM.
66261         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
66262         libc_hidden_def and weak_alias.
66263         (mempcpy): Do not use BP_SYM in weak_alias.
66264         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
66265         "bp-asm.h".
66266         (PARMS): Do not use macros from bp-asm.h.
66267         (DEST): Likewise.
66268         (LEN): Likewise.
66269         [!BZERO_P] (CHR): Likewise.
66270         (memset): Likewise.  Do not use BP_SYM.
66271         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
66272         "bp-asm.h".
66273         (PARMS): Do not use macros from bp-asm.h.
66274         (S1): Likewise.
66275         (SIZE): Likewise.
66276         (__mpn_mul_1): Do not use BP_SYM.
66277         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
66278         "bp-asm.h".
66279         (PARMS): Do not use macros from bp-asm.h.
66280         (S): Likewise.
66281         (SIZE): Likewise.
66282         (__mpn_rshift): Do not use BP_SYM.
66283         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
66284         "bp-asm.h".
66285         (PARMS): Do not use macros from bp-asm.h.
66286         (STR): Likewise.
66287         (CHR): Likewise.
66288         (strchr): Likewise.  Do not use BP_SYM.
66289         (index): Do not use BP_SYM in weak_alias.
66290         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
66291         "bp-asm.h".
66292         (PARMS): Do not use macros from bp-asm.h.
66293         (DEST): Likewise.
66294         (SRC): Likewise.
66295         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
66296         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
66297         "bp-asm.h".
66298         (PARMS): Do not use macros from bp-asm.h.
66299         (strlen): Do not use BP_SYM.
66300         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
66301         "bp-asm.h".
66302         (PARMS): Do not use macros from bp-asm.h.
66303         (S1): Likewise.
66304         (S2): Likewise.
66305         (SIZE): Likewise.
66306         (__mpn_sub_n): Do not use BP_SYM.
66307         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
66308         "bp-asm.h".
66309         (PARMS): Do not use macros from bp-asm.h.
66310         (S1): Likewise.
66311         (SIZE): Likewise.
66312         (__mpn_submul_1): Do not use BP_SYM.
66313         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
66314         "bp-asm.h".
66315         (PARMS): Do not use macros from bp-asm.h.
66316         (S1): Likewise.
66317         (S2): Likewise.
66318         (SIZE): Likewise.
66319         (__mpn_add_n): Do not use BP_SYM.
66320         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
66321         weak_alias.
66322         (bzero): Likewise.
66323         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
66324         "bp-asm.h".
66325         (PARMS): Do not use macros from bp-asm.h.
66326         (BLK2): Likewise.
66327         (LEN): Likewise.
66328         (memcmp): Do not use BP_SYM.
66329         (bcmp): Do not use BP_SYM in weak_alias.
66330         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
66331         "bp-asm.h".
66332         (PARMS): Do not use macros from bp-asm.h.
66333         (DEST): Likewise.
66334         (SRC): Likewise.
66335         (LEN): Likewise.
66336         (memcpy): Likewise.  Do not use BP_SYM.
66337         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
66338         "bp-asm.h".
66339         (PARMS): Do not use macros from bp-asm.h.
66340         (DEST): Likewise.
66341         (SRC): Likewise.
66342         (LEN): Likewise.
66343         (memmove): Likewise.  Do not use BP_SYM.
66344         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
66345         "bp-asm.h".
66346         (PARMS): Do not use macros from bp-asm.h.
66347         (DEST): Likewise.
66348         (SRC): Likewise.
66349         (LEN): Likewise.
66350         (__mempcpy): Likewise.  Do not use BP_SYM.
66351         (mempcpy): Do not use BP_SYM in weak_alias.
66352         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
66353         "bp-asm.h".
66354         (PARMS): Do not use macros from bp-asm.h.
66355         (DEST): Likewise.
66356         (LEN): Likewise.
66357         [!BZERO_P] (CHR): Likewise.
66358         (memset): Likewise.  Do not use BP_SYM.
66359         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
66360         "bp-asm.h".
66361         (PARMS): Do not use macros from bp-asm.h.
66362         (STR2): Likewise.
66363         (strcmp): Do not use BP_SYM.
66364         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
66365         "bp-asm.h".
66366         (PARMS): Do not use macros from bp-asm.h.
66367         (STR): Likewise.
66368         (DELIM): Likewise.
66369         [USE_AS_STRTOK_R] (SAVE): Likewise.
66370         (FUNCTION): Likewise.  Do not use BP_SYM.
66371         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
66372         aliases.
66373         (strtok_r): Likewise.
66374         (__GI___strtok_r): Likewise.
66375         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
66376         (PARMS): Do not use macros from bp-asm.h.
66377         (S): Likewise.
66378         (SIZE): Likewise.
66379         (__mpn_lshift): Do not use BP_SYM.
66380         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
66381         (PARMS): Do not use macros from bp-asm.h.
66382         (STR): Likewise.
66383         (CHR): Likewise.
66384         (__memchr): Do not use BP_SYM.
66385         (memchr): Do not use BP_SYM in weak_alias.
66386         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
66387         (PARMS): Do not use macros from bp-asm.h.
66388         (BLK2): Likewise.
66389         (LEN): Likewise.
66390         (memcmp): Do not use BP_SYM.
66391         (bcmp): Do not use BP_SYM in weak_alias.
66392         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
66393         (PARMS): Do not use macros from bp-asm.h.
66394         (S1): Likewise.
66395         (SIZE): Likewise.
66396         (__mpn_mul_1): Do not use BP_SYM.
66397         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
66398         "bp-asm.h".
66399         (PARMS): Do not use macros from bp-asm.h.
66400         (STR): Likewise.
66401         (CHR): Likewise.
66402         (__rawmemchr): Do not use BP_SYM.
66403         (rawmemchr): Do not use BP_SYM in weak_alias.
66404         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
66405         (PARMS): Do not use macros from bp-asm.h.
66406         (S): Likewise.
66407         (SIZE): Likewise.
66408         (__mpn_rshift): Do not use BP_SYM.
66409         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
66410         (PARMS): Do not use macros from bp-asm.h.
66411         (SIGMSK): Likewise.
66412         (__sigsetjmp): Likewise.  Do not use BP_SYM.
66413         * sysdeps/i386/start.S: Do not include "bp-sym.h".
66414         (_start): Do not use BP_SYM.
66415         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
66416         (PARMS): Do not use macros from bp-asm.h.
66417         (DEST): Likewise.
66418         (SRC): Likewise.
66419         (__stpcpy): Likewise.  Do not use BP_SYM.
66420         (stpcpy): Do not use BP_SYM in weak_alias.
66421         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
66422         "bp-asm.h".
66423         (PARMS): Do not use macros from bp-asm.h.
66424         (DEST): Likewise.
66425         (SRC): Likewise.
66426         (LEN): Likewise.
66427         (__stpncpy): Likewise.  Do not use BP_SYM.
66428         (stpncpy): Do not use BP_SYM in weak_alias.
66429         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
66430         (PARMS): Do not use macros from bp-asm.h.
66431         (STR): Likewise.
66432         (CHR): Likewise.
66433         (strchr): Likewise.  Do not use BP_SYM.
66434         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
66435         "bp-asm.h".
66436         (PARMS): Do not use macros from bp-asm.h.
66437         (STR): Likewise.
66438         (CHR): Likewise.
66439         (__strchrnul): Likewise.  Do not use BP_SYM.
66440         (strchrnul): Do not use BP_SYM in weak_alias.
66441         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
66442         "bp-asm.h".
66443         (PARMS): Do not use macros from bp-asm.h.
66444         (STOP): Likewise.
66445         (strcspn): Do not use BP_SYM.
66446         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
66447         "bp-asm.h".
66448         (PARMS): Do not use macros from bp-asm.h.
66449         (STR): Likewise.
66450         (STOP): Likewise.
66451         (strpbrk): Likewise.  Do not use BP_SYM.
66452         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
66453         "bp-asm.h".
66454         (PARMS): Do not use macros from bp-asm.h.
66455         (STR): Likewise.
66456         (CHR): Likewise.
66457         (strrchr): Likewise.  Do not use BP_SYM.
66458         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
66459         (PARMS): Do not use macros from bp-asm.h.
66460         (SKIP): Likewise.
66461         (strspn): Do not use BP_SYM.
66462         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
66463         (PARMS): Do not use macros from bp-asm.h.
66464         (STR): Likewise.
66465         (DELIM): Likewise.
66466         (SAVE): Likewise.
66467         (FUNCTION): Likewise.  Do not use BP_SYM.
66468         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
66469         aliases.
66470         (strtok_r): Likewise.
66471         (__GI___strtok_r): Likewise.
66472         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
66473         (PARMS): Do not use macros from bp-asm.h.
66474         (S1): Likewise.
66475         (S2): Likewise.
66476         (SIZE): Likewise.
66477         (__mpn_sub_n): Do not use BP_SYM.
66478         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
66479         "bp-asm.h".
66480         (PARMS): Do not use macros from bp-asm.h.
66481         (S1): Likewise.
66482         (SIZE): Likewise.
66483         (__mpn_submul_1): Do not use BP_SYM.
66484         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
66485         <bp-sym.h>.
66486         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
66487         and <bp-asm.h>.
66488         (PARMS): Do not use macros from bp-asm.h.
66489         (FLAGS): Likewise.
66490         (PTID): Likewise.
66491         (TLS): Likewise.
66492         (CTID): Likewise.
66493         (__clone): Do not use BP_SYM.
66494         (clone): Do not use BP_SYM in weak_alias.
66495         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
66496         and <bp-asm.h>.
66497         (PARMS): Do not use macros from bp-asm.h.
66498         (LEN): Likewise.
66499         (__mmap64): Do not use BP_SYM.
66500         (mmap64): Do not use BP_SYM in weak_alias.
66501         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
66502         <bp-sym.h> and <bp-asm.h>.
66503         (PARMS): Do not use macros from bp-asm.h.
66504         (__posix_fadvise64_l64): Do not use BP_SYM.
66505         * sysdeps/unix/sysv/linux/i386/semtimedop.S
66506         (PARMS): Do not use macros from bp-asm.h.
66507         (NSOPS): Likewise.
66508         (semtimedop): Do not use BP_SYM.
66509         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
66510         and <bp-asm.h>.
66512 2013-02-21  Allan McRae  <allan@archlinux.org>
66514         * manual/message.texi (Charset conversion in gettext):
66515         Move @end statement to beginning of line.
66517 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
66519         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
66520         static.
66521         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
66522         Likewise.
66524         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
66525         (denorm): Likewise.
66526         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
66527         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
66529 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
66531         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
66532         tail-call to the resolved function if pltexit isn't needed.
66534 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
66536         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
66537         or Y being zero as being unlikely.
66538         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
66539         Likewise.
66541 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
66543         * manual/nss.texi (System Databases and Name Service Switch):
66544         Remove frobnicate @pxref.
66546 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
66548         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
66549         __attribute__ ((unused)) to __attribute__ ((__unused__)).
66551 2013-02-20  Petr Machata  <pmachata@redhat.com>
66553         * elf/elf.h (R_ARM_TARGET1): New macro.
66554         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
66555         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
66556         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
66557         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
66558         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
66559         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
66560         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
66561         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
66562         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
66563         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
66564         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
66565         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
66566         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
66567         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
66568         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
66569         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
66570         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
66571         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
66572         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
66573         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
66574         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
66575         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
66576         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
66577         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
66578         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
66579         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
66580         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
66581         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
66582         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
66583         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
66584         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
66585         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
66586         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
66587         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
66588         (R_ARM_THM_GOT_BREL12): Likewise.
66589         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
66590         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
66591         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
66592         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
66593         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
66594         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
66595         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
66596         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
66597         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
66599 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
66601         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
66602         __attribute_used__ to __attribute__ ((unused)).
66604 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
66606         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
66607         powerpc mpa.c.
66608         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
66609         comment formatting.
66610         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
66612 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
66614         [BZ #13550]
66615         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
66616         Remove macro.
66617         (ENTER): Remove both macro definitions.
66618         (LEAVE): Likewise.
66619         (CHECK_BOUNDS_LOW): Likewise.
66620         (CHECK_BOUNDS_HIGH): Likewise.
66621         (CHECK_BOUNDS_BOTH): Likewise.
66622         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
66623         (RETURN_BOUNDED_POINTER): Likewise.
66624         (RETURN_NULL_BOUNDED_POINTER): Likewise.
66625         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
66626         (POP_ERRNO_LOCATION_RETURN): Likewise.
66627         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
66628         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
66629         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
66630         macros.
66631         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
66632         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
66633         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
66634         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
66635         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
66636         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
66637         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
66638         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
66639         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
66640         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
66641         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
66642         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
66643         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
66644         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
66645         removed macros.
66646         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
66647         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
66648         macros.
66649         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
66650         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
66651         * sysdeps/i386/i586/memset.S (memset): Likewise.
66652         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
66653         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
66654         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
66655         macros.
66656         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
66657         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
66658         Change uses of L(2) to L(out).
66659         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
66660         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
66661         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
66662         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
66663         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
66664         removed macros.
66665         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
66666         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
66667         macros.
66668         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
66669         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
66670         (RETURN): Do not use macro LEAVE.
66671         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
66672         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
66673         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
66674         * sysdeps/i386/i686/memset.S (memset): Likewise.
66675         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
66676         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
66677         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
66678         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
66679         Likewise.
66680         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
66681         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
66682         L(1_2) and L(1_3) into L(1).
66683         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
66684         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
66685         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
66686         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
66687         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
66688         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
66689         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
66690         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
66691         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
66692         macros.
66693         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
66694         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
66695         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
66696         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
66697         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
66698         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
66699         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
66700         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
66701         * sysdeps/i386/strcspn.S (strcspn): Likewise.
66702         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
66703         * sysdeps/i386/strrchr.S (strrchr): Likewise.
66704         * sysdeps/i386/strspn.S (strspn): Likewise.
66705         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
66706         conditional code.
66707         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
66708         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
66709         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
66710         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
66711         L(1_3) into L(1_1).
66712         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
66713         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
66714         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
66715         macros.
66716         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
66718 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
66720         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
66721         macro.
66723 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
66725         * math/atest-exp.c (exp_mpn): Remove ROUND.
66726         * math/atest-exp2.c (exp_mpn): Likewise.
66727         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
66729         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
66730         * stdlib/tst-tls-atexit-lib.c: Likewise.
66731         * stdlib/tst-tls-atexit.c: Likewise.
66733 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
66735         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
66736         and __attribute_alloc_size__.
66738 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
66740         * include/programs/xmalloc.h: Change __attribute_alloc_size to
66741         __attribute_alloc_size__.
66742         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
66743         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
66745 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
66747         * include/programs/xmalloc.h: New file.
66748         * catgets/gencat.c: Include it.
66749         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
66750         * elf/pldd.c: Likewise.
66751         * iconv/iconv_charmap.c: Likewise.
66752         * iconv/iconvconfig.c: Likewise.
66753         * iconv/strtab.c: Likewise.
66754         * locale/programs/locale.c: Likewise.
66755         * locale/programs/localedef.h: Likewise.
66756         * locale/programs/simple-hash.c: Likewise.
66757         * nscd/nscd.h: Likewise.
66758         * nss/makedb.c: Likewise.
66759         * sysdeps/generic/ldconfig.h: Likewise.
66761 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
66763         * Versions.def: Add GLIBC_2.18.
66764         * include/link.h (struct link_map): New member l_tls_dtor_count.
66765         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
66766         (__call_tls_dtors): Likewise.
66767         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
66768         __cxa_thread_atexit_impl.
66769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
66770         Likewise.
66771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
66772         Likewise.
66773         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
66774         Likewise.
66775         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
66776         Likewise.
66777         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
66778         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
66779         Likewise.
66780         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
66781         Likewise.
66782         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
66783         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
66784         Likewise.
66785         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
66786         (tests): Add test case tst-tls-atexit.
66787         (modules-names): Add shared library for tst-tls-atexit.
66788         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
66789         (GLIBC_PRIVATE): Add __call_tls_dtors.
66790         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
66791         for libstdc++.
66792         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
66793         * stdlib/tst-tls-atexit.c: New test case.
66794         * stdlib/tst-tls-atexit-lib.c: New test case.
66796         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
66798         * elf/Versions (ld): Add _dl_find_dso_for_object.
66799         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
66800         * elf/dl-open.c (_dl_find_dso_for_object): New function.
66801         (dl_open_worker): Use _dl_find_dso_for_object.
66802         * elf/dl-sym.c (do_sym): Likewise.
66803         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
66805 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
66807         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
66808         Syntactic changes only.
66809         (_dl_runtime_profile): Do a tail-call to the resolved function.
66811 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
66813         [BZ #13550]
66814         * sysdeps/x86_64/bp-asm.h: Remove file.
66815         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
66816         <bp-sym.h> and <bp-asm.h>.
66817         (__clone): Do not use BP_SYM.
66818         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
66819         <bp-sym.h> and <bp-asm.h>.
66820         * sysdeps/unix/x86_64/sysdep.S: Likewise.
66821         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
66822         "bp-asm.h".
66823         (_setjmp): Do not use BP_SYM.
66824         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
66825         "bp-asm.h".
66826         (setjmp): Do not use BP_SYM.
66827         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
66828         libc_hidden_def.
66829         (mempcpy): Do not use BP_SYM in weak_alias.
66830         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
66831         "bp-asm.h".
66832         (strchr): Do not use BP_SYM.
66833         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
66834         "bp-asm.h".
66835         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
66836         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
66837         (_start): Do not use BP_SYM.
66838         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
66839         "bp-asm.h".
66840         (strcat): Do not use BP_SYM.
66841         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
66842         "bp-asm.h".
66843         (STRCMP): Do not use BP_SYM.
66844         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
66845         "bp-asm.h".
66846         (STRCPY): Do not use BP_SYM.
66847         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
66848         "bp-asm.h".
66849         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
66850         "bp-asm.h".
66851         (FUNCTION): Do not use BP_SYM.
66852         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
66853         weak_alias.
66854         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
66856 2013-02-17  Andreas Jaeger  <aj@suse.de>
66858         * time/Versions: Sort entries.
66859         * string/Versions: Likewise.
66860         * resolv/Versions: Likewise.
66861         * posix/Versions: Likewise.
66862         * iconv/Versions: Likewise.
66863         * elf/Versions: Likewise.
66864         * wcsmbs/Versions: Likewise.
66866 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
66868         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
66869         loop termination condition.
66871         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
66872         variable to calculate EZ.
66873         (__sqr): Likewise.
66875         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
66876         the lower precision input.
66878 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
66880         [BZ #13550]
66881         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
66882         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
66883         (run-via-rtld-prefix): Do not handle %-bp tests.
66884         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
66885         (all-object-suffixes): Remove .ob.
66886         (bppfx): Remove variable.
66887         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
66888         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
66889         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
66890         [$(build-bounded) = yes] (libtype.ob): Likewise.
66891         * Makerules (elide-routines.ob): Remove variable.
66892         (do-tests-clean): Do not handle *-bp.out.
66893         (common-mostlyclean): Do not handle *-bp and *-bp.out.
66894         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
66895         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
66896         (tests): Do not include $(tests-bp.out).
66897         (xtests): Do not include $(xtests-bp.out).
66898         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
66899         [$(build-bounded) = yes] ($(addprefix
66900         $(objpfx),$(binaries-bounded))): Remove rule.
66901         ($(objpfx)%-bp.out): Remove rule.
66902         * config.make.in (build-bounded): Remove variable.
66903         * crypt/Makefile [$(build-bounded) = yes]
66904         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
66905         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
66906         append to variable.
66907         [$(build-bounded) = yes] (install-lib): Likewise.
66908         [$(build-bounded) = yes] (generated): Likewise.
66909         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
66910         Remove rule.
66911         * intl/Makefile [$(build-bounded) = yes]
66912         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
66913         * math/Makefile [$(build-bounded) = yes]
66914         ($(tests:%=$(objpfx)%-bp): Likewise.
66915         * misc/Makefile [$(build-bounded) = yes]
66916         ($(objpfx)tst-tsearch-bp): Likewise.
66917         * nptl/Makeconfig (bounded-thread-library): Remove variable.
66918         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
66919         Remove dependency.
66920         * string/Makefile (o-objects.ob): Remove variable.
66921         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
66922         (CFLAGS-.ob): Remove variable.
66923         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
66924         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
66925         both definitions of variable.
66926         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
66927         (ASFLAGS-.ob): Remove variable.
66929 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
66931         [BZ #13550]
66932         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
66933         Remove __BOUNDED_POINTERS__ from condition.
66934         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
66935         * string/bits/string2.h [!__NO_STRING_INLINES &&
66936         !__BOUNDED_POINTERS__]: Likewise.
66937         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
66938         Likewise.
66939         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
66940         Remove conditional code.
66941         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
66942         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
66943         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
66944         condition.
66946         [BZ #13550]
66947         * csu/libc-start.c: Do not include <bp-sym.h>.
66948         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
66949         * elf/dl-open.c: Do not include <bp-sym.h>.
66950         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
66951         * math/fegetenv.c: Do not include <bp-sym.h>.
66952         (fegetenv): Do not use BP_SYM in versioned symbols.
66953         * nptl/sysdeps/pthread/bits/libc-lockP.h
66954         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
66955         <bp-sym.h>.
66956         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66957         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
66958         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66959         (__pthread_mutex_destroy): Likewise.
66960         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66961         (__pthread_mutex_lock): Likewise.
66962         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66963         (__pthread_mutex_trylock): Likewise.
66964         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66965         (__pthread_mutex_unlock): Likewise.
66966         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66967         (__pthread_mutexattr_init): Likewise.
66968         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66969         (__pthread_mutexattr_destroy): Likewise.
66970         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66971         (__pthread_mutexattr_settype): Likewise.
66972         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66973         (__pthread_rwlock_init): Likewise.
66974         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66975         (__pthread_rwlock_destroy): Likewise.
66976         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66977         (__pthread_rwlock_rdlock): Likewise.
66978         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66979         (__pthread_rwlock_tryrdlock): Likewise.
66980         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66981         (__pthread_rwlock_wrlock): Likewise.
66982         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66983         (__pthread_rwlock_trywrlock): Likewise.
66984         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66985         (__pthread_rwlock_unlock): Likewise.
66986         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66987         (__pthread_key_create): Likewise.
66988         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66989         (__pthread_setspecific): Likewise.
66990         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66991         (__pthread_getspecific): Likewise.
66992         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
66993         Likewise.
66994         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66995         (_pthread_cleanup_push_defer): Likewise.
66996         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66997         (_pthread_cleanup_pop_restore): Likewise.
66998         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
66999         (pthread_setcancelstate): Likewise.
67000         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
67001         <bp-sym.h>.
67002         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
67003         (memchr): Do not use BP_SYM in weak_alias.
67004         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
67005         (fegetenv): Do not use BP_SYM in versioned symbols.
67006         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
67007         (fesetenv): Do not use BP_SYM in versioned symbols.
67008         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
67009         (feupdateenv): Do not use BP_SYM in versioned symbols.
67010         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
67011         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
67012         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
67013         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
67014         (open64): Do not use BP_SYM in weak_alias.
67015         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
67016         (fegetenv): Do not use BP_SYM in versioned symbols.
67017         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
67018         (fesetenv): Do not use BP_SYM in versioned symbols.
67019         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
67020         (feupdateenv): Do not use BP_SYM in versioned symbols.
67021         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
67022         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
67023         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
67024         (feraiseexcept): Do not use BP_SYM in versioned symbols.
67025         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
67026         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
67027         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
67028         <bp-sym.h>.
67029         (__libc_start_main): Do not use BP_SYM.
67031 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
67033         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
67034         redundant return line.
67035         (norm): Likewise.
67036         (denorm): Likewise.
67037         (dbl_mp): Likewise.
67038         (sub_magnitudes): Likewise.
67039         (__add): Likewise.
67040         (__sub): Likewise.
67041         (__mul): Likewise.
67042         (__inv): Likewise.
67043         (__dvd): Likewise.
67044         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
67045         (norm): Likewise.
67046         (denorm): Likewise.
67047         (dbl_mp): Likewise.
67048         (sub_magnitudes): Likewise.
67049         (__add): Likewise.
67050         (__sub): Likewise.
67051         (__mul): Likewise.
67052         (__inv): Likewise.
67053         (__dvd): Likewise.
67055         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
67056         instead of __mul.
67057         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
67058         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
67059         (cc32): Likewise.
67061         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
67062         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
67063         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
67064         of __mul for squares.
67065         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
67066         function
67067         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
67068         Likewise.
67069         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
67070         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
67072 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
67074         [BZ #13550]
67075         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
67076         code.
67077         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
67078         prototype or function definition.  Rename ubp_* variables and
67079         parameters.  Remove argv definitions conditional on
67080         [__BOUNDED_POINTERS__].
67081         * debug/backtrace.c (__backtrace): Do not use __unbounded.
67082         * elf/dl-runtime.c (_dl_fixup): Likewise.
67083         * include/set-hooks.h (RUN_HOOK): Likewise.
67084         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
67085         definition.
67086         * string/strcpy.c (strcpy): Do not use __unbounded.
67087         * sysdeps/generic/frame.h (struct layout): Likewise.
67088         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
67089         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
67090         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
67091         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
67092         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
67093         (__backtrace): Likewise.
67094         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
67095         use __ptrvalue.
67096         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
67097         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
67098         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
67099         Likewise.
67100         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
67101         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
67102         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
67103         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
67104         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
67105         Do not use __unbounded.
67106         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
67107         Rename __unboundedrlimits parameter to rlimits in prototype.
67108         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
67109         Do not use __unbounded.
67110         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
67111         not use __ptrvalue.
67112         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
67113         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
67114         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
67115         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
67116         __ptrvalue or __unbounded.
67117         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
67118         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
67119         use __unbounded.
67120         (__new_msgctl): Do not use __ptrvalue.
67121         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
67122         __unbounded.
67123         (__libc_msgrcv): Do not use __ptrvalue.
67124         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
67125         startup_info): Do not use __unbounded.
67126         (__libc_start_main): Likewise.  Rename ubp_* variables and
67127         parameters.  Remove argv definitions conditional on
67128         [__BOUNDED_POINTERS__].
67129         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
67130         __ptrvalue.
67131         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
67132         use __unbounded.
67133         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
67134         or __ptrvalue.
67135         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
67136         use __unbounded.
67137         (__new_shmctl): Do not use __ptrvalue.
67138         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
67139         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
67140         Likewise.
67141         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
67142         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
67143         (__libc_sigaction): Likewise.
67144         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
67145         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
67146         Likewise.
67147         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
67149 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
67151         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
67153         * string/mempcpy.c: Implement by calling memcpy.
67155 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
67157         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
67159         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
67160         evaluation.
67162         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
67163         values in the mantissa.
67165         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
67166         minimize writes to Z.
67167         (sub_magnitudes): Simplify code a bit.
67169 2013-02-12  Roland McGrath  <roland@hack.frob.com>
67171         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
67172         from the message.  The linker prefixes all warnings with that already.
67174 2013-02-12  Andreas Schwab  <schwab@suse.de>
67176         [BZ #15078]
67177         * posix/regexec.c (extend_buffers): Add parameter min_len.
67178         (check_matching): Pass minimum needed length.
67179         (clean_state_log_if_needed): Likewise.
67180         (get_subexp): Likewise.
67181         * posix/Makefile (tests): Add bug-regex34.
67182         (bug-regex34-ENV): Define.
67183         * posix/bug-regex34.c: New file.
67185         [BZ #11561]
67186         * posix/regcomp.c (parse_bracket_exp): When looking up collating
67187         elements compare against the byte sequence of it, not its name.
67188         * posix/Makefile (tests): Add bug-regex35.
67189         (bug-regex35-ENV): Define.
67190         * posix/bug-regex35.c: New file.
67192 2013-02-11  Tom de Vries  <tom@codesourcery.com>
67194         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
67195         comment.
67196         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
67197         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
67198         (CHECK_EOL): Add undef.
67200 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
67202         * bits/stdlib-bsearch.h: New file.
67203         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
67204         * stdlib/stdlib.h: Likewise.
67206 2013-02-11  Roland McGrath  <roland@hack.frob.com>
67208         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
67209         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
67210         declaration.
67211         * manual/search.texi (Array Search Function): Add missing const in
67212         lfind prototype.
67213         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
67214         declaration to use rlim_t.
67215         (Basic Scheduling Functions): Remove erroneous const from
67216         sched_getparam prototype.  Remove erroneous * from
67217         sched_get_priority_max and sched_get_priority_min prototypes.
67218         (Resource Usage): Fix summary @comment on vtimes to refer to
67219         sys/vtimes.h rather than vtimes.h.
67220         Add missing *s in vtimes prototype.
67221         (Limits on Resources): Fix ulimit prototype to return long int.
67222         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
67223         prototypes to use long int rather than double.
67224         (BSD Random): Fix initstate and setstate to use char *, not void *.
67225         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
67226         prototype to make second argument 'struct aiocb64 *const[]'.
67227         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
67228         (Status of AIO Operations): Remove erroneous const in aio_return and
67229         aio_return64 prototypes.
67230         (Synchronizing I/O): Fix sync prototype to return void.
67231         * manual/startup.texi (Suboptions): Remove an erroneous const in
67232         getsubopt prototype.
67233         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
67234         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
67235         use size_t rather than int.
67236         (Scanning All Users): Likewise for getpwent_r.
67237         (Setting Groups): Add missing const to setgroups prototype.
67238         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
67239         * manual/socket.texi (Host Names): Fix gethostbyaddr and
67240         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
67241         'const void *' rather than 'const char *'.
67242         (Host Address Functions): Likewise for inet_ntop.
67243         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
67244         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
67245         ssize_t for return value.
67246         (Sending Data): Likewise for send, sendto, sendmsg.
67247         (Socket Option Functions): Add a missing const in setsockopt prototype.
67248         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
67249         use wchar_t for the argument.
67250         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
67251         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
67252         take no arguments.
67253         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
67254         double/float/long double for second argument.
67255         Fix return types of significand, significandf, significandl.
67256         * manual/filesys.texi (Setting Permissions): Use mode_t for second
67257         argument in fchmod prototype.
67258         (File Owner): Use uid_t and gid_t in fchown prototype.
67259         (File Times): Add const to utimes, futimes, and lutimes prototypes.
67260         (Making Special Files): Use mode_t and dev_t in mknod prototype.
67261         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
67262         use 'const struct dirent **' as argument types to CMP function pointer
67263         argument.
67264         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
67265         (File Times): Fix summary magic @comment for struct utimbuf and utime
67266         to refer to utime.h, not time.h.
67267         * manual/string.texi (Argz Functions): Add missing const in
67268         argz_extract and argz_next prototypes.
67269         (Finding Tokens in a String): Likewise for basename.
67270         (String/Array Comparison): Fix typo in wcscasecmp prototype.
67271         (Copying and Concatenation): Fix typo in wmemmove prototype.
67272         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
67273         (Signal Stack): Remove erroneous const in sigstack prototype.
67274         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
67275         prototype.
67276         (Simple Calendar Time): Likewise for stime.
67277         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
67278         prototype.
67279         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
67280         say sys/sysctl.h instead.
67281         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
67282         and vsyslog prototypes.
67284 2013-02-11  Tom de Vries  <tom@codesourcery.com>
67286         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
67287         Remove.
67289 2013-02-11  Roland McGrath  <roland@hack.frob.com>
67291         * misc/sys/mman.h: Fix typo in mremap comment.
67293 2013-02-08  Roland McGrath  <roland@hack.frob.com>
67295         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
67296         the '\0' terminator.
67298 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
67300         [BZ #13550]
67301         * debug/segfault.c: Don't include <bp-checks.h>.
67302         * sysdeps/generic/bp-checks.h: Remove file.
67303         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
67304         (__GETDENTS): Don't use CHECK_N.
67305         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
67306         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
67307         (__getgroups): Don't use CHECK_N.
67308         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
67309         (setgroups): Don't use CHECK_N.
67310         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
67311         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
67312         (__libc_msgrcv): Don't use CHECK_N.
67313         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
67314         (__libc_msgsnd): Don't use CHECK_N.
67315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
67316         <bp-checks.h>.
67317         (__libc_pread): Don't use CHECK_N.
67318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
67319         include <bp-checks.h>.
67320         (__libc_pread64): Don't use CHECK_N.
67321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
67322         include <bp-checks.h>.
67323         (__libc_pwrite): Don't use CHECK_N.
67324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
67325         include <bp-checks.h>.
67326         (__libc_pwrite64): Don't use CHECK_N.
67327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
67328         <bp-checks.h>.
67329         (__libc_pread): Don't use CHECK_N.
67330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
67331         include <bp-checks.h>.
67332         (__libc_pread64): Don't use CHECK_N.
67333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
67334         include <bp-checks.h>.
67335         (__libc_pwrite): Don't use CHECK_N.
67336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
67337         include <bp-checks.h>.
67338         (__libc_pwrite64): Don't use CHECK_N.
67339         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
67340         (do_pread): Don't use CHECK_N.
67341         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
67342         (do_pread64): Don't use CHECK_N.
67343         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
67344         (do_pwrite): Don't use CHECK_N.
67345         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
67346         (do_pwrite64): Don't use CHECK_N.
67347         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
67348         (__libc_readv): Don't use CHECK_N.
67349         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
67350         (semop): Don't use CHECK_N.
67351         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
67352         <bp-checks.h>.
67353         (semtimedop): Don't use CHECK_N.
67354         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
67355         (__libc_pread): Don't use CHECK_N.
67356         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
67357         <bp-checks.h>.
67358         (__libc_pread64): Don't use CHECK_N.
67359         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
67360         <bp-checks.h>.
67361         (__libc_pwrite): Don't use CHECK_N.
67362         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
67363         <bp-checks.h>.
67364         (__libc_pwrite64): Don't use CHECK_N.
67365         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
67366         <bp-checks.h>.
67367         (__libc_msgrcv): Don't use CHECK_N.
67368         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
67369         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
67370         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
67371         (__libc_writev): Don't use CHECK_N.
67373 2013-02-08  Roland McGrath  <roland@hack.frob.com>
67375         * string/strcpy.c: Removed unused variable.
67377         * Makeconfig (+sysdep-includes): Define with := rather than =.
67378         Use an existing include/ subdir of each sysdeps dir before it.
67380 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
67382         * nscd/connection.c (register_traced_file): Comment function.
67383         [HAVE_INOTIFY] (union __inev): Define.
67384         [HAVE_INOTIFY] (inotify_check_files): New function.
67385         [HAVE_INOTIFY] (clear_db_cache): Likewise.
67386         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
67387         clear_db_cache.
67388         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
67390 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
67392         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
67393         loaded if not already and that a failure is permanent.
67395 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
67397         [BZ #15006]
67398         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
67399         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
67401 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
67403         [BZ #13550]
67404         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
67405         (CHECK_1_NULL_OK): Likewise.
67406         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
67407         (__fxstat): Do not use CHECK_1.
67408         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
67409         <bp-checks.h>.
67410         (___fxstat64): Do not use CHECK_1.
67411         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
67412         <bp-checks.h>.
67413         (__fxstatat): Do not use CHECK_1.
67414         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
67415         <bp-checks.h>.
67416         (__fxstatat64): Do not use CHECK_1.
67417         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
67418         <bp-checks.h>.
67419         (__fxstat): Do not use CHECK_1.
67420         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
67421         <bp-checks.h>.
67422         (__fxstatat): Do not use CHECK_1.
67423         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
67424         <bp-checks.h>.
67425         (__getresgid): Do not use CHECK_1.
67426         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
67427         <bp-checks.h>.
67428         (__getresuid): Do not use CHECK_1.
67429         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
67430         <bp-checks.h>.
67431         (__lxstat): Do not use CHECK_1.
67432         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
67433         <bp-checks.h>.
67434         (__old_msgctl): Do not use CHECK_1.
67435         (__new_msgctl): Likewise.
67436         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
67437         <bp-checks.h>.
67438         (__new_setrlimit): Do not use CHECK_1.
67439         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
67440         <bp-checks.h>.
67441         (__old_shmctl): Do not use CHECK_1.
67442         (__new_shmctl): Likewise.
67443         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
67444         <bp-checks.h>.
67445         (__xstat): Do not use CHECK_1.
67446         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
67447         (__lxstat): Do not use CHECK_1.
67448         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
67449         <bp-checks.h>.
67450         (___lxstat64): Do not use CHECK_1.
67451         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
67452         (__old_msgctl): Do not use CHECK_1.
67453         (__new_msgctl): Likewise.
67454         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
67455         <bp-checks.h>.
67456         (__gettimeofday): Do not use CHECK_1.
67457         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
67458         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
67459         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
67460         <bp-checks.h>.
67461         (__gettimeofday): Do not use CHECK_1.
67462         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
67463         (__old_shmctl): Do not use CHECK_1_NULL_OK.
67464         (__new_shmctl): Do not use CHECK_1.
67465         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
67466         <bp-checks.h>.
67467         (do_sigtimedwait): Do not use CHECK_1.
67468         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
67469         <bp-checks.h>.
67470         (do_sigwaitinfo): Do not use CHECK_1.
67471         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
67472         <bp-checks.h>.
67473         (msgctl): Do not use CHECK_1.
67474         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
67475         <bp-checks.h>.
67476         (shmctl): Do not use CHECK_1.
67477         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
67478         (ustat): Do not use CHECK_1.
67479         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
67480         <bp-checks.h>.
67481         (__fxstat): Do not use CHECK_1.
67482         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
67483         <bp-checks.h>.
67484         (__fxstatat): Do not use CHECK_1.
67485         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
67486         <bp-checks.h>.
67487         (__lxstat): Do not use CHECK_1.
67488         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
67489         <bp-checks.h>.
67490         (__xstat): Do not use CHECK_1.
67491         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
67492         (__xstat): Do not use CHECK_1.
67493         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
67494         (___xstat64): Do not use CHECK_1.
67496         [BZ #13550]
67497         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
67498         definitions.
67499         (CHECK_BOUNDS_HIGH): Likewise.
67500         * string/strcpy.c: Do not include <bp-checks.h>.
67501         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
67503 2013-02-07  Roland McGrath  <roland@hack.frob.com>
67505         * nscd/nscd-client.h (__nscd_drop_map_ref):
67506         Add __attribute__ ((unused)).
67507         * nis/nss-nisplus.h (niserr2nss): Likewise.
67509         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
67510         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
67512         * csu/libc-tls.c (init_static_tls, init_slotinfo):
67513         Remove inline keyword.
67514         * include/rounding-mode.h (round_away): Likewise.
67515         * libio/wfileops.c (adjust_wide_data): Likewise.
67516         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
67517         (__m128i_strloadu_tolower): Likewise.
67518         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
67519         (__m128i_strloadu_tolower): Likewise.
67520         * time/mktime.c (ydhms_diff): Likewise.
67521         * locale/elem-hash.h (elem_hash): Likewise.
67522         * locale/setlocale.c (setdata): Likewise.
67523         * posix/regex_internal.h (re_string_char_size_at): Likewise.
67524         (re_string_wchar_at): Likewise.
67525         (bitset_not, bitset_merge, bitset_mask): Likewise.
67526         [!(__GNUC__ > 3)] (inline): Remove macro.
67527         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
67528         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
67529         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
67530         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
67531         * string/memcmp.c (memcmp_bytes): Likewise.
67532         * locale/programs/locarchive.c (compute_hashval): Likewise.
67533         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
67534         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
67535         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
67536         * nss/getent.c (print_rpc, print_protocols): Likewise.
67537         (print_passwd, print_group, print_aliases): Likewise.
67538         * nis/nss-nisplus.h (niserr2nss): Likewise.
67539         * nscd/connections.c (restart_p): Likewise.
67540         Change return type to bool.
67542 2013-02-05  Roland McGrath  <roland@hack.frob.com>
67544         * Makeconfig (all-Depend-files): Add existing
67545         $(sorted-subdirs:=/Depend) files.
67546         (all-subdirs): Remove nss.
67547         * sysdeps/unix/inet/Subdirs: Add it here instead.
67548         * hesiod/Depend: New file.
67550         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
67551         instead of calling alloca.
67553         * io/lseek.c (__lseek): Rename to __libc_lseek.
67554         Define __lseek as an alias.
67556         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
67558 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
67560         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
67561         else clause and remove check for non-standard endianness.
67563 2013-02-04  David S. Miller  <davem@davemloft.net>
67565         * sysdeps/sparc/fpu/libm-test-ulps: Update.
67567 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
67569         [BZ #13550]
67570         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
67571         (__ubp_memchr): Remove prototype.
67572         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
67573         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
67574         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
67575         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
67576         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
67577         Remove alias.
67578         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
67579         (__ubp_memchr): Likewise.
67580         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
67581         (__ubp_memchr): Likewise.
67582         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
67583         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
67584         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
67585         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
67586         CHECK_STRING.
67587         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
67588         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
67589         (__getcwd): Do not use CHECK_STRING.
67590         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
67591         <bp-checks.h>.
67592         (__real_chown): Do not use CHECK_STRING.
67593         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
67594         <bp-checks.h>.
67595         (fchownat): Do not use CHECK_STRING.
67596         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
67597         CHECK_STRING.
67598         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
67599         <bp-checks.h>.
67600         (__lchown): Do not use CHECK_STRING.
67601         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
67602         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
67603         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
67604         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
67605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
67606         include <bp-checks.h>.
67607         (truncate64): Do not use CHECK_STRING.
67608         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
67609         <bp-checks.h>.
67610         (__real_chown): Do not use CHECK_STRING.
67611         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
67612         <bp-checks.h>.
67613         (__lchown): Do not use CHECK_STRING.
67614         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
67615         <bp-checks.h>.
67616         (__chown): Do not use CHECK_STRING.
67617         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
67618         <bp-checks.h>.
67619         (truncate64): Do not use CHECK_STRING.
67620         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
67621         Likewise.
67622         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
67623         (__xmknod): Do not use CHECK_STRING.
67624         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
67625         <bp-checks.h>.
67626         (__xmknodat): Do not use CHECK_STRING.
67627         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
67628         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
67630 2013-02-04  Andreas Schwab  <schwab@suse.de>
67632         [BZ #14142]
67633         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
67634         * include/netdb.h: Likewise for h_errno.
67635         * elf/tst-stackguard1.c: Include <tls.h>.
67637 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
67639         * elf/link.h (struct link_map): Extend the l_addr comment.
67640         * include/link.h (struct link_map): Likewise.
67642 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
67644         [BZ #13550]
67645         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
67646         (BOUNDED_1): Remove macro.
67647         * debug/backtrace.c: Don't include <bp-checks.h>.
67648         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
67649         (__backtrace): Likewise.
67650         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
67651         <bp-checks.h>.
67652         (__backtrace): Don't use BOUNDED_1.
67653         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
67654         <bp-checks.h>.
67655         (__backtrace): Don't use BOUNDED_1.
67656         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
67657         (__backtrace): Don't use BOUNDED_1.
67658         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
67659         (shmat): Don't use BOUNDED_N.
67661 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
67663         [BZ #13550]
67664         * sysdeps/generic/bp-start.h: Remove file.
67665         * csu/libc-start.c: Don't include <bp-start.h>.
67666         (LIBC_START_MAIN): Set up __environ directly instead of using
67667         INIT_ARGV_and_ENVIRON.
67668         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
67669         <bp-start.h>.
67671         [BZ #13550]
67672         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
67673         definitions.
67674         (CHECK_FCNTL): Likewise.
67675         (CHECK_N_PAGES): Likewise.
67677         [BZ #13550]
67678         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
67679         definitions.
67680         (CHECK_SIGSET_NULL_OK): Likewise.
67681         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
67682         <bp-checks.h>.
67683         (sigpending): Don't use CHECK_SIGSET.
67684         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
67685         <bp-checks.h>.
67686         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
67687         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
67688         <bp-checks.h>.
67689         (do_sigsuspend): Don't use CHECK_SIGSET.
67690         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
67691         use CHECK_SIGSET.
67692         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
67693         (do_sigwait): Don't use CHECK_SIGSET.
67694         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
67695         use CHECK_SIGSET.
67696         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
67697         include <bp-checks.h>.
67698         (sigpending): Don't use CHECK_SIGSET.
67699         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
67700         include <bp-checks.h>.
67701         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
67702         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
67703         <bp-checks.h>.
67704         (sigpending): Don't use CHECK_SIGSET.
67705         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
67706         <bp-checks.h>.
67707         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
67709         [BZ #13550]
67710         * sysdeps/generic/bp-semctl.h: Remove file.
67711         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
67712         <bp-checks.h> and <bp-semctl.h>.
67713         (__old_semctl): Don't use CHECK_SEMCTL.
67714         (__new_semctl): Likewise.
67715         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
67716         and <bp-semctl.h>.
67717         (__old_semctl): Don't use CHECK_SEMCTL.
67718         (__new_semctl): Likewise.
67719         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
67720         <bp-checks.h> and <bp-semctl.h>.
67721         (__old_semctl): Don't use CHECK_SEMCTL.
67722         (__new_semctl): Likewise.
67723         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
67724         <bp-checks.h> and <bp-semctl.h>.
67725         (semctl): Don't use CHECK_SEMCTL.
67727         [BZ #13550]
67728         * Makerules (elide-bp-thunks): Remove variable.
67729         (elide-routines.oS): Don't use $(elide-bp-thunks).
67730         (elide-routines.os): Likewise.
67731         (elide-routines.o): Likewise.
67732         (elide-routines.op): Likewise.
67733         (elide-routines.og): Likewise.
67734         (objects): Don't use $(bp-thunks).
67735         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
67736         include.
67737         (common-generated): Do not add s-proto-bp.d.
67738         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
67739         (int): Likewise.
67740         (typ): Likewise.
67741         Do not generate makefile rules for bounded-pointer thunks.
67742         * sysdeps/generic/bp-thunks.h: Remove file.
67743         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
67744         * sysdeps/unix/s-proto-bp.S: Likewise.
67746         [BZ #15062]
67747         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
67748         parts of result separately when argument is not close to line from
67749         -i to i and one part of argument is small.
67750         * math/k_casinhf.c (__kernel_casinhf): Likewise.
67751         * math/k_casinhl.c (__kernel_casinhl): Likewise.
67752         * math/libm-test.inc (cacos_test): Add more tests.
67753         (casin_test): Likewise.
67754         (casinh_test): Likewise.
67755         * sysdeps/i386/fpu/libm-test-ulps: Update.
67756         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
67758 2013-01-31  David S. Miller  <davem@davemloft.net>
67760         * po/de.po: Update from translation team.
67762 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
67764         * time/tzfile.c: Include stdint.h for SIZE_MAX.
67766 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
67768         * configure.in (_AC_PROG_CC_C89): New definition.
67769         * configure: Regenerate.
67771         * configure.in (AC_PROG_CPP): New definition.
67772         * configure: Regenerate.
67774 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
67776         * debug/tst-backtrace.h: New file.
67777         * debug/tst-backtrace2.c: Include tst-backtrace.h.
67778         (ret): Remove variable.
67779         (x): Likewise.
67780         (FAIL): Remove macro.
67781         (NO_INLINE): Likewise.
67782         (fn1): Use match function instead of strstr.
67783         * debug/tst-backtrace3.c: Include tst-backtrace.h.
67784         (ret): Remove variable.
67785         (x): Likewise.
67786         (FAIL): Remove macro.
67787         (NO_INLINE): Likewise.
67788         (fn): Use match function instead of strstr.
67789         * debug/tst-backtrace4.c: Include tst-backtrace.h.
67790         (ret): Remove variable.
67791         (x): Likewise.
67792         (FAIL): Remove macro.
67793         (NO_INLINE): Likewise.
67794         (handle_signal): Use match function instead of strstr.
67795         * debug/tst-backtrace5.c: Include tst-backtrace.h.
67796         (ret): Remove variable.
67797         (x): Likewise.
67798         (FAIL): Remove macro.
67799         (NO_INLINE): Likewise.
67800         (handle_signal): Use match function instead of strstr.
67802 2013-01-23  Roland McGrath  <roland@hack.frob.com>
67804         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
67806 2013-01-23  David S. Miller  <davem@davemloft.net>
67808         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
67809         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
67810         argument of CAS if possible.
67811         * sysdeps/sparc/sparc64/bits/atomic.h
67812         (__arch_compare_and_exchange_val_32_acq): Likewise.
67813         (__arch_compare_and_exchange_val_64_acq): Likewise.
67815 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
67817         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
67818         * sysdeps/posix/ulimit.c: ... this.
67819         Include <limits.h>.
67820         * sysdeps/unix/bsd/ulimit.c: Remove file.
67822 2013-01-23  Adam Conrad  <adconrad@0c3.net>
67824         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
67825         (LDFLAGS-tst-array5): Likewise.
67827 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
67829         [BZ #15036]
67830         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
67831         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
67832         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
67833         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
67835 2013-01-21  David S. Miller  <davem@davemloft.net>
67837         * sysdeps/sparc/backtrace.c: New file.
67838         * sysdeps/sparc/sparc32/backtrace.h: New file.
67839         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
67840         * sysdeps/sparc/sparc64/backtrace.h: New file.
67841         * sysdeps/sparc/sparc64/backtrace.c: Delete.
67842         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
67843         -funwind-tables.
67845 2013-01-21  Andreas Schwab  <schwab@suse.de>
67847         [BZ #15020]
67848         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
67849         closed its stdout.
67851 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
67853         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
67854         "mpa2.h".
67855         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
67857 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
67858             Mark Mitchell  <mark@codesourcery.com>
67859             Tom de Vries  <tom@codesourcery.com>
67860             Paul Pluzhnikov  <ppluzhnikov@google.com>
67862         * debug/tst-backtrace2.c: New file.
67863         * debug/tst-backtrace3.c: Likewise.
67864         * debug/tst-backtrace4.c: Likewise.
67865         * debug/tst-backtrace5.c: Likewise.
67866         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
67867         (CFLAGS-tst-backtrace3.c): Likewise.
67868         (CFLAGS-tst-backtrace4.c): Likewise.
67869         (CFLAGS-tst-backtrace5.c): Likewise.
67870         (LDFLAGS-tst-backtrace2): Likewise.
67871         (LDFLAGS-tst-backtrace3): Likewise.
67872         (LDFLAGS-tst-backtrace4): Likewise.
67873         (LDFLAGS-tst-backtrace5): Likewise.
67874         (tests): Add new tests tst-backtrace2, tst-backtrace3,
67875         tst-backtrace4 and tst-backtrace5.
67877 2013-01-18  Anton Blanchard  <anton@samba.org>
67878             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
67880         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
67881         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
67882         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
67883         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
67884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
67885         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
67886         "+r" and remove output regs list as redundant.  Add explicit inline
67887         asm to specify register of return val to work around compiler codegen
67888         bug.  Remove (int) cast on return value.  Add return type parameter to
67889         use in macro so that this macro does not truncate return value for
67890         64-bit values.
67891         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
67892         pass to INTERNAL_VSYSCALL_NCS.
67893         (INLINE_VSYSCALL): Add 'long int' as return type to
67894         INTERNAL_VSYSCALL_NCS macro invocation.
67895         (INTERNAL_VSYSCALL): Add 'long int' as return type to
67896         INTERNAL_VSYSCALL_NCS macro invocation.
67897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
67899 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
67901         [BZ #14496]
67902         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
67903         Fix application of SIMD FP exception mask.
67905         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
67906         mp_no from a power of two.
67907         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
67908         __mpexp_twomm1.  Use __pow_mp.
67910         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
67911         multiplication.
67913 2013-01-17  David S. Miller  <davem@davemloft.net>
67915         * sysdeps/sparc/fpu/libm-test-ulps: Update.
67917 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
67919         [BZ #15023]
67920         * include/complex.h: Condition contents on [!_COMPLEX_H].
67921         (__kernel_casinhf): New prototype.
67922         (__kernel_casinh): Likewise.
67923         (__kernel_casinhl): Likewise.
67924         * math/Makefile (libm_calls): Add k_casinh.
67925         * math/k_casinh.c: New file.
67926         * math/k_casinhf.c: Likewise.
67927         * math/k_casinhl.c: Likewise.
67928         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
67929         finite nonzero arguments.
67930         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
67931         finite nonzero arguments.
67932         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
67933         finite nonzero arguments.
67934         * math/s_casinh.c: Do not include <float.h>.
67935         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
67936         * math/s_casinhf.c: Do not include <float.h>.
67937         (__casinhf): Move code for finite nonzero arguments to
67938         k_casinhf.c.
67939         * math/s_casinhl.c: Do not include <float.h>.
67940         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
67941         redefine.
67942         (__casinhl): Move code for finite nonzero arguments to
67943         k_casinhl.c.
67944         * math/libm-test.inc (cacos_test): Add more tests.
67945         * sysdeps/i386/fpu/libm-test-ulps: Update.
67946         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
67948 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
67950         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
67951         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
67952         [!HAVE_MREMAP]: Remove [defined linux] case.
67953         * malloc/arena.c: Do not include <malloc-sysdep.h>.
67955 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
67957         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
67959 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
67961         * elf/elf.h (R_386_SIZE32): New relocation.
67962         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
67963         R_386_SIZE32.
67964         (elf_machine_rela): Likewise.
67965         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
67966         R_X86_64_SIZE64 and R_X86_64_SIZE32.
67968 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
67970         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
67971         (FP_FAST_FMA): Do not define.
67972         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
67973         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
67974         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
67975         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
67976         !_SOFT_FLOAT]: Likewise.
67977         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
67978         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
67979         value.
67980         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
67981         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
67982         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
67983         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
67984         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
67985         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
67986         file.
67988 2013-01-16  Andreas Schwab  <schwab@suse.de>
67990         [BZ #14327]
67991         * include/stdlib.h (__mktemp): Add declaration.
67992         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
67993         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
67995 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
67997         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
67998         definitions.
67999         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
68000         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
68001         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
68002         definitions here.
68003         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
68004         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
68005         definitions.
68006         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
68007         and ONE.
68008         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
68009         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
68010         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
68011         definitions.
68012         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
68013         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
68014         definitions.
68015         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
68017         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
68019 2013-01-15  David S. Miller  <davem@davemloft.net>
68021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
68022         trunc{,f} to libm-sysdep_routes.
68023         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
68024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
68025         file.
68026         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
68027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
68028         file.
68029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
68030         file.
68031         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
68032         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
68033         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
68034         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
68035         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
68036         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
68037         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
68038         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
68040         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
68041         nearbyint{,f} to libm-sysdep_routes.
68042         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
68043         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
68044         New file.
68045         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
68046         file.
68047         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
68048         New file.
68049         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
68050         file.
68051         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
68052         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
68053         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
68054         file.
68055         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
68056         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
68057         file.
68058         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
68059         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
68060         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
68062         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
68063         libc_feholdexcept and libc_fesetenv.
68065 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
68067         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
68069 2013-01-14  David S. Miller  <davem@davemloft.net>
68071         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
68072         (SPARC_ASM_VIS2_IFUNC): Likewise.
68073         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
68074         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
68075         use of 'siam' instruction.
68076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
68077         Likewise.
68078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
68079         Likewise.
68080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
68081         Likewise.
68082         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
68083         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
68084         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
68085         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
68086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
68087         file.
68088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
68089         file.
68090         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
68091         file.
68092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
68093         file.
68094         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
68095         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
68096         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
68097         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
68098         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
68099         new VIS2 routines.
68100         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
68101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
68102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
68103         Likewise.
68104         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
68105         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
68106         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
68107         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
68108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
68109         routines to libm-sysdep_routines.
68110         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
68112         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
68113         fdim/fdimf to libm-sysdep_routines.
68114         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
68115         file.
68116         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
68117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
68118         file.
68119         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
68120         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
68121         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
68122         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
68123         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
68124         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
68125         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
68127 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
68129         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
68130         to optimize copies.
68132         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
68133         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
68134         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
68136         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
68137         local variable MPTWO.
68138         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
68139         Likewise.
68141 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
68143         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
68144         GLOB_NOESCAPE.
68146 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
68148         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
68150 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
68152         * manual/pattern.texi (glob_t): Document gl_flags.
68153         (glob64_t): Likewise.
68155 2013-01-11  David S. Miller  <davem@davemloft.net>
68157         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
68158         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
68159         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
68160         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
68161         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
68162         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
68163         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
68164         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
68165         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
68166         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
68167         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
68168         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
68169         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
68171         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
68172         sparc V9 rather than using V8 code.
68173         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
68174         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
68176         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
68177         Move to...
68178         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
68179         Here.
68181 2013-01-11  Roland McGrath  <roland@hack.frob.com>
68183         [BZ #14941]
68184         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
68185         not in the main loop.
68186         * configure: Regenerated.
68188 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
68190         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
68191         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
68192         to just #else.
68193         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
68194         [!__GLIBC_HAVE_LONG_LONG] case.
68195         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
68196         condition to just #else.
68197         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
68198         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
68199         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
68200         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
68201         unconditional.
68202         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
68203         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
68204         #elif condition to just #else.
68205         * sysdeps/unix/sysv/linux/sys/sysmacros.h
68206         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
68207         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
68208         #elif condition to just #else.
68210 2013-01-11  Steve Ellcey  <sellcey@mips.com>
68212         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
68213         (EF_MIPS_ARCH_64): Fix value.
68214         (EF_MIPS_ARCH_32R2): New.
68215         (EF_MIPS_ARCH_64R2): New.
68217 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
68219         * Makeconfig (+link-pie-before-libc): New.
68220         (+link-pie-after-libc): Likewise.
68221         (+link-pie-tests): Likewise.
68222         (+link-pie): Rewritten.
68223         (link-before-libc): Remove $(config-LDFLAGS).
68224         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
68225         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
68226         (config-LDFLAGS): Renamed to ...
68227         (rtld-LDFLAGS): This.
68228         (rtld-tests-LDFLAGS): New macro.
68229         (link-libc-rpath-link): Likewise.
68230         (link-libc-tests-rpath-link): Likewise.
68231         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
68232         (link-libc): Prepand $(link-libc-rpath-link).
68233         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
68234         (test-program-prefix): New macro.
68235         (test-via-rtld-prefix): Likewise.
68236         (test-program-cmd): Likewise.
68237         (host-test-program-cmd): Likewise.
68238         * Makefile ($(common-objpfx)testrun.sh): Replace
68239         $(run-program-prefix) with $(test-program-prefix).
68240         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
68241         $(rtld-LDFLAGS).
68242         ($(common-objpfx)shlib.lds): Likewise.
68243         (build-module-helper): Likewise.
68244         ($(common-objpfx)format.lds): Likewise.
68245         * Rules (binaries-pie-tests): New.
68246         (binaries-pie-notests): Likewise.
68247         (binaries-pie): Rewritten.
68248         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
68249         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
68250         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
68251         (make-test-out): Replace $(host-built-program-cmd) with
68252         $(host-test-program-cmd).
68253         * config.make.in (build-hardcoded-path-in-tests): New variable.
68254         * configure.in (--enable-hardcoded-path-in-tests): New configure
68255         option.
68256         (hardcoded_path_in_tests): New AC_SUBST.
68257         * configure: Regenerated.
68258         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
68259         $(built-program-cmd) with $(test-program-cmd).
68260         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
68261         (test_program_cmd): This.
68262         * elf/Makefile ($(objpfx)order.out): Run test with
68263         $(test-program-prefix).
68264         ($(objpfx)order2.out): Likewise.
68265         ($(objpfx)tst-initorder.out): Likewise.
68266         ($(objpfx)tst-initorder2.out): Likewise.
68267         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
68268         $(test-program-cmd).
68269         ($(objpfx)tst-array1-static.out): Likewise.
68270         ($(objpfx)tst-array2.out): Likewise.
68271         ($(objpfx)tst-array3.out): Likewise.
68272         ($(objpfx)tst-array4.out): Likewise.
68273         ($(objpfx)tst-array5.out): Likewise.
68274         ($(objpfx)tst-array5-static.out): Likewise.
68275         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
68276         $(test-program-cmd).
68277         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
68278         $(run-program-prefix) with $(test-program-prefix).
68279         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
68280         (test_program_prefix): This.
68281         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
68282         $(run-program-prefix) with $(test-program-prefix).
68283         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
68284         (test_program_prefix): This.
68285         * iconvdata/tst-tables.sh: Likewise.
68286         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
68287         $(run-program-prefix) with $(test-program-prefix).
68288         ($(objpfx)tst-translit.out): Likewise.
68289         ($(objpfx)tst-gettext2.out): Likewise.
68290         ($(objpfx)tst-gettext4.out): Likewise.
68291         ($(objpfx)tst-gettext6.out): Likewise.
68292         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
68293         (test_program_prefix): This.
68294         * intl/tst-gettext2.sh: Likewise.
68295         * intl/tst-gettext4.sh  Likewise.
68296         * intl/tst-gettext6.sh: Likewise.
68297         * intl/tst-translit.sh: Likewise.
68298         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
68299         with $(test-program-cmd).
68300         * libio/Makefile ($(objpfx)test-freopen.out): Replace
68301         $(run-program-prefix) with $(test-program-prefix).
68302         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
68303         (test_program_prefix): This.
68304         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
68305         $(run-program-prefix) with $(test-program-prefix).
68306         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
68307         (test_program_prefix): This.
68308         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
68309         * posix/Makefile ($(objpfx)globtest.out): Replace
68310         $(run-via-rtld-prefix) and $(test-wrapper) with
68311         $(test-program-prefix) and $(test-via-rtld-prefix).
68312         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
68313         $(test-program-prefix).
68314         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
68315         $(host-test-program-cmd).
68316         (tst-spawn-ARGS): Likewise.
68317         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
68318         $(test-program-prefix).
68319         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
68320         (test_via_rtld_prefix): This.
68321         (test_wrapper): Renamed to ...
68322         (test_program_prefix): This.
68323         (run_program_prefix): Replaced by test_program_prefix.
68324         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
68325         (test_program_prefix): This.
68326         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
68327         with $(host-test-program-cmd).
68328         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
68329         $(run-program-prefix) with $(test-program-prefix).
68330         ($(objpfx)tst-printf.out): Likewise.
68331         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
68332         $(test-program-cmd).
68333         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
68334         (test_program_prefix): This.
68335         * stdio-common/tst-unbputc.sh: Likewise.
68336         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
68337         $(run-program-prefix) with $(test-program-prefix).
68338         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
68339         (test_program_prefix): This.
68340         * string/Makefile ($(objpfx)tst-svc.out):  Replace
68341         $(built-program-cmd) with $(test-program-cmd).
68343 2013-01-11  Andreas Jaeger  <aj@suse.de>
68345         [BZ #15003]
68346         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
68347         value. Sync with Linux 3.7.
68349 2013-01-10  David S. Miller  <davem@davemloft.net>
68351         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
68352         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
68353         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
68355 2013-01-10  Roland McGrath  <roland@hack.frob.com>
68357         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
68358         never set.
68359         * configure: Regenerated.
68361 2013-01-10  David S. Miller  <davem@davemloft.net>
68363         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
68364         sparc V9 rather than using V8 code.
68365         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
68366         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
68368 2013-01-10  Roland McGrath  <roland@hack.frob.com>
68370         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
68371         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
68372         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
68373         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
68374         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
68375         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
68376         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
68377         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
68378         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
68379         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
68380         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
68381         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
68382         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
68383         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
68384         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
68385         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
68386         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
68387         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
68388         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
68389         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
68390         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
68391         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
68392         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
68393         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
68394         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
68395         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
68396         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
68398 2013-01-10  David S. Miller  <davem@davemloft.net>
68400         * sysdeps/sparc/fpu/libm-test-ulps: Update.
68402 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
68404         * posix/Makefile (tests-static): New variable.
68405         (tests): Add $(tests-static).
68406         (tst-exec-static-ARGS): New variable.
68407         (tst-spawn-static-ARGS): Likewise.
68408         * posix/tst-exec-static.c: New file.
68409         * posix/tst-spawn-static.c: Likewise.
68410         * posix/tst-exec.c: Support run directly.
68411         * posix/tst-spawn.c: Likewise.
68413 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
68415         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
68416         long.
68417         * math/bits/mathcalls.h (llrint): Likewise.
68418         (llround): Likewise.
68419         * stdlib/stdlib.h (struct drand48_data): Likewise.
68420         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
68421         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
68422         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
68423         Likewise.
68424         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
68425         Likewise.
68426         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
68427         (elf_greg_t): Likewise.
68428         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
68429         (__jmp_buf): Likewise.
68430         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
68431         definitions.
68432         (llrint): Likewise, for all definitions.
68433         (llrintl): Likewise.
68435         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
68436         Remove [__GNUC__] condition.
68437         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
68438         condition to just [__USE_ISOC99].
68439         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
68441 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
68443         [BZ #14200]
68444         * sysdeps/unix/sysv/linux/x86/bits/environments.h
68445         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
68446         defined.
68447         (_POSIX_V6_ILP32_OFF32): Likewise.
68448         (_XBS5_ILP32_OFF32): Likewise.
68449         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
68450         (__ILP32_OFFBIG_LDFLAGS): Likewise.
68452 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
68454         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
68456         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
68457         doubles __mpexp_twomm1.  Adjust usage.
68458         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
68459         Remove.
68461 2013-01-10  Andreas Schwab  <schwab@suse.de>
68463         [BZ #14964]
68464         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
68465         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
68467 2013-01-09  David S. Miller  <davem@davemloft.net>
68469         [BZ #15003]
68470         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
68471         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
68472         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
68473         (TCP_FASTOPEN): Define.
68474         (tcp_repair_opt): New structure.
68475         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
68476         enum values.
68477         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
68478         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
68479         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
68480         (tcp_cookie_transactions): New structure.
68482 2013-01-09  Anton Blanchard  <anton@samba.org>
68484         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
68485         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
68486         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
68487         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
68489 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
68491         * include/features.h (__USE_ANSI): Remove.
68493 2013-01-09  Roland McGrath  <roland@hack.frob.com>
68495         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
68497         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
68499 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
68501         * sysdeps/s390/fpu/libm-test-ulps: Update.
68503         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
68505         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
68506         (__acr): Likewise.
68507         (__cpy): Likewise.
68508         (norm): Likewise.
68509         (denorm): Likewise.
68510         (__mp_dbl): Likewise.
68511         (__dbl_mp): Likewise.
68512         (add_magnitudes): Likewise.
68513         (sub_magnitudes): Likewise.
68514         (__add): Likewise.
68515         (__sub): Likewise.
68516         (__mul): Likewise.
68517         (__inv): Likewise.
68518         (__dvd): Likewise.
68519         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
68520         (__acr): Likewise.
68521         (__cpy): Likewise.
68522         (norm): Likewise.
68523         (denorm): Likewise.
68524         (__mp_dbl): Likewise.
68525         (__dbl_mp): Likewise.
68526         (add_magnitudes): Likewise.
68527         (sub_magnitudes): Likewise.
68528         (__add): Likewise.
68529         (__sub): Likewise.
68530         (__mul): Likewise.
68531         (__inv): Likewise.
68532         (__dvd): Likewise.
68533         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
68534         (__acr): Likewise.
68535         (__cpy): Likewise.
68536         (norm): Likewise.
68537         (denorm): Likewise.
68538         (__mp_dbl): Likewise.
68539         (__dbl_mp): Likewise.
68540         (add_magnitudes): Likewise.
68541         (sub_magnitudes): Likewise.
68542         (__add): Likewise.
68543         (__sub): Likewise.
68544         (__mul): Likewise.
68545         (__inv): Likewise.
68546         (__dvd): Likewise.
68548 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
68550         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
68551         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
68552         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
68553         2 && __USE_EXTERN_INLINES]: Likewise.
68555 2013-01-08  Andreas Jaeger  <aj@suse.de>
68557         [BZ #14985]
68558         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
68559         Remove.
68560         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
68561         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
68563 2013-01-07  Anton Blanchard  <anton@samba.org>
68565         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
68566         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
68567         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
68568         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
68569         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
68570         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
68571         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
68572         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
68573         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
68574         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
68575         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
68576         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
68577         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
68578         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
68579         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
68580         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
68581         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
68582         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
68583         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
68584         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
68585         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
68586         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
68587         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
68588         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
68589         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
68590         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
68591         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
68592         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
68593         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
68594         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
68595         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
68596         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
68597         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
68598         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
68599         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
68600         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
68601         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
68602         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
68603         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
68604         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
68605         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
68606         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
68607         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
68609 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
68611         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
68612         (__MALLOC_PMT): Likewise.
68613         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
68614         [__GNUC__], only on [_LIBC].
68615         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
68616         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
68617         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
68618         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
68619         forward declaration.
68620         (realloc_hook_ini): Likewise.
68621         (memalign_hook_ini): Likewise.
68622         (__libc_memalign): Do not use __MALLOC_PMT in variable
68623         declaration.
68624         (__libc_valloc): Likewise.
68625         (__libc_pvalloc): Likewise.
68626         (__libc_calloc): Likewise.
68627         (__posix_memalign): Likewise.
68629         [BZ #14996]
68630         * math/s_casinh.c: Include <float.h>.
68631         (__casinh): Do not do computation with squaring and square root
68632         for large arguments.
68633         * math/s_casinhf.c: Include <float.h>.
68634         (__casinhf): Do not do computation with squaring and square root
68635         for large arguments.
68636         * math/s_casinhl.c: Include <float.h>.
68637         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
68638         (__casinhl): Do not do computation with squaring and square root
68639         for large arguments.
68640         * math/libm-test.inc (casin_test): Add more tests.
68641         (casinh_test): Likewise.
68642         * sysdeps/i386/fpu/libm-test-ulps: Update.
68643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
68645 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
68647         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
68648         (__x86_64_raw_data_cache_size): Likewise.
68649         (__x86_64_data_cache_size_half): Likewise.
68650         (__x86_64_raw_data_cache_size_half): Likewise.
68651         (__x86_64_shared_cache_size): Likewise.
68652         (__x86_64_raw_shared_cache_size): Likewise.
68653         (__x86_64_shared_cache_size_half): Likewise.
68654         (__x86_64_raw_shared_cache_size_half): Likewise.
68655         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
68656         to ...
68657         (__x86_data_cache_size): This.
68658         (__x86_64_raw_data_cache_size): Renamed to ...
68659         (__x86_raw_data_cache_size): This.
68660         (__x86_64_data_cache_size_half): Renamed to ...
68661         (__x86_data_cache_size_half): This.
68662         (__x86_64_raw_data_cache_size_half): Renamed to ...
68663         (__x86_raw_data_cache_size_half): This.
68664         (__x86_64_shared_cache_size): Renamed to ...
68665         (__x86_shared_cache_size): This.
68666         (__x86_64_raw_shared_cache_size): Renamed to ...
68667         (__x86_raw_shared_cache_size): This.
68668         (__x86_64_shared_cache_size_half): Renamed to ...
68669         (__x86_shared_cache_size_half): This.
68670         (__x86_64_raw_shared_cache_size_half): Renamed to ...
68671         (__x86_raw_shared_cache_size_half): This.
68672         * sysdeps/x86_64/memcpy.S: Updated.
68673         * sysdeps/x86_64/memset.S: Likewise.
68674         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
68675         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
68676         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
68678 2013-01-04  David S. Miller  <davem@davemloft.net>
68680         * sysdeps/sparc/fpu/libm-test-ulps: Update.
68682 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
68684         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
68685         1 to avoid redefinition warning.
68686         (__USE_GNU): Don't define.
68687         (init_signaling_nan): Protoize.
68689         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
68691 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
68693         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
68694         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
68695         (__cpymn): Likewise.
68696         (norm): Remove commented code.
68697         (denorm): Likewise.
68698         (__mp_dbl): Likewise.
68699         (__inv): Likewise.
68700         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
68701         (__cpymn): Likewise.
68702         (norm): Remove commented code.
68703         (denorm): Likewise.
68704         (__mp_dbl): Likewise.
68705         (__inv): Likewise.
68707         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
68708         mp_no value for 1.0 and 2.0.
68709         (norm): Use RADIXI instead of radixi.d.
68710         (denorm): Likewise.
68711         (__mul): Use 0.0 instead of zero.d.
68712         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
68713         mp_no value for 1.0 and 2.0.
68714         (norm): Use RADIXI instead of radixi.d.
68715         (denorm): Likewise.
68716         (__mul): Use 0.0 instead of zero.d.
68718 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
68720         [BZ #14994]
68721         * math/s_casinh.c (__casinh): Reduce finite argument to first
68722         quadrant then set signs of results at the end.
68723         * math/s_casinhf.c (__casinhf): Likewise.
68724         * math/s_casinhl.c (__casinhl): Likewise.
68725         * math/libm-test.inc (casin_test): Add more tests.
68726         (casinh_test): Likewise.
68727         * sysdeps/i386/fpu/libm-test-ulps: Update.
68728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
68730 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
68732         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
68734         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
68736         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
68737         declarations.
68738         (denorm): Likewise.
68739         (__mp_dbl): Likewise.
68740         (__inv): Likewise.
68742         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
68743         and adjust the header comment.
68745         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
68746         variable name from declaration.
68748 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
68750         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
68751         Initialize COMMON_CPUID_INDEX_7 element.
68752         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
68753         (CPUID_RTM): Likewise.
68754         (HAS_RTM): Likewise.
68755         (COMMON_CPUID_INDEX_7): New enum.
68757 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
68759         [BZ #14981]
68760         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
68761         size is zero, record memory as freed.
68763 2013-01-03  Andreas Jaeger  <aj@suse.de>
68765         * po/ia.po: Add new Interlingua translation.
68767 2012-01-03  Allan McRae  <allan@archlinux.org>
68769         * locale/programs/localedef.c: Fix description of '--posix' flag.
68771 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
68773         * NEWS: Update dates in second copyright notice.
68774         * README: Update copyright dates in example.
68775         * manual/libc.texinfo: Update copyright dates.
68776         * scripts/test-installation.pl: Update copyright date in --version
68777         output.
68779         * hurd/ctty-input.c: Fix copyright notice formatting.
68780         * hurd/ctty-output.c: Likewise.
68781         * hurd/dtable.c: Likewise.
68782         * hurd/hurd-raise.c: Likewise.
68783         * hurd/hurdprio.c: Likewise.
68784         * hurd/msgportdemux.c: Likewise.
68785         * misc/sys/file.h: Likewise.
68786         * misc/sys/ioctl.h: Likewise.
68787         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
68788         * sysdeps/mach/hurd/chdir.c: Likewise.
68789         * sysdeps/mach/hurd/fchdir.c: Likewise.
68790         * sysdeps/mach/hurd/rename.c: Likewise.
68791         * sysdeps/mach/hurd/rmdir.c: Likewise.
68792         * sysdeps/mach/hurd/seekdir.c: Likewise.
68793         * sysdeps/mach/hurd/setsid.c: Likewise.
68794         * sysdeps/posix/wait3.c: Likewise.
68796         * All files with FSF copyright notices: Update copyright dates
68797         using scripts/update-copyrights.
68798         * intl/plural.c: Regenerated.
68799         * locale/programs/charmap-kw.h: Likewise.
68800         * locale/programs/locfile-kw.h: Likewise.
68802 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
68804         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
68805         four values.
68807         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
68808         calculation loop and add branch prediction.
68810         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
68811         check access beyond bounds of m1np.
68813         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
68814         MPTWO.
68815         (__inv): Remove local variable MPTWO to use the global
68816         constant.
68817         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
68818         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
68819         variable MPTWO.
68820         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
68821         MP3HALFS static const.
68823 2013-01-01  David S. Miller  <davem@davemloft.net>
68825         * po/ca.po: Update from translation team.
68827 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
68829         * scripts/update-copyrights: New file.
68830         * Makeconfig: Reformat copyright notice.
68831         * ctype/ctype.h: Likewise.
68832         * debug/swprintf_chk.c: Likewise.
68833         * elf/dl-cache.c: Likewise.
68834         * elf/dl-debug.c: Likewise.
68835         * elf/dl-object.c: Likewise.
68836         * grp/initgroups.c: Likewise.
68837         * hurd/Makefile: Likewise.
68838         * hurd/hurd/signal.h: Likewise.
68839         * hurd/hurdfault.c: Likewise.
68840         * hurd/hurdioctl.c: Likewise.
68841         * hurd/hurdlookup.c: Likewise.
68842         * hurd/intr-msg.c: Likewise.
68843         * iconv/gconv_open.c: Likewise.
68844         * libio/swprintf.c: Likewise.
68845         * locale/lc-ctype.c: Likewise.
68846         * locale/nl_langinfo.c: Likewise.
68847         * mach/Machrules: Likewise.
68848         * mach/Makefile: Likewise.
68849         * malloc/obstack.h: Likewise.
68850         * manual/Makefile: Likewise.
68851         * manual/tsort.awk: Likewise.
68852         * misc/bits/stab.def: Likewise.
68853         * nis/nis_print_group_entry.c: Likewise.
68854         * nis/nis_table.c: Likewise.
68855         * nis/nss_compat/compat-pwd.c: Likewise.
68856         * nis/nss_compat/compat-spwd.c: Likewise.
68857         * po/Makefile: Likewise.
68858         * posix/fnmatch.c: Likewise.
68859         * posix/regex.h: Likewise.
68860         * resolv/Makefile: Likewise.
68861         * resolv/nss_dns/dns-network.c: Likewise.
68862         * resolv/res_hconf.c: Likewise.
68863         * scripts/gen-sorted.awk: Likewise.
68864         * soft-fp/soft-fp.h: Likewise.
68865         * stdio-common/printf.h: Likewise.
68866         * stdlib/monetary.h: Likewise.
68867         * stdlib/random.c: Likewise.
68868         * stdlib/random_r.c: Likewise.
68869         * sysdeps/generic/Makefile: Likewise.
68870         * sysdeps/gnu/Makefile: Likewise.
68871         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
68872         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
68873         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
68874         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
68875         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
68876         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
68877         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
68878         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
68879         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
68880         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
68881         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
68882         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
68883         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
68884         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
68885         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
68886         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
68887         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
68888         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
68889         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
68890         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
68891         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
68892         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
68893         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
68894         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
68895         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
68896         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
68897         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
68898         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
68899         * sysdeps/mach/hurd/errnos.awk: Likewise.
68900         * sysdeps/mach/hurd/fork.c: Likewise.
68901         * sysdeps/mach/hurd/getcwd.c: Likewise.
68902         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
68903         * sysdeps/mach/hurd/mmap.c: Likewise.
68904         * sysdeps/mach/hurd/utimes.c: Likewise.
68905         * sysdeps/mach/hurd/xmknod.c: Likewise.
68906         * sysdeps/posix/profil.c: Likewise.
68907         * sysdeps/posix/readdir_r.c: Likewise.
68908         * sysdeps/powerpc/bits/mathdef.h: Likewise.
68909         * sysdeps/powerpc/bits/setjmp.h: Likewise.
68910         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
68911         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
68912         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
68913         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
68914         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
68915         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
68916         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
68917         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
68918         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
68919         * sysdeps/pthread/lio_listio.c: Likewise.
68920         * sysdeps/sparc/dl-procinfo.h: Likewise.
68921         * sysdeps/unix/i386/sysdep.S: Likewise.
68922         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
68923         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
68924         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
68925         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
68926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
68927         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
68928         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
68929         * sysdeps/unix/sysv/linux/speed.c: Likewise.
68930         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
68931         * sysdeps/wordsize-32/divdi3.c: Likewise.
68932         * time/sys/time.h: Likewise.
68933         * wcsmbs/Makefile: Likewise.
68935 2013-01-01  David S. Miller  <davem@davemloft.net>
68937         * po/fr.po: Update from translation team.
68939         * catgets/gencat.c: Update copyright year.
68940         * csu/version.c: Likewise.
68941         * debug/catchsegv.sh: Likewise.
68942         * debug/pcprofiledump.c: Likewise.
68943         * debug/xtrace.sh: Likewise.
68944         * elf/ldconfig.c: Likewise.
68945         * elf/ldd.bash.in: Likewise.
68946         * elf/pldd.c: Likewise.
68947         * elf/sotruss.ksh: Likewise.
68948         * elf/sprof.c: Likewise.
68949         * iconv/iconv_prog.c: Likewise.
68950         * iconv/iconvconfig.c: Likewise.
68951         * locale/programs/locale.c: Likewise.
68952         * locale/programs/localedef.c: Likewise.
68953         * login/programs/pt_chown.c: Likewise.
68954         * malloc/memusage.sh: Likewise.
68955         * malloc/memusagestat.c: Likewise.
68956         * malloc/mtrace.pl: Likewise.
68957         * nscd/nscd.c: Likewise.
68958         * nss/getent.c: Likewise.
68959         * nss/makedb.c: Likewise.
68960         * posix/getconf.c: Likewise.
68962 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
68964         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
68965         numbers.
68967 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
68969         * math/bits/mathcalls.h (modf): Use __nonnull.
68971 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
68973         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
68974         (split): Use macro CN instead of the bare value.
68975         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
68976         could be used.
68977         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
68978         instead of the bare value.
68979         (power1): Likewise.
68981 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
68983         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
68984         __ATAN_TWOM.
68985         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
68987         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
68988         their values.
68989         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
68990         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
68991         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
68992         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
68994 2012-12-28  Andreas Jaeger  <aj@suse.de>
68996         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
68997         values are from Linux 3.7.
68999         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
69000         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
69002 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
69004         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
69005         TRUE case.
69007         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
69008         (norm): Likewise.
69009         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
69010         variables with preprocessor constants.
69011         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
69012         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
69013         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
69015 2012-12-27  Bruno Haible  <bruno@clisp.org>
69017         [BZ #14317]
69018         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
69019         only if needed.
69021 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
69023         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
69024         and use variable directly.
69025         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
69027         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
69028         MPONE.
69029         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
69030         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
69031         variable MPONE.
69032         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
69033         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
69034         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
69035         include directive.  Remove local variable MPONE.
69036         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
69037         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
69038         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
69040 2012-12-25  David S. Miller  <davem@davemloft.net>
69042         * version.h (RELEASE): Set to "development".
69043         (VERSION): Set to "2.17.90".
69044         * NEWS: Add 2.18 section.
69046 2012-12-21  David S. Miller  <davem@davemloft.net>
69048         * po/hr.po: Update from translation team.
69050 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
69052         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
69054 2012-12-19  Steve Ellcey  <sellcey@mips.com>
69056         * NEWS:  Mention new memcpy for MIPS.
69058 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
69060         * manual/contrib.texi (Contributors): Spelling correction.
69062 2012-12-15  David S. Miller  <davem@davemloft.net>
69064         * po/ru.po: Update from translation team.
69066 2012-12-13  David S. Miller  <davem@davemloft.net>
69068         * NEWS: Mention IFUNC testsuite enhancements.
69070         * po/pl.po: Update from translation team.
69071         * po/bg.po: Likewise.
69073         * manual/contrib.texi (Contributors): Update entries for Hongjiu
69074         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
69076 2012-12-11  David S. Miller  <davem@davemloft.net>
69078         * po/sv.po: Update from translation team.
69080         * po/vi.po: Update from translation team.
69082         * po/cs.po: Update from translation team.
69084         * po/de.po: Update from translation team.
69085         * po/eo.po: Likewise.
69086         * po/nl.po: Likewise.
69088 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
69090         [BZ #14246]
69091         * manual/argp.texi (Argp Helper Functions): Move node to follow
69092         Argp Parsing State.
69094         [BZ #14872]
69095         * manual/conf.texi (Limits on File System Capacity): Mention if
69096         terminating null is included in the max size.
69098 2012-12-10  Andreas Jaeger  <aj@suse.de>
69100         * po/cs.po: Update from translation team.
69102 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
69104         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
69105         void pointer and cast to uintptr_t.
69106         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
69107         path.
69108         * sysdeps/s390/s390-64/memcpy.S: Likewise.
69109         * sysdeps/s390/s390-64/memset.S: Likewise.
69111 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
69113         [BZ #14833]
69114         * menual/message.texi (Message Translation): Fix typos.
69115         (Helper programs for gettext): Likewise.
69117 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
69119         [BZ #14898]
69120         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
69121         Change to -1.
69123 2012-12-07  David S. Miller  <davem@davemloft.net>
69125         * po/libc.pot: Update.
69127 2012-12-07  Richard Henderson  <rth@redhat.com>
69129         [BZ #10114]
69130         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
69131         normal/normal case to before the switch.
69132         (_FP_DIV): Likewise.
69134 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
69135             Mike Frysinger  <vapier@gentoo.org>
69137         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
69138         check for __NR_fadvise64_64.
69140 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
69142         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
69143         0, not just to plain "0" as a statement.
69144         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
69145         with cw.
69147 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
69149         * NEWS: Use sourceware.org in Bugzilla URL.
69151 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
69153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
69154         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
69156         * stdio-common/tst-put-error.c (do_test): Add newline to the
69157         padded test to ensure flush.
69159 2012-12-05  Jeff Law  <law@redhat.com>
69161         * sunrpc/etc.rpc (fedfs_admin): Add entry.
69163 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
69165         * README: Don't refer to ports add-on as distributed separately.
69166         Mention AArch64 in list of systems supported in the ports add-on.
69168         * LICENSES: Add more non-FSF copyright and license notices.
69170         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
69171         ((unused)).
69173         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
69175         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
69176         10000 as width of padded output.
69178 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
69180         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
69182         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
69183         variable LX with __attribute__ ((unused)).
69184         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
69185         Likewise.
69186         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
69187         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
69188         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
69189         with __attribute__ ((unused)).
69191 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
69193         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
69195 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
69197         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
69198         (CFLAGS-nldbl-acos.c): New variable.
69199         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
69200         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
69201         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
69202         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
69203         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
69204         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
69205         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
69206         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
69207         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
69208         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
69209         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
69210         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
69211         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
69212         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
69213         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
69214         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
69215         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
69216         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
69217         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
69218         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
69219         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
69220         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
69221         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
69222         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
69223         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
69224         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
69225         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
69226         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
69227         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
69228         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
69229         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
69230         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
69231         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
69232         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
69233         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
69234         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
69235         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
69236         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
69237         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
69238         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
69239         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
69240         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
69241         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
69242         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
69243         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
69244         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
69245         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
69246         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
69247         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
69248         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
69249         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
69250         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
69251         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
69252         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
69253         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
69254         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
69255         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
69256         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
69257         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
69258         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
69259         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
69260         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
69261         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
69262         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
69263         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
69264         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
69265         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
69266         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
69267         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
69268         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
69269         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
69270         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
69271         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
69272         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
69273         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
69274         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
69275         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
69276         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
69277         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
69278         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
69279         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
69280         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
69281         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
69282         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
69283         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
69284         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
69285         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
69286         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
69287         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
69288         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
69289         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
69290         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
69291         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
69292         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
69293         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
69294         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
69295         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
69297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
69298         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
69300         [BZ #14914]
69301         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
69302         whole low double instead of just low 47 bits when splitting values
69303         into two parts.
69305 2012-12-03  Allan McRae  <allan@archlinux.org>
69307         * manual/stdio.texi (Predefined Printf Handlers): Remove
69308         @hsep and @vsep usage.
69310 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
69312         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
69313         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
69315 2012-12-03  Jeff Law  <law@redhat.com>
69317         * time/sys/time.h (settimeofday): Do not mark TV argument
69318         as __nonnull.
69320 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
69322         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
69323         when currently writing and seek to current position when not.
69324         * libio/Makefile (tests): Remove bug-fclose1.
69325         * libio/bug-fclose1.c: Delete.
69327 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
69329         * manual/arith.texi (feenableexcept): Fix typo.
69330         (fedisableexcept): Likewise.
69332 2012-11-30  Roland McGrath  <roland@hack.frob.com>
69334         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
69335         second, differently-typed declaration, rather than a cast.
69337 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
69339         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
69340         * include/rpc/svc.h: ... here.
69342 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
69344         [BZ #13013]
69345         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
69346         depending n and resplen2 to catch cases where answer
69347         equals answerp2.
69349 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
69351         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
69352         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
69354 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
69356         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
69358 2012-11-29  Roland McGrath  <roland@hack.frob.com>
69360         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
69362 2012-11-28  Jeff Law  <law@redhat.com>
69364         [BZ #13761]
69365         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
69366         dataset_temporary.  Track alloca usage into alloca_used.
69367         If dataset is large allocate and release it via malloc/free.
69369 2012-06-04  Florian Weimer  <fweimer@redhat.com>
69371         [BZ #14197]
69372         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
69374 2012-11-28  David S. Miller  <davem@davemloft.net>
69376         * sysdeps/sparc/fpu/libm-test-ulps: Update.
69378 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
69380         [BZ #14803]
69381         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
69382         of pi/2 rounded to nearest to 64 bits.
69383         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
69384         nearest to 64 bits.
69385         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
69386         bits.
69388 2012-11-28  Jeff Law <law@redhat.com>
69389             Martin Osvald <mosvald@redhat.com>
69391         [BZ #14889]
69392         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
69393         * sunrpc/svc.c: Include time.h.
69394         (__svc_accept_failed): New function.
69395         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
69396         any reason other than EINTR, call __svc_accept_failed.
69397         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
69398         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
69400 2012-11-28  Andreas Schwab  <schwab@suse.de>
69402         * scripts/abilist.awk: Also handle indirect functions in .opd
69403         section.
69405 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
69407         [BZ #13881]
69408         * sysdeps/x86/fpu/powl_helper.c: New file.
69409         * sysdeps/x86/fpu/Makefile: Likewise.
69410         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
69411         (p3): New object.
69412         (__ieee754_powl): Use __powl_helper for finite arguments except
69413         integer exponents below 8.
69414         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
69415         (p3): New object.
69416         (__ieee754_powl): Use __powl_helper for finite arguments except
69417         integer exponents below 8.
69418         * math/libm-test.inc (pow_test): Add more tests and enable some
69419         previously disabled tests.
69420         * sysdeps/i386/fpu/libm-test-ulps: Update.
69421         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
69423 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
69424             Carlos O'Donell  <carlos_odonell@mentor.com>
69426         * nss/makedb.c (is_prime): Assert that input is odd and greater
69427         than 4.  Note that fact in a comment too.
69428         (next_prime): Add 4 to input.
69430 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
69432         [BZ #11741]
69433         * libio/Makefile (tests): Add test case tst-fwrite-error.
69434         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
69435         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
69436         * libio/tst-fwrite-error.c: New test case.
69438 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
69440         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
69441         before casting to void *.
69442         * include/libc-internal.h (__pointer_type): New macro.
69443         (__integer_if_pointer_type_sub): Likewise.
69444         (__integer_if_pointer_type): Likewise.
69445         (cast_to_integer): Likewise.
69446         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
69447         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
69448         before casting to atomic64_t.
69449         (atomic_exchange_acq): Likewise.
69450         (__arch_exchange_and_add_body): Likewise.
69451         (__arch_add_body): Likewise.
69452         (atomic_add_negative): Likewise.
69453         (atomic_add_zero): Likewise.
69455 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
69457         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
69458         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
69459         (add_fdes): Likewise.
69460         (linear_search_fdes): Likewise.
69461         (binary_search_unencoded_fdes): Likewise.
69463 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
69465         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
69467 2012-11-24  Adam Conrad  <adconrad@0c3.net>
69469         * configure.in: Autodetect C++ header directories.
69470         * configure: Regenerated.
69472 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
69474         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
69476 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
69478         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
69480 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
69482         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
69483         LDBL_MANT_DIG == 106]: Disable some tests.
69484         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
69485         Likewise.
69486         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
69487         Likewise.
69489         [BZ #14871]
69490         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
69491         input for small inputs.  Return +/- pi/2 for large inputs.
69492         * math/libm-test.inc (atan_test): Add more tests.
69494         * sysdeps/generic/unwind-dw2-fde-glibc.c
69495         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
69496         __attribute__ ((unused)).
69498         [BZ #14645]
69499         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
69500         x * y if x and y are nonzero and z is zero.
69502         [BZ #14811]
69503         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
69504         nonzero exponents with absolute value below 0x1p-117 to +/-
69505         0x1p-117.
69507         [BZ #14869]
69508         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
69509         up arguments below 2**-450, not just those below 2**-500.
69510         * math/libm-test.inc (hypot_test): Add another test.
69512         [BZ #14868]
69513         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
69514         Return a+b for ratio over 2**120, not 2**60.
69515         * math/libm-test.inc (hypot_test): Add another test.
69517         * math/libm-test.inc (clog_test): Use
69518         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
69519         (clog10_test): Likewise.
69521         [BZ #6778]
69522         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
69524 2012-11-22  Andreas Schwab  <schwab@suse.de>
69526         * sysdeps/i386/fpu/libm-test-ulps: Update.
69528 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
69530         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
69531         printf output with newline.
69533 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
69535         [BZ #14865]
69536         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
69537         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
69538         -z nodlopen, -z initfirst and -z execstack support.
69539         * configure: Regenerated.
69541         * elf/elf.h (DF_1_NODIRECT): New macro.
69542         (DF_1_IGNMULDEF): Likewise.
69543         (DF_1_NOKSYMS): Likewise.
69544         (DF_1_NOHDR): Likewise.
69545         (DF_1_EDITED): Likewise.
69546         (DF_1_NORELOC): Likewise.
69547         (DF_1_SYMINTPOSE): Likewise.
69548         (DF_1_GLOBAUDIT): Likewise.
69549         (DF_1_SINGLETON): Likewise.
69550         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
69551         DT_1_SUPPORTED_MASK bits.
69552         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
69554 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
69556         * sysdeps/unix/make-syscalls.sh: Document prefixes.
69558 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
69560         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
69561         macro.
69563         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
69564         (sendmmsg): Move declarations...
69565         * socket/sys/socket.h: ... here.
69566         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
69567         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
69568         include it from...
69569         * socket/recvmmsg.c: ... this new file.
69570         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
69571         (sendmmsg): Rename to __sendmmsg, create weak alias and make
69572         definition of __sendmmsg hidden.
69573         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
69574         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
69575         Move ENOSYS stub into and include it from...
69576         * socket/sendmmsg.c: ... this new file.
69577         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
69578         (sysdep_routines): Move recvmmsg and sendmmsg...
69579         * socket/Makefile (routines): ... here.
69580         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
69581         (GLIBC_PRIVATE): Add __sendmmsg.
69582         * include/sys/socket.h (__sendmmsg): Add declarations.
69583         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
69584         sendmmsg.
69586 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
69588         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
69589         variable I1 with __attribute__ ((unused)).
69590         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
69592 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
69594         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
69595         DUMMY variables with __attribute__ ((unused)).
69597         * bits/byteswap.h: Include <bits/types.h>.
69598         (__bswap_64): Use __uint64_t instead of unsigned long long int.
69600 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
69602         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
69603         string_t.  Do not manually set errno.
69604         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
69605         length with __strnlen.  Make sure to both set errno and return it on
69606         failure.
69608 2012-11-19  David S. Miller  <davem@davemloft.net>
69610         With help from Joseph Myers.
69611         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
69612         very large arguments properly.
69613         * math/libm-test.inc (atan_test): New tests.
69614         (atan2_test): New tests.
69615         * sysdeps/sparc/fpu/libm-test-ulps: Update.
69616         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
69618 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
69620         [BZ #14856]
69621         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
69622         Define to 3.
69624         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
69625         [POSIX] (EADDRNOTAVAIL): Likewise.
69626         [POSIX] (EAFNOSUPPORT): Likewise.
69627         [POSIX] (EALREADY): Likewise.
69628         [POSIX] (ECONNABORTED): Likewise.
69629         [POSIX] (ECONNREFUSED): Likewise.
69630         [POSIX] (ECONNRESET): Likewise.
69631         [POSIX] (EDESTADDRREQ): Likewise.
69632         [POSIX] (EDQUOT): Likewise.
69633         [POSIX] (EHOSTUNREACH): Likewise.
69634         [POSIX] (EIDRM): Likewise.
69635         [POSIX] (EISCONN): Likewise.
69636         [POSIX] (ELOOP): Likewise.
69637         [POSIX] (EMULTIHOP): Likewise.
69638         [POSIX] (ENETDOWN): Likewise.
69639         [POSIX] (ENETUNREACH): Likewise.
69640         [POSIX] (ENOBUFS): Likewise.
69641         [POSIX] (ENODATA): Likewise.
69642         [POSIX] (ENOLINK): Likewise.
69643         [POSIX] (ENOMSG): Likewise.
69644         [POSIX] (ENOPROTOOPT): Likewise.
69645         [POSIX] (ENOSR): Likewise.
69646         [POSIX] (ENOSTR): Likewise.
69647         [POSIX] (ENOTCONN): Likewise.
69648         [POSIX] (ENOTSOCK): Likewise.
69649         [POSIX] (EOPNOTSUPP): Likewise.
69650         [POSIX] (EOVERFLOW): Likewise.
69651         [POSIX] (EPROTO): Likewise.
69652         [POSIX] (EPROTONOSUPPORT): Likewise.
69653         [POSIX] (EPROTOTYPE): Likewise.
69654         [POSIX] (ESTALE): Likewise.
69655         [POSIX] (ETIME): Likewise.
69656         [POSIX] (ETXTBSY): Likewise.
69657         [POSIX] (EWOULDBLOCK): Likewise.
69658         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
69659         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
69660         [POSIX] (SEEK_CUR): Likewise.
69661         [POSIX] (SEEK_END): Likewise.
69662         [POSIX || UNIX98] (mode_t): Do not require.
69663         [POSIX] (off_t): Likewise.
69664         [POSIX] (pid_t): Likewise.
69665         [POSIX] (sys/stat.h): Do not allow header.
69666         [POSIX] (unistd.h): Likewise.
69667         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
69668         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
69669         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
69670         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
69671         require.
69672         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
69673         sigevent): Specify elements.
69674         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
69675         entry.
69676         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
69677         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
69679         * conform/data/cpio.h-data [POSIX]: Disable whole file.
69680         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
69681         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
69682         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
69683         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
69684         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
69685         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
69686         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
69687         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
69688         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
69689         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
69690         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
69691         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
69692         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
69693         Likewise.
69694         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
69695         Likewise.
69696         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
69697         Likewise.
69698         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
69699         Likewise.
69700         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
69701         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
69702         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
69703         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
69704         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
69705         Specify lower bound on value.
69706         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
69707         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
69708         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
69709         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
69710         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
69711         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise.
69712         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
69713         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
69714         value.
69715         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
69716         as optional.
69717         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
69718         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
69719         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
69720         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
69721         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
69722         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
69723         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
69724         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
69725         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
69726         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
69727         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
69728         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
69729         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
69730         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
69731         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
69732         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
69733         entry.
69734         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
69735         optional.
69736         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
69737         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
69738         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
69739         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
69740         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
69741         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
69742         Likewise.
69743         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
69744         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
69745         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
69746         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
69747         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
69748         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
69749         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
69750         as optional.
69751         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
69752         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
69753         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
69754         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
69755         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
69756         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
69757         specify as optional.
69758         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
69759         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
69760         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
69761         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
69762         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
69763         [XPG3] (NL_LANGMAX): Likewise.
69764         [POSIX || XPG3] (NL_MSGMAX): Likewise.
69765         [POSIX || XPG3] (NL_NMAX): Likewise.
69766         [POSIX || XPG3] (NL_SETMAX): Likewise.
69767         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
69768         [XPG3] (NZERO): Likewise.
69769         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
69770         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
69771         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
69772         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
69773         (REG_ERANGE): Expect.
69774         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
69775         optional-constant.
69776         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
69777         Use (void) in prototype.
69778         [POSIX] (*_t): Allow.
69779         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
69780         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
69781         (WRDE_BADVAL): Expect.
69783         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
69784         expect.
69785         [XPG3 || XPG4] (O_RSYNC): Likewise.
69786         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
69787         Likewise.
69788         [XPG3 || XPG4] (pthread_sigmask): Likewise.
69789         [XPG3 || XPG4] (sigqueue): Likewise.
69790         [XPG3 || XPG4] (sigtimedwait): Likewise.
69791         [XPG3 || XPG4] (sigwaitinfo): Likewise.
69792         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
69793         [XPG3 || XPG4] (vsnprintf): Likewise.
69794         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
69795         Likewise.
69796         [XPG3 || XPG4] (blksize_t): Likewise.
69797         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
69798         Likewise.
69799         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
69800         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
69801         [XPG3 || XPG4] (struct itimerspec): Likewise.
69802         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
69803         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
69804         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
69805         [XPG3 || XPG4] (clockid_t): Likewise.
69806         [XPG3 || XPG4] (timer_t): Likewise.
69807         [XPG3 || XPG4] (clock_getres): Likewise.
69808         [XPG3 || XPG4] (clock_gettime): Likewise.
69809         [XPG3 || XPG4] (clock_settime): Likewise.
69810         [XPG3 || XPG4] (nanosleep): Likewise.
69811         [XPG3 || XPG4] (timer_create): Likewise.
69812         [XPG3 || XPG4] (timer_delete): Likewise.
69813         [XPG3 || XPG4] (timer_gettime): Likewise.
69814         [XPG3 || XPG4] (timer_getoverrun): Likewise.
69815         [XPG3 || XPG4] (timer_settime): Likewise.
69816         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
69817         [XPG3 || XPG4] (getlogin_r): Likewise.
69818         [XPG3 || XPG4] (pread): Likewise.
69819         [XPG3 || XPG4] (pthread_atfork): Likewise.
69820         [XPG3 || XPG4] (pwrite): Likewise.
69822         [BZ #14835]
69823         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
69824         <bits/siginfo.h>.
69826 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
69828         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
69829         finalizing MALLSTREAM.
69831         * sysdeps/mach/hurd/syncfs.c: New file.
69833 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
69835         [BZ #14719]
69836         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
69837         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
69838         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
69839         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
69840         (_nss_dns_gethostbyname4_r): Likewise.
69841         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
69842         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
69844 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
69846         [BZ #13763]
69847         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
69849 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
69851         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
69852         * elf/cache.c (print_entry): Print ",AArch64" for
69853         FLAG_AARCH64_LIB64
69855         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
69856         * elf/cache.c (print_entry): Print ",hard-float" for
69857         FLAG_ARM_LIBHF.
69859 2012-11-18  David S. Miller  <davem@davemloft.net>
69861         With help from Joseph Myers.
69862         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
69863         cutoff to 2**-13.
69864         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
69865         cutoff to 2**-25.
69866         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
69867         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
69868         small.
69869         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
69870         * math/libm-test.inc (y0_test): New tests.
69871         (y1_test): New tests.
69872         * sysdeps/i386/fpu/libm-test-ulps: Update.
69873         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
69874         * sysdeps/sparc/fpu/libm-test-ulps: Update.
69876 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
69878         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
69879         64-bit targets.
69880         * configure: Regenerated.
69882 2012-11-17  David S. Miller  <davem@davemloft.net>
69884         [BZ #14811]
69885         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
69886         nonzero exponents with absolute value below 0x1p-128 to +/-
69887         0x1p-128.
69889 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
69891         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
69893         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
69895         * posix/getconf-speclist.c: New file.
69896         * posix/posix-envs.def: Likewise.
69897         * posix/confstr.c (START_ENV_GROUP): New macro.
69898         (END_ENV_GROUP): Likewise.
69899         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
69900         (KNOWN_PRESENT_ENV_STRING): Likewise.
69901         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
69902         (UNKNOWN_ENVIRONMENT): Likewise.
69903         (confstr): Include posix-envs.def instead of handling
69904         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
69905         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
69906         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
69907         (END_ENV_GROUP): Likewise.
69908         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
69909         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
69910         (UNKNOWN_ENVIRONMENT): Likewise.
69911         (__sysconf): Include posix-envs.def instead of handling associated
69912         cases directly here.
69913         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
69914         preprocessing getconf-speclist.c rather than running getconf or
69915         generating empty file.
69917 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
69919         * scripts/check-local-headers.sh: Ignore 'mach' headers.
69921 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
69923         [BZ #14672]
69924         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
69926 2012-11-16  David S. Miller  <davem@davemloft.net>
69928         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
69929         smaller than LDBL_EPSILON/2.0L, just return xm1.
69931 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
69933         * elf/tst-array1.c (init): Set constructor priority to 1000.
69934         (fini): Set destructor priority to 1000.
69935         * elf/tst-array2dep.c: Likewise.
69937 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
69939         [BZ #11741]
69940         * libio/fileops.c (_IO_new_file_write): Correctly return error.
69941         (_IO_new_file_xsputn): Also return EOF if none of the input
69942         data was written when overflow failed.
69943         * libio/iopadn.c (_IO_padn): Likewise.
69944         * libio/iowpadn.c (_IO_wpadn): Likewise.
69945         * stdio-common/tst-put-error.c: Add copyright notice.
69946         (do_test): Add case for printing padded string.
69947         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
69948         _IO_padn returned error.
69949         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
69950         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
69951         return EOF.
69953 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
69955         * libio/libioP.h: Add comment note that the references to C++
69956         bits are now obsolete.
69958 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
69960         * math/libm-test.inc (check_complex): Use asprintf.
69962 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
69964         * debug/pcprofiledump.c (print_version): Update copyright year.
69965         * malloc/memusagestat.c (print_version): Likewise.
69967 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
69969         [BZ #14831]
69970         * elf/Makefile (tests): Add tst-audit8.
69971         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
69972         ($(objpfx)tst-audit8.out): New target.
69973         (tst-audit8-ENV): New variable.
69974         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
69975         audit if l_reloc_result is NULL.
69976         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
69977         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
69978         * elf/tst-audit8.c: New file.
69980 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
69982         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
69983         * misc/Makefile (CFLAGS-select.c): Define.
69984         * posix/Makefile (CFLAGS-pause.c): Define.
69986 2012-11-13  David S. Miller  <davem@davemloft.net>
69988         * crypt/Makefile: Move test targets after toplevel Rules
69989         inclusion.  Grab any necessary sysdep routines when linking.
69990         * crypt/md5.c (md5_process_block): Remove define, we will always
69991         name it __md5_process_block.
69992         (md5_finish_ctx): Update md5_process_block call.
69993         (md5_stream): Likewise.
69994         (md5_process_bytes): Likewise.
69995         (md5_process_block): Rename to __md5_process_block and move to ...
69996         * crypt/md5-block.c: ... here.
69997         * crypt/sha256.c (sha256_process_block): Move to ...
69998         * crypt/sha256-block.c: ... here.
69999         * crypt/sha512.c (sha512_process_block): Move to ...
70000         * crypt/sha512-block.c: ... here.
70001         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
70002         path.
70003         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
70004         * sysdeps/sparc/sparc64/multiarch/Makefile
70005         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
70006         crypt subdir.
70007         (localedef-aux): Add md5 crypto assembler when in locale subdir.
70008         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
70009         multiarch changes.
70010         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
70011         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
70012         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
70013         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
70014         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
70015         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
70016         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
70017         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
70018         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
70019         file.
70020         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
70021         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
70022         file.
70023         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
70025 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
70027         * timezone/tzselect.ksh: Update from tzcode git revision
70028         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
70029         * timezone/zdump.c: Likewise.
70030         * timezone/zic.c: Likewise.
70031         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
70032         in TZVERSION setting, not $(PKGVERSION).
70033         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
70034         REPORT_BUGS_TO settings.
70036         [BZ #14838]
70037         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
70038         macro.
70040 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
70042         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
70043         detection to immediately after _FP_ROUND().
70044         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
70045         bits are 0.
70047 2012-11-11  David S. Miller  <davem@davemloft.net>
70049         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
70050         inttypes.h
70051         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
70052         __close rather than their public counterparts.
70054 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
70056         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
70057         file.
70058         [UNIX98] (sem_timedwait): Do not expect.
70059         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
70060         [XPG4 || UNIX98] (sockatmark): Do not expect.
70061         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
70062         (clock_getcpuclockid): Do not expect.
70063         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
70064         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
70065         Do not expect.
70066         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
70067         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
70068         [UNIX98] (vwscanf): Likewise.
70069         [UNIX98] (vswscanf): Likewise.
70071 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
70073         * timezone/version.h: Remove file.
70074         * timezone/README: Do not refer to version.h.
70075         * timezone/Makefile ($(objpfx)zic.o): New dependency on
70076         $(objpfx)version.h.
70077         ($(objpfx)zdump.o): Likewise.
70078         ($(objpfx)version.h): New target.
70080         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
70081         2012i.
70082         * timezone/README: Don't mention modification to tzselect.ksh.
70083         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
70084         work on unmodified tzselect.ksh.  Substitute version numbers in
70085         tzselect.ksh.
70087         * Makefile (format-me): Remove.
70088         (INSTALL): Adjust indentation.  Use commands directly instead of
70089         using $(format-me).
70091         * aclocal.m4 (ACX_PKGVERSION): New macro.
70092         (ACX_BUGURL): Likewise.
70093         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
70094         (PKGVERSION): New AC_DEFINE_UNQUOTED.
70095         (REPORT_BUGS_TO): Likewise.
70096         * configure: Regenerated.
70097         * config.h.in (PKGVERSION): New macro.
70098         (REPORT_BUGS_TO): Likewise.
70099         * config.make.in (PKGVERSION): New variable.
70100         (PKGVERSION_TEXI): Likewise.
70101         (REPORT_BUGS_TO): Likewise.
70102         (REPORT_BUGS_TEXI): Likewise.
70103         * Makefile (format-me): Use -I$(common-objpfx)manual.
70104         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
70105         ($(common-objpfx)manual/%): New target.
70106         (manual/%): Remove target.
70107         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
70108         (print_version): Use PKGVERSION.
70109         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
70110         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
70111         and REPORT_BUGS_TO.
70112         ($(objpfx)xtrace): Likewise.
70113         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
70114         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
70115         (print_version): Use PKGVERSION.
70116         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
70117         (do_version): Use PKGVERSION.
70118         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
70119         REPORT_BUGS_TO.
70120         (common-ldd-rewrite): Likewise.
70121         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
70122         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
70123         (print_version): Use PKGVERSION.
70124         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
70125         * elf/pldd.c (argp_program_bug_address): Remove variable.
70126         (more_help): New function.
70127         (argp): Use more_help.
70128         (print_version): Use PKGVERSION.
70129         * elf/sln.c (main): Use PKGVERSION.
70130         (usage): Use REPORT_BUGS_TO.
70131         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
70132         (top level): Use PKGVERSION.
70133         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
70134         (print_version): Use PKGVERSION.
70135         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
70136         (print_version): Use PKGVERSION.
70137         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
70138         (print_version): Use PKGVERSION.
70139         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
70140         (print_version): Use PKGVERSION.
70141         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
70142         (print_version): Use PKGVERSION.
70143         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
70144         (print_version): Use PKGVERSION.
70145         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
70146         and BUGURL.
70147         ($(objpfx)memusage): Likewise.
70148         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
70149         (do_version): Use PKGVERSION.
70150         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
70151         (print_version): Use PKGVERSION.
70152         * malloc/mtrace.pl ($PACKAGE): Remove variable.
70153         ($PKGVERSION): New variable.
70154         ($REPORT_BUGS_TO): Likewise.
70155         (usage): Use $REPORT_BUGS_TO.
70156         (top level): Use $PKGVERSION.
70157         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
70158         ($(objpfx)pkgvers.texi): New rule.
70159         ($(objpfx)stamp-pkgvers): Likewise.
70160         * manual/install.texi: Include pkgvers.texi.
70161         (--with-pkgversion): Document new configure option.
70162         (--with-bugurl): Likewise.
70163         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
70164         than necessarily for this particular distribution.  Use
70165         REPORT_BUGS_TO for where to report bugs.
70166         * INSTALL: Regenerated.
70167         * manual/libc.texinfo: Include pkgvers.texi.
70168         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
70169         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
70170         (print_version): Use PKGVERSION.
70171         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
70172         (print_version): Use PKGVERSION.
70173         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
70174         (print_version): Use PKGVERSION.
70175         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
70176         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
70177         macro.
70178         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
70179         (print_version): Use PKGVERSION.
70180         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
70181         (print_version): Use PKGVERSION.
70182         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
70183         and PKGVERSION.
70185         * timezone/checktab.awk: Update from tzcode 2012i.
70186         * timezone/ialloc.c: Likewise.
70187         * timezone/private.h: Likewise.
70188         * timezone/scheck.c: Likewise.
70189         * timezone/tzfile.h: Likewise.
70190         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
70191         (TZVERSION): Hardcode tzcode version number.
70192         * timezone/zdump.c: Update from tzcode 2012i.
70193         * timezone/zic.c: Likewise.
70194         * timezone/version.h: New file.
70195         * timezone/README: Describe version.h.  Update upstream location.
70197         [BZ #14824]
70198         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
70199         (mktemp): Enable declaration.
70200         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
70201         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
70202         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
70203         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
70204         Likewise.
70205         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
70206         Likewise.
70207         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
70208         Likewise.
70209         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
70210         Likewise.
70211         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
70212         Likewise.
70213         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
70214         Likewise.
70216         [BZ #14821]
70217         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
70218         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
70219         for copies of such integer values.
70220         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
70221         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
70223 2012-11-09  Andreas Jaeger  <aj@suse.de>
70225         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
70226         definitions and declarations that are provided by
70227         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
70229 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
70231         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
70232         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
70233         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
70234         definition.
70236 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
70238         * elf/elf.h: Update comment before AArch64 relocations.
70240 2012-11-07  David S. Miller  <davem@davemloft.net>
70242         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
70243         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
70244         (__start_context): Declare.
70245         (__makecontext_ret): Delete.
70246         (__makecontext): Hook up __start_context instead of
70247         __makecontext_ret.
70248         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
70249         (sysdep_routines): Add __start_context when in stdlib.
70251 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
70253         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
70254         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
70255         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
70256         hardcoded "nm".
70257         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
70258         (READELF): New variable.  Use it instead of hardcoded "readelf".
70260 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
70262         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
70263         * sysdeps/x86/Makefile: Here.
70264         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
70265         * sysdeps/x86/tst-xmmymm.sh: This.
70267 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
70269         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
70270         expectations.
70271         [UNIX98] (pthread_barrier_t): Do not expect.
70272         [UNIX98] (pthread_barrierattr_t): Likewise.
70273         [UNIX98] (pthread_spinlock_t): Likewise.
70274         [UNIX98] (pthread_barrier_destroy): Likewise.
70275         [UNIX98] (pthread_barrier_init): Likewise.
70276         [UNIX98] (pthread_barrier_wait): Likewise.
70277         [UNIX98] (pthread_barrierattr_destroy): Likewise.
70278         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
70279         [UNIX98] (pthread_barrierattr_init): Likewise.
70280         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
70281         [UNIX98] (pthread_getcpuclockid): Likewise.
70282         [UNIX98] (pthread_mutex_timedlock): Likewise.
70283         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
70284         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
70285         [UNIX98] (pthread_sigmask): Likewise.
70286         [UNIX98] (pthread_spin_destroy): Likewise.
70287         [UNIX98] (pthread_spin_init): Likewise.
70288         [UNIX98] (pthread_spin_lock): Likewise.
70289         [UNIX98] (pthread_spin_trylock): Likewise.
70290         [UNIX98] (pthread_spin_unlock): Likewise.
70291         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
70292         Do not expect.
70293         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
70294         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
70295         [XPG3 || XPG4] (pthread_cond_t): Likewise.
70296         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
70297         [XPG3 || XPG4] (pthread_key_t): Likewise.
70298         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
70299         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
70300         [XPG3 || XPG4] (pthread_once_t): Likewise.
70301         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
70302         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
70303         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
70304         [XPG3 || XPG4] (pthread_t): Likewise.
70306         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
70307         not expect.
70308         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
70310         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
70311         Change function return type to int.
70313         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
70314         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
70315         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
70316         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
70317         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
70318         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
70319         [!POSIX] (posix_madvise): Likewise.
70320         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
70321         && !UNIX98].
70322         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
70323         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
70324         (mode_t): Likewise.
70325         (posix_mem_offset): Likewise.
70326         (posix_typed_mem_get_info): Likewise.
70327         (posix_typed_mem_open): Likewise.
70329         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
70330         Change condition to [XOPEN2K8].
70332         * conform/conformtest.pl: Preprocess allow-header data with -x c
70333         instead of from stdin.
70334         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
70335         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
70336         [C99-based standards] (cerfc): Likewise.
70337         [C99-based standards] (cexp2): Likewise.
70338         [C99-based standards] (cexpm1): Likewise.
70339         [C99-based standards] (clog10): Likewise.
70340         [C99-based standards] (clog1p): Likewise.
70341         [C99-based standards] (clog2): Likewise.
70342         [C99-based standards] (clgamma): Likewise.
70343         [C99-based standards] (ctgamma): Likewise.
70344         [C99-based standards] (cerff): Likewise.
70345         [C99-based standards] (cerfcf): Likewise.
70346         [C99-based standards] (cexp2f): Likewise.
70347         [C99-based standards] (cexpm1f): Likewise.
70348         [C99-based standards] (clog10f): Likewise.
70349         [C99-based standards] (clog1pf): Likewise.
70350         [C99-based standards] (clog2f): Likewise.
70351         [C99-based standards] (clgammaf): Likewise.
70352         [C99-based standards] (ctgammaf): Likewise.
70353         [C99-based standards] (cerfl): Likewise.
70354         [C99-based standards] (cerfcl): Likewise.
70355         [C99-based standards] (cexp2l): Likewise.
70356         [C99-based standards] (cexpm1l): Likewise.
70357         [C99-based standards] (clog10l): Likewise.
70358         [C99-based standards] (clog1pl): Likewise.
70359         [C99-based standards] (clog2l): Likewise.
70360         [C99-based standards] (clgammal): Likewise.
70361         [C99-based standards] (ctgammal): Likewise.
70362         * conform/data/inttypes.h-data [C99-based standards]: Include
70363         stdint.h-data.  Remove all expectations for stdint.h contents.
70364         [C99-based standards] (PRI*): Do not allow.
70365         [C99-based standards] (SCN*): Likewise.
70366         [C99-based standards] (*_t): Likewise.
70367         [C99-based-standards] (PRId8): Expect macro.
70368         [C99-based-standards] (PRIi8): Likewise.
70369         [C99-based-standards] (PRIo8): Likewise.
70370         [C99-based-standards] (PRIu8): Likewise.
70371         [C99-based-standards] (PRIx8): Likewise.
70372         [C99-based-standards] (PRIX8): Likewise.
70373         [C99-based-standards] (SCNd8): Likewise.
70374         [C99-based-standards] (SCNi8): Likewise.
70375         [C99-based-standards] (SCNo8): Likewise.
70376         [C99-based-standards] (SCNu8): Likewise.
70377         [C99-based-standards] (SCNx8): Likewise.
70378         [C99-based-standards] (PRIdLEAST8): Likewise.
70379         [C99-based-standards] (PRIiLEAST8): Likewise.
70380         [C99-based-standards] (PRIoLEAST8): Likewise.
70381         [C99-based-standards] (PRIuLEAST8): Likewise.
70382         [C99-based-standards] (PRIxLEAST8): Likewise.
70383         [C99-based-standards] (PRIXLEAST8): Likewise.
70384         [C99-based-standards] (SCNdLEAST8): Likewise.
70385         [C99-based-standards] (SCNiLEAST8): Likewise.
70386         [C99-based-standards] (SCNoLEAST8): Likewise.
70387         [C99-based-standards] (SCNuLEAST8): Likewise.
70388         [C99-based-standards] (SCNxLEAST8): Likewise.
70389         [C99-based-standards] (PRIdFAST8): Likewise.
70390         [C99-based-standards] (PRIiFAST8): Likewise.
70391         [C99-based-standards] (PRIoFAST8): Likewise.
70392         [C99-based-standards] (PRIuFAST8): Likewise.
70393         [C99-based-standards] (PRIxFAST8): Likewise.
70394         [C99-based-standards] (PRIXFAST8): Likewise.
70395         [C99-based-standards] (SCNdFAST8): Likewise.
70396         [C99-based-standards] (SCNiFAST8): Likewise.
70397         [C99-based-standards] (SCNoFAST8): Likewise.
70398         [C99-based-standards] (SCNuFAST8): Likewise.
70399         [C99-based-standards] (SCNxFAST8): Likewise.
70400         [C99-based-standards] (PRId16): Likewise.
70401         [C99-based-standards] (PRIi16): Likewise.
70402         [C99-based-standards] (PRIo16): Likewise.
70403         [C99-based-standards] (PRIu16): Likewise.
70404         [C99-based-standards] (PRIx16): Likewise.
70405         [C99-based-standards] (PRIX16): Likewise.
70406         [C99-based-standards] (SCNd16): Likewise.
70407         [C99-based-standards] (SCNi16): Likewise.
70408         [C99-based-standards] (SCNo16): Likewise.
70409         [C99-based-standards] (SCNu16): Likewise.
70410         [C99-based-standards] (SCNx16): Likewise.
70411         [C99-based-standards] (PRIdLEAST16): Likewise.
70412         [C99-based-standards] (PRIiLEAST16): Likewise.
70413         [C99-based-standards] (PRIoLEAST16): Likewise.
70414         [C99-based-standards] (PRIuLEAST16): Likewise.
70415         [C99-based-standards] (PRIxLEAST16): Likewise.
70416         [C99-based-standards] (PRIXLEAST16): Likewise.
70417         [C99-based-standards] (SCNdLEAST16): Likewise.
70418         [C99-based-standards] (SCNiLEAST16): Likewise.
70419         [C99-based-standards] (SCNoLEAST16): Likewise.
70420         [C99-based-standards] (SCNuLEAST16): Likewise.
70421         [C99-based-standards] (SCNxLEAST16): Likewise.
70422         [C99-based-standards] (PRIdFAST16): Likewise.
70423         [C99-based-standards] (PRIiFAST16): Likewise.
70424         [C99-based-standards] (PRIoFAST16): Likewise.
70425         [C99-based-standards] (PRIuFAST16): Likewise.
70426         [C99-based-standards] (PRIxFAST16): Likewise.
70427         [C99-based-standards] (PRIXFAST16): Likewise.
70428         [C99-based-standards] (SCNdFAST16): Likewise.
70429         [C99-based-standards] (SCNiFAST16): Likewise.
70430         [C99-based-standards] (SCNoFAST16): Likewise.
70431         [C99-based-standards] (SCNuFAST16): Likewise.
70432         [C99-based-standards] (SCNxFAST16): Likewise.
70433         [C99-based-standards] (PRId32): Likewise.
70434         [C99-based-standards] (PRIi32): Likewise.
70435         [C99-based-standards] (PRIo32): Likewise.
70436         [C99-based-standards] (PRIu32): Likewise.
70437         [C99-based-standards] (PRIx32): Likewise.
70438         [C99-based-standards] (PRIX32): Likewise.
70439         [C99-based-standards] (SCNd32): Likewise.
70440         [C99-based-standards] (SCNi32): Likewise.
70441         [C99-based-standards] (SCNo32): Likewise.
70442         [C99-based-standards] (SCNu32): Likewise.
70443         [C99-based-standards] (SCNx32): Likewise.
70444         [C99-based-standards] (PRIdLEAST32): Likewise.
70445         [C99-based-standards] (PRIiLEAST32): Likewise.
70446         [C99-based-standards] (PRIoLEAST32): Likewise.
70447         [C99-based-standards] (PRIuLEAST32): Likewise.
70448         [C99-based-standards] (PRIxLEAST32): Likewise.
70449         [C99-based-standards] (PRIXLEAST32): Likewise.
70450         [C99-based-standards] (SCNdLEAST32): Likewise.
70451         [C99-based-standards] (SCNiLEAST32): Likewise.
70452         [C99-based-standards] (SCNoLEAST32): Likewise.
70453         [C99-based-standards] (SCNuLEAST32): Likewise.
70454         [C99-based-standards] (SCNxLEAST32): Likewise.
70455         [C99-based-standards] (PRIdFAST32): Likewise.
70456         [C99-based-standards] (PRIiFAST32): Likewise.
70457         [C99-based-standards] (PRIoFAST32): Likewise.
70458         [C99-based-standards] (PRIuFAST32): Likewise.
70459         [C99-based-standards] (PRIxFAST32): Likewise.
70460         [C99-based-standards] (PRIXFAST32): Likewise.
70461         [C99-based-standards] (SCNdFAST32): Likewise.
70462         [C99-based-standards] (SCNiFAST32): Likewise.
70463         [C99-based-standards] (SCNoFAST32): Likewise.
70464         [C99-based-standards] (SCNuFAST32): Likewise.
70465         [C99-based-standards] (SCNxFAST32): Likewise.
70466         [C99-based-standards] (PRId64): Likewise.
70467         [C99-based-standards] (PRIi64): Likewise.
70468         [C99-based-standards] (PRIo64): Likewise.
70469         [C99-based-standards] (PRIu64): Likewise.
70470         [C99-based-standards] (PRIx64): Likewise.
70471         [C99-based-standards] (PRIX64): Likewise.
70472         [C99-based-standards] (SCNd64): Likewise.
70473         [C99-based-standards] (SCNi64): Likewise.
70474         [C99-based-standards] (SCNo64): Likewise.
70475         [C99-based-standards] (SCNu64): Likewise.
70476         [C99-based-standards] (SCNx64): Likewise.
70477         [C99-based-standards] (PRIdLEAST64): Likewise.
70478         [C99-based-standards] (PRIiLEAST64): Likewise.
70479         [C99-based-standards] (PRIoLEAST64): Likewise.
70480         [C99-based-standards] (PRIuLEAST64): Likewise.
70481         [C99-based-standards] (PRIxLEAST64): Likewise.
70482         [C99-based-standards] (PRIXLEAST64): Likewise.
70483         [C99-based-standards] (SCNdLEAST64): Likewise.
70484         [C99-based-standards] (SCNiLEAST64): Likewise.
70485         [C99-based-standards] (SCNoLEAST64): Likewise.
70486         [C99-based-standards] (SCNuLEAST64): Likewise.
70487         [C99-based-standards] (SCNxLEAST64): Likewise.
70488         [C99-based-standards] (PRIdFAST64): Likewise.
70489         [C99-based-standards] (PRIiFAST64): Likewise.
70490         [C99-based-standards] (PRIoFAST64): Likewise.
70491         [C99-based-standards] (PRIuFAST64): Likewise.
70492         [C99-based-standards] (PRIxFAST64): Likewise.
70493         [C99-based-standards] (PRIXFAST64): Likewise.
70494         [C99-based-standards] (SCNdFAST64): Likewise.
70495         [C99-based-standards] (SCNiFAST64): Likewise.
70496         [C99-based-standards] (SCNoFAST64): Likewise.
70497         [C99-based-standards] (SCNuFAST64): Likewise.
70498         [C99-based-standards] (SCNxFAST64): Likewise.
70499         [C99-based-standards] (PRIdMAX): Likewise.
70500         [C99-based-standards] (PRIiMAX): Likewise.
70501         [C99-based-standards] (PRIoMAX): Likewise.
70502         [C99-based-standards] (PRIuMAX): Likewise.
70503         [C99-based-standards] (PRIxMAX): Likewise.
70504         [C99-based-standards] (PRIXMAX): Likewise.
70505         [C99-based-standards] (SCNdMAX): Likewise.
70506         [C99-based-standards] (SCNiMAX): Likewise.
70507         [C99-based-standards] (SCNoMAX): Likewise.
70508         [C99-based-standards] (SCNuMAX): Likewise.
70509         [C99-based-standards] (SCNxMAX): Likewise.
70510         [C99-based-standards] (PRIdPTR): Likewise.
70511         [C99-based-standards] (PRIiPTR): Likewise.
70512         [C99-based-standards] (PRIoPTR): Likewise.
70513         [C99-based-standards] (PRIuPTR): Likewise.
70514         [C99-based-standards] (PRIxPTR): Likewise.
70515         [C99-based-standards] (PRIXPTR): Likewise.
70516         [C99-based-standards] (SCNdPTR): Likewise.
70517         [C99-based-standards] (SCNiPTR): Likewise.
70518         [C99-based-standards] (SCNoPTR): Likewise.
70519         [C99-based-standards] (SCNuPTR): Likewise.
70520         [C99-based-standards] (SCNxPTR): Likewise.
70521         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
70522         allow.
70523         * conform/data/stdint.h-data: Update comments to clarify
70524         requirements.
70525         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
70526         type.
70527         [C99-based standards] (INT8_MAX): Likewise.
70528         [C99-based standards] (INT16_MIN): Likewise.
70529         [C99-based standards] (INT16_MAX): Likewise.
70530         [C99-based standards] (INT32_MIN): Likewise.
70531         [C99-based standards] (INT32_MAX): Likewise.
70532         [C99-based standards] (INT64_MIN): Likewise.
70533         [C99-based standards] (INT64_MAX): Likewise.
70534         [C99-based standards] (UINT8_MAX): Likewise.
70535         [C99-based standards] (UINT16_MAX): Likewise.
70536         [C99-based standards] (UINT32_MAX): Likewise.
70537         [C99-based standards] (UINT64_MAX): Likewise.
70538         [C99-based standards] (INT_LEAST8_MIN): Likewise.
70539         [C99-based standards] (INT_LEAST8_MAX): Likewise.
70540         [C99-based standards] (INT_LEAST16_MIN): Likewise.
70541         [C99-based standards] (INT_LEAST16_MAX): Likewise.
70542         [C99-based standards] (INT_LEAST32_MIN): Likewise.
70543         [C99-based standards] (INT_LEAST32_MAX): Likewise.
70544         [C99-based standards] (INT_LEAST64_MIN): Likewise.
70545         [C99-based standards] (INT_LEAST64_MAX): Likewise.
70546         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
70547         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
70548         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
70549         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
70550         [C99-based standards] (INT_FAST8_MIN): Likewise.
70551         [C99-based standards] (INT_FAST8_MAX): Likewise.
70552         [C99-based standards] (INT_FAST16_MIN): Likewise.
70553         [C99-based standards] (INT_FAST16_MAX): Likewise.
70554         [C99-based standards] (INT_FAST32_MIN): Likewise.
70555         [C99-based standards] (INT_FAST32_MAX): Likewise.
70556         [C99-based standards] (INT_FAST64_MIN): Likewise.
70557         [C99-based standards] (INT_FAST64_MAX): Likewise.
70558         [C99-based standards] (UINT_FAST8_MAX): Likewise.
70559         [C99-based standards] (UINT_FAST16_MAX): Likewise.
70560         [C99-based standards] (UINT_FAST32_MAX): Likewise.
70561         [C99-based standards] (UINT_FAST64_MAX): Likewise.
70562         [C99-based standards] (INTPTR_MIN): Likewise.
70563         [C99-based standards] (INTPTR_MAX): Likewise.
70564         [C99-based standards] (UINTPTR_MAX): Likewise.
70565         [C99-based standards] (INTMAX_MIN): Likewise.
70566         [C99-based standards] (INTMAX_MAX): Likewise.
70567         [C99-based standards] (UINTMAX_MAX): Likewise.
70568         [C99-based standards] (PTRDIFF_MIN): Likewise.
70569         [C99-based standards] (PTRDIFF_MAX): Likewise.
70570         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
70571         [C99-based standards] (SIZE_MAX): Likewise.
70572         [C99-based standards] (WCHAR_MAX): Likewise.
70573         [C99-based standards] (WINT_MAX): Likewise.
70574         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
70575         constraint on value.
70576         [C99-based standards] (WCHAR_MIN): Likewise.
70577         [C99-based standards] (WINT_MIN): Likewise.
70578         [C99-based standards] (*_t): Allow.
70579         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
70580         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
70581         Include math.h-data and complex.h-data.  Remove all expectations
70582         of math.h and complex.h contents.
70583         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
70584         at end of line.
70585         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
70586         (struct tm): Expect tag.
70587         [C99-based-standards] (wcstof): Expect function.
70588         [C99-based-standards] (wcstold): Likewise.
70589         [C99-based-standards] (wcstoll): Likewise.
70590         [C99-based-standards] (wcstoull): Likewise.
70591         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
70592         macro-int-constant.  Specify type.
70593         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
70594         constraint on value.
70595         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
70596         Specify type.
70597         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
70598         Specify value.
70599         [ISO C standards]: Do not allow headers.
70600         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
70601         wcs[abcdefghijklmnopqrstuvwxyz]*.
70602         [ISO C standards] (*_t): Do not allow.
70603         * conform/data/wctype.h-data [C99-based standards] (iswblank):
70604         Expect function.
70605         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
70606         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
70607         Specify type.
70608         [ISO C standards]: Do not allow headers.
70609         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
70610         is[abcdefghijklmnopqrstuvwxyz]*.
70611         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
70612         to[abcdefghijklmnopqrstuvwxyz]*.
70613         [ISO C standards] (*_t): Do not allow.
70614         * conform/data/stdalign.h-data: New file.
70615         * conform/data/stdbool.h-data: Likewise.
70616         * conform/data/stdnoreturn.h-data: Likewise.
70618 2012-11-07  Roland McGrath  <roland@hack.frob.com>
70620         [BZ #14815]
70621         * manual/filesys.texi (Directory Entries): Typo fix.
70622         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
70624 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
70626         * elf/elf.h (EM_AARCH64): New macro.
70627         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
70628         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
70629         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
70630         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
70631         (R_AARCH64_TLSDESC): Likewise.
70632         (NT_ARM_TLS): Likewise.
70633         (NT_ARM_HW_BREAK): Likewise.
70634         (NT_ARM_HW_WATCH): Likewise.
70636 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
70638         [BZ #14811]
70639         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
70640         (__ieee754_powl): Saturate nonzero exponents with absolute value
70641         below 0x1p-79 to +/- 0x1p-79.
70642         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
70643         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
70644         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
70645         nonzero exponents with absolute value below 0x1p-32 to +/-
70646         0x1p-32.
70647         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
70648         (__ieee754_powl): Saturate nonzero exponents with absolute value
70649         below 0x1p-79 to +/- 0x1p-79.
70650         * math/libm-test.inc (pow_test): Add more tests.
70652 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
70654         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
70655         _dl_s390_cap_flags with kernel. Increase string length.
70656         (_dl_s390_platforms): Add z196 and zEC12.
70658 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
70660         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
70661         Change XOPEN21K to XOPEN2K.
70663 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
70665         * string/memmove.c: Use memcpy when possible.
70667 2012-11-06  Andreas Jaeger  <aj@suse.de>
70669         * po/eo.po: Update from translation team.
70671 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
70673         [BZ #14793]
70674         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
70675         exponent and small x and y exponents, scale x or y up.  Increase
70676         by 2 the exponent used in scaling up.
70677         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
70678         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
70679         * math/libm-test.inc (fma_test): Add more tests.
70680         (fma_test_towardzero): Likewise.
70681         (fma_test_downward): Likewise.
70682         (fma_test_upward): Likewise.
70684 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
70686         [BZ #14805]
70687         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
70688         fenv_t *.
70690         [BZ #14801]
70691         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
70692         namespace for names of struct fields.
70693         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
70694         fenv_t fields.
70695         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
70696         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
70698 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
70700         [BZ #3665]
70701         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
70703 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
70705         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
70706         PTR_DEMANGLE.
70708         [BZ #5246]
70709         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
70710         PTR_DEMANGLE.
70712 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
70714         [BZ #14797]
70715         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
70716         definitely overflow as x * y not x * y + z.
70717         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
70718         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
70719         * math/libm-test.inc (fma_test): Add more tests.
70720         (fma_test_towardzero): Likewise.
70721         (fma_test_downward): Likewise.
70722         (fma_test_upward): Likewise.
70724 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
70726         [BZ #157]
70728         * include/stub-tag.h: Remove file.
70729         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
70730         '#include' of it.
70731         * manual/maint.texi (Porting): Don't reference it.
70732         * Makerules ($(objpfx)stubs): Likewise.
70733         * dirent/closedir.c: Don't include <stub-tag.h>.
70734         * dirent/dirfd.c: Likewise.
70735         * dirent/fdopendir.c: Likewise.
70736         * dirent/getdents.c: Likewise.
70737         * dirent/getdents64.c: Likewise.
70738         * dirent/opendir.c: Likewise.
70739         * dirent/readdir.c: Likewise.
70740         * dirent/readdir64.c: Likewise.
70741         * dirent/readdir64_r.c: Likewise.
70742         * dirent/readdir_r.c: Likewise.
70743         * dirent/rewinddir.c: Likewise.
70744         * dirent/seekdir.c: Likewise.
70745         * dirent/telldir.c: Likewise.
70746         * gmon/profil.c: Likewise.
70747         * grp/setgroups.c: Likewise.
70748         * inet/if_index.c: Likewise.
70749         * io/access.c: Likewise.
70750         * io/chdir.c: Likewise.
70751         * io/chmod.c: Likewise.
70752         * io/chown.c: Likewise.
70753         * io/close.c: Likewise.
70754         * io/dup.c: Likewise.
70755         * io/dup2.c: Likewise.
70756         * io/dup3.c: Likewise.
70757         * io/euidaccess.c: Likewise.
70758         * io/faccessat.c: Likewise.
70759         * io/fchdir.c: Likewise.
70760         * io/fchmod.c: Likewise.
70761         * io/fchmodat.c: Likewise.
70762         * io/fchown.c: Likewise.
70763         * io/fchownat.c: Likewise.
70764         * io/fcntl.c: Likewise.
70765         * io/flock.c: Likewise.
70766         * io/fstatfs.c: Likewise.
70767         * io/fstatfs64.c: Likewise.
70768         * io/fstatvfs.c: Likewise.
70769         * io/fstatvfs64.c: Likewise.
70770         * io/futimens.c: Likewise.
70771         * io/fxstat.c: Likewise.
70772         * io/fxstat64.c: Likewise.
70773         * io/fxstatat.c: Likewise.
70774         * io/fxstatat64.c: Likewise.
70775         * io/getcwd.c: Likewise.
70776         * io/isatty.c: Likewise.
70777         * io/lchmod.c: Likewise.
70778         * io/lchown.c: Likewise.
70779         * io/link.c: Likewise.
70780         * io/linkat.c: Likewise.
70781         * io/lseek.c: Likewise.
70782         * io/lseek64.c: Likewise.
70783         * io/lxstat64.c: Likewise.
70784         * io/mkdir.c: Likewise.
70785         * io/mkdirat.c: Likewise.
70786         * io/mkfifo.c: Likewise.
70787         * io/mkfifoat.c: Likewise.
70788         * io/open.c: Likewise.
70789         * io/open64.c: Likewise.
70790         * io/openat.c: Likewise.
70791         * io/openat64.c: Likewise.
70792         * io/pipe.c: Likewise.
70793         * io/pipe2.c: Likewise.
70794         * io/poll.c: Likewise.
70795         * io/posix_fadvise.c: Likewise.
70796         * io/posix_fadvise64.c: Likewise.
70797         * io/posix_fallocate.c: Likewise.
70798         * io/posix_fallocate64.c: Likewise.
70799         * io/read.c: Likewise.
70800         * io/readlink.c: Likewise.
70801         * io/readlinkat.c: Likewise.
70802         * io/rmdir.c: Likewise.
70803         * io/sendfile.c: Likewise.
70804         * io/sendfile64.c: Likewise.
70805         * io/statfs.c: Likewise.
70806         * io/statfs64.c: Likewise.
70807         * io/statvfs.c: Likewise.
70808         * io/statvfs64.c: Likewise.
70809         * io/symlink.c: Likewise.
70810         * io/symlinkat.c: Likewise.
70811         * io/ttyname.c: Likewise.
70812         * io/ttyname_r.c: Likewise.
70813         * io/umask.c: Likewise.
70814         * io/unlink.c: Likewise.
70815         * io/unlinkat.c: Likewise.
70816         * io/utime.c: Likewise.
70817         * io/utimensat.c: Likewise.
70818         * io/write.c: Likewise.
70819         * io/xmknod.c: Likewise.
70820         * io/xmknodat.c: Likewise.
70821         * io/xstat.c: Likewise.
70822         * io/xstat64.c: Likewise.
70823         * login/getpt.c: Likewise.
70824         * login/grantpt.c: Likewise.
70825         * login/unlockpt.c: Likewise.
70826         * math/e_acoshl.c: Likewise.
70827         * math/e_acosl.c: Likewise.
70828         * math/e_asinl.c: Likewise.
70829         * math/e_atan2l.c: Likewise.
70830         * math/e_atanhl.c: Likewise.
70831         * math/e_coshl.c: Likewise.
70832         * math/e_expl.c: Likewise.
70833         * math/e_fmodl.c: Likewise.
70834         * math/e_gammal_r.c: Likewise.
70835         * math/e_hypotl.c: Likewise.
70836         * math/e_j0l.c: Likewise.
70837         * math/e_j1l.c: Likewise.
70838         * math/e_jnl.c: Likewise.
70839         * math/e_lgammal_r.c: Likewise.
70840         * math/e_log10l.c: Likewise.
70841         * math/e_log2l.c: Likewise.
70842         * math/e_logl.c: Likewise.
70843         * math/e_powl.c: Likewise.
70844         * math/e_rem_pio2l.c: Likewise.
70845         * math/e_sinhl.c: Likewise.
70846         * math/e_sqrtl.c: Likewise.
70847         * math/fclrexcpt.c: Likewise.
70848         * math/fedisblxcpt.c: Likewise.
70849         * math/feenablxcpt.c: Likewise.
70850         * math/fegetenv.c: Likewise.
70851         * math/fegetexcept.c: Likewise.
70852         * math/fegetround.c: Likewise.
70853         * math/feholdexcpt.c: Likewise.
70854         * math/fesetenv.c: Likewise.
70855         * math/fesetround.c: Likewise.
70856         * math/feupdateenv.c: Likewise.
70857         * math/fgetexcptflg.c: Likewise.
70858         * math/fraiseexcpt.c: Likewise.
70859         * math/fsetexcptflg.c: Likewise.
70860         * math/ftestexcept.c: Likewise.
70861         * math/k_cosl.c: Likewise.
70862         * math/k_rem_pio2l.c: Likewise.
70863         * math/k_sinl.c: Likewise.
70864         * math/k_tanl.c: Likewise.
70865         * math/s_asinhl.c: Likewise.
70866         * math/s_atanl.c: Likewise.
70867         * math/s_cbrtl.c: Likewise.
70868         * math/s_erfl.c: Likewise.
70869         * math/s_expm1l.c: Likewise.
70870         * math/s_log1pl.c: Likewise.
70871         * math/s_tanhl.c: Likewise.
70872         * misc/acct.c: Likewise.
70873         * misc/brk.c: Likewise.
70874         * misc/chflags.c: Likewise.
70875         * misc/chroot.c: Likewise.
70876         * misc/fchflags.c: Likewise.
70877         * misc/fgetxattr.c: Likewise.
70878         * misc/flistxattr.c: Likewise.
70879         * misc/fremovexattr.c: Likewise.
70880         * misc/fsetxattr.c: Likewise.
70881         * misc/fsync.c: Likewise.
70882         * misc/ftruncate.c: Likewise.
70883         * misc/futimes.c: Likewise.
70884         * misc/futimesat.c: Likewise.
70885         * misc/getdomain.c: Likewise.
70886         * misc/getdtsz.c: Likewise.
70887         * misc/gethostid.c: Likewise.
70888         * misc/gethostname.c: Likewise.
70889         * misc/getloadavg.c: Likewise.
70890         * misc/getpagesize.c: Likewise.
70891         * misc/getsysstats.c: Likewise.
70892         * misc/getxattr.c: Likewise.
70893         * misc/gtty.c: Likewise.
70894         * misc/ioctl.c: Likewise.
70895         * misc/lgetxattr.c: Likewise.
70896         * misc/listxattr.c: Likewise.
70897         * misc/llistxattr.c: Likewise.
70898         * misc/lremovexattr.c: Likewise.
70899         * misc/lsetxattr.c: Likewise.
70900         * misc/lutimes.c: Likewise.
70901         * misc/madvise.c: Likewise.
70902         * misc/mincore.c: Likewise.
70903         * misc/mlock.c: Likewise.
70904         * misc/mlockall.c: Likewise.
70905         * misc/mmap.c: Likewise.
70906         * misc/mprotect.c: Likewise.
70907         * misc/msync.c: Likewise.
70908         * misc/munlock.c: Likewise.
70909         * misc/munlockall.c: Likewise.
70910         * misc/munmap.c: Likewise.
70911         * misc/preadv.c: Likewise.
70912         * misc/preadv64.c: Likewise.
70913         * misc/ptrace.c: Likewise.
70914         * misc/pwritev.c: Likewise.
70915         * misc/pwritev64.c: Likewise.
70916         * misc/readv.c: Likewise.
70917         * misc/reboot.c: Likewise.
70918         * misc/remap_file_pages.c: Likewise.
70919         * misc/removexattr.c: Likewise.
70920         * misc/revoke.c: Likewise.
70921         * misc/select.c: Likewise.
70922         * misc/setdomain.c: Likewise.
70923         * misc/setegid.c: Likewise.
70924         * misc/seteuid.c: Likewise.
70925         * misc/sethostid.c: Likewise.
70926         * misc/sethostname.c: Likewise.
70927         * misc/setregid.c: Likewise.
70928         * misc/setreuid.c: Likewise.
70929         * misc/setxattr.c: Likewise.
70930         * misc/sstk.c: Likewise.
70931         * misc/stty.c: Likewise.
70932         * misc/swapoff.c: Likewise.
70933         * misc/swapon.c: Likewise.
70934         * misc/sync.c: Likewise.
70935         * misc/syncfs.c: Likewise.
70936         * misc/syscall.c: Likewise.
70937         * misc/truncate.c: Likewise.
70938         * misc/ualarm.c: Likewise.
70939         * misc/usleep.c: Likewise.
70940         * misc/ustat.c: Likewise.
70941         * misc/utimes.c: Likewise.
70942         * misc/vhangup.c: Likewise.
70943         * misc/writev.c: Likewise.
70944         * posix/_exit.c: Likewise.
70945         * posix/alarm.c: Likewise.
70946         * posix/execve.c: Likewise.
70947         * posix/fexecve.c: Likewise.
70948         * posix/fork.c: Likewise.
70949         * posix/fpathconf.c: Likewise.
70950         * posix/getaddrinfo.c: Likewise.
70951         * posix/getegid.c: Likewise.
70952         * posix/geteuid.c: Likewise.
70953         * posix/getgid.c: Likewise.
70954         * posix/getgroups.c: Likewise.
70955         * posix/getlogin.c: Likewise.
70956         * posix/getlogin_r.c: Likewise.
70957         * posix/getpgid.c: Likewise.
70958         * posix/getpid.c: Likewise.
70959         * posix/getppid.c: Likewise.
70960         * posix/getresgid.c: Likewise.
70961         * posix/getresuid.c: Likewise.
70962         * posix/getsid.c: Likewise.
70963         * posix/getuid.c: Likewise.
70964         * posix/glob64.c: Likewise.
70965         * posix/nanosleep.c: Likewise.
70966         * posix/pathconf.c: Likewise.
70967         * posix/pause.c: Likewise.
70968         * posix/posix_madvise.c: Likewise.
70969         * posix/pread.c: Likewise.
70970         * posix/pread64.c: Likewise.
70971         * posix/pwrite.c: Likewise.
70972         * posix/pwrite64.c: Likewise.
70973         * posix/sched_getaffinity.c: Likewise.
70974         * posix/sched_getp.c: Likewise.
70975         * posix/sched_gets.c: Likewise.
70976         * posix/sched_primax.c: Likewise.
70977         * posix/sched_primin.c: Likewise.
70978         * posix/sched_rr_gi.c: Likewise.
70979         * posix/sched_setaffinity.c: Likewise.
70980         * posix/sched_setp.c: Likewise.
70981         * posix/sched_sets.c: Likewise.
70982         * posix/sched_yield.c: Likewise.
70983         * posix/setgid.c: Likewise.
70984         * posix/setlogin.c: Likewise.
70985         * posix/setpgid.c: Likewise.
70986         * posix/setresgid.c: Likewise.
70987         * posix/setresuid.c: Likewise.
70988         * posix/setsid.c: Likewise.
70989         * posix/setuid.c: Likewise.
70990         * posix/sleep.c: Likewise.
70991         * posix/spawni.c: Likewise.
70992         * posix/sysconf.c: Likewise.
70993         * posix/times.c: Likewise.
70994         * posix/wait.c: Likewise.
70995         * posix/wait3.c: Likewise.
70996         * posix/wait4.c: Likewise.
70997         * posix/waitpid.c: Likewise.
70998         * resolv/gai_sigqueue.c: Likewise.
70999         * resource/getpriority.c: Likewise.
71000         * resource/getrlimit.c: Likewise.
71001         * resource/getrusage.c: Likewise.
71002         * resource/nice.c: Likewise.
71003         * resource/setpriority.c: Likewise.
71004         * resource/setrlimit.c: Likewise.
71005         * resource/ulimit.c: Likewise.
71006         * rt/aio_cancel.c: Likewise.
71007         * rt/aio_fsync.c: Likewise.
71008         * rt/aio_read.c: Likewise.
71009         * rt/aio_sigqueue.c: Likewise.
71010         * rt/aio_suspend.c: Likewise.
71011         * rt/aio_write.c: Likewise.
71012         * rt/clock_getres.c: Likewise.
71013         * rt/clock_gettime.c: Likewise.
71014         * rt/clock_nanosleep.c: Likewise.
71015         * rt/clock_settime.c: Likewise.
71016         * rt/lio_listio.c: Likewise.
71017         * rt/mq_close.c: Likewise.
71018         * rt/mq_getattr.c: Likewise.
71019         * rt/mq_notify.c: Likewise.
71020         * rt/mq_open.c: Likewise.
71021         * rt/mq_receive.c: Likewise.
71022         * rt/mq_send.c: Likewise.
71023         * rt/mq_setattr.c: Likewise.
71024         * rt/mq_timedreceive.c: Likewise.
71025         * rt/mq_timedsend.c: Likewise.
71026         * rt/mq_unlink.c: Likewise.
71027         * rt/shm_open.c: Likewise.
71028         * rt/shm_unlink.c: Likewise.
71029         * rt/timer_create.c: Likewise.
71030         * rt/timer_delete.c: Likewise.
71031         * rt/timer_getoverr.c: Likewise.
71032         * rt/timer_gettime.c: Likewise.
71033         * rt/timer_settime.c: Likewise.
71034         * setjmp/__longjmp.c: Likewise.
71035         * setjmp/setjmp.c: Likewise.
71036         * signal/kill.c: Likewise.
71037         * signal/killpg.c: Likewise.
71038         * signal/raise.c: Likewise.
71039         * signal/sigaction.c: Likewise.
71040         * signal/sigaltstack.c: Likewise.
71041         * signal/sigblock.c: Likewise.
71042         * signal/sigignore.c: Likewise.
71043         * signal/sigintr.c: Likewise.
71044         * signal/signal.c: Likewise.
71045         * signal/sigpause.c: Likewise.
71046         * signal/sigpending.c: Likewise.
71047         * signal/sigqueue.c: Likewise.
71048         * signal/sigreturn.c: Likewise.
71049         * signal/sigset.c: Likewise.
71050         * signal/sigsetmask.c: Likewise.
71051         * signal/sigstack.c: Likewise.
71052         * signal/sigsuspend.c: Likewise.
71053         * signal/sigtimedwait.c: Likewise.
71054         * signal/sigvec.c: Likewise.
71055         * signal/sigwait.c: Likewise.
71056         * signal/sigwaitinfo.c: Likewise.
71057         * signal/sysv_signal.c: Likewise.
71058         * socket/accept.c: Likewise.
71059         * socket/accept4.c: Likewise.
71060         * socket/bind.c: Likewise.
71061         * socket/connect.c: Likewise.
71062         * socket/getpeername.c: Likewise.
71063         * socket/getsockname.c: Likewise.
71064         * socket/getsockopt.c: Likewise.
71065         * socket/isfdtype.c: Likewise.
71066         * socket/listen.c: Likewise.
71067         * socket/recv.c: Likewise.
71068         * socket/recvfrom.c: Likewise.
71069         * socket/recvmsg.c: Likewise.
71070         * socket/send.c: Likewise.
71071         * socket/sendmsg.c: Likewise.
71072         * socket/sendto.c: Likewise.
71073         * socket/setsockopt.c: Likewise.
71074         * socket/shutdown.c: Likewise.
71075         * socket/sockatmark.c: Likewise.
71076         * socket/socket.c: Likewise.
71077         * socket/socketpair.c: Likewise.
71078         * stdio-common/ctermid.c: Likewise.
71079         * stdio-common/cuserid.c: Likewise.
71080         * stdio-common/remove.c: Likewise.
71081         * stdio-common/rename.c: Likewise.
71082         * stdio-common/renameat.c: Likewise.
71083         * stdio-common/tempname.c: Likewise.
71084         * stdlib/getcontext.c: Likewise.
71085         * stdlib/makecontext.c: Likewise.
71086         * stdlib/setcontext.c: Likewise.
71087         * stdlib/swapcontext.c: Likewise.
71088         * stdlib/system.c: Likewise.
71089         * streams/fattach.c: Likewise.
71090         * streams/fdetach.c: Likewise.
71091         * streams/getmsg.c: Likewise.
71092         * streams/getpmsg.c: Likewise.
71093         * streams/putmsg.c: Likewise.
71094         * streams/putpmsg.c: Likewise.
71095         * sysdeps/unix/bsd/getpt.c: Likewise.
71096         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
71097         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
71098         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
71099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
71100         Likewise.
71101         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
71102         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
71103         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
71104         * sysvipc/msgctl.c: Likewise.
71105         * sysvipc/msgget.c: Likewise.
71106         * sysvipc/msgrcv.c: Likewise.
71107         * sysvipc/msgsnd.c: Likewise.
71108         * sysvipc/semctl.c: Likewise.
71109         * sysvipc/semget.c: Likewise.
71110         * sysvipc/semop.c: Likewise.
71111         * sysvipc/semtimedop.c: Likewise.
71112         * sysvipc/shmat.c: Likewise.
71113         * sysvipc/shmctl.c: Likewise.
71114         * sysvipc/shmdt.c: Likewise.
71115         * sysvipc/shmget.c: Likewise.
71116         * termios/tcdrain.c: Likewise.
71117         * termios/tcflow.c: Likewise.
71118         * termios/tcflush.c: Likewise.
71119         * termios/tcgetattr.c: Likewise.
71120         * termios/tcgetpgrp.c: Likewise.
71121         * termios/tcsendbrk.c: Likewise.
71122         * termios/tcsetattr.c: Likewise.
71123         * termios/tcsetpgrp.c: Likewise.
71124         * time/adjtime.c: Likewise.
71125         * time/clock.c: Likewise.
71126         * time/getitimer.c: Likewise.
71127         * time/gettimeofday.c: Likewise.
71128         * time/setitimer.c: Likewise.
71129         * time/settimeofday.c: Likewise.
71130         * time/stime.c: Likewise.
71131         * time/time.c: Likewise.
71133 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
71135         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
71136         /usr/old/bin.
71138         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
71139         instead of spaces.
71140         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
71142 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
71144         [BZ #14796]
71145         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
71146         FE_TONEAREST before applying Dekker multiplication and Knuth
71147         addition.  Clear inexact exceptions and check for exact zero
71148         results afterwards.
71149         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
71150         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
71151         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
71152         * math/libm-test.inc (fma_test): Add more tests.
71153         (fma_test_towardzero): Likewise.
71154         (fma_test_downward): Likewise.
71155         (fma_test_upward): Likewise.
71156         * sysdeps/generic/math_private.h (default_libc_fesetround): New
71157         function.
71158         (libc_fesetround): New macro.
71159         (libc_fesetroundf): Likewise.
71160         (libc_fesetroundl): Likewise.
71161         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
71162         function.
71163         (libc_fesetround_387): Likewise.
71164         (libc_fesetroundf): New macro.
71165         (libc_fesetround): Likewise.
71166         (libc_fesetroundl): Likewise.
71167         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
71168         function.
71169         (libc_fesetroundf): New macro.
71170         (libc_fesetround): Likewise.
71171         (libc_fesetroundl): Likewise.
71172         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
71173         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
71174         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
71175         libm_hidden_ver.
71176         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
71177         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
71178         libm_hidden_def.
71179         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
71180         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
71181         libm_hidden_ver.
71182         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
71183         libm_hidden_def.
71185         [BZ #3439]
71186         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
71187         integer constant usable in #if and use that to give value to enum
71188         constant.
71189         (FE_DIVBYZERO): Likewise.
71190         (FE_UNDERFLOW): Likewise.
71191         (FE_OVERFLOW): Likewise.
71192         (FE_INVALID): Likewise.
71193         (FE_INVALID_SNAN): Likewise.
71194         (FE_INVALID_ISI): Likewise.
71195         (FE_INVALID_IDI): Likewise.
71196         (FE_INVALID_ZDZ): Likewise.
71197         (FE_INVALID_IMZ): Likewise.
71198         (FE_INVALID_COMPARE): Likewise.
71199         (FE_INVALID_SOFTWARE): Likewise.
71200         (FE_INVALID_SQRT): Likewise.
71201         (FE_INVALID_INTEGER_CONVERSION): Likewise.
71202         (FE_TONEAREST): Likewise.
71203         (FE_TOWARDZERO): Likewise.
71204         (FE_UPWARD): Likewise.
71205         (FE_DOWNWARD): Likewise.
71206         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
71207         (FE_DIVBYZERO): Likewise.
71208         (FE_OVERFLOW): Likewise.
71209         (FE_UNDERFLOW): Likewise.
71210         (FE_INEXACT): Likewise.
71211         (FE_TONEAREST): Likewise.
71212         (FE_DOWNWARD): Likewise.
71213         (FE_UPWARD): Likewise.
71214         (FE_TOWARDZERO): Likewise.
71215         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
71216         (FE_UNDERFLOW): Likewise.
71217         (FE_OVERFLOW): Likewise.
71218         (FE_DIVBYZERO): Likewise.
71219         (FE_INVALID): Likewise.
71220         (FE_TONEAREST): Likewise.
71221         (FE_TOWARDZERO): Likewise.
71222         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
71223         (FE_OVERFLOW): Likewise.
71224         (FE_UNDERFLOW): Likewise.
71225         (FE_DIVBYZERO): Likewise.
71226         (FE_INEXACT): Likewise.
71227         (FE_TONEAREST): Likewise.
71228         (FE_TOWARDZERO): Likewise.
71229         (FE_UPWARD): Likewise.
71230         (FE_DOWNWARD): Likewise.
71231         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
71232         (FE_DIVBYZERO): Likewise.
71233         (FE_OVERFLOW): Likewise.
71234         (FE_UNDERFLOW): Likewise.
71235         (FE_INEXACT): Likewise.
71236         (FE_TONEAREST): Likewise.
71237         (FE_DOWNWARD): Likewise.
71238         (FE_UPWARD): Likewise.
71239         (FE_TOWARDZERO): Likewise.
71241 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
71243         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
71245 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
71247         * scripts/cross-test-ssh.sh (command): Use newlines to separate
71248         commands.  Quote $PWD.
71249         (blacklist_exports): Don't use remove_newlines.  Replace "declare
71250         -x" by "export".
71251         (remove_newlines): Remove.
71253 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
71255         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
71256         * stdlib/stdlib.h (atof): Moved to ...
71257         * include/bits/stdlib-float.h: Here.  New file.
71258         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
71259         * stdlib/bits/stdlib-float.h: New file.
71260         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
71261         -mno-sse -mno-mmx.
71262         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
71263         <xmmintrin.h>.
71265 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
71267         * conform/conformtest.pl (@headers): Add fenv.h.
71268         * conform/data/fenv.h-data: New file.
71269         * include/fenv.h [_ISOMAC]: Disable all contents of file except
71270         include of <math/fenv.h>.
71272         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
71273         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
71274         && !UNIX98].  Enables tests for XOPEN2K8.
71275         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
71276         POSIX2008]: Likewise.
71278         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
71279         (struct rusage): Do not expect type or its members.
71281         [BZ #3439]
71282         * math/math.h (FP_NAN): Define macro to integer constant usable in
71283         #if and use that to give value to enum constant.
71284         (FP_INFINITE): Likewise.
71285         (FP_ZERO): Likewise.
71286         (FP_SUBNORMAL): Likewise.
71287         (FP_NORMAL): Likewise.
71289 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
71291         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
71292         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
71293         arguments.
71295 2012-11-02  Roland McGrath  <roland@hack.frob.com>
71297         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
71298         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
71299         autoconf-time if not.
71300         * configure.in: Remove AC_PREREQ.
71302 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
71304         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
71305         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
71306         of the internal implementation.
71308 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
71310         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
71311         except include of <misc/sys/syslog.h>.
71313 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
71315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
71316         function returns with a NULL context exit with zero.
71318 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
71320         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
71322 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
71324         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
71325         (run_program_cmd): This.
71326         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
71327         (tst_langinfo): New variable.  Use it.
71329 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
71331         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
71332         floating point opcodes.
71334 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
71336         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
71337         variable.
71339         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
71341         * sysdeps/mach/hurd/powerpc: Remove directory.
71342         * sysdeps/mach/powerpc: Likewise.
71344 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
71346         * scripts/check-local-headers.sh: Ignore c++ headers.
71348 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
71350         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
71351         __libc_cleanup_region_start argument.
71353 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
71355         [BZ #14784]
71356         [BZ #14785]
71357         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
71358         x * y using scaling, not as x * y + z.
71359         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
71360         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
71361         * math/libm-test.inc (fma_test): Add more tests.
71362         (fma_test_towardzero): Likewise.
71363         (fma_test_downward): Likewise.
71364         (fma_test_upward): Likewise.
71366 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
71368         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
71370 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
71372         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
71373         New variable.
71375 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
71377         * rt/tst-shm.c (worker): Correct checking for mmap failure.
71379 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
71381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
71382         Fix sort order.
71383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
71384         Likewise.
71386 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
71388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
71389         Fix the order of the list for glibc 2.17.
71390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
71391         Likewise.
71393 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
71395         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
71397 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
71399         [BZ #14610]
71400         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
71401         for low part of x being zero before using __atanl (y).
71402         * math/libm-test.inc (atan2_test): Add another test.
71404         * manual/install.texi (Configuring and compiling): Document
71405         general use of test-wrapper and test-wrapper-env.
71406         * INSTALL: Regenerated.
71408         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
71409         (__fma): Do not extract and scale down low bits on after-rounding
71410         systems when result rounded to normal precision would have normal
71411         exponent.
71412         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
71413         (__fmal): Do not extract and scale down low bits on after-rounding
71414         systems when result rounded to normal precision would have normal
71415         exponent.
71416         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
71417         (__fmal): Do not extract and scale down low bits on after-rounding
71418         systems when result rounded to normal precision would have normal
71419         exponent.
71420         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
71421         macro.
71422         (fma_test): Add more tests.
71423         (fma_test_towardzero): Likewise.
71424         (fma_test_downward): Likewise.
71425         (fma_test_upward): Likewise.
71427 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
71429         * sysdeps/i386/tininess.h: Renamed to ...
71430         * sysdeps/x86/tininess.h: This.
71431         * sysdeps/x86_64/tininess.h: Removed.
71433 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
71435         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
71436         input.  Use $(build-program-cmd).
71437         ($(objpfx)tst-array1-static.out): Likewise.
71438         ($(objpfx)tst-array2.out): Likewise.
71439         ($(objpfx)tst-array3.out): Likewise.
71440         ($(objpfx)tst-array4.out): Likewise.
71441         ($(objpfx)tst-array5.out): Likewise.
71442         ($(objpfx)tst-array5-static.out): Likewise.
71444 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
71446         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
71447         if defined.
71449         * nss/nsswitch.h (nss_interface_function): Provide new
71450         macro for use with NSS functions.
71451         * grp/initgroups.c: Use new macro.
71452         * nss/getXXbyYY.c: Likewise.
71453         * nss/getXXbyYY_r.c: Likewise.
71454         * nss/getXXent.c: Likewise.
71455         * nss/getXXent_r.c: Likewise.
71456         * sysdeps/posix/getaddrinfo.c: Likewise.
71458 2012-10-30  Andreas Jaeger  <aj@suse.de>
71460         * po/ru.po: Update Russion translation from translation project.
71462 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
71464         [BZ #14152]
71465         [BZ #14783]
71466         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
71467         result and shift together with sticky bit instead of replicating
71468         round-to-nearest rounding.
71469         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
71470         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
71471         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
71472         missing underflow exceptions.
71473         (fma_test_towardzero): Add more tests.
71474         (fma_test_downward): Likewise.
71475         (fma_test_upward): Likewise.
71477         [BZ #14047]
71478         * sysdeps/generic/tininess.h: New file.
71479         * sysdeps/i386/tininess.h: Likewise.
71480         * sysdeps/sh/tininess.h: Likewise.
71481         * sysdeps/x86_64/tininess.h: Likewise.
71482         * stdlib/tst-strtod-underflow.c: Likewise.
71483         * stdlib/tst-tininess.c: Likewise.
71484         * stdlib/strtod_l.c: Include <tininess.h>.
71485         (round_and_return): Do not set errno for exact underflow cases.
71486         Force an underflow exception when setting errno for underflow.
71487         Determine underflow based on rounding to normal precision if
71488         TININESS_AFTER_ROUNDING.
71489         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
71490         ERANGE for exact underflow cases.
71491         * stdlib/Makefile (tests): Add tst-tininess and
71492         tst-strtod-underflow.
71493         ($(objpfx)tst-tininess): Use $(link-libm).
71494         ($(objpfx)tst-strtod-underflow): Likewise.
71496 2012-10-30  Andreas Jaeger  <aj@suse.de>
71498         [BZ #14767]
71499         * elf/Makefile (tests): Remove conditional for have-initfini-array
71500         since this is now always required and the variable does not exist
71501         anymore.
71502         (tests-static): Likewise.
71503         (modules-names): Likewise.
71505         * po/eo.po: Add Esperanto translation from translation project.
71507         * elf/tst-array1.c (fini_array): Make writeable so that it can be
71508         merged with constructor/destructor.
71509         (init_array): Likewise.
71510         * elf/tst-array2dep.c (fini_array): Likewise.
71511         (init_array): Likewise.
71513 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
71515         * manual/message.texi: Delete @cartouche tags.
71517 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
71519         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
71520         EOPNOTSUPP.
71521         * sysdeps/mach/hurd/fsync.c: Likewise.
71523         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
71524         [_POSIX_REALTIME_SIGNALS]: Change condition to
71525         [_POSIX_REALTIME_SIGNALS > 0].
71527 2012-10-27  Andreas Jaeger  <aj@suse.de>
71529         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
71530         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
71531         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
71532         [__WORDSIZE != 64]: Likewise.
71534 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
71536         *  iconvdata/tst-table.sh: Remove ${SHELL}.
71537         *  iconvdata/tst-tables.sh: Likewise.
71539 2012-10-25  David S. Miller  <davem@davemloft.net>
71541         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
71542         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
71543         of strtoull.
71545         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
71546         ifunc-impl-list.c
71547         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
71548         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
71549         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
71550         file.
71552 2012-10-25  Roland McGrath  <roland@hack.frob.com>
71554         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
71555         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
71556         __getdirentries.
71558 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
71559             Jim Blandy  <jimb@codesourcery.com>
71561         * scripts/cross-test-ssh.sh: New file.
71562         * manual/install.texi (Configuring and compiling): Document use of
71563         cross-test-ssh.sh.
71564         * INSTALL: Regenerated.
71566 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
71568         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
71569         EOPNOTSUPP.
71571 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
71573         * Makeconfig (run-program-prefix): Fix comment.
71575 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
71576             Jim Blandy  <jimb@codesourcery.com>
71578         * Makeconfig (test-wrapper): New variable,
71579         (test-wrapper-env): Likewise.
71580         [$(cross-compiling) = yes && $(test-wrapper) != ""]
71581         (run-built-tests): Define to yes.
71582         (run-program-prefix): Use $(test-wrapper).
71583         (built-program-cmd): Likewise.
71584         * Rules (make-test-out): Use $(test-wrapper-env) and
71585         $(host-built-program-cmd).
71586         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
71587         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
71588         tst-pathopt.sh.
71589         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
71590         $(test-wrapper-env) to tst-rtld-load-self.sh.
71591         ($(objpfx)order2.out): Use $(test-wrapper).
71592         ($(objpfx)tst-initorder.out): Likewise.
71593         ($(objpfx)tst-initorder2.out): Likewise.
71594         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
71595         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
71596         (test_wrapper_env): New variable.  Use it to run ld.so.
71597         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
71598         Use it to run ld.so.
71599         (test_wrapper_env): Likewise.
71600         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
71601         $(test-wrapper) to run-iconv-test.sh.
71602         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
71603         (ICONV): Use $test_wrapper.
71604         * posix/Makefile ($(objpfx)globtest.out): Pass
71605         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
71606         globtest.sh, not $(run-program-prefix).
71607         * posix/globtest.sh (run_via_rtld_prefix): New variable.
71608         (test_wrapper): Likewise.
71609         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
71610         set together with run_via_rtld_prefix.
71611         (run_program_prefix): Define in terms of test_wrapper and
71612         run_via_rtld_prefix.
71614 2012-10-24  Roland McGrath  <roland@hack.frob.com>
71616         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
71617         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
71618         Targets removed.
71620         [BZ #14743]
71621         * include/time.h: Remove librt_hidden_proto (clock_gettime).
71622         Declare __clock_getres, __clock_gettime, __clock_settime,
71623         __clock_nanosleep, and __clock_getcpuclockid.
71624         * rt/clock_gettime.c: Define __clock_gettime as an alias.
71625         Remove librt_hidden_def (clock_gettime).
71626         * sysdeps/unix/clock_gettime.c: Likewise.
71627         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
71628         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
71629         * rt/clock_getres.c: Define __clock_getres as an alias.
71630         * sysdeps/posix/clock_getres.c: Likewise.
71631         * rt/clock_settime.c: Define __clock_settime as an alias.
71632         * sysdeps/unix/clock_settime.c: Likewise.
71633         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
71634         * sysdeps/unix/clock_nanosleep.c: Likewise.
71635         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
71636         * rt/clock-compat.c: New file.
71637         * rt/Makefile (librt-routines): Add clock-compat and move
71638         $(clock-routines) to ...
71639         (routines): ... here, new variable.
71640         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
71641         Don't add get_clockfreq here.
71642         * rt/Versions (libc: GLIBC_2.17): New version set.
71643         Add clock_* symbols here.
71644         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
71645         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
71646         (GLIBC_2.17): Add clock_* symbols.
71647         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
71648         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
71649         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
71650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
71651         Likewise.
71652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
71653         Likewise.
71654         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
71655         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
71656         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
71657         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
71658         * NEWS: Mention the move.
71660         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
71661         Use __open, __read, __close rather than their public counterparts.
71662         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
71663         (__get_clockfreq_via_cpuinfo): Likewise.
71664         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
71665         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
71667         * config.h.in (HAVE_IFUNC): New #undef.
71668         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
71669         was successful.
71670         * configure: Regenerated.
71672 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
71674         * configure.in: Move READELF check to start of file.
71675         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
71676         libc_cv_asm_gnu_indirect_function in the process.
71677         * configure: Regenerated.
71679 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
71681         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
71682         send the output to /dev/null.
71683         (libc_cv_cc_with_libunwind): Likewise.
71684         (libc_cv_as_noexecstack): Likewise.
71685         * configure: Regenerate.
71687 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
71689         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
71691         * posix/globtest.sh (TMPDIR): Do not set.
71692         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
71693         (testout): Likewise.
71695 2012-10-24  Andreas Jaeger  <aj@suse.de>
71697         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
71698         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
71699         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
71700         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
71701         posix_fadvise64, posix_fallocate64.
71703         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
71704         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
71705         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
71706         Likewise.
71707         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
71708         Likewise.
71709         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
71711         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
71712         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
71713         <bits/fcntl-linux.h>.
71714         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
71716         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
71717         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
71718         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
71719         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
71720         [__WORDSIZE != 64]: Likewise.
71722 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
71724         * Makeconfig (run-built-tests): New variable.
71725         * Rules [$(cross-compiling) = yes]: Change condition to
71726         [$(run-built-tests) = no].
71727         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
71728         to [$(run-built-tests) = yes].
71729         * elf/Makefile [$(cross-compiling) = no]: Likewise.
71730         * grp/Makefile [$(cross-compiling) = no]: Likewise.
71731         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
71732         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
71733         * intl/Makefile [$(cross-compiling) = no]: Likewise.
71734         * io/Makefile [$(cross-compiling) = no]: Likewise.
71735         * libio/Makefile [$(cross-compiling) = no]: Likewise.
71736         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
71737         * misc/Makefile [$(cross-compiling) = no]: Likewise.
71738         * posix/Makefile [$(cross-compiling) = no]: Likewise.
71739         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
71740         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
71741         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
71742         * string/Makefile [$(cross-compiling) = no]: Likewise.
71744         * posix/Makefile ($(objpfx)globtest.out): Pass
71745         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
71746         $(rtld-installed-name).
71747         * posix/globtest.sh (elf_objpfx): Remove variable.
71748         (rtld_installed_name): Likewise.
71749         (library_path): Likewise.
71750         (run_program_prefix): New variable.  Use for running globtest
71751         binary.
71753 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
71754             Joseph Myers  <joseph@codesourcery.com>
71756         * Makeconfig (host-built-program-cmd): New variable.
71757         * elf/Makefile (tst-stackguard1-ARGS): Use
71758         $(host-built-program-cmd).
71759         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
71760         (tst-spawn-ARGS): Likewise.
71761         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
71763 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
71764             Jim Blandy  <jimb@codesourcery.com>
71766         * Makeconfig (run-via-rtld-prefix): New variable.
71767         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
71768         (built-program-cmd): Likewise.
71770 2012-10-22  Andreas Jaeger  <aj@suse.de>
71772         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
71773         __O_RSYNC if it exists, otherwise to O_SYNC.
71775 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
71776             Joseph Myers  <joseph@codesourcery.com>
71778         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
71779         /dev/null.
71780         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
71781         from /dev/null
71782         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
71783         /dev/null.
71785 2012-10-22  Andreas Jaeger  <aj@suse.de>
71787         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
71788         Define always.
71789         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
71791         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
71792         bits/fcntl-linux.h.
71794         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
71795         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
71797         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
71798         to __O_LARGEFILE.
71799         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
71800         to __O_LARGEFILE.
71802 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
71803             Joseph Myers  <joseph@codesourcery.com>
71805         * config.make.in (NM): New variable.
71807 2012-10-21  Andreas Jaeger  <aj@suse.de>
71809         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
71810         definitions and declarations that are provided by
71811         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
71813 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
71815         [BZ #14683]
71816         * elf/Makefile (tests-static): Add tst-leaks1-static.
71817         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
71818         ($(objpfx)tst-leaks1-static): New rule.
71819         ($(objpfx)tst-leaks1-static-mem): Likewise.
71820         (tst-leaks1-static-ENV): New macro.
71821         * elf/dl-open.c (dl_open_worker): Check the main application
71822         only if SHARED is defined.
71823         * elf/tst-leaks1-static.c: New file.
71825 2012-10-20  Andreas Jaeger  <aj@suse.de>
71827         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
71828         generic values for Linux.
71829         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
71830         and declarations that are provided by <bits/fcntl-linux.h> and
71831         include <bits/fcntl-linux.h>.
71832         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
71833         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
71835 2012-10-20  Roland McGrath  <roland@hack.frob.com>
71837         * io/fcntl.h: Move include of <bits/types.h> to the top and
71838         include it unconditionally.
71840 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
71842         * wcsmbs/Makefile (tests-ifunc): New variable.
71843         (tests): Add $(tests-ifunc).
71844         * wcsmbs/test-wcschr-ifunc.c: New file.
71845         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
71846         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
71847         * wcsmbs/test-wcslen-ifunc.c: Likewise.
71848         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
71849         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
71851         * string/Makefile (tests-ifunc): New variable.
71852         (tests): Add $(tests-ifunc).
71853         * string/test-memccpy.c (TEST_NAME): New macro.
71854         * string/test-memchr.c (TEST_NAME): Likewise.
71855         * string/test-memcmp.c (TEST_NAME): Likewise.
71856         * string/test-memcpy.c (TEST_NAME): Likewise.
71857         * string/test-memmem.c (TEST_NAME): Likewise.
71858         * string/test-memmove.c (TEST_NAME): Likewise.
71859         * string/test-memset.c (TEST_NAME): Likewise.
71860         * string/test-rawmemchr.c (TEST_NAME): Likewise.
71861         * string/test-stpcpy.c (TEST_NAME): Likewise.
71862         * string/test-stpncpy.c (TEST_NAME): Likewise.
71863         * string/test-strcasecmp.c (TEST_NAME): Likewise.
71864         * string/test-strcasestr.c (TEST_NAME): Likewise.
71865         * string/test-strcat.c (TEST_NAME): Likewise.
71866         * string/test-strchr.c (TEST_NAME): Likewise.
71867         * string/test-strcmp.c(TEST_NAME): Likewise.
71868         * string/test-strcpy.c (TEST_NAME): Likewise.
71869         * string/test-strcspn.c (TEST_NAME): Likewise.
71870         * string/test-strlen.c (TEST_NAME): Likewise.
71871         * string/test-strncasecmp.c (TEST_NAME): Likewise.
71872         * string/test-strncmp.c (TEST_NAME): Likewise.
71873         * string/test-strncpy.c (TEST_NAME): Likewise.
71874         * string/test-strnlen.c (TEST_NAME): Likewise.
71875         * string/test-strpbrk.c (TEST_NAME): Likewise.
71876         * string/test-strrchr.c (TEST_NAME): Likewise.
71877         * string/test-strspn.c (TEST_NAME): Likewise.
71878         * string/test-strstr.c (TEST_NAME): Likewise.
71879         * string/test-bcopy-ifunc.c: New file.
71880         * string/test-bzero-ifunc.c: Likewise.
71881         * string/test-memccpy-ifunc.c: Likewise.
71882         * string/test-memchr-ifunc.c: Likewise.
71883         * string/test-memcmp-ifunc.c: Likewise.
71884         * string/test-memcpy-ifunc.c: Likewise.
71885         * string/test-memmem-ifunc.c: Likewise.
71886         * string/test-memmove-ifunc.c: Likewise.
71887         * string/test-mempcpy-ifunc.c: Likewise.
71888         * string/test-memset-ifunc.c: Likewise.
71889         * string/test-rawmemchr-ifunc.c: Likewise.
71890         * string/test-stpcpy-ifunc.c: Likewise.
71891         * string/test-stpncpy-ifunc.c: Likewise.
71892         * string/test-strcasecmp-ifunc.c: Likewise.
71893         * string/test-strcasestr-ifunc.c: Likewise.
71894         * string/test-strcat-ifunc.c: Likewise.
71895         * string/test-strchr-ifunc.c: Likewise.
71896         * string/test-strchrnul-ifunc.c: Likewise.
71897         * string/test-strcmp-ifunc.c: Likewise.
71898         * string/test-strcpy-ifunc.c: Likewise.
71899         * string/test-strcspn-ifunc.c: Likewise.
71900         * string/test-strlen-ifunc.c: Likewise.
71901         * string/test-strncasecmp-ifunc.c: Likewise.
71902         * string/test-strncat-ifunc.c: Likewise.
71903         * string/test-strncmp-ifunc.c: Likewise.
71904         * string/test-strncpy-ifunc.c: Likewise.
71905         * string/test-strnlen-ifunc.c: Likewise.
71906         * string/test-strpbrk-ifunc.c: Likewise.
71907         * string/test-strrchr-ifunc.c: Likewise.
71908         * string/test-strspn-ifunc.c: Likewise.
71909         * string/test-strstr-ifunc.c: Likewise.
71911         * debug/Makefile (tests-ifunc): New variable.
71912         (tests): Add $(tests-ifunc).
71913         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
71914         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
71915         * debug/test-stpcpy_chk-ifunc.c: New file.
71916         * debug/test-strcpy_chk-ifunc.c: Likewise.
71918 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
71920         [BZ #13601]
71921         * elf/dl-load.c (open_verify): Retry read if the entire ELF
71922         header is not read in.
71924 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
71926         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
71927         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
71928         directly.  Pass built executable to script as
71929         $(built-program-cmd).
71930         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
71931         $testprogram without using LD_LIBRARY_PATH and $ldso.
71933         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
71934         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
71935         $(rtld-installed-name).
71936         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
71937         (rtld_installed_name): Likewise.
71938         (library_path): Likewise.
71939         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
71940         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
71941         $(run-program-prefix) to tst-tables.sh.
71942         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
71943         it to run tst-table-from and tst-table-to.
71944         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
71945         Pass it to tst-table.sh.
71946         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
71947         $(run-program-prefix) to tst-gettext.sh.
71948         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
71949         tst-translit.sh.
71950         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
71951         tst-gettext2.sh.
71952         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
71953         to run tst-gettext.
71954         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
71955         to run tst-gettext2.
71956         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
71957         to run tst-translit.
71958         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
71959         $(run-program-prefix) to tst-mtrace.sh.
71960         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
71961         to run tst-mtrace.
71962         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
71963         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
71964         $(rtld-installed-name).
71965         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
71966         (rtld_installed_name): Likewise.
71967         (run_program_prefix): New variable.  Use it to run wordexp-test.
71969         * Makeconfig (ARCH): Remove all definitions.
71970         (machine): Likewise.
71971         [ARCH]: Remove conditional code.
71972         [!objdir]: Give error.
71973         [!objdir] (objpfx): Remove.
71974         [!objdir] (common-objpfx): Likewise.
71975         [!objdir] (common-objdir): Likewise.
71976         * configure.in (config_makefile): Remove.  Hardcode Makefile in
71977         AC_CONFIG_FILES call.
71978         * configure: Regenerated.
71980         [BZ #13888]
71981         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
71982         or TMPDIR.
71983         (testout): Likewise.
71985         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
71986         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
71987         $(rtld-installed-name).
71988         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
71989         (rtld_installed_name): Likewise.
71990         (runit): Remove function.
71991         (run_getconf): New variable,  Use it for running getconf binary.
71993 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
71995         [BZ #14716]
71996         * string/test-memmem.c (check_result): New function.
71997         (do_one_test): Use it.
71998         (check1): New function.
71999         (test_main): Use it.
72001 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
72003         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
72005 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
72007         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
72008         (_G_LSEEK64): Likewise.
72009         (_G_MMAP64): Likewise.
72010         (_G_FSTAT64): Likewise.
72011         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
72012         (_G_LSEEK64): Likewise.
72013         (_G_MMAP64): Likewise.
72014         (_G_FSTAT64): Likewise.
72015         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
72016         unconditional.  Call __mmap64 directly.
72017         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
72018         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
72019         __lseek64 directly.
72020         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
72021         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
72022         __mmap64 directly.
72023         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
72024         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
72025         __lseek64 directly.
72026         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
72027         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
72028         __lseek64 directly.
72029         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
72030         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
72031         __lseek64 directly.
72032         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
72033         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
72034         __fxstat64 directly.
72035         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
72036         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
72037         unconditional.
72038         (freopen64) [!_G_OPEN64]: Remove conditional code.
72039         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
72040         unconditional.
72041         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
72042         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
72043         unconditional.
72044         (ftello64) [!_G_LSEEK64]: Remove conditional code.
72045         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
72046         unconditional.
72047         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
72048         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
72049         unconditional.
72050         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
72051         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
72052         unconditional.
72053         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
72054         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
72055         unconditional.
72056         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
72057         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
72058         unconditional.
72059         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
72061 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
72063         [BZ #12140]
72064         * manual/memory.texi (Malloc Tunable Parameters): Add note
72065         about free list pointers overwriting some perturb bytes.
72066         Wording suggested by Roland McGrath.
72068 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
72070         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
72071         (lgamma_test): Likewise.
72072         (tgamma_test): Likewise.
72074 2012-10-16  Florian Weimer  <fweimer@redhat.com>
72076         [BZ #14700]
72077         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
72078         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
72080 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
72082         * NEWS: Mention BZ #14716.
72083         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
72084         when removing AVAILABLE1_USES_J macro.
72086 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
72088         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
72089         (__bswap_64): __uint64_t for unsigned 64-bit int.
72091 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
72093         * include/string.h (memmem): Declare libc hidden alias.
72094         * string/memmem.c (memmem): Define libc hidden alias.
72095         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
72096         __read, __close instead of open, read, close.
72098 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
72100         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
72101         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
72102         global and hidden.
72103         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
72104         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
72105         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
72106         Likewise.
72107         (__rawmemchr_sse2): Likewise.
72108         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
72109         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
72110         (__strchr_sse2): Likewise.
72111         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
72112         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
72113         (__strcasecmp_sse2): Likewise.
72114         (__strncasecmp_sse2): Likewise.
72115         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
72116         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
72117         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
72118         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
72119         (__strrchr_sse2): Likewise.
72120         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
72121         ifunc-impl-list.c.
72122         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
72123         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
72124         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
72125         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
72126         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
72127         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
72128         * sysdeps/x86_64/multiarch/memset.S: Likewise.
72129         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
72130         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
72131         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
72132         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
72133         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
72134         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
72135         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
72136         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
72137         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
72138         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
72139         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
72140         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
72141         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
72142         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
72143         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
72144         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
72145         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
72146         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
72147         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
72148         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
72149         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
72150         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
72151         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
72153         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
72154         global and hidden.
72155         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
72156         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
72157         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
72158         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
72159         Likewise.
72160         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
72161         Likewise.
72162         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
72163         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
72164         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
72165         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
72166         ifunc-impl-list.c.
72167         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
72168         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
72169         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
72170         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
72171         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
72172         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
72173         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
72174         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
72175         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
72176         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
72177         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
72178         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
72179         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
72180         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
72181         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
72182         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
72183         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
72184         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
72185         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
72186         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
72187         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
72188         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
72189         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
72190         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
72191         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
72192         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
72193         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
72194         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
72195         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
72196         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
72197         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
72198         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
72199         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
72200         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
72201         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
72202         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
72203         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
72204         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
72205         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
72206         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
72207         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
72209         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
72210         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
72211         * include/ifunc-impl-list.h: New file.
72212         * misc/ifunc-impl-list.c: Likewise.
72213         * misc/Makefile (routines): Add ifunc-impl-list.
72214         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
72215         * string/test-string.h: Include <ifunc-impl-list.h>.
72216         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
72217         TEST_NAME]: New variables.
72218         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
72219         are defined.
72220         (test_init): Call __libc_ifunc_impl_list to initialize
72221         func_list if TEST_IFUNC and TEST_NAME are defined.
72223         * string/Makefile (strop-tests): Add bcopy and bzero.
72224         * string/test-bcopy.c: New file.
72225         * string/test-bzero.c: Likewise.
72226         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
72227         defined.
72228         * string/test-memset.c: Support bzero test if TEST_BZERO is
72229         defined.
72230         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
72231         __libc_memmove.
72232         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
72233         __libc_memset.
72234         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
72235         of memset.
72237 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
72239         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
72240         * configure: Regenerated.
72242         * Makeconfig (+link-static-before-libc): Don't include
72243         $(link-static-libc).
72245         * libio/libio.h (_IO_pos_t): Remove.
72247 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
72249         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
72250         McGrath.
72252 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
72254         * crypt/crypt-entry.c: Include fips-private.h.
72255         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
72256         * crypt/md5c-test.c (main): Tolerate disabled MD5.
72257         * sysdeps/unix/sysv/linux/fips-private.h: New file.
72258         * sysdeps/generic/fips-private.h: New file, dummy fallback.
72260 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
72262         * crypt/crypt-private.h: Include stdbool.h.
72263         (_ufc_setup_salt_r): Return bool.
72264         * crypt/crypt-entry.c: Include errno.h.
72265         (__crypt_r): Return NULL with EINVAL for bad salt.
72266         * crypt/crypt_util.c (bad_for_salt): New.
72267         (_ufc_setup_salt_r): Check that salt is long enough and within
72268         the specified alphabet.
72269         * crypt/badsalttest.c: New file.
72270         * crypt/Makefile (tests): Add it.
72271         ($(objpfx)badsalttest): New.
72273 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
72275         * NEWS: Add entry for BZ #14602.
72277 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
72279         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
72280         type-generic.
72281         * math/libm-test.inc: Update comment listing what functions and
72282         macros are tested.
72283         (isgreater_test): New function.
72284         (isgreaterequal_test): Likewise.
72285         (isless_test): Likewise.
72286         (islessequal_test): Likewise.
72287         (islessgreater_test): Likewise.
72288         (isunordered_test): Likewise.
72289         (main): Call the new functions.
72291 2012-10-09  Roland McGrath  <roland@hack.frob.com>
72293         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
72294         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
72295         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
72296         * sysdeps/i386/configure: Regenerated.
72297         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
72298         * sysdeps/mach/configure: Regenerated.
72299         * sysdeps/mach/hurd/configure: Regenerated.
72300         * sysdeps/powerpc/configure: Regenerated.
72301         * sysdeps/powerpc/powerpc32/configure: Regenerated.
72302         * sysdeps/powerpc/powerpc64/configure: Regenerated.
72303         * sysdeps/s390/s390-32/configure: Regenerated.
72304         * sysdeps/s390/s390-64/configure: Regenerated.
72305         * sysdeps/sh/configure: Regenerated.
72306         * sysdeps/sparc/configure: Regenerated.
72307         * sysdeps/unix/sysv/linux/configure: Regenerated.
72308         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
72309         * sysdeps/x86_64/configure: Regenerated.
72311         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
72312         defined.  Don't check if MAP is NULL.
72314 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
72316         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
72317         (_G_stat64): Likewise.
72318         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
72319         (_G_stat64): Likewise.
72320         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
72321         instead of struct _G_stat64.
72322         * libio/fileops.c (mmap_remap_check): Likewise.
72323         (decide_maybe_mmap): Likewise.
72324         (_IO_new_file_seekoff): Likewise.
72325         (_IO_file_stat): Likewise.
72326         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
72327         _G_off64_t.
72328         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
72329         instead of struct _G_stat64.
72330         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
72332 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
72334         [BZ #14602]
72335         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
72336         Replace with ...
72337         (CHECK_EOL): New macro.
72338         (two_way_short_needle): Check beginning of haystack for EOL.  Use
72339         CHECK_EOL.
72340         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
72341         Replace with CHECK_EOL.
72342         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
72343         Replace with CHECK_EOL.
72345 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
72347         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
72348         type-generic.
72349         * math/libm-test.inc: Update comment listing what functions and
72350         macros are tested.
72351         (finite_test): New function.
72352         (isinf_test): Likewise.
72353         (isnan_test): Likewise.
72354         (fpclassify_test): Test subnormal input.
72355         (isfinite_test): Likewise.
72356         (isnormal_test): Likewise.
72357         (main): Call the new functions.
72359 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
72361         [BZ #14660]
72362         * Makerules (%.dynsym): Force C locale when running
72363         $(OBJDUMP) --dynamic-syms.
72365 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
72367         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
72368         <stdint.h>.
72370 2012-10-06  David S. Miller  <davem@davemloft.net>
72372         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
72373         upper 32-bits of the length value in %o2 since we use branch-on-register
72374         tests which consider the entire 64-bit register.
72376 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
72378         * string/test-strstr.c (check2): Add a test for page boundary.
72380 2012-10-05  David S. Miller  <davem@davemloft.net>
72382         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
72383         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
72384         file.
72385         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
72386         sysdep_routines.
72387         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
72388         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
72389         and bzero when HWCAP_SPARC_CRYPTO is present.
72391 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
72393         [BZ #14602]
72394         * string/test-strstr.c (check2): New function.
72395         (test_main): Call check2.
72397         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
72398         and bug-strchr1.
72399         * string/bug-strcasestr1.c (do_test): Moved to ...
72400         * string/test-strcasestr.c (check1): Here.  New function.
72401         (do_one_test): Break out result checking code into ...
72402         (check_result): This.  New function.
72403         (do_one_test): Call check_result.
72404         (test_main): Call check1.
72405         * string/bug-strchr1.c (do_test): Moved to ...
72406         * string/test-strchr.c (check1): Here.  New function.
72407         (do_one_test): Break out result checking code into ...
72408         (check_result): This.  New function.
72409         (do_one_test): Call check_result.
72410         (test_main): Call check1.
72411         * string/bug-strstr1.c (main): Moved to ...
72412         * string/test-strstr.c (check1): Here.  New function.
72413         (do_one_test): Break out result checking code into ...
72414         (check_result): This.  New function.
72415         (do_one_test): Call check_result.
72416         (test_main): Call check1.
72417         * string/bug-strcasestr1.c: Removed.
72418         * string/bug-strchr1.c: Likewise.
72419         * string/bug-strstr1.c: Likewise.
72421         * elf/Makefile (dl-routines): Add hwcaps.
72422         * elf/dl-support.c (_dl_important_hwcaps): Removed.
72423         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
72424         (_dl_important_hwcaps): Moved to ...
72425         * elf/dl-hwcaps.c: Here.  New file.
72426         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
72428         [BZ #14557]
72429         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
72430         if IS_IN_rtld isn't defined.
72432         * elf/dl-support.c (_dl_sysinfo_map): New.
72433         Include "get-dynamic-info.h" and "setup-vdso.h".
72434         (_dl_non_dynamic_init): Call setup_vdso.
72435         * elf/dynamic-link.h: Don't include <assert.h>.
72436         (elf_get_dynamic_info): Moved to ...
72437         * elf/get-dynamic-info.h: Here.  New file.
72438         * elf/dynamic-link.h: Include "get-dynamic-info.h".
72439         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
72440         * elf/setup-vdso.h: Here.  New file.
72441         * elf/rtld.c: Include "setup-vdso.h".
72442         (dl_main): Call setup_vdso.
72444 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
72446         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
72447         creal in comment listing functions tested.  List finite, isinf,
72448         isnan, isless, islessequal, isgreater, isgreaterequal,
72449         islessgreater, isunordered, lgamma_r and pow10 as functions and
72450         macros not tested.  Mention which functions not tested are aliases
72451         for other functions.  Fix typo.  Note that signs of NaNs are not
72452         tested.
72454         * scripts/config.guess: Update from config.git.
72455         * scripts/config.sub: Likewise.
72457 2012-10-04  Roland McGrath  <roland@hack.frob.com>
72459         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
72460         * misc/madvise.c (madvise): Renamed to __madvise.
72461         Make madvise a weak alias.
72462         * include/sys/mman.h: Declare __madvise.
72463         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
72464         * sysdeps/unix/syscalls.list
72465         (madvise): Make __madvise the strong name, and madvise a weak alias.
72466         * sysdeps/unix/sysv/linux/syscalls.list
72467         (madvise, mmap): Remove redundant entries.
72468         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
72469         * malloc/malloc.c (mtrim): Likewise.
72470         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
72472 2012-10-03  Roland McGrath  <roland@hack.frob.com>
72474         * sysdeps/mach/hurd/dl-cache.c: File removed.
72475         * config.h.in (USE_LDCONFIG): New #undef.
72476         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
72477         * configure: Regenerated.
72478         * elf/Makefile (dl-routines): Add dl-cache only under
72479         [$(use-ldconfig) = yes].
72480         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
72481         cache on [USE_LDCONFIG].
72482         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
72483         [USE_LDCONFIG].
72484         * elf/rtld.c (dl_main): Likewise.
72486 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
72488         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
72489         _SC_LEVEL4_CACHE_LINESIZE.
72491 2012-10-03  Roland McGrath  <roland@hack.frob.com>
72493         * sysdeps/unix/bsd/confstr.h: File removed.
72495 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
72497         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
72498         sys/sdt-config.h.
72500 2012-10-02  Roland McGrath  <roland@hack.frob.com>
72502         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
72503         Make 'mapoff' field ElfW(Off) rather than off_t.
72505 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
72507         * nscd/Makefile: Remove nscd-cflags and all its users.
72508         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
72509         (CFLAGS-nonlib): Add compiler flags for nscd modules.
72511         [BZ #10631]
72512         * malloc.c (malloc_printerr): Clarify error message.
72514 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
72516         [BZ #14648]
72517         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
72518         Set bit_FMA_Usable if FMA is supported.
72519         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
72520         macro.
72521         (bit_FMA4_Usable): Updated.
72522         (index_FMA_Usable): New macro.
72523         (CPUID_FMA): Likewise.
72524         (HAS_FMA): Defined with bit_FMA_Usable.
72526 2012-10-01  Roland McGrath  <roland@hack.frob.com>
72528         * bits/types.h (__swblk_t): Type removed.
72529         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
72530         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
72531         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
72532         (__SWBLK_T_TYPE): Likewise.
72533         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
72534         (__SWBLK_T_TYPE): Likewise.
72535         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
72536         (__SWBLK_T_TYPE): Likewise.
72537         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
72538         (__SWBLK_T_TYPE): Likewise.
72540 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
72541             Honza Horak <hhorak@redhat.com>
72543         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
72544         (xdr_mapname): Use YPMAXMAP as maxsize.
72545         (xdr_peername): Use YPMAXPEER as maxsize.
72546         (xdr_keydat): Use YPAXRECORD as maxsize.
72547         (xdr_valdat): Use YPMAXRECORD as maxsize.
72549 2012-10-01  Roland McGrath  <roland@hack.frob.com>
72551         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
72553         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
72554         * csu/init-first.c: ... here.
72555         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
72556         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
72557         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
72558         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
72559         * sysdeps/i386/init-first.c: File removed.
72560         * sysdeps/sh/init-first.c: File removed.
72562 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
72564         [BZ #14645]
72565         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
72566         if x * y might underflow to zero and z is zero.
72567         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
72568         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
72569         * math/libm-test.inc (min_subnorm_value): New variable.
72570         (fma_test): Add more tests.
72571         (fma_test_towardzero): Likewise.
72572         (fma_test_downward): Likewise.
72573         (fma_test_upward): Likewise.
72574         (initialize): Set min_subnorm_value.
72576 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
72578         [BZ #14638]
72579         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
72580         0 + 0.
72581         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
72582         mode for addition resulting in exact zero.
72583         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
72584         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
72585         exact 0 + 0.
72586         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
72587         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
72588         * math/libm-test.inc (fma_test): Add more tests.
72589         (fma_test_towardzero): New function.
72590         (fma_test_downward): Likewise.
72591         (fma_test_upward): Likewise.
72592         (main): Call the new functions.
72594 2012-09-28  David S. Miller  <davem@davemloft.net>
72596         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
72598 2012-09-28  Roland McGrath  <roland@hack.frob.com>
72600         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
72601         instead of SIGALRM.
72603         * sysdeps/gnu/_G_config.h: Moved to ...
72604         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
72605         * sysdeps/mach/hurd/_G_config.h: Moved to ...
72606         * sysdeps/generic/_G_config.h: ... here.
72608         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
72610         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
72612         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
72613         Conditionalize target on [libnss_test1.so-version].
72615         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
72617         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
72618         (elfobjdir): Move out of conditionals.
72620         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
72621         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
72622         (__nss_lookup_function): Conditionalize label remove_from_tree on
72623         [!DO_STATIC_NSS || SHARED], matching its only use.
72625 2012-09-28  David S. Miller  <davem@davemloft.net>
72627         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
72628         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
72629         file.
72630         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
72631         sysdep_routines.
72632         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
72633         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
72634         when HWCAP_SPARC_CRYPTO is present.
72636 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
72638         * io/tst-mknodat.c: Create a FIFO instead of a socket.
72640 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
72642         [BZ #6530]
72643         * stdio-common/vfprintf.c (process_string_arg): Revert
72644         2000-07-22 change.
72646 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
72648         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
72649         for testcase.
72650         * stdio-common/tst-sprintf.c: Include <locale.h>
72651         (main): Test sprintf's handling of incomplete multibyte
72652         characters.
72654 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
72656         * elf/dl-runtime.c (VERSYMIDX): Removed.
72657         * elf/dl-version.c (VERSYMIDX): Likewise.
72658         * elf/do-rel.h (VERSYMIDX): Likewise.
72659         (VALIDX): Likewise.
72660         * elf/dynamic-link.h (VERSYMIDX): Likewise.
72661         * elf/rtld.c (VALIDX): Likewise.
72662         (ADDRIDX): Likewise.
72663         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
72664         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
72665         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
72666         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
72667         (VALIDX): Likewise.
72668         (ADDRIDX): Likewise.
72670 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
72672         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
72674 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
72676         [BZ #11438]
72677         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
72678         to global scope.
72679         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
72680         addresses are in the same scope as 192.0.2/24.
72681         * posix/gai.conf: Document new scope table defaults.
72683 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
72685         [BZ #5298]
72686         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
72687         for ftell.  Compute offsets from write pointers instead.
72688         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
72690 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
72692         [BZ #14543]
72693         * libio/Makefile (tests): New test case tst-fseek.
72694         * libio/tst-fseek.c: New test case to verify that fseek/ftell
72695         combination works in wide mode.
72696         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
72697         state when the external buffer state changes.
72699 2012-09-27  David S. Miller  <davem@davemloft.net>
72701         [BZ #14376]
72702         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
72703         pass reloc->r_addend in as the 'high' argument to
72704         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
72706         * sysdeps/sparc/fpu/libm-test-ulps: Update.
72708 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
72710         * rt/tst-aio2.c: Include <pthread.h>.
72711         * rt/tst-aio3.c: Likewise.
72713 2012-09-27  Steve Ellcey  <sellcey@mips.com>
72715         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
72717 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
72719         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
72720         contents on [SHARED].
72722 2012-09-26  Marek Polacek  <polacek@redhat.com>
72724         [BZ #14530]
72725         [BZ #13741]
72726         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
72727         for C++ and GCC <4.3 as well as for non GCC compilers.
72729 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
72731         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
72733 2012-09-25  Roland McGrath  <roland@hack.frob.com>
72735         * Makefile.in (all, install): Declare with .PHONY.
72736         Reported by Michael Hope <michael.hope@linaro.org>.
72738 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
72740         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
72741         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
72742         system header.
72743         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
72744         Likewise.
72745         (sydep_routines): Add the new and the internal functions.
72746         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
72747         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
72748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
72749         (GLIBC_2.17): Add the new function.
72750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
72751         (GLIBC_2.17): Likewise.
72752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
72753         (GLIBC_2.17): Likewise.
72754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
72755         (GLIBC_2.17): Likewise.
72756         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
72758 2012-09-25  Alan Modra  <amodra@gmail.com>
72760         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
72761         Add release barrier before setting once_control to say
72762         initialisation is done.  Add hints on lwarx.  Use macro in
72763         place of isync.
72764         (clear_once_control): Add release barrier.
72766 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
72768         [BZ #13629]
72769         * math/s_clog.c (__clog): Handle more values close to |z| = 1
72770         specially.
72771         * math/s_clog10.c (__clog10): Likewise.
72772         * math/s_clog10f.c (__clog10f): Likewise.
72773         * math/s_clog10l.c (__clog10l): Likewise.
72774         * math/s_clogf.c (__clogf): Likewise.
72775         * math/s_clogl.c (__clogl): Likewise.
72776         * math/Makefile (libm-calls): Add x2y2m1.
72777         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
72778         (__x2y2m1): Likewise.
72779         (__x2y2m1l): Likewise.
72780         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
72781         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
72782         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
72783         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
72784         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
72785         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
72786         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
72787         * sysdeps/i386/fpu/libm-test-ulps: Update.
72788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
72790         [BZ #14621]
72791         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
72792         int as type of variable DEPTH.
72793         (glob): Use size_t instead of int as type of variables NEWCOUNT
72794         and OLD_PATHC.
72796 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
72798         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
72799         Add s_sincosf-sse2.
72800         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
72801         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
72802         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
72803         macros for using routine as __sincosf_ia32.
72804         Use macro for function declaration and weak_alias.
72805         * sysdeps/i386/fpu/libm-test-ulps: Update.
72807         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
72808         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
72810         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
72811         subnormal argument.
72812         * math/s_cexpf.c (__cexpf): Likewise.
72813         * math/s_csinf.c (__csinf): Likewise.
72814         * math/s_csinhf.c (__csinhf): Likewise.
72815         * math/s_ctanf.c (__ctanf): Likewise.
72816         * math/s_ctanhf.c (__ctanhf): Likewise.
72817         * math/s_ccosh.c (__ccoshf): Likewise.
72818         * math/s_cexp.c (__cexpl): Likewise.
72819         * math/s_csin.c (__csin): Likewise.
72820         * math/s_csinh.c (__csinh): Likewise.
72821         * math/s_ctan.c (__ctan): Likewise.
72822         * math/s_ctanh.c (ctanh): Likewise.
72823         * math/s_ccoshl.c (__ccoshl): Likewise.
72824         * math/s_cexpl.c (__cexpl): Likewise.
72825         * math/s_csinl.c (__csinl): Likewise.
72826         * math/s_csinhl.c (__csinhl): Likewise.
72827         * math/s_ctanl.c (__ctanl): Likewise.
72828         * math/s_ctanhl.c (__ctanhl): Likewise.
72830 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
72832         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
72833         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
72834         (_IO_off_t): Define to __off_t, not _G_off_t.
72835         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
72836         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
72837         (_IO_wint_t): Define to wint_t, not _G_wint_t.
72838         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
72839         type of __dummy and __dummy2 fields.
72840         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
72841         (_G_ssize_t): Likewise.
72842         (_G_off_t): Likewise.
72843         (_G_pid_t): Likewise.
72844         (_G_uid_t): Likewise.
72845         (_G_wchar_t): Likewise.
72846         (_G_wint_t): Likewise.
72847         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
72848         (_G_ssize_t): Likewise.
72849         (_G_off_t): Likewise.
72850         (_G_pid_t): Likewise.
72851         (_G_uid_t): Likewise.
72852         (_G_wchar_t): Likewise.
72853         (_G_wint_t): Likewise.
72854         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
72855         (_G_ssize_t): Likewise.
72856         (_G_off_t): Likewise.
72857         (_G_pid_t): Likewise.
72858         (_G_uid_t): Likewise.
72859         (_G_wchar_t): Likewise.
72860         (_G_wint_t): Likewise.
72862 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
72864         * malloc/arena.c: Include malloc-sysdep.h.
72865         (shrink_heap): Use check_may_shrink_heap to decide if madvise
72866         is sufficient to shrink the heap or an unmap is needed.
72867         * sysdeps/generic/malloc-sysdep.h: New file.  Define
72868         new function check_may_shrink_heap.
72869         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
72870         new function check_may_shrink_heap.
72872 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
72874         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
72875         comments.
72877 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
72879         * catgets/test-gencat.sh: Add "set -e".
72880         * elf/tst-pathopt.sh: Likewise.
72881         * grp/tst_fgetgrent.sh: Likewise.
72882         * iconvdata/run-iconv-test.sh: Likewise.
72883         * intl/tst-gettext.sh: Likewise.
72884         * intl/tst-gettext2.sh: Likewise.
72885         * intl/tst-gettext4.sh: Likewise.
72886         * intl/tst-gettext6.sh: Likewise.
72887         * intl/tst-translit.sh: Likewise.
72888         * io/ftwtest-sh: Likewise.
72889         * libio/test-freopen.sh: Likewise.
72890         * malloc/tst-mtrace.sh: Likewise.
72891         * posix/globtest.sh: Likewise.
72892         * posix/tst-getconf.sh: Likewise.
72893         * posix/wordexp-tst.sh: Likewise.
72894         * stdio-common/tst-printf.sh: Likewise.
72895         * stdio-common/tst-unbputc.sh: Likewise.
72896         * stdlib/tst-fmtmsg.sh: Likewise.
72897         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
72898         * catgets/Makefile: Do not specify -e option when running
72899         testsuite shell scripts.
72900         * elf/Makefile: Likewise.
72901         * grp/Makefile: Likewise.
72902         * iconvdata/Makefile: Likewise.
72903         * intl/Makefile: Likewise.
72904         * io/Makefile: Likewise.
72905         * libio/Makefile: Likewise.
72906         * malloc/Makefile: Likewise.
72907         * posix/Makefile: Likewise.
72908         * stdio-common/Makefile: Likewise.
72909         * stdlib/Makefile: Likewise.
72910         * sysdeps/x86_64/Makefile: Likewise.
72912         * io/ftwtest-sh: Add copyright header.
72913         * posix/globtest.sh: Likewise.
72914         * posix/tst-getconf.sh: Likewise.
72915         * posix/wordexp-tst.sh: Likewise.
72916         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
72918 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
72920         [BZ #13679]
72921         * Makeconfig (+link): Defined as $(+link-static) if
72922         $(build-shared) isn't yes.
72923         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
72924         isn't yes.
72925         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
72927         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
72929         [BZ #14562]
72930         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
72931         new chunk size with MALLOC_ALIGN_MASK.
72933 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
72935         [BZ #5044]
72936         * stdio-common/printf_fphex.c: Include <stdbool.h> and
72937         <rounding-mode.h>.
72938         (__printf_fphex): Determine rounding using get_rounding_mode and
72939         round_away.
72940         * stdio-common/tst-printf-round.c (struct hex_test): New
72941         structure.
72942         (hex_tests): New variable.
72943         (test_hex_in_one_mode): New function.
72944         (do_test): Also run tests for hex float output.
72946 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
72948         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
72949         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
72950         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
72951         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
72952         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
72953         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
72954         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
72955         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
72957 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
72959         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
72960         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
72961         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
72962         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
72964 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
72966         [BZ #14579]
72967         * elf/rtld.c (dl_main): Limit the check for self loading to normal
72968         mode only.
72969         * elf/tst-rtld-load-self.sh: New test.
72970         * elf/Makefile: Run it.
72972 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
72974         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
72975         (tst-writev-ENV): Remove.
72976         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
72978 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
72980         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
72982 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
72984         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
72985         unconditional.
72986         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
72987         Likewise.
72988         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
72989         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
72990         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
72991         Likewise.
72993 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
72995         [BZ #14587]
72996         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
72997         * config.make.in (have-cpp-asm-debuginfo): Removed.
72998         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
72999         * configure: Regenerated.
73001 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
73003         [BZ #5044]
73004         * stdio-common/printf_fp.c: Include <stdbool.h> and
73005         <rounding-mode.h>.
73006         (___printf_fp): Determine rounding using get_rounding_mode and
73007         round_away.
73008         * stdio-common/tst-printf-round.c: New file.
73009         * stdio-common/Makefile (tests): Add tst-printf-round.
73010         (link-libm): New variable.
73011         ($(objpfx)tst-printf-round): Depend in $(link-libm).
73013 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
73015         [BZ #14576]
73016         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
73017         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
73018         Likewise.
73019         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
73020         Likewise.
73022 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
73024         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
73025         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
73026         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
73027         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
73029 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
73031         [BZ #14518]
73032         * include/rounding-mode.h: New file.
73033         * sysdeps/generic/get-rounding-mode.h: Likewise.
73034         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
73035         * stdlib/strtod_l.c: Include <rounding-mode.h>.
73036         (MAX_VALUE): New macro.
73037         (MIN_VALUE): Likewise.
73038         (overflow_value): New function.
73039         (underflow_value): Likewise.
73040         (round_and_return): Use overflow_value and underflow_value to
73041         determine return values in overflow and underflow cases.  Use
73042         round_away to determine rounding depending on rounding mode.
73043         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
73044         determine return values in overflow and underflow cases.
73045         * stdlib/tst-strtod-round.c: Include <fenv.h>.
73046         (struct test_results): New structure.
73047         (struct test): Use struct test_results to store expected results
73048         for all rounding modes.
73049         (TEST): Include expected results for all rounding modes.
73050         (test_in_one_mode): New function.
73051         (do_test): Use test_in_one_mode to compute and check results.
73052         Check results for all rounding modes.
73053         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
73054         $(link-libm).
73056 2012-12-09  Allan McRae  <allan@archlinux.org>
73058         * sysdeps/i386/fpu/libm-test-ulps: Update
73060 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
73062         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
73063         (_G_int32_t): Likewise.
73064         (_G_uint16_t): Likewise.
73065         (_G_uint32_t): Likewise.
73066         (_G_HAVE_BOOL): Likewise.
73067         (_G_HAVE_ATEXIT): Likewise.
73068         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
73069         (_G_HAVE_IO_FILE_OPEN): Likewise.
73070         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
73071         (_G_int32_t): Likewise.
73072         (_G_uint16_t): Likewise.
73073         (_G_uint32_t): Likewise.
73074         (_G_HAVE_BOOL): Likewise.
73075         (_G_HAVE_ATEXIT): Likewise.
73076         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
73077         (_G_HAVE_IO_FILE_OPEN): Likewise.
73078         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
73079         (_G_int32_t): Likewise.
73080         (_G_uint16_t): Likewise.
73081         (_G_uint32_t): Likewise.
73082         (_G_HAVE_BOOL): Likewise.
73083         (_G_HAVE_ATEXIT): Likewise.
73084         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
73085         (_G_HAVE_IO_FILE_OPEN): Likewise.
73087 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
73089         * csu/libc-tls.c: Update copyright years.
73091 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
73093         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
73094         [!_G_USING_THUNKS]: Remove conditional code.
73095         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
73096         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
73098         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
73099         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
73100         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
73101         (_G_VTABLE_LABEL_PREFIX): Likewise.
73102         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
73103         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
73104         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
73105         (_G_VTABLE_LABEL_PREFIX): Likewise.
73106         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
73107         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
73108         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
73109         (_G_VTABLE_LABEL_PREFIX): Likewise.
73110         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
73112 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
73114         * libio/Makefile: Include ../Makeconfig before tests.
73115         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
73116         only if $(build-shared) is yes.
73118         * iconv/gconv_db.c: Update copyright years.
73120 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
73122         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
73123         unwind info if defined PIC. Fix special cases description.
73124         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
73126         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
73127         DP_HI_MASK entry.
73128         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
73130 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
73132         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
73134         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
73135         is NULL.
73137         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
73138         (LDLIBS-tst-chk4): This.
73139         (LDFLAGS-tst-chk5): Renamed to ...
73140         (LDLIBS-tst-chk5): This.
73141         (LDFLAGS-tst-chk6): Renamed to ...
73142         (LDLIBS-tst-chk6): This.
73143         (LDFLAGS-tst-lfschk4): Renamed to ...
73144         (LDLIBS-tst-lfschk4): This.
73145         (LDFLAGS-tst-lfschk5): Renamed to ...
73146         (LDLIBS-tst-lfschk5): This.
73147         (LDFLAGS-tst-lfschk6): Renamed to ...
73148         (LDLIBS-tst-lfschk6): This.
73150         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
73151         on $(common-objpfx)soversions.mk.
73153 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
73155         [BZ #10014]
73156         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
73157         example host name.
73159 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
73161         * malloc/arena.c (arena_get_retry): New function that gets
73162         another arena for the caller to try its request on.
73163         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
73164         current arena cannot fulfill the request.
73165         (__libc_memalign): Likewise.
73166         (__libc_memalign): Likewise.
73167         (__libc_pvalloc): Likewise.
73168         (__libc_calloc): Likewise.
73170 2012-09-05  John Tobey  <john.tobey@gmail.com>
73172         [BZ #13542]
73173         * manual/arith.texi (Operations on Complex): Fix description
73174         of carg branch cut.
73176 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
73178         [BZ #10014]
73179         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
73180         host name.
73182         [BZ #10038]
73183         * manual/memory.texi (Memory): Make order of menu items match
73184         order of sections.
73186 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
73188         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
73189         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
73190         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
73192 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
73194         * csu/libc-tls.c (static_dtv): Renamed to ...
73195         (_dl_static_dtv): This.  Make it global.
73196         (_dl_initial_dtv): Removed.
73197         (__libc_setup_tls): Updated.
73198         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
73199         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
73200         DL_INITIAL_DTV.
73202 2012-09-06  Petr Machata  <pmachata@redhat.com>
73204         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
73205         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
73206         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
73207         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
73209 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
73211         [BZ #14545]
73212         * csu/libc-tls.c (_dl_initial_dtv): New variable.
73213         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
73214         freeing dtv[-1].
73216 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
73218         [BZ #14544]
73219         * Makeconfig (link-static-before-libc): Replace $(+prector)
73220         with $(+prectorT).
73221         (link-static-after-libc): Replace $(+postctor) with
73222         $(+postctorT).
73223         (link-bounded): Replace $(+prector)/$(+postctor) with
73224         $(+prectorT)/$(+postctorT).
73225         (+prectorT): New macro.
73226         (+postctorT): Likewise.
73228 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
73230         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
73231         (round_str): Handle values above the maximum for IBM long double
73232         as inexact.
73233         * stdlib/tst-strtod-round.c (tests): Regenerated.
73235 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
73237         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
73238         assembler flag.
73239         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
73240         zarch_nohighgprs around the zarch optimized routines.
73241         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
73242         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
73243         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
73244         for zarch.
73246 2012-09-05  David S. Miller  <davem@davemloft.net>
73248         * sysdeps/sparc/fpu/libm-test-ulps: Update.
73250         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
73251         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
73252         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
73253         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
73254         entries.
73256 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
73258         * malloc/arena.c: Fold copyright years.
73259         * malloc/mcheck.c, malloc/memusage.c: Likewise.
73261 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
73263         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
73265 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
73267         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
73269 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
73271         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
73272         change internal state upon failure.
73274 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
73276         * malloc/mcheck.c (mcheck_check_all): Fix typo.
73277         * malloc/memusage.c (mmap): Likewise.
73278         (mmap64, mremap): Likewise.  Adjust name in comment.
73280 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
73282         * libio/fileops.c: Fix typos in comments.
73283         * libio/oldfileops.c: Likewise.
73284         * libio/wfileops.c: Likewise.
73286 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
73288         [BZ #1349]
73289         * malloc/Makefile (tests): Add tst-malloc-usable test case.
73290         (tst-malloc-usable-ENV): Set environment for test case.
73291         * malloc/hooks.c (malloc_check_get_size): New function to get
73292         requested size.
73293         * malloc/malloc.c (musable): Use malloc_check_get_size.
73294         * malloc/tst-malloc-usable.c: New test case.
73296 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
73298         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
73300 2012-09-05  Allan McRae  <allan@archlinux.org>
73302         [BZ #13966]
73303         * configure.in (CXX_SYSINCLUDES): Use compiler output to
73304         determine header location.
73305         * configure: Regenerated.
73307 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
73309         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
73310         float format.
73311         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
73312         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
73313         format.
73314         (test): Regenerate.
73316 2012-09-04  David S. Miller  <davem@davemloft.net>
73318         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
73319         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
73320         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
73322 2012-09-04  Florian Weimer  <fweimer@redhat.com>
73324         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
73325         failures.
73327         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
73329 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
73331         [BZ #9914]
73332         * libio/iogetdelim.c: Include <limits.h>.
73333         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
73334         + len + 1 would overflow.
73336 2012-09-03  Andreas Jaeger  <aj@suse.de>
73338         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
73339         * sysdeps/i386/fpu/libm-test-ulps: Update.
73341 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
73343         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
73344         Add s_sinf-sse2, s_conf-sse2.
73346         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
73347         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
73348         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
73349         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
73351         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
73352         for using routine as __sinf_ia32.
73353         Use macro for function declaration and weak_alias.
73354         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
73355         for using routine as __cosf_ia32.
73356         Use macro for function declaration and weak_alias.
73358         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
73359         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
73361         * sysdeps/x86_64/fpu/s_sinf.S: New file.
73362         * sysdeps/x86_64/fpu/s_cosf.S: New file.
73363         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
73365         * math/libm-test.inc (cos_test): Add more test cases.
73366         (sin_test): Likewise.
73367         (sincos_test): Likewise.
73369 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
73371         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
73372         (IFUNC_RESOLVE): Make pointers to the specialized implementations
73373         hidden.
73374         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
73376 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
73378         [BZ #14538]
73379         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
73380         first element of the GOT.
73381         (elf_machine_load_address): Return the difference between
73382         the runtime address of _DYNAMIC and elf_machine_dynamic ().
73384 2012-09-01  Allan McRae  <allan@archlinux.org>
73386         [BZ #13412]
73387         * configure.in (AWK): Require gawk version 3.0 or later.
73388         * configure: Regenerated.
73390 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
73392         * sysdeps/unix/sysv/linux/kernel-features.h
73393         (__ASSUME_POSIX_CPU_TIMERS): Remove.
73394         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
73395         [__NR_clock_getres]: Make code unconditional.
73396         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
73397         (clock_getcpuclockid): Remove code left unreachable by removal of
73398         conditionals.
73399         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
73400         code unconditional.
73401         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
73402         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
73403         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
73404         Make code unconditional.
73405         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
73406         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
73407         * sysdeps/unix/sysv/linux/clock_settime.c
73408         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
73409         conditional code.
73410         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
73411         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
73413 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
73415         [BZ #14476]
73416         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
73417         scripts/test-installation.pl.
73419         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
73420         and $ld_so_version if it is set.
73422 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
73424         [BZ #14516]
73425         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
73426         failure if reading from procfs failed.
73427         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
73429 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
73431         * sysdeps/unix/sysv/linux/kernel-features.h
73432         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
73433         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
73434         Remove conditional code.
73435         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
73436         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
73437         Remove conditional code.
73438         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
73439         * sysdeps/unix/sysv/linux/i386/fxstat.c
73440         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
73441         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
73442         * sysdeps/unix/sysv/linux/i386/fxstatat.c
73443         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
73444         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
73445         * sysdeps/unix/sysv/linux/i386/lxstat.c
73446         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
73447         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
73448         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
73449         Remove conditional code.
73450         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
73451         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
73452         Remove conditional code.
73453         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
73454         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
73455         <kernel-features.h>.
73456         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
73457         Remove.
73458         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
73459         Remove conditional code.
73460         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
73461         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
73462         Remove conditional.
73464 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
73466         [BZ #5400]
73467         * NEWS: Add fixed bug number.
73469 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
73471         [BZ #14519]
73472         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
73473         underflowing exponent in case of negative sign.
73474         * stdlib/tst-strtod-round-data: Add more tests.
73475         * stdlib/tst-strtod-round.c (tests): Regenerated.
73477         [BZ #3479]
73478         * stdlib/strtod_l.c (NDIG): Remove.
73479         (HEXNDIG): Likewise.
73480         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
73481         smallest representable value.
73482         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
73483         lie within an exact representation of 1/2 ulp of the result.
73484         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
73485         unconditionally.
73486         (TENS_P9_IDX): Define unconditionally.
73487         (TENS_P9_SIZE): Likewise.
73488         (TENS_P10_IDX): Likewise.
73489         (TENS_P10_SIZE): Likewise.
73490         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
73491         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
73492         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
73493         entries for 10^2^13 and 10^2^14.
73494         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
73495         (TENS_P13_IDX): Define.
73496         (TENS_P13_SIZE): Likewise.
73497         (TENS_P14_IDX): Likewise.
73498         (TENS_P14_SIZE): Likewise.
73499         (_fpioconst_pow10): Change array size to
73500         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
73501         unconditional.
73502         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
73503         1024]: Add entries for 10^2^13 and 10^2^14.
73504         [LAST_POW10 > _LAST_POW10]: Remove #error.
73505         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
73506         (_fpioconst_pow10): Change array size to
73507         FPIOCONST_POW10_ARRAY_SIZE.
73508         * stdlib/gen-fpioconst.c: New file.
73509         * stdlib/gen-tst-strtod-round.c: Likewise.
73510         * stdlib/tst-strtod-round-data: Likewise.
73511         * stdlib/tst-strtod-round.c: Likewise.
73512         * stdlib/Makefile (tests): Add tst-strtod-round.
73514         [BZ #14459]
73515         * stdlib/strtod_l.c: Include <stdint.h>.
73516         (NDEBUG): Do not define.
73517         (round_and_return): Change EXPONENT parameter to type intmax_t.
73518         Rearrange calculations to avoid internal overflow possibilities.
73519         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
73520         Rearrange calculations to avoid internal overflow possibilities.
73521         Assert that number fits inside MPNSIZE limbs.
73522         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
73523         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
73524         calculations and add assertions to avoid internal overflow
73525         possibilities.  Add casts to avoid signed/unsigned operations.
73526         * stdlib/tst-strtod-overflow.c: New file.
73527         * stdlib/Makefile (tests): Add tst-strtod-overflow.
73529 2012-08-25  Marek Polacek  <polacek@redhat.com>
73531         * time/time.h: Fix some typos in comments.
73533 2012-08-23  Roland McGrath  <roland@hack.frob.com>
73535         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
73536         * posix/tst-rfc3484-2.c: Likewise.
73537         * posix/tst-rfc3484-3.c: Likewise.
73539 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
73541         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
73542         (EF_ARM_ABI_FLOAT_HARD): Likewise.
73544 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
73546         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
73547         #include of fxstatat64.c.
73549 2012-08-22  Roland McGrath  <roland@hack.frob.com>
73551         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
73552         * shadow/getspent_r.c: Likewise.
73553         * shadow/getspnam.c: Likewise.
73554         * shadow/getspnam_r.c: Likewise.
73555         * gshadow/getsgent.c: Likewise.
73556         * gshadow/getsgent_r.c: Likewise.
73557         * gshadow/getsgnam.c: Likewise.
73558         * gshadow/getsgnam_r.c: Likewise.
73559         * inet/getnetbyad.c: Likewise.
73560         * inet/getnetbyad_r.c: Likewise.
73561         * inet/getnetbynm.c: Likewise.
73562         * inet/getnetbynm_r.c: Likewise.
73563         * inet/getnetent.c: Likewise.
73564         * inet/getnetent_r.c: Likewise.
73565         * inet/getproto.c: Likewise.
73566         * inet/getproto_r.c: Likewise.
73567         * inet/getprtent.c: Likewise.
73568         * inet/getprtent_r.c: Likewise.
73569         * inet/getprtname.c: Likewise.
73570         * inet/getprtname_r.c: Likewise.
73571         * inet/getrpcbyname.c: Likewise.
73572         * inet/getrpcbyname_r.c: Likewise.
73573         * inet/getrpcbynumber.c: Likewise.
73574         * inet/getrpcbynumber_r.c: Likewise.
73575         * inet/getrpcent.c: Likewise.
73576         * inet/getrpcent_r.c: Likewise.
73577         * inet/getaliasent.c: Likewise.
73578         * inet/getaliasent_r.c: Likewise.
73579         * inet/getaliasname.c: Likewise.
73580         * inet/getaliasname_r.c: Likewise.
73581         * nscd/getgrgid_r.c: Likewise.
73582         * nscd/getgrnam_r.c: Likewise.
73583         * nscd/gethstbyad_r.c: Likewise.
73584         * nscd/gethstbynm3_r.c: Likewise.
73585         * nscd/getpwnam_r.c: Likewise.
73586         * nscd/getpwuid_r.c: Likewise.
73587         * nscd/getsrvbynm_r.c: Likewise.
73588         * nscd/getsrvbypt_r.c: Likewise.
73589         * nscd/gai.c: Likewise.
73591         * configure.in (build_nscd): New substituted variable, set
73592         by --disable-build-nscd and defaults to $use_nscd.
73593         * configure: Regenerated.
73594         * config.make.in (build-nscd): New substituted variable.
73595         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
73596         Change conditional to require [$(build-nscd) = yes] as well.
73597         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
73599         [BZ #13696]
73600         * configure.in (use_nscd): New substituted variable, set by
73601         --disable-nscd.  If enabled, define USE_NSCD.
73602         * configure: Regenerated.
73603         * config.h.in: Add USE_NSCD.
73604         * config.make.in (use-nscd): New substituted variable.
73605         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
73606         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
73607         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
73608         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
73609         (CFLAGS-getgrnam_r.c): Likewise.
73610         (CFLAGS-initgroups.c): Likewise.
73611         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
73612         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
73613         Variables removed.
73614         * inet/getnetgrent_r.c
73615         (nscd_setnetgrent): New function, broken out of ...
73616         (setnetgrent): ... here.  Call it.
73617         (innetgr): Conditionalize nscd bits on [USE_NSCD].
73618         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
73619         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
73620         * nscd/Makefile (routines, aux): Move definitions after include of
73621         Makeconfig.  Conditionalize on [$(use-nscd) != no].
73622         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
73623         Conditionalize on [USE_NSCD].
73624         (is_nscd, nscd_init_cb): Likewise.
73625         (nss_load_library): Conditionalize init callback on [USE_NSCD].
73626         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
73627         * nss/nss_db/db-init.c: Likewise.
73628         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
73629         [USE_NSCD].
73630         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
73631         (make_request): Use it.
73632         (cache_valid_p): New function.
73633         (__check_pf): Use it.
73634         * NEWS: Add item for --disable-nscd.
73636 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
73638         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
73639         to support sed >= 4.2.1-20-ga9bf076.
73640         * configure: Regenerated.
73642 2012-08-22  Roland McGrath  <roland@hack.frob.com>
73644         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
73645         Conditionalize whole body on [IREL].
73647 2012-08-22  Jeff Law <law@redhat.com>
73649         [BZ #14505]
73650         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
73651         if the family is PF_UNSPEC.
73653 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
73655         * Makerules (lib-version): Rename from V.
73656         (install-lib-nosubdir): Change V to lib-version.
73658 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
73660         [BZ #14252]
73661         * powerpc32/power6/wcschr.c: New file.
73662         * powerpc32/power6/wcscpy.c: New file.
73663         * powerpc32/power6/wcsrchr.c: New file.
73664         * powerpc64/power6/wcschr.c: New file.
73665         * powerpc64/power6/wcscpy.c: New file.
73666         * powerpc64/power6/wcsrchr.c: New file.
73668 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
73670         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
73671         (two_way_short_needle): Use it.
73672         * string/strstr.c (AVAILABLE1_USES_J): Define.
73673         * string/strcasestr.c: Likewise.
73675         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
73676         array references.
73677         * string/strcasestr.c (TOLOWER): Make side-effect safe.
73679         [BZ #11607]
73680         * NEWS: Add an entry.
73681         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
73682         define their defaults.
73683         (two_way_short_needle): Detect end-of-string on-the-fly.
73684         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
73685         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
73686         * string/bug-strcasestr1.c: New test.
73687         * string/Makefile: Run it.
73689 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
73691         [BZ #11607]
73692         * string/str-two-way.h (two_way_short_needle): Optimize matching of
73693         the first character.
73695 2012-08-21  Roland McGrath  <roland@hack.frob.com>
73697         * csu/elf-init.c (__libc_csu_irel): Function removed.
73698         * csu/libc-start.c (apply_irel): New function.
73699         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
73701 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
73703         * sysdeps/unix/sysv/linux/kernel-features.h
73704         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
73705         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
73706         <kernel-features.h>.
73707         [__NR_fadvise64_64]: Make code unconditional.
73708         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
73709         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
73710         !__NR_fadvise64_64)]: Likewise.
73711         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
73712         !__NR_fadvise64_64))]: Likewise.
73713         [__NR_fadvise64]: Make code unconditional.
73714         [!__NR_fadvise64]: Remove conditional code.
73715         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
73716         <kernel-features.h>.
73717         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
73718         unconditional.
73719         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
73720         conditional code.
73721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
73722         not include <kernel-features.h>.
73723         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
73724         unconditional.
73725         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
73726         conditional code.
73727         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
73728         include <kernel-features.h>.
73729         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
73730         unconditional.
73731         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
73732         conditional code.
73734 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
73736         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
73737         slight instruction rearrangements per scrollpipe analysis.
73738         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
73740 2012-08-20  Roland McGrath  <roland@hack.frob.com>
73742         * manual/syslog.texi (syslog; vsyslog, closelog):
73743         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
73744         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
73746         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
73747         DSOCAPS to match condition on defining it.
73749 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
73751         * sysdeps/unix/sysv/linux/kernel-features.h
73752         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
73753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
73754         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
73755         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
73756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
73757         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
73758         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
73759         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
73760         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
73761         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
73763         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
73764         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
73766         * sysdeps/unix/sysv/linux/kernel-features.h
73767         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
73768         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
73769         unconditional.
73770         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
73771         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
73772         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
73773         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
73774         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
73775         Make code unconditional.
73776         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
73777         (__mmap64) [!__NR_mmap2]: Likewise.
73778         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
73779         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
73780         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
73781         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
73782         [__NR_mmap2]: Make code unconditional.
73783         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
73784         (__mmap64) [!__NR_mmap2]: Likewise.
73786 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
73788         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
73790 2012-08-18  Andreas Jaeger  <aj@suse.de>
73792         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
73794 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
73796         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
73797         * include/unistd.h (__have_sock_cloexec): Likewise.
73798         (__have_pipe2): Likewise.
73799         (__have_dup3): Likewise.
73801 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
73803         [BZ #9685]
73804         * include/unistd.h (__have_pipe2): Change define into an extern int.
73805         (__have_dup3): Likewise.
73806         * socket/have_sock_cloexec.c: Include fcntl.h.
73807         (__have_pipe2): New variable.
73808         (__have_dup3): Likewise.
73810 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
73812         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
73814 2012-08-17  Marek Polacek  <polacek@redhat.com>
73816         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
73817         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
73819 2012-08-17  Roland McGrath  <roland@hack.frob.com>
73821         * configure.in: Add AC_SUBST for sysheaders.
73822         * configure: Regenerated.
73823         * config.make.in (sysheaders): New substituted variable.
73825         * sysdeps/unix/mkfifo.c: Moved ...
73826         * sysdeps/posix/mkfifo.c: ... here.
73827         * sysdeps/unix/mkfifoat.c: Moved ...
73828         * sysdeps/posix/mkfifoat.c: ... here.
73830         * sysdeps/unix/utime.c: Moved ...
73831         * sysdeps/posix/utime.c: ... here.
73833         * sysdeps/unix/time.c: Moved ...
73834         * sysdeps/posix/time.c: ... here.
73835         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
73836         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
73838         * sysdeps/unix/nice.c: Moved ...
73839         * sysdeps/posix/nice.c: ... here.
73841         * sysdeps/unix/alarm.c: Moved ...
73842         * sysdeps/posix/alarm.c: ... here.
73844         * intl/Makefile ($(codeset_mo)): Depend on the input file.
73846 2012-08-17  Jeff Law <law@redhat.com>
73848         * intl/Makefile (codeset_mo): New variable.
73849         ($(codeset_mo)): New target.
73850         (tst-codeset.out): Depend on that.  Remove explicit rule.
73851         (tst-gettext3.out, tst-gettext5.out): Likewise.
73852         (LOCPATH-ENV, tst-codeset-ENV): New variables.
73853         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
73854         * intl/tst-codeset.sh: Remove.
73855         * intl/tst-gettext3.sh: Likewise.
73856         * intl/tst-gettext5.sh: Likewise.
73858 2012-08-17  Roland McGrath  <roland@hack.frob.com>
73860         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
73861         * sysdeps/unix/syscalls.list: ... here.
73863         * sysdeps/posix/getaddrinfo.c
73864         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
73865         (gaiconf_init, gaiconf_reload): Use them.
73866         [!_STATBUF_ST_NSEC]
73867         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
73868         Define using time_t rather than struct timespec.
73870         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
73871         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
73872         Macros removed.
73873         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
73874         [!NO_THREADS].
73875         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
73876         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
73877         Likewise.
73879         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
73880         __libc_cleanup_push argument.
73882         * bits/param.h: New file.
73883         * misc/sys/param.h: New file.
73884         * include/sys/param.h: New file.
73885         * misc/Makefile (headers): Add bits/param.h.
73886         * sysdeps/generic/sys/param.h: File removed.
73887         * sysdeps/unix/sysv/linux/bits/param.h: New file.
73888         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
73889         * sysdeps/mach/hurd/bits/param.h: New file.
73890         * sysdeps/mach/hurd/sys/param.h: File removed.
73892         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
73893         last change.
73895         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
73896         [_IO_MTSAFE_IO].
73897         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
73898         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
73899         New macros.
73901         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
73902         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
73903         rather than -D_IO_MTSAFE_IO conditionally.
73904         * stdio-common/Makefile (CPPFLAGS): Likewise.
73905         * wcsmbs/Makefile (CPPFLAGS): Likewise.
73906         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
73907         Use $(libio-mtsafe).
73908         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
73909         of -D_IO_MTSAFE_IO.
73910         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
73911         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
73912         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
73913         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
73914         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
73915         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
73916         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
73917         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
73918         (CFLAGS-fread_u_chk.c): Likewise.
73919         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
73920         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
73921         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
73922         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
73923         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
73924         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
73925         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
73926         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
73927         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
73929         * libio/Makefile: Test [$(libc-reentrant) = yes]
73930         instead of [$(filter %REENTRANT, $(defines)) nonempty].
73932         * Makeconfig
73933         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
73934         * sysdeps/pthread/configure: File removed.
73935         * sysdeps/pthread/Makeconfig: New file.
73936         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
73937         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
73939 2012-08-16  Gary Benson  <gbenson@redhat.com>
73941         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
73942         unmapping the first object in a namespace.
73944 2012-08-16  Roland McGrath  <roland@hack.frob.com>
73946         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
73947         (__internal_setnetgrent): ... this.  Add internal_function to
73948         definition.  Add libc_hidden_def.
73949         (setnetgrent): Update caller.
73950         (internal_endnetgrent): Renamed to ...
73951         (__internal_endnetgrent): ... this.  Add internal_function to
73952         definition.  Add libc_hidden_def.
73953         (endnetgrent): Update caller.
73954         (internal_getnetgrent_r): Renamed to ...
73955         (__internal_getnetgrent_r): ... this.  Add internal_function to
73956         definition.  Add libc_hidden_def.
73957         (__getnetgrent_r): Update caller.
73958         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
73960 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
73962         * stdlib/longlong.h: Update from GCC.
73964 2012-08-16  Roland McGrath  <roland@hack.frob.com>
73966         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
73967         on _QL, which is set by umul_ppmm but never used.
73968         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
73969         variables, which are set by GMP macros but never used.
73970         * stdio-common/_itowa.c (_itowa): Likewise.
73971         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
73972         * stdlib/mod_1.c (mpn_mod_1): Likewise.
73974 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
73976         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
73977         struct La_sh_regs is not constant.
73978         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
73979         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
73980         and struct La_sparc64_regs are not constant.
73982 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
73984         * sysdeps/unix/sysv/linux/kernel-features.h
73985         (__ASSUME_POSIX_TIMERS): Remove.
73986         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
73987         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
73988         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
73989         Make code unconditional.
73990         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
73991         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
73992         Make code unconditional.
73993         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
73994         * sysdeps/unix/sysv/linux/clock_nanosleep.c
73995         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
73996         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
73997         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
73998         Make code unconditional.
73999         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
74000         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
74001         (__libc_missing_posix_timers): Remove.
74003 2012-08-15  Roland McGrath  <roland@hack.frob.com>
74005         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
74006         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
74008         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
74010         * elf/dl-sym.c: Include <stdlib.h>.
74012         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
74013         constants, which avoids warnings in 32-bit builds.
74015         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
74016         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
74018         * misc/lseek.c: File moved to ...
74019         * io/lseek.c: ... here.
74021         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
74023         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
74024         shifting LEN more than 31 bits at once.
74026 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
74028         [BZ #14195]
74029         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
74030         segmentation fault for a case of two empty input strings.
74031         * string/test-strncasecmp.c (check1): Renamed to...
74032         (bz12205): ...this.
74033         (bz14195): Add new testcase for two empty input strings and N > 0.
74034         (test_main): Call new testcase, adapt for renamed function.
74036 2012-08-15  Andreas Jaeger  <aj@suse.de>
74038         [BZ #14090]
74039         * crypt/md5test2.c: New test, based on test supplied by Serge
74040         Belyshev <belyshev@depni.sinp.msu.ru>.
74041         * crypt/Makefile (xtests): Add md5test-giant..
74042         * crypt/Makefile ($(objpfx)md5test-giant): Add.
74044 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
74046         [BZ #14090]
74047         * crypt/md5.c (md5_process_block): Don't assume the buffer
74048         length is less than 2**32.
74049         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
74050         length is less than 2**64.
74052 2012-08-15  Roland McGrath  <roland@hack.frob.com>
74054         * string/str-two-way.h: Include <sys/param.h>.
74055         (MAX): Macro removed.
74057         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
74058         Move #define and #undef of memmove to just before and after
74059         including <string.h>.
74061         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
74062         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
74063         and after including <string.h>.  Move declarations of
74064         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
74065         to before #include "string/memmove.c".
74067         * include/dirent.h: Declare __getdirentries.
74069         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
74070         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
74072 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
74074         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
74075         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
74076         * sysdeps/i386/configure: Regenerated.
74077         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
74078         STABS_CURRENT_FILE, and STABS_FUN.
74079         (END): Remove call to STABS_FUN_END.
74080         (STABS_CURRENT_FILE1): Delete.
74081         (STABS_CURRENT_FILE): Likewise.
74082         (STABS_FUN): Likewise.
74083         (STABS_FUN_END): Likewise.
74084         (STABS_FUN2): Likewise.
74085         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
74086         * sysdeps/x86_64/configure: Regenerated.
74088 2012-08-14  Roland McGrath  <roland@hack.frob.com>
74090         * elf/dl-open.c: Include <atomic.h>.
74091         * elf/dl-lookup.c: Likewise.
74093 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
74095         * sysdeps/unix/sysv/linux/kernel-features.h
74096         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
74097         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
74098         unconditionally.
74099         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
74100         unconditionally.
74101         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
74102         condition on __ASSUME_CLONE_THREAD_FLAGS.
74104 2012-08-14  Andreas Jaeger  <aj@suse.de>
74106         * sysdeps/i386/fpu/libm-test-ulps: Update.
74108 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
74110         * include/atomic.h (atomic_exchange_and_add): Split into ...
74111         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
74112         New atomic macros.
74114 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
74116         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
74118 2012-08-13  Jeff Law <law@redhat.com>
74120         * manual/stdio.texi (snprintf): Clarify handling of the trailing
74121         null byte in the output string.
74123 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
74125         * sysdeps/unix/sysv/linux/kernel-features.h
74126         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
74127         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
74128         (__ASSUME_ARG_MAX_STACK_BASED): Define.
74129         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
74130         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
74131         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
74132         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
74134 2012-08-09  Jeff Law <law@redhat.com>
74136         [BZ #13939]
74137         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
74138         When avoid_arena is set, don't retry in the that arena.  Pick the
74139         next one, whatever it might be.
74140         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
74141         (arena_lock): Pass in new parameter to arena_get2.
74142         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
74143         arena_get2.
74144         (__libc_malloc): Unify retrying after main arena failure with
74145         __libc_memalign version.
74146         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
74148 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
74150         [BZ #14166]
74151         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
74152         to __redirect_strstr.
74153         (__strstr_sse42): Use typeof __redirect_strstr.
74154         (__strstr_ia32): Likewise.
74155         (__libc_strstr): New prototype.
74156         (strstr): Renamed to ...
74157         (__libc_strstr): This.
74158         (strstr): New strong alias of __libc_strstr.
74159         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
74160         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
74161         __redirect_time.
74162         Include <time.h>.
74163         (__libc_time): New prototype.
74164         (time_ifunc): Replace time with __libc_time.
74165         (time): New strong alias and hidden definition of __libc_time.
74166         (__GI_time): Remove strong alias.
74167         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
74168         Include <stddef.h>.
74169         (memmove): Redefined to __redirect_memmove.
74170         (__memmove_sse2): Use typeof __redirect_memmove.
74171         (__memmove_ssse3): Likewise.
74172         (__memmove_ssse3_back): Likewise.
74173         (__libc_memmove): New prototype.
74174         (memmove): Renamed to ...
74175         (__libc_memmove): This.
74176         (memmove): New strong alias of __libc_memmove.
74178 2012-08-08  Mark Salter  <msalter@redhat.com>
74180         * elf/elf.h
74181         (R_MN10300_TLS_GD): Define.
74182         (R_MN10300_TLS_LD): Likewise.
74183         (R_MN10300_TLS_LDO): Likewise.
74184         (R_MN10300_TLS_GOTIE): Likewise.
74185         (R_MN10300_TLS_IE): Likewise.
74186         (R_MN10300_TLS_LE): Likewise.
74187         (R_MN10300_TLS_DTPMOD): Likewise.
74188         (R_MN10300_TLS_DTPOFF): Likewise.
74189         (R_MN10300_TLS_TPOFF): Likewise.
74190         (R_MN10300_SYM_DIFF): Likewise.
74191         (R_MN10300_ALIGN): Likewise.
74192         (R_MN10300_NUM): Update.
74194 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
74196         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
74197         Remove.
74199 2012-08-08  Roland McGrath  <roland@hack.frob.com>
74201         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
74203         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
74204         sysdeps/unix -> sysdeps/posix move.
74205         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
74207 2012-08-07      Allan McRae     <allan@archlinux.org>
74209         [BZ #14303]
74210         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
74211         (SUNOS_CPP): Likewise.
74212         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
74213         not found.
74214         (open_input): Call CPP using execvp.
74216 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
74218         * sysdeps/unix/sysv/linux/kernel-features.h
74219         (__ASSUME_PROT_GROWSUPDOWN): Remove.
74220         (__ASSUME_NO_CLONE_DETACHED): Likewise.
74221         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
74222         (__ASSUME_WAITID_SYSCALL): Likewise.
74223         * sysdeps/unix/sysv/linux/dl-execstack.c
74224         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
74225         code unconditional.
74226         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
74227         conditional code.
74228         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
74229         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
74230         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
74231         code.
74232         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
74233         unconditional.
74234         [__ASSUME_WAITID_SYSCALL]: Likewise.
74235         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
74237 2012-08-07  Roland McGrath  <roland@hack.frob.com>
74239         * sysdeps/unix/closedir.c: Renamed to ...
74240         * sysdeps/posix/closedir.c: ... here.
74241         * sysdeps/unix/dirfd.c: Renamed to ...
74242         * sysdeps/posix/dirfd.c: ... here.
74243         * sysdeps/unix/dirstream.h: Renamed to ...
74244         * sysdeps/posix/dirstream.h: ... here.
74245         * sysdeps/unix/fdopendir.c: Renamed to ...
74246         * sysdeps/posix/fdopendir.c: ... here.
74247         * sysdeps/unix/opendir.c: Renamed to ...
74248         * sysdeps/posix/opendir.c: ... here.
74249         * sysdeps/unix/readdir.c: Renamed to ...
74250         * sysdeps/posix/readdir.c: ... here.
74251         * sysdeps/unix/readdir_r.c: Renamed to ...
74252         * sysdeps/posix/readdir_r.c: ... here.
74253         * sysdeps/unix/rewinddir.c: Renamed to ...
74254         * sysdeps/posix/rewinddir.c: ... here.
74255         * sysdeps/unix/seekdir.c: Renamed to ...
74256         * sysdeps/posix/seekdir.c: ... here.
74257         * sysdeps/unix/telldir.c: Renamed to ...
74258         * sysdeps/posix/telldir.c: ... here.
74259         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
74260         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
74261         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
74262         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
74264         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
74265         * bits/fcntl.h: ... here.
74267         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
74268         not 0.
74269         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
74270         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
74271         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
74272         (struct flock): Move l_start, l_len to the beginning.
74273         Use __pid_t for l_pid.
74274         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
74275         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
74276         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
74277         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
74278         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
74279         [__USE_LARGEFILE64] (struct flock64): New type.
74280         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
74282         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
74283         * bits/dirent.h: ... here.
74285         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
74286         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
74288 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
74290         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
74291         Change from 2.6.0 to 2.6.16.
74292         * sysdeps/unix/sysv/linux/configure: Regenerated.
74293         * sysdeps/unix/sysv/linux/kernel-features.h
74294         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
74295         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
74296         version.
74297         (__ASSUME_UTIMES): Likewise.
74298         (__ASSUME_CLONE_STOPPED): Remove.
74299         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
74300         architectures, not kernel version.
74301         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
74302         (__ASSUME_NO_CLONE_DETACHED): Likewise.
74303         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
74304         (__ASSUME_WAITID_SYSCALL): Likewise.
74305         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
74306         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
74307         * README: State 2.6.16 as minimum Linux kernel version.  Do not
74308         refer to older versions.
74310 2012-08-06  Roland McGrath  <roland@hack.frob.com>
74312         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
74313         Define alphasort64 as an alias.
74314         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
74315         Define versionsort64 as an alias.
74316         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
74317         Define scandir64 as an alias.
74318         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
74319         Define scandirat64 as an alias.
74320         * dirent/alphasort64.c (alphasort64):
74321         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
74322         * dirent/versionsort64.c: Likewise.
74323         * dirent/scandir64.c: Likewise.
74324         * dirent/scandirat64.c: Likewise.
74325         * sysdeps/wordsize-64/alphasort.c: File removed.
74326         * sysdeps/wordsize-64/alphasort64.c: File removed.
74327         * sysdeps/wordsize-64/scandir.c: File removed.
74328         * sysdeps/wordsize-64/scandir64.c: File removed.
74329         * sysdeps/wordsize-64/scandirat.c: File removed.
74330         * sysdeps/wordsize-64/scandirat64.c: File removed.
74331         * sysdeps/wordsize-64/versionsort.c: File removed.
74332         * sysdeps/wordsize-64/versionsort64.c: File removed.
74333         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
74334         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
74335         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
74336         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
74337         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
74338         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
74339         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
74340         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
74342         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
74343         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
74344         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
74345         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
74346         [defined __arch64__ || defined __sparcv9]
74347         (__INO_T_MATCHES_INO64_T): New macro.
74348         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
74349         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
74350         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
74351         * sysdeps/unix/sysv/linux/bits/dirent.h
74352         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
74353         (_DIRENT_MATCHES_DIRENT64): New macro.
74355         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
74356         Define lockf64 as an alias.
74357         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
74358         Define fseeko64 as an alias.
74359         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
74360         Define ftello64 as an alias.
74361         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
74362         Define _IO_fgetpos64 and fgetpos64 as aliases.
74363         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
74364         Define _IO_fsetpos64 and fsetpos64 as aliases.
74365         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
74366         Conditionalize body on this.
74367         * libio/fseeko64.c: Likewise.
74368         * libio/ftello64.c: Likewise.
74369         * libio/iofgetpos64.c: Likewise.
74370         * libio/iofsetpos64.c: Likewise.
74371         * sysdeps/wordsize-64/lockf.c: File removed.
74372         * sysdeps/wordsize-64/lockf64.c: File removed.
74373         * sysdeps/wordsize-64/fseeko.c: File removed.
74374         * sysdeps/wordsize-64/fseeko64.c: File removed.
74375         * sysdeps/wordsize-64/ftello.c: File removed.
74376         * sysdeps/wordsize-64/ftello64.c: File removed.
74377         * sysdeps/wordsize-64/iofgetpos.c: File removed.
74378         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
74379         * sysdeps/wordsize-64/iofsetpos.c: File removed.
74380         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
74381         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
74382         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
74383         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
74384         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
74385         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
74386         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
74387         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
74388         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
74389         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
74390         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
74392         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
74393         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
74394         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
74395         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
74396         [defined __arch64__ || defined __sparcv9]
74397         (__OFF_T_MATCHES_OFF64_T): New macro.
74398         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
74399         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
74400         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
74401         (__OFF_T_MATCHES_OFF64_T): New macro.
74403 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
74405         * stdlib/secure-getenv.c (__secure_getenv): Replace
74406         GLIBC_2_16 with GLIBC_2_17.
74408 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
74410         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
74411         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
74413 2012-08-03  David S. Miller  <davem@davemloft.net>
74415         * sysdeps/sparc/fpu/libm-test-ulps: Update.
74417 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
74419         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
74420         Remove.
74421         (__ASSUME_CORRECT_SI_PID): Likewise.
74422         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
74423         (__ASSUME_TMPFS_NAME): Likewise.
74424         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
74425         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
74426         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
74427         (HAVE_AUX_SECURE): Make definition unconditional.
74428         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
74429         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
74431 2012-08-03  Roland McGrath  <roland@hack.frob.com>
74433         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
74434         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
74435         * sysdeps/mach/hurd/eloop-threshold.h: New file.
74436         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
74437         __eloop_threshold instead of SYMLOOP_MAX.
74439         * sysdeps/generic/eloop-threshold.h: New file.
74440         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
74441         of MAXSYMLINKS.
74442         * elf/chroot_canon.c (chroot_canon): Likewise.
74444 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
74446         [BZ #13717]
74447         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
74448         Change to 2.6.0 everywhere.
74449         * sysdeps/unix/sysv/linux/configure: Regenerated.
74450         * sysdeps/unix/sysv/linux/kernel-features.h
74451         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
74452         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
74453         kernel versions.
74454         (__ASSUME_POSIX_TIMERS): Define unconditionally.
74455         (__ASSUME_FUTEX_REQUEUE): Remove.
74456         (__ASSUME_STATFS64): Define unconditionally.
74457         (__ASSUME_AT_SECURE): Likewise.
74458         (__ASSUME_CORRECT_SI_PID): Likewise.
74459         (__ASSUME_TGKILL): Define without depending on kernel version for
74460         i386.
74461         (__ASSUME_UTIMES): Likewise.
74462         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
74463         kernel version.
74464         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
74465         (__ASSUME_TMPFS_NAME): Likewise.
74466         * README: Update reference to Linux kernel versions.
74468 2012-08-02  Marek Polacek  <polacek@redhat.com>
74470         [BZ #14150]
74471         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
74472         libc_cv_asm_type_prefix with %.
74473         * configure: Regenerated.
74474         * include/libc-symbols.h: Remove comment about
74475         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
74476         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
74477         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
74478         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
74479         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
74480         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
74481         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
74482         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
74483         * elf/tst-unique2mod1.c: Likewise.
74484         * elf/tst-unique1mod2.c: Likewise.
74485         * elf/tst-unique1mod1.c: Likewise.
74486         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
74487         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
74488         Replace ASM_TYPE_DIRECTIVE with .type.
74489         * sysdeps/s390/s390-64/sysdep.h: Likewise.
74490         * sysdeps/i386/sysdep.h: Likewise.
74491         * sysdeps/x86_64/sysdep.h: Likewise.
74492         * sysdeps/sh/sysdep.h: Likewise.
74493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
74494         Do not define ASM_TYPE_DIRECTIVE.
74495         * sysdeps/powerpc/sysdep.h: Likewise.
74496         * sysdeps/powerpc/powerpc32/sysdep.h:
74497         Replace ASM_TYPE_DIRECTIVE with .type.
74498         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
74499         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
74500         * sysdeps/i386/fpu/e_powf.S: Likewise.
74501         * sysdeps/i386/fpu/e_expl.S: Likewise.
74502         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
74503         * sysdeps/i386/fpu/e_acosh.S: Likewise.
74504         * sysdeps/i386/fpu/e_pow.S: Likewise.
74505         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
74506         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
74507         * sysdeps/i386/fpu/s_expm1.S: Likewise.
74508         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
74509         * sysdeps/i386/fpu/e_log2.S: Likewise.
74510         * sysdeps/i386/fpu/e_log2l.S: Likewise.
74511         * sysdeps/i386/fpu/e_scalb.S: Likewise.
74512         * sysdeps/i386/fpu/e_powl.S: Likewise.
74513         * sysdeps/i386/fpu/e_log10f.S: Likewise.
74514         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
74515         * sysdeps/i386/fpu/e_logl.S: Likewise.
74516         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
74517         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
74518         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
74519         * sysdeps/i386/fpu/e_log2f.S: Likewise.
74520         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
74521         * sysdeps/i386/fpu/e_log.S: Likewise.
74522         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
74523         * sysdeps/i386/fpu/e_logf.S: Likewise.
74524         * sysdeps/i386/fpu/e_log10l.S: Likewise.
74525         * sysdeps/i386/fpu/e_atanh.S: Likewise.
74526         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
74527         * sysdeps/i386/fpu/e_log10.S: Likewise.
74528         * sysdeps/i386/fpu/s_frexp.S: Likewise.
74529         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
74530         * sysdeps/i386/fpu/s_asinh.S: Likewise.
74531         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
74532         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
74533         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
74534         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
74535         * sysdeps/i386/i686/strtok.S: Likewise.
74536         * sysdeps/i386/i386-mcount.S: Likewise.
74537         * sysdeps/i386/strtok.S: Likewise.
74538         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
74539         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
74540         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
74541         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
74542         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
74543         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
74544         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
74545         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
74546         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
74547         * sysdeps/x86_64/_mcount.S: Likewise.
74548         * sysdeps/x86_64/strtok.S: Likewise.
74549         * sysdeps/sh/_mcount.S: Likewise.
74551 2012-08-01  Roland McGrath  <roland@hack.frob.com>
74553         * libio/iofopen.c: Include <fcntl.h>.
74554         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
74555         (_IO_fopen64, fopen64): Define as aliases.
74556         * libio/iofopen64.c: Include <fcntl.h>.
74557         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
74558         Conditionalize body on this.
74559         * sysdeps/wordsize-64/iofopen.c: File removed.
74560         * sysdeps/wordsize-64/iofopen64.c: File removed.
74562 2012-08-01  Marek Polacek  <polacek@redhat.com>
74564         * libc/Makeconfig: Use elf in place of binfmt-subdir.
74565         Use dlfcn directly instead of a variable.
74566         (binfmt-subdir): Do not define.
74567         (dlfcn): Likewise.
74569 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
74571         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
74572         Remove all definitions.
74573         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
74574         <kernel-features.h>.
74575         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
74576         (miss_F_GETOWN_EX): Remove all definitions.
74577         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
74578         macro definition.
74579         [!__ASSUME_FCNTL64]: Remove conditional code.
74580         [__ASSUME_FCNTL64]: Make code unconditional.
74581         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
74582         <kernel-features.h>.
74583         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
74584         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
74585         (lockf64) [__NR_fcntl64]: Make code unconditional.
74586         (lockf64) [__ASSUME_FCNTL64]: Likewise.
74588         * sysdeps/unix/sysv/linux/kernel-features.h
74589         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
74590         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
74591         Make code unconditional.
74592         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
74593         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
74594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
74595         [__NR_vfork]: Make code unconditional.
74596         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
74597         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
74598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
74599         [__NR_vfork]: Make code unconditional.
74600         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
74601         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
74603 2012-08-01  Roland McGrath  <roland@hack.frob.com>
74605         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
74606         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
74608         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
74609         Define mkstemp64 as an alias.
74610         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
74611         Define mkstemps64 as an alias.
74612         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
74613         Define mkostemp64 as an alias.
74614         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
74615         Define mkostemps64 as an alias.
74616         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
74617         Conditionalize body on this.
74618         * misc/mkostemp64.c: Likewise.
74619         * misc/mkostemps64.c: Likewise.
74620         * misc/mkstemps64.c: Likewise.
74621         * sysdeps/wordsize-64/mkstemp64.c: File removed.
74622         * sysdeps/wordsize-64/mkostemp64.c: File removed.
74623         * sysdeps/wordsize-64/mkostemp.c: File removed.
74624         * sysdeps/wordsize-64/mkstemp.c: File removed.
74625         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
74626         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
74627         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
74628         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
74630         [BZ #14138]
74631         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
74632         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
74633         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
74634         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
74636         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
74637         compat_symbol macros from <shlib-compat.h> rather than the underlying
74638         default_symbol_version and symbol_version macros, so that DEFAULT
74639         lines in shlib-versions are respected.
74640         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
74642 2012-08-01  Florian Weimer  <fweimer@redhat.com>
74644         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
74645         Declare with warn_unused_result.
74646         (setgid, setregid, setegid, setresgid): Likewise.
74647         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
74648         Likewise.
74649         * WUR-REPORT: Remove set*id functions.
74651 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
74653         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
74655 2012-07-31  Roland McGrath  <roland@hack.frob.com>
74657         [BZ #10191]
74658         * include/sys/socket.h (__libc_accept, __libc_accept4):
74659         Add attribute_hidden.
74660         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
74662         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
74663         use of PTR_MANGLE.
74664         * inet/getnetgrent_r.c (setup): Likewise.
74666         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
74668 2012-07-31  David S. Miller  <davem@davemloft.net>
74670         * sysdeps/sparc/fpu/libm-test-ulps: Update.
74672 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
74674         [BZ #13629]
74675         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
74676         value between 1.0 and 2.0 and smaller part has absolute value less
74677         than 1.0.
74678         * math/s_clog10.c (__clog10): Likewise.
74679         * math/s_clog10f.c (__clog10f): Likewise.
74680         * math/s_clog10l.c (__clog10l): Likewise.
74681         * math/s_clogf.c (__clogf): Likewise.
74682         * math/s_clogl.c (__clogl): Likewise.
74683         * math/libm-test.inc (clog_test): Add more tests.
74684         (clog10_test): Likewise.
74685         * sysdeps/i386/fpu/libm-test-ulps: Update.
74686         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
74688 2012-07-31  Florian Weimer  <fweimer@redhat.com>
74690         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
74691         Exit with zero in case no suitable GID is found, and write a
74692         message to standard error.
74694 2012-07-30  Roland McGrath  <roland@hack.frob.com>
74696         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
74697         rather than to 1.
74698         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
74699         (MAXPATHLEN): Removed.
74700         (NOGROUP, NODEV): New macros.
74701         (setbit, clrbit, isset, isclr): New macros.
74702         (howmany, roundup, powerof2): New macros.
74703         (DEV_BSIZE): New macro.
74705         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
74706         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
74708         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
74709         definition on [!__NO_LONG_DOUBLE_MATH].
74711         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
74712         PTR_MANGLE and PTR_DEMANGLE.
74714         * socket/accept4.c (accept4): Rename to __libc_accept4.
74715         Define accept4 as a weak alias.
74717         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
74718         on [_DIRENT_HAVE_D_TYPE].
74719         * io/ftw.c (ftw_dir): Likewise.
74721         * io/xmknod.c (__xmknod): Don't check PATH for being null.
74723         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
74725         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
74726         Use the BSD numbers rather than the arbitrary ones we had.
74727         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
74728         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
74729         (SIGXCPU, SIGXFSZ): New macros.
74730         (_NSIG): Now 32.
74732         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
74733         initializer on [_LIBC_REENTRANT].
74735         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
74736         definitions inside [_POSIX_MAPPED_FILES].
74738         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
74740         * dirent/opendir.c: Include <fcntl.h>.
74742         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
74743         (__libc_getspecific): Likewise.
74744         (__libc_key_create): Likewise.
74746         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
74747         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
74748         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
74749         (tmpfile64): Define as alias.
74750         * sysdeps/wordsize-64/tmpfile.c: File removed.
74751         * sysdeps/wordsize-64/tmpfile64.c: File removed.
74752         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
74753         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
74755         * stdio-common/vfscanf.c: Include <stdbool.h>.
74756         * nss/makedb.c: Likewise.
74757         * stdio-common/_i18n_number.h: Likewise.
74758         * argp/argp-help.c: Likewise.
74759         * posix/wordexp.c: Likewise.
74760         * sysdeps/posix/spawni.c: Likewise.
74761         * nss/nss_files/files-initgroups.c: Likewise.
74762         * stdio-common/reg-modifier.c: Include <stdlib.h>.
74763         * nss/nss_files/files-initgroups.c: Likewise.
74764         * nss/nss_db/db-netgrp.c: Likewise.
74765         * nss/nss_db/db-initgroups.c: Likewise.
74766         * io/fchmodat.c: Include <sys/stat.h>.
74768         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
74769         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
74771         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
74772         [HAVE_MMAP].
74774         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
74775         Add multiple inclusion protection.
74777 2012-07-27  David S. Miller  <davem@davemloft.net>
74779         * sysdeps/sparc/fpu/libm-test-ulps: Update.
74781 2012-07-27  Gary Benson  <gbenson@redhat.com>
74783         [BZ #14298]
74784         * elf/rtld.c: Include <stap-probe.h>.
74785         (dl_main): Added static probes "init_start" and "init_complete".
74786         * elf/dl-load.c: Include <stap-probe.h>.
74787         (lose): Take new parameter "nsid".
74788         Added static probe "map_failed".
74789         (_dl_map_object_from_fd): Pass namespace id to lose.
74790         Added static probe "map_start".
74791         (open_verify): Pass namespace id to lose.
74792         * elf/dl-open.c: Include <stap-probe.h>.
74793         (dl_open_worker) Added static probes "map_complete", "reloc_start"
74794         and "reloc_complete".
74795         * elf/dl-close.c: Include <stap-probe.h>.
74796         (_dl_close_worker): Added static probes "unmap_start" and
74797         "unmap_complete".
74798         * elf/rtld-debugger-interface.txt: New file documenting the above.
74800 2012-07-26  Roland McGrath  <roland@hack.frob.com>
74802         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
74803         rather than a string variable.
74804         * sunrpc/rpc_main.c (h_output): Likewise.
74805         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
74807 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
74809         * inet/check_native.c: New file.
74811 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
74813         [BZ #13629]
74814         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
74815         if larger part has absolute value 1.0.
74816         * math/s_clog10.c (__clog10): Likewise.
74817         * math/s_clog10f.c (__clog10f): Likewise.
74818         * math/s_clog10l.c (__clog10l): Likewise.
74819         * math/s_clogf.c (__clogf): Likewise.
74820         * math/s_clogl.c (__clogl): Likewise.
74821         * math/libm-test.inc (clog_test): Add more tests.
74822         (clog10_test): Likewise.
74823         * sysdeps/i386/fpu/libm-test-ulps: Update.
74824         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
74826         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
74827         (pltexit): Likewise.
74828         (La_regs): Likewise.
74829         (La_retval): Likewise.
74830         (int_retval): Likewise.
74831         Update #error for removed macros to refer only to definitions in
74832         tst-audit.h.
74833         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
74834         macro.
74835         (pltexit): Likewise.
74836         (La_regs): Likewise.
74837         (La_retval): Likewise.
74838         (int_retval): Likewise.
74839         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
74840         macro.
74841         (pltexit): Likewise.
74842         (La_regs): Likewise.
74843         (La_retval): Likewise.
74844         (int_retval): Likewise.
74845         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
74846         macro.
74847         (pltexit): Likewise.
74848         (La_regs): Likewise.
74849         (La_retval): Likewise.
74850         (int_retval): Likewise.
74851         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
74852         macro.
74853         (pltexit): Likewise.
74854         (La_regs): Likewise.
74855         (La_retval): Likewise.
74856         (int_retval): Likewise.
74857         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
74858         macro.
74859         (pltexit): Likewise.
74860         (La_regs): Likewise.
74861         (La_retval): Likewise.
74862         (int_retval): Likewise.
74863         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
74864         macro.
74865         (pltexit): Likewise.
74866         (La_regs): Likewise.
74867         (La_retval): Likewise.
74868         (int_retval): Likewise.
74869         * sysdeps/generic/tst-audit.h: Update comment to refer only to
74870         macro definitions in tst-audit.h.
74871         * sysdeps/i386/tst-audit.h: New file.
74872         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
74873         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
74874         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
74875         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
74876         * sysdeps/sh/tst-audit.h: Likewise.
74877         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
74878         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
74879         * sysdeps/x86_64/tst-audit.h: Likewise.
74881 2012-07-26  Andreas Jaeger  <aj@suse.de>
74883         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
74884         ptrace.
74886         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
74887         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
74888         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
74889         PTRACE_O_MASK.
74890         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
74891         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
74892         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
74894         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
74895         value.
74897         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
74898         _sigsys.
74899         (si_call_addr, si_syscall, si_arch): Define new macro.
74900         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
74901         _sigsys.
74902         (si_call_addr, si_syscall, si_arch): Define new marcro.
74903         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
74904         _sigsys.
74905         (si_call_addr, si_syscall, si_arch): Define new macro.
74906         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
74907         _sigsys.
74908         (si_call_addr, si_syscall, si_arch): Define new macro.
74910 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
74912         [BZ #13717]
74913         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
74914         Change to 2.4.21 where previously 2.4.1.
74915         * sysdeps/unix/sysv/linux/configure: Regenerated.
74916         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
74917         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
74918         Linux kernel version.
74919         (__ASSUME_STD_AUXV): Remove.
74920         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
74921         kernel version.
74922         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
74923         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
74924         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
74925         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
74926         (__ASSUME_NETLINK_SUPPORT): Likewise.
74927         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
74928         (__no_netlink_support): Remove conditional definition.
74929         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
74930         Remove.
74931         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
74932         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
74933         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
74934         (if_nameindex_ioctl): Remove.
74935         (if_nameindex_netlink): Do not handle __no_netlink_support.
74936         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
74937         code.
74938         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
74939         Remove conditional code.
74940         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
74941         code.
74942         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
74943         unconditional.
74944         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
74945         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
74946         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
74947         Remove.
74948         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
74949         [!__ASSUME_STD_AUXV]: Remove conditional code.
74950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
74951         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
74952         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
74953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
74954         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
74955         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
74956         code.
74957         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
74958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
74959         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
74960         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
74961         conditional code.
74962         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
74963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
74964         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
74965         code.
74966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
74967         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
74968         conditional code.
74969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
74970         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
74971         code unconditional.
74972         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
74973         conditional code.
74974         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
74975         unconditional.
74976         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
74977         conditional code.
74978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
74979         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
74980         unconditional.
74981         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
74982         conditional code.
74983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
74984         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
74985         code unconditional.
74986         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
74987         conditional code.
74988         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
74989         unconditional.
74990         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
74991         conditional code.
74992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
74993         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
74994         code unconditional.
74995         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
74996         conditional code.
74997         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
74998         unconditional.
74999         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
75000         conditional code.
75002 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
75004         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
75005         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
75006         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
75007         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
75008         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
75009         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
75010         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
75011         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
75012         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
75013         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
75014         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
75015         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
75016         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
75017         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
75018         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
75019         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
75020         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
75021         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
75022         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
75023         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
75024         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
75025         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
75026         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
75028 2012-07-25  Florian Weimer  <fweimer@redhat.com>
75030         * Versions.def: Add GLIBC_2.17.
75031         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
75032         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
75033         Introduce __libc_secure_getenv.
75034         * stdlib/Versions (2.17): Add secure_getenv
75035         (GLIBC_PRIVATE): Add __libc_secure_getenv.
75036         * stdlib/secure-getenv.c: Rename __secure_getenv to
75037         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
75038         symbol __secure_getenv for GLIBC_2.0.
75039         * stdlib/tst-secure-getenv.c: New.
75040         * stdlib/Makefile (tests): Add testcase.
75041         * manual/startup.texi (Environment Access): Document
75042         secure_getenv.
75043         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
75044         __libc_secure_getenv.
75045         * inet/ruserpass.c (ruserpass): Likewise.
75046         * malloc/mtrace.c (mtrace): Likewise.
75047         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
75048         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
75049         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
75050         * sysdeps/posix/tempname.c: Likewise.  Evaluate
75051         HAVE_SECURE_GETENV.
75052         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
75053         __secure_getenv to __libc_secure_getenv.
75054         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
75055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
75056         Likewise.
75057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
75058         Likewise.
75059         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
75060         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
75061         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
75062         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
75063         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
75064         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
75065         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
75067 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
75069         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
75070         (struct La_i86_retval): Likewise.
75071         (struct La_x86_64_regs): Likewise.
75072         (struct La_x86_64_retval): Likewise.
75073         (struct La_x32_regs): Likewise.
75074         (struct La_x32_retval): Likewise.
75075         (struct La_ppc32_regs): Likewise.
75076         (struct La_ppc32_retval): Likewise.
75077         (struct La_ppc64_regs): Likewise.
75078         (struct La_ppc64_retval): Likewise.
75079         (struct La_sh_regs): Likewise.
75080         (struct La_sh_retval): Likewise.
75081         (struct La_s390_32_regs): Likewise.
75082         (struct La_s390_32_retval): Likewise.
75083         (struct La_s390_64_regs): Likewise.
75084         (struct La_s390_64_retval): Likewise.
75085         (struct La_sparc32_regs): Likewise.
75086         (struct La_sparc32_retval): Likewise.
75087         (struct La_sparc64_regs): Likewise.
75088         (struct La_sparc64_retval): Likewise.
75089         (struct audit_ifaces): Remove architecture-specific pltenter and
75090         pltexit members.
75091         * sysdeps/i386/ldsodefs.h: New file.
75092         * sysdeps/powerpc/ldsodefs.h: Likewise.
75093         * sysdeps/s390/ldsodefs.h: Likewise.
75094         * sysdeps/sh/ldsodefs.h: Likewise.
75095         * sysdeps/sparc/ldsodefs.h: Likewise.
75096         * sysdeps/x86_64/ldsodefs.h: Likewise.
75098 2012-07-25  Marek Polacek  <polacek@redhat.com>
75100         [BZ #6808]
75101         * math/libm-test.inc (yn_test): Add another test.
75102         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
75103         to ERANGE when the result is +-Inf.
75104         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
75105         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
75106         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
75107         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
75109 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
75111         * conform/data/time.h-data (NULL): Use macro-constant.  Require
75112         equal to 0.
75113         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
75114         clock_t.
75115         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
75117 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
75119         * configure.in <sysdeps resolving>: Correct printing
75120         Implies_before.
75121         * configure: Regenerate.
75123 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
75125         * math/w_ilogb.c: Include <limits.h>.
75126         * math/w_ilogbl.c: Likewise.
75128 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
75130         * manual/lang.texi (__va_copy): Document primarily as ISO C99
75131         va_copy.  Document allowing for unavailable va_copy only as
75132         pre-C99 compatibility.
75133         * manual/string.texi (Copying and Concatenation): Use va_copy
75134         instead of __va_copy in concat example.
75136 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
75138         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
75139         (__sendto): Use create_address_port.  Initialize APORT and deallocate
75140         it if not null.
75142         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
75143         with O_NOLINK passed to __file_name_lookup.
75145         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
75146         with O_NOLINK passed to __file_name_lookup.
75148         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
75149         negative N or less than NGIDS.
75151         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
75152         type to string_t.  Set ERANGE as errno and return it if NAME is not big
75153         enough.  Use memcpy instead of strncpy.
75155 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
75157         * elf/Makefile (check-data): Remove.
75158         (localplt.data): New vpath directive.
75159         ($(objpfx)check-localplt.out): Use localplt.data from vpath
75160         instead of $(check-data).
75161         * scripts/data/localplt-generic.data: Move to ...
75162         * sysdeps/generic/localplt.data: ... here.
75163         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
75164         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
75165         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
75166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
75167         ... here.
75168         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
75169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
75170         ... here.
75171         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
75172         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
75173         ... here.
75174         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
75175         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
75176         ... here.
75177         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
75178         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
75179         ... here.
75180         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
75181         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
75182         ... here.
75184 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
75186         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
75187         PPC32 and PPC64 files.
75188         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
75189         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
75191 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
75193         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
75194         __makecontext_ret to ...
75195         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
75196         ... here and call exit if uc_link is NULL.  New file.
75197         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
75198         __makecontext_ret.S.
75199         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
75200         __makecontext_ret to ...
75201         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
75202         ... here and call exit if uc_link is NULL.  New file.
75203         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
75204         __makecontext_ret.S.
75206 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
75208         * elf/elf.h (R_390_IRELATIVE): New definition.
75209         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
75210         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
75211         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
75212         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
75213         (elf_machine_lazy_rel): Likewise.
75214         * sysdeps/s390/dl-irel.h: New file.
75215         * sysdeps/s390/s390-64/memcpy.S: New asm code.
75216         * sysdeps/s390/s390-64/memset.S: New asm code.
75217         * sysdeps/s390/s390-64/memcmp.S: New asm code.
75218         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
75219         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
75220         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
75221         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
75222         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
75223         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
75224         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
75225         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
75226         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
75227         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
75228         * sysdeps/s390/s390-32/memcpy.S: New asm code.
75229         * sysdeps/s390/s390-32/memset.S: New asm code.
75230         * sysdeps/s390/s390-32/memcmp.S: New asm code.
75232 2012-07-17  Marek Polacek  <polacek@redhat.com>
75234         [BZ #14349]
75235         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
75236         * sysdeps/s390/s390-64/configure.in: Likewise.
75237         * sysdeps/sparc/configure.in: Likewise.
75238         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
75239         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
75240         * sysdeps/i386/configure.in: Likewise.
75241         * sysdeps/x86_64/configure.in: Likewise.
75242         * sysdeps/sh/configure.in: Likewise.
75243         * sysdeps/s390/s390-32/configure: Regenerated.
75244         * sysdeps/s390/s390-64/configure: Likewise.
75245         * sysdeps/x86_64/configure: Likewise.
75246         * sysdeps/sh/configure: Likewise.
75247         * sysdeps/powerpc/powerpc64/configure: Likewise.
75248         * sysdeps/powerpc/powerpc32/configure: Likewise.
75249         * sysdeps/sparc/configure: Likewise.
75250         * sysdeps/i386/configure: Likewise.
75252         * elf/dl-open.c: Comment fixes.
75254 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
75256         * Makefile [CXX] (check-data): Remove.
75257         [CXX] (c++-types.data): New vpath directive.
75258         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
75259         vpath.  Do not allow for C++ type data being missing.
75260         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
75261         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
75262         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
75263         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
75264         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
75265         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
75266         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
75267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
75268         ... here.
75269         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
75270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
75271         ... here.
75272         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
75273         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
75274         ... here.
75275         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
75276         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
75277         ... here.
75278         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
75279         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
75280         ... here.
75281         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
75282         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
75283         ... here.
75284         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
75285         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
75286         ... here.
75287         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
75288         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
75290         * elf/tls-macros.h (TLS_LE): Move architecture-specific
75291         definitions to architecture-specific files.
75292         (TLS_IE): Likewise.
75293         (TLS_LD): Likewise.
75294         (TLS_GD): Likewise.
75295         * sysdeps/i386/tls-macros.h: New file.
75296         * sysdeps/powerpc/tls-macros.h: Likewise.
75297         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
75298         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
75299         * sysdeps/sh/tls-macros.h: Likewise.
75300         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
75301         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
75302         * sysdeps/x86_64/tls-macros.h: Likewise.
75304 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
75306         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
75307         zero value for regular exit case.
75309         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
75310         (__start_context): Preserve zero value for regular exit case.
75312 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
75313             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
75315         * manual/setjmp.texi (setcontext): Clarify normal process
75316         termination when uc_link is the null pointer.
75317         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
75318         exit call.
75320 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
75322         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
75323         preprocessor.  Test for each exception mask separately.
75325 2012-07-16  Andreas Jaeger  <aj@suse.de>
75327         * po/ru.po: Update from translation team.
75329 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
75331         * conform/data/string.h-data (NULL): Use macro-constant.  Require
75332         equal to 0.
75333         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
75334         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
75335         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
75336         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
75337         [ISO || ISO99 || ISO11] (*_t): Do not allow.
75339 2012-07-13  Andreas Jaeger  <aj@suse.de>
75341         * po/fr.po: Update from translation team.
75343 2012-07-12  Marek Polacek  <polacek@redhat.com>
75345         [BZ #14173]
75346         * math/libm-test.inc (yn_test): Add test for BZ #14173.
75347         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
75348         loop condition.
75350 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
75352         [BZ #13717]
75353         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
75354         Change to 2.4.1 where previously 2.4.0.
75355         * sysdeps/unix/sysv/linux/configure: Regenerated.
75356         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
75357         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
75358         version.
75359         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
75360         (__ASSUME_AT_CLKTCK): Remove.
75361         (__ASSUME_AT_PAGESIZE): Likewise.
75362         (__ASSUME_AT_XID): Likewise.
75363         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
75364         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
75365         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
75366         unconditionally.
75367         (HAVE_AUX_PAGESIZE): Likewise.
75368         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
75369         [__ASSUME_AT_CLKTCK]: Make code unconditional.
75370         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
75372 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
75374         [BZ #14307]
75375         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
75376         the temporary buffer used to invoke __gethostbyname2_r,
75377         __gethostbyaddr_r and gethostbyname4_r to make room for struct
75378         host_data / struct gaih_addrtuple.
75379         * resolv/nss_dns/dns-host.c (global scope): Move definition of
75380         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
75381         header file nss/nsswitch.h.
75382         * nss/nsswitch.h (global scope): Add definition of implementation
75383         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
75384         resolv/nss_dns/dns-host.c).
75386 2012-07-11  Andreas Jaeger  <aj@suse.de>
75388         * po/fr.po: Update from translation team.
75390         * po/sv.po: Update from translation team
75391         * po/fr.po: Another update from translation team.
75393 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
75395         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
75396         for subnormals or multiply small sinh result by itself.
75397         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
75398         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
75400 2012-07-11  David S. Miller  <davem@davemloft.net>
75402         * sysdeps/sparc/fpu/libm-test-ulps: Update.
75404 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
75406         [BZ #14347]
75407         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
75408         (INTERNAL_MARK): Shift it here.
75410 2012-07-10  Marek Polacek  <polacek@redhat.com>
75412         [BZ #14151]
75413         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
75414         libc_cv_asm_global_directive with .globl.
75415         * configure: Regenerated.
75416         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
75417         with .globl.
75418         * sysdeps/i386/configure: Regenerated.
75419         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
75420         with .globl.
75421         * sysdeps/x86_64/configure: Regenerated.
75422         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
75423         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
75424         * elf/tst-unique2mod2.c: Likewise.
75425         * elf/tst-unique2mod1.c: Likewise.
75426         * elf/tst-unique1mod2.c: Likewise.
75427         * elf/tst-unique1mod1.c: Likewise.
75428         * sysdeps/s390/s390-32/sysdep.h: Likewise.
75429         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
75430         * sysdeps/s390/s390-64/sysdep.h: Likewise.
75431         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
75432         * sysdeps/mach/sysdep.h: Likewise.
75433         * sysdeps/i386/sysdep.h: Likewise.
75434         * sysdeps/i386/i386-mcount.S: Likewise.
75435         * sysdeps/x86_64/_mcount.S: Likewise.
75436         * sysdeps/x86_64/sysdep.h: Likewise.
75437         * sysdeps/sh/_mcount.S: Likewise.
75438         * sysdeps/sh/sysdep.h: Likewise.
75439         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
75440         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
75441         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
75442         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
75443         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
75444         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
75445         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
75446         * locale/localeinfo.h: Likewise.
75447         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
75448         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
75450 2012-07-09  Roland McGrath  <roland@hack.frob.com>
75452         [BZ #14336]
75453         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
75454         system".
75455         * manual/message.texi (The Uniforum approach): Likewise.
75456         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
75457         (glibc iconv Implementation): Likewise.
75459 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
75461         [BZ #14337]
75462         * math/s_clog.c (__clog): Avoid scaling a value down where that
75463         could result in underflow.
75464         * math/s_clog10.c (__clog10): Likewise.
75465         * math/s_clog10f.c (__clog10f): Likewise.
75466         * math/s_clog10l.c (__clog10l): Likewise.
75467         * math/s_clogf.c (__clogf): Likewise.
75468         * math/s_clogl.c (__clogl): Likewise.
75469         * math/libm-test.inc (clog_test): Add more tests.
75470         (clog10_test): Likewise.
75471         * sysdeps/i386/fpu/libm-test-ulps: Update.
75472         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
75474 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
75476         [BZ #14283]
75477         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
75478         by 7 not 8 to examine high bit of fractional part.
75480         [BZ #14042]
75481         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
75482         for call to __mcount_internal.
75483         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
75484         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
75485         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
75487 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
75489         [BZ #14154]
75490         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
75491         approximation for values within 0x1p-13f of an odd multiple of
75492         pi/4.
75493         * math/libm-test.inc (tan_test): Do not allow spurious underflow
75494         exception.  Add more tests.
75495         * sysdeps/i386/fpu/libm-test-ulps: Update.
75497         [BZ #6778]
75498         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
75499         inputs and return -1 for them.  Do not check for +Inf in case not
75500         reachable for +Inf.
75501         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
75502         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
75503         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
75504         and return -1 for them.  Do not check for +Inf in case not
75505         reachable for +Inf.
75506         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
75507         define.
75508         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
75509         and return -1 for them.  Do not check for +Inf in case not
75510         reachable for +Inf.
75511         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
75512         spurious underflow.
75513         * sysdeps/i386/fpu/libm-test-ulps: Update.
75514         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
75516 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
75518         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
75520 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
75522         [BZ #14157]
75523         [BZ #14331]
75524         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
75525         could result in spurious underflow.  Scale down values above
75526         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
75527         * math/s_csqrtf.c (__csqrtf): Likewise.
75528         * math/s_csqrtl.c (__csqrtl): Likewise.
75529         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
75530         spurious underflow.
75531         * sysdeps/i386/fpu/libm-test-ulps: Update.
75532         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
75534 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
75536         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
75537         xopen-msg.sed.
75538         * catgets/xopen-msg.awk: New file.
75539         * catgets/xopen-msg.sed: Removed.
75541         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
75542         po2text.sed.
75543         * intl/po2test.awk: New file.
75544         * intl/po2test.sed: Removed.
75546 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
75548         [BZ #14328]
75549         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
75550         or multiply small sinh result by itself.
75551         * math/s_ctanf.c (__ctanf): Likewise.
75552         * math/s_ctanh.c (__ctanh): Likewise.
75553         * math/s_ctanhf.c (__ctanhf): Likewise.
75554         * math/s_ctanhl.c (__ctanhl): Likewise.
75555         * math/s_ctanl.c (__ctanl): Likewise.
75556         * math/libm-test.inc (ctan_test_tonearest): New function.
75557         (ctan_test_towardzero): Likewise.
75558         (ctan_test_downward): Likewise.
75559         (ctan_test_upward): Likewise.
75560         (ctanh_test_tonearest): Likewise.
75561         (ctanh_test_towardzero): Likewise.
75562         (ctanh_test_downward): Likewise.
75563         (ctanh_test_upward): Likewise.
75564         (main): Call these new functions.
75565         * sysdeps/i386/fpu/libm-test-ulps: Update.
75566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
75568 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
75570         * .gitignore: Delete /ports entry.
75572 2012-07-03  Andreas Jaeger  <aj@suse.de>
75574         * po/bg.po: Update from translation team.
75575         * po/cs.po: Likewise.
75576         * po/de.po: Likewise.
75577         * po/hr.po: Likewise.
75578         * po/nl.pl: Likewise.
75579         * po/pl.po: Likewise.
75580         * po/vi.po: Likewise.
75582 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
75584         * Makeconfig [!+link] (+link-before-libc): New variable.
75585         [!+link] (+link-after-libc): Likewise.
75586         [!+link] (+link-tests): Likewise.
75587         [!+link] (+link): Define in terms of $(+link-before-libc) and
75588         $(+link-after-libc).
75589         [!+link-static] (+link-static-before-libc): New variable.
75590         [!+link-static] (+link-static-after-libc): Likewise.
75591         [!+link-static] (+link-static-tests): Likewise.
75592         [!+link-static] (+link-static): Define in terms of
75593         $(+link-static-before-libc) and $(+link-static-after-libc).
75594         [build-shared] (link-libc-before-gnulib): New variable.
75595         [build-shared] (link-libc-tests): Likewise.
75596         [build-shared] (link-libc): Define in terms of
75597         $(link-libc-before-gnulib).
75598         [!build-shared] (link-libc-tests): New variable.
75599         (link-libc-static-tests): New variable.
75600         [!gnulib] (gnulib-arch): New variable.
75601         [!gnulib] (gnulib-tests): Likewise.
75602         [!gnulib] (static-gnulib-arch): Likewise.
75603         [!gnulib] (static-gnulib-tests): Likewise.
75604         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
75605         Define with "=" instead of ":=".
75606         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
75607         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
75608         * Rules (binaries-all-notests): New variable.
75609         (binaries-all-tests): Likewise.
75610         (binaries-static-notests): Likewise.
75611         (binaries-static-tests): Likewise.
75612         (binaries-all): Define using $(binaries-all-notests) and
75613         $(binaries-all-tests).
75614         (binaries-static): Define using $(binaries-static-notests) and
75615         $(binaries-static-tests).
75616         (binaries-shared-tests): New variable.
75617         (binaries-shared-notests): Likewise.
75618         (binaries-shared): Remove variable.
75619         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
75620         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
75621         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
75622         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
75623         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
75624         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
75625         * elf/Makefile (sln-modules): New variable.
75626         (extra-objs): Add $(sln-modules:=.o).
75627         (ldconfig-modules): Add static-stubs.
75628         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
75629         * elf/static-stubs.c: New file.
75631         [BZ #14283]
75632         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
75633         by 7 not 8 to examine high bit of fractional part.  Use volatile
75634         variables when splitting into final array of floats if
75635         __FLT_EVAL_METHOD__ != 0.
75636         * math/libm-test.inc (cos_test): Add another test.
75637         (sin_test): Likewise.
75638         * sysdeps/i386/fpu/libm-test-ulps: Update.
75640         [BZ #14273]
75641         * math/libm-test.inc (cosh_test): Add more tests.
75643         * version.h (RELEASE): Set to "development".
75644         (VERSION): Set to "2.16.90".
75646 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
75648         * NEWS: Update copyright. Remove last-updated date.
75649         Mention math library bug fixes and timezone data changes.
75650         * README: Mention GNU/Hurd, x32, and HPPA support status.
75652 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
75654         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
75656 2012-06-27  Andreas Jaeger  <aj@suse.de>
75658         * manual/contrib.texi (Contributors): Add Samuel Thibault.
75660 2012-06-25  Andreas Jaeger  <aj@suse.de>
75662         * sysdeps/s390/fpu/libm-test-ulps: Update.
75664 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
75665             Thomas Schwinge  <thomas@codesourcery.com>
75667         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
75668         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
75669         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
75670         fanotify_mark.
75672 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
75674         * sysdeps/mach/start.c: Remove file.
75675         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
75676         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
75677         * sysdeps/sh/init-first.c: Likewise.
75679         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
75680         registers for frame unwinding purposes, add CFI directives.
75681         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
75682         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise.
75683         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
75684         Likewise.
75686         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
75687         __fortify_fail returning.
75688         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
75690         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
75691         sysdeps/sh/____longjmp_chk.S.
75692         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
75693         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
75694         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
75695         (gen-as-const-headers): Append sigaltstack-offsets.sym.
75697         * sysdeps/sh/abort-instr.h: New file.
75698         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
75699         process in case exit returns.
75701         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
75702         initialize the GOT register before use.
75704         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
75705         calculation of ARGC > 4.
75707         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
75708         meaningful names to some local labels.
75710 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
75711             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
75713         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
75714         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
75715         (__arch_compare_and_exchange_val_16_acq): Likewise.
75716         (__arch_compare_and_exchange_val_32_acq): Likewise.
75717         (atomic_exchange_and_add): Fix gUSA sequence.
75718         (atomic_add): Likewise.
75719         (atomic_add_negative): Likewise.
75720         (atomic_add_zero): Likewise.
75721         (atomic_bit_test_set): Likewise.
75723 2012-06-22  Andreas Schwab  <schwab@redhat.com>
75725         [BZ #13579]
75726         * include/link.h (struct link_map): Add l_free_initfini.
75727         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
75728         l_initfini.
75729         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
75730         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
75731         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
75732         set.
75734 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
75736         * configure.in: Use AC_LANG_SOURCE.
75737         * configure: Regenerate.
75739 2012-06-22  Roland McGrath  <roland@hack.frob.com>
75741         * configure.in (libc_cv_localstatedir): New substituted variable.
75742         * configure: Regenerated.
75743         * config.make.in (localstatedir): New variable, substituted from
75744         libc_cv_localstatedir.
75745         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
75746         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
75747         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
75748         * sysdeps/gnu/configure: Regenerated.
75750 2012-06-21  Jeff Law  <law@redhat.com>
75752         [BZ #14277]
75753         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
75754         free.  Simplify list management for _LIBC case.
75756 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
75758         [BZ #14273]
75759         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
75760         Clear sign bit of 64-bit integer value before comparing against
75761         overflow value.
75763         * sysdeps/mach/configure: Regenerated.
75765 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
75767         [BZ #14278]
75768         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
75770 2012-06-21  Jeff Law  <law@redhat.com>
75772         [BZ #13882]
75773         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
75774         uint16_t for elements in the "seen" array to avoid char overflows.
75775         * elf/dl-fini.c (_dl_sort_fini): Likewise.
75776         * elf/dl-open.c (dl_open_worker): Likewise.
75778 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
75780         * scripts/list-sources.sh: Scan PORTS for translations.
75781         * po/libc.pot: Regenerated.
75783 2012-06-21  Andreas Jaeger  <aj@suse.de>
75785         [BZ #12194]
75786         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
75787         warning.
75788         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
75789         * bits/byteswap-16.h (__bswap_16): Likewise.
75790         * bits/byteswap.h (__bswap_constant_16): Likewise.
75792 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
75794         [BZ #14117]
75795         * sysdeps/i386/fpu_control.h: Removed.
75796         * sysdeps/x86_64/fpu_control.h: Moved to ...
75797         * sysdeps/x86/fpu_control.h: Here.
75799         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
75800         (_FPU_SETCW): Likewise.
75802 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
75804         [BZ #14117]
75805         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
75806         * sysdeps/x86/fpu/bits/mathinline.h: This.
75807         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
75809         [BZ #14050]
75810         [BZ #14117]
75811         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
75812         functions if __x86_64__ is defined.
75814 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
75816         * string/endian.h: Add !__ASSEMBLER__ condition for including
75817         conversion interfaces.
75819 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
75821         [BZ #14241]
75822         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
75823         of ABS(x) in calculating zero to negative powers other than odd
75824         integers.
75825         * math/libm-test.inc (pow_test): Add more tests.
75827 2012-06-15  Andreas Jaeger  <aj@suse.de>
75829         * manual/contrib.texi (Contributors): Update entry of Liubov
75830         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
75831         Machado Filho.
75833 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
75835         * string/string.h: Add __wur to GNU version of strerror_r.
75837 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
75839         [BZ #14229]
75840         * string/Makefile (tests): Add tst-strtok_r.
75841         * string/tst-strtok_r.c: New file.
75842         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
75843         RAX_LP/RDX_LP on SAVE_PTR.
75845 2012-06-14  Roland McGrath  <roland@hack.frob.com>
75847         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
75849 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
75851         * libm_test.inc (csqrt_test): Allow more spurious underflow
75852         exceptions.
75853         (j0_test): Likewise.
75854         (j1_test): Likewise.
75855         (y0_test): Likewise.
75856         (y1_test): Likewise.
75858 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
75860         * po/Makefile (libc.pot): Use UTF-8 charset.
75862 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
75864         [BZ #14210]
75865         Suppress sign-conversion warning from FD_SET.
75866         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
75867         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
75868         not unsigned long int.
75869         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
75871 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
75873         [BZ #14050]
75874         [BZ #14117]
75875         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
75876         __extern_always_inline instead of __extern_inline.
75877         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
75878         (__signbit): Likewise.
75879         (__signbitl): Support C++ namespace.
75880         (lrintf): New inline function.
75881         (lrint): Likewise.
75882         (llrintf): Likewise.
75883         (llrint): Likewise.
75884         (fmaxf): Likewise.
75885         (fmax): Likewise.
75886         (fminf): Likewise.
75887         (fmin): Likewise.
75888         (rint): Likewise.
75889         (rintf): Likewise.
75890         (ceil): Likewise.
75891         (ceilf): Likewise.
75892         (floor): Likewise.
75893         (floorf): Likewise.
75894         (nearbyint): Likewise.
75895         (nearbyintf): Likewise.
75897 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
75899         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
75900         non-default versions.
75902 2012-06-11  Roland McGrath  <roland@hack.frob.com>
75904         [BZ #14218]
75905         * manual/argp.texi (Argp): Reword argp_parse description slightly.
75907 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
75909         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
75910         (FE_UPWARD, FE_DOWNWARD): Don't define.
75911         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
75912         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
75914         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
75915         reading it.
75916         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
75917         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
75919 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
75921         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
75922         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
75923         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
75924         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
75926 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
75928         [BZ #14117]
75929         * sysdeps/i386/fpu/bits/fenv.h: Removed.
75930         * sysdeps/i386/fpu/Implies: New file.
75931         * sysdeps/x86_64/fpu/Implies: Likewise.
75932         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
75933         * sysdeps/x86/fpu/bits/fenv.h: This.
75935         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
75936         __SSE_MATH__.
75938 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
75940         [BZ #14134]
75941         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
75942         character 0xffff that matches the last element of the
75943         conversion table.
75945 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
75947         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
75948         fmodl commit.
75950 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
75952         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
75953         values higher than 25.6283.
75955 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
75957         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
75958         subnormal exponent extraction and add some __builtin_expect.
75959         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
75960         Fix for subnormal mantissa calculation.
75962 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
75964         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
75965         cpu2 is -1 and errno is not ENOSYS.
75967 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
75969         [BZ #14117]
75970         * sysdeps/i386/i486/bits/string.h: Renamed to ...
75971         * sysdeps/x86/bits/string.h: This.
75972         * sysdeps/x86_64/bits/string.h: Removed.
75974         * sysdeps/i386/i486/bits/string.h: Define inline functions only
75975         if not compiling for x86-64, but compiling for >= i486.
75977         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
75978         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
75980         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
75981         New macro from Linux kernel 3.4.0.
75982         (FP_XSTATE_MAGIC2): Likewise.
75983         (FP_XSTATE_MAGIC2_SIZE): Likewise.
75984         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
75985         (struct _fpx_sw_bytes): New struct.
75986         (struct _xsave_hdr): Likewise.
75987         (struct _ymmh_state): Likewise.
75988         (struct _xstate): Likewise.
75990         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
75991         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
75992         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
75993         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
75994         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
75995         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
75997         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
75998         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
75999         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
76000         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
76001         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
76002         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
76004 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
76006         [BZ #13743]
76007         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
76008         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
76009         (sysdep_headers): Include sys/platform/ppc.h.
76010         * sysdeps/powerpc/test-gettimebase.c: Test for
76011         __ppc_get_timebase() to catch future ISA opcode/insn changes.
76012         * manual/Makefile (appendices): Include platform.texi.
76013         * manual/contrib.texi (Contributors): Update @node pointers.
76014         * manual/maint.texi (Maintenance): Likewise.
76015         (Platform): New node.
76016         * manual/platform.texi: New file.  Document the new features.
76018 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
76019             Jakub Jelinek  <jakub@redhat.com>
76021         [BZ #14188]
76022         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
76023         where __builtin_expect is unavailable.
76025 2012-06-03  David S. Miller  <davem@davemloft.net>
76027         * stdlib/longlong.h: Updated from GCC.
76029 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
76031         [BZ #14042]
76032         * sysdeps/powerpc/powerpc32/mcount.c: New file.
76033         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
76034         __mcount_internal.
76035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
76036         (GLIBC_2.16): Likewise.
76038 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
76040         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
76042 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
76044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
76045         (default-abi): New variable.
76046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
76047         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
76048         variable.
76049         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
76050         Likewise.
76051         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
76052         Likewise.
76053         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
76054         Likewise.
76056         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
76057         definition.  Document in comment.
76059 2012-06-01  David S. Miller  <davem@davemloft.net>
76061         * stdlib/longlong.h: Updated from GCC.
76063 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
76065         [BZ #14117]
76066         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
76067         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
76068         sys/debugreg.h sys/io.h here.
76069         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
76070         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
76071         sys/io.h.
76072         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
76073         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
76074         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
76075         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
76076         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
76077         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
76079         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
76080         Define only if __x86_64__ is defined.
76082 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
76084         [BZ #14048]
76085         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
76086         Use int64_t for variable i.
76087         * math/libm-test.inc (fmod_test): Add more tests.
76089         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
76090         z computation is not scheduled after fetestexcept.
76091         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
76092         Use math_force_eval instead of asm to ensure calculation scheduled
76093         before exception test.
76094         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
76095         Ensure a1 + u.d computation is not scheduled after fetestexcept.
76097 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
76099         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
76100         computation is not scheduled after fetestexcept.
76102 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
76104         [BZ #14117]
76105         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
76106         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
76108 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
76110         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
76111         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
76113 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
76115         [BZ #14117]
76116         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
76117         <bits/wordsize.h>.
76118         (__WCHAR_MIN): Support __WORDSIZE == 64.
76119         (__WCHAR_MAX): Likewise.
76121         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
76122         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
76124         [BZ #14183]
76125         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
76126         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
76128         [BZ #14117]
76129         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
76130         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
76132         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
76133         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
76135         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
76136         Defined to 1 if __x86_64__ isn't defined.
76137         (_STAT_VER_LINUX_OLD): New.
76138         (st_atime): Remove duplicate.
76139         (st_mtime): Likewise.
76140         (st_ctime): Likewise.
76142 2012-05-31  David S. Miller  <davem@davemloft.net>
76144         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
76145         entries.
76147 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
76149         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
76150         gen-libm-test.pl.
76152         [BZ #14132]
76153         * elf/dl-reloc.c: Include <_itoa.h>.
76154         (_dl_reloc_bad_type): Remove use of INTUSE.
76155         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
76156         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
76157         * stdio-common/psiginfo.c (psiginfo): Likewise.
76158         * stdio-common/psignal.c (psignal): Likewise.
76159         * string/strsignal.c (strsignal): Likewise.
76160         * include/signal.h (_sys_siglist): Declare hidden proto.
76161         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
76162         INTVARDEF with libc_hidden_data_def.
76163         * stdio-common/itoa-udigits.c: Likewise.
76164         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
76165         (_itoa_lower_digits_internal): Remove declaration.
76166         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
76167         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
76168         (_sys_sigabbrev_internal): Remove aliases.
76169         (_sys_siglist): Define hidden alias.
76171 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
76173         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
76174         bits/sysctl.h.
76176 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
76178         [BZ #14117]
76179         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
76180         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
76182         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
76183         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
76184         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
76185         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
76186         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
76187         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
76189         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
76190         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
76191         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
76193         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
76194         with __addr.
76195         (insw): Likewise.
76196         (insl): Likewise.
76197         (outsb): Likewise.
76198         (outsw): Likewise.
76199         (outsl): Likewise.
76201         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
76202         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
76203         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
76205         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
76206         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
76207         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
76208         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
76209         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
76210         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
76212         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
76213         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
76215         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
76216         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
76218         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
76219         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
76220         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
76222         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
76223         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
76224         to ...
76225         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
76227         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
76228         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
76229         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
76231         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
76232         for x86-64.
76233         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
76235 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
76237         * math/math.h (M_El): Use two more decimal places.
76238         (M_LOG2El): Likewise.
76239         (M_LOG10El): Likewise.
76240         (M_LN2l): Likewise.
76241         (M_LN10l): Likewise.
76242         (M_PIl): Likewise.
76243         (M_PI_2l): Likewise.
76244         (M_PI_4l): Likewise.
76245         (M_1_PIl): Likewise.
76246         (M_2_PIl): Likewise.
76247         (M_2_SQRTPIl): Likewise.
76248         (M_SQRT2l): Likewise.
76249         (M_SQRT1_2l): Likewise.
76251 2012-05-31  David S. Miller  <davem@davemloft.net>
76253         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
76254         values between float registers.
76255         * sysdeps/sparc/sparc64/memset.S: Likewise.
76256         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
76258 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
76260         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
76261         -D_FORTIFY_SOURCE=1.
76262         (CPPFLAGS-tst-longjmp_chk.c): Define.
76263         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
76264         (CPPFLAGS-tst-longjmp_chk2.c): Define.
76265         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
76266         CFLAGS-tst-wchar-h.c.
76268 2012-05-31  Marek Polacek  <polacek@redhat.com>
76270         [BZ #14132]
76271         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
76272         __endmntent_internal): Remove declaration.
76273         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
76274         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
76275         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
76277 2012-05-30  David S. Miller  <davem@davemloft.net>
76279         * sysdeps/sparc/sparc32/soft-fp/q_util.c
76280         (___Q_simulate_exceptions): Use real FP ops rather than writing
76281         into the %fsr.
76282         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
76283         Likewise.
76285 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
76287         [BZ #14117]
76288         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
76289         * sysdeps/x86/bits/xtitypes.h: This.
76291         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
76292         * sysdeps/x86/bits/wordsize.h: This.
76294         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
76295         * sysdeps/x86/bits/huge_vall.h: This.
76297         * sysdeps/i386/bits/select.h: Removed.
76298         * sysdeps/x86_64/bits/select.h: Renamed to ...
76299         * sysdeps/x86/bits/select.h: This.
76301         * sysdeps/i386/bits/setjmp.h: Removed.
76302         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
76303         * sysdeps/x86/bits/setjmp.h: This.
76305         * sysdeps/i386/bits/mathdef.h: Removed.
76306         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
76307         * sysdeps/x86/bits/mathdef.h: This.
76309 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
76311         [BZ #14132]
76312         * include/sys/socket.h (__connect_internal)
76313         (__libc_sa_len_internal): Remove declaration.
76314         (__connect, __libc_sa_len): Declare hidden_proto.
76315         (SA_LEN): Remove use of INTUSE.
76316         * socket/connect.c: Add libc_hidden_def.
76317         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
76318         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
76319         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
76320         alias.
76321         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
76322         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
76323         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
76324         of adding _internal alias.
76326 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
76328         [BZ #14117]
76329         * sysdeps/i386/bits/link.h: Removed.
76330         * sysdeps/i386/bits/linkmap.h: Likewise.
76331         * sysdeps/x86_64/bits/link.h: Renamed to ...
76332         * sysdeps/x86/bits/link.h: This.
76333         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
76334         * sysdeps/x86/bits/linkmap.h: This.
76336         * sysdeps/i386/bits/endian.h: Removed.
76337         * sysdeps/x86_64/bits/endian.h: Renamed to ...
76338         * sysdeps/x86/bits/endian.h: This.
76340         * sysdeps/i386/bits/byteswap.h: Removed.
76341         * sysdeps/i386/bits/byteswap-16.h: Likewise.
76342         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
76343         * sysdeps/x86/bits/byteswap.h: This.
76344         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
76345         * sysdeps/x86/bits/byteswap-16.h: This.
76346         * sysdeps/i386/Implies: Add x86.
76347         * sysdeps/x86_64/Implies: Likewise.
76349 2012-05-30  David S. Miller  <davem@davemloft.net>
76351         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
76352         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
76353         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
76354         (FP_TRAPPING_EXCEPTIONS): Define.
76355         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
76356         (FP_TRAPPING_EXCEPTIONS): Define.
76357         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
76358         subnormals only when inexact has been signalled or underflow
76359         exceptions are enabled.
76360         (_FP_PACK_CANONICAL): Likewise.
76362 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
76364         [BZ #14183]
76365         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
76366         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
76368 2012-05-30  Richard Henderson  <rth@twiddle.net>
76370         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
76371         with #ifndef NOT_IN_libc.
76373         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
76374         marked to avoid plt entry.
76376 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
76378         [BZ #14112]
76379         * Makeconfig (default-abi): New macro.
76380         (abi-includes): Likewise.
76381         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
76382         $(abi-$(default-abi)-lib-soname) for soname if defined.
76383         ($(common-objpfx)gnu/lib-names.stmp): Generate from
76384         abi-variants.
76385         * Makefile (installed-stubs): Likewise.
76386         * include/stubs-biarch.h: Removed.
76387         * scripts/lib-names.awk: Only handle one library at a time.
76388         * scripts/soversions.awk: Remove WORDSIZE support.
76389         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
76390         entries.
76391         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
76392         Removed.
76393         (syscall-list-default-condition): Likewise.
76394         (syscall-list-default-condition): Likewise.
76395         (syscall-list-includes): Likewise.
76396         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
76397         syscall-list-* with abi-*.  Handle undefined abi-variants.
76398         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
76399         * sysdeps/unix/sysv/linux/i386/Implies: New file.
76400         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
76401         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
76402         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
76403         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
76404         Removed.
76405         (syscall-list-32-options): Likewise.
76406         (syscall-list-32-condition): Likewise.
76407         (syscall-list-64-options): Likewise.
76408         (syscall-list-64-condition): Likewise.
76409         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
76410         macro.
76411         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
76412         Renamed to ...
76413         (abi-*): This.
76414         (abi-64-ld-soname): New macro.
76415         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
76416         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
76417         Renamed to ...
76418         (abi-*): This.
76419         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
76420         * sysdeps/x86_64/x32/shlib-versions: Likewise.
76422 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
76424         * sysdeps/unix/sysv/linux/kernel-features.h
76425         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
76426         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
76427         include <kernel-features.h>.
76428         [!__NR_ftruncate64]: Remove conditional code.
76429         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
76430         [__NR_ftruncate64]: Make code unconditional.
76431         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
76432         * sysdeps/unix/sysv/linux/truncate64.c: Do not
76433         include <kernel-features.h>.
76434         [!__NR_ftruncate64]: Remove conditional code.
76435         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
76436         [__NR_ftruncate64]: Make code unconditional.
76437         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
76438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
76439         include <kernel-features.h>.
76440         [!__NR_ftruncate64]: Remove conditional code.
76441         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
76442         [__NR_ftruncate64]: Make code unconditional.
76443         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
76444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
76445         include <kernel-features.h>.
76446         [!__NR_ftruncate64]: Remove conditional code.
76447         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
76448         [__NR_ftruncate64]: Make code unconditional.
76449         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
76451         * configure.in (libc_cv_fpie): Weaken to a compile test using
76452         LIBC_TRY_CC_OPTION.
76453         * configure: Regenerated.
76455 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
76457         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
76458         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
76459         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
76460         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
76461         Refreshed.
76462         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
76463         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
76464         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
76465         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
76466         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
76467         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
76468         Refreshed.
76470 2012-05-27  David S. Miller  <davem@davemloft.net>
76472         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
76473         (___Q_zero): New.
76474         (__Q_simulate_exceptions): Return void.  Change to simulate
76475         exceptions by writing into the %fsr.
76476         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
76477         (__Qp_handle_exceptions): Likewise.
76478         (numbers): Delete.
76479         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
76480         __Qp_handle_exceptions.
76481         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
76482         __Qp_handle_exceptions.
76483         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
76484         as unused and give dummy FP_RND_NEAREST initializer.
76485         (FP_INHIBIT_RESULTS): Define.
76486         (___Q_simulate_exceptions): Update declaration.
76487         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
76488         formatting.
76489         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
76490         as unused and give dummy FP_RND_NEAREST initializer.
76491         (__Qp_handle_exceptions): Update declaration.
76492         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
76493         formatting.
76495 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
76497         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
76498         the temporary FPU control word.
76499         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
76500         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
76501         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
76502         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
76503         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
76504         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
76505         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
76506         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
76507         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
76508         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
76509         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
76511 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
76513         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
76514         fields.
76516 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
76518         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
76519         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
76520         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
76521         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
76522         Likewise.
76523         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
76524         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
76525         Likewise.
76527 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
76529         * po/h.po: Update from translation team.
76531 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
76533         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
76535         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
76536         handling of denormals.
76537         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
76538         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
76539         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
76540         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
76541         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
76542         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
76543         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
76544         Likewise.
76546 2012-05-26  Marek Polacek  <polacek@redhat.com>
76548         [BZ #14152]
76549         * math/libm-test.inc (fma_test): Don't always expect underflow
76550         exception.
76552 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
76554         [BZ #12416]
76555         * elf/tst-execstack.c: Include stackinfo.h.
76556         (do_test): Adjust test case to ensure that pthread_getattr_np
76557         behaviour remains the same after marking stack executable.
76559 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
76561         * sysdeps/unix/sysv/linux/kernel-features.h
76562         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
76563         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
76564         kernel-features.h.
76565         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
76566         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
76567         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
76568         kernel-features.h.
76569         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
76570         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
76572 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
76574         * configure.in: Define the default includes to being none.
76575         * configure: Regenerated.
76577 2012-05-25  Roland McGrath  <roland@hack.frob.com>
76579         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
76580         * sysdeps/x86_64/setjmp.S: Likewise.
76581         * sysdeps/i386/bsd-setjmp.S: Likewise.
76582         * sysdeps/i386/bsd-_setjmp.S: Likewise.
76583         * sysdeps/i386/setjmp.S: Likewise.
76584         * sysdeps/i386/__longjmp.S: Likewise.
76585         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
76586         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
76588         * include/stap-probe.h: New file.
76589         * configure.in: Handle --enable-systemtap.
76590         * configure: Regenerated.
76591         * config.h.in (USE_STAP_PROBE): New #undef.
76592         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
76593         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
76594         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
76596 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
76598         [BZ #13717]
76599         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
76600         to 2.4.0 where earlier.
76601         * sysdeps/unix/sysv/linux/configure: Regenerated.
76602         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
76603         <kernel-features.h>.
76604         [__ASSUME_32BITUIDS]: Make code unconditional.
76605         [!__ASSUME_32BITUIDS]: Remove conditional code.
76606         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
76607         <kernel-features.h>.
76608         [__ASSUME_32BITUIDS]: Make code unconditional.
76609         [!__ASSUME_32BITUIDS]: Remove conditional code.
76610         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
76611         [__ASSUME_32BITUIDS]: Make code unconditional.
76612         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
76613         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
76614         <kernel-features.h>.
76615         [__ASSUME_32BITUIDS]: Make code unconditional.
76616         [!__ASSUME_32BITUIDS]: Remove conditional code.
76617         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
76618         <kernel-features.h>.
76619         [__ASSUME_32BITUIDS]: Make code unconditional.
76620         [!__ASSUME_32BITUIDS]: Remove conditional code.
76621         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
76622         <kernel-features.h>.
76623         [__ASSUME_32BITUIDS]: Make code unconditional.
76624         [!__ASSUME_32BITUIDS]: Remove conditional code.
76625         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
76626         <kernel-features.h>.
76627         [__ASSUME_32BITUIDS]: Make code unconditional.
76628         [!__ASSUME_32BITUIDS]: Remove conditional code.
76629         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
76630         <kernel-features.h>.
76631         [__ASSUME_32BITUIDS]: Make code unconditional.
76632         [!__ASSUME_32BITUIDS]: Remove conditional code.
76633         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
76634         <kernel-features.h>.
76635         [__ASSUME_32BITUIDS]: Make code unconditional.
76636         [!__ASSUME_32BITUIDS]: Remove conditional code.
76637         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
76638         <kernel-features.h>.
76639         [__ASSUME_32BITUIDS]: Make code unconditional.
76640         [!__ASSUME_32BITUIDS]: Remove conditional code.
76641         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
76642         <kernel-features.h>.
76643         [__ASSUME_32BITUIDS]: Make code unconditional.
76644         [!__ASSUME_32BITUIDS]: Remove conditional code.
76645         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
76646         <kernel-features.h>.
76647         [__ASSUME_32BITUIDS]: Make code unconditional.
76648         [!__ASSUME_32BITUIDS]: Remove conditional code.
76649         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
76650         <kernel-features.h>.
76651         [__ASSUME_32BITUIDS]: Make code unconditional.
76652         [!__ASSUME_32BITUIDS]: Remove conditional code.
76653         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
76654         <kernel-features.h>.
76655         [__NR_setresgid] (__setresgid): Do not declare.
76656         [__ASSUME_32BITUIDS]: Make code unconditional.
76657         [!__ASSUME_32BITUIDS]: Remove conditional code.
76658         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
76659         <kernel-features.h>.
76660         [__NR_setresuid] (__setresuid): Do not declare.
76661         [__ASSUME_32BITUIDS]: Make code unconditional.
76662         [!__ASSUME_32BITUIDS]: Remove conditional code.
76663         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
76664         <kernel-features.h>.
76665         [__ASSUME_32BITUIDS]: Make code unconditional.
76666         [!__ASSUME_32BITUIDS]: Remove conditional code.
76667         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
76668         <kernel-features.h>.
76669         [__ASSUME_32BITUIDS]: Make code unconditional.
76670         [!__ASSUME_32BITUIDS]: Remove conditional code.
76671         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
76672         <kernel-features.h>.
76673         [__ASSUME_32BITUIDS]: Make code unconditional.
76674         [!__ASSUME_32BITUIDS]: Remove conditional code.
76675         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
76676         <kernel-features.h>.
76677         [__ASSUME_32BITUIDS]: Make code unconditional.
76678         [!__ASSUME_32BITUIDS]: Remove conditional code.
76679         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
76680         <kernel-features.h>.
76681         [__ASSUME_32BITUIDS]: Make code unconditional.
76682         [!__ASSUME_32BITUIDS]: Remove conditional code.
76683         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
76684         <kernel-features.h>.
76685         [__ASSUME_32BITUIDS]: Make code unconditional.
76686         [!__ASSUME_32BITUIDS]: Remove conditional code.
76687         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
76688         <kernel-features.h>.
76689         [__ASSUME_32BITUIDS]: Make code unconditional.
76690         [!__ASSUME_32BITUIDS]: Remove conditional code.
76691         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
76692         <kernel-features.h>.
76693         [__ASSUME_32BITUIDS]: Make code unconditional.
76694         [!__ASSUME_32BITUIDS]: Remove conditional code.
76695         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
76696         <kernel-features.h>.
76697         [__ASSUME_32BITUIDS]: Make code unconditional.
76698         [!__ASSUME_32BITUIDS]: Remove conditional code.
76699         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
76700         <kernel-features.h>.
76701         [__ASSUME_32BITUIDS]: Make code unconditional.
76702         [!__ASSUME_32BITUIDS]: Remove conditional code.
76703         * sysdeps/unix/sysv/linux/kernel-features.h
76704         (__ASSUME_SETRESUID_SYSCALL): Remove.
76705         (__ASSUME_SETRESGID_SYSCALL): Likewise.
76706         (__ASSUME_32BITUIDS): Likewise.
76707         (__ASSUME_LDT_WORKS): Likewise.
76708         (__ASSUME_O_DIRECTORY): Likewise.
76709         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
76710         architecture but not kernel version.
76711         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
76712         (__ASSUME_MMAP2_SYSCALL): Likewise.
76713         (__ASSUME_STAT64_SYSCALL): Likewise.
76714         (__ASSUME_IPC64): Likewise.
76715         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
76716         <kernel-features.h>.
76717         [__ASSUME_32BITUIDS]: Make code unconditional.
76718         [!__ASSUME_32BITUIDS]: Remove conditional code.
76719         * sysdeps/unix/sysv/linux/opendir.c: Do not include
76720         <kernel-features.h>.
76721         [__ASSUME_O_DIRECTORY]: Make code unconditional.
76722         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
76723         132096]: Remove conditional code.
76724         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
76725         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
76726         <kernel-features.h>.
76727         [__ASSUME_32BITUIDS]: Make code unconditional.
76728         [!__ASSUME_32BITUIDS]: Remove conditional code.
76729         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
76730         <kernel-features.h>.
76731         [__ASSUME_32BITUIDS]: Make code unconditional.
76732         [!__ASSUME_32BITUIDS]: Remove conditional code.
76733         * sysdeps/unix/sysv/linux/setegid.c: Do not include
76734         <kernel-features.h>.
76735         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
76736         unconditional.
76737         (__setresgid): Do not declare.
76738         [__ASSUME_32BITUIDS]: Make code unconditional.
76739         [!__ASSUME_32BITUIDS]: Remove conditional code.
76740         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
76741         <kernel-features.h>.
76742         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
76743         unconditional.
76744         (__setresuid): Do not declare.
76745         [__ASSUME_32BITUIDS]: Make code unconditional.
76746         [!__ASSUME_32BITUIDS]: Remove conditional code.
76747         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
76748         <kernel-features.h>.
76749         [__ASSUME_32BITUIDS]: Make code unconditional.
76750         [!__ASSUME_32BITUIDS]: Remove conditional code.
76751         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
76752         <kernel-features.h>.
76753         [__ASSUME_32BITUIDS]: Make code unconditional.
76754         [!__ASSUME_32BITUIDS]: Remove conditional code.
76756 2012-05-25  Richard Henderson  <rth@twiddle.net>
76758         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
76759         dl_hwcap to ifunc resolver.
76760         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
76761         elf_ifunc_invoke.
76762         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
76763         dl_hwcap to ifunc resolver.
76764         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
76766 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
76768         [BZ #14153]
76769         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
76770         for |x| <= 2**-26, not 2**-57.
76771         * math/libm-test.inc (acos_test): Do not allow spurious underflow
76772         exception.
76774 2012-05-24  Jeff Law  <law@redhat.com>
76776         * stdio-common/Makefile (tests): Add bug25.
76777         * stdio-common/bug25.c: New test.
76779 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
76781         [BZ #13576]
76782         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
76783         multiple of MALLOC_ALIGNMENT in size.
76784         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
76786 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
76788         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
76789         Require >= 256.
76790         (FILENAME_MAX): Use macro-int-constant.
76791         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
76792         (_IOFBF): Use macro-int-constant.
76793         (_IOLBF): Likewise.
76794         (_IONBF): Likewise.
76795         (SEEK_CUR): Likewise.
76796         (SEEK_END): Likewise.
76797         (SEEK_SET): Likewise.
76798         (TMP_MAX): Likewise.
76799         (EOF): Use macro-int-constant.  Require < 0.
76800         (NULL): Use macro-constant.  Require == 0.
76801         (stdin): Require type to be FILE *.
76802         (stdout): Likewise.
76803         (stderr): Likewise.
76804         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
76805         macro-int-constant.
76806         (EXIT_SUCCESS): Likewise.
76807         (NULL): Use macro-constant.  Require == 0.
76808         (RAND_MAX): Use macro-int-constant.
76809         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
76810         [C99-based standards] (strtof): Require function.
76811         [C99-based standards] (strtold): Likewise.
76812         [C99-based standards] (strtoll): Likewise.
76813         [C99-based standards] (strtoull): Likewise.
76814         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
76815         [ISO || ISO99 || ISO11] (limits.h): Likewise.
76816         [ISO || ISO99 || ISO11] (math.h): Likewise.
76817         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
76818         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
76819         [ISO || ISO99 || ISO11] (*_t): Do not allow.
76821 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
76823         [BZ #14132]
76824         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
76825         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
76826         * intl/dgettext.c (DCGETTEXT): Likewise.
76827         * intl/gettext.c (DCGETTEXT): Likewise.
76828         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
76829         * posix/regex_internal.h (gettext): Likewise.
76830         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
76831         Remove declaration.
76832         * include/argz.h (__argz_count_internal)
76833         (__argz_stringify_internal): Remove declaration.
76834         (__argz_count, __argz_stringify): Declare hidden proto.
76835         * intl/dcgettext.c: Remove use of INTDEF.
76836         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
76837         * string/argz-stringify.c: Likewise.
76838         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
76839         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
76840         Declare hidden proto.
76841         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
76842         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
76843         Declare hidden proto.
76844         * include/stdio.h (__asprintf_internal): Don't declare.
76845         (__asprintf): Don't define as macro.  Declare hidden proto.
76846         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
76847         (__fsetlocking): Declare hidden proto.
76848         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
76849         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
76850         hidden proto.
76851         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
76852         (_IO_setlinebuf): Remove use of INTUSE.
76853         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
76854         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
76855         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
76856         Remove declaration.
76857         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
76858         (_IO_do_flush): Remove use of INTUSE.
76859         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
76860         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
76861         (_IO_adjust_column, _IO_least_wmarker)
76862         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
76863         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
76864         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
76865         (_IO_default_doallocate, _IO_wdefault_doallocate)
76866         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
76867         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
76868         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
76869         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
76870         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
76871         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
76872         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
76873         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
76874         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
76875         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
76876         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
76877         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
76878         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
76879         proto.
76880         (_IO_flush_all_internal, _IO_adjust_column_internal)
76881         (_IO_default_uflow_internal, _IO_default_finish_internal)
76882         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
76883         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
76884         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
76885         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
76886         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
76887         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
76888         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
76889         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
76890         (_IO_file_close_internal, _IO_file_close_it_internal)
76891         (_IO_file_underflow_internal, _IO_file_overflow_internal)
76892         (_IO_file_init_internal, _IO_file_attach_internal)
76893         (_IO_file_fopen_internal, _IO_file_read_internal)
76894         (_IO_file_sync_internal, _IO_file_seek_internal)
76895         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
76896         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
76897         (_IO_str_underflow_internal, _IO_str_overflow_internal)
76898         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
76899         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
76900         (_IO_list_all_internal, _IO_link_in_internal)
76901         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
76902         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
76903         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
76904         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
76905         (_IO_do_write_internal, _IO_padn_internal)
76906         (_IO_getline_info_internal, _IO_getline_internal)
76907         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
76908         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
76909         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
76910         (_IO_vfscanf_internal, _IO_vfprintf_internal)
76911         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
76912         (_IO_init_internal, _IO_un_link_internal): Don't declare.
76913         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
76914         with libc_hidden_ver, remove use of INTUSE.
76915         * libio/genops.c: Likewise.
76916         * libio/freopen.c: Likewise.
76917         * libio/freopen64.c: Likewise.
76918         * libio/iofclose.c: Likewise.
76919         * libio/iofdopen.c: Likewise.
76920         * libio/iofflush.c: Likewise.
76921         * libio/iofflush_u.c: Likewise.
76922         * libio/iofgets.c: Likewise.
76923         * libio/iofgets_u.c: Likewise.
76924         * libio/iofopen.c: Likewise.
76925         * libio/iofopncook.c: Likewise.
76926         * libio/iofread.c: Likewise.
76927         * libio/iofread_u.c: Likewise.
76928         * libio/ioftell.c: Likewise.
76929         * libio/iofwrite.c: Likewise.
76930         * libio/iogetline.c: Likewise.
76931         * libio/iogets.c: Likewise.
76932         * libio/iogetwline.c: Likewise.
76933         * libio/iopadn.c: Likewise.
76934         * libio/iopopen.c: Likewise.
76935         * libio/ioseekoff.c: Likewise.
76936         * libio/ioseekpos.c: Likewise.
76937         * libio/iosetbuffer.c: Likewise.
76938         * libio/iosetvbuf.c: Likewise.
76939         * libio/ioungetc.c: Likewise.
76940         * libio/ioungetwc.c: Likewise.
76941         * libio/iovdprintf.c: Likewise.
76942         * libio/iovsprintf.c: Likewise.
76943         * libio/iovsscanf.c: Likewise.
76944         * libio/memstream.c: Likewise.
76945         * libio/obprintf.c: Likewise.
76946         * libio/oldfileops.c: Likewise.
76947         * libio/oldiofclose.c: Likewise.
76948         * libio/oldiofdopen.c: Likewise.
76949         * libio/oldiofopen.c: Likewise.
76950         * libio/oldiopopen.c: Likewise.
76951         * libio/oldstdfiles.c: Likewise.
76952         * libio/putc.c: Likewise.
76953         * libio/setbuf.c: Likewise.
76954         * libio/setlinebuf.c: Likewise.
76955         * libio/stdfiles.c: Likewise.
76956         * libio/strops.c: Likewise.
76957         * libio/vasprintf.c: Likewise.
76958         * libio/vscanf.c: Likewise.
76959         * libio/vsnprintf.c: Likewise.
76960         * libio/vswprintf.c: Likewise.
76961         * libio/wfiledoalloc.c: Likewise.
76962         * libio/wfileops.c: Likewise.
76963         * libio/wgenops.c: Likewise.
76964         * libio/wmemstream.c: Likewise.
76965         * libio/wstrops.c: Likewise.
76966         * libio/__fpurge.c: Likewise.
76967         * libio/__fsetlocking.c: Likewise.
76968         * assert/assert.c: Likewise.
76969         * debug/fgets_chk.c: Likewise.
76970         * debug/fgets_u_chk.c: Likewise.
76971         * debug/fread_chk.c: Likewise.
76972         * debug/fread_u_chk.c: Likewise.
76973         * debug/gets_chk.c: Likewise.
76974         * debug/obprintf_chk.c: Likewise.
76975         * debug/vasprintf_chk.c: Likewise.
76976         * debug/vdprintf_chk.c: Likewise.
76977         * debug/vsnprintf_chk.c: Likewise.
76978         * debug/vsprintf_chk.c: Likewise.
76979         * malloc/mtrace.c: Likewise.
76980         * misc/error.c: Likewise.
76981         * misc/syslog.c: Likewise.
76982         * stdio-common/asprintf.c: Likewise.
76983         * stdio-common/fxprintf.c: Likewise.
76984         * stdio-common/getw.c: Likewise.
76985         * stdio-common/isoc99_fscanf.c: Likewise.
76986         * stdio-common/isoc99_scanf.c: Likewise.
76987         * stdio-common/isoc99_vfscanf.c: Likewise.
76988         * stdio-common/isoc99_vscanf.c: Likewise.
76989         * stdio-common/isoc99_vsscanf.c: Likewise.
76990         * stdio-common/printf-prs.c: Likewise.
76991         * stdio-common/printf_fp.c: Likewise.
76992         * stdio-common/printf_fphex.c: Likewise.
76993         * stdio-common/printf_size.c: Likewise.
76994         * stdio-common/putw.c: Likewise.
76995         * stdio-common/scanf.c: Likewise.
76996         * stdio-common/sprintf.c: Likewise.
76997         * stdio-common/tmpfile.c: Likewise.
76998         * stdio-common/vfprintf.c: Likewise.
76999         * stdio-common/vfscanf.c: Likewise.
77000         * stdlib/strfmon_l.c: Likewise.
77001         * sunrpc/openchild.c: Likewise.
77002         * sunrpc/xdr_stdio.c: Likewise.
77003         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
77004         * sysdeps/mach/hurd/tmpfile.c: Likewise.
77006 2012-05-24  Roland McGrath  <roland@hack.frob.com>
77008         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
77010         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
77011         in the third column, to generate for the shared library an IFUNC
77012         that uses _dl_vdso_vsym.
77013         * Makerules (COMPILE.c, compile-stdin.c): New variables.
77014         * Makeconfig (object-suffixes-noshared): New variable.
77016         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
77017         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
77018         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
77019         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
77021         [BZ #14132]
77022         * include/sys/time.h (__gettimeofday): Remove macro.
77023         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
77024         * time/gettimeofday.c (__gettimeofday): Remove #undef.
77025         Remove INTDEF.
77026         (__gettimeofday): Add libc_hidden_def.
77027         (gettimeofday): Add libc_hidden_weak.
77028         * sysdeps/mach/gettimeofday.c: Likewise.
77029         * sysdeps/posix/gettimeofday.c: Likewise.
77030         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
77031         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
77032         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
77033         (__gettimeofday_internal): Remove strong_alias.
77034         (__gettimeofday): Add libc_hidden_def.
77035         (gettimeofday): Add libc_hidden_weak.
77036         * sysdeps/unix/syscalls.list (gettimeofday):
77037         Remove __gettimeofday_internal alias.
77039 2012-05-24  Daniel Jacobowitz  <drow@false.org>
77040             H.J. Lu  <hongjiu.lu@intel.com>
77042         [BZ #12495]
77043         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
77044         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
77045         (largebin_index_32_big): New.
77046         (largebin_index): Use it for 16-byte alignment.
77047         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
77048         correction with front_misalign.
77050 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
77052         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
77053         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
77054         Likewise.
77055         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
77056         Likewise.
77057         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
77058         Likewise.
77059         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
77060         Likewise.
77061         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
77062         Likewise.
77063         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
77064         Likewise.
77065         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
77066         Likewise.
77067         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
77068         Likewise.
77069         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
77070         Likewise.
77071         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
77072         Likewise.
77073         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
77074         Likewise.
77075         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
77076         Likewise.
77078         * scripts/data/c++-types-x32-linux-gnu.data: New file.
77079         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
77081 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
77083         [BZ #10846]
77084         [BZ #14036]
77085         * math/libm-test.inc (exp_test): Add test from bug 14036.
77086         (pow_test): Add test from bug 10846.
77088         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
77089         and other flags.
77090         (special_function): Do not include flags in test name.
77091         (parse_args): Likewise.
77092         * sysdeps/i386/fpu/libm-test-ulps: Update.
77093         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
77094         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
77095         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
77096         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
77098         * math/gen-libm-test.pl (%beautify): Add entries for underflow
77099         exceptions.
77100         * math/libm-test.inc ("Philosophy"): Update comment about
77101         exception testing.
77102         (UNDERFLOW_EXCEPTION): New macro.
77103         (UNDERFLOW_EXCEPTION_OK): Likewise.
77104         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
77105         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
77106         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
77107         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
77108         (INVALID_EXCEPTION_OK): Update value.
77109         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
77110         (OVERFLOW_EXCEPTION_OK): Likewise.
77111         (IGNORE_ZERO_INF_SIGN): Likewise.
77112         (test_exceptions): Handle underflow exceptions.
77113         (acos_test): Update for underflow exception expectations.
77114         (cexp_test): Likewise.
77115         (clog_test): Likewise.
77116         (clog10_test): Likewise.
77117         (csqrt_test): Likewise.
77118         (ctan_test): Likewise.
77119         (ctanh_test): Likewise.
77120         (exp_test): Likewise.
77121         (exp10_test): Likewise.
77122         (exp2_test): Likewise.
77123         (expm1_test): Likewise.
77124         (fma_test): Likewise.
77125         (j0_test): Likewise.
77126         (jn_test): Likewise.
77127         (nexttoward_test): Likewise.
77128         (pow_test): Likewise.
77129         (scalbn_test): Likewise.
77130         (scalbln_test): Likewise.
77131         (tan_test): Likewise.
77132         (y1_test): Likewise.
77133         * sysdeps/i386/fpu/libm-test-ulps: Update.
77134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
77136 2012-05-23  David S. Miller  <davem@davemloft.net>
77138         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
77139         (__libc_sigaction): Remove unused local variables.
77141 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
77143         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
77145 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
77147         mktime: avoid signed integer overflow
77148         * time/mktime.c (__mktime_internal): Do not mishandle the case
77149         where diff == INT_MIN.
77151         mktime: simplify computation of average
77152         * time/mktime.c (ranged_convert): Use new time_t_avg function
77153         instead of rolling our own (probably-slower) code.
77155         mktime: do not assume signed right shift propagates sign bit
77156         * time/mktime.c (isdst_differ): New static function.
77157         (__mktime_internal): No need to normalize tm_isdst now.
77158         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
77159         tm_isdst values.
77161         mktime: merge another wrapv change from gnulib
77162         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
77163         from some compilers.
77165         mktime: remove incorrect attempt at unusual arithmetics
77166         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
77167         The code didn't really work on such machines anyway.
77168         (TYPE_MINIMUM): Assume two's complement.
77169         (twos_complement_arithmetic): Verify that long_int and time_t
77170         are two's complement (or unsigned, in the latter case).
77172         mktime: check signed shifts on long_int and time_t, too
77173         * time/mktime.c (SHR): Check that shifts work as desired
77174         on the types long_int and time_t too, as SHR is used on
77175         such types.
77177         mktime: do not assume 'long' is wide enough
77178         * time/mktime.c (verify): Move decl up.
77179         (long_int): New type.
77180         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
77181         to remove assumption in the code that 'long' is wide enough to
77182         store year values.  This assumption is not true on x32 and on
77183         some non-glibc platforms.
77185         mktime: merge wrapv change from gnulib
77186         * time/mktime.c (WRAPV): New macro.
77187         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
77188         (guess_time_tm, __mktime_internal): Do not assume that signed
77189         integer overflow wraps around; modern compilers generate code
77190         where this assumption is no longer valid.
77192 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
77194         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
77195         Replace "jmp L(pseudo_end)" with "ret".
77196         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
77197         Likewise.
77199 2012-05-23  Andreas Jaeger  <aj@suse.de>
77201         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
77202         * sysdeps/unix/sysv/linux/poll.c: Remove file.
77204 2012-05-23  Andreas Jaeger  <aj@suse.de>
77205             Maximilian Attems  <max@stro.at>
77207         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
77208         New macros.
77210 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
77212         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
77213         code so that pseudo_end is just ret and the stack pointer is
77214         correct also for static library in error case.
77216 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
77218         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
77219         move to syscalls.list.
77220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
77221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
77222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
77223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
77225         * manual/install.texi (Running make install): Do not mention Linux
77226         kernel version for which pt_chown is not needed.
77227         (Linux): Do not mention problems with nscd with 2.0 kernels.
77228         * INSTALL: Regenerated.
77230 2012-05-23  Andreas Jaeger  <aj@suse.de>
77232         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
77233         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
77234         macro.
77235         * sysdeps/unix/sysv/linux/s390/bits/mman.h
77236         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
77237         * sysdeps/unix/sysv/linux/sh/bits/mman.h
77238         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
77239         * sysdeps/unix/sysv/linux/i386/bits/mman.h
77240         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
77241         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
77242         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
77243         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
77244         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
77245         * sysdeps/unix/sysv/linux/bits/in.h
77246         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
77248 2012-05-22  Roland McGrath  <roland@hack.frob.com>
77250         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
77251         (PREPARE_VERSION): Just use assert instead, it will be elided
77252         under [NDEBUG] anyway.
77254 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
77256         * sysdeps/unix/sysv/linux/Makefile: Include
77257         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
77258         (sysdep_routines): Remove sysctl.
77259         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
77260         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
77261         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
77262         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
77263         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
77265 2012-05-22  Andreas Jaeger  <aj@suse.de>
77267         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
77268         that pseudo_end is just ret and the stack pointer is correct also
77269         for static library in error case.
77271 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
77273         [BZ #14122]
77274         * nss/nsswitch.c (defconfig_entries): New variable.
77275         (__nss_database_lookup): Don't leak defconfig entries.
77276         (nss_parse_service_list): Don't leak on error paths.
77277         (free_database_entries): New function.
77278         (free_defconfig): New function.
77279         (free_mem): Move common code to free_database_entries.
77281 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
77283         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
77284         Add arch_prctl.
77285         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
77287         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
77288         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
77289         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
77290         New macro.
77291         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
77292         (INTERNAL_SYSCALL_TYPES): Likewise.
77293         (LOAD_ARGS_TYPES_[1-6]): Likewise.
77294         (LOAD_REGS_TYPES_[1-6]): Likewise.
77295         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
77296         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
77298 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
77300         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
77301         copysignl for GLIBC_2_0.
77302         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
77303         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
77304         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
77305         logbl for GLIBC_2_0.
77306         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
77307         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
77309 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
77311         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
77312         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
77314         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
77315         Use "neg %eax".
77317         * time/mktime.c: Update copyright years.
77319 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
77321         mktime: merge comment-quoting-style change from gnulib
77322         * time/mktime.c: Quote 'like this' in comments.
77323         The GNU coding standards suggest that we no longer quote `like this',
77324         as "`" and "'" are typically rendered asymmetrically nowadays.
77325         The typical gnulib style is to quote 'like this' when quoting
77326         code, and "like this" when quoting English.
77328         * time/mktime.c (compile-command): Add "-I.".
77330         mktime: merge mktime-internal.h change from gnulib
77331         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
77333         mktime: merge time_r change from gnulib
77334         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
77336         mktime: merge DEBUG change from gnulib
77337         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
77338         case system <time.h> has a #define.
77340         mktime: merge <sys/types.h> change from gnulib
77341         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
77342         since <time.t> is now guaranteed to define time_t.
77344         mktime: merge HAVE_CONFIG_H change from gnulib
77345         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
77347 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
77349         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
77350         Use "neg %eax".
77352         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
77353         __rlim_t cast.
77354         (struct rusage): Use anonymous union to pad each field to
77355         __syscall_slong_t.
77357 2012-05-21  David S. Miller  <davem@davemloft.net>
77359         * Makefules (o-iterator): Remove .s cases.
77360         (compile-command.s): Delete.
77361         (COMPILE.s): Delete.
77362         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
77364 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
77366         * configure.in (libc_cv_predef_stack_protector): Only consider
77367         "foobar" and "__stack_chk_fail" lines in libc_undefs.
77368         * configure: Regenerated.
77370 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
77372         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
77373         New macro.  Use R*LP on int and pointer.
77374         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
77375         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
77376         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
77377         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
77379         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
77380         [__WORDSIZE_TIME64_COMPAT32] instead of
77381         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
77382         (struct utmp): Likewise.
77383         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
77384         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
77385         Renamed to ...
77386         (__WORDSIZE_TIME64_COMPAT32): This.
77387         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
77388         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
77389         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
77390         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
77391         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
77392         (__WORDSIZE_TIME64_COMPAT32): New macro.
77394 2012-05-21  Andreas Jaeger  <aj@suse.de>
77396         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
77397         only if [SHARED]. Add prototype for __wcschr_ia32.
77399 2012-05-21  Roland McGrath  <roland@hack.frob.com>
77401         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
77402         of %rbp unmolested in the jmp_buf while mangling the low bits.
77403         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
77404         unmolested high bits of %rbp while demangling the low bits.
77405         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
77407 2012-05-21  Andreas Jaeger  <aj@suse.de>
77409         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
77410         * sunrpc/svc_simple.c: Use it for registerrpc.
77411         * sunrpc/xcrypt.c: Use it for passwd2des.
77413         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
77415 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
77417         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
77418         Don't define if [__SYSCALL_WORDSIZE != 32].
77419         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
77420         New macro.
77422 2012-05-21  Bruno Haible  <bruno@clisp.org>
77423             Andreas Jaeger  <aj@suse.de>
77425         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
77426         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
77427         inptr and inend for must_buffer_ch.
77428         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
77429         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
77430         * stdio-common/Makefile (tests): Remove bug15.
77431         (bug15-ENV): Remove macro.
77432         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
77433         anymore.
77435 2012-05-19  Andreas Jaeger  <aj@suse.de>
77436             Roland McGrath  <roland@hack.frob.com>
77438         * manual/contrib.texi: Completely rewritten. It contains now an
77439         alphabetical list of contributors and their contributions.
77441 2012-05-21  Richard Henderson  <rth@twiddle.net>
77443         * misc/getauxval.c (__getauxval): Use unsigned long int.
77444         * misc/sys/auxv.h: Include <sys/cdefs.h>.
77445         (getauxval): Use unsigned long int.
77447 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
77449         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
77451 2012-05-21  Roland McGrath  <roland@hack.frob.com>
77453         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
77454         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
77455         __alignof__ (long double).
77457 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
77459         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
77461 2012-05-20  Richard Henderson  <rth@twiddle.net>
77463         * misc/getauxval.c: New file.
77464         * misc/sys/auxv.h: New file.
77465         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
77466         (routines): Add getauxval.
77467         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
77468         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
77469         * elf/dl-sysdep.c (_dl_auxv): Remove.
77470         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
77471         * elf/dl-support.c (_dl_auxv): New variable.
77472         (_dl_aux_init): Initialize it.
77473         * manual/startup.texi (Auxiliary Vector): New node.
77474         * sysdeps/generic/bits/hwcap.h: New file.
77475         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
77476         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
77477         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
77478         * sysdeps/sparc/sysdep.h: ... here.  Include it.
77479         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
77480         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
77481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
77482         Update.
77483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
77484         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
77485         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
77486         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
77487         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
77488         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
77489         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
77490         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
77492 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
77494         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
77496 2012-05-19  David S. Miller  <davem@davemloft.net>
77498         * sysdeps/sparc/fpu/libm-test-ulps: Update.
77500 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
77502         [BZ #14123]
77503         * math/s_ccosh.c: Include <float.h>
77504         (__ccosh): Avoid internal overflow calculating sinh and cosh
77505         values before multiplying by sin and cos values.
77506         * math/s_ccoshf.c: Likewise.
77507         * math/s_ccoshl.c: Likewise.
77508         * math/s_csin.c: Likewise.
77509         * math/s_csinf.c: Likewise.
77510         * math/s_csinl.c: Likewise.
77511         * math/s_csinh.c: Likewise.
77512         * math/s_csinhf.c: Likewise.
77513         * math/s_csinhl.c: Likewise.
77514         * math/libm-test.inc (ccos_test): Add more tests.
77515         (ccosh_test): Likewise.
77516         (csin_test): Likewise.
77517         (csinh_test): Likewise.
77518         * sysdeps/i386/fpu/libm-test-ulps: Update.
77519         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
77521 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
77523         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
77524         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
77526         * sysdeps/x86_64/x32/_itoa.h: Add comment.
77528 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
77530         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
77531         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
77532         * sysdeps/powerpc/soft-fp/Versions: Likewise.
77533         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
77534         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
77535         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
77536         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
77537         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
77538         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
77539         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
77540         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
77541         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
77542         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
77543         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
77544         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
77545         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
77546         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
77547         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
77548         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
77549         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
77550         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
77551         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
77552         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
77553         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
77554         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
77555         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
77556         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
77557         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
77558         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
77559         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
77560         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
77562 2012-05-18  Andreas Jaeger  <aj@suse.de>
77564         * csu/.gitignore: Delete.
77566 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
77568         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
77569         (timex): Use __syscall_slong_t.
77571 2012-05-18  Andreas Jaeger  <aj@suse.de>
77572             Carlos O'Donell  <carlos_odonell@mentor.com>
77574         * manual/install.texi (Configuring and compiling): Update
77575         description about files modified in the source directory.
77576         * INSTALL: Regenerated.
77578 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
77580         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
77581         value.  Use "or" to set return value to -1.
77582         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
77583         negate return value.
77585 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
77587         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
77588         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
77589         failure if the compiler has Graphite support disabled.
77590         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
77591         Likewise.
77592         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
77593         (CFLAGS-memmove.c): Likewise.
77594         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
77595         Likewise.
77597 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
77599         * sysdeps/x86_64/x32/_itoa.h: New file.
77601         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
77602         getdents system call only if kernel and user dirents have the
77603         same d_ino and d_off.
77605         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
77606         LLONG_MAX != LONG_MAX.
77607         (_itoa_word): Use _ITOA_WORD_TYPE on value.
77608         (_fitoa_word): Likewise.
77610         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
77611         years.
77612         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
77613         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
77614         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
77616         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
77617         include <bits/wordsize.h>.  Check __x86_64__ instead of
77618         __WORDSIZE.
77619         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
77620         if __x86_64__ is defined.  Use anonymous union on fpstate.
77622         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
77623         anonymous union.
77625 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
77627         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
77628         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
77629         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
77630         Refer to _rtld_local_ro instead of _rtld_global_ro.
77631         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
77632         Likewise.
77633         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
77634         Likewise.
77635         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
77636         Likewise.
77637         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
77638         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
77639         of _rtld_global, and rtld_progname instead of _dl_argv[0].
77641         [BZ #10882]
77642         * sysdeps/powerpc/powerpc32/dl-machine.c
77643         (__elf_machine_runtime_setup) [PROF]: Don't reference
77644         _dl_prof_resolve.
77646 2012-05-18  Andreas Jaeger  <aj@suse.de>
77648         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
77649         function only available for GCCs before 3.4 since GCC 3.4
77650         introduced a builtin.
77651         (lrint): Likewise.
77652         (llrintf): Likewise.
77653         (llrint): Likewise.
77654         (fmaxf): Likewise.
77655         (fmax): Likewise.
77656         (fminf): Likewise.
77657         (fmin): Likewise.
77658         (rint): Likewise.
77659         (rintf): Likewise.
77660         (nearbyint): Likewise.
77661         (nearbyintf): Likewise.
77662         (ceil): Likewise.
77663         (ceilf): Likewise.
77664         (floor): Likewise.
77665         (floorf): Likewise.
77667 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
77669         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
77670         on both fields and cast pointer to __syscall_ulong_t.
77672         * bits/types.h (__fsword_t): New type.
77673         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
77674         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
77675         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
77676         (__FSWORD_T_TYPE): Likewise.
77677         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
77678         (__FSWORD_T_TYPE): Likewise.
77679         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
77680         (__FSWORD_T_TYPE): Likewise.
77681         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
77682         (__FSWORD_T_TYPE): Likewise.
77683         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
77684         __SWORD_TYPE with __fsword_t.
77685         (statfs64): Likewise.
77687 2012-05-17  David S. Miller  <davem@davemloft.net>
77689         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
77691 2012-05-17  Andreas Jaeger  <aj@suse.de>
77693         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
77694         warning.
77696 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
77698         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
77700 2012-05-17  Andreas Jaeger  <aj@suse.de>
77702         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
77703         when it is used.
77705 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
77707         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
77709 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
77711         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
77712         * sysdeps/x86_64/tst-mallocalign1.c: New file.
77714 2012-05-17  Andreas Jaeger  <aj@suse.de>
77715             Carlos O'Donell  <carlos_odonell@mentor.com>
77717         [BZ #14059]
77718         * sysdeps/x86_64/multiarch/init-arch.h
77719         (bit_YMM_Usable): Rename to...
77720         (bit_AVX_Usable): ... this.
77721         (bit_FMA4_Usable): New macro.
77722         (bit_XMM_state): New macro.
77723         (bit_YMM_state): New macro.
77724         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
77725         [__ASSEMBLER__] (index_AVX_Usable): ... this.
77726         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
77727         (CPUID_OSXSAVE): New macro.
77728         (CPUID_AVX): New macro.
77729         (CPUID_FMA4): New macro.
77730         (index_YMM_Usable): Rename to...
77731         (index_AVX_Usable): ... this.
77732         (HAS_AVX): Use HAS_ARCH_FEATURE.
77733         (HAS_FMA4): Likewise.
77734         (HAS_YMM_USABLE): Remove.
77735         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
77736         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
77737         are present.
77738         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
77739         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
77740         * sysdeps/x86_64/multiarch/Makefile: Likewise.
77741         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
77742         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
77744 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
77746         * math/libm-test.c: Support platforms without multiple rounding modes.
77747         * math/bug-nextafter.c: Support platforms without FP exceptions.
77748         * math/bug-nexttoward.c: Likewise.
77749         * math/test-fenv.c: Likewise.
77750         * math/test-misc.c: Likewise.
77751         * stdlib/bug-getcontext.c: Likewise.
77753 2012-05-17  Andreas Jaeger  <aj@suse.de>
77755         * manual/examples/search.c (critter_cmp): Change signature to
77756         avoid warnings.
77757         * manual/string.texi (Collation Functions): Likewise.
77759 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
77761         * bits/types.h: Fold copyright years.
77762         * bits/typesizes.h: Likewise.
77763         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
77764         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
77765         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
77766         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
77767         * time/time.h: Likewise.
77769 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
77771         [BZ #208]
77772         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
77773         in instead of returning them.  Return void.
77774         (__libc_mallinfo): Accumulate over all arenas.
77775         (__malloc_stats): Adjust for change in int_mallinfo interface.
77777 2012-05-16  Roland McGrath  <roland@hack.frob.com>
77779         [BZ #10375]
77780         * configure.in (NM): Add AC_CHECK_TOOL for it.
77781         (libc_extra_cflags): New substituted variable.
77782         Check for -fstack-protector being used implicitly.
77783         * configure: Regenerated.
77784         * config.make.in (config-extra-cflags): New variable,
77785         gets @libc_extra_cflags@.
77786         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
77788         [BZ #10375]
77789         * configure.in: Check for _FORTIFY_SOURCE being predefined.
77790         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
77791         * configure: Regenerated.
77792         * config.make.in (CPPUNDEFS): New substituted variable.
77793         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
77794         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
77795         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
77797 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
77799         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
77800         (mq_attr): Use __syscall_slong_t.
77802 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
77804         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
77805         Check __x86_64__ instead of __WORDSIZE.
77806         (_STAT_VER_LINUX): Likewise.
77807         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
77808         __syscall_ulong_t and __syscall_slong_t.
77809         (stat64): Likewise.
77811 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
77813         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
77815 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
77817         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
77819 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
77821         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
77822         __syscall_ulong_t.
77824         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
77825         include <bits/wordsize.h>.  Check __x86_64__ instead of
77826         __WORDSIZE.
77827         (greg_t): Use "__extension__ long long int" if __x86_64__ is
77828         defined.
77829         (mcontext_t): Replace "unsigned long" with "unsigned long long".
77831         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
77832         include <bits/wordsize.h>.  Check __x86_64__ instead of
77833         __WORDSIZE.
77834         (user_regs_struct): Use "__extension__ unsigned long long"
77835         instead of "unsigned long" if __x86_64__ is defined.
77836         (user): Likewise.  Pad after pointer field if __ILP32__ is
77837         defined.
77839 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
77841         * configure.in (makeinfo): Require version 4.5 or later.  Allow
77842         versions 5 to 9.
77843         * configure: Regenerated.
77844         * manual/install.texi (texinfo): Increase version requirement to
77845         4.5 or later.
77846         * INSTALL: Regenerated.
77848         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
77850 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
77852         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
77854         * sysdeps/x86_64/x32/ffs.c: New file.
77856         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
77857         __syscall_ulong_t.
77858         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
77859         defined.  Use __syscall_ulong_t.
77860         (shminfo): Use __syscall_ulong_t.
77861         (shm_info): Likewise.
77863         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
77864         __syscall_ulong_t.
77866         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
77867         <bits/wordsize.h>.
77868         (msgqnum_t): Use __syscall_ulong_t.
77869         (msglen_t): Likewise.
77870         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
77871         __syscall_ulong_t.
77873         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
77874         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
77876         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
77878         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
77879         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
77881         * sysvipc/sys/msg.h (msgbuf): Replace long int with
77882         __syscall_slong_t.
77884         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
77885         include <bits/wordsize.h>.  Check __x86_64__ instead of
77886         __WORDSIZE.
77888         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
77889         "unsigned long long int" if __x86_64__ is defined.
77890         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
77892         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
77893         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
77894         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
77896         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
77897         <stdint.h>.
77898         (GET_PC): Cast to uintptr_t first.
77899         (GET_FRAME): Likewise.
77900         (GET_STACK): Likewise.
77902         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
77903         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
77904         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
77905         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
77906         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
77907         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
77908         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
77909         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
77910         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
77911         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
77912         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
77913         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
77914         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
77915         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
77916         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
77917         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
77918         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
77919         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
77920         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
77921         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
77922         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
77923         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
77924         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
77925         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
77926         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
77927         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
77928         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
77929         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
77930         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
77932 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
77934         * Makerules (+depfiles): Also collect depfiles from .oS in
77935         $(extra-objs).
77936         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
77937         .oS, $(libnldbl-routines)).
77939         * Makerules (native-compile-mkdep-flags): Define.
77940         * sunrpc/Makefile (extra-objs): Add $(addprefix
77941         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
77942         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
77943         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
77944         calling $(make-target-directory).
77946 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77948         * bits/types.h (__snseconds_t): Removed.
77949         * time/time.h (struct timespec): Replace __snseconds_t with
77950         __syscall_slong_t.
77951         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
77952         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
77953         Likewise.
77954         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
77955         (__SNSECONDS_T_TYPE): Likewise.
77956         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
77957         (__SNSECONDS_T_TYPE): Likewise.
77958         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
77959         (__SNSECONDS_T_TYPE): Likewise.
77961 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77963         * sysdeps/mach/hurd/bits/typesizes.h
77964         (__SYSCALL_SLONG_TYPE): New macro.
77965         (__SYSCALL_ULONG_TYPE): Likewise.
77967 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77969         * bits/types.h (__syscall_slong_t): New type.
77970         (__syscall_ulong_t): Likewise.
77972         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
77973         (__SYSCALL_ULONG_TYPE): Likewise.
77974         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
77975         (__SYSCALL_SLONG_TYPE): Likewise.
77976         (__SYSCALL_ULONG_TYPE): Likewise.
77977         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
77978         (__SYSCALL_SLONG_TYPE): Likewise.
77979         (__SYSCALL_ULONG_TYPE): Likewise.
77980         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
77981         (__SYSCALL_SLONG_TYPE): Likewise.
77982         (__SYSCALL_ULONG_TYPE): Likewise.
77984 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
77986         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
77987         Add sigaltstack-offsets.sym.
77988         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
77989         <sigaltstack-offsets.h>.
77990         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
77991         longjmp_msg pointer.
77992         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
77993         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
77994         signal stack.
77995         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
77997 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
77999         * elf/stackguard-macros.h: Remove file.
78000         * sysdeps/generic/stackguard-macros.h: New file.
78001         * sysdeps/i386/stackguard-macros.h: Likewise.
78002         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
78003         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
78004         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
78005         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
78006         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
78007         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
78008         * sysdeps/x86_64/stackguard-macros.h: Likewise.
78009         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
78010         <elf/stackguard-macros.h>.
78012         [BZ #14109]
78013         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
78014         __aligned__ in attribute.
78015         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
78016         (gregset_t): Likewise.
78018 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
78020         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
78021         * sysdeps/x86_64/64/Implies-after: Here.  New file.
78022         * sysdeps/x86_64/x32/Implies-after: New file.
78024 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
78026         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
78027         and access return value for _dl_profile_fixup.  Use R10_LP to
78028         load frame size.
78030 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
78032         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
78034 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
78036         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
78037         * sysdeps/x86_64/x32/sysdep.h: New file.
78039 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
78041         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
78042         * sysdeps/x86_64/setjmp.S: Likewise.
78044 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
78046         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
78047         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
78048         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
78049         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
78050         remove unused global constant.
78052 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
78054         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
78055         include of <not-cancel.h>.
78057 2012-05-15  Roland McGrath  <roland@hack.frob.com>
78059         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
78061 2012-05-15  Jeff Law  <law@redhat.com>
78062             Andreas Jaeger  <aj@suse.de>
78064         [BZ #13594]
78065         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
78066         out from...
78067         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
78068         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
78069         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
78070         code changing __hst_map_handle.map.
78072 2012-05-15  Roland McGrath  <roland@hack.frob.com>
78074         * configure.in (sysnames): Look for Implies-before and Implies-after
78075         files.
78076         * configure: Regenerated.
78078 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
78080         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
78081         8-byte data alignment with LP_SIZE alignment.
78083 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
78085         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
78086         into R10_LP.
78088 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
78090         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
78092 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
78094         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
78095         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
78096         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
78097         Likewise.
78098         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
78100 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
78102         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
78103         (stackinfo_sub_sp): Likewise.
78105 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
78107         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
78108         RAX_LP.
78110 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
78112         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
78113         into R*_LP.
78115 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
78117         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
78118         sizes into R*_LP.
78120 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
78122         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
78124 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
78126         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
78127         into R11_LP and load __x86_64_shared_cache_size_half into
78128         R8_LP.
78130 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
78132         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
78133         R8_LP.
78135 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
78137         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
78138         logb for POWER7.
78139         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
78140         logbf for POWER7.
78141         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
78142         logbl for POWER7.
78143         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
78144         powerpc32/power7/fpu/s_logb.c via #include.
78145         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
78146         powerpc32/power7/fpu/s_logbf.c via #include.
78147         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
78148         powerpc32/power7/fpu/s_logbl.c via #include.
78150 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
78152         * README.libm: Remove file.
78154 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
78156         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
78157         count for x32.  Use R*_LP and omit operand-size suffix.
78159 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
78161         * shlib-versions: Move x86_64-.*-linux.* entries to ...
78162         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
78163         * sysdeps/x86_64/x32/shlib-versions: New file.
78165 2012-05-14  Roland McGrath  <roland@hack.frob.com>
78167         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
78168         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
78169         Use _dl_fatal_printf instead.
78171 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
78173         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
78174         set if not set by the user.  Do not allow for being unset.
78175         * sysdeps/unix/sysv/linux/configure: Regenerated.
78177 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
78179         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
78180         the `q' suffix from lea and replace .quad with ASM_ADDR.
78182 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
78184         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
78185         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
78186         instead of $17.
78187         (PTR_DEMANGLE): Likewise.
78189 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
78191         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
78192         (LP_OP): Likewise.
78193         (ASM_ADDR): Likewise.
78194         (RAX_LP): Likewise.
78195         (RBP_LP): Likewise.
78196         (RBX_LP): Likewise.
78197         (RCX_LP): Likewise.
78198         (RDI_LP): Likewise.
78199         (RSI_LP): Likewise.
78200         (RSP_LP): Likewise.
78201         (R8_LP): Likewise.
78202         (R9_LP): Likewise.
78203         (R10_LP): Likewise.
78204         (R10_LP): Likewise.
78205         (R11_LP): Likewise.
78206         (R12_LP): Likewise.
78207         (R13_LP): Likewise.
78208         (R14_LP): Likewise.
78209         (R15_LP): Likewise.
78211 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
78213         * sysdeps/x86_64/x32/dl-machine.h: New file.
78215 2012-05-14  Andreas Jaeger  <aj@suse.de>
78217         * manual/Makefile (subdir): Remove export of subdir.
78218         (all): Remove target.
78219         (.PHONY): Remove all from list.
78220         (mkinstalldirs): Remove.
78221         (.PHONY): Remove installdirs from list.
78222         ($(inst_infodir)/libc.info): Use make-target-directory.
78223         (installdirs): Remove.
78224         (subdir_%): Remove.
78225         (glibc-targets): Remove.
78226         (lib): Remove.
78227         (stubs): Remove.
78228         ($(objpfx)stubs ../po/manual.pot): Remove.
78229         ($(objpfx)stamp%): Remove.
78230         (make-target-directory): Remove.
78231         (subdir_install): Remove.
78232         (routines): Remove.
78233         (aux): Remove.
78234         (sources): Remove.
78235         (objects): Remove.
78236         (headers): Remove.
78238         [BZ #13750]
78239         * manual/.gitignore: Remove, it's not needed anymore.
78240         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
78241         all files in it.
78242         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
78243         directory.
78244         (texis): Renamed to $(objpfx)texis.
78245         (texis-path): New, contains path to generated files.
78246         (chapters.%): Use texis-path for complete path, add extra argument
78247         libc-texinfo.sh.
78248         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
78249         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
78250         (summary,texi, stamp-summary): Use complete path of
78251         files. Generate files in build dir.
78252         (dir-add.texi): Build in build dir.
78253         (libm-err.texi,stamp-libm-err): Likewise.
78254         (version.texi, stamp-version): Likewise.
78255         (.%c.texi): Likewise.
78256         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
78257         (mostlyclean): Remove target.
78258         (realclean): Remove target.
78259         (generated): Add new variable with contents from mostlyclean and
78260         realclean, remove entries duplicated in common-mostlyclean, add
78261         stamp-libm-err and stamp-version.
78262         (generated-dirs): Add libc directory.
78263         ($(inst_infodir)/libc.info): Install files from build dir.
78265         * manual/install.texi (Configuring and compiling): Adjust since
78266         the info files are not part of the tar ball anymore.
78268 2012-05-14  Andreas Jaeger  <aj@suse.de>
78270         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
78271         variable.
78273 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
78275         [BZ #13717]
78276         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
78277         to 2.2.0 where earlier.
78278         * sysdeps/unix/sysv/linux/configure: Regenerated.
78279         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
78280         Remove conditional code.
78281         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
78282         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
78283         Remove conditional code.
78284         [!__NR_lchown]: Likewise.
78285         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
78286         [__NR_lchown]: Likewise.
78287         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
78288         comment referencing __ASSUME_LCHOWN_SYSCALL.
78289         * sysdeps/unix/sysv/linux/i386/sigaction.c
78290         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
78291         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
78292         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
78293         Remove conditional code.
78294         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
78295         (__protocol_available): Remove #if 0 code.
78296         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
78297         conditional code.
78298         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
78299         * sysdeps/unix/sysv/linux/kernel-features.h
78300         (__ASSUME_GETCWD_SYSCALL): Don't define.
78301         (__ASSUME_REALTIME_SIGNALS): Likewise.
78302         (__ASSUME_PREAD_SYSCALL): Likewise.
78303         (__ASSUME_PWRITE_SYSCALL): Likewise.
78304         (__ASSUME_POLL_SYSCALL): Likewise.
78305         (__ASSUME_LCHOWN_SYSCALL): Likewise.
78306         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
78307         non-SPARC.
78308         (__ASSUME_SIOCGIFNAME): Don't define.
78309         (__ASSUME_MSG_NOSIGNAL): Likewise.
78310         (__ASSUME_SENDFILE): Define unconditionally.
78311         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
78312         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
78313         conditional code.
78314         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
78315         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
78316         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
78317         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
78318         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
78319         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
78320         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
78321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
78322         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
78323         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
78324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
78325         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
78326         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
78327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
78328         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
78329         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
78330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
78331         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
78332         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
78333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
78334         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
78335         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
78336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
78337         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
78338         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
78339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
78340         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
78341         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
78342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
78343         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
78344         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
78345         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
78346         Remove conditional code.
78347         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
78348         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
78349         Remove conditional code.
78350         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
78351         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
78352         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
78353         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
78354         Remove conditional code.
78355         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
78356         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
78357         Remove conditional code.
78358         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
78359         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
78360         Remove conditional code.
78361         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
78362         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
78363         Remove conditional code.
78364         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
78365         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
78366         Remove conditional code.
78367         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
78368         * sysdeps/unix/sysv/linux/sh/pwrite64.c
78369         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
78370         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
78371         * sysdeps/unix/sysv/linux/sigaction.c
78372         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
78373         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
78374         * sysdeps/unix/sysv/linux/sigpending.c
78375         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
78376         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
78377         * sysdeps/unix/sysv/linux/sigprocmask.c
78378         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
78379         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
78380         * sysdeps/unix/sysv/linux/sigsuspend.c
78381         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
78382         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
78383         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
78384         (__libc_missing_rt_sigs): Remove.
78385         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
78386         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
78387         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
78388         Remove conditional code.
78389         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
78390         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
78391         return 1.
78392         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
78393         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
78394         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
78395         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
78397 2012-05-14  Andreas Jaeger  <aj@suse.de>
78399         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
78400         it's not used in glibc.
78401         (__coshm1): Likewise.
78402         (__acosh1p): Likewise.
78403         (__sgn): Likewise.
78405         * manual/string.texi (Copying and Concatenation): Add missing
78406         variable in concat example.
78407         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
78409 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
78411         [BZ #14103]
78412         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
78413         __builtin_clzl with __builtin_clzll.
78415 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
78417         [BZ #14104]
78418         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
78419         libc_freeres_ptr.
78421 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
78423         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
78424         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
78425         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
78426         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
78428 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
78430         * NEWS: Update ia64 info.
78432 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
78434         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
78435         used as bcopy.
78437 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
78439         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
78440         * sysdeps/unix/syscalls.list (dup3): Likewise.
78441         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
78442         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
78444 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
78446         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
78447         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
78449 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
78451         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
78452         thread pointer.
78453         (TLS_IE): Use mov/add instead of movq/addq to load thread
78454         pointer.
78455         (TLS_GD_PREFIX): New.
78456         (TLS_GD): Use it.
78458 2012-05-11  David S. Miller  <davem@davemloft.net>
78460         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
78461         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
78462         (_FPU_SETCW): Likewise.
78464 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
78466         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
78467         is 32-byte aligned.
78469 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
78471         [BZ #11837]
78472         * iconvdata/gb18030.c: Update tables.
78473         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
78474         characters specially.
78475         (BODY for TO_LOOP): Add encoding of missing ranges.
78477 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
78479         [BZ #13673]
78480         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
78481         * sysdeps/mach/hurd/dup3.c: Likewise.
78482         * sysdeps/mach/hurd/readlinkat.c: Likewise.
78483         * sysdeps/powerpc/memmove.c:: Likewise.
78485 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
78487         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
78488         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
78490 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
78492         * elf/elf.h (R_X86_64_RELATIVE64): New.
78493         (R_X86_64_NUM): Updated.
78494         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
78495         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
78496         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
78497         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
78498         tst-quad1pie tst-quad2pie
78499         (modules-names): Add tst-quadmod1 tst-quadmod2.
78500         ($(objpfx)tst-quad1): New dependency.
78501         ($(objpfx)tst-quad2): Likewise.
78502         ($(objpfx)tst-quad1pie): Likewise.
78503         ($(objpfx)tst-quad2pie): Likewise.
78504         * sysdeps/x86_64/tst-quad1.c: New file.
78505         * sysdeps/x86_64/tst-quad1pie.c: New file.
78506         * sysdeps/x86_64/tst-quad2.c: Likewise.
78507         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
78508         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
78509         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
78510         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
78511         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
78513 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
78515         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
78516         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
78517         * streams/stropts.h (t_scalar_t): Define type.
78519         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
78520         (_PATH_PRESERVE): Set to "/var/lib".
78521         (_PATH_RWHODIR): Set to "/var/spool/rwho".
78523         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
78524         instead of int.
78526         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
78527         if __dir_mkfile succeeded.
78529         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
78530         checking for _hurd_dtablesize.  Unlock it right after having
78531         finished _hurd_dtable allocation.
78533 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
78535         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
78536         * sysdeps/mach/hurd/configure: Regenerated.
78537         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
78538         special-casing to...
78539         * sysdeps/gnu/configure.in: ... this new file.
78540         * sysdeps/unix/sysv/linux/configure: Regenerated.
78541         * sysdeps/gnu/configure: New generated file.
78543         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
78544         for Linux: use nsec instead of usec, as well as:
78545         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
78546         members of type struct timespec.
78547         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
78548         New macros.
78549         (struct stat64): Likewise.
78550         (_STATBUF_ST_NSEC): New macro.
78551         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
78553         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
78554         __strtoul_internal rather than strtoul.
78556 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
78558         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
78559         and reject them.
78561 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
78563         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
78564         which preserves existing values.
78565         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
78567 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
78569         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
78570         TIMEOUT values.  Return EINVAL for NFDS values either negative or
78571         greater than FD_SETSIZE.
78573 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
78575         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
78576         allocated, call __vm_protect to finish enabling the existing space, and
78577         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
78578         allocate the remainder.
78580 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
78582         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
78583         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
78585 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
78587         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
78588         sysdeps/mach/hurd/readlink.c.
78590         * posix/tst-sysconf.c (posix_options): Only use
78591         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
78592         _POSIX_SYNCHRONIZED_IO when they are defined
78593         * sysdeps/mach/hurd/bits/posix_opt.h:
78594         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
78595         (_XOPEN_REALTIME): Undefine macro.
78596         (_XOPEN_REALTIME_THREADS): Undefine macro.
78597         (_XOPEN_SHM): Undefine macro.
78598         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
78599         macro to -1.
78600         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
78601         macro to -1.
78602         (_POSIX_ASYNC_IO): Undefine macro.
78603         (_POSIX_PRIORITIZED_IO): Undefine macro.
78604         (_POSIX_SPIN_LOCKS): Define macro to -1.
78606         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
78607         SA_NODEFER, SA_RESETHAND.
78608         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
78609         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
78610         F_DUPFD_CLOEXEC.
78612 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
78614         * elf/Makefile (pldd-modules): Define unconditionally.
78616 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
78618         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
78620 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
78622         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
78623         Return ENOENT when name is empty.
78624         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
78626 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
78628         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
78630         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
78632 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
78634         Fix mlock in all cases except non-readable pages.
78635         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
78636         instead of VM_PROT_ALL as parameter to __vm_wire function.
78638         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
78639         (__mkdir): When path is `/', just fail with EEXIST.
78640         * sysdeps/mach/hurd/mkdirat.c: Likewise.
78642 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
78644         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
78645         <sys/uio.h> (for writev).
78646         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
78647         and <sys/param.h> (for MIN).
78649 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
78651         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
78652         REQUESTED_TIME.  Properly set the remaining time and return EINTR
78653         if interrupted.
78655 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
78657         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
78658         Depend on against $(link-rpcuserlibs).
78660 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
78662         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
78663         (__libc_stack_end): Do not use attribute_relro.
78664         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
78665         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
78666         to libthread-provided value.
78667         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
78668         attribute_relro.
78670 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
78672         [BZ #3748]
78673         * bits/libc-lock.h (__libc_once_get): New macro.
78674         * sysdeps/mach/bits/libc-lock.h: Likewise.
78675         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
78676         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
78677         instead of using implementation details.
78679         * libio/fileops.c: Unconditionally include <kernel-features.h>.
78680         * libio/freopen.c: Likewise.
78681         * libio/freopen64.c: Likewise.
78682         * misc/syslog.c: Likewise.
78683         * nscd/connections.c: Likewise.
78684         * nscd/netgroupcache.c: Likewise.
78685         * sysdeps/posix/getcwd.c: Likewise.
78687 2012-05-10  Roland McGrath  <roland@hack.frob.com>
78689         * math/w_ilogbf.c: Add #include <limits.h>.
78691 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
78693         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
78694         path instead of returning without unlocking.
78696         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
78697         immediate-write ioctls.
78698         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
78700 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
78702         * sysdeps/mach/hurd/i386/init-first.c (init): Use
78703         __builtin_frame_address instead of making assumptions about the
78704         location of the return address relative to DATA.  Force early load of
78705         the return address.
78706         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
78707         __builtin_frame_address.
78709         dup3 for GNU Hurd.
78710         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
78711         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
78712         implement dup3 and do some further code clean-ups.
78713         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
78714         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
78716 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
78718         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
78720         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
78721         HURD_CRITICAL_END around holding _hurd_dtable_lock.
78722         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
78723         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
78724         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
78725         d->port.lock.
78727         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
78728         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
78729         when handler == SIG_ERR, not when handler != SIG_ERR.
78731 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
78733         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
78734         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
78735         definitions.
78737         accept4 for GNU Hurd.
78738         * include/sys/socket.h (__libc_accept4): New prototype.
78739         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
78740         to implement __libc_accept4.
78741         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
78742         __libc_accept4.
78743         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
78745         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
78746         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
78747         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
78748         signal-defines.sym.
78750 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
78752         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
78754 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
78756         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
78757         assertion on O_CLOEXEC flag.
78758         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
78759         * hurd/intern-fd.c: Likewise.
78760         * hurd/port2fd.c: Likewise.
78762 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
78764         [BZ #3906]
78765         * bits/in.h (IPV6_PKTINFO): Define new macro.
78766         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
78768 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
78770         [BZ #13954]
78771         [BZ #13955]
78772         [BZ #13956]
78773         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
78774         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
78775         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
78776         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
78777         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
78778         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
78779         * math/libm-test.inc (logb_test) : Additional logb tests.
78781 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
78782             Andreas Jaeger  <aj@suse.de>
78784         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
78785         * configure: Regenerated.
78786         * config.h.in (LINK_OBSOLETE_RPC): New macro.
78787         * config.make.in (link-obsolete-rpc): New substituted variable.
78788         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
78789         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
78790         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
78791         (shared-only-routines): Don't set it under [link-obsolete-rpc],
78792         so that libc.a contains the symbols.
78793         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
78794         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
78795         * sunrpc/auth_none.c: Likewise.
78796         * sunrpc/auth_unix.c: Likewise.
78797         * sunrpc/authdes_prot.c: Likewise.
78798         * sunrpc/authuxprot.c: Likewise.
78799         * sunrpc/clnt_gen.c: Likewise.
78800         * sunrpc/clnt_perr.c: Likewise.
78801         * sunrpc/clnt_raw.c: Likewise.
78802         * sunrpc/clnt_simp.c: Likewise.
78803         * sunrpc/clnt_tcp.c: Likewise.
78804         * sunrpc/clnt_udp.c: Likewise.
78805         * sunrpc/clnt_unix.c: Likewise.
78806         * sunrpc/des_crypt.c: Likewise.
78807         * sunrpc/des_soft.c: Likewise.
78808         * sunrpc/get_myaddr.c: Likewise.
78809         * sunrpc/key_call.c: Likewise.
78810         * sunrpc/key_prot.c: Likewise.
78811         * sunrpc/netname.c: Likewise.
78812         * sunrpc/pm_getmaps.c: Likewise.
78813         * sunrpc/pm_getport.c: Likewise.
78814         * sunrpc/pmap_clnt.c: Likewise.
78815         * sunrpc/pmap_prot.c: Likewise.
78816         * sunrpc/pmap_prot2.c: Likewise.
78817         * sunrpc/pmap_rmt.c: Likewise.
78818         * sunrpc/publickey.c: Likewise.
78819         * sunrpc/rpc_cmsg.c: Likewise.
78820         * sunrpc/rpc_common.c: Likewise.
78821         * sunrpc/rpc_dtable.c: Likewise.
78822         * sunrpc/rpc_prot.c: Likewise.
78823         * sunrpc/rpc_thread.c: Likewise.
78824         * sunrpc/rtime.c: Likewise.
78825         * sunrpc/svc.c: Likewise.
78826         * sunrpc/svc_auth.c: Likewise.
78827         * sunrpc/svc_raw.c: Likewise.
78828         * sunrpc/svc_run.c: Likewise.
78829         * sunrpc/svc_tcp.c: Likewise.
78830         * sunrpc/svc_udp.c: Likewise.
78831         * sunrpc/svc_unix.c: Likewise.
78832         * sunrpc/svcauth_des.c: Likewise.
78833         * sunrpc/xcrypt.c: Likewise.
78834         * sunrpc/xdr.c: Likewise.
78835         * sunrpc/xdr_array.c: Likewise.
78836         * sunrpc/xdr_float.c: Likewise.
78837         * sunrpc/xdr_intXX_t.c: Likewise.
78838         * sunrpc/xdr_mem.c: Likewise.
78839         * sunrpc/xdr_rec.c: Likewise.
78840         * sunrpc/xdr_ref.c: Likewise.
78841         * sunrpc/xdr_sizeof.c: Likewise.
78842         * sunrpc/xdr_stdio.c: Likewise.
78844 2012-05-10  Roland McGrath  <roland@hack.frob.com>
78846         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
78847         change.  Update copyright years.
78849 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
78851         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
78853 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
78854             Joseph Myers  <joseph@codesourcery.com>
78855             Paul Pluzhnikov  <ppluzhnikov@google.com>
78857         [BZ #14012]
78858         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
78859         requiring rpcgen.
78860         [cross-compiling] (extra-libs): Likewise.
78861         [cross-compiling] (extra-libs-others): Likewise.
78862         [cross-compiling] (librpcsvc-routines): Likewise.
78863         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
78864         [cross-compiling] (omit-deps): Likewise.
78865         (sunrpc-CPPFLAGS): New variable.
78866         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
78867         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
78868         (cross-rpcgen-objs): New variable.
78869         (extra-objs): Append $(cross-rpcgen-objs).
78870         ($(cross-rpcgen-objs)): New rule.
78871         ($(objpfx)cross-rpcgen): Likewise.
78872         (rpcgen-cmd): Define to use $(built-program-file).  Expand
78873         comment.
78874         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
78875         ($(objpfx)x%.stmp): Likewise.
78876         * sunrpc/proto.h [IS_IN_build] (_): Define.
78877         [IS_IN_build] (_libc_intl_domainname): Likewise.
78879 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
78881         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
78882         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
78883         and R_X86_64_TPOFF64.
78885 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
78887         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
78888         sysdeps/unix/sysv/syscalls.list.
78889         (stime): Likewise.
78890         (utime): Likewise.
78891         * sysdeps/unix/sysv/syscalls.list: Remove file.
78893 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
78895         [BZ #3440]
78896         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
78897         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
78898         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
78899         (__LC_IDENTIFICATION): Make these macros useful in #if
78900         expressions, as required by C99.
78902 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
78904         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
78905         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
78906         after this.
78908 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
78910         * stdlib/longlong.h: Updated from GCC.
78912 2012-05-09  Andreas Jaeger  <aj@suse.de>
78914         * nscd/nscd.c (run_modes): Make named enum, reorder so that
78915         default is first entry.
78916         (run_mode): Set type.
78917         (main): Remove informal message about syslog.
78918         (options): Fix typo.
78920         [BZ #14053]
78921         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
78922         to asm.
78923         (lrint): Likewise.
78924         (llrintf): Likewise.
78925         (llrint): Likewise.
78926         (rint): Likewise.
78927         (rintf): Likewise.
78928         (nearbyint): Likewise.
78929         (nearbyintf): Likewise.
78931 2012-05-09  Andreas Jaeger  <aj@suse.de>
78932             Pedro Alves  <palves@redhat.com>
78934         * nscd/nscd.c (run_mode): Use enum.
78935         (main): Cleanup coding style issue.
78937 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
78938             Andreas Jaeger  <aj@suse.de>
78940         * nscd/nscd.c (go_background): Replaced with...
78941         (run_mode): ... this.
78942         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
78943         (options): Add -F --foreground.
78944         (main): Implement it.
78945         (parse_opt): Parse it.
78947 2012-05-09  Andreas Jaeger  <aj@suse.de>
78949         [BZ #14083]
78950         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
78951         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
78952         -Wconversion warning.
78953         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
78954         Likewise.
78956 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
78958         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
78959         == 0.
78960         (LC_ALL): Use macro-int-constant.
78961         (LC_COLLATE): Likewise.
78962         (LC_CTYPE): Likewise.
78963         (LC_MESSAGES): Likewise.
78964         (LC_MONETARY): Likewise.
78965         (LC_NUMERIC): Likewise.
78966         (LC_TIME): Likewise.
78967         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
78968         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
78969         [ISO || ISO99 || ISO11] (*_t): Do not allow.
78970         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
78971         Specify type.
78972         [C99-based standards] (float_t): Expect type.
78973         [C99-based standards] (double_t): Expect type.
78974         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
78975         type.
78976         [C99-based standards] (HUGE_VALL): Likewise.
78977         [C99-based standards] (INFINITY): Likewise.
78978         [C99-based standards] (NAN): Likewise.
78979         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
78980         [C99-based standards] (FP_NAN): Likewise.
78981         [C99-based standards] (FP_NORMAL): Likewise.
78982         [C99-based standards] (FP_SUBNORMAL): Likewise.
78983         [C99-based standards] (FP_ZERO): Likewise.
78984         [C99-based standards] (FP_FAST_FMA): Use
78985         optional-macro-int-constant.  Specify type.  Require == 1.
78986         [C99-based standards] (FP_FAST_FMAF): Likewise.
78987         [C99-based standards] (FP_FAST_FMAL): Likewise.
78988         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
78989         [C99-based standards] (FP_ILOGBNAN): Likewise.
78990         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
78991         Specify type.
78992         [C99-based standards] (MATH_ERREXCEPT): Likewise.
78993         [C99-based standards] (math_errhandling): Specify type.
78994         [ISO99 || ISO11] (signgam): Do not allow.
78995         [non-C99-based standards] (copysignf): Do not allow.
78996         [non-C99-based standards] (exp2f): Likewise.
78997         [non-C99-based standards] (log2f): Likewise.
78998         [non-C99-based standards] (modff): Allow.
78999         [non-C99-based standards] (erff): Do not allow.
79000         [non-C99-based standards] (erfcf): Likewise.
79001         [non-C99-based standards] (gammaf): Likewise.
79002         [non-C99-based standards] (hypotf): Likewise.
79003         [non-C99-based standards] (j0f): Likewise.
79004         [non-C99-based standards] (j1f): Likewise.
79005         [non-C99-based standards] (jnf): Likewise.
79006         [non-C99-based standards] (lgammaf): Likewise.
79007         [non-C99-based standards] (tgammaf): Likewise.
79008         [non-C99-based standards] (y0f): Likewise.
79009         [non-C99-based standards] (y1f): Likewise.
79010         [non-C99-based standards] (ynf): Likewise.
79011         [non-C99-based standards] (isnanf): Likewise.
79012         [non-C99-based standards] (acoshf): Likewise.
79013         [non-C99-based standards] (asinhf): Likewise.
79014         [non-C99-based standards] (atanhf): Likewise.
79015         [non-C99-based standards] (cbrtf): Likewise.
79016         [non-C99-based standards] (expm1f): Likewise.
79017         [non-C99-based standards] (ilogbf): Likewise.
79018         [non-C99-based standards] (log1pf): Likewise.
79019         [non-C99-based standards] (logbf): Likewise.
79020         [non-C99-based standards] (nextafterf): Likewise.
79021         [non-C99-based standards] (remainderf): Likewise.
79022         [non-C99-based standards] (rintf): Likewise.
79023         [non-C99-based standards] (scalbf): Likewise.
79024         [non-C99-based standards] (copysignl): Likewise.
79025         [non-C99-based standards] (exp2l): Likewise.
79026         [non-C99-based standards] (log2l): Likewise.
79027         [non-C99-based standards] (modfl): Allow.
79028         [non-C99-based standards] (erfl): Do not allow.
79029         [non-C99-based standards] (erfcl): Likewise.
79030         [non-C99-based standards] (gammal): Likewise.
79031         [non-C99-based standards] (hypotl): Likewise.
79032         [non-C99-based standards] (j0l): Likewise.
79033         [non-C99-based standards] (j1l): Likewise.
79034         [non-C99-based standards] (jnl): Likewise.
79035         [non-C99-based standards] (lgammal): Likewise.
79036         [non-C99-based standards] (tgammal): Likewise.
79037         [non-C99-based standards] (y0l): Likewise.
79038         [non-C99-based standards] (y1l): Likewise.
79039         [non-C99-based standards] (ynl): Likewise.
79040         [non-C99-based standards] (isnanl): Likewise.
79041         [non-C99-based standards] (acoshl): Likewise.
79042         [non-C99-based standards] (asinhl): Likewise.
79043         [non-C99-based standards] (atanhl): Likewise.
79044         [non-C99-based standards] (cbrtl): Likewise.
79045         [non-C99-based standards] (expm1l): Likewise.
79046         [non-C99-based standards] (ilogbl): Likewise.
79047         [non-C99-based standards] (log1pl): Likewise.
79048         [non-C99-based standards] (logbl): Likewise.
79049         [non-C99-based standards] (nextafterl): Likewise.
79050         [non-C99-based standards] (remainderl): Likewise.
79051         [non-C99-based standards] (rintl): Likewise.
79052         [non-C99-based standards] (scalbl): Likewise.
79053         [ISO || ISO99 || ISO11] (*_t): Do not allow.
79054         [non-C99-based standards] (FP_*): Do not allow.
79055         [C99-based standards] (FP_*): Change to
79056         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
79057         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
79058         allow.
79059         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
79060         (SIG_ERR): Likewise.
79061         [X/Open-based standards] (SIG_HOLD): Likewise.
79062         (SIG_IGN): Likewise.
79063         (SIGABRT): Use macro-int-constant.  Specify type.  Require
79064         positive value.
79065         (SIGFPE): Likewise.
79066         (SIGILL): Likewise.
79067         (SIGINT): Likewise.
79068         (SIGSEGV): Likewise.
79069         (SIGTER): Likewise.
79070         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
79071         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
79072         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
79073         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
79074         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
79075         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
79076         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
79077         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
79078         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
79079         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
79080         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
79081         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
79082         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
79083         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
79084         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
79085         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
79086         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
79087         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
79088         [X/Open-based standards] (SIGTRAP): Likewise.
79089         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
79090         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
79091         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
79092         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
79093         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
79094         allow.
79096 2012-05-08  Ian Wienand  <ianw@vmware.com>
79098         [BZ #14080]
79099         * time/tzset.c (__tzset_parse_tz): Update default rules for
79100         daylight time changes in the Energy Policy Act of 2005.
79102 2012-05-09  Andreas Jaeger  <aj@suse.de>
79104         [BZ #13983]
79105         * elf/ldconfig.c (parse_conf): Change string to make clear that
79106         ldconfig only issued a warning if ld.so.conf does not exist.
79108 2012-05-08  David S. Miller  <davem@davemloft.net>
79110         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
79111         movxtod instead of popping the value on the stack.
79113         * sysdeps/sparc/fpu/libm-test-ulps: Update.
79115 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
79117         * config.h.in: Add HAVE_ARM_PCS_VFP.
79119 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
79121         [BZ #13979]
79122         * include/features.h: Warn if user requests __FORTIFY_SOURCE
79123         checking but the checks are disabled for any reason.
79125 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
79127         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
79128         and ELF64_R_TYPE with ELFW(R_TYPE).
79130 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
79132         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
79133         (ulimit): Likewise.
79135         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
79136         (settimeofday): Likewise.
79138 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
79140         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
79141         a struct th_u2 inside the union, and move tu_block/tu_code into
79142         a new th_u3 union of tu_block/tu_code inside of that.  Move
79143         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
79144         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
79145         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
79146         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
79147         (th_stuff): Change to th_u1.tu_stuff.
79148         (th_data): Define.
79149         (th_msg): Change to th_u1.th_u2.tu_data.
79151 2012-05-07  David S. Miller  <davem@davemloft.net>
79153         * sysdeps/sparc/fpu/libm-test-ulps: Update.
79155         [BZ #14074]
79156         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
79157         (SETUP_PIC_REG): Use it.
79158         (SETUP_PIC_REG_LEAF): Use it.
79160 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
79162         [BZ #13885]
79163         [BZ #13923]
79164         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
79165         USE_AS_EXPM1L.
79166         (EXPL_FINITE): Likewise.
79167         (FLDLOG): Likewise.
79168         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
79169         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
79170         e_expl.S.
79171         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
79172         USE_AS_EXPM1L.
79173         (EXPL_FINITE): Likewise.
79174         (FLDLOG): Likewise.
79175         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
79176         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
79177         e_expl.S.
79178         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
79179         test of -max_value argument for long double.
79180         * sysdeps/i386/fpu/libm-test-ulps: Update.
79181         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
79183 2012-05-06  David S. Miller  <davem@davemloft.net>
79185         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
79186         quad soft-float symbols whose references which are compiler
79187         generated.
79188         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
79190 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
79192         [BZ #13884]
79193         [BZ #13914]
79194         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
79195         USE_AS_EXP10L.
79196         (EXPL_FINITE): Likewise.
79197         (FLDLOG): Likewise.
79198         (c0): Likewise.
79199         (c1): Likewise.
79200         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
79201         Adjust comments for base varying.
79202         (__expl_finite): Change alias to EXPL_FINITE.
79203         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
79204         e_expl.S.
79205         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
79206         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
79207         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
79208         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
79209         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
79210         USE_AS_EXP10L.
79211         (EXPL_FINITE): Likewise.
79212         (FLDLOG): Likewise.
79213         (c0): Likewise.
79214         (c1): Likewise.
79215         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
79216         Adjust comments for base varying.
79217         (__expl_finite): Change alias to EXPL_FINITE.
79218         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
79219         tests for bugs.
79220         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
79222         [BZ #14064]
79223         * math/libm-test.inc (check_float_internal): Correct ulp
79224         calculation for subnormal expected results.
79226 2012-05-06  Andreas Jaeger  <aj@suse.de>
79228         * Makeconfig (+math-flags): New, set to -frounding-math.
79229         (+cflags): Add +math-flags so that all of glibc gets compiled with
79230         it.
79232         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
79234 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
79236         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
79237         Disable one test.
79239         [BZ #13787]
79240         [BZ #13922]
79241         [BZ #14036]
79242         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
79243         (__ieee754_expl): Allow for and saturate large arguments.
79244         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
79245         (u_threshold): Likewise.
79246         (__exp): Call __ieee754_exp before checking for overflow and
79247         underflow.
79248         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
79249         (u_threshold): Likewise.
79250         (__expf): Call __ieee754_expf before checking for overflow and
79251         underflow.
79252         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
79253         (u_threshold): Likewise.
79254         (__expl): Call __ieee754_expl before checking for overflow and
79255         underflow.
79256         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
79257         (__ieee754_expl): Allow for and saturate large arguments.
79258         * math/libm-test.inc (exp_test): Add another test.  Do not allow
79259         missing overflow exception on overflow.
79260         (expm1_test): Do not allow missing overflow exception on overflow.
79262         * sysdeps/i386/fpu/e_expl.c: Move to ...
79263         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
79264         rather than using inline asm.
79265         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
79266         * sysdeps/x86_64/fpu/e_expl.S: Copy from
79267         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
79269         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
79270         (nice): Likewise.
79271         (poll): Likewise.
79272         (signal): Likewise.
79273         (time): Likewise.
79274         (times): Likewise.
79276 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
79278         * sysdeps/unix/syscalls.list (adjtime): Add entry from
79279         sysdeps/unix/common/syscalls.list.
79280         (fchmod): Likewise.
79281         (fchown): Likewise.
79282         (ftruncate): Likewise.
79283         (getrusage): Likewise.
79284         (gettimeofday): Likewise.
79285         (setpgid): Likewise.
79286         (setregid): Likewise.
79287         (setreuid): Likewise.
79288         (sigaction): Likewise.
79289         (truncate): Likewise.
79290         (vhangup): Likewise.
79291         * sysdeps/unix/common/syscalls.list: Remove file.
79292         * sysdeps/unix/bsd/Implies: Don't include unix/common.
79293         * sysdeps/unix/sysv/linux/Implies: Likewise.
79295 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
79297         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
79298         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
79299         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
79300         Moved to ...
79301         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
79302         Here.
79303         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
79304         to ...
79305         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
79306         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
79307         to ...
79308         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
79309         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
79310         to ...
79311         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
79312         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
79313         to ...
79314         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
79315         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
79316         to ...
79317         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
79318         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
79319         to ...
79320         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
79321         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
79322         to ...
79323         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
79324         Here.
79325         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
79326         to ...
79327         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
79328         Here.
79329         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
79330         to ...
79331         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
79332         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
79333         Moved to ...
79334         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
79335         Here.
79336         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
79337         to ...
79338         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
79340 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
79342         * sysdeps/unix/common/bits/dirent.h: Remove file.
79343         * sysdeps/unix/common/bits/fcntl.h: Likewise.
79345         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
79346         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
79347         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
79348         * sysdeps/unix/bsd/isatty.c: Likewise.
79349         * sysdeps/unix/bsd/tcdrain.c: Likewise.
79350         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
79351         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
79353 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
79355         [BZ #13563]
79356         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
79357         long double comparison inaccuracies.
79358         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
79359         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
79361 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
79363         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
79364         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
79366 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
79368         [BZ #14049]
79369         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
79370         nonzero digits before rounding a hex value.
79371         * stdlib/tst-strtod.c (tests): Add another test.
79373 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
79375         * sysdeps/s390/fpu/libm-test-ulps: Update.
79377 2012-05-03  Andreas Jaeger  <aj@suse.de>
79379         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
79380         does not get optimized out.
79381         (malloc_opt_barrier): New.
79383 2012-05-03  Andreas Jaeger  <aj@suse.de>
79384             Roland McGrath  <roland@hack.frob.com>
79386         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
79387         intermediate file deletion.
79388         (generated): Add .symlist files.
79390 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
79392         [BZ #13775]
79393         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
79394         Redirect under this condition.
79395         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
79396         [__USE_GNU] (__dprintf_chk): Not under this condition.
79397         [__USE_GNU] (__vdprintf_chk): Likewise.
79398         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
79399         under this condition.
79400         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
79401         [__USE_XOPEN2K8] (dprintf): Define under this condition.
79402         [__USE_XOPEN2K8] (vdprintf): Likewise.
79403         [__USE_GNU] (__dprintf_chk): Not under this condition.
79404         [__USE_GNU] (__vdprintf_chk): Likewise.
79405         [__USE_GNU] (dprintf): Likewise.
79406         [__USE_GNU] (vdprintf): Likewise.
79408 2012-05-03  Roland McGrath  <roland@hack.frob.com>
79410         * elf/Makefile (common-generated): Set this instead of generated for
79411         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
79412         $(all-built-dso)-derived lists.
79414 2012-05-03  Andreas Jaeger  <aj@suse.de>
79416         * sysdeps/i386/fpu/libm-test-ulps: Update.
79418         * FAQ: Removed.
79419         * FAQ.in: Likewise.
79420         * scripts/gen-FAQ.pl: Likewise.
79421         * manual/install.texi (Installation): Point to online location of
79422         FAQ.
79423         * Makefile (files-for-dist): Remove FAQ.
79424         (FAQ): Remove.
79426 2012-05-02  Allan McRae  <allan@archlinux.org>
79428         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
79429         (LDFLAGS-reldepmod5.so): Likewise.
79430         (LDFLAGS-reldep6mod1.so): Likewise.
79431         (LDFLAGS-reldep6mod4.so): Likewise.
79432         (LDFLAGS-reldep8mod3.so): Likewise.
79433         (LDFLAGS-unload4mod1.so): Likewise.
79434         (LDFLAGS-unload4mod2.so): Likewise.
79435         (LDFLAGS-tst-initorder): Likewise.
79436         (LDFLAGS-tst-initordera2.so): Likewise.
79437         (LDFLAGS-tst-initordera3.so): Likewise.
79438         (LDFLAGS-tst-initordera4.so): Likewise.
79439         (LDFLAGS-tst-initorderb2.so): Likewise.
79440         (LDFLAGS-noload): Likewise.
79441         (LDFLAGS-next): Likewise.
79442         (LDFLAGS-order2mod1.so): Likewise.
79443         (LDFLAGS-order2mod2.so): Likewise.
79444         (LDFLAGS-tst-initorder2): Likewise.
79445         (LDFLAGS-tst-initorder2a.so): Likewise.
79446         (LDFLAGS-tst-initorder2b.so): Likewise.
79447         (LDFLAGS-tst-initorder2c.so): Likewise.
79448         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
79450 2012-05-02  David S. Miller  <davem@davemloft.net>
79452         * sysdeps/sparc/fpu/libm-test-ulps: Update.
79454 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
79456         [BZ #14055]
79457         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
79459 2012-05-02  Andreas Jaeger  <aj@suse.de>
79461         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
79462         since we manipulate rounding mode.
79463         (CPPFLAGS-test-idouble.c): Likewise.
79464         (CPPFLAGS-test-ifloat.c): Likewise.
79465         (CFLAGS-test-ldouble.c): Likewise.
79466         (CFLAGS-test-double.c): Likewise.
79467         (CFLAGS-test-float.c): Likewise.
79468         (CFLAGS-test-misc.c): Likewise.
79469         (CFLAGS-test-test-fenv.c): Likewise.
79471 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
79473         [BZ #2550]
79474         [BZ #2570]
79475         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
79476         comparisons to determine direction to adjust input.
79478 2012-05-01  Roland McGrath  <roland@hack.frob.com>
79480         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
79481         output to the target.
79483         * scripts/localplt.awk: New file.
79484         * elf/Makefile ($(objpfx)check-localplt): Target removed.
79485         (check-localplt-CFLAGS): Variable removed.
79486         ($(all-built-dso:=.jmprel)): New static pattern rule.
79487         (generated): Add those targets.
79488         (localplt-built-dso): New variable.
79489         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
79491         * elf/check-localplt.c: File removed.
79493         * scripts/check-execstack.awk: New file.
79494         * elf/Makefile ($(objpfx)check-execstack): Target removed.
79495         (check-execstack-CFLAGS): Variable removed.
79496         ($(objpfx)check-execstack.h): Target removed.
79497         ($(objpfx)execstack-default): New target.
79498         (generated): Add that instead of check-execstack.h.
79499         ($(all-built-dso:=.phdr)): New static pattern rule.
79500         (generated): Add those targets.
79501         * elf/check-execstack.c: File removed.
79503         * scripts/check-textrel.awk: New file.
79504         * elf/Makefile ($(objpfx)check-textrel): Target removed.
79505         (check-textrel-CFLAGS): Variable removed.
79506         (all-built-dso): Use := to define.o
79507         ($(all-built-dso:=.dyn)): New static pattern rule.
79508         (generated): Add those targets.
79509         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
79510         * config.make.in (READELF): New substituted variable.
79511         * elf/check-textrel.c: File removed.
79513 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
79515         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
79516         allow.
79517         * conform/data/ctype.h-data [C99-based standards] (isblank):
79518         Expect function.
79519         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
79520         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
79521         [ISO || ISO99 || ISO11] (*_t): Do not allow.
79522         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
79523         Specify type.  Require positive value.
79524         (EILSEQ): Likewise.
79525         (ERANGE): Likewise.
79526         [ISO || POSIX] (EILSEQ): Do not expect.
79527         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
79528         Specify type.  Require positive value.
79529         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
79530         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
79531         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
79532         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
79533         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
79534         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
79535         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
79536         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
79537         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
79538         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
79539         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
79540         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
79541         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
79542         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
79543         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
79544         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
79545         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
79546         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
79547         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
79548         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
79549         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
79550         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
79551         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
79552         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
79553         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
79554         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
79555         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
79556         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
79557         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
79558         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
79559         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
79560         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
79561         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
79562         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
79563         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
79564         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
79565         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
79566         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
79567         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
79568         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
79569         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
79570         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
79571         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
79572         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
79573         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
79574         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
79575         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
79576         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
79577         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
79578         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
79579         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
79580         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
79581         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
79582         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
79583         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
79584         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
79585         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
79586         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
79587         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
79588         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
79589         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
79590         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
79591         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
79592         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
79593         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
79594         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
79595         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
79596         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
79597         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
79598         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
79599         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
79600         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
79601         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
79602         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
79603         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
79604         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
79605         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
79606         Require >= 2.
79607         (FLT_ROUNDS): Expect as macro, not constant.
79608         (FLT_MANT_DIG): Use macro-int-constant.
79609         (DBL_MANT_DIG): Likewise.
79610         (LDBL_MANT_DIG): Likewise.
79611         (FLT_DIG): Likewise.
79612         (DBL_DIG): Likewise.
79613         (LDBL_DIG): Likewise.
79614         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
79615         (DBL_MIN_EXP): Likewise.
79616         (LDBL_MIN_EXP): Likewise.
79617         (FLT_MAX_EXP): Use macro-int-constant.
79618         (DBL_MAX_EXP): Likewise.
79619         (LDBL_MAX_EXP): Likewise.
79620         (FLT_MAX_10_EXP): Likewise.
79621         (DBL_MAX_10_EXP): Likewise.
79622         (LDBL_MAX_10_EXP): Likewise.
79623         (FLT_MAX): Use macro-constant.
79624         (DBL_MAX): Likewise.
79625         (LDBL_MAX): Likewise.
79626         (FLT_EPSILON): Use macro-constant.  Give upper bound.
79627         (DBL_EPSILON): Likewise.
79628         (LDBL_EPSILON): Likewise.
79629         (FLT_MIN): Likewise.
79630         (DBL_MIN): Likewise.
79631         (LDBL_MIN): Likewise.
79632         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
79633         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
79634         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
79635         [ISO11] (FLT_HAS_SUBNORM): Likewise.
79636         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
79637         [ISO11] (DBL_DECIMAL_DIG): Likewise.
79638         [ISO11] (FLT_DECIMAL_DIG): Likewise.
79639         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
79640         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
79641         [ISO11] (FLT_TRUE_MIN): Likewise.
79642         [ISO11] (LDBL_TRUE_MIN): Likewise.
79643         [ISO || ISO99 || ISO11] (*_t): Do not allow.
79644         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
79645         (SCHAR_MIN): Use macro-int-constant.  Specify type.
79646         (SCHAR_MAX): Likewise.
79647         (UCHAR_MAX): Likewise.
79648         (CHAR_MIN): Likewise.
79649         (CHAR_MAX): Likewise.
79650         (MB_LEN_MAX): Use macro-int-constant.
79651         (SHRT_MIN): Use macro-int-constant.  Specify type.
79652         (SHRT_MAX): Likewise.
79653         (USHRT_MAX): Likewise.
79654         (INT_MAX): Likewise.
79655         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
79656         bound negative.
79657         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
79658         bound with "U".
79659         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
79660         bound with "L".
79661         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
79662         bound negative.  Suffix upper bound with "L".
79663         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
79664         bound with "UL".
79665         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
79666         Specify type.
79667         [C99-based standards] (LLONG_MAX): Likewise.
79668         [C99-based standards] (ULLONG_MAX): Likewise.
79669         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
79670         == 0.
79671         [ISO11] (max_align_t): Require type.
79672         [ISO || ISO99 || ISO11] (*_t): Do not allow.
79674         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
79675         from $CFLAGS, without defining away __attribute__ calls.
79676         (checknamespace): Use $CFLAGS_namespace.
79678         * conform/conformtest.pl (@keywords): Only include C99 keywords
79679         for standards based on C99 or C11.
79681         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
79682         Disable tests.
79683         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
79684         UNIX98]: Likewise.
79686         * conform/conformtest.pl: Handle "macro-int-constant" and test for
79687         usability of symbols in #if.
79689         * conform/conformtest.pl: If macro or constant types start
79690         "promoted:", expect the symbol to be of the following type
79691         promoted by the integer promotions.
79693         * conform/conformtest.pl: Parse all "constant" and "macro" lines
79694         in one place.  Also handle "macro-constant".
79696         * conform/conformtest.pl: Only accept expected macro values with
79697         "==".  Parse all "macro" lines in one place.
79698         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
79700         * conform/conformtest.pl: Handle braced types on "constant" lines
79701         instead of handling "typed-constant".
79702         * conform/data/signal.h-data: Use "constant" instead of
79703         "typed-constant".
79705         * conform/conformtest.pl: Handle "optional-" at start of lines in
79706         one place rather than duplicating several cases.  Handle each
79707         format of "macro" line with initial "optional-".
79709         * conform/conformtest.pl: Only accept expected constant or
79710         optional-constant values with "==".  Parse all "constant" lines in
79711         one place.  Parse all "optional-constant" lines in one place.
79712         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
79713         * conform/data/fmtmsg.h-data: Likewise.
79714         * conform/data/netinet/in.h-data: Likewise.
79715         * conform/data/tar.h-data: Likewise.
79716         * conform/data/limits.h-data: Use "==" form on "constant" and
79717         "optional-constant" lines.
79719         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
79720         Use -std=c99 for XOPEN2K.
79721         (@knownproblems): Remove.
79722         (newtoken): Don't check %isknown.
79724         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
79725         Do not expect macro.
79726         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
79727         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
79728         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
79729         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
79730         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
79731         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
79732         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
79733         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
79734         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
79735         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
79736         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
79737         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
79738         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
79739         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
79740         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
79741         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
79742         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
79743         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
79744         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
79745         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
79746         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
79747         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
79748         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
79749         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
79750         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
79751         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
79752         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
79753         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
79754         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
79755         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
79756         [XPG3] (acosh): Likewise.
79757         [XPG3] (asinh): Likewise.
79758         [XPG3] (atanh): Likewise.
79759         [XPG3] (cbrt): Likewise.
79760         [XPG3] (expm1): Likewise.
79761         [XPG3] (ilogb): Likewise.
79762         [XPG3] (log1p): Likewise.
79763         [XPG3] (logb): Likewise.
79764         [XPG3] (nextafter): Likewise.
79765         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
79766         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
79767         [XPG3] (remainder): Likewise.
79768         [XPG3] (rint): Likewise.
79769         [XPG3 || XPG4 || UNIX98] (round): Likewise.
79770         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
79771         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
79772         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
79773         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
79774         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
79775         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
79776         [UNIX98 || XOPEN2K] (scalb): Expect.
79777         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
79778         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
79779         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
79780         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
79781         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
79782         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
79783         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
79784         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
79785         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
79786         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
79787         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
79788         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
79789         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
79790         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
79791         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
79792         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
79793         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
79794         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
79795         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
79796         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
79797         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
79798         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
79799         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
79800         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
79801         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
79802         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
79803         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
79804         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
79805         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
79806         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
79807         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
79808         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
79809         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
79810         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
79811         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
79812         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
79813         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
79814         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
79815         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
79816         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
79817         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
79818         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
79819         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
79820         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
79821         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
79822         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
79823         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
79824         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
79825         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
79826         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
79827         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
79828         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
79829         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
79830         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
79831         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
79832         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
79833         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
79834         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
79835         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
79836         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
79837         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
79838         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
79839         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
79840         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
79841         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
79842         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
79843         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
79844         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
79845         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
79846         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
79847         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
79848         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
79849         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
79850         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
79851         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
79852         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
79853         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
79854         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
79855         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
79856         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
79857         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
79858         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
79859         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
79860         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
79861         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
79862         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
79863         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
79864         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
79865         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
79866         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
79867         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
79868         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
79869         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
79870         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
79871         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
79872         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
79873         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
79874         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
79875         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
79876         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
79877         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
79878         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
79879         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
79880         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
79881         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
79882         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
79883         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
79884         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
79885         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
79886         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
79887         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
79888         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
79889         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
79890         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
79891         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
79892         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
79893         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
79894         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
79895         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
79896         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
79897         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
79898         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
79899         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
79900         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
79901         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
79902         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
79903         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
79904         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
79905         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
79906         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
79907         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
79908         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
79909         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
79910         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
79911         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
79912         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
79913         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
79915         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
79916         _XOPEN_SOURCE_EXTENDED for XPG4.
79918         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
79920         * Makeconfig (localtime): Remove variable.
79921         (inst_localtime-file): Likewise.
79923 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
79925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
79926         Update.
79927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
79928         Update.
79929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
79930         Update.
79931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
79932         Update.
79933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
79934         Update.
79935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
79936         Update.
79937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
79938         Update.
79939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
79940         Update.
79941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
79942         Update.
79944 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
79946         [BZ #2550]
79947         [BZ #2570]
79948         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
79949         comparisons to determine direction to adjust input.
79950         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
79951         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
79952         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
79953         Likewise.
79954         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
79955         Likewise.
79956         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
79957         Likewise.
79958         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
79959         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
79960         Likewise.
79961         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
79962         Likewise.
79963         * math/libm-test.inc (nexttoward_test): Add more tests.
79965 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
79967         [BZ #14040]
79968         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
79969         in version GLIBC_2.1, not GLIBC_2.0.
79970         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
79971         Likewise.
79973 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
79975         [BZ #13942]
79976         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
79977         (1 - x) * (1 + x).
79978         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
79979         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
79980         * math/libm-test.inc (acos_test): Add more tests.
79981         (asin_test): Likewise.
79982         * sysdeps/i386/fpu/libm-test-ulps: Update.
79983         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
79985         [BZ #14034]
79986         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
79987         of square root.
79988         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
79989         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
79990         * math/libm-test.inc (acos_test_tonearest): New function.
79991         (acos_test_towardzero): Likewise.
79992         (acos_test_downward): Likewise.
79993         (acos_test_upward): Likewise.
79994         (asin_test_tonearest): Likewise.
79995         (asin_test_towardzero): Likewise.
79996         (asin_test_downward): Likewise.
79997         (asin_test_upward): Likewise.
79998         (main): Call the new functions.
79999         * sysdeps/i386/fpu/libm-test-ulps: Update.
80000         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
80002         [BZ #13884]
80003         [BZ #13924]
80004         * math/e_exp10.c: Include <float.h>.
80005         (__ieee754_exp10): Handle underflow here rather than multiplying
80006         large negative argument by M_LN10.
80007         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
80008         of __ieee754_expf.
80009         * math/e_exp10l.c: Include <float.h>.
80010         (__ieee754_exp10l): Handle underflow here rather than multiplying
80011         large negative argument by M_LN10l.
80012         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
80013         spurious overflow exception on underflow.
80015 2012-04-29  Marek Polacek  <polacek@redhat.com>
80017         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
80018         (__fortify_function): New macro.
80019         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
80020         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
80021         __extern_always_inline.
80022         * libio/bits/stdio2.h: Likewise.
80023         * libio/bits/stdio.h: Likewise.
80024         * string/string.h: Likewise.
80025         * string/bits/string3.h: Likewise.
80026         * include/stdio.h: Likewise.
80027         * stdlib/bits/stdlib.h: Likewise.
80028         * stdlib/stdlib.h: Likewise.
80029         * rt/bits/mqueue2.h: Likewise.
80030         * rt/mqueue.h: Likewise.
80031         * posix/bits/unistd.h: Likewise.
80032         * posix/unistd.h: Likewise.
80033         * io/bits/poll2.h: Likewise.
80034         * io/bits/fcntl2.h: Likewise.
80035         * io/fcntl.h: Likewise.
80036         * io/sys/poll.h: Likewise.
80037         * misc/bits/syslog.h: Likewise.
80038         * misc/bits/syslog-ldbl.h: Likewise.
80039         * misc/sys/syslog.h: Likewise.
80040         * socket/bits/socket2.h: Likewise.
80041         * socket/sys/socket.h: Likewise.
80042         * debug/tst-chk1.c: Likewise.
80043         * wcsmbs/bits/wchar2.h: Likewise.
80044         * wcsmbs/bits/wchar-ldbl.h: Likewise.
80045         * wcsmbs/wchar.h: Likewise.
80047 2012-04-29  Andreas Jaeger  <aj@suse.de>
80049         * Makerules (tests): Remove enable-check-abi protection.
80050         (check-abi-warn): Remove.
80051         (check-abi-%): Remove check-abi-warn usage.
80053         * configure.in: Remove check-abi configure option.
80054         * configure: Regenerated.
80055         * config.make.in (enable-check-abi): Remove.
80057 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
80059         [BZ #14033]
80060         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
80061         double functions to double *_finite functions.
80063         [BZ #13941]
80064         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
80065         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
80066         LDBL_MIN_EXP.
80067         * stdio-common/Makefile (tests): Add tst-sprintf3.
80068         * stdio-common/tst-sprintf3.c: New file.
80070         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
80071         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
80073 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
80075         * conform/conformtest.pl: Remove duplicate typed-constant
80076         handling.
80078 2012-04-28  David S. Miller  <davem@davemloft.net>
80080         * Makerules (%.abilist): Add vpath on sysdep_dirs.
80081         (check-abi-%): Remove AWK script prerequisite and explicit
80082         abilist directory.
80083         (check-abi): Rewrite to just diff the symlist with the abilist.
80084         (config-tls, config-abi-config): Delete, no longer used.
80085         (update-abi-%): Remove AWK script and explicit abilist directory.
80086         (update-abi): Rewrite to simply compare and conditionally copy the
80087         symlist and the sysdep abilist file.  Remove update-abi-config
80088         checks.
80089         * abilist/ld.abilist: Remove.
80090         * abilist/libBrokenLocale.abilist: Remove.
80091         * abilist/libanl.abilist: Remove.
80092         * abilist/libcrypt.abilist: Remove.
80093         * abilist/libdl.abilist: Remove.
80094         * abilist/librt.abilist: Remove.
80095         * abilist/libthread_db.abilist: Remove.
80096         * abilist/libutil.abilist: Remove.
80097         * scripts/extract-abilist.awk: Remove.
80098         * scripts/merge-abilist.awk: Remove.
80099         * sysdeps/generic/libcidn.abilist: New file.
80100         * sysdeps/generic/libnss_compat.abilist: New file.
80101         * sysdeps/generic/libnss_db.abilist: New file.
80102         * sysdeps/generic/libnss_dns.abilist: New file.
80103         * sysdeps/generic/libnss_files.abilist: New file.
80104         * sysdeps/generic/libnss_hesiod.abilist: New file.
80105         * sysdeps/generic/libnss_nis.abilist: New file.
80106         * sysdeps/generic/libnss_nisplus.abilist: New file.
80107         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
80108         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
80109         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
80110         file.
80111         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
80112         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
80113         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
80114         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
80115         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
80116         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
80117         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
80118         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
80119         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
80120         file.
80121         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
80122         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
80123         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
80124         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
80125         file.
80126         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
80127         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
80128         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
80129         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
80130         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
80131         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
80132         file.
80133         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
80134         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
80135         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
80136         file.
80137         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
80138         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
80139         New file.
80140         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
80141         New file.
80142         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
80143         New file.
80144         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
80145         New file.
80146         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
80147         New file.
80148         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
80149         New file.
80150         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
80151         New file.
80152         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
80153         New file.
80154         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
80155         New file.
80156         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
80157         New file.
80158         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
80159         New file.
80160         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
80161         New file.
80162         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
80163         New file.
80164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
80165         file.
80166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
80167         New file.
80168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
80169         New file.
80170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
80171         file.
80172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
80173         New file.
80174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
80175         New file.
80176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
80177         file.
80178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
80179         New file.
80180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
80181         New file.
80182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
80183         New file.
80184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
80185         New file.
80186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
80187         New file.
80188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
80189         New file.
80190         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
80191         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
80192         file.
80193         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
80194         New file.
80195         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
80196         file.
80197         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
80198         file.
80199         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
80200         file.
80201         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
80202         file.
80203         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
80204         file.
80205         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
80206         New file.
80207         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
80208         file.
80209         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
80210         file.
80211         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
80212         New file.
80213         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
80214         file.
80215         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
80216         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
80217         file.
80218         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
80219         New file.
80220         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
80221         file.
80222         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
80223         file.
80224         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
80225         file.
80226         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
80227         file.
80228         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
80229         file.
80230         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
80231         New file.
80232         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
80233         file.
80234         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
80235         file.
80236         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
80237         New file.
80238         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
80239         file.
80240         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
80241         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
80242         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
80243         file.
80244         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
80245         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
80246         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
80247         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
80248         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
80249         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
80250         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
80251         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
80252         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
80253         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
80254         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
80255         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
80256         file.
80257         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
80258         New file.
80259         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
80260         file.
80261         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
80262         file.
80263         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
80264         file.
80265         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
80266         file.
80267         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
80268         file.
80269         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
80270         New file.
80271         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
80272         New file.
80273         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
80274         file.
80275         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
80276         New file.
80277         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
80278         file.
80279         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
80280         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
80281         file.
80282         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
80283         New file.
80284         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
80285         file.
80286         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
80287         file.
80288         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
80289         file.
80290         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
80291         file.
80292         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
80293         file.
80294         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
80295         New file.
80296         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
80297         New file.
80298         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
80299         file.
80300         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
80301         New file.
80302         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
80303         file.
80305 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
80307         * conform/conformtest.pl: Fix typo in handling typed-constant from
80308         allow-header.
80310 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
80312         * README: Cut down references to pre-2.6 Linux kernels and
80313         Linuxthreads.  Update lists of configurations in libc and ports
80314         and sort alphabetically.  Say "or newer" with Linux kernel version
80315         requirements.
80317         * config.h.in [IS_IN_build]: Allow compiling without optimization.
80319 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
80321         [BZ #887]
80322         * math/libm-test.inc (logb_test_downward): New test to expose
80323         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
80324         rounding mode.
80326 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
80328         [BZ #14027]
80329         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
80330         to be done.
80331         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
80332         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
80334 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
80336         * sysdeps/unix/i386/brk.S: Remove file.
80337         * sysdeps/unix/i386/dl-brk.S: Likewise.
80338         * sysdeps/unix/i386/pipe.S: Likewise.
80339         * sysdeps/unix/i386/sigreturn.S: Likewise.
80340         * sysdeps/unix/i386/syscall.S: Likewise.
80341         * sysdeps/unix/i386/vfork.S: Likewise.
80342         * sysdeps/unix/i386/wait.S: Likewise.
80344         * sysdeps/unix/common/tcsendbrk.c: Move to ...
80345         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
80347         * configure.in (arm*-none*): Do not allow without
80348         --enable-hacker-mode.
80349         (netbsd*): Remove case setting base_os.
80350         (386bsd*): Likewise.
80351         (freebsd*): Likewise.
80352         (bsdi*): Likewise.
80353         (osf*): Likewise.
80354         (sunos*): Likewise.
80355         (ultrix*): Likewise.
80356         (newsos*): Likewise.
80357         (dynix*): Likewise.
80358         (*bsd*): Likewise.
80359         (sysv*): Likewise.
80360         (isc*): Likewise.
80361         (esix*): Likewise.
80362         (sco*): Likewise.
80363         (minix*): Likewise.
80364         (irix4*): Likewise.
80365         (irix6*): Likewise.
80366         (solaris[2-9]*): Likewise.
80367         (none): Likewise.
80368         * configure: Regenerated.
80370 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
80372         [BZ #11521]
80373         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
80374         overflow or cancellation in calculating denominator.
80375         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
80376         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
80377         down expression to avoid unexpected rounding in newer GCCs.
80378         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
80380 2012-04-26  David S. Miller  <davem@davemloft.net>
80382         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
80383         long-double compat symbols.
80384         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
80385         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
80386         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
80387         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
80388         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
80389         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
80390         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
80391         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
80392         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
80393         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
80394         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
80395         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
80396         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
80398 2012-04-25  David S. Miller  <davem@davemloft.net>
80400         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
80401         HWCAP_* values only after the memory barriers have been defined.
80402         (atomic_full_barrier): Define.
80403         (atomic_read_barrier): Define.
80404         (atomic_write_barrier): Define.
80406 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
80408         * shlib-versions: Add libgcc_s version information.
80409         * sysdeps/generic/libgcc_s.h: Remove.
80410         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
80411         libgcc_s.h.
80412         * sysdeps/gnu/unwind-resume.c: Likewise.
80413         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
80415 2012-04-25  David S. Miller  <davem@davemloft.net>
80417         * sysdeps/unix/sparc/brk.S: Delete.
80418         * sysdeps/unix/sparc/dl-brk.S: Delete.
80419         * sysdeps/unix/sparc/pipe.S: Delete.
80420         * sysdeps/unix/sparc/sysdep.S: Delete.
80421         * sysdeps/unix/sparc/sysdep.h: Delete.
80422         * sysdeps/unix/sparc/vfork.S: Delete.
80423         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
80424         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
80425         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
80426         (ret_ERRVAL, r0, r1, MOVE): Define.
80427         (JUMPTARGET): Remove.
80428         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
80429         sysdeps/unix/sparc/sysdep.h
80430         (ENTRY, END): Remove.
80431         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
80433 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
80435         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
80436         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
80437         -DIS_IN_build.
80439         * timezone/README: Update upstream location and email address for
80440         tzcode and tzdata.
80441         * timezone/zdump.c: Update from tzcode 2012b.
80442         * timezone/zic.c: Likewise.
80444         * configure.in (libc_cv_as_needed): Remove test.
80445         * configure: Regenerated.
80446         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
80447         conditional definition.
80448         [$(have-as-needed) != yes] (no-as-needed): Likewise.
80449         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
80450         * config.make.in (have-as-needed): Remove variable.
80452 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
80453             Paul Pluzhnikov  <ppluzhnikov@google.com>
80455         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
80456         strings correctly.
80458 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
80460         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
80461         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
80462         * sysdeps/sh/strlen.S: Likewise.
80464 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
80466         * sysdeps/unix/fork.S: Remove file.
80467         * sysdeps/unix/i386/fork.S: Likewise.
80468         * sysdeps/unix/sparc/fork.S: Likewise.
80470         * sysdeps/unix/system.c: Remove file.
80471         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
80473         * sysdeps/unix/getegid.S: Remove file.
80474         * sysdeps/unix/geteuid.S: Likewise.
80476 2012-04-24  Roland McGrath  <roland@hack.frob.com>
80478         * scripts/check-localplt.awk: New file.
80479         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
80480         of diff.
80481         * scripts/data/localplt-generic.data: Add a comment.
80483         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
80484         NODE when __dir_mkfile failed.
80485         * sysdeps/mach/hurd/symlinkat.c: Likewise.
80486         Reported by Ludovic Courtès <ludo@gnu.org>.
80488 2012-04-24  Andreas Jaeger  <aj@suse.de>
80490         * Makerules (common-clean): Also remove gen-as-const-headers
80491         files.
80493 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
80495         * Makerules (native-compile): Do not change working directory for
80496         build.  Use $(OUTPUT_OPTION) in command.
80497         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
80499 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
80501         [BZ #13886]
80502         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
80503         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
80504         * math/libm-test.inc (floor_test): Add more tests.
80505         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
80507 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
80509         * sysdeps/unix/getdents.c: Remove file.
80510         * sysdeps/unix/sysv/getdents.c: Likewise.
80511         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
80513         * sysdeps/unix/syscalls.list (madvise): Add syscall from
80514         sysdeps/unix/mman/syscalls.list.
80515         (mmap): Likewise.
80516         (mprotect): Likewise.
80517         (msync): Likewise.
80518         (munmap): Likewise.
80519         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
80520         * sysdeps/unix/mman/syscalls.list: Remove.
80521         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
80523         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
80524         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
80525         * configure: Regenerated.
80526         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
80527         $(libgcc_s_suffix).
80528         * config.make.in (libgcc_s_suffix): Remove variable.
80530 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
80532         * sysdeps/unix/sysv/gethostname.c: Move to ...
80533         * sysdeps/posix/gethostname.c: ... here.
80535         * sysdeps/unix/execve.S: Remove file.
80537         * sysdeps/unix/_exit.S: Remove file.
80539 2012-04-23  Andreas Jaeger  <aj@suse.de>
80541         [BZ #13739]
80542         * manual/Makefile: Remove make dist support, there's no
80543         need for a stand-alone documentation tar ball.
80544         (TEXI2DVI): Define always, it's not in Makeconfig.
80545         (dist): Removed.
80546         (tar-it): Removed.
80547         (edition): Removed.
80548         (glibc-doc-$(edition).tar): Removed
80549         (%.Z): Removed.
80550         (%.gz): Removed.
80551         (%.uu): Removed.
80552         (ETAGS): Remove, it's in Makeconfig.
80553         (move-if-change): Remove, it's in Makeconfig.
80555 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
80557         [BZ #13970]
80558         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
80559         (strtod, strtof, strtold, strtol, strtoul, strtoq)
80560         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
80561         (strtod_l, strtof_l, strtold_l): Remove __wur.
80562         It is not necessarily an error to ignore strtol's return value.
80563         One can reliably look at the stored endptr to decide whether
80564         the number had valid syntax.
80566 2012-04-21  Andreas Jaeger  <aj@suse.de>
80568         [BZ #13739]
80569         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
80571 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
80573         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
80574         * sysdeps/unix/sysv/Versions: Remove file.
80576 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
80578         [BZ #13927]
80579         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
80581 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
80583         [BZ #7064]
80584         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
80585         version from __vm86.
80587 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
80589         * sysdeps/unix/common/lxstat.c: Remove file.
80590         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
80592         * sysdeps/unix/sysv/Makefile: Remove file.
80594         * sysdeps/unix/sysv/direct.h: Remove file.
80596         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
80597         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
80598         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
80599         * sysdeps/unix/sysv/bits/signum.h: Likewise.
80600         * sysdeps/unix/sysv/bits/stat.h: Likewise.
80601         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
80602         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
80604         * sysdeps/unix/sysv/setrlimit.c: Remove file.
80606         * sysdeps/unix/xmknod.c: Remove file.
80607         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
80609         * sysdeps/unix/sysv/settimeofday.c: Remove file.
80611         * sysdeps/unix/sysv/i386/time.S: Remove file.
80613         * sysdeps/unix/fxstat.c: Remove file.
80614         * sysdeps/unix/xstat.c: Likewise.
80615         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
80617         * sysdeps/unix/sysv/sigaction.c: Remove file.
80619         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
80620         (sysdep_headers): Remove variable.
80621         [termio.h not in sysdep_headers] (generated): Likewise.
80622         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
80623         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
80624         * sysdeps/unix/sysv/tcdrain.c: Likewise.
80625         * sysdeps/unix/sysv/tcflow.c: Likewise.
80626         * sysdeps/unix/sysv/tcflush.c: Likewise.
80627         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
80628         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
80629         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
80630         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
80631         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
80633         * sysdeps/unix/siglist.c: Remove file.
80635         * sysdeps/unix/getppid.S: Remove file.
80637         * sysdeps/unix/mkdir.c: Remove file.
80638         * sysdeps/unix/rmdir.c: Likewise.
80640 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
80642         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
80643         ERR_MAX value.
80644         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
80645         errlist-compat value.
80647 2012-04-18  David S. Miller  <davem@davemloft.net>
80649         * sysdeps/generic/memcopy.h (reg_char): Delete.
80650         * debug/strcat_chk.c: Use char, not reg_char.
80651         * debug/strcpy_chk.c: Likewise.
80652         * debug/strncat_chk.c: Likewise.
80653         * debug/strncpy_chk.c: Likewise.
80654         * string/memchr.c: Likewise.
80655         * string/memrchr.c: Likewise.
80656         * string/rawmemchr.c: Likewise.
80657         * string/strcat.c: Likewise.
80658         * string/strchr.c: Likewise.
80659         * string/strchrnul.c: Likewise.
80660         * string/strcmp.c: Likewise.
80661         * string/strcpy.c: Likewise.
80662         * string/strncat.c: Likewise.
80663         * string/strncmp.c: Likewise.
80664         * string/strncpy.c: Likewise.
80666 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
80668         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
80669         __builtin_memcopy is called when src and dest ranges are known to not
80670         overlap.
80672 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
80674         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
80675         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
80676         fwd_align_merge macro call.
80677         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
80678         bwd_align_merge macro call.
80679         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
80681 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
80683         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
80684         bwd_align_merge macros.
80685         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
80686         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
80687         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
80689 2012-04-18  David S. Miller  <davem@davemloft.net>
80691         * sysdeps/sparc/sparc64/memcopy.h: Delete.
80693 2012-04-18  Andreas Jaeger  <aj@suse.de>
80695         [BZ #6794]
80696         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
80697         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
80698         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
80700         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
80701         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
80702         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
80704         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
80705         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
80706         Adjust for changed ldbl-128 files.
80708         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
80709         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
80710         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
80712 2012-04-17  David S. Miller  <davem@davemloft.net>
80714         * sysdeps/sparc/sparc32/memcopy.h: Delete.
80716 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
80718         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
80719         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
80720         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
80721         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
80722         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
80723         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
80725 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
80727         [BZ #6794]
80728         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
80729         * math/libm-test.inc: Add ilogb errno and exception tests.
80730         * math/w_ilogb.c: New file: ilogb wrapper.
80731         * math/w_ilogbf.c: New file: ilogbf wrapper.
80732         * math/w_ilogbl.c: New file: ilogbl wrapper.
80733         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
80734         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
80735         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
80736         exception being thrown with 0.0 as argument.
80737         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
80738         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
80739         exception being thrown with 0.0 as argument.
80740         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
80741         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
80742         exception being thrown with 0.0 as argument.
80743         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
80744         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
80745         exception being thrown with 0.0 as argument.
80746         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
80747         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
80748         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
80749         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
80750         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
80751         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
80752         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
80753         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
80754         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
80756 2012-04-17  Petr Baudis  <pasky@ucw.cz>
80758         * include/sys/uio.h: Change __vector to __iovec to avoid clash
80759         with altivec.
80761 2012-04-16  Marek Polacek  <polacek@redhat.com>
80763         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
80765 2012-04-16  Marek Polacek  <polacek@redhat.com>
80767         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
80768         operands of fdivp instruction.
80770 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
80772         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
80773         * elf/tst-auditmod3b.c: Likewise.
80774         * elf/tst-auditmod4b.c: Likewise.
80775         * elf/tst-auditmod5b.c: Likewise.
80776         * elf/tst-auditmod6b.c: Likewise.
80777         * elf/tst-auditmod6c.c: Likewise.
80778         * elf/tst-auditmod7b.c: Likewise.
80779         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
80780         * sysdeps/x86_64/preconfigure.in: Likewise.
80781         * sysdeps/x86_64/preconfigure: Regenerated.
80783 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
80785         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
80786         __ILP32__.
80788 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
80790         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
80791         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
80793 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
80795         [BZ #13973]
80796         * locale/iso-639.def: Fix gl language name. Spotted by
80797         Yaron Shahrabani.
80799 2012-04-12  Roland McGrath  <roland@hack.frob.com>
80801         [BZ #2074]
80802         * libio/libio.h (__io_write_fn): Update comment.
80804 2012-04-12  Petr Baudis  <pasky@ucw.cz>
80806         [BZ #2074]
80807         * stdio.texi (Hook Functions): The user provided writer function
80808         is not allowed to return -1.
80810 2012-04-11  David S. Miller  <davem@davemloft.net>
80812         * sysdeps/sparc/fpu/libm-test-ulps: Update.
80814 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
80816         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
80817         Add a leading slash to rtkaio.
80819 2012-04-11  Jim Meyering  <meyering@redhat.com>
80821         [BZ #11959]
80822         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
80823         It is not necessarily an error to ignore fwrite's return
80824         value.  One can reliably use ferror to test for errors after
80825         the fact.
80827 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
80829         * bits/types.h (__snseconds_t): New type.
80830         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
80832         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
80833         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
80834         (__SNSECONDS_T_TYPE): Likewise.
80835         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
80836         (__SNSECONDS_T_TYPE): Likewise.
80837         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
80838         (__SNSECONDS_T_TYPE): Likewise.
80840 2012-04-10  Andreas Jaeger  <aj@suse.de>
80842         [BZ #2636]
80843         * manual/time.texi (Processor Time): Return type of times is
80844         elapsed real time since an arbitrary point in the past.
80845         (CPU Time): Move CLK_TCK from here...
80846         (Processor Time): ...to here.  Correct description.
80847         * manual/conf.texi (Constants for Sysconf): Correct description of
80848         _SC_CLK_TCK.
80850 2012-04-10  David S. Miller  <davem@davemloft.net>
80852         [BZ #13967]
80853         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
80854         where the is a gap between DT_REL(A) and DT_JMPREL.
80856 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
80858         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
80859         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
80860         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
80862 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
80864         * elf/dl-support.c (_dl_inhibit_cache): New variable.
80865         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
80866         (dl_main): Handle --inhibit-cache.
80867         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
80868         _dl_inhibit_cache.
80869         * elf/dl-load.c (_dl_map_object): Use it.
80870         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
80872 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
80874         [BZ #13872]
80875         * sysdeps/i386/fpu/e_powl.S (p78): New object.
80876         (__ieee754_powl): Saturate large exponents rather than testing for
80877         overflow of y*log2(x).
80878         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
80879         * math/libm-test.inc (pow_test): Do not permit spurious overflow
80880         exceptions.
80882         [BZ #11521]
80883         * math/s_ctan.c: Include <float.h>.
80884         (__ctan): Avoid internal overflow or cancellation in calculating
80885         denominator.
80886         * math/s_ctanf.c: Likewise.
80887         * math/s_ctanl.c: Likewise.
80888         * math/s_ctanh.c: Likewise.
80889         * math/s_ctanhf.c: Likewise.
80890         * math/s_ctanhl.c: Likewise.
80891         * math/libm-test.inc (ctan_test): Add more tests.
80892         (ctanh_test): Likewise.
80893         * sysdeps/i386/fpu/libm-test-ulps: Update.
80894         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
80896 2012-04-09  Andreas Jaeger  <aj@suse.de>
80898         [BZ #6894]
80899         * manual/filesys.texi (Directory Entries): Mention that d_namlen
80900         is an optional BSD extension.
80902         [BZ #10254]
80903         * manual/stdio.texi (Opening Streams): Document additional fopen
80904         parameters.
80906 2012-04-09  Roland McGrath  <roland@hack.frob.com>
80908         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
80909         %eax without telling the compiler.
80911 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
80913         [BZ # 13963]
80914         * manual/install.texi: Use sourceware.org.
80916 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
80918         [BZ #13873]
80919         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
80920         (__ieee754_pow): Generate overflow and underflow using huge*huge
80921         and tiny*tiny rather than just returning constant infinity or zero
80922         for large exponents.
80923         * math/libm-test.inc (pow_test): Require overflow exceptions for
80924         applicable cases of large exponents.
80926         [BZ #706]
80927         * sysdeps/i386/fpu/e_pow.S (p10): New object.
80928         (__ieee754_pow): Use iterative multiplication algorithm only for
80929         integer exponents with absolute value below 1024.  Check for odd
80930         integer exponents when using algorithm for real exponents.
80931         * math/libm-test.inc (pow_test): Add more tests.
80932         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
80934 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
80936         [BZ #13705]
80937         * math/libm-test.inc (exp_test): Do not allow overflow exception
80938         on underflow test.
80940 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
80942         [BZ #13705]
80943         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
80944         instead of __kernel_standard_f.
80946 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
80948         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
80949         * sysdeps/x86_64/memset_chk.S: Likewise.
80951 2012-04-08  Andreas Jaeger  <aj@suse.de>
80953         [BZ #10153]
80954         * manual/startup.texi (Environment Access): Describe return value
80955         for putenv and setenv.
80957         [BZ #6895]
80958         * manual/filesys.texi (Directory Entries): Add description for
80959         DT_LNK.
80961         [BZ #6890]
80962         * manual/filesys.texi (Directory Entries): Clarify that it's file
80963         system not operating system in the description of DT_UNKNOWN.
80965         [BZ #6578]
80966         * manual/syslog.texi (closelog): Fix reference, it's openlog.
80968 2012-04-08  Stephen Compall  <s11@member.fsf.org>
80970         [BZ #6649]
80971         * manual/llio.texi (Opening and Closing Files): Add cross
80972         reference to explain mode argument.
80974 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
80976         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
80977         * sysdeps/x86_64/memset_chk.S: Likewise.
80979 2012-04-07  David S. Miller  <davem@davemloft.net>
80981         * elf/elf.h (R_SPARC_WDISP10): Define.
80982         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
80983         R_SPARC_SIZE32.
80984         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
80985         R_SPARC_SIZE64 and R_SPARC_H34.
80987 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
80989         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
80990         conditions and remove no longer applicable assertion.
80992 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
80994         * bits/byteswap.h: Include <features.h>.
80995         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
80996         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
80998 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
81000         * bits/byteswap.h (__bswap_16): Removed.
81001         Include <bits/byteswap-16.h> to get __bswap_16.
81002         * sysdeps/i386/bits/byteswap.h: Likewise.
81003         * sysdeps/s390/bits/byteswap.h: Likewise.
81004         * sysdeps/x86_64/bits/byteswap.h: Likewise.
81005         * bits/byteswap-16.h: New file.
81006         * sysdeps/i386/bits/byteswap-16.h: Likewise.
81007         * sysdeps/s390/bits/byteswap-16.h: Likewise.
81008         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
81009         * string/Makefile (headers): Add bits/byteswap-16.h.
81011 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
81013         [BZ #13895]
81014         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
81015         extra indirection.
81016         * nss/Makefile (tests-static, tests): Add tst-nss-static.
81017         * nss/tst-nss-static.c: New.
81019 2012-04-06  Robert Millan  <rmh@gnu.org>
81021         [BZ #6486]
81022         * manual/llio.texi (File Position Primitive): lseek
81023         refers to WHENCE when it really means OFFSET.
81025 2012-04-06  Andreas Jaeger  <aj@suse.de>
81027         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
81028         strncmp declarations.
81030         * abilist/libc.abilist: Add __poll and __ppoll.
81032 2012-04-05  David S. Miller  <davem@davemloft.net>
81034         * scripts/check-local-headers.sh: Accept a host triplet in the
81035         path matched by the exclude regexp.
81037         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
81038         definition.
81039         * sysdeps/powerpc/powerpc32/dl-machine.h
81040         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
81041         * sysdeps/s390/s390-32/dl-machine.h
81042         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
81043         * sysdeps/sparc/sparc32/dl-machine.h
81044         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
81045         * sysdeps/sparc/sparc64/dl-machine.h
81046         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
81048         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
81049         lazy binding.
81050         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
81051         undefined symbol errors.
81053         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
81054         DT_NEEDED entries.
81056 2012-04-05  Michael Matz  <matz@suse.de>
81058         [BZ #13592]
81059         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
81061 2012-04-05  Andreas Jaeger  <aj@suse.de>
81063         [BZ #13908]
81064         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
81065         comment.
81067 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
81069         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
81070         which ROUND is no valid rounding mode.
81072 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
81074         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
81075         read again.
81076         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
81078 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
81080         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
81081         an exception using FPU order intentionally.
81083 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
81085         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
81086         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
81087         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
81088         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
81090 2012-04-05  Simon Josefsson  <simon@josefsson.org>
81092         [BZ #12340]
81093         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
81094         EINVAL when BUFLEN is too smal.
81096 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
81098         [BZ #13553]
81099         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
81100         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
81102 2012-04-03  Andreas Jaeger  <aj@suse.de>
81104         [BZ #13938]
81105         * manual/setjmp.texi (System V contexts): Fix sentence.
81107         [BZ #13926]
81108         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
81109         New macro for this case.
81110         [!__GNUC__] (__bswap_64): New inline function for this case.
81111         * sysdeps/x86_64/bits/byteswap.h: Likewise.
81112         * bits/byteswap.h: Likewise.
81113         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
81114         ull, guard with __GLIBC_HAVE_LONG_LONG.
81116         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
81117         __GLIBC_HAVE_LONG_LONG.
81119         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
81120         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
81122 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
81124         [BZ #13691]
81125         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
81126         inptr and inend, rather than using last_ch.
81128 2012-04-02  David S. Miller  <davem@davemloft.net>
81130         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
81131         * stdio-common/printf-parse.h (read_int): Change return type to
81132         'int', return -1 on INT_MAX overflow.
81133         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
81134         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
81135         overflows INT_MAX.  Check for overflow of in-format-string precision
81136         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
81137         SIZE_MAX not INT_MAX for integer overflow test.
81138         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
81139         skip the construct in the format string but do not record anything.
81140         * stdio-common/bug22.c: Adjust to test both width/prevision
81141         INT_MAX overflow as well as total length INT_MAX overflow.  Check
81142         explicitly for proper errno values.
81144 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
81146         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
81147         CHAR_MAX.
81148         * string/test-strcmp.c [! WIDE]: Likewise.
81149         * time/tst-mktime2.c: Likewise for INT_MAX.
81150         * string/test-string.h: #include <sys/param.h> for MIN.
81152         * csu/init-first.c (__libc_init_first): Call __ctype_init.
81153         * sysdeps/i386/init-first.c (init): Likewise.
81154         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
81155         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
81156         * sysdeps/sh/init-first.c (init): Likewise.
81158 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
81160         * po/ru.po: Update from translation team.
81161         * po/vi.po: Likewise.
81163 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
81165         * resolv/nss_dns/dns-host.c: Merge copyright years.
81167 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
81169         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
81170         Optimize memcpy with prefetch if
81171         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
81172         src, dst pointers have unequal 16 byte alignments.
81174 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
81176         [BZ #13928]
81177         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
81178         from a CNAME entry and return the minimum ttl for the query.
81179         (gaih_getanswer_slice): Likewise.
81181 2012-03-30  Jeff Law  <law@redhat.com>
81183         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
81184         due to long keys.
81185         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
81186         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
81188         * resolv/nss_dns/dns-host.c: Update copyright year.
81190 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
81192         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
81193         requests to save a system call.  Fix check that all bytes are sent.
81195         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
81196         comments for sendmmsg.
81198 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
81200         [BZ #13691]
81201         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
81202         with only 1 character between 0x0041 and 0x01b0.
81203         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
81204         * wcsmbs/tst-mbsnrtowcs.c: New file.
81206 2012-03-29  David S. Miller  <davem@davemloft.net>
81208         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
81209         small copies by hand.
81211 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
81213         [BZ #13761]
81214         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
81215         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
81216         group memberships.
81218 2012-03-28  David S. Miller  <davem@davemloft.net>
81220         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
81221         that branches into memcpy.
81222         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
81223         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
81224         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
81225         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
81226         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
81227         bits.
81228         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
81229         implementation too.
81230         * sysdeps/sparc/mempcpy.S: New file.
81232         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
81233         the IFUNC routine in the libc case.
81234         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
81236         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
81237         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
81238         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
81239         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
81240         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
81241         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
81242         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
81243         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
81245         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
81246         loop to 256 bytes instead of 64 bytes and fix test signedness.
81248         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
81249         * sysdeps/sparc/sparc32/Makefile: rather than here...
81250         * sysdeps/sparc/sparc64/Makefile: and here.
81252 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
81254         * malloc/mallocbug.c: Avoid warnings about unused variables.
81256 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
81258         [BZ #13760]
81259         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
81260         in the right place. Discard and retry query if response is
81261         larger than input buffer size.
81263 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
81265         [BZ #369]
81266         [BZ #2678]
81267         [BZ #3866]
81268         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
81269         x for large integer exponent.
81270         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
81271         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
81272         sign of result as needed afterwards.
81273         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
81274         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
81275         result for underflowing pow the same as for overflow.
81276         (__kernel_standard_l): Handle powl overflow and underflow here
81277         rather than calling __kernel_standard.
81278         * math/libm-test.inc (pow_test): Add more tests.
81280         [BZ #3868]
81281         [BZ #13879]
81282         [BZ #13910]
81283         [BZ #13911]
81284         [BZ #13912]
81285         [BZ #13913]
81286         [BZ #13915]
81287         [BZ #13916]
81288         [BZ #13917]
81289         [BZ #13918]
81290         [BZ #13919]
81291         [BZ #13920]
81292         [BZ #13921]
81293         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
81294         * sysdeps/ieee754/k_standard.c: Include <float.h>.
81295         (__kernel_standard_l): New function.
81296         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
81297         __kernel_standard.
81298         * math/w_acosl.c (__acosl): Likewise.
81299         * math/w_asinl.c (__asinl): Likewise.
81300         * math/w_atan2l.c (__atan2l): Likewise.
81301         * math/w_atanhl.c (__atanhl): Likewise.
81302         * math/w_coshl.c (__coshl): Likewise.
81303         * math/w_exp10l.c (__exp10l): Likewise.
81304         * math/w_exp2l.c (__exp2l): Likewise.
81305         * math/w_fmodl.c (__fmodl): Likewise.
81306         * math/w_hypotl.c (__hypotl): Likewise.
81307         * math/w_j0l.c (__j0l, __y0l): Likewise.
81308         * math/w_j1l.c (__j1l, __y1l): Likewise.
81309         * math/w_jnl.c (__jnl, __ynl): Likewise.
81310         * math/w_lgammal.c (__lgammal): Likewise.
81311         * math/w_log10l.c (__log10l): Likewise.
81312         * math/w_log2l.c (__log2l): Likewise.
81313         * math/w_logl.c (__logl): Likewise.
81314         * math/w_powl.c (__powl): Likewise.
81315         * math/w_remainderl.c (__remainderl): Likewise.
81316         * math/w_scalbl.c (sysv_scalbl): Likewise.
81317         * math/w_sinhl.c (__sinhl): Likewise.
81318         * math/w_sqrtl.c (__sqrtl): Likewise.
81319         * math/w_tgammal.c (__tgammal): Likewise.
81320         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
81321         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
81322         * math/libm-test.inc (acos_test): Add more tests.
81323         (acosh_test): Likewise.
81324         (asin_test): Likewise.
81325         (atanh_test): Likewise.
81326         (exp_test): Likewise.
81327         (exp10_test): Likewise.
81328         (exp2_test): Likewise.
81329         (expm1_test): Likewise.
81330         (lgamma_test): Likewise.
81331         (log_test): Likewise.
81332         (log10_test): Likewise.
81333         (log1p_test): Likewise.
81334         (log2_test): Likewise.
81335         (pow_test): Do not allow some spurious overflow exceptions.
81336         (sqrt_test): Add more tests.
81337         (tgamma_test): Likewise.
81338         (y0_test): Likewise.
81339         (y1_test): Likewise.
81340         (yn_test): Likewise.
81342 2012-03-27  Anton Blanchard  <anton@samba.org>
81344         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
81345         MAP_HUGETLB.
81346         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
81347         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
81348         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
81350 2012-03-27  David S. Miller  <davem@davemloft.net>
81352         * conform/Makefile: Run run-conformtest.sh using $(BASH).
81354         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
81355         have-as-vis3 check.
81357 2012-03-27  Andreas Jaeger  <aj@suse.de>
81359         * sysdeps/x86_64/elf/configure.in: Moved to ...
81360         * sysdeps/x86_64/configure.in: ... here.
81361         * sysdeps/x86_64/elf/start.S: Moved to ...
81362         * sysdeps/x86_64/start.S: ... here.
81363         * sysdeps/x86_64/elf/configure: Delete.
81365         * sysdeps/x86_64/configure.in: Merge contents from
81366         sysdeps/i386/configure.in (without i686 check).
81368         * sysdeps/i386/elf/Versions: Merge into ...
81369         * sysdeps/i386/Versions: ... this.
81370         * sysdeps/i386/elf/Versions: Delete file.
81371         * sysdeps/i386/elf/start.S: Moved to ...
81372         * sysdeps/i386/start.S: ...here.
81373         * sysdeps/i386/elf/configure.in: Merge into...
81374         * sysdeps/i386/configure.in: ...here.
81375         * sysdeps/i386/elf/configure.in: Delete file.
81376         * sysdeps/i386/elf/configure: Delete file.
81378         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
81379         * debug/backtracesyms.c: ... here.
81380         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
81381         * debug/backtracesymsfd.c: ... here.
81382         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
81383         * sysdeps/generic/ifunc-sel.h: ... here.
81385         * sysdeps/unix/i386/start.c: Delete file.
81386         * sysdeps/unix/sparc/start.c: Delete file.
81387         * sysdeps/unix/start.c: Delete file.
81389         * sysdeps/sh/elf/configure.in: Moved to ...
81390         * sysdeps/sh/configure.in: ... here.
81391         * sysdeps/sh/elf/start.S: Moved to ...
81392         * sysdeps/sh/start.S: ... here.
81393         * sysdeps/sh/elf/configure: Delete file.
81395         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
81396         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
81397         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
81398         * sysdeps/powerpc/powerpc64/entry.h: ... here.
81399         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
81400         * sysdeps/powerpc/powerpc64/start.S: here.
81401         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
81402         * sysdeps/powerpc/powerpc64/Makefile: ... this.
81403         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
81404         * sysdeps/powerpc/powerpc64/configure.in: ... this.
81405         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
81407         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
81408         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
81409         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
81410         * sysdeps/powerpc/powerpc32/start.S: ... here.
81411         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
81412         * sysdeps/powerpc/powerpc32/configure.in: ... this.
81413         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
81415         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
81416         * sysdeps/powerpc/ifunc-sel.h: ... here.
81417         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
81418         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
81420         * sysdeps/sparc/elf/configure.in: Moved to ...
81421         * sysdeps/sparc/configure.in: ... here.
81422         * sysdeps/sparc/elf/configure: Delete file.
81423         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
81424         * sysdeps/sparc/sparc32/start.S: ... here.
81425         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
81426         * sysdeps/sparc/sparc64/start.S: ... here.
81427         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
81428         * sysdeps/sparc/sparc32/Makefile: ... this.
81429         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
81430         * sysdeps/sparc/sparc64/Makefile: ... this.
81432         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
81433         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
81434         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
81435         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
81436         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
81437         * sysdeps/s390/s390-32/setjmp.S: ... here.
81438         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
81439         * sysdeps/s390/s390-32/configure.in: ... here.
81440         * sysdeps/s390/s390-32/elf/configure: Delete file.
81441         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
81442         * sysdeps/s390/s390-32/start.S: ... here.
81444         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
81445         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
81446         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
81447         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
81448         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
81449         * sysdeps/s390/s390-64/setjmp.S: ... here.
81450         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
81451         * sysdeps/s390/s390-64/configure.in: ... here
81452         * sysdeps/s390/s390-64/elf/configure: Delete file.
81453         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
81454         * sysdeps/s390/s390-64/start.S: ... here.
81455         * sysdeps/s390/s390-64/elf/configure: Delete.
81457         * configure.in: Remove support for elf directories in sysdeps.
81459         * configure: Regenerated.
81460         * sysdeps/i386/configure: Regenerated.
81461         * sysdeps/powerpc/powerpc32/configure: Regenerated.
81462         * sysdeps/powerpc/powerpc64/configure: Regenerated.
81463         * sysdeps/s390/s390-32/configure: Regenerated.
81464         * sysdeps/s390/s390-64/configure: Regenerated.
81465         * sysdeps/sh/configure: Regenerated.
81466         * sysdeps/sparc/configure: Regenerated.
81467         * sysdeps/x86_64/configure: Regenerated.
81469 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
81471         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
81473         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
81474         denormal result into account.
81476 2012-03-25  Roland McGrath  <roland@hack.frob.com>
81478         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
81479         Reported by Allan McRae <allan@archlinux.org>.
81481 2012-03-23  Jeff Law  <law@redhat.com>
81483         * nss/getnssent.c (__nss_getent): Fix typo.
81485 2012-03-23  David S. Miller  <davem@davemloft.net>
81487         * sysdeps/sparc/fpu/libm-test-ulps: Update.
81489 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
81491         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
81492         to pad to uint64_t for each field.
81493         (dl_tls_index): Replace unsigned long with uint64_t.
81495 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
81496         Paul Pluzhnikov  <ppluzhnikov@google.com>
81498         [BZ #6528]
81499         * grp/Makefile (otherlibs): Don't set it.
81500         * inet/Makefile (otherlibs): Likewise.
81501         * login/Makefile (otherlibs): Likewise.
81502         * nscd/Makefile (otherlibs): Likewise.
81503         * posix/Makefile (otherlibs): Likewise.
81504         * pwd/Makefile (otherlibs): Likewise.
81505         * rt/Makefile (otherlibs): Likewise.
81506         * sunrpc/Makefile (otherlibs): Likewise.
81507         * nss/Makefile (otherlibs): Likewise.
81508         Add libnss_files to routines and static-only-routines.
81509         ($(objpfx)getent): Remove rule.
81510         * resolv/Makefile: Add libnss_dns and libresolv to routines and
81511         static-only-routines.
81513 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
81515         [BZ #13892]
81516         * math/s_cexp.c: Include <float.h>.
81517         (__cexp): Handle exp result overflowing not necessarily
81518         overflowing both real and imaginary parts of result.
81519         * math/s_cexpf.c: Likewise.
81520         * math/s_cexpl.c: Likewise.
81521         * math/libm-test.inc (cexp_test): Add more tests.
81522         * sysdeps/i386/fpu/libm-test-ulps: Update.
81523         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
81525 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
81527         * include/link.h (ELFW): New macro.
81528         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
81529         Replace ELF64_R_TYPE with ELFW(R_TYPE).
81531 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
81533         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
81534         with uint64_t.
81536 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
81538         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
81539         declaration.
81540         (struct La_x32_retval): Likewise.
81542 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
81544         * sysdeps/x86_64/preconfigure.in: New file.
81545         * sysdeps/x86_64/preconfigure: New generated file.
81547 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
81549         [BZ #13824]
81550         * math/e_exp2l.c: Include <float.h>.
81551         (__ieee754_exp2l): Handle overflow and underflow cases
81552         separately.  Only pass fractional part of argument to
81553         __ieee754_expl.
81554         * math/libm-test.inc (exp2_test): Add more tests.
81556         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
81557         negating x to take absolute value.
81558         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
81559         Likewise.
81560         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
81561         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
81562         Likewise.
81563         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
81564         computing low part if x was negated.
81565         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
81567 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
81569         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
81570         la_x32_gnu_pltexit.
81571         (pltexit): Cast int_retval to ptrdiff_t.
81572         * elf/tst-auditmod3b.c: Likewise.
81573         * elf/tst-auditmod4b.c: Likewise.
81574         * elf/tst-auditmod5b.c: Likewise.
81575         * elf/tst-auditmod6b.c: Likewise.
81576         * elf/tst-auditmod6c.c: Likewise.
81577         * elf/tst-auditmod7b.c: Likewise.
81579         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
81580         and x32_gnu_pltexit.
81582         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
81583         __ELF_NATIVE_CLASS.
81584         (La_x32_regs): New macro.
81585         (La_x32_retval): Likewise.
81586         (la_x32_gnu_pltenter): New function prototype.
81587         (la_x32_gnu_pltexit): Likewise.
81589 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
81591         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
81592         exponent.
81594         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
81596         * configure.in (libc_cv_cc_nofma): Check for option to disable
81597         generation of FMA instructions.
81598         * configure: Regenerate.
81599         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
81600         * sysdeps/ieee754/dbl-64/Makefile: New file.
81601         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
81602         Remove brandred-fma4.
81603         (CFLAGS-brandred-fma4.c): Remove.
81604         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
81605         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
81606         define.
81607         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
81608         define.
81610 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
81612         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
81613         LLONG_MAX != LONG_MAX.
81614         (_itoa_word): Use _ITOA_WORD_TYPE on value.
81615         (_fitoa_word): Likewise.
81616         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
81617         LLONG_MAX != LONG_MAX.
81618         * stdio-common/_itowa.h: Include <_itoa.h>.
81619         (_itowa_word): Use _ITOA_WORD_TYPE on value.
81620         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
81621         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
81622         only if not defined.
81623         (_ITOA_WORD_TYPE): Likewise.
81624         (_itoa_word): Use _ITOA_WORD_TYPE on value.
81625         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
81627 2012-03-21  David S. Miller  <davem@davemloft.net>
81629         * sysdeps/sparc/fpu/libm-test-ulps: Update.
81631 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
81633         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
81634         of x86_64 when setting libc_cv_slibdir, libdir and
81635         libc_cv_localedir.
81636         * sysdeps/unix/sysv/linux/configure: Regenerated.
81638 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
81640         * manual/lang.texi (Old Varargs): Remove section.
81641         (How Variadic): Update menu.
81642         (va_start): Do not mention varargs.h.
81644 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
81645             Joseph Myers  <joseph@codesourcery.com>
81647         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
81648         link test.
81649         * configure: Regenerated.
81651 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
81653         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
81654         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
81655         conformtest.pl
81657 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
81659         * NOTES: Remove.
81660         * Makefile (files-for-dist): Remove NOTES.
81661         (NOTES): Remove rule.
81662         * README: Don't refer to NOTES.
81663         * manual/creature.texi: Don't include macros.texi.
81664         * manual/intro.texi (creature.texi): Remove comment referring to
81665         NOTES.
81667         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
81668         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
81669         * configure: Regenerated.
81670         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
81671         LIBC_TRY_CC_OPTION.
81672         (libc_cv_as_i686): Likewise.
81673         (libc_cv_cc_avx): Likewise.
81674         (libc_cv_cc_sse2avx): Likewise.
81675         (libc_cv_cc_fma4): Likewise.
81676         (libc_cv_cc_novzeroupper): Likewise.
81677         * sysdeps/i386/configure: Regenerated.
81679         [BZ #13883]
81680         * sysdeps/i386/fpu/s_cexp.S: Remove.
81681         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
81682         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
81683         * math/libm-test.inc (cexp_test): Add more tests.
81684         * sysdeps/i386/fpu/libm-test-ulps: Update.
81685         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
81687 2012-03-21  Allan McRae  <allan@archlinux.org>
81689         * timezone/Makefile: Do not install iso3166.tab and zone.tab
81691 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
81693         [BZ #13871]
81694         * math/w_exp2.c: Do not include <float.h>.
81695         (o_threshold, u_threshold): Remove.
81696         (__exp2): Calculate result before checking finiteness and calling
81697         __kernel_standard.
81698         * math/w_exp2f.c: Likewise.
81699         * math/w_exp2l.c: Likewise.
81700         * math/libm-test.inc (exp2_test): Require overflow exception for
81701         1e6 input.
81703         [BZ #3866]
81704         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
81705         range of signed 64-bit integers before using fistpll.  Remove
81706         checks for whether integers fit in mantissa bits.
81707         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
81708         the range of signed 32-bit integers before using fistpl.  Remove
81709         checks for whether integers fit in mantissa bits.
81710         * sysdeps/i386/fpu/e_powl.S (p64): New object.
81711         (__ieee754_powl): Test for y outside the range of signed 64-bit
81712         integers before using fistpll.  Reduce 64-bit values to 63-bit
81713         ones as needed.
81714         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
81715         divide-by-zero is raised for zero to large negative powers.
81716         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
81717         (__ieee754_powl): Test for y outside the range of signed 64-bit
81718         integers before using fistpll.  Reduce 64-bit values to 63-bit
81719         ones as needed.
81720         * math/libm-test.inc (pow_test): Add more tests.
81722 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
81724         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
81725         <stdio-common/_itoa.h>.
81726         * debug/segfault.c: Likewise.
81727         * elf/dl-cache.c: Likewise.
81728         * elf/dl-minimal.c: Likewise.
81729         * elf/dl-misc.c: Likewise.
81730         * elf/dl-sysdep.c: Likewise.
81731         * elf/dl-version.c: Likewise.
81732         * elf/rtld.c: Likewise.
81733         * hurd/hurdsock.c: Likewise.
81734         * hurd/lookup-retry.c: Likewise.
81735         * malloc/malloc.c: Likewise.
81736         * malloc/mtrace.c: Likewise.
81737         * nscd/nscd_getgr_r.c: Likewise.
81738         * nscd/nscd_getpw_r.c: Likewise.
81739         * nscd/nscd_getserv_r.c: Likewise.
81740         * posix/getopt_init.c: Likewise.
81741         * posix/wordexp.c: Likewise.
81742         * stdio-common/_itoa.c: Likewise.
81743         * stdio-common/printf_fphex.c: Likewise.
81744         * stdio-common/vfprintf.c: Likewise.
81745         * string/_strerror.c: Likewise.
81746         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
81747         * sysdeps/i386/i686/hp-timing.h: Likewise.
81748         * sysdeps/mach/_strerror.c: Likewise.
81749         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
81750         * sysdeps/mach/hurd/sethostid.c: Likewise.
81751         * sysdeps/mach/hurd/xmknodat.c: Likewise.
81752         * sysdeps/mach/xpg-strerror.c: Likewise.
81753         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
81754         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
81755         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
81756         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
81757         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
81758         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
81759         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
81760         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
81761         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
81762         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
81763         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
81764         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
81765         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
81766         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
81767         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
81768         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
81769         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
81770         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
81771         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
81772         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
81773         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
81775         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
81777         * stdio-common/_itoa.h: Moved to ...
81778         * sysdeps/generic/_itoa.h: Here.
81780         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
81782         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
81783         instead of "_itoa.h" and "_itowa.h".
81784         * stdio-common/vfprintf.: Likewise.
81786 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
81788         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
81789         <bits/wordsize.h>.
81790         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
81791         (__signbit): Likewise.
81792         (llrintf): Likewise.
81793         (llrint): Likewise.
81795 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
81797         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
81798         __WORDSIZE != 64.
81800 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
81802         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
81803         OVERFLOW_EXCEPTION_OK.
81804         * math/libm-test.inc ("Philosophy"): Update comment about
81805         exception testing.
81806         (OVERFLOW_EXCEPTION): Define.
81807         (OVERFLOW_EXCEPTION_OK): Likewise.
81808         (INVALID_EXCEPTION_OK): Renumber.
81809         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
81810         (IGNORE_ZERO_INF_SIGN): Likewise.
81811         (test_exceptions): Handle FE_OVERFLOW.
81812         (exp10_test): Expect overflow exceptions.
81813         (exp2_test): Likewise.
81814         (expm1_test): Likewise.
81815         (nextafter_test): Likewise.
81816         (pow_test): Likewise.
81817         (scalbn_test): Likewise.
81818         (scalbln_test): Likewise.
81820 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
81822         * sysdeps/x86_64/bits/atomic.h
81823         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
81824         64bit integer.
81825         (atomic_exchange_acq): Likewise.
81826         (__arch_exchange_and_add_body): Likewise.
81827         (__arch_add_body): Likewise.
81828         (atomic_add_negative): Likewise.
81829         (atomic_add_zero): Likewise.
81831 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
81833         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
81834         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
81836 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
81838         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
81839         Check __x86_64__ instead of __WORDSIZE.
81841 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
81843         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
81845 2012-03-19  David S. Miller  <davem@davemloft.net>
81847         * sysdeps/sparc/fpu/libm-test-ulps: Update.
81849         * sysdeps/sparc/fpu/fenv_private.h: New file.
81850         * sysdeps/sparc/fpu/math_private.h: Use it.
81851         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
81852         Remove.
81853         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
81854         (libc_feholdexcept_setroundl): Remove.
81855         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
81856         Remove.
81857         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
81858         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
81860 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
81862         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
81863         int64_t instead of long int.
81864         (INSERT_WORDS64): Likewise.
81866 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
81868         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
81869         _Unwind_GetCFA return to _Unwind_Ptr first.
81871 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
81873         [BZ #13629]
81874         * math/s_clog.c: Include <float.h>.
81875         (__clog): Scale large or subnormal inputs.
81876         * math/s_clogf.c: Likewise.
81877         * math/s_clogl.c: Likewise.
81878         * math/s_clog10.c: Include <float.h>.
81879         (M_LOG10_2): Define.
81880         (__clog10): Scale large or subnormal inputs.
81881         * math/s_clog10f.c: Likewise.
81882         * math/s_clog10l.c: Likewise.
81883         * math/libm-test.inc (clog_test): Add more tests.
81884         (clog10_test): Likewise.
81885         * sysdeps/i386/fpu/libm-test-ulps: Update.
81886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
81888         [BZ #11451]
81889         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
81890         x and y.
81891         * math/libm-test.inc (atan2_test): Add another test.
81893         * Makerules (common-objdir-compile): Remove.
81894         * sysdeps/unix/Makefile (config-generated): Do not add
81895         $(unix-generated) to variable.
81896         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
81897         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
81898         Remove rule.
81899         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
81900         Likewise.
81901         [generic bits/local_lim.h] (before-compile): Do not append to
81902         variable.
81903         [generic bits/local_lim.h] (common-generated): Likewise.
81904         [generic sys/param.h] (before-compile): Do not append to variable.
81905         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
81906         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
81907         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
81908         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
81909         include.
81910         [generic sys/param.h] (sys/param.h-includes): Remove variable.
81911         [generic sys/param.h] (sys/param.h-includes): Remove rule.
81912         [generic sys/param.h] ($(addprefix
81913         $(common-objpfx),$(sys/param.h-includes))): Likewise.
81914         [generic sys/param.h] (common-generated): Do not append to
81915         variable.
81916         [generic sys/param.h] (sysdep_headers): Likewise.
81917         [generic bits/errno.h] (before-compile): Do not append to
81918         variable.
81919         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
81920         rule.
81921         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
81922         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
81923         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
81924         [generic bits/errno.h] (common-generated): Do not append to
81925         variable.
81926         [generic bits/ioctls.h] (before-compile): Do not append to
81927         variable.
81928         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
81929         rule.
81930         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
81931         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
81932         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
81933         rule.
81934         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
81935         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
81936         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
81937         [generic bits/ioctls.h] (common-generated): Do not append to
81938         variable.
81939         [generic sys/syscall.h] (syscall.h): Remove variable.
81940         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
81941         rule.
81942         [generic sys/syscall.h] (before-compile): Do not append to
81943         variable.
81944         [generic sys/syscall.h] (common-generated): Likewise.
81945         * sysdeps/unix/errnos-tmpl.c: Remove file.
81946         * sysdeps/unix/errnos.awk: Likewise.
81947         * sysdeps/unix/ioctls-tmpl.c: Likewise.
81948         * sysdeps/unix/ioctls.awk: Likewise.
81949         * sysdeps/unix/mk-local_lim.c: Likewise.
81950         * sysdeps/unix/snarf-ioctls: Likewise.
81952 2012-03-19  Richard Henderson  <rth@twiddle.net>
81954         * sysdeps/i386/fpu/fenv_private.h: New file.
81955         * sysdeps/i386/fpu/math_private.h: Use it.
81956         (math_opt_barrier, math_force_eval): Remove.
81957         (libc_feholdexcept_setround_53bit): Remove.
81958         (libc_feupdateenv_53bit): Remove.
81959         * sysdeps/x86_64/fpu/math_private.h: Likewise.
81960         (math_opt_barrier, math_force_eval): Remove.
81961         (libc_feholdexcept): Remove.
81962         (libc_feholdexcept_setround): Remove.
81963         (libc_fetestexcept, libc_fesetenv): Remove.
81964         (libc_feupdateenv_test): Remove.
81965         (libc_feupdateenv, libc_feholdsetround): Remove.
81966         (libc_feresetround): Remove.
81968         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
81969         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
81971         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
81972         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
81973         (libc_feupdateenv_testl): New.
81974         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
81975         (libc_feupdateenv_testf): New.
81976         (libc_feupdateenv): Use libc_feupdateenv_test.
81977         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
81978         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
81980         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
81981         (libc_feholdsetroundf, libc_feholdsetroundl): New.
81982         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
81983         (libc_feresetround_noex): New.
81984         (libc_feresetround_noexf): New.
81985         (libc_feresetround_noexl): New.
81986         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
81987         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
81988         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
81989         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
81990         SET_RESTORE_ROUND.
81991         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
81992         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
81993         (__cos): Likewise.
81994         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
81995         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
81996         SET_RESTORE_ROUND_NOEX.
81997         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
81998         SET_RESTORE_ROUND_NOEXF.
81999         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
82000         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
82001         (libc_feholdsetroundf): New.
82002         (libc_feresetround, libc_feresetroundf): New.
82004         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
82005         (libc_feholdexcept_setround_53bit): Convert from macro to function.
82006         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
82008         * sysdeps/generic/math_private.h: Include <fenv.h>.
82009         (default_libc_feholdexcept): New.
82010         (default_libc_feholdexcept_setround): New.
82011         (default_libc_fesetenv, default_libc_feupdateenv): New.
82012         (libc_feholdexcept): Only define if undefined.
82013         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
82014         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
82015         (libc_feholdexcept_setroundl): Likewise.
82016         (libc_feholdexcept_setround_53bit): Likewise.
82017         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
82018         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
82019         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
82020         (libc_feupdateenv_53bit): Likewise.
82021         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
82022         (libc_feholdexcept): Convert from macro to inline function.
82023         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
82024         (libc_fesetenv, libc_feupdateenv): Likewise.
82026         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
82027         not previously defined.
82028         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
82029         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
82030         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
82031         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
82032         * sysdeps/ieee754/flt-32/math_private.h: New file.
82033         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
82034         math_private.h below SET_FLOAT_WORD.
82035         (__isnan, __isinf_ns, __finite): Remove.
82036         (__isnanf, __isinf_nsf, __finitef): Remove.
82038 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
82040         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
82042 2012-03-17  David S. Miller  <davem@davemloft.net>
82044         [BZ #6471]
82045         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
82046         for 2.16.
82048 2012-03-16  David S. Miller  <davem@davemloft.net>
82050         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
82051         warnings.
82053         [BZ #6471]
82054         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
82055         properly.
82056         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
82057         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
82058         sysdep_routines when subdir is sysvipc.
82059         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
82060         __getshmlba helper.
82062         * sysdeps/sparc/fpu/libm-test/ulps: Update.
82064 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
82066         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
82067         [__LP64__].
82069 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
82071         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
82072         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
82073         (__lround): Renamed to ...
82074         (__llround): This.  Replace long int with long long int.
82075         Define lround functions as aliases of llround functions.
82076         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
82078 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
82080         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
82081         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
82082         adresses to uintptr_t.  Replace "long int" and "unsigned long
82083         int" with "greg_t" on va_arg.
82085 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
82087         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
82088         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
82090         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
82091         Move e_machine check before EI_CLASS check.  Handle x32
82092         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
82093         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
82094         SKIP_EM_IA_64 and include
82095         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
82097         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
82098         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
82099         (add_system_dir): New macro.
82101         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
82102         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
82104 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
82106         [BZ #2551]
82107         [BZ #2552]
82108         [BZ #2553]
82109         [BZ #2554]
82110         [BZ #2562]
82111         [BZ #2563]
82112         [BZ #2565]
82113         [BZ #2566]
82114         [BZ #2576]
82115         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
82116         (y0): Likewise.
82117         * math/w_j0f.c (j0f): Likewise.
82118         (y0f): Likewise.
82119         * math/w_j0l.c (__j0l): Likewise.
82120         (__y0l): Likewise.
82121         * math/w_j1.c (j1): Likewise.
82122         (y1): Likewise.
82123         * math/w_j1f.c (j1f): Likewise.
82124         (y1f): Likewise.
82125         * math/w_j1l.c (__j1l): Likewise.
82126         (__y1l): Likewise.
82127         * math/w_jn.c (jn): Likewise.
82128         (yn): Likewise.
82129         * math/w_jnf.c (jnf): Likewise.
82130         (ynf): Likewise.
82131         * math/w_jnl.c (__jnl): Likewise.
82132         (__ynl): Likewise.
82133         * math/libm-test.inc (j0_test): Add more tests.
82134         (j1_test): Likewise.
82135         (jn_test): Likewise.  Add trailing semicolon to existing test.
82136         (y0_test): Likewise.
82137         (y1_test): Likewise.
82138         * sysdeps/i386/fpu/libm-test-ulps: Update.
82139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
82141         [BZ #13851]
82142         [BZ #13854]
82143         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
82144         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
82145         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
82146         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
82147         (__tanl): Set errno for infinite argument.
82148         * sysdeps/i386/fpu/mptan.c: Remove.
82149         * sysdeps/i386/fpu/s_tan.S: Likewise.
82150         * sysdeps/i386/fpu/s_tanl.S: Likewise.
82151         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
82152         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
82153         * math/libm-test.inc (tan_test): Add more tests and enable more
82154         tests for double and long double.
82155         * sysdeps/i386/fpu/libm-test-ulps: Update.
82156         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
82158 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
82160         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
82161         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
82163 2012-03-16  Roland McGrath  <roland@hack.frob.com>
82165         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
82166         * configure.in: Use it for both main tree and add-ons.
82167         * configure: Regenerated.
82169 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
82171         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
82173 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
82175         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
82176         in comment.
82178         [BZ #13851]
82179         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
82180         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
82181         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
82182         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
82183         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
82184         infinite argument.
82185         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
82186         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
82187         != 0 for prec == 2.
82188         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
82189         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
82190         * sysdeps/i386/fpu/s_cosl.S: Likewise.
82191         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
82192         * sysdeps/i386/fpu/s_sinl.S: Likewise.
82193         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
82194         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
82195         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
82196         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
82197         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
82198         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
82199         * math/libm-test.inc (cos_test): Add more tests and enable more
82200         tests for long double.
82201         (sin_test): Likewise.
82202         (sincos_test): Likewise.
82203         * sysdeps/i386/fpu/libm-test-ulps: Update.
82204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
82206 2012-03-16  David S. Miller  <davem@davemloft.net>
82208         * sysdeps/sparc/fpu/math_private.h: New file.
82210 2012-03-15  David S. Miller  <davem@davemloft.net>
82212         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
82213         file.
82214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
82215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
82216         file.
82217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
82218         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
82219         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
82220         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
82221         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
82222         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
82223         sysdep routines.
82224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
82226         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
82227         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
82229         * sysdeps/sparc/sparc-ifunc.h: New file.
82230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
82231         sparc-ifunc.h
82232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
82233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
82234         Likewise.
82235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
82236         Likewise.
82237         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
82238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
82239         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
82240         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
82241         Likewise.
82242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
82243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
82244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
82245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
82246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
82247         Likewise.
82248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
82249         Likewise.
82250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
82251         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
82252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
82253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
82254         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
82255         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
82256         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
82257         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
82258         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
82259         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
82260         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
82261         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
82262         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
82263         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
82264         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
82265         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
82266         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
82267         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
82268         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
82269         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
82270         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
82271         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
82272         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
82273         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
82275 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
82277         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
82278         scaling.
82279         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
82281 2012-03-15  Andreas Jaeger  <aj@suse.de>
82283         [BZ #13852]
82284         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
82285         ieee754/flt-32 implementation for sin, cos and sincos.
82286         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
82287         * sysdeps/i386/fpu/s_cosf.S: Likewise.
82288         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
82289         * sysdeps/i386/fpu/s_sinf.S: Likewise.
82290         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
82291         ieee754/flt-32 implementation for tan.
82293         * math/libm-test.inc (cos_test): Enable some large input tests for
82294         float as well
82295         (sin_test): Likewise.
82296         (sincos_test): Likewise.
82297         (tan_test): Add tests for large input.
82299         * sysdeps/i386/fpu/libm-test-ulps: Update.
82301 2012-03-15  Andreas Jaeger  <aj@suse.de>
82303         [BZ #13658]
82304         * math/libm-test.inc (cos_test): Add more test cases.
82305         (sin_test): Likewise.
82306         (sincos_test): Likewise.
82308 2012-03-15  Andreas Jaeger  <aj@suse.de>
82310         [BZ #13837]
82311         * math/libm-test.inc (cos_test): Add a test case for large input
82312         value.
82313         (sin_test): Likewise.
82314         (sincos_test): Likewise.
82316 2012-03-15  Andreas Jaeger  <aj@suse.de>
82317             Joseph Myers  <joseph@codesourcery.com>
82319         [BZ #13658]
82320         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
82321         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
82322         * sysdeps/i386/fpu/branred.c: Likewise.
82323         * sysdeps/i386/fpu/dosincos.c: Likewise.
82324         * sysdeps/i386/fpu/mpa.c: Likewise.
82325         * sysdeps/i386/fpu/s_cos.S: Likewise.
82326         * sysdeps/i386/fpu/s_sin.S: Likewise.
82327         * sysdeps/i386/fpu/s_sincos.S: Likewise.
82328         * sysdeps/i386/fpu/sincos32.c: Likewise.
82330         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
82331         Define.
82332         (libc_feupdateenv_53bit): Define.
82333         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
82334         Define.
82335         (libc_feupdateenv_53bit): Define.
82337         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
82338         53 bit (without extend i386 double precision).
82340         * math/libm-test.inc (sincos_test): Add tests for large input.
82341         (sin): Likewise.
82342         (cos): Likewise.
82344         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
82346 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
82348         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
82350 2012-03-15  David S. Miller  <davem@davemloft.net>
82352         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
82353         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
82354         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
82355         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
82356         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
82357         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
82358         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
82359         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
82360         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
82361         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
82362         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
82363         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
82364         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
82365         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
82366         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
82367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
82368         file.
82369         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
82370         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
82371         file.
82372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
82373         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
82374         file.
82375         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
82376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
82377         file.
82378         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
82379         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
82380         fmin/fmax sysdep routines.
82381         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
82383 2012-03-14  David S. Miller  <davem@davemloft.net>
82385         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
82386         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
82387         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
82388         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
82389         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
82390         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
82391         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
82392         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
82393         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
82394         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
82395         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
82396         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
82397         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
82398         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
82399         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
82400         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
82401         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
82402         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
82403         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
82404         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
82405         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
82406         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
82407         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
82408         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
82409         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
82410         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
82411         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
82412         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
82413         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
82414         routines.
82415         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
82416         file.
82417         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
82418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
82419         file.
82420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
82421         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
82422         file.
82423         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
82424         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
82425         file.
82426         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
82427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
82428         file.
82429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
82430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
82431         file.
82432         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
82433         file.
82434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
82435         file.
82436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
82437         file.
82438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
82439         New file.
82440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
82441         file.
82442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
82443         file.
82444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
82445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
82446         file.
82447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
82448         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
82449         file.
82450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
82451         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
82452         file.
82453         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
82454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
82455         VIS3 routines.
82457         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
82458         New file.
82460         * sysdeps/sparc/fpu/libm-test-ulps: Update.
82462         * sysdeps/sparc/configure.in: New file.
82463         * sysdeps/sparc/configure: Generate.
82464         * configure.in (libc_cv_sparc_as_vis3): Substitute.
82465         * configure: Regenerate.
82466         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
82467         * config.make.in (have-as-vis3): New.
82468         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
82469         available use -Av9d instead of -Av9a.
82470         * sysdeps/sparc/sparc64/Makefile: Likewise.
82471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
82472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
82473         New file.
82474         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
82475         file.
82476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
82477         New file.
82478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
82479         file.
82480         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
82481         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
82482         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
82483         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
82484         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
82486         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
82487         fzeros/fnegs to load 0x80000000 into a float register instead of
82488         using the stack.
82489         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
82491 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
82493         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
82494         bits/syscall.h.
82495         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
82496         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
82497         ($(inst_includedir)/bits/syscall.h): Remove rule.
82498         ($(objpfx)bits/syscall.d): Include instead of
82499         $(objpfx)syscall-list.d.
82500         (generated): Change syscall-list.h and syscall-list.d to
82501         bits/syscall.h and bits/syscall.d.
82503 2012-03-14  Roland McGrath  <roland@hack.frob.com>
82505         [BZ #13846]
82506         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
82508 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
82510         [BZ #13841]
82511         * math/s_csqrt.c: Include <float.h>.
82512         (__csqrt): Scale large or subnormal inputs.
82513         * math/s_csqrtf.c: Likewise.
82514         * math/s_csqrtl.c: Likewise.
82515         * math/libm-test.inc (csqrt_test): Add more tests.
82516         * sysdeps/i386/fpu/libm-test-ulps: Update.
82517         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
82519         [BZ #13840]
82520         * math/libm-test.inc (hypot_test): Add more tests.
82522 2012-03-13  David S. Miller  <davem@davemloft.net>
82524         [BZ #13840]
82525         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
82526         double-precision for the calculation instead of scaling.
82528 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
82530         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
82531         manipulate bits before adding and subtracting TWO52[sx].
82532         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
82533         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
82534         Likewise.
82535         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
82537 2012-03-13  David S. Miller  <davem@davemloft.net>
82539         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
82540         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
82541         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
82542         rtld-global-offsets.h
82543         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
82545         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
82546         large parameters.
82548         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
82550         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
82551         'err' in the ifdef scope in which it is actually used.
82553         * nss/nss_db/db-init.c: Include string.h
82555 2012-03-12  David S. Miller  <davem@davemloft.net>
82557         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
82558         masking out of the most significant byte of random value used.
82559         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
82560         Fix coding style in previous change.
82562         * sysdeps/unix/sysv/linux/kernel-features.h
82563         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
82564         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
82565         expression.
82566         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
82567         later.
82569 2012-03-11  David S. Miller  <davem@davemloft.net>
82571         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
82572         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
82573         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
82574         for 'resultvar' otherwise things get truncated on 64-bit.
82576         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
82577         Fix masking out of the most significant byte of random value used.
82579         * sysdeps/sparc/fpu/libm-test-ulps: Update.
82581 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
82583         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
82585 2012-03-09  David S. Miller  <davem@davemloft.net>
82587         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
82588         variables with appropriate CPP guards.
82589         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
82590         from the frame pointer, not the stack pointer.  Correct layout
82591         comments.  Fix test on resulting framesize and the management of
82592         the outregs buffer for pltexit.  Preserve floating point return
82593         values across _dl_call_pltexit call.
82594         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
82595         framesize and the management of the outregs buffer for pltexit.
82596         Preserve floating point return values across _dl_call_pltexit
82597         call.
82598         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
82599         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
82600         (la_sparc64_gnu_pltexit): New functions.
82601         (print_exit): Fix format string for return register value.
82603 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
82605         * sunrpc/Makefile (others): Add rpcgen.
82606         ($(objpfx)rpcgen): Remove special build rule and dependency on
82607         libc.
82608         * sunrpc/rpcgen.c: New file.
82610 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
82612         [BZ #13673]
82613         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
82614         * stdio-common/bug-vfprintf-nargs.c: Likewise.
82615         * sysdeps/i386/crti.S: Likewise.
82616         * sysdeps/i386/crtn.S: Likewise.
82617         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
82618         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
82619         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
82620         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
82621         * sysdeps/sh/crti.S: Likewise.
82622         * sysdeps/sh/crtn.S: Likewise.
82623         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
82625         [BZ #13673]
82626         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
82627         with URL.
82628         * locale/programs/locfile-kw.gperf: Likewise.
82629         * locale/programs/charmap-kw.h: Regenerated.
82630         * locale/programs/locfile-kw.h: Likewise.
82632         [BZ #13673]
82633         * intl/plural.y: Replace FSF snail mail address with URL.
82634         * intl/plural.c: Regenerated.
82636 2012-03-09  Richard Henderson  <rth@twiddle.net>
82638         * include/math_private.h: Remove file.
82639         * math/math_private.h: Move file ...
82640         * sysdeps/generic/math_private.h: ... here.
82642         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
82643         * sysdeps/powerpc/fpu/math_private.h: Likewise.
82644         * sysdeps/x86_64/fpu/math_private.h: Likewise.
82646         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
82647         and <math_private.h>.
82648         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
82649         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
82650         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
82651         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
82652         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
82653         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
82654         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
82655         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
82656         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
82657         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
82658         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
82659         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
82660         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
82661         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
82662         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
82663         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
82664         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
82665         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
82666         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
82667         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
82668         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
82669         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
82670         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
82671         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
82672         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
82673         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
82674         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
82675         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
82676         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
82677         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
82678         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
82679         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
82680         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
82681         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
82682         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
82683         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
82684         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
82685         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
82686         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
82687         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
82688         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
82689         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
82690         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
82691         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
82692         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
82693         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
82694         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
82695         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
82696         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
82697         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
82698         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
82699         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
82700         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
82701         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
82702         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
82703         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
82704         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
82705         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
82706         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
82707         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
82708         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
82709         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
82710         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
82711         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
82712         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
82713         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
82714         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
82715         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
82716         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
82717         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
82718         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
82719         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
82720         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
82721         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
82722         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
82723         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
82724         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
82725         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
82726         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
82727         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
82728         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
82729         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
82730         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
82731         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
82732         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
82733         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
82734         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
82735         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
82736         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
82737         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
82738         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
82739         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
82740         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
82741         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
82742         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
82743         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
82744         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
82745         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
82746         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
82747         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
82748         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
82749         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
82750         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
82751         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
82752         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
82753         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
82754         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
82755         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
82756         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
82757         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
82758         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
82759         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
82760         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
82761         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
82762         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
82763         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
82764         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
82765         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
82766         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
82767         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
82768         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
82769         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
82770         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
82771         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
82772         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
82773         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
82774         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
82775         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
82776         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
82777         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
82778         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
82779         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
82780         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
82781         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
82782         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
82783         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
82784         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
82785         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
82786         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
82787         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
82788         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
82789         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
82790         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
82791         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
82792         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
82793         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
82794         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
82795         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
82796         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
82797         * sysdeps/ieee754/k_standard.c: Likewise.
82798         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
82799         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
82800         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
82801         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
82802         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
82803         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
82804         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
82805         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
82806         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
82807         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
82808         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
82809         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
82810         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
82811         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
82812         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
82813         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
82814         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
82815         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
82816         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
82817         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
82818         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
82819         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
82820         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
82821         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
82822         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
82823         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
82824         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
82825         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
82826         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
82827         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
82828         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
82829         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
82830         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
82831         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
82832         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
82833         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
82834         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
82835         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
82836         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
82837         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
82838         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
82839         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
82840         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
82841         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
82842         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
82843         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
82844         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
82845         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
82846         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
82847         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
82848         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
82849         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
82850         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
82851         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
82852         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
82853         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
82854         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
82855         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
82856         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
82857         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
82858         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
82859         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
82860         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
82861         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
82862         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
82863         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
82864         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
82865         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
82866         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
82867         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
82868         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
82869         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
82870         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
82871         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
82872         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
82873         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
82874         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
82875         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
82876         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
82877         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
82878         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
82879         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
82880         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
82881         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
82882         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
82883         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
82884         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
82885         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
82886         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
82887         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
82888         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
82889         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
82890         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
82891         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
82892         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
82893         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
82894         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
82895         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
82896         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
82897         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
82898         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
82899         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
82900         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
82901         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
82902         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
82903         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
82904         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
82905         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
82906         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
82907         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
82908         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
82909         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
82910         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
82911         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
82912         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
82913         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
82914         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
82915         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
82916         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
82917         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
82918         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
82919         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
82920         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
82921         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
82922         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
82923         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
82924         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
82925         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
82926         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
82927         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
82928         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
82929         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
82930         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
82931         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
82932         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
82933         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
82934         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
82935         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
82936         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
82937         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
82938         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
82939         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
82940         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
82941         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
82942         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
82943         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
82944         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
82945         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
82946         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
82947         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
82948         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
82949         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
82950         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
82951         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
82952         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
82953         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
82954         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
82955         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
82956         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
82957         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
82958         * sysdeps/ieee754/s_lib_version.c: Likewise.
82959         * sysdeps/ieee754/s_matherr.c: Likewise.
82960         * sysdeps/ieee754/s_signgam.c: Likewise.
82961         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
82962         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
82963         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
82964         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
82965         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
82966         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
82967         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
82968         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
82969         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
82970         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
82971         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
82972         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
82973         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
82974         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
82975         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
82976         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
82977         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
82978         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
82979         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
82980         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
82981         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
82983 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
82985         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
82986         * sunrpc/rpc_main.c: Likewise.
82987         * sunrpc/rpc_svcout.c: Likewise.
82989 2012-03-09  David S. Miller  <davem@davemloft.net>
82991         * include/math_private.h: New file.
82993 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
82995         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
82996         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
82997         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
82998         from <bits/socket_type.h>.
82999         (enum __socket_type): Don't define here.
83000         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
83001         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
83002         bits/socket_type.h.
83004         [BZ #13566]
83005         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
83006         checking __USE_GNU.
83008         * Makerules ($(inst_includedir)/%.h): New rule.
83009         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
83010         (install-others): Remove variable setting.
83011         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
83013 2012-03-08  Richard Henderson  <rth@twiddle.net>
83015         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
83016         from macro to inline function; merge with the
83017         !__LIBC_INTERNAL_MATH_INLINES version.
83018         (__ieee754_sqrtf): Likewise.
83020         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
83021         to inline function.
83022         (__rintf, __floor, __floorf): Likewise.
83024         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
83025         macro to inline function.
83026         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
83028         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
83029         not <math/math_private.h>.
83031 2012-03-08  David S. Miller  <davem@davemloft.net>
83033         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
83034         copyright year.
83035         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
83037 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
83039         * resolv/gai_misc.c (handle_requests): Fix struct timespec
83040         normalization.
83041         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
83042         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
83044 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
83046         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
83047         be defined individually, they must be defined as a block.  Define
83048         S for printing a string instead of hidint the different by using a
83049         macro for adding the 'l'.
83050         * stdio-common/tst-fphex-wide.c: Adjust.
83052 2012-03-07  Marek Polacek  <polacek@redhat.com>
83054         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
83056 2012-03-08  Marek Polacek  <polacek@redhat.com>
83058         [BZ #13806]
83059         * stdio-common/Makefile (tests): Add tst-fphex-wide.
83060         * stdio-common/tst-fphex.c: Define a few macros to make the
83061         test reusable.  Use them.
83062         * stdio-common/tst-fphex-wide.c: New file.
83064 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
83066         [BZ #6911]
83067         * manual/macros.texi (gnusystems): New macro.
83068         (nongnusystems): Likewise.
83069         (gnulinuxhurdsystems): Likewise.
83070         (gnuhurdsystems): Likewise..
83071         (gnulinuxsystems): Likewise.
83072         * manual/charset.texi: Use new macros or @theglibc{} to refer to
83073         variants of the GNU system, not "GNU system".
83074         * manual/conf.texi: Likewise.
83075         * manual/errno.texi: Likewise.  Update example of errno macro
83076         expansion.
83077         * manual/filesys.texi: Likewise.
83078         (getumask): Document as specific to GNU/Hurd.
83079         * manual/install.texi: Likewise.  Reword some references to
83080         GNU/Linux.
83081         * manual/intro.texi: Likewise.
83082         * manual/io.texi: Likewise.
83083         (File Name Portability): Detail which constraints are inapplicable
83084         to all GNU systems and which are only inapplicable to GNU/Hurd.
83085         * manual/job.texi: Likewise.
83086         * manual/llio.texi: Likewise.
83087         (O_NOCTTY): Document as present on GNU/Linux.
83088         * manual/maint.texi: Likewise.
83089         * manual/memory.texi: Likewise.
83090         * manual/pattern.texi: Likewise.
83091         * manual/pipe.texi: Likewise.
83092         * manual/process.texi: Likewise.
83093         * manual/resource.texi: Likewise.
83094         (RUSAGE_CHILDREN): Remove statement about specifying a particular
83095         child on GNU/Hurd.
83096         * manual/setjmp.texi: Likewise.
83097         * manual/signal.texi: Likewise.
83098         * manual/startup.texi: Likewise.
83099         * manual/stdio.texi: Likewise.
83100         * manual/terminal.texi: Likewise.
83101         (ONLCR): Document as POSIX.
83102         (OXTABS): Document availability on GNU/Linux as XTABS.
83103         (ONOEOT): Document availability separately from other bits.
83104         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
83105         * manual/time.texi: Likewise.
83106         * manual/users.texi: Likewise.
83107         * INSTALL: Regenerated.
83108         * sysdeps/gnu/errlist.c: Regenerated.
83110         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
83111         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
83112         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
83113         puts.
83114         * configure: Regenerated.
83116 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
83118         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
83119         default includes instead of AC_HEADER_CHECK.
83120         * sysdeps/i386/configure: Regenerated.
83122         [BZ #10716]
83123         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
83124         * math/s_cacoshf.c (__cacoshf): Likewise.
83125         * math/s_cacoshl.c (__cacoshl): Likewise.
83126         * math/s_casinh.c (__casinh): Set signs of result from argument.
83127         * math/s_casinhf.c (__casinhf): Likewise.
83128         * math/s_casinhl.c (__casinhl): Likewise.
83129         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
83130         (casinh_test): Add more tests.
83131         * sysdeps/i386/fpu/libm-test-ulps: Update.
83132         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
83134 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
83136         * po/zh_TW.po: Update from translation team.
83138         * login/Makefile (distribute): Remove variable.
83139         * catgets/Makefile: Likewise.
83140         * mach/Makefile: Likewise.
83141         * malloc/Makefile: Likewise.
83142         * misc/Makefile: Likewise.
83143         * iconv/Makefile: Likewise.
83144         * nscd/Makefile: Likewise.
83145         * hurd/Makefile: Likewise.
83146         * manual/Makefile: Likewise.
83147         * locale/Makefile: Likewise.
83148         * intl/Makefile: Likewise.
83149         * conform/Makefile: Likewise.
83150         * nss/Makefile: Likewise.
83151         * time/Makefile: Likewise.
83152         * soft-fp/Makefile: Likewise.
83153         * dirent/Makefile: Likewise.
83154         * gmon/Makefile: Likewise.
83155         * po/Makefile: Likewise.
83156         * rt/Makefile: Likewise.
83157         * socket/Makefile: Likewise.
83158         * math/Makefile: Likewise.
83159         * signal/Makefile: Likewise.
83160         * debug/Makefile: Likewise.
83161         * elf/Makefile: Likewise.
83162         * timezone/Makefile: Likewise.
83163         * stdlib/Makefile: Likewise.
83164         * iconvdata/Makefile: Likewise.
83165         * sunrpc/Makefile: Likewise.
83166         * io/Makefile: Likewise.
83167         * argp/Makefile: Likewise.
83168         * inet/Makefile: Likewise.
83169         * hesiod/Makefile: Likewise.
83170         * grp/Makefile: Likewise.
83171         * csu/Makefile: Likewise.
83172         * wctype/Makefile: Likewise.
83173         * crypt/Makefile: Likewise.
83174         * libio/Makefile: Likewise.
83175         * string/Makefile: Likewise.
83176         * nis/Makefile: Likewise.
83177         * resolv/Makefile: Likewise.
83178         * stdio-common/Makefile: Likewise.
83179         * wcsmbs/Makefile: Likewise.
83180         * dlfcn/Makefile: Likewise.
83181         * posix/Makefile: Likewise.
83183         [BZ #6959]
83184         * timezone/Makefile: Don't install timezone files, just the programs
83185         and scripts.
83187 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
83189         * nss/databases.def: Add missing gshadow entry.
83191         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
83193 2012-03-06  Marek Polacek  <polacek@redhat.com>
83195         [BZ #13726]
83196         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
83197         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
83198         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
83199         * stdio-common/tst-long-dbl-fphex.c: New file.
83201 2012-03-06  David S. Miller  <davem@davemloft.net>
83203         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
83204         (set_obp_int): New function.
83205         (get_obp_int): New function.
83206         (__get_clockfreq_via_dev_openprom): Likewise.
83207         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
83208         Avoid unused variable warnings on 'val' and use builtin_expect.
83209         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
83210         __builtin_expect.
83211         (INLINE_CLONE_SYSCALL): Likewise.
83213 2012-03-05  David S. Miller  <davem@davemloft.net>
83215         * sysdeps/sparc/fpu/libm-test-ulps: Update.
83217 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
83219         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
83221         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
83222         only for |x| >= 40.
83223         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
83225 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
83227         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
83228         Replace gettimeofday with __vdso_gettimeofday.
83230         * sysdeps/unix/sysv/linux/x86_64/init-first.c
83231         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
83232         __vdso_clock_gettime and __vdso_getcpu.
83234         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
83235         time with __vdso_time.
83237 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
83239         * manual/lang.texi (size_t): Note types to which size_t may be
83240         equivalent with the GNU C Library, but do not describe when
83241         differences between them are significant.
83243 2012-03-05  Andreas Jaeger  <aj@suse.de>
83245         * sysdeps/i386/fpu/libm-test-ulps: Update.
83247 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
83249         [BZ #3976]
83250         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
83251         (__ieee754_pow): Save and restore rounding mode and use
83252         round-to-nearest for main computations.
83253         * math/libm-test.inc (pow_test_tonearest): New function.
83254         (pow_test_towardzero): Likewise.
83255         (pow_test_downward): Likewise.
83256         (pow_test_upward): Likewise.
83257         (main): Call the new functions.
83258         * sysdeps/i386/fpu/libm-test-ulps: Update.
83259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
83261         [BZ #3976]
83262         * math/libm-test.inc (cosh_test_tonearest): New function.
83263         (cosh_test_towardzero): Likewise.
83264         (cosh_test_downward): Likewise.
83265         (cosh_test_upward): Likewise.
83266         (sinh_test_tonearest): Likewise.
83267         (sinh_test_towardzero): Likewise.
83268         (sinh_test_downward): Likewise.
83269         (sinh_test_upward): Likewise.
83270         (main): Call the new functions.
83271         * sysdeps/i386/fpu/libm-test-ulps: Update.
83272         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
83274 2012-03-05  Tom de Vries  <tom@codesourcery.com>
83276         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
83277         default stack guard is set in last bytes.
83278         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
83280 2012-03-05  Kees Cook  <keescook@chromium.org>
83282         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
83284         [BZ #13656]
83285         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
83286         possibly allocate from heap instead of stack.
83287         * stdio-common/bug-vfprintf-nargs.c: New file.
83288         * stdio-common/Makefile (tests): Add nargs overflow test.
83290 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
83292         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
83294 2012-03-03  Marek Polacek  <polacek@redhat.com>
83296         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
83297         * math/math_private.h: Likewise.
83298         * stdlib/tst-strtod.c: Likewise.
83299         * sysdeps/i386/i486/bits/atomic.h: Likewise.
83300         * sysdeps/x86_64/bits/atomic.h: Likewise.
83302 2012-03-02  David S. Miller  <davem@davemloft.net>
83304         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
83305         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
83306         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
83307         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
83308         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
83309         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
83310         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
83311         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
83313 2012-03-02  Roland McGrath  <roland@hack.frob.com>
83315         [BZ #13792]
83316         * manual/examples/README: New file, says the example source files
83317         can be used under GPL>=2.
83318         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
83319         line containing just "*/".
83320         * manual/examples/add.c: Add copyright header (GPL>=2).
83321         * manual/examples/argp-ex1.c: Likewise.
83322         * manual/examples/argp-ex2.c: Likewise.
83323         * manual/examples/argp-ex3.c: Likewise.
83324         * manual/examples/argp-ex4.c: Likewise.
83325         * manual/examples/atexit.c: Likewise.
83326         * manual/examples/db.c: Likewise.
83327         * manual/examples/dir.c: Likewise.
83328         * manual/examples/dir2.c: Likewise.
83329         * manual/examples/execinfo.c: Likewise.
83330         * manual/examples/filecli.c: Likewise.
83331         * manual/examples/filesrv.c: Likewise.
83332         * manual/examples/fmtmsgexpl.c: Likewise.
83333         * manual/examples/genpass.c: Likewise.
83334         * manual/examples/inetcli.c: Likewise.
83335         * manual/examples/inetsrv.c: Likewise.
83336         * manual/examples/isockad.c: Likewise.
83337         * manual/examples/longopt.c: Likewise.
83338         * manual/examples/memopen.c: Likewise.
83339         * manual/examples/memstrm.c: Likewise.
83340         * manual/examples/mkfsock.c: Likewise.
83341         * manual/examples/mkisock.c: Likewise.
83342         * manual/examples/mygetpass.c: Likewise.
83343         * manual/examples/pipe.c: Likewise.
83344         * manual/examples/popen.c: Likewise.
83345         * manual/examples/rprintf.c: Likewise.
83346         * manual/examples/search.c: Likewise.
83347         * manual/examples/select.c: Likewise.
83348         * manual/examples/setjmp.c: Likewise.
83349         * manual/examples/sigh1.c: Likewise.
83350         * manual/examples/sigusr.c: Likewise.
83351         * manual/examples/stpcpy.c: Likewise.
83352         * manual/examples/strdupa.c: Likewise.
83353         * manual/examples/strftim.c: Likewise.
83354         * manual/examples/strncat.c: Likewise.
83355         * manual/examples/subopt.c: Likewise.
83356         * manual/examples/swapcontext.c: Likewise.
83357         * manual/examples/termios.c: Likewise.
83358         * manual/examples/testopt.c: Likewise.
83359         * manual/examples/testpass.c: Likewise.
83360         * manual/examples/timeval_subtract.c: Likewise.
83362         [BZ #13792]
83363         * manual/time.texi (Elapsed Time): Move timeval_subtract example
83364         function to ...
83365         * manual/timeval_subtract.c.texi: ... here, new file.
83367 2012-03-02  David S. Miller  <davem@davemloft.net>
83369         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
83371 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
83373         [BZ #3976]
83374         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
83375         (__sin): Save and restore rounding mode and use round-to-nearest
83376         for all computations.
83377         (__cos): Save and restore rounding mode and use round-to-nearest
83378         for all computations.
83379         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
83380         <fenv.h>.
83381         (tan): Save and restore rounding mode and use round-to-nearest for
83382         all computations.
83383         * math/libm-test.inc (cos_test_tonearest): New function.
83384         (cos_test_towardzero): Likewise.
83385         (cos_test_downward): Likewise.
83386         (cos_test_upward): Likewise.
83387         (sin_test_tonearest): Likewise.
83388         (sin_test_towardzero): Likewise.
83389         (sin_test_downward): Likewise.
83390         (sin_test_upward): Likewise.
83391         (tan_test_tonearest): Likewise.
83392         (tan_test_towardzero): Likewise.
83393         (tan_test_downward): Likewise.
83394         (tan_test_upward): Likewise.
83395         (main): Call the new functions.
83396         * sysdeps/i386/fpu/libm-test-ulps: Update.
83397         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
83399         [BZ #10135]
83400         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
83401         small n, then large n, before computing and testing k+n.
83402         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
83403         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
83404         Likewise.
83405         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
83406         Likewise.
83407         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
83408         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
83409         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
83410         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
83411         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
83412         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
83413         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
83414         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
83415         * math/libm-test.inc (scalbn_test): Add more tests.
83416         (scalbln_test): Likewise.
83418         * manual/filesys.texi (mode_t): Describe constraints on size and
83419         signedness, not exact equivalence to a particular type.
83420         (ino_t): Likewise.
83421         (ino64_t): Likewise.
83422         (dev_t): Likewise.
83423         (nlink_t): Likewise.
83424         (blkcnt_t): Likewise.
83425         (blkcnt64_t): Likewise.
83426         * manual/llio.texi (off_t): Likewise.
83428         [BZ #3976]
83429         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
83430         (__ieee754_exp): Save and restore rounding mode and use
83431         round-to-nearest for all computations.
83432         * math/libm-test.inc (exp_test_tonearest): New function.
83433         (exp_test_towardzero): Likewise.
83434         (exp_test_downward): Likewise.
83435         (exp_test_upward): Likewise.
83436         (main): Call the new functions.
83437         * sysdeps/i386/fpu/libm-test-ulps: Update.
83438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
83440 2012-03-01  Chris Demetriou  <cgd@google.com>
83442         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
83443         have predictable order.
83445 2012-03-01  David S. Miller  <davem@davemloft.net>
83447         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
83449         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
83450         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
83451         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
83452         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
83454         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
83455         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
83456         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
83457         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
83458         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
83459         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
83460         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
83461         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
83462         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
83464         * sysdeps/sparc/fpu/libm-test-ulps: Update.
83466         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
83467         * sysdeps/sparc/fpu/libm-test-ulps: to here.
83468         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
83470         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
83471         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
83472         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
83473         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
83474         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
83475         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
83476         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
83477         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
83478         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
83479         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
83480         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
83481         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
83482         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
83483         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
83484         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
83485         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
83486         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
83487         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
83488         * sysdeps/sparc/elf/configure: Regenerated.
83490 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
83492         * configure.in (AS, LD): Require binutils 2.20 or later.
83493         * configure: Regenerated.
83494         * manual/install.texi (Tools for Compilation): Give binutils 2.20
83495         as required minimum version.
83496         * INSTALL: Regenerated.
83498         [BZ #2541]
83499         [BZ #4108]
83500         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
83501         before squaring exponent.
83502         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
83503         bottom long double and 27 bits of top long double before squaring
83504         exponent.
83505         * math/libm-test.inc (erfc_test): Add more tests.
83506         * sysdeps/i386/fpu/libm-test-ulps: Update.
83507         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
83508         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
83510 2012-03-01  Kai Tietz  <ktietz@redhat.com>
83512         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
83513         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
83514         containing bit-fields.
83515         * soft-fp/extended.h (_FP_UNION_E): Likewise.
83516         * soft-fp/single.h (_FP_UNION_S): Likewise.
83517         * soft-fp/double.h (_FP_UNION_D): Likewise.
83519 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
83521         [BZ #13786]
83522         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
83523         not include ../strcmp.S.
83524         [USE_AS_STRNCASECMP_L]: Likewise.
83525         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
83526         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
83527         * sysdeps/i386/i686/multiarch/strncase_l-c.c
83528         (__strncasecmp_l_ia32): Define as alias to
83529         __strncasecmp_l_nonascii.
83531         [BZ #5794]
83532         * math/libm-test.inc (expm1_test): Add test for bug 5794.
83533         * sysdeps/i386/fpu/libm-test-ulps: Update.
83534         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
83536         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
83537         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
83539 2012-02-29  Jeff Law  <law@redhat.com>
83541         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
83542         out of bounds read.
83544 2012-02-29  Marek Polacek  <polacek@redhat.com>
83546         [BZ #13706]
83547         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
83548         * elf/Makefile: Add rules to run tst-unused-dep.out.
83550 2012-02-28  David S. Miller  <davem@davemloft.net>
83552         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
83553         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
83554         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
83555         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
83556         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
83557         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
83559 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
83561         * math/libm-test.inc (llround_test): Move one test from
83562         lround_test.  Use TEST_f_L in moved test.
83563         (lround_test): Move misplaced test to llround_test.  Add testcase
83564         from bug 2561.
83566 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
83568         * sysdeps/x86_64/fpu/e_expf.S: New file.
83569         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
83571 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
83573         [BZ #13637]
83574         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
83575         of remain_len that may cause incomplete multi-byte character and
83576         false match.
83577         * posix/bug-regex33.c: New file.
83578         * posix/Makefile (tests): Add bug-regex33.
83580 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
83582         * manual/macros.texi: New file.
83583         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
83584         * manual/libc.texinfo: Include macros.texi.
83585         * manual/creatute.texi: Likewise.
83586         * manual/install.texi: Likewise.
83587         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
83588         @glibcadj{} in references to the GNU C Library.
83589         * manual/charset.texi: Likewise.
83590         * manual/conf.texi: Likewise.
83591         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
83592         when not using those macros.
83593         * manual/creature.texi: Likewise.
83594         * manual/crypt.texi: Likewise.
83595         * manual/errno.texi: Likewise.
83596         * manual/filesys.texi: Likewise.
83597         * manual/header.texi: Likewise.
83598         * manual/install.texi: Likewise.
83599         * manual/intro.texi: Likewise.
83600         * manual/io.texi: Likewise.
83601         * manual/job.texi: Likewise.
83602         * manual/lang.texi: Likewise.
83603         * manual/libc.texiinfo: Likewise.
83604         * manual/llio.texi: Likewise.
83605         * manual/locale.texi: Likewise.
83606         * manual/maint.texi: Likewise.
83607         * manual/math.texi: Likewise.
83608         * manual/memory.texi: Likewise.
83609         * manual/message.texi: Likewise.
83610         * manual/nss.texi: Likewise.
83611         * manual/pattern.texi: Likewise.
83612         * manual/process.texi: Likewise.
83613         * manual/resource.texi: Likewise.
83614         * manual/search.texi: Likewise.
83615         * manual/setjmp.texi: Likewise.
83616         * manual/signal.texi: Likewise.
83617         * manual/socket.texi: Likewise.
83618         * manual/startup.texi: Likewise.
83619         * manual/stdio.texi: Likewise.
83620         * manual/string.texi: Likewise.
83621         * manual/sysinfo.texi: Likewise.
83622         * manual/syslog.texi: Likewise.
83623         * manual/terminal.texi: Likewise.
83624         * manual/time.texi: Likewise.
83625         * manual/users.texi: Likewise.
83626         * INSTALL: Regenerated.
83627         * NOTES: Regenerated.
83628         * sysdeps/gnu/errlist.c: Regenerated.
83630 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
83632         * include/dirent.h: Include <dirstream.h> before
83633         <dirent/dirent.h>.
83635 2012-02-28  David S. Miller  <davem@davemloft.net>
83637         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
83638         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
83639         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
83640         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
83642 2012-02-27  David S. Miller  <davem@davemloft.net>
83644         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
83645         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
83646         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
83647         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
83649         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
83650         frame pointer instead of stack pointer relative arg slot.
83651         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
83652         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
83653         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
83655 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
83657         [BZ #3992]
83658         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
83660 2012-02-27  David S. Miller  <davem@davemloft.net>
83662         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
83663         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
83664         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
83665         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
83666         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
83667         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
83668         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
83669         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
83671 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
83673         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
83674         later.  Allow versions 5-9.
83675         * configure: Regenerated.
83676         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
83677         required minimum version and 4.6 as recommended version.  Do not
83678         mention bugs in GCC 2.7 and 2.8.
83679         * INSTALL: Regenerated.
83681 2012-02-27  David S. Miller  <davem@davemloft.net>
83683         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
83684         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
83685         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
83686         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
83687         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
83688         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
83689         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
83690         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
83692         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
83693         manipulate bits before adding and subtracting TWO112[sx].
83694         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
83696 2012-02-27  Roland McGrath  <roland@hack.frob.com>
83698         [BZ #13775]
83699         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
83700         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
83701         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
83702         being in POSIX, because they are in 1003.1-2008.
83704         * rt/tst-aio.c: Include <fcntl.h>.
83705         * rt/tst-aio7.c: Likewise.
83706         * rt/tst-aio64.c: Likewise.
83708         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
83710 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
83712         * manual/install.texi (--with-headers): Describe headers as
83713         interface headers, not private headers.
83714         (Specific advice for GNU/Linux systems): Describe use of headers
83715         from "make headers_install", not private headers from older
83716         kernels.
83717         * INSTALL: Regenerated.
83718         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
83719         Change to 2.6.19.
83720         * sysdeps/unix/sysv/linux/configure: Regenerated.
83722         * manual/llio.texi (fclean): Remove documentation.
83724         * manual/Makefile (libc-texi-generated): New variable.  Include
83725         version.texi.
83726         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
83727         $(libc-texi-generated), not duplicated list of files.
83728         (version.texi, stamp-version): New rules.
83729         (realclean): Remove $(libc-texi-generated), not individual files
83730         from that list.  Do not remove dir-add.texinfo.
83731         * manual/libc.texinfo: Comment out uses of edition numbers and
83732         references to printed manual.  Remove last-updated dates.
83733         (EDITION): Comment out.
83734         (ISBN): Likewise.
83735         (VERSION, UPDATED): Remove.
83736         (version.texi): Include.
83738 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
83740         * sysdeps/posix/spawni.c: Include <signal.h>.
83741         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
83742         * sysdeps/pthread/aio_fsync.c: Likewise.
83744 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
83746         * conform/Makefile (tests): Run only when not cross-compiling and
83747         when fast-check is not defined.
83749         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
83750         * conform/data/limits.h-data: Fixes for POSIX2008.
83751         * conform/run-conformtest.sh: Run all tests.
83752         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
83753         headers.
83754         * include/bits/dlfcn.h: Likewise.
83755         * include/langinfo.h: Likewise.
83756         * include/monetary.h: Likewise.
83757         * include/sys/poll.h: Likewise.
83759         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
83760         for __USE_GNU.
83761         * posix/spawn.h: Define __need_sigset_t.
83762         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
83763         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
83764         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
83765         to get sigevent_t only.
83766         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
83767         only for __USE_GNU.
83768         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
83769         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
83770         process_vm_writev only for __USE_GNU.
83771         * termios/termios.h: Declare tcgetsid also for POSIX2008.
83773         * conform/Makefile: For now ignore errors from run-conformtest.
83774         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
83775         POSIX to avoid namespace pollution.  Don't prepend headers.
83776         * conform/data/aio.h-data: Fixes for POSIX testing.
83777         * conform/data/fcntl.h-data: Likewise.
83778         * conform/data/glob.h-data: Likewise.
83779         * conform/data/grp.h-data: Likewise.
83780         * conform/data/pthread.h-data: Likewise.
83781         * conform/data/pwd.h-data: Likewise.
83782         * conform/data/signal.h-data: Likewise.
83783         * conform/data/spawn.h-data: Likewise.
83784         * conform/data/stdio.h-data: Likewise.
83785         * conform/data/stdlib.h-data: Likewise.
83786         * conform/data/stropts.h-data: Likewise.
83787         * conform/data/sys/mman.h-data: Likewise.
83788         * conform/data/sys/stat.h-data: Likewise.
83789         * conform/data/sys/types.h-data: Likewise.
83790         * conform/data/sys/wait.h-data: Likewise.
83791         * conform/data/time.h-data: Likewise.
83792         * conform/data/unistd.h-data: Likewise.
83793         * conform/data/utime.h-data: Likewise.
83795         * io/sys/stat.h: fchmod was always in POSIX.
83796         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
83797         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
83798         * rt/aio.h: Define __need_timespec before including <time.h>.
83799         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
83800         struct.  Add forward declaration of pthread_attr_t and use it in
83801         sigevent.
83802         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
83803         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
83804         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
83805         always remove CLK_TCK definition.
83807 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
83809         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
83811 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
83813         * conform/run-conformtest.sh: New file.
83814         * conform/Makefile: Run run-conformtest for tests.
83815         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
83816         support.
83818         * conform/data/uchar.h-data: New file.
83819         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
83820         * conform/data/arpa/inet.h-data: Likewise.
83821         * conform/data/assert.h-data: Likewise.
83822         * conform/data/complex.h-data: Likewise.
83823         * conform/data/cpio.h-data: Likewise.
83824         * conform/data/ctype.h-data: Likewise.
83825         * conform/data/dirent.h-data: Likewise.
83826         * conform/data/dlfcn.h-data: Likewise.
83827         * conform/data/errno.h-data: Likewise.
83828         * conform/data/fcntl.h-data: Likewise.
83829         * conform/data/float.h-data: Likewise.
83830         * conform/data/fmtmsg.h-data: Likewise.
83831         * conform/data/fnmatch.h-data: Likewise.
83832         * conform/data/ftw.h-data: Likewise.
83833         * conform/data/glob.h-data: Likewise.
83834         * conform/data/grp.h-data: Likewise.
83835         * conform/data/iconv.h-data: Likewise.
83836         * conform/data/inttypes.h-data: Likewise.
83837         * conform/data/langinfo.h-data: Likewise.
83838         * conform/data/libgen.h-data: Likewise.
83839         * conform/data/limits.h-data: Likewise.
83840         * conform/data/locale.h-data: Likewise.
83841         * conform/data/math.h-data: Likewise.
83842         * conform/data/monetary.h-data: Likewise.
83843         * conform/data/mqueue.h-data: Likewise.
83844         * conform/data/ndbm.h-data: Likewise.
83845         * conform/data/net/if.h-data: Likewise.
83846         * conform/data/netdb.h-data: Likewise.
83847         * conform/data/netinet/in.h-data: Likewise.
83848         * conform/data/nl_types.h-data: Likewise.
83849         * conform/data/poll.h-data: Likewise.
83850         * conform/data/pthread.h-data: Likewise.
83851         * conform/data/pwd.h-data: Likewise.
83852         * conform/data/regex.h-data: Likewise.
83853         * conform/data/sched.h-data: Likewise.
83854         * conform/data/search.h-data: Likewise.
83855         * conform/data/semaphore.h-data: Likewise.
83856         * conform/data/setjmp.h-data: Likewise.
83857         * conform/data/signal.h-data: Likewise.
83858         * conform/data/spawn.h-data: Likewise.
83859         * conform/data/stdarg.h-data: Likewise.
83860         * conform/data/stdio.h-data: Likewise.
83861         * conform/data/stdlib.h-data: Likewise.
83862         * conform/data/string.h-data: Likewise.
83863         * conform/data/strings.h-data: Likewise.
83864         * conform/data/stropts.h-data: Likewise.
83865         * conform/data/sys/ipc.h-data: Likewise.
83866         * conform/data/sys/mman.h-data: Likewise.
83867         * conform/data/sys/msg.h-data: Likewise.
83868         * conform/data/sys/resource.h-data: Likewise.
83869         * conform/data/sys/select.h-data: Likewise.
83870         * conform/data/sys/sem.h-data: Likewise.
83871         * conform/data/sys/shm.h-data: Likewise.
83872         * conform/data/sys/socket.h-data: Likewise.
83873         * conform/data/sys/stat.h-data: Likewise.
83874         * conform/data/sys/statvfs.h-data: Likewise.
83875         * conform/data/sys/time.h-data: Likewise.
83876         * conform/data/sys/timeb.h-data: Likewise.
83877         * conform/data/sys/times.h-data: Likewise.
83878         * conform/data/sys/types.h-data: Likewise.
83879         * conform/data/sys/uio.h-data: Likewise.
83880         * conform/data/sys/un.h-data: Likewise.
83881         * conform/data/sys/utsname.h-data: Likewise.
83882         * conform/data/sys/wait.h-data: Likewise.
83883         * conform/data/syslog.h-data: Likewise.
83884         * conform/data/tar.h-data: Likewise.
83885         * conform/data/termios.h-data: Likewise.
83886         * conform/data/utime.h-data: Likewise.
83887         * conform/data/utmpx.h-data: Likewise.
83888         * conform/data/varargs.h-data: Likewise.
83889         * conform/data/wchar.h-data: Likewise.
83890         * conform/data/wctype.h-data: Likewise.
83891         * conform/data/wordexp.h-data: Likewise.
83893         * include/stropts.h: New file.
83894         * include/uchar.h: New file.
83895         * include/aio.h: Changes to allow conformtest.pl to use the headers.
83896         * include/assert.h: Likewise.
83897         * include/ctype.h: Likewise.
83898         * include/dirent.h: Likewise.
83899         * include/dlfcn.h: Likewise.
83900         * include/fcntl.h: Likewise.
83901         * include/fnmatch.h: Likewise.
83902         * include/glob.h: Likewise.
83903         * include/grp.h: Likewise.
83904         * include/libio.h: Likewise.
83905         * include/locale.h: Likewise.
83906         * include/math.h: Likewise.
83907         * include/net/if.h: Likewise.
83908         * include/netdb.h: Likewise.
83909         * include/netinet/in.h: Likewise.
83910         * include/pthread.h: Likewise.
83911         * include/pwd.h: Likewise.
83912         * include/regex.h: Likewise.
83913         * include/sched.h: Likewise.
83914         * include/search.h: Likewise.
83915         * include/setjmp.h: Likewise.
83916         * include/signal.h: Likewise.
83917         * include/stdio.h: Likewise.
83918         * include/stdlib.h: Likewise.
83919         * include/string.h: Likewise.
83920         * include/sys/cdefs.h: Likewise.
83921         * include/sys/mman.h: Likewise.
83922         * include/sys/msg.h: Likewise.
83923         * include/sys/resource.h: Likewise.
83924         * include/sys/select.h: Likewise.
83925         * include/sys/socket.h: Likewise.
83926         * include/sys/stat.h: Likewise.
83927         * include/sys/statvfs.h: Likewise.
83928         * include/sys/time.h: Likewise.
83929         * include/sys/times.h: Likewise.
83930         * include/sys/uio.h: Likewise.
83931         * include/sys/utsname.h: Likewise.
83932         * include/sys/wait.h: Likewise.
83933         * include/termios.h: Likewise.
83934         * include/time.h: Likewise.
83935         * include/ulimit.h: Likewise.
83936         * include/unistd.h: Likewise.
83937         * include/utime.h: Likewise.
83938         * include/wchar.h: Likewise.
83939         * include/wctype.h: Likewise.
83940         * include/wordexp.h: Likewise.
83942         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
83944         * time/time.h: TIME_UTC must be a macro.
83945         Make timespec_get available for ISO C11 only as well.
83947 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
83949         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
83950         Reported by Peng Haitao <penght@cn.fujitsu.com>.
83952 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
83954         * configure.in: Use -o not -a in test for unsupported multi-arch.
83956 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
83958         * manual/texinfo.tex: Update to version 2012-01-19.16.
83960 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
83962         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
83964 2012-02-24  Roland McGrath  <roland@hack.frob.com>
83966         [BZ #13738]
83967         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
83968         * manual/fdl-1.3.texi: New file.
83969         * manual/fdl-1.1.texi: File removed.
83971         [BZ #13738]
83972         * manual/libc.texinfo (FDL_VERSION): New @set.
83973         Use it for mention of FDL in cover text.
83974         (Documentation License): Use it in @include file name.
83976 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
83977             Roland McGrath  <roland@hack.frob.com>
83979         [BZ #5461]
83980         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
83981         (not LONG_LONG_MAX and LONG_LONG_MIN.
83982         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
83983         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
83984         name.
83985         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
83987 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
83989         [BZ #2547]
83990         [BZ #11365]
83991         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
83992         manipulate bits before adding and subtracting TWO23[sx].
83993         * math/libm-test.inc (nearbyint_test): Add more tests.
83995 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
83997         [BZ #2548]
83998         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
83999         bits before adding and subtracting TWO23[sx].
84000         * math/libm-test.inc (rint_test): Add more tests.
84001         (rint_test_tonearest): Likewise.
84002         (rint_test_towardzero): Likewise.
84003         (rint_test_downward): Likewise.
84004         (rint_test_upward: Likewise.
84006 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
84008         [BZ #10110]
84009         * include/stdc-predef.h: New file.  Extracted from features.h.
84010         * include/features.h: Include stdc-predef.h.
84011         * Makefile (headers): Add stdc-predef.h.
84012         * CONFORMANCE (Compiler limitations): Update.
84014 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
84016         * manual/libc.texinfo (VERSION, UPDATED): Revert.
84018 2012-02-21  David S. Miller  <davem@davemloft.net>
84020         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
84021         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
84023 2012-02-20  David S. Miller  <davem@davemloft.net>
84025         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
84026         using a normal save/restore sequence, rather than allocating a
84027         dummy stack frame just to store a frame pointer and restore.
84028         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
84030 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
84032         * manual/install.texi: Fix stray word in line-wrapped comment.
84034 2012-02-20  David S. Miller  <davem@davemloft.net>
84036         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
84037         both binutils and gcc support GOTDATA.
84039         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
84040         "rd %pc" in the PIC register setup sequences.
84042         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
84043         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
84044         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
84045         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
84046         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
84047         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
84048         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
84049         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
84050         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
84051         (SYSCALL_ERROR_HANDLER): Likewise.
84052         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
84053         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
84054         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
84055         (SYSCALL_ERROR_HANDLER): Likewise.
84057         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
84058         (HAVE_GCC_GOTDATA): New.
84059         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
84060         relocation support in both binutils and gcc.
84061         * sysdeps/sparc/elf/configure: Regenerate.
84063         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
84064         * sysdeps/sparc/sparc32/elf/configure: Delete.
84065         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
84066         * sysdeps/sparc/sparc64/elf/configure: Delete.
84067         * sysdeps/sparc/elf/configure.in: New file.
84068         * sysdeps/sparc/elf/configure: Generate.
84070         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
84071         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
84072         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
84073         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
84074         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
84076 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
84078         * manual/install.texi: Do not mention specific glibc version
84079         numbers.
84080         * manual/libc.texinfo (VERSION, UPDATED): Update.
84081         (@copying): Use @copyright{} and range of years.
84083 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
84085         [BZ #13695]
84086         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
84087         [crti.S not in sysdirs] (generated): Do not append.
84088         [crti.S not in sysdirs] (omit-deps): Likewise.
84089         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
84090         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
84091         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
84092         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
84093         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
84094         Likewise.
84095         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
84096         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
84097         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
84098         * csu/defs.awk: Remove file.
84099         * sysdeps/generic/initfini.c: Likewise.
84100         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
84101         variable.
84102         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
84103         Likewise.
84105 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
84107         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
84108         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
84109         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
84110         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
84111         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
84112         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
84113         <bits/epoll.h>.
84114         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
84115         (__EPOLL_PACKED): Define to empty if not defined by
84116         <bits/epoll.h>.
84117         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
84118         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
84119         bits/epoll.h.
84121 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
84123         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
84124         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
84125         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
84126         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
84127         <bits/timerfd.h>.
84128         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
84129         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
84130         bits/timerfd.h.
84132 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
84134         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
84135         in C locale.
84136         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
84137         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
84138         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
84139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
84141 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
84143         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
84144         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
84146 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
84148         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
84149         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
84150         defined.
84151         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
84152         Likewise.
84153         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
84154         entry for 2.16.
84156 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
84158         * math/w_acos.c: Use non-signaling floating-point comparisons.
84159         * math/w_acosf.c: Likewise.
84160         * math/w_acosh.c: Likewise.
84161         * math/w_acoshf.c: Likewise.
84162         * math/w_acoshl.c: Likewise.
84163         * math/w_acosl.c: Likewise.
84164         * math/w_asin.c: Likewise.
84165         * math/w_asinf.c: Likewise.
84166         * math/w_asinl.c: Likewise.
84167         * math/w_atanh.c: Likewise.
84168         * math/w_atanhf.c: Likewise.
84169         * math/w_atanhl.c: Likewise.
84170         * math/w_exp2.c: Likewise.
84171         * math/w_exp2f.c: Likewise.
84172         * math/w_exp2l.c: Likewise.
84173         * math/w_j0.c: Likewise.
84174         * math/w_j0f.c: Likewise.
84175         * math/w_j0l.c: Likewise.
84176         * math/w_j1.c: Likewise.
84177         * math/w_j1f.c: Likewise.
84178         * math/w_j1l.c: Likewise.
84179         * math/w_jn.c: Likewise.
84180         * math/w_jnf.c: Likewise.
84181         * math/w_log.c: Likewise.
84182         * math/w_log10.c: Likewise.
84183         * math/w_log10f.c: Likewise.
84184         * math/w_log10l.c: Likewise.
84185         * math/w_log2.c: Likewise.
84186         * math/w_log2f.c: Likewise.
84187         * math/w_log2l.c: Likewise.
84188         * math/w_logf.c: Likewise.
84189         * math/w_logl.c: Likewise.
84190         * math/w_sqrt.c: Likewise.
84191         * math/w_sqrtf.c: Likewise.
84192         * math/w_sqrtl.c: Likewise.
84193         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
84194         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
84195         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
84196         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
84197         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
84199 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
84201         [BZ #9739]
84202         * manual/string.texi (strnlen): Use correct parameter name in
84203         equivalent expression.
84205 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
84207         [BZ #11174]
84208         * manual/users.texi (seteuid): Consistently use neweuid for
84209         argument name.
84211 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
84213         [BZ #13704]
84214         * manual/nss.texi (Services in the NSS configuration): Correct
84215         list of services in example configuration file.
84217 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
84219         [BZ #11322]
84220         * manual/arith.texi: Remove statements about negative zero
84221         behaving identically to zero.
84223 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
84225         [BZ #5993]
84226         * manual/install.texi: Do not document upgrading from libc5.
84228 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
84230         [BZ #4596]
84231         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
84233 2012-02-18  David S. Miller  <davem@davemloft.net>
84235         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
84236         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
84237         %o7 across the call.
84238         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
84239         instead.
84240         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
84241         SETUP_PIC_REG_LEAF.
84242         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
84243         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
84244         * sysdeps/sparc/crtn.S: Likewise.
84246 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
84248         * aout/Makefile: Remove.
84250 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
84252         [BZ #13058]
84253         * manual/examples/argp-ex1.c (main): Format definition in GNU
84254         style.
84255         * manual/examples/argp-ex2.c (main): Likewise.
84256         * manual/examples/argp-ex3.c (main): Likewise.
84257         * manual/examples/argp-ex4.c (main): Likewise.
84258         * manual/examples/longopt.c (main): Use new-style prototype
84259         definition.
84260         * manual/examples/strncat.c (main): Specify return type and use
84261         (void) for arguments.
84262         * manual/examples/subopt.c (main): Use char **argv argument.
84264 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
84266         [BZ #5077]
84267         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
84268         rounding modes.
84270 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
84272         [BZ #6907]
84273         * manual/string.texi (strchr): Change when strchrnul is
84274         recommended.
84276 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
84278         [BZ #174]
84279         * manual/locale.texi (setlocale): Document LOCPATH.
84281 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
84283         [BZ #10210]
84284         * manual/process.texi (execle): Move @dots{} before last argument.
84286 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
84288         [BZ #12047]
84289         * manual/charset.texi (Generic Charset Conversion): Fix typo
84290         (LC_TYPE -> LC_CTYPE).
84292 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
84294         [BZ #5805]
84295         * manual/arith.texi (scalbn): Use @var{} on parameter names.
84296         (scalbnf): Likewise.
84297         (scalbnl): Likewise.
84298         (scalbln): Likewise.
84299         (scalblnf): Likewise.
84300         (scalblnl): Likewise.
84301         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
84302         (vwarnx): Likewise.
84303         (verr): Likewise.
84304         (verrx): Likewise.
84305         * manual/filesys.texi (telldir): Use braces around return type.
84306         * manual/llio.texi (mmap): Add space after comma.
84307         (mmap64): Likewise.
84308         * manual/math.texi (jn): Use @var{} on parameter names.
84309         (jnf): Likewise.
84310         (jnl): Likewise.
84311         (yn): Likewise.
84312         (ynf): Likewise.
84313         (ynl): Likewise.
84314         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
84315         line.
84316         * manual/resource.texi (ulimit): Use @dots{} instead of literal
84317         "...".
84318         (sched_get_priority_min): Remove semicolon on @deftypefun line.
84319         (sched_get_priority_max): Likewise.
84320         * manual/signal.texi (sigvec): Add space after comma.
84321         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
84322         names.
84323         (if_indextoname): Likewise.
84324         (if_freenameindex): Likewise.
84325         (sendto): Use ',' instead of '.' in prototype.
84326         * manual/startup.texi (syscall): Use @dots{} instead of literal
84327         "...".
84328         * manual/stdio.texi (__fpending): Separate initial words of
84329         paragraph from @deftypefun line.
84330         * manual/syslog.texi (syslog): Use @dots{} instead of literal
84331         "...".
84332         (vsyslog): Use @var{} on parameter names.
84333         * manual/terminal.texi (stty): Use @var{} on parameter names.
84334         * manual/users.texi (getutmp): Use @var{} on parameter names.
84335         (getutmpx): Likewise.
84337 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
84339         [BZ #6884]
84340         * manual/stdio.texi (fopen): Fix typos in description of
84341         ",ccs=STRING".
84343 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
84345         [BZ #4026]
84346         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
84347         get clock_id definition.
84349 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
84351         [BZ #4822]
84352         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
84353         (madvise): Cast every argument to void on its own.
84355 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
84357         [BZ #9902]
84358         * manual/startup.texi (Exit Status): Fix typo.
84360 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
84362         [BZ #10140]
84363         * manual/examples/argp-ex1.c: Include <stdlib.h>.
84364         * manual/examples/argp-ex2.c: Likewise.
84365         * manual/examples/argp-ex3.c: Likewise.
84367 2012-02-16  Richard Henderson  <rth@redhat.com>
84369         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
84370         * sysdeps/s390/s390-32/initfini.c: Remove.
84371         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
84372         * sysdeps/s390/s390-64/initfini.c: Remove.
84374 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
84376         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
84377         compiler output for sysdeps/generic/initfini.c.
84378         * sysdeps/sh/elf/initfini.c: Remove file.
84380 2012-02-16  David S. Miller  <davem@davemloft.net>
84382         [BZ #11494]
84383         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
84385         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
84386         * sysdeps/sparc/crti.S: New file.
84387         * sysdeps/sparc/crtn.S: New file.
84388         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
84389         * sysdeps/sparc/sparc64/Makefile: Likewise.
84391 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
84393         [BZ #3335]
84394         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
84396 2012-02-15  Roland McGrath  <roland@hack.frob.com>
84398         [BZ #4822]
84399         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
84401         * mach/devstream.c (cookie_io_functions_t): Macro removed.
84402         (write, read, close): Likewise.
84403         Patch by Aurelien Jarno <aurelien@aurel32.net>.
84405 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
84407         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
84408         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
84409         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
84410         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
84411         <bits/signalfd.h>.
84412         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
84413         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
84414         bits/signalfd.h.
84416 2012-02-14  Marek Polacek  <polacek@redhat.com>
84418         * sysdeps/x86_64/crti.S: New file.
84419         * sysdeps/x86_64/crtn.S: New file.
84420         * sysdeps/x86_64/elf/initfini.c: Remove file.
84422 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
84424         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
84425         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
84426         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
84427         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
84428         <bits/inotify.h>.
84429         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
84430         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
84431         bits/inotify.h.
84433 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
84435         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
84436         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
84437         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
84438         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
84439         <bits/eventfd.h>.
84440         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
84441         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
84442         bits/eventfd.h.
84444 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
84446         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
84447         __feraiseexcept instead of feraiseexcept.
84449         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
84450         nanosleep invocations.
84451         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
84452         strings, and add error checking for a nanosleep invocations.
84454 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
84456         Replace FSF snail mail address with URLs, as per GNU coding standards.
84457         Most of the snail mail addresses were wrong anyway, and omitting
84458         them makes the source code easier to maintain.  Almost all of the
84459         changes are to license notices and to locale LC_IDENTIFICATION
84460         addresses, except for this one:
84461         * manual/libc.texinfo: In "Published by", give the FSF's URL,
84462         not its snail mail address.
84464 2012-02-09  Richard Henderson  <rth@twiddle.net>
84466         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
84467         of kernel-features.h.
84469         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
84471 2012-02-08  Marek Polacek  <polacek@redhat.com>
84473         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
84474         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
84475         * sysdeps/gnu/_G_config.h: Likewise.
84476         * sysdeps/generic/_G_config.h: Likewise.
84478 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
84480         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
84481         tests.
84482         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
84484         * sysdeps/powerpc/powerpc32/crti.S: New file.
84485         * sysdeps/powerpc/powerpc32/crtn.S: New file.
84486         * sysdeps/powerpc/powerpc64/crti.S: New file.
84487         * sysdeps/powerpc/powerpc64/crtn.S: New file.
84489         * Makeconfig (have-initfini): Don't set.
84490         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
84491         * configure.in (nopic_initfini): Don't substitute.
84492         * config.h.in (HAVE_INITFINI): Don't #undef.
84493         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
84494         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
84496 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
84498         Support crti.S and crtn.S provided directly by architectures.
84499         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
84500         [crti.S in sysdirs] (omit-deps): Likewise.
84501         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
84502         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
84503         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
84504         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
84505         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
84506         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
84507         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
84508         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
84509         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
84510         compiler output for sysdeps/generic/initfini.c.
84511         * sysdeps/i386/elf/Makefile: Remove file.
84512         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
84514 2012-02-07  Marek Polacek  <polacek@redhat.com>
84516         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
84517         * sysdeps/gnu/_G_config.h: Likewise.
84518         * sysdeps/mach/hurd/_G_config.h: Likewise.
84520 2012-02-07  Marek Polacek  <polacek@redhat.com>
84522         * math/Makefile (tests): Add tst-CMPLX2.
84523         * math/tst-CMPLX2.c: New file.
84525 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
84527         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
84529         * math/libm-test.inc (jn_test): Add missing L suffix.
84531 2012-02-06  Marek Polacek  <polacek@redhat.com>
84533         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
84534         * sysdeps/i386/fpu/e_powf.S: Likewise.
84535         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
84536         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
84537         * sysdeps/i386/fpu/e_acosh.S: Likewise.
84538         * sysdeps/i386/fpu/e_pow.S: Likewise.
84539         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
84540         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
84541         * sysdeps/i386/fpu/s_expm1.S: Likewise.
84542         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
84543         * sysdeps/i386/fpu/e_log2.S: Likewise.
84544         * sysdeps/i386/fpu/e_log2l.S: Likewise.
84545         * sysdeps/i386/fpu/e_scalb.S: Likewise.
84546         * sysdeps/i386/fpu/e_powl.S: Likewise.
84547         * sysdeps/i386/fpu/s_log1p.S: Likewise.
84548         * sysdeps/i386/fpu/e_log10f.S: Likewise.
84549         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
84550         * sysdeps/i386/fpu/e_logl.S: Likewise.
84551         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
84552         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
84553         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
84554         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
84555         * sysdeps/i386/fpu/e_log2f.S: Likewise.
84556         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
84557         * sysdeps/i386/fpu/e_log.S: Likewise.
84558         * sysdeps/i386/fpu/s_cexp.S: Likewise.
84559         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
84560         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
84561         * sysdeps/i386/fpu/e_logf.S: Likewise.
84562         * sysdeps/i386/fpu/e_log10l.S: Likewise.
84563         * sysdeps/i386/fpu/e_atanh.S: Likewise.
84564         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
84565         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
84566         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
84567         * sysdeps/i386/fpu/e_log10.S: Likewise.
84568         * sysdeps/i386/fpu/s_frexp.S: Likewise.
84569         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
84570         * sysdeps/i386/fpu/s_asinh.S: Likewise.
84571         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
84572         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
84573         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
84574         * sysdeps/i386/asm-syntax.h: Likewise.
84575         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
84576         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
84577         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
84578         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
84579         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
84580         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
84581         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
84582         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
84583         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
84584         * sysdeps/powerpc/sysdep.h: Likewise.
84585         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
84586         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
84588 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
84590         [BZ #411]
84591         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
84593 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
84595         * sysdeps/i386/sysdep.h: Include <features.h>.
84596         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
84597         version.
84599 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
84601         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
84602         Define.
84603         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
84604         LOAD_PIC_REG_STR.
84606 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
84608         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
84609         (SETUP_PIC_REG): Use GET_PC_THUNK.
84610         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
84611         macro.
84613 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
84615         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
84616         for non-PIC compilation.
84617         (SETUP_PIC_REG): Add .p2align directive.
84618         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
84619         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
84620         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
84621         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
84622         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
84623         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
84624         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
84625         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
84626         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
84627         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
84628         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
84629         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
84630         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
84631         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
84632         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
84633         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
84634         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
84635         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
84636         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
84637         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
84638         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
84639         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
84640         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
84641         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
84642         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
84643         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
84644         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
84645         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
84646         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
84647         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
84648         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
84649         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
84650         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
84651         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
84652         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
84653         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
84654         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
84655         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
84656         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
84657         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
84658         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
84660 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
84662         * math/tst-CMPLX.c: Include <stdio.h>.
84664 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
84666         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
84667         float.
84668         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
84669         * sysdeps/sparc/bits/mathdef.h: Likewise.
84671 2012-01-31  Marek Polacek  <polacek@redhat.com>
84673         * libio/libio.h: Don't define _PARAMS.
84674         * locale/programs/config.h: Don't define PARAMS.
84675         * stdlib/strtol_l.c: Likewise.
84676         (__strtol_l): Remove PARAMS from the prototype.
84678 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
84680         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
84681         names.  Just use the correct names.  Remove unnecessary wrapper
84682         functions.
84683         * malloc/arena.c: Likewise.
84684         * malloc/hooks.c: Likewise.
84686         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
84687         ARENA_TEST says not to.  Simplify test for creation of a new arena.
84688         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
84690 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
84692         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
84693         into tail calls.
84694         (update_get_addr): New function.
84695         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
84696         GET_ADDR_MODULE parameter.
84698 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
84700         * crypt/cert.c: Remove __STDC__ conditionals.
84701         * crypt/crypt-entry.c: Likewise.
84702         * crypt/crypt_util.c: Likewise.
84703         * libio/filedoalloc.c: Likewise.
84704         * libio/fileops.c: Likewise.
84705         * libio/genops.c: Likewise.
84706         * libio/iofclose.c: Likewise.
84707         * libio/iofdopen.c: Likewise.
84708         * libio/iofopen.c: Likewise.
84709         * libio/iofopen64.c: Likewise.
84710         * libio/iogetdelim.c: Likewise.
84711         * libio/iopopen.c: Likewise.
84712         * libio/obprintf.c: Likewise.
84713         * libio/oldfileops.c: Likewise.
84714         * libio/oldiofclose.c: Likewise.
84715         * libio/oldiofdopen.c: Likewise.
84716         * libio/oldiofopen.c: Likewise.
84717         * libio/oldiopopen.c: Likewise.
84718         * libio/wfiledoalloc.c: Likewise.
84719         * libio/wgenops.c: Likewise.
84720         * locale/programs/xmalloc.c: Likewise.
84721         * misc/syslog.c: Likewise.
84722         * stdio-common/xbug.c: Likewise.
84723         * string/memchr.c: Likewise.
84724         * string/memcmp.c: Likewise.
84725         * string/memrchr.c: Likewise.
84726         * string/rawmemchr.c: Likewise.
84727         * sysdeps/posix/getcwd.c: Likewise.
84728         * time/strftime_l.c: Likewise.
84730 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
84732         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
84733         * config.make.in (config-cflags-sse2avx): Define.
84734         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
84735         Fix typo.
84737 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
84739         * scripts/config.guess: Update from upstream config git repository.
84740         * scripts/config.sub: Likewise.
84742 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
84744         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
84745         (EM_NUM): Update.
84746         (R_TILEPRO_*, R_TILEGX_*): New macros.
84748         * scripts/firstversions.awk: Fix bug in version range handling.
84750         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
84752         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
84754         * include/sys/epoll.h: New file.
84755         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
84756         libc_hidden_def.
84758 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
84760         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
84761         Avoid unnecessary __WORDSIZE == 64 test.
84762         (fmaxf): Use VEX format if possible.
84763         (fmax): Likewise.
84764         (fminf): Likewise.
84765         (fmin): Likewise.
84767         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
84768         * math/math_private.h: Remove libc_fegetround* and
84769         libc_fesetround*.
84770         * sysdeps/i386/configure.in: Check for -msse2avx.
84771         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
84772         also if SSE2AVX is defined.
84773         Remove libc_fegetround* and libc_fesetround*.
84774         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
84775         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
84776         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
84777         of HAS_YMM_USABLE.
84778         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
84779         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
84780         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
84781         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
84782         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
84784         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
84786 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
84788         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
84789         size is not set.
84790         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
84792 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
84794         [BZ #13618]
84795         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
84796         relocation.
84797         * Makeconfig (libm): Define.
84798         * elf/Makefile: Add rules to build and run tst-relsort1.
84799         * elf/tst-relsort1.c: New file.
84800         * elf/tst-relsort1mod1.c: New file.
84801         * elf/tst-relsort1mod2.c: New file.
84803 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
84805         * math/s_ldexp.c: Remove __STDC__ conditionals.
84806         * math/s_ldexpf.c: Likewise.
84807         * math/s_ldexpl.c: Likewise.
84808         * math/s_nextafter.c: Likewise.
84809         * math/s_nexttowardf.c: Likewise.
84810         * math/s_significand.c: Likewise.
84811         * math/s_significandf.c: Likewise.
84812         * math/s_significandl.c: Likewise.
84813         * math/w_jnl.c: Likewise.
84814         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
84815         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
84816         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
84817         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
84818         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
84819         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
84820         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
84821         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
84822         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
84823         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
84824         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
84825         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
84826         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
84827         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
84828         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
84829         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
84830         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
84831         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
84832         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
84833         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
84834         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
84835         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
84836         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
84837         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
84838         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
84839         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
84840         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
84841         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
84842         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
84843         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
84844         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
84845         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
84846         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
84847         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
84848         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
84849         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
84850         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
84851         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
84852         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
84853         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
84854         * sysdeps/ieee754/k_standard.c: Likewise.
84855         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
84856         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
84857         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
84858         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
84859         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
84860         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
84861         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
84862         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
84863         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
84864         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
84865         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
84866         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
84867         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
84868         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
84869         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
84870         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
84871         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
84872         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
84873         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
84874         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
84875         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
84876         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
84877         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
84878         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
84879         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
84880         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
84881         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
84882         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
84883         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
84884         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
84885         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
84886         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
84887         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
84888         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
84889         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
84890         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
84891         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
84892         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
84893         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
84894         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
84895         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
84896         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
84897         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
84898         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
84899         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
84900         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
84901         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
84902         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
84903         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
84904         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
84905         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
84906         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
84907         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
84908         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
84909         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
84910         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
84911         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
84912         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
84913         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
84914         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
84915         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
84916         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
84917         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
84918         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
84919         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
84920         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
84921         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
84922         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
84923         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
84924         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
84925         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
84926         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
84927         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
84928         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
84929         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
84930         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
84931         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
84932         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
84933         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
84934         * sysdeps/ieee754/s_matherr.c: Likewise.
84935         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
84936         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
84937         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
84938         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
84940 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
84942         * crypt/md5.h: Remove __STDC__ conditionals.
84943         * libio/libioP.h: Likewise.
84944         * locale/programs/config.h: Likewise.
84945         * sysdeps/generic/sysdep.h: Likewise.
84946         * sysdeps/i386/asm-syntax.h: Likewise.
84947         * sysdeps/s390/asm-syntax.h: Likewise.
84948         * sysdeps/unix/sysdep.h: Likewise.
84949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
84950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
84952 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
84954         * libio/libio.h: Remove __STDC__ conditionals.
84955         * malloc/obstack.h: Likewise.
84956         * math/complex.h: Likewise.
84957         * math/math.h: Likewise.
84958         * sysdeps/generic/_G_config.h: Likewise.
84959         * sysdeps/gnu/_G_config.h: Likewise.
84960         * sysdeps/mach/hurd/_G_config.h: Likewise.
84961         * sysdeps/powerpc/bits/mathdef.h: Likewise.
84962         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
84963         * sysdeps/sparc/bits/mathdef.h: Likewise.
84965 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
84967         [BZ #13583]
84968         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
84969         Clean up HAS_* macros.
84970         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
84971         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
84972         possible.
84973         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
84974         HAS_AVX.
84975         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
84976         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
84977         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
84978         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
84979         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
84981 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
84983         * elf/tst-unique3.cc (gets): Remove declaration.
84984         * elf/tst-unique3lib.cc (gets): Likewise.
84985         * elf/tst-unique3lib2.cc (gets): Likewise.
84986         * elf/tst-unique4.cc (gets): Likewise.
84988 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
84990         * include/stdio.h: Add C++ protection.  Add gets declarations and
84991         definitions.
84992         * debug/tst-chk1.c: Don't declare gets here.
84993         * stdio-common/tst-gets.c: Likewise.
84995 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
84997         * posix/glob: Remove directory.
84999 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
85001         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
85003 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
85005         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
85006         of the non-standard EPFNOSUPPORT.
85008 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
85010         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
85011         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
85012         ANYWHERE set to 1 only on KERN_NO_SPACE error.
85014 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
85016         * wcsmbs/uchar.h: Test __STDC_VERSION__.
85018 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
85020         * nscd/aicache.c (addhstaiX): Do not cache negative results of
85021         transient errors.
85022         * nscd/grpcache.c (cache_addgr): Likewise.
85023         * nscd/hstcache.c (cache_addhst): Likewise.
85024         * nscd/initgrcache.c (addinitgroupsX): Likewise.
85025         * nscd/pwdcache.c (cache_addpw): Likewise.
85026         * nscd/servicescache.c (cache_addserv): Likewise.
85028 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
85030         * malloc/malloc.c: Various cleanups.
85031         * malloc/hooks.c: Likewise.
85033         * stdlib/Makefile (tests): Add bug-fmtmsg1.
85034         * stdlib/bug-fmtmsg1.c: New file.
85036         * stdlib/fmtmsg.c (init): Add missing unlock.
85037         Patch by Peng Haitao <penght@cn.fujitsu.com>.
85039 2012-01-12  Marek Polacek  <polacek@redhat.com>
85041         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
85042         and _GNU_SOURCE.
85044 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
85046         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
85047         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
85048         macro to ensure uniqueness of label name.
85049         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
85050         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
85052 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
85054         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
85056         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
85057         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
85058         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
85059         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
85061 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
85063         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
85065         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
85066         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
85067         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
85069         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
85071         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
85072         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
85073         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
85074         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
85076         * math/bits/math-finite.h: Add ldexp support.
85078 2012-01-10  Marek Polacek  <polacek@redhat.com>
85080         * locale/programs/localedef.h (show_archive_content): Add noreturn
85081         attribute.
85083 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
85085         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
85087 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
85089         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
85091         * io/Makefile (headers): Add bits/poll2.h.
85093 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
85095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
85096         typo #include statement.
85098 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
85100         * include/sys/cdefs.h: Define __attribute_alloc_size.
85101         * catgets/gencat.c: Add alloc_size attribute and apply consistently
85102         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
85103         * elf/pldd.c: Likewise.
85104         * iconv/iconv_charmap.c: Likewise.
85105         * iconv/iconvconfig.c: Likewise.
85106         * iconv/strtab.c: Likewise.
85107         * locale/programs/locale.c: Likewise.
85108         * locale/programs/localedef.h: Likewise.
85109         * locale/programs/simple-hash.c: Likewise.
85110         * nscd/nscd.h: Likewise.
85111         * nss/makedb.c: Likewise.
85112         * sysdeps/generic/ldconfig.h: Likewise.
85113         * locale/programs/localedef.c: Remove xmalloc prototype.
85114         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
85116 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
85118         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
85119         appropriate.
85121 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
85123         * math/Makefile (tests): Add tst-CMPLX.
85124         * math/tst-CMPLX.c: New file.
85126         * math/complex.h (CMPLXL): Fix typo.
85128         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
85129         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
85130         GLIBC_2.16.
85131         * debug/tst-chk1.c: Add poll and ppoll tests.
85132         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
85133         * include/sys/poll.h: Add hidden proto for ppoll.
85134         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
85135         * sysdeps/mach/hurd/ppoll.c: Likewise.
85136         * io/ppoll.c: Likewise.
85137         * debug/poll_chk.c: New file.
85138         * debug/ppoll_chk.c: New file.
85139         * include/bits/poll2.h: New file.
85140         * io/bits/poll2.h: New file.
85142         [BZ #1350]
85143         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
85145         * configure.in: static is always set to yes.  Remove.
85146         * config.make.in: Don't set build-static.
85147         * Makeconfig: Remove use of build-static.
85148         * dlfcn/Makefile: Likewise.
85149         * elf/Makefile: Likewise.
85150         * math/Makefile: Likewise.
85151         * misc/Makefile: Likewise.
85152         * nptl/Makefile: Likewise.
85153         * sysdeps/mach/hurd/Makefile: Likewise.
85155         * configure.in: PWD_P is not used anymore.
85156         * config.make.in: Remove PWD_P entry.
85158         * configure.in: Remove last remnants of RANLIB.
85159         No need to check for signed size_t anymore.
85160         Don't set libc_commonpagesize and libc_relro_required here for Alpha
85161         and IA-64.
85162         Remove __builtin_expect test because we require at least gcc 3.4.
85163         * aclocal.m4: Likewise.
85165         * wcsmbs/mbrtoc16.c: Implement using towc function.
85166         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
85167         * wcsmbs/wcsmbsload.c: Likewise.
85168         * iconv/gconv_simple.c: Likewise.
85169         * iconv/gconv_int.h: Likewise.
85170         * iconv/gconv_builtin.h: Likewise.
85171         * iconv/iconv_prog.c: Remove CHAR16 handling.
85173         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
85175         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
85177         * configure.in: Remove --with-elf and --enable-bounded options.
85178         Dont set base_machine for ia64.  More non-ELF conditions removed.
85179         Remove testing and setting of leading underscore information.
85180         * config.make.in (build-bounded): Set to no.
85181         * config.h.in: Remove NO_UNDERSCORES entry.
85182         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
85183         them.
85184         * csu/start.c: Remove !NO_UNDERSCORE code.
85185         * locale/localeinfo.h: Likewise.
85186         * sysdeps/generic/machine-gmon.h: Likewise.
85187         * sysdeps/generic/sysdep.h: Likewise.
85188         * sysdeps/i386/sysdep.h: Likewise.
85189         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
85190         * sysdeps/mach/sysdep.h: Likewise.
85191         * sysdeps/s390/s390-32/sysdep.h: Likewise.
85192         * sysdeps/s390/s390-64/sysdep.h: Likewise.
85193         * sysdeps/sh/sysdep.h: Likewise.
85194         * sysdeps/sparc/sparc32/alloca.S: Likewise.
85195         * sysdeps/unix/i386/sysdep.S: Likewise.
85196         * sysdeps/unix/sparc/start.c: Likewise.
85197         * sysdeps/unix/sparc/sysdep.S: Likewise.
85198         * sysdeps/unix/sparc/sysdep.h: Likewise.
85199         * sysdeps/unix/start.c: Likewise.
85200         * sysdeps/unix/x86_64/sysdep.S: Likewise.
85201         * sysdeps/x86_64/sysdep.h: Likewise.
85203 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
85205         [BZ #13553]
85206         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
85207         for non-gcc.
85208         * argp/argp-fmtstream.h: Use const instead __const.
85209         * argp/argp.h: Likewise.
85210         * assert/assert.h: Likewise.
85211         * bits/fenv.h: Likewise.
85212         * bits/sched.h: Likewise.
85213         * bits/sigset.h: Likewise.
85214         * bits/sigthread.h: Likewise.
85215         * catgets/nl_types.h: Likewise.
85216         * conform/data/pthread.h-data: Likewise.
85217         * crypt/crypt-private.h: Likewise.
85218         * crypt/crypt.h: Likewise.
85219         * crypt/crypt_util.c: Likewise.
85220         * ctype/ctype.h: Likewise.
85221         * debug/execinfo.h: Likewise.
85222         * debug/mbsnrtowcs_chk.c: Likewise.
85223         * debug/mbsrtowcs_chk.c: Likewise.
85224         * debug/wcsnrtombs_chk.c: Likewise.
85225         * debug/wcsrtombs_chk.c: Likewise.
85226         * debug/wcstombs_chk.c: Likewise.
85227         * dirent/dirent.h: Likewise.
85228         * dlfcn/dlfcn.h: Likewise.
85229         * elf/neededtest4.c: Likewise.
85230         * grp/grp.h: Likewise.
85231         * gshadow/gshadow.h: Likewise.
85232         * iconv/gconv.h: Likewise.
85233         * iconv/gconv_int.h: Likewise.
85234         * iconv/gconv_simple.c: Likewise.
85235         * iconv/iconv.h: Likewise.
85236         * iconv/loop.c: Likewise.
85237         * iconv/skeleton.c: Likewise.
85238         * include/aio.h: Likewise.
85239         * include/aliases.h: Likewise.
85240         * include/argz.h: Likewise.
85241         * include/arpa/inet.h: Likewise.
85242         * include/assert.h: Likewise.
85243         * include/dirent.h: Likewise.
85244         * include/dlfcn.h: Likewise.
85245         * include/execinfo.h: Likewise.
85246         * include/fcntl.h: Likewise.
85247         * include/fenv.h: Likewise.
85248         * include/glob.h: Likewise.
85249         * include/grp.h: Likewise.
85250         * include/libintl.h: Likewise.
85251         * include/mntent.h: Likewise.
85252         * include/netdb.h: Likewise.
85253         * include/pwd.h: Likewise.
85254         * include/rpc/netdb.h: Likewise.
85255         * include/sched.h: Likewise.
85256         * include/search.h: Likewise.
85257         * include/shadow.h: Likewise.
85258         * include/signal.h: Likewise.
85259         * include/stdio.h: Likewise.
85260         * include/stdlib.h: Likewise.
85261         * include/string.h: Likewise.
85262         * include/sys/socket.h: Likewise.
85263         * include/sys/stat.h: Likewise.
85264         * include/sys/statfs.h: Likewise.
85265         * include/sys/statvfs.h: Likewise.
85266         * include/sys/syslog.h: Likewise.
85267         * include/sys/time.h: Likewise.
85268         * include/sys/uio.h: Likewise.
85269         * include/time.h: Likewise.
85270         * include/unistd.h: Likewise.
85271         * include/utmp.h: Likewise.
85272         * include/wchar.h: Likewise.
85273         * include/wctype.h: Likewise.
85274         * inet/aliases.h: Likewise.
85275         * inet/arpa/inet.h: Likewise.
85276         * inet/netinet/ether.h: Likewise.
85277         * inet/netinet/in.h: Likewise.
85278         * intl/libintl.h: Likewise.
85279         * io/bits/fcntl2.h: Likewise.
85280         * io/fcntl.h: Likewise.
85281         * io/ftw.h: Likewise.
85282         * io/sys/poll.h: Likewise.
85283         * io/sys/stat.h: Likewise.
85284         * io/sys/statfs.h: Likewise.
85285         * io/sys/statvfs.h: Likewise.
85286         * io/utime.h: Likewise.
85287         * libio/bits/stdio.h: Likewise.
85288         * libio/bits/stdio2.h: Likewise.
85289         * libio/libio.h: Likewise.
85290         * libio/libioP.h: Likewise.
85291         * libio/stdio.h: Likewise.
85292         * locale/lc-ctype.c: Likewise.
85293         * locale/locale.h: Likewise.
85294         * login/utmp.h: Likewise.
85295         * malloc/arena.c: Likewise.
85296         * malloc/malloc.c: Likewise.
85297         * malloc/malloc.h: Likewise.
85298         * malloc/mcheck.c: Likewise.
85299         * malloc/mtrace.c: Likewise.
85300         * math/bits/mathcalls.h: Likewise.
85301         * math/fenv.h: Likewise.
85302         * math/math_private.h: Likewise.
85303         * misc/bits/error.h: Likewise.
85304         * misc/bits/syslog.h: Likewise.
85305         * misc/err.h: Likewise.
85306         * misc/error.h: Likewise.
85307         * misc/fstab.h: Likewise.
85308         * misc/mntent.h: Likewise.
85309         * misc/regexp.h: Likewise.
85310         * misc/search.h: Likewise.
85311         * misc/sgtty.h: Likewise.
85312         * misc/sys/mman.h: Likewise.
85313         * misc/sys/syslog.h: Likewise.
85314         * misc/sys/uio.h: Likewise.
85315         * misc/sys/xattr.h: Likewise.
85316         * misc/ttyent.h: Likewise.
85317         * nis/rpcsvc/ypclnt.h: Likewise.
85318         * nss/nss.h: Likewise.
85319         * posix/bits/unistd.h: Likewise.
85320         * posix/fnmatch.h: Likewise.
85321         * posix/glob.h: Likewise.
85322         * posix/sched.h: Likewise.
85323         * posix/spawn.h: Likewise.
85324         * posix/sys/wait.h: Likewise.
85325         * posix/unistd.h: Likewise.
85326         * posix/wordexp.h: Likewise.
85327         * pwd/pwd.h: Likewise.
85328         * resolv/netdb.h: Likewise.
85329         * resource/sys/resource.h: Likewise.
85330         * rt/aio.h: Likewise.
85331         * rt/bits/mqueue2.h: Likewise.
85332         * rt/mqueue.h: Likewise.
85333         * shadow/shadow.h: Likewise.
85334         * signal/signal.h: Likewise.
85335         * socket/send.c: Likewise.
85336         * socket/sendto.c: Likewise.
85337         * socket/sys/socket.h: Likewise.
85338         * stdio-common/printf.h: Likewise.
85339         * stdlib/bits/stdlib.h: Likewise.
85340         * stdlib/fmtmsg.h: Likewise.
85341         * stdlib/monetary.h: Likewise.
85342         * stdlib/stdlib.h: Likewise.
85343         * stdlib/ucontext.h: Likewise.
85344         * streams/stropts.h: Likewise.
85345         * string/argz.h: Likewise.
85346         * string/bits/string2.h: Likewise.
85347         * string/string.h: Likewise.
85348         * string/strings.h: Likewise.
85349         * sunrpc/rpc/auth.h: Likewise.
85350         * sunrpc/rpc/auth_des.h: Likewise.
85351         * sunrpc/rpc/clnt.h: Likewise.
85352         * sunrpc/rpc/netdb.h: Likewise.
85353         * sunrpc/rpc/pmap_clnt.h: Likewise.
85354         * sunrpc/rpc/xdr.h: Likewise.
85355         * sysdeps/generic/inttypes.h: Likewise.
85356         * sysdeps/generic/net/if.h: Likewise.
85357         * sysdeps/generic/sys/swap.h: Likewise.
85358         * sysdeps/gnu/net/if.h: Likewise.
85359         * sysdeps/gnu/utmpx.h: Likewise.
85360         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
85361         * sysdeps/i386/i486/bits/string.h: Likewise.
85362         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
85363         * sysdeps/s390/bits/string.h: Likewise.
85364         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
85365         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
85366         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
85367         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
85368         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
85369         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
85370         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
85371         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
85372         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
85373         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
85374         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
85375         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
85376         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
85377         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
85378         * sysdeps/unix/sysv/linux/readv.c: Likewise.
85379         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
85380         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
85381         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
85382         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
85383         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
85384         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
85385         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
85386         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
85387         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
85388         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
85389         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
85390         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
85391         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
85392         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
85393         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
85394         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
85395         * sysvipc/sys/ipc.h: Likewise.
85396         * sysvipc/sys/msg.h: Likewise.
85397         * sysvipc/sys/sem.h: Likewise.
85398         * sysvipc/sys/shm.h: Likewise.
85399         * termios/termios.h: Likewise.
85400         * time/sys/time.h: Likewise.
85401         * time/time.h: Likewise.
85402         * wcsmbs/bits/wchar2.h: Likewise.
85403         * wcsmbs/uchar.h: Likewise.
85404         * wcsmbs/wchar.h: Likewise.
85405         * wctype/wctype.h: Likewise.
85407         [BZ #13551]
85408         * Makeconfig: Remove all but ELF support including AIX support.
85409         * Makerules: Likewise.
85410         * config.h.in: Likewise.
85411         * config.make.in: Likewise.
85412         * configure: Likewise.
85413         * configure.in: Likewise.
85414         * csu/Makefile: Likewise.
85415         * csu/version.c: Likewise.
85416         * debug/Makefile: Likewise.
85417         * dlfcn/Makefile: Likewise.
85418         * elf/Makefile: Likewise.
85419         * extra-lib.mk: Likewise.
85420         * iconv/Makefile: Likewise.
85421         * include/libc-symbols.h: Likewise.
85422         * include/shlib-compat.h: Likewise.
85423         * resolv/Makefile: Likewise.
85424         * resolv/res_libc.c: Likewise.
85425         * rt/Makefile: Likewise.
85426         * sysdeps/i386/asm-syntax.h: Likewise.
85427         * sysdeps/i386/sysdep.h: Likewise.
85428         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
85429         * sysdeps/mach/sysdep.h: Likewise.
85430         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
85431         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
85432         * sysdeps/s390/asm-syntax.h: Likewise.
85433         * sysdeps/s390/s390-32/sysdep.h: Likewise.
85434         * sysdeps/s390/s390-64/sysdep.h: Likewise.
85435         * sysdeps/sh/sysdep.h: Likewise.
85436         * sysdeps/unix/sparc/sysdep.h: Likewise.
85437         * sysdeps/wordsize-32/divdi3.c: Likewise.
85438         * sysdeps/x86_64/sysdep.h: Likewise.
85440         * argp/Versions: Remove _argp_unlock_xxx.
85442         [BZ #13559]
85443         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
85444         * abilist/libBrokenLocale.abilist: Likewise.
85445         * abilist/libanl.abilist: Likewise.
85446         * abilist/libc.abilist: Likewise.
85447         * abilist/libcrypt.abilist: Likewise.
85448         * abilist/libdl.abilist: Likewise.
85449         * abilist/libm.abilist: Likewise.
85450         * abilist/libnsl.abilist: Likewise.
85451         * abilist/libpthread.abilist: Likewise.
85452         * abilist/libresolv.abilist: Likewise.
85453         * abilist/librt.abilist: Likewise.
85454         * abilist/libthread_db.abilist: Likewise.
85455         * abilist/libutil.abilist: Likewise.
85456         * abilist/libnss_db.abilist: New file.
85458         * scripts/abilist.awk: Add support for indirect functions.
85460         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
85462         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
85464         * shlib-versions: Remove entries for ports architectures.
85466         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
85467         files in ports.
85468         * elf/stackguard-macros.h: Remove support for IA-64.
85469         * elf/tst-auditmod1.c: Likewise.
85470         * sysdeps/generic/ldsodefs.h: Likewise.
85472         * sysdeps/unix/sysv/linux/configure.in: Ports should define
85473         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
85474         configure files.
85476         [BZ #13552]
85477         * configure.in: Remove --enable-omitfp support.
85478         * FAQ.in: Adjust.
85479         * config.make.in: Likewise.
85480         * Makeconfig: Likewise.
85481         * manual/install.texi: Likewise.
85483         In case anyone cares, the IA-64 architecture could move to ports.
85484         * sysdeps/ia64/*: Removed.
85485         * sysdeps/unix/sysv/linux/ia64/*: Removed.
85486         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
85488         [BZ #13555]
85489         * configure.in: Remove entries for unsupported architectures.
85491         [BZ #13533]
85492         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
85493         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
85494         routines.
85495         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
85496         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
85497         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
85498         fall back to using wcrtomb.
85499         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
85500         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
85501         renaming.
85502         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
85503         * wcsmbs/tst-c16c32-1.c: New file.
85505         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
85506         local variable.
85508         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
85510         * elf/tst-unique3.cc: Add explicit declaration of gets.
85511         * elf/tst-unique3lib.cc: Likewise.
85512         * elf/tst-unique3lib2.cc: Likewise.
85513         * elf/tst-unique4.cc: Likewise.
85515         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
85517 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
85519         [BZ #13566]
85520         * assert/assert.h (static_assert): Don't define for C++.
85521         * libio/stdio.h (gets): Do declare for C++ <= C++11.
85522         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
85524 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
85526         * iconv/loop.c (single loop): Fix assertion in storing of
85527         remaining bytes.
85529         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
85531 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
85533         * posix/getconf.c: Update copyright year.
85534         * nss/getent.c: Likewise.
85535         * nss/makedb.c: Likewise.
85536         * iconv/iconvconfig.c: Likewise.
85537         * iconv/iconv_prog.c: Likewise.
85538         * elf/ldconfig.c: Likewise.
85539         * elf/pldd.c: Likewise.
85540         * elf/sotruss.ksh: Likewise.
85541         * catgets/gencat.c: Likewise.
85542         * csu/version.c: Likewise.
85543         * elf/ldd.bash.in: Likewise.
85544         * elf/sprof.c (print_version): Likewise.
85545         * locale/programs/locale.c: Likewise.
85546         * locale/programs/localedef.c: Likewise.
85547         * login/programs/pt_chown.c: Likewise.
85548         * nscd/nscd.c (print_version): Likewise.
85549         * debug/xtrace.sh: Likewise.
85550         * malloc/memusage.sh: Likewise.
85551         * malloc/mtrace.pl: Likewise.
85552         * debug/catchsegv.sh: Likewise.
85554 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
85556         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
85557         pure attribute.
85559 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
85561         [BZ #13533]
85562         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
85563         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
85564         transformations.
85565         * iconv/gconv_int.h: Likewise.
85566         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
85567         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
85568         from libc for GLIBC_2.16.
85569         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
85570         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
85571         * wcsmbs/uchar.h: Really define mbstate_t.
85572         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
85573         * wcsmbs/c16rtomb.c: New file.
85574         * wcsmbs/mbrtoc16.c: New file.
85575         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
85576         for C/POSIX locale.
85577         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
85578         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
85580         * wcsmbs/wchar.h: Add missing __restrict.
85582 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
85584         [BZ #13532]
85585         * time/Makefile (routines): Add timespec_get.
85586         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
85587         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
85588         timespec for ISO C11.
85589         * time/timespec_get.c: New file.
85590         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
85591         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
85593         [BZ #13531]
85594         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
85595         * stdlib/stdlib.h: Declare aligned_alloc.
85596         * Versions.def: Add GLIBC_2.16 for libc.
85597         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
85599         [BZ 13527]
85600         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
85601         ISO C11.
85603         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
85604         code.
85606         [BZ #13528]
85607         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
85609         [BZ #13529]
85610         * assert/assert.h (static_assert): Define.
85612         * version.h: Update for 2.16 development version.
85614         [BZ #13526]
85615         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
85616         _ISOC11_SOURCE.
85618         * version.h (RELEASE): Bump for 2.15 release.
85619         * include/features.h (__GLIBC_MINOR__): Bump to 15.
85621         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
85622         Patch by Marek Polacek <mpolacek@redhat.com>.
85624         * bits/byteswap.h: Protect long long constants with __extension__.
85625         * sysdeps/i386/bits/byteswap.h: Likewise.
85626         * sysdeps/ia64/bits/byteswap.h: Likewise.
85627         * sysdeps/s390/bits/byteswap.h: Likewise.
85628         * sysdeps/x86_64/bits/byteswap.h: Likewise.
85630 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
85632         [BZ #13540]
85633         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
85634         destination buffer.
85635         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
85637 2011-12-23  Marek Polacek  <polacek@redhat.com>
85639         * elf/dl-addr.c (determine_info): Add inline keyword.
85640         * elf/tst-auditmod4b.c (check_avx): Likewise.
85641         * elf/tst-auditmod6b.c (check_avx): Likewise.
85642         * elf/tst-auditmod6c.c (check_avx): Likewise.
85643         * elf/tst-auditmod7b.c (check_avx): Likewise.
85645 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
85647         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
85648         !__SSE_MATH__.
85650 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
85652         [BZ #13540]
85653         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
85654         processing for last bytes.
85656 2011-08-06  Bruno Haible  <bruno@clisp.org>
85658         [BZ #13061]
85659         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
85660         U+0385, not to U+1FEE.
85662         [BZ #13062]
85663         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
85664         entry for U+00A5 U+0301.
85666 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
85668         [BZ #13166]
85669         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
85670         buffer for the output is too small.
85672         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
85673         optimization.
85675         [BZ #13185]
85676         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
85677         SSE flags if possible.
85679 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
85681         [BZ #13540]
85682         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
85683         processing for last bytes.
85685 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
85687         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
85688         (syscall-list-default-options, syscall-list-default-condition)
85689         (syscall-list-includes): Define.
85690         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
85691         list of ABIs and options and #if conditions for each ABI.  Do not
85692         handle common syscalls between ABIs specially.
85693         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
85694         Remove.
85695         (syscall-list-variants, syscall-list-32bit-options)
85696         (syscall-list-32bit-condition, syscall-list-64bit-options)
85697         (syscall-list-64bit-condition): Define.
85698         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
85699         (syscall-list-variants, syscall-list-32bit-options)
85700         (syscall-list-32bit-condition, syscall-list-64bit-options)
85701         (syscall-list-64bit-condition): Define.
85702         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
85703         Remove.
85704         (syscall-list-variants, syscall-list-32bit-options)
85705         (syscall-list-32bit-condition, syscall-list-64bit-options)
85706         (syscall-list-64bit-condition): Define.
85707         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
85708         Remove.
85709         (syscall-list-variants, syscall-list-32bit-options)
85710         (syscall-list-32bit-condition, syscall-list-64bit-options)
85711         (syscall-list-64bit-condition): Define.
85713 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
85715         * locale/iso-639.def: Add brx entry.
85717         [BZ #13328]
85718         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
85719         Proposed by Mariusz_Cukr <marcukr@op.pl>.
85721         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
85722         __feraiseexcept_renamed.
85724 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
85726         [BZ #13538]
85727         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
85728         EPOLLET with unsigned values.
85729         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
85730         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
85732         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
85733         to large cancellation.
85734         * math/s_cacoshf.c: Likewise.
85735         * math/s_cacoshl.c: Likewise.
85737 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
85739         [BZ #13305]
85740         [BZ #12786]
85741         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
85742         * math/s_cacoshf.c: Likewise.
85743         * math/s_cacoshl.c: Likewise.
85745 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
85747         [BZ #13439]
85748         * iconv/gconv.h: Define __GCONV_SWAP.
85749         * iconvdata/unicode.c: The swap bit must be stored in __flags.
85750         * iconvdata/utf-16.c: Likewise.
85751         * iconvdata/utf-32.c: Likewise.
85753 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
85755         [BZ #13524]
85756         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
85757         numerator after shifting it by one limb.
85759 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
85761         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
85762         under [__USE_EXTERN_INLINES].
85764 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
85766         [BZ #13446]
85767         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
85769 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
85771         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
85772         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
85773         optimized code.
85774         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
85775         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
85776         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
85777         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
85778         for strncasecmp/strncasecmp_l compilation.
85779         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
85780         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
85782 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
85784         [BZ #13484]
85785         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
85786         of __asm__.
85788 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
85790         [BZ #13506]
85791         * time/tzfile.c (__tzfile_read): Check values from file header.
85793 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
85795         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
85796         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
85797         * powerpc/powerpc32/dl-start.S: Likewise.
85798         * powerpc/powerpc32/elf/start.S: Likewise.
85799         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
85800         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
85801         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
85802         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
85803         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
85804         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
85805         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
85806         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
85807         * powerpc/powerpc32/fpu/s_round.S: Likewise.
85808         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
85809         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
85810         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
85811         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
85812         * powerpc/powerpc32/memset.S: Likewise.
85813         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
85814         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
85815         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
85816         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
85817         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
85818         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
85819         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
85820         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
85821         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
85822         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
85823         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
85824         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
85825         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
85827 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
85829         * math/libm-test.inc: Added more nearbyint tests.
85830         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
85831         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
85832         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
85833         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
85835 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
85837         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
85838         FD_CLOEXEC.
85840 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
85842         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
85843         Add wcscpy-ssse3 wcscpy-c.
85844         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
85845         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
85846         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
85847         * sysdeps/x86_64/wcschr.S: New file.
85848         * sysdeps/x86_64/wcsrchr.S: New file.
85849         * string/test-strcmp.c: Remove checking of wcscmp function for
85850         wrong alignments.
85851         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
85852         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
85853         wcsrchr-sse2 wcsrchr-c.
85854         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
85855         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
85856         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
85857         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
85858         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
85859         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
85860         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
85861         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
85862         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
85863         * wcsmbc/wcschr.c (WCSCHR): New macro.
85865 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
85867         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
85868         * wcsmbs/test-wcsrchr.c: New file.
85869         * string/test-strrchr.c: Add wcsrchr support.
85870         (WIDE): New macro.
85871         * wcsmbs/test-wcscpy.c: New file.
85872         * string/test-strcpy.c: Add wcscpy support.
85873         (WIDE): New macro.
85875 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
85877         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
85878         the inner loop.
85880 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
85882         [BZ #13472]
85883         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
85885 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
85887         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
85888         Minor optimizations.
85890         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
85891         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
85892         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
85894 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
85896         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
85897         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
85898         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
85899         for gcc to avoid warnings.
85900         * inet/Makefile (tests): Add tst-checks.
85901         * inet/tst-checks.c: New file.
85903         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
85904         warning.
85906         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
85907         __wmemcmp_sse2.
85909         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
85910         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
85912         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
85914 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
85916         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
85917         problem.
85919         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
85921 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
85923         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
85924         conditional on GCC version.
85925         (__arch_compare_and_exchange_val_8_acq)
85926         (__arch_compare_and_exchange_val_16_acq)
85927         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
85928         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
85929         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
85931 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
85933         * sysdeps/sh/backtrace.c: New file.
85935 2011-12-02  Andreas Schwab  <schwab@redhat.com>
85937         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
85938         parenthesis.
85940 2011-12-01  Andreas Schwab  <schwab@redhat.com>
85942         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
85943         falling back to utime.
85945 2011-11-30  Andreas Schwab  <schwab@redhat.com>
85947         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
85948         expectations for float.
85950 2011-11-29  Andreas Schwab  <schwab@redhat.com>
85952         * locale/weight.h (findidx): Add parameter len.
85953         * locale/weightwc.h (findidx): Likewise.
85954         * posix/fnmatch_loop.c (FCT): Adjust caller.
85955         * posix/regcomp.c (build_equiv_class): Likewise.
85956         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
85957         * posix/regexec.c (check_node_accept_bytes): Likewise.
85958         * string/strcoll_l.c (STRCOLL): Likewise.
85959         * string/strxfrm_l.c (STRXFRM): Likewise.
85961 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
85963         * Makefile.in: Remove CVSOPT handling.
85964         * configure.in: Remove use of AC_REVISION.
85965         * iconvdata/Makefile (distribute): No need to filter out CVS.
85966         * scripts/list-sources.sh: Remove CVS, subversion and monotone
85967         handling.
85969 2011-11-16  Andreas Schwab  <schwab@redhat.com>
85971         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
85972         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
85973         [USE_AS_STRNCASECMP_L]: Likewise.
85974         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
85975         NO_TLS_DIRECT_SEG_REFS.
85976         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
85977         Fix argument offsets for non-PIC.
85978         [USE_AS_STRNCASECMP_L]: Likewise.
85979         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
85980         NO_TLS_DIRECT_SEG_REFS.
85982 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
85984         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
85985         O_CLOEXEC.
85986         * locale/loadlocale.c (_nl_load_locale): Likewise.
85988 2011-11-15  Andreas Schwab  <schwab@redhat.com>
85990         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
85991         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
85992         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
85993         (SYSCALL_GETTIME): Set errno on error.
85995         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
85996         count references to noai6ai_cached.
85998 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
86000         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
86002         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
86003         FD_CLOEXEC for /proc/self/maps.
86005         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
86006         FD_CLOEXEC for /proc/meminfo.
86008         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
86009         gai.conf.
86011         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
86012         FD_CLOEXEC for given file.
86014         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
86016         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
86017         FD_CLOEXEC for /etc/hosts.
86018         (_gethtent): Likewise.
86020         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
86022         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
86023         cancellation and set FD_CLOEXEC for /etc/netgroup.
86025         * nss/nss_files/files-key.c (search): Don't allow cancellation when
86026         reading /etc/publickey.
86028         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
86029         allow cancellation when reading /etc/group.
86031         * nss/nss_files/files-alias.c (internal_setent): Don't allow
86032         cancellation.
86033         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
86035         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
86036         when using data file.
86038         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
86040         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
86041         (write_nis_obj): Use "c" and "e" in fopen.
86043         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
86045         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
86047         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
86049         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
86051         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
86052         locale.alias.
86054         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
86056         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
86058         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
86060         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
86061         file parsing and set FD_CLOEXEC.
86063 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
86065         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
86067 2011-11-14  Andreas Schwab  <schwab@redhat.com>
86069         * malloc/arena.c (arena_get2): Don't call reused_arena when
86070         _int_new_arena failed.
86072 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
86074         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
86075         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
86076         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
86077         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
86078         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
86079         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
86080         to compile strcasecmp and strncasecmp.
86081         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
86082         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
86084         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
86086 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
86088         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
86089         locale-defines.sym to gen-as-const-headers.
86090         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
86091         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
86092         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
86093         to compile strcasecmp and strncasecmp.
86094         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
86095         strcasecmp_l and strncasecmp_l.
86096         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
86097         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
86098         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
86099         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
86100         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
86101         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
86102         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
86103         * sysdeps/i386/i686/multiarch/strncase.S: New file.
86104         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
86105         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
86106         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
86108 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
86110         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
86111         result of SYSDEP_GETTIME_CPU to retval.
86112         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
86113         parameter list to macro.  Remove trailing semicolon.  Adjust users.
86115         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
86116         variable.
86118         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
86119         mantissa words.
86120         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
86122         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
86123         from unused variable.
86125         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
86126         DWARF definitions.
86127         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
86128         for assembling.
86130         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
86131         over namespaces.
86133         * sunrpc/rpc_prot.c (rejected): Fix case value.
86135         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
86136         unsigned long long int to avoid warnings in shift.
86138         * posix/regex_internal.c (re_string_reconstruct): Actually use result
86139         of use of trans.
86140         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
86141         variable tmp.
86143         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
86144         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
86145         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
86147         * nis/nis_table.c (nis_list): Use variable of correct type for
86148         result of __follow_path call.
86150 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
86152         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
86153         of math functions ceil, trunc, floor, round, and sqrt, when
86154         avaliable on the platform.
86155         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
86156         name clash.
86157         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
86158         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
86159         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
86161 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
86163         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
86164         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
86166 2011-11-11  Roland McGrath  <roland@hack.frob.com>
86168         * include/unistd.h: Fix __readlink return type.
86169         Reported by Chris Metcalf <cmetcalf@tilera.com>.
86171 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
86173         * stdlib/ucontext.h: Undo last change for makecontext.
86175 2011-11-11  Andreas Schwab  <schwab@redhat.com>
86177         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
86179         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
86180         * setjmp/setjmp.h: Mark functions as non-leaf.
86181         * setjmp/bits/setjmp2.h: Likewise.
86182         * stdlib/ucontext.h: Likewise.
86184 2011-11-10  Andreas Schwab  <schwab@redhat.com>
86186         * malloc/arena.c (_int_new_arena): Don't increment narenas.
86187         (reused_arena): Don't check arena limit.
86188         (arena_get2): Atomically check arena limit.
86190 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
86192         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
86193         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
86195         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
86196         instructions.
86198 2011-11-07  Andreas Schwab  <schwab@redhat.com>
86200         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
86201         handler when locking.
86203         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
86204         Fix size of allocated buffer.
86206 2011-11-04  Andreas Schwab  <schwab@redhat.com>
86208         [BZ #10103]
86209         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
86210         declarations for long double functions.
86211         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
86213         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
86215 2011-11-03  Andreas Schwab  <schwab@redhat.com>
86217         * nscd/nscd.c (main): Don't start AVC thread until credentials are
86218         installed.
86220         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
86221         is disabled.
86223 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
86225         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
86227 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
86229         * include/alloca.h (stackinfo_alloca_round): Define.
86230         (extend_alloca): Use it.
86231         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
86232         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
86233         here.
86235         * scripts/check-local-headers.sh: Ignore libaudit.h.
86237         * nscd/Makefile (extra-objs): Make recursively expanded.
86239 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
86241         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
86242         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
86244         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
86245         * posix/tst-rfc3484-2.c: Likewise.
86246         * posix/tst-rfc3484-3.c: Likewise.
86248         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
86249         process_vm_writev.
86250         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
86251         process_vm_writev.
86252         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
86253         process_vm_writev from libc using GLIBC_2.15 version.
86255         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
86257 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
86259         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
86260         stack usage.
86262 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
86264         [BZ #13367]
86265         * nss/getent.c (initgroups_keys): Show error message in case no group
86266         names are given.
86268         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
86269         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
86270         __bump_nl_timestamp.
86271         * nscd/connections (nscd_init): When host database is served open
86272         netlink socket and request notification about configuration changes.
86273         (main_loop_poll): Track netlink file descriptor and bump timestamp
86274         in case data becomes available.
86275         (main_loop_epoll): Likewise.
86276         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
86277         (database_pers_head): Add extra_data fileds.
86278         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
86279         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
86280         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
86281         Adjust caller.
86282         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
86283         in6ai data, call __free_in6ai.
86284         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
86285         Add -DHAVE_NETLINK.
86286         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
86287         interface information.  Reuse previous data if netlink timestamp
86288         is not changed.
86289         (__bump_nl_timestamp): New function.
86290         (__free_in6ai): New function.
86292 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
86294         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
86295         close_not_cancel_no_status here.
86296         (__check_pf): Reorganize code a bit to not call close twice if OOM.
86298 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
86300         [BZ #13276]
86301         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
86302         return value.
86304         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
86305         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
86306         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
86308 2011-07-03  Andreas Jaeger  <aj@suse.de>
86310         [BZ #10709]
86311         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
86312         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
86313         * math/libm-test.inc (sin_test): Add test case.
86315 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
86317         [BZ #13337]
86318         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
86319         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
86321         * elf/chroot_canon.c (chroot_canon): Cleanups.
86323         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
86325         [BZ #13335]
86326         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
86327         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
86329         * string/test-strchr.c: Make usable for strchrnul testing.
86330         * string/test-strchrnul.c: New file.
86331         * string/Makefile (strop-tests): Add strchrnul.
86333         * po/it.po: Update from translation team.
86334         * po/es.po: Likewise.
86336 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
86338         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
86339         the three constants needed as parameters.  Drop the others.
86340         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
86341         __m128i_strloadu_tolower.
86342         Create and initialize variable zero and use it in all the places
86343         where _mm_setzero_si128 was used.
86345         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
86346         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
86347         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
86348         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
86349         anymore.
86350         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
86351         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
86352         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
86353         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
86354         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
86355         __mpranred, __mptan.
86356         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
86357         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
86358         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
86359         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
86360         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
86361         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
86362         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
86363         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
86364         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
86366 2011-10-28  Andreas Schwab  <schwab@redhat.com>
86368         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
86369         redefine if SHARED.
86370         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
86372         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
86373         wide char related routines to wcsmbs subdir.
86375 2011-10-27  Andreas Schwab  <schwab@redhat.com>
86377         [BZ #13344]
86378         * misc/sys/cdefs.h (__THROWNL): Define.
86379         * posix/unistd.h: Use __THREADNL instead of __THREAD
86380         for memory synchronization functions.
86382 2011-10-26  Roland McGrath  <roland@hack.frob.com>
86384         [BZ #13349]
86385         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
86386         doesn't exist.
86387         * manual/stdio.texi (Obstack Streams): Node removed.
86389 2011-10-26  Andreas Schwab  <schwab@redhat.com>
86391         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
86392         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
86393         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
86395         * math/math_private.h (math_force_eval): Allow non-addressable
86396         arguments.
86397         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
86399 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
86401         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
86402         file is not needed.
86404         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
86405         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
86406         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
86407         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
86408         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
86409         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
86410         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
86411         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
86412         Add AVX variants.
86413         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
86414         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
86415         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
86416         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
86417         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
86418         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
86419         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
86420         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
86421         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
86422         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
86423         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
86424         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
86425         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
86426         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
86427         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
86428         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
86429         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
86430         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
86431         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
86433         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
86434         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
86436         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
86437         place.  Use VEX encoding when compiling for AVX.
86439 2011-10-25  Andreas Schwab  <schwab@redhat.com>
86441         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
86442         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
86444         * string/test-strchr.c (do_test): Don't generate NUL bytes.
86446 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
86448         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
86449         useless if() expression.
86450         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
86451         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
86452         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
86453         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
86454         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
86455         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
86456         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
86457         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
86458         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
86459         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
86460         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
86461         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
86462         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
86463         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
86464         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
86465         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
86466         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
86467         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
86468         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
86470         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
86472 2011-10-25  Andreas Schwab  <schwab@redhat.com>
86474         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
86475         condition.
86476         * elf/dl-fini.c (_dl_sort_fini): Likewise.
86478 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
86480         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
86481         .text section.  Avoid duplicate constants.
86482         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
86483         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
86484         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
86485         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
86486         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
86487         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
86488         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
86489         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
86490         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
86491         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
86492         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
86493         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
86494         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
86495         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
86496         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
86497         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
86498         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
86499         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
86500         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
86501         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
86502         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
86503         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
86504         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
86505         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
86506         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
86507         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
86508         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
86509         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
86510         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
86511         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
86512         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
86513         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
86514         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
86515         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
86516         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
86517         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
86518         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
86519         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
86520         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
86521         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
86522         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
86523         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
86524         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
86525         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
86526         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
86528 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
86530         * sysdeps/x86_64/dla.h: Move to ...
86531         * sysdeps/x86_64/fpu/dla.h: ...here.
86532         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
86533         situations.  Use __builtin_fma only for gcc 4.6 and up.
86535         * config.make.in: Add have-mfma4 entry.
86536         * configure.in: Substitute libc_cv_cc_fma4.
86537         * math/Makefile (dbl-only-routines): Add sincostab.
86538         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
86539         Use __sincostab not sincos.
86540         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
86541         name is a macro.
86542         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
86543         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
86544         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
86545         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
86546         using __copysign.
86547         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
86548         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
86549         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
86550         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
86551         and __inv.
86552         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
86553         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
86554         __copysign.
86555         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
86556         define aliases when function name is a macro.
86557         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
86558         sysdeps/ieee754/dbl-64/sincos.tbl.
86559         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
86560         fma4-enabled routines.
86561         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
86562         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
86563         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
86564         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
86565         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
86566         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
86567         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
86568         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
86569         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
86570         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
86571         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
86572         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
86573         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
86574         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
86575         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
86576         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
86577         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
86578         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
86579         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
86580         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
86581         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
86582         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
86583         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
86584         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
86585         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
86586         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
86587         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
86588         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
86589         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
86590         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
86592         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
86593         rename.
86594         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
86595         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
86596         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
86597         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
86598         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
86599         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
86600         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
86601         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
86603 2011-10-24  Andreas Schwab  <schwab@redhat.com>
86605         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
86607 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
86609         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
86611         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
86612         prediction.
86613         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
86615         * string/strnlen.c: Don't define STRNLEN, reverse logic.
86616         Remove unused variable magic_bits.
86617         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
86619         * string/strnlen.c: Define and use STRNLEN macro.
86620         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
86621         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
86622         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
86623         * wcsmbs/wcslen.c: Define and use WCSLEN.
86624         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
86625         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
86626         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
86627         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
86628         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
86629         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
86630         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
86632 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
86634         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
86635         strnlen-sse2-no-bsf.
86636         Rename strlen-no-bsf to strlen-sse2-no-bsf.
86637         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
86638         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
86639         Add strnlen support.
86640         (USE_AS_STRNLEN): New macro.
86641         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
86642         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
86643         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
86644         * sysdeps/x86_64/wcslen.S: New file.
86646 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
86648         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
86649         XMM-moves are used for copying on small sizes.
86651 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
86653         * wcsmbs/Makefile (strop-tests): Add wcschr.
86654         * wcsmbs/test-wcschr.c: New file.
86655         * string/test-strchr.c: Update.
86656         Add wcschr support.
86657         (WIDE): New macro.
86659 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
86661         * wcsmbs/Makefile (strop-tests): Add wcslen.
86662         * wcsmbs/test-wcslen.c: New file.
86663         * string/test-strlen.c: Update.
86664         Add wcslen support.
86665         (WIDE): New macro.
86667 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
86669         * po/it.po: Update from translation team.
86671 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
86673         * sysdeps/x86_64/wcscmp.S: Update.
86674         Fix wrong comparison semantics.
86675         wcscmp shall use signed comparison not unsigned.
86676         Don't use substraction to avoid overflow bug.
86677         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
86678         * wcsmbc/wcscmp.c: Likewise.
86679         * string/test-strcmp.c: Likewise.
86680         Add new tests to check cases with negative values.
86682 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
86684         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
86685         * sysdeps/x86_64/dla.h: ...here.  New file.
86686         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
86687         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
86688         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
86689         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
86690         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
86691         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
86692         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
86693         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
86694         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
86696 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
86698         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
86699         __ynl_finite aliases.
86701 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
86703         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
86705         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
86706         define DLA_FMA.
86707         [DLA_FMA] (EMULV): Use DLA_FMA.
86708         [DLA_FMA] (MUL12): Use EMULV.
86709         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
86710         that are not needed.
86711         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
86712         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
86713         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
86714         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
86715         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
86716         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
86717         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
86719 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
86721         * math/s_nan.c: Undef __nan.
86722         * math/s_nanf.c: Undef __nanf.
86723         * math/s_nanl.c: Undef __nanl.
86724         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
86725         "math_private.h".
86727 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
86729         * math/s_catan.c: Add branch predictions.
86730         * math/s_catanf.c: Likewise.
86731         * math/s_catanh.c: Likewise.
86732         * math/s_catanhf.c: Likewise.
86733         * math/s_catanhl.c: Likewise.
86734         * math/s_catanl.c: Likewise.
86735         * math/s_cexp.c: Likewise.
86736         * math/s_cexpf.c: Likewise.
86737         * math/s_cexpl.c: Likewise.
86738         * math/s_clog.c: Likewise.
86739         * math/s_clog10.c: Likewise.
86740         * math/s_clog10f.c: Likewise.
86741         * math/s_clog10l.c: Likewise.
86742         * math/s_clogf.c: Likewise.
86743         * math/s_clogl.c: Likewise.
86744         * math/s_csqrt.c: Likewise.
86745         * math/s_csqrtf.c: Likewise.
86746         * math/s_csqrtl.c: Likewise.
86747         * math/s_ctanf.c: Likewise.
86748         * math/s_ctanh.c: Likewise.
86749         * math/s_ctanhf.c: Likewise.
86750         * math/s_ctanhl.c: Likewise.
86751         * math/s_ctanl.c: Likewise.
86753         * math/math_private.h: Define __nan, __nanf, __nanl.
86754         * math/s_cacosh.c: Include <math_private.h>.
86755         * math/s_cacoshl.c: Likewise.
86756         * math/s_casinh.c: Likewise.
86757         * math/s_casinhf.c: Likewise.
86758         * math/s_casinhl.c: Likewise.
86759         * math/s_ccos.c: Rely entire on ccosh.
86760         * math/s_ccosf.c: Rely entire on ccoshf.
86761         * math/s_ccosl.c: Rely entirely on ccoshl.
86762         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
86763         Remove tests for FE_INVALID.
86764         * math/s_ccoshf.c: Likewise.
86765         * math/s_ccoshl.c: Likewise.
86766         * math/s_csin.c: Likewise.
86767         * math/s_csinf.c: Likewise.
86768         * math/s_csinh.c Likewise.
86769         * math/s_csinhf.c: Likewise.
86770         * math/s_csinhl.c: Likewise.
86771         * math/s_csinl.c: Likewise.
86772         * math/s_ctan.c: Likewise.
86773         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
86774         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
86775         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
86777 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
86779         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
86780         compilation problems.
86782         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
86783         __builtin_expect.
86785 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
86787         * sysdeps/i386/configure.in: Test for -mfma4 option.
86788         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
86789         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
86790         COMMON_CPUID_INDEX_80000001.
86791         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
86792         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
86793         use it if FMA3 is not supported.
86794         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
86796         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
86797         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
86799 2011-10-20  Andreas Schwab  <schwab@redhat.com>
86801         [BZ #12892]
86802         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
86803         it would create a cycle with a link time dependency.
86805 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
86807         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
86808         instruction.
86809         * string/Makefile (strop-tests): Add rawmemchr.
86810         * string/test-rawmemchr.c: New file.
86812         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
86813         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
86814         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
86815         when compiling str{,n}casecmp and when AVX is available.  Hook up
86816         new optimized code in initializers.
86818 2011-10-19  Andreas Schwab  <schwab@redhat.com>
86820         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
86821         __feraiseexcept instead of feraiseexcept.
86823 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
86825         * math/math_private.h: Define defaults for libc_fetestexcept and
86826         libc_feupdateenv.
86827         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
86828         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
86829         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
86830         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
86831         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
86832         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
86833         libc_fetestexcept and libc_feupdateenv.
86835         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
86836         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
86837         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
86838         * sysdeps/x86_64/fpu/math_private.h: Define special version of
86839         libc_feholdexcept_setround.
86841         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
86842         Add s_nearbyint-c and s_nearbyintf-c.
86843         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
86844         nearbyintf inlines.
86845         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
86846         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
86847         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
86848         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
86850         * math/math_private.h: Define defaults for libc_fegetround,
86851         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
86852         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
86853         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
86854         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
86855         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
86856         standard functions.
86857         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
86858         Remove comments and hacks for old compiler versions.
86859         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
86860         libc_fegetround, libc_fesetround, libc_feholdexcept, and
86861         libc_feholdexceptl.
86863 2011-10-18  Andreas Schwab  <schwab@redhat.com>
86865         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
86866         (__feraiseexcept_renamed): Add __NTH.
86867         (feraiseexcept): Add __NTH.  Rename local variables to fix
86868         namespace violations.
86870 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
86872         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
86874         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
86876         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
86877         recently added interfaces.
86878         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
86880         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
86881         about macro parameter expansion.
86883         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
86884         __NO_MATH_INLINES is defined.  Cleanups.
86886         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
86887         and __floorf is target has SSE4.1.
86888         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
86889         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
86890         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
86891         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
86893         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
86894         name.
86895         (floorf): Likewise.
86897         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
86899 2011-10-17  Andreas Schwab  <schwab@redhat.com>
86901         * misc/sys/cdefs.h: Fix last change.
86903         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
86904         database lookup.
86906 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
86908         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
86910         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
86911         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
86912         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
86913         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
86914         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
86915         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
86916         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
86917         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
86918         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
86919         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
86920         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
86921         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
86922         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
86923         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
86924         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
86925         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
86926         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
86927         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
86928         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
86929         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
86930         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
86931         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
86933         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
86934         ceil, ceilf, floor, floorf.
86936         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
86937         Perform IRELATIVE relocations last.
86939         * elf/do-rel.h: Add another parameter nrelative, replacing the
86940         local variable with the same name.  Change name of the function
86941         to end in Rel or Rela (uppercase).
86942         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
86943         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
86944         elf_dynamic_do_##reloc function.
86946 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
86948         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
86949         is sufficient, at least on modern CPUs.
86951         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
86953         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
86954         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
86956         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
86957         __expl_finite.
86958         * math/bits/math-finite.h: Add entries for exp.
86959         * math/e_expl.c: Add __*_finite alias.
86960         * sysdeps/i386/fpu/e_exp.S: Likewise.
86961         * sysdeps/i386/fpu/e_expf.S: Likewise.
86962         * sysdeps/i386/fpu/e_expl.c: Likewise.
86963         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
86964         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
86965         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
86966         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
86967         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
86968         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
86969         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
86971         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
86972         is sufficient, at least on modern CPUs.
86974         * ctype/ctype-info.c (__ctype_init): Define.
86975         * include/ctype.h (__ctype_init): Declare.
86976         (__ctype_b_loc): The variable is always initialized.
86977         (__ctype_toupper_loc): Likewise.
86978         (__ctype_tolower_loc): Likewise.
86979         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
86980         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
86982 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
86984         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
86986         * configure.in: Also look in $cxxmachine/include for C++ system
86987         headers.
86989 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
86991         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
86992         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
86993         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
86994         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
86995         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
86996         (USE_AS_WMEMCMP): New macro.
86997         Fixing indents.
86998         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
86999         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
87000         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
87001         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
87002         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
87003         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
87004         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
87005         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
87006         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
87007         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
87008         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
87009         (USE_AS_WMEMCMP): New macro.
87010         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
87011         * sysdeps/string/test-memcmp.c: Update.
87012         Fix simple_wmemcmp.
87013         Add new tests.
87014         * wcsmbs/wmemcmp.c: Update.
87015         (WMEMCMP): New macro.
87016         Fix overflow bug.
87018 2011-10-12  Andreas Jaeger  <aj@suse.de>
87020         [BZ #13268]
87021         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
87023 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
87025         * libio/iofwide.c (do_length): Avoid warning.
87027         * ctype/ctype.h (__isctype_f): Add missing __THROW.
87029 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
87031         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
87033         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
87034         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
87035         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
87036         * sysdeps/i386/i686/fpu/e_log.S: New file.
87037         * sysdeps/i386/i686/fpu/e_logf.S: New file.
87038         * sysdeps/i386/i686/fpu/e_logl.S: New file.
87040         * ctype/ctype.h: Add support for inlined isXXX functions when
87041         compiling C++ code.
87043 2011-10-14  Andreas Schwab  <schwab@redhat.com>
87045         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
87047         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
87049 2011-10-13  Roland McGrath  <roland@hack.frob.com>
87051         [BZ #13291]
87052         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
87054 2011-10-13  Andreas Schwab  <schwab@redhat.com>
87056         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
87057         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
87058         feraiseexcept.
87060         * sysdeps/x86_64/memrchr.S: Check for zero size.
87062         * string/stratcliff.c: Add memrchr tests.
87064 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
87066         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
87067         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
87068         rawmemchr-sse2 rawmemchr-sse2-bsf.
87069         * sysdeps/i386/i686/multiarch/memchr.S: New file.
87070         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
87071         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
87072         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
87073         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
87074         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
87075         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
87076         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
87077         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
87078         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
87079         * string/memrchr.c (MEMRCHR): New macro.
87081 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
87083         Add integration with gcc's -ffinite-math-only and optimize wrapper
87084         functions in libm.
87085         * Versions.def: Define GLIBC_2.15 version for libm.
87086         * math/Makefile (headers): Add bits/math-finite.h.
87087         * math/bits/math-finite.h: New file.
87088         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
87089         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
87090         * math/e_acoshl.c: Add __*_finite alias.
87091         * math/e_acosl.c: Likewise.
87092         * math/e_asinl.c: Likewise.
87093         * math/e_atan2l.c: Likewise.
87094         * math/e_atanhl.c: Likewise.
87095         * math/e_coshl.c: Likewise.
87096         * math/e_exp10.c: Likewise.
87097         * math/e_exp10f.c: Likewise.
87098         * math/e_exp10l.c: Likewise.
87099         * math/e_exp2l.c: Likewise.
87100         * math/e_fmodl.c: Likewise.
87101         * math/e_gammal_r.c: Likewise.
87102         * math/e_hypotl.c: Likewise.
87103         * math/e_j0l.c: Likewise.
87104         * math/e_j1l.c: Likewise.
87105         * math/e_jnl.c: Likewise.
87106         * math/e_lgammal_r.c: Likewise.
87107         * math/e_log10l.c: Likewise.
87108         * math/e_log2l.c: Likewise.
87109         * math/e_logl.c: Likewise.
87110         * math/e_powl.c: Likewise.
87111         * math/e_sinhl.c: Likewise.
87112         * math/e_sqrtl.c: Likewise.
87113         * math/e_scalb.c: Completely rewritten and optimized.
87114         * math/e_scalbf.c: Likewise.
87115         * math/e_scalbl.c: Likewise.
87116         * math/w_acos.c: Likewise.
87117         * math/w_acosf.c: Likewise.
87118         * math/w_acosl.c: Likewise.
87119         * math/w_acosh.c: Likewise.
87120         * math/w_acoshf.c: Likewise.
87121         * math/w_acoshl.c: Likewise.
87122         * math/w_asin.c: Likewise.
87123         * math/w_asinf.c: Likewise.
87124         * math/w_asinl.c: Likewise.
87125         * math/w_atan2.c: Likewise.
87126         * math/w_atan2f.c: Likewise.
87127         * math/w_atan2l.c: Likewise.
87128         * math/w_atanh.c: Likewise.
87129         * math/w_atanhf.c: Likewise.
87130         * math/w_atanhl.c: Likewise.
87131         * math/w_exp10.c: Likewise.
87132         * math/w_exp10f.c: Likewise.
87133         * math/w_exp10l.c: Likewise.
87134         * math/w_fmod.c: Likewise.
87135         * math/w_fmodf.c: Likewise.
87136         * math/w_fmodl.c: Likewise.
87137         * math/w_j0.c: Likewise.
87138         * math/w_j0f.c: Likewise.
87139         * math/w_j0l.c: Likewise.
87140         * math/w_j1.c: Likewise.
87141         * math/w_j1f.c: Likewise.
87142         * math/w_j1l.c: Likewise.
87143         * math/w_jn.c: Likewise.
87144         * math/w_jnf.c: Likewise.
87145         * math/w_log.c: Likewise.
87146         * math/w_logf.c: Likewise.
87147         * math/w_logl.c: Likewise.
87148         * math/w_log10.c: Likewise.
87149         * math/w_log10f.c: Likewise.
87150         * math/w_log10l.c: Likewise.
87151         * math/w_log2.c: Likewise.
87152         * math/w_log2f.c: Likewise.
87153         * math/w_log2l.c: Likewise.
87154         * math/w_pow.c: Likewise.
87155         * math/w_powf.c: Likewise.
87156         * math/w_powl.c: Likewise.
87157         * math/w_remainder.c: Likewise.
87158         * math/w_remainderf.c: Likewise.
87159         * math/w_remainderl.c: Likewise.
87160         * math/w_scalb.c: Likewise.
87161         * math/w_scalbf.c: Likewise.
87162         * math/w_scalbl.c: Likewise.
87163         * math/w_sqrt.c: Likewise.
87164         * math/w_sqrtf.c: Likewise.
87165         * math/w_sqrtl.c: Likewise.
87166         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
87167         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
87168         used.
87169         * math/math_private.h: Declare __kernel_standard_f.
87170         * math/w_cosh.c: Remove cruft and optimize a bit.
87171         * math/w_coshf.c: Likewise.
87172         * math/w_coshl.c: Likewise.
87173         * math/w_exp2.c: Likewise.
87174         * math/w_exp2f.c: Likewise.
87175         * math/w_exp2l.c: Likewise.
87176         * math/w_hypot.c: Likewise.
87177         * math/w_hypotf.c: Likewise.
87178         * math/w_hypotl.c: Likewise.
87179         * math/w_lgamma.c: Likewise.
87180         * math/w_lgamma_r.c: Likewise.
87181         * math/w_lgammaf.c: Likewise.
87182         * math/w_lgammaf_r.c: Likewise.
87183         * math/w_lgammal.c: Likewise.
87184         * math/w_lgammal_r.c: Likewise.
87185         * math/w_sinh.c: Likewise.
87186         * math/w_sinhf.c: Likewise.
87187         * math/w_sinhl.c: Likewise.
87188         * math/w_tgamma.c: Likewise.
87189         * math/w_tgammaf.c: Likewise.
87190         * math/w_tgammal.c: Likewise.
87191         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
87192         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
87193         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
87194         Minor optimizations.  Pretty printing.  Remove cruft.
87195         * sysdeps/i386/fpu/e_acosf.S: Likewise.
87196         * sysdeps/i386/fpu/e_acosh.S: Likewise.
87197         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
87198         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
87199         * sysdeps/i386/fpu/e_acosl.c: Likewise.
87200         * sysdeps/i386/fpu/e_asin.S: Likewise.
87201         * sysdeps/i386/fpu/e_asinf.S: Likewise.
87202         * sysdeps/i386/fpu/e_atan2.S: Likewise.
87203         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
87204         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
87205         * sysdeps/i386/fpu/e_atanh.S: Likewise.
87206         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
87207         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
87208         * sysdeps/i386/fpu/e_exp10.S: Likewise.
87209         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
87210         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
87211         * sysdeps/i386/fpu/e_exp2.S: Likewise.
87212         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
87213         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
87214         * sysdeps/i386/fpu/e_fmod.S: Likewise.
87215         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
87216         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
87217         * sysdeps/i386/fpu/e_hypot.S: Likewise.
87218         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
87219         * sysdeps/i386/fpu/e_log.S: Likewise.
87220         * sysdeps/i386/fpu/e_log10.S: Likewise.
87221         * sysdeps/i386/fpu/e_log10f.S: Likewise.
87222         * sysdeps/i386/fpu/e_log10l.S: Likewise.
87223         * sysdeps/i386/fpu/e_log2.S: Likewise.
87224         * sysdeps/i386/fpu/e_log2f.S: Likewise.
87225         * sysdeps/i386/fpu/e_log2l.S: Likewise.
87226         * sysdeps/i386/fpu/e_logf.S: Likewise.
87227         * sysdeps/i386/fpu/e_logl.S: Likewise.
87228         * sysdeps/i386/fpu/e_pow.S: Likewise.
87229         * sysdeps/i386/fpu/e_powf.S: Likewise.
87230         * sysdeps/i386/fpu/e_powl.S: Likewise.
87231         * sysdeps/i386/fpu/e_remainder.S: Likewise.
87232         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
87233         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
87234         * sysdeps/i386/fpu/e_scalb.S: Likewise.
87235         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
87236         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
87237         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
87238         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
87239         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
87240         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
87241         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
87242         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
87243         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
87244         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
87245         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
87246         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
87247         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
87248         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
87249         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
87250         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
87251         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
87252         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
87253         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
87254         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
87255         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
87256         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
87257         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
87258         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
87259         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
87260         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
87261         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
87262         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
87263         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
87264         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
87265         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
87266         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
87267         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
87268         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
87269         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
87270         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
87271         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
87272         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
87273         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
87274         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
87275         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
87276         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
87277         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
87278         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
87279         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
87280         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
87281         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
87282         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
87283         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
87284         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
87285         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
87286         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
87287         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
87288         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
87289         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
87290         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
87291         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
87292         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
87293         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
87294         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
87295         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
87296         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
87297         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
87298         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
87299         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
87300         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
87301         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
87302         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
87303         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
87304         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
87305         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
87306         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
87307         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
87308         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
87309         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
87310         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
87311         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
87312         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
87313         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
87314         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
87315         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
87316         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
87317         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
87318         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
87319         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
87320         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
87321         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
87322         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
87323         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
87324         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
87325         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
87326         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
87327         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
87328         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
87329         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
87330         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
87331         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
87332         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
87333         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
87334         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
87335         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
87336         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
87337         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
87338         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
87339         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
87340         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
87341         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
87342         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
87343         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
87344         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
87345         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
87346         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
87347         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
87348         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
87349         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
87350         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
87351         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
87352         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
87353         (__isnanf): Likewise.
87354         (__isinf_ns): Likewise.
87355         (__isinf_nsf): Likewise.
87356         (__finite): Likewise.
87357         (__finitef): Likewise.
87358         (__ieee754_sqrt): Define as macro.
87359         (__ieee754_sqrtf): Define as macro.
87360         (__ieee754_sqrtl): Define as macro.
87361         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
87362         inlined copy.
87363         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
87364         __FINITE_MATH_ONLY__ consistent.
87365         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
87367 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
87369         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
87370         of rawmemchr.
87372         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
87374 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
87376         * po/ja.po: Update from translation team.
87378 2011-10-08  Roland McGrath  <roland@hack.frob.com>
87380         * locale/programs/locarchive.c (prepare_address_space): New function.
87381         (create_archive, enlarge_archive, open_archive): Use it.
87383         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
87384         inside [SHARED], where it is used.
87386         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
87388         * nss/getent.c (netgroup_keys): Remove unused variable.
87389         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
87391 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
87393         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
87394         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
87395         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
87396         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
87397         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
87398         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
87399         * math/Makefile (libm-calls): Add s_isinf_ns.
87400         * math/divtc3.c: Use __isinf_nsl instead of isinf.
87401         * math/multc3.c: Likewise.
87402         * math/s_casin.c: Likewise.
87403         * math/s_casinf.c: Likewise.
87404         * math/s_casinl.c: Likewise.
87405         * math/s_ccos.c: Likewise.
87406         * math/s_ccosf.c: Likewise.
87407         * math/s_ccosl.c: Likewise.
87408         * math/s_ctan.c: Likewise.
87409         * math/s_ctanf.c: Likewise.
87410         * math/s_ctanh.c: Likewise.
87411         * math/s_ctanhf.c: Likewise.
87412         * math/s_ctanhl.c: Likewise.
87413         * math/s_ctanl.c: Likewise.
87414         * math/w_fmod.c: Likewise.
87415         * math/w_fmodf.c: Likewise.
87416         * math/w_fmodl.c: Likewise.
87417         * math/w_remainder.c: Likewise.
87418         * math/w_remainderf.c: Likewise.
87419         * math/w_remainderl.c: Likewise.
87420         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
87421         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
87422         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
87423         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
87424         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
87425         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
87426         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
87427         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
87429         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
87430         of the number.
87431         * stdio-common/printf_fphex.c: Likewise.
87432         * stdio-common/printf_size.c: Likewise.
87434         * math/e_exp10.c: Include math_private.h using <...> not "...".
87435         * math/e_exp10f.c: Likewise.
87436         * math/e_exp10l.c: Likewise.
87437         * math/e_exp2l.c: Likewise.
87438         * math/e_j0l.c: Likewise.
87439         * math/e_j1l.c: Likewise.
87440         * math/e_jnl.c: Likewise.
87441         * math/e_lgammal_r.c: Likewise.
87442         * math/e_rem_pio2l.c: Likewise.
87443         * math/e_scalb.c: Likewise.
87444         * math/e_scalbf.c: Likewise.
87445         * math/e_scalbl.c: Likewise.
87446         * math/k_cosl.c: Likewise.
87447         * math/k_sinl.c: Likewise.
87448         * math/k_tanl.c: Likewise.
87449         * math/s_cacoshf.c: Likewise.
87450         * math/s_catan.c: Likewise.
87451         * math/s_catanf.c: Likewise.
87452         * math/s_catanh.c: Likewise.
87453         * math/s_catanhf.c: Likewise.
87454         * math/s_catanhl.c: Likewise.
87455         * math/s_catanl.c: Likewise.
87456         * math/s_ccosh.c: Likewise.
87457         * math/s_ccoshf.c: Likewise.
87458         * math/s_ccoshl.c: Likewise.
87459         * math/s_cexp.c: Likewise.
87460         * math/s_cexpf.c: Likewise.
87461         * math/s_cexpl.c: Likewise.
87462         * math/s_clog.c: Likewise.
87463         * math/s_clog10.c: Likewise.
87464         * math/s_clog10f.c: Likewise.
87465         * math/s_clog10l.c: Likewise.
87466         * math/s_clogf.c: Likewise.
87467         * math/s_clogl.c: Likewise.
87468         * math/s_csin.c: Likewise.
87469         * math/s_csinf.c: Likewise.
87470         * math/s_csinh.c: Likewise.
87471         * math/s_csinhf.c: Likewise.
87472         * math/s_csinhl.c: Likewise.
87473         * math/s_csinl.c: Likewise.
87474         * math/s_csqrt.c: Likewise.
87475         * math/s_csqrtf.c: Likewise.
87476         * math/s_csqrtl.c: Likewise.
87477         * math/s_ctan.c: Likewise.
87478         * math/s_ctanf.c: Likewise.
87479         * math/s_ctanh.c: Likewise.
87480         * math/s_ctanhf.c: Likewise.
87481         * math/s_ctanhl.c: Likewise.
87482         * math/s_ctanl.c: Likewise.
87483         * math/s_ldexp.c: Likewise.
87484         * math/s_ldexpf.c: Likewise.
87485         * math/s_ldexpl.c: Likewise.
87486         * math/s_significand.c: Likewise.
87487         * math/s_significandf.c: Likewise.
87488         * math/s_significandl.c: Likewise.
87489         * math/w_acos.c: Likewise.
87490         * math/w_acosf.c: Likewise.
87491         * math/w_acosh.c: Likewise.
87492         * math/w_acoshf.c: Likewise.
87493         * math/w_acoshl.c: Likewise.
87494         * math/w_acosl.c: Likewise.
87495         * math/w_asin.c: Likewise.
87496         * math/w_asinf.c: Likewise.
87497         * math/w_asinl.c: Likewise.
87498         * math/w_atan2.c: Likewise.
87499         * math/w_atan2f.c: Likewise.
87500         * math/w_atan2l.c: Likewise.
87501         * math/w_atanh.c: Likewise.
87502         * math/w_atanhf.c: Likewise.
87503         * math/w_atanhl.c: Likewise.
87504         * math/w_cosh.c: Likewise.
87505         * math/w_coshf.c: Likewise.
87506         * math/w_coshl.c: Likewise.
87507         * math/w_dremf.c: Likewise.
87508         * math/w_exp10.c: Likewise.
87509         * math/w_exp10f.c: Likewise.
87510         * math/w_exp10l.c: Likewise.
87511         * math/w_exp2.c: Likewise.
87512         * math/w_exp2f.c: Likewise.
87513         * math/w_fmod.c: Likewise.
87514         * math/w_fmodf.c: Likewise.
87515         * math/w_fmodl.c: Likewise.
87516         * math/w_hypot.c: Likewise.
87517         * math/w_hypotf.c: Likewise.
87518         * math/w_hypotl.c: Likewise.
87519         * math/w_j0.c: Likewise.
87520         * math/w_j0f.c: Likewise.
87521         * math/w_j0l.c: Likewise.
87522         * math/w_j1.c: Likewise.
87523         * math/w_j1f.c: Likewise.
87524         * math/w_j1l.c: Likewise.
87525         * math/w_jn.c: Likewise.
87526         * math/w_jnf.c: Likewise.
87527         * math/w_jnl.c: Likewise.
87528         * math/w_lgamma.c: Likewise.
87529         * math/w_lgamma_r.c: Likewise.
87530         * math/w_lgammaf.c: Likewise.
87531         * math/w_lgammaf_r.c: Likewise.
87532         * math/w_lgammal.c: Likewise.
87533         * math/w_lgammal_r.c: Likewise.
87534         * math/w_log.c: Likewise.
87535         * math/w_log10.c: Likewise.
87536         * math/w_log10f.c: Likewise.
87537         * math/w_log10l.c: Likewise.
87538         * math/w_log2.c: Likewise.
87539         * math/w_log2f.c: Likewise.
87540         * math/w_log2l.c: Likewise.
87541         * math/w_logf.c: Likewise.
87542         * math/w_logl.c: Likewise.
87543         * math/w_pow.c: Likewise.
87544         * math/w_powf.c: Likewise.
87545         * math/w_powl.c: Likewise.
87546         * math/w_remainder.c: Likewise.
87547         * math/w_remainderf.c: Likewise.
87548         * math/w_remainderl.c: Likewise.
87549         * math/w_scalb.c: Likewise.
87550         * math/w_scalbf.c: Likewise.
87551         * math/w_scalbl.c: Likewise.
87552         * math/w_sinh.c: Likewise.
87553         * math/w_sinhf.c: Likewise.
87554         * math/w_sinhl.c: Likewise.
87555         * math/w_sqrt.c: Likewise.
87556         * math/w_sqrtf.c: Likewise.
87557         * math/w_sqrtl.c: Likewise.
87558         * math/w_tgamma.c: Likewise.
87559         * math/w_tgammaf.c: Likewise.
87560         * math/w_tgammal.c: Likewise.
87562         * po/ja.po: Update from translation team.
87564 2011-09-29  Andreas Jaeger  <aj@suse.de>
87566         [BZ #13179]
87567         * sunrpc/netname.c (netname2host): Fix logic.
87569         [BZ #6779]
87570         [BZ #6783]
87571         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
87572         correctly.
87573         * math/w_remainder.c (__remainder): Likewise.
87574         * math/w_remainderf.c (__remainderf): Likewise.
87575         * math/libm-test.inc (remainder_test): Add test cases.
87577 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
87579         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
87580         sdiv_qrnnd.
87582 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
87584         * string/test-memcmp.c: Avoid unncessary #defines.
87585         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
87587 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
87589         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
87590         Use new sse2 version for core i3 - i7 as it's faster
87591         than sse42 version.
87592         (bit_Prefer_PMINUB_for_stringop): New.
87593         * sysdeps/x86_64/rawmemchr.S: Update.
87594         Replace with faster SSE2 version.
87595         * sysdeps/x86_64/memrchr.S: New file.
87596         * sysdeps/x86_64/memchr.S: Update.
87597         Replace with faster SSE2 version.
87599 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
87601         * elf/dl-load.c (lose): Add cast to avoid warning.
87603 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
87605         * po/ca.po: Update from translation team.
87607         * inet/getnetgrent_r.c: Hook up nscd.
87608         * nscd/Makefile (routines): Add nscd_netgroup.
87609         (nscd-modules): Add netgroupcache.
87610         (CFLAGS-netgroupcache.c): Define.
87611         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
87612         (cache_search): Add const to second parameter.
87613         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
87614         INNETGR.
87615         (dbs): Add netgrdb entry.
87616         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
87617         (verify_persistent_db): Handle netgrdb.
87618         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
87619         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
87620         GETFDNETGR.
87621         (netgroup_response_header): Define.
87622         (innetgroup_response_header): Define.
87623         (datahead): Add netgroup_response_header and innetgroup_response_header
87624         elements.
87625         * nscd/nscd.conf: Add entries for netgroup cache.
87626         * nscd/nscd.h (dbtype): Add netgrdb.
87627         (_PATH_NSCD_NETGROUP_DB): Define.
87628         (netgroup_iov_disabled): Declare.
87629         (xmalloc, xcalloc, xrealloc): Move declarations here.
87630         (cache_search): Adjust prototype.
87631         Add netgroup-related prototypes.
87632         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
87633         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
87634         (__nscd_innetgr): Declare.
87635         * nscd/selinux.c (perms): Use access_vector_t as element type and
87636         add netgroup-related initializers.
87637         * nscd/netgroupcache.c: New file.
87638         * nscd/nscd_netgroup.c: New file.
87639         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
87640         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
87641         For four parameters use innetgr.
87642         * nss/nss_files/files-init.c: Add definition and callback for netgr.
87643         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
87644         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
87645         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
87647         * nscd/connections.c (register_traced_file): Don't register file
87648         for disabled databases.
87650 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
87652         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
87654         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
87655         from tree and freeing node.
87657 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
87659         * nss/nsswitch.c (__nss_database_lookup): Handle
87660         nss_parse_service_list out of memory case.
87662 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
87664         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
87665         out of memory case.
87667 2011-10-04  Andreas Schwab  <schwab@redhat.com>
87669         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
87670         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
87671         pass it down.
87672         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
87673         elf_machine_rela, elf_machine_lazy_rel.
87674         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
87675         (ELF_DYNAMIC_DO_REL): Likewise.
87676         (ELF_DYNAMIC_DO_RELA): Likewise.
87677         (ELF_DYNAMIC_RELOCATE): Likewise.
87678         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
87679         to ELF_DYNAMIC_DO_REL.
87680         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
87681         (dl_main): In trace mode always set __RTLD_NOIFUNC.
87682         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
87683         elf_machine_rela.
87684         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
87685         skip_ifunc, don't call ifunc function if non-zero.
87686         (elf_machine_rela): Likewise.
87687         (elf_machine_lazy_rel): Likewise.
87688         (elf_machine_lazy_rela): Likewise.
87689         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
87690         (elf_machine_lazy_rel): Likewise.
87691         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
87692         Likewise.
87693         (elf_machine_lazy_rel): Likewise.
87694         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
87695         Likewise.
87696         (elf_machine_lazy_rel): Likewise.
87697         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
87698         (elf_machine_lazy_rel): Likewise.
87699         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
87700         (elf_machine_lazy_rel): Likewise.
87701         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
87702         (elf_machine_lazy_rel): Likewise.
87703         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
87704         (elf_machine_lazy_rel): Likewise.
87705         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
87706         (elf_machine_lazy_rel): Likewise.
87707         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
87708         (elf_machine_lazy_rel): Likewise.
87710 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
87712         * nss/nss_files/files-init.c (_nss_files_init): Use static
87713         initialization for all the *_traced_file variables.
87715 2011-09-28  Andreas Schwab  <schwab@redhat.com>
87717         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
87719 2011-09-27  Roland McGrath  <roland@hack.frob.com>
87721         [BZ #13226]
87722         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
87724 2011-09-27  Andreas Schwab  <schwab@redhat.com>
87726         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
87727         Reread the line before reparsing it.
87729 2011-09-26  Andreas Schwab  <schwab@redhat.com>
87731         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
87733 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
87734             Maxim Kuvyrkov  <maxim@codesourcery.com>
87735             Joseph Myers  <joseph@codesourcery.com>
87737         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
87738         if needed for __stack_chk_guard.
87740 2011-09-19  Roland McGrath  <roland@hack.frob.com>
87742         * sysdeps/posix/spawni.c (script_execute): Always define it.
87743         It will be optimized away if unused.
87744         (maybe_script_execute): New function.
87745         (__spawni): Call it.
87747         * Makerules: Don't include tls.make.
87748         (config-tls): Always set to thread.
87749         * tls.make.c: File removed.
87751 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
87753         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
87754         * config.make.in (CPPFLAGS-config): New substituted variable.
87756 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
87758         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
87760         [BZ #13192]
87761         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
87762         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
87764 2011-09-15  Roland McGrath  <roland@hack.frob.com>
87766         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
87767         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
87768         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
87769         (CALL_FAIL): Likewise.
87770         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
87771         (CALL_FAIL): Macro removed.
87772         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
87774 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
87776         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
87777         for __FINITE_MATH_ONLY__ == 1.
87779 2011-09-15  Andreas Schwab  <schwab@redhat.com>
87781         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
87782         __ieee754_sqrt instead of sqrt.
87783         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
87784         __ieee754_sqrtf instead of sqrtf.
87785         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
87786         __floorf instead of floorf.
87787         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
87788         __floorf, __truncf instead of floorf, truncf.
87790 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
87792         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
87794         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
87795         __extern_always_inline.
87796         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
87797         32-bit.
87799 2011-09-14  Andreas Schwab  <schwab@redhat.com>
87801         * elf/rtld.c (dl_main): Also relocate in dependency order when
87802         doing symbol dependency testing.
87804 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
87806         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
87807         Always define `refsym'.
87809 2011-09-13  Andreas Schwab  <schwab@redhat.com>
87811         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
87812         (__FD_ELT): Renamed from __FDELT.
87813         * misc/bits/select2.h (__FD_ELT): Likewise.
87814         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
87815         __FD_MASK instead of __FDELT, __FDMASK.
87816         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
87817         Likewise.
87818         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
87819         Likewise.
87821         * elf/Makefile (gen-ldd): Fix pattern.
87823         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
87824         (init_tls): Likewise.
87826 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
87828         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
87830 2011-09-12  Andreas Schwab  <schwab@redhat.com>
87832         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
87833         `struct cmsghdr *' instead of `void *'.
87834         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
87835         Likewise.
87837 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
87839         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
87840         if non-absolute.
87841         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
87842         ldd_rewrite_script.
87844 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
87846         * configure.in: Remove --with-tls option.
87847         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
87848         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
87849         out in case it is missing.
87850         * sysdeps/ia64/elf/configure.in: Likewise.
87851         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
87852         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
87853         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
87854         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
87855         * sysdeps/sh/elf/configure.in: Likewise.
87856         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
87857         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
87858         * sysdeps/x86_64/elf/configure.in: Likewise.
87859         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
87860         * sysdeps/mach/hurd/tls.h: Likewise.
87862         [BZ #13067]
87863         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
87865         [BZ #13090]
87866         * configure.in: Fix use of AC_INIT.
87868         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
87870 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
87872         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
87873         __set_errno.
87874         * malloc/hooks.c: Likewise.
87876         [BZ #11929]
87877         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
87878         variables statically.
87879         (narenas): Initialize.
87880         (list_lock): Initialize.
87881         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
87882         initializtion of main_arena and list_lock.  Small cleanups.
87883         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
87884         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
87885         Add initializers to main_arena and mp_.
87886         (malloc_state): Remove pagesize member.  Change all users to use
87887         GLRO(dl_pagesize).
87889         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
87890         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
87891         is always initialized.
87893         * malloc/malloc.c: Removed unused configurations and dead code.
87894         * malloc/arena.c: Likewise.
87895         * malloc/hooks.c: Likewise.
87896         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
87898         * include/tls.h: Removed.  USE___THREAD must always be defined.
87899         * bits/libc-tsd.h: Don't handle !USE___THREAD.
87900         * elf/dl-libc.c: Likewise.
87901         * elf/dl-tsd.c: Likewise.
87902         * include/errno.h: Likewise.
87903         * include/netdb.h: Likewise.
87904         * include/resolv.h: Likewise.
87905         * inet/herrno-loc.c: Likewise.
87906         * inet/herrno.c: Likewise.
87907         * malloc/arena.c: Likewise.
87908         * malloc/hooks.c: Likewise.
87909         * malloc/malloc.c: Likewise.
87910         * resolv/res-state.c: Likewise.
87911         * resolv/res_libc.c: Likewise.
87912         * sysdeps/i386/dl-machine.h: Likewise.
87913         * sysdeps/ia64/dl-machine.h: Likewise.
87914         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
87915         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
87916         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
87917         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
87918         * sysdeps/sh/dl-machine.h: Likewise.
87919         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
87920         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
87921         * sysdeps/unix/i386/sysdep.S: Likewise.
87922         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
87923         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
87924         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
87925         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
87926         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
87927         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
87928         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
87929         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
87930         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
87931         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
87932         * sysdeps/unix/x86_64/sysdep.S: Likewise.
87933         * sysdeps/x86_64/dl-machine.h: Likewise.
87934         * tls.make.c: Likewise.
87936         * configure.in: Remove --with-__thread option.  Make tests for
87937         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
87938         tls_model attribute fail if no support is available.  Remove
87939         USE_IN_LIBIO.
87940         * Makeconfig: Adjust for dropped configure option.  All features are
87941         now mandatory.
87942         * Makerules: Likewise.
87943         * Versions.def: Likewise.
87944         * argp/argp-fmtstream.c: Likewise.
87945         * argp/argp-fmtstream.h: Likewise.
87946         * argp/argp-help.c: Likewise.
87947         * assert/assert.c: Likewise.
87948         * config.h.in: Likewise.
87949         * config.make.in: Likewise.
87950         * configure: Likewise.
87951         * configure.in: Likewise.
87952         * csu/Versions: Likewise.
87953         * csu/init.c: Likewise.
87954         * elf/tst-audit2.c: Likewise.
87955         * elf/tst-tls10.c: Likewise.
87956         * elf/tst-tls10.h: Likewise.
87957         * elf/tst-tls11.c: Likewise.
87958         * elf/tst-tls12.c: Likewise.
87959         * elf/tst-tls14.c: Likewise.
87960         * elf/tst-tlsmod11.c: Likewise.
87961         * elf/tst-tlsmod12.c: Likewise.
87962         * elf/tst-tlsmod13.c: Likewise.
87963         * elf/tst-tlsmod13a.c: Likewise.
87964         * elf/tst-tlsmod14a.c: Likewise.
87965         * elf/tst-tlsmod15b.c: Likewise.
87966         * elf/tst-tlsmod16a.c: Likewise.
87967         * elf/tst-tlsmod16b.c: Likewise.
87968         * elf/tst-tlsmod7.c: Likewise.
87969         * elf/tst-tlsmod8.c: Likewise.
87970         * elf/tst-tlsmod9.c: Likewise.
87971         * gmon/gmon.c: Likewise.
87972         * grp/fgetgrent_r.c: Likewise.
87973         * grp/putgrent.c: Likewise.
87974         * hurd/fopenport.c: Likewise.
87975         * include/libc-symbols.h: Likewise.
87976         * include/tls.h: Likewise.
87977         * intl/gettextP.h: Likewise.
87978         * intl/loadinfo.h: Likewise.
87979         * locale/global-locale.c: Likewise.
87980         * locale/localeinfo.h: Likewise.
87981         * mach/devstream.c: Likewise.
87982         * malloc/arena.c: Likewise.
87983         * malloc/set-freeres.c: Likewise.
87984         * misc/err.c: Likewise.
87985         * misc/getttyent.c: Likewise.
87986         * misc/mntent_r.c: Likewise.
87987         * posix/getopt.c: Likewise.
87988         * posix/wordexp.c: Likewise.
87989         * pwd/fgetpwent_r.c: Likewise.
87990         * resolv/Versions: Likewise.
87991         * resolv/res_hconf.c: Likewise.
87992         * shadow/fgetspent_r.c: Likewise.
87993         * shadow/putspent.c: Likewise.
87994         * stdio-common/printf_fphex.c: Likewise.
87995         * stdio-common/tmpfile.c: Likewise.
87996         * stdlib/abort.c: Likewise.
87997         * stdlib/fmtmsg.c: Likewise.
87998         * sunrpc/auth_unix.c: Likewise.
87999         * sunrpc/clnt_perr.c: Likewise.
88000         * sunrpc/clnt_tcp.c: Likewise.
88001         * sunrpc/clnt_udp.c: Likewise.
88002         * sunrpc/clnt_unix.c: Likewise.
88003         * sunrpc/openchild.c: Likewise.
88004         * sunrpc/svc_simple.c: Likewise.
88005         * sunrpc/svc_tcp.c: Likewise.
88006         * sunrpc/svc_udp.c: Likewise.
88007         * sunrpc/svc_unix.c: Likewise.
88008         * sunrpc/xdr.c: Likewise.
88009         * sunrpc/xdr_array.c: Likewise.
88010         * sunrpc/xdr_rec.c: Likewise.
88011         * sunrpc/xdr_ref.c: Likewise.
88012         * sunrpc/xdr_stdio.c: Likewise.
88014 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
88016         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
88018 2011-07-03  Andreas Jaeger  <aj@suse.de>
88020         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
88021         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
88022         regenerate with gen-libm-tests.pl.
88024 2010-05-12  Petr Baudis  <pasky@suse.cz>
88026         [BZ #11589]
88027         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
88028         around j0() zero points by switching to j1().
88029         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
88030         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
88031         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
88032         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
88034 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
88036         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
88037         instead of 0.
88038         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
88039         instead of 0.
88040         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
88041         Patch in part by Pavel Roskin <proski@gnu.org>.
88043         [BZ #13138]
88044         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
88045         realloc.
88046         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
88047         Free memory block if necessary.
88049         [BZ #12847]
88050         * libio/genops.c (INTDEF): For string streams the _lock pointer can
88051         be NULL.  Don't lock in this case.
88053 2011-09-09  Roland McGrath  <roland@hack.frob.com>
88055         * elf/elf.h (ELFOSABI_GNU): New macro.
88056         (ELFOSABI_LINUX): Define to that.
88058 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
88060         * string/strncat.c (strncat): Undef the symbol in case it has been
88061         defined in bits/string.h.
88063 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
88065         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
88067         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
88068         link map.
88070 2011-08-17  Andreas Jaeger  <aj@suse.de>
88072         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
88074 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
88075             Ian Lance Taylor  <iant@google.com>
88077         * math/libm-test.inc (lround_test): New testcase.
88078         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
88080 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
88082         * Makefile: Remove support for automatic cvs check-ins.
88083         * Makerules: Likewise.
88084         * config.make.in: Likewise.
88085         * configure.in: Likewise.
88086         * intl/Makefile: Likewise.
88087         * locale/Makefile: Likewise.
88088         * po/Makefile: Likewise.
88089         * posix/Makefile: Likewise.
88090         * sysdeps/gnu/Makefile: Likewise.
88091         * sysdeps/mach/hurd/Makefile: Likewise.
88092         * sysdeps/sparc/sparc32/Makefile: Likewise.
88094         [BZ #13118]
88095         * posix/Makefile (bug-regex32-ENV): Define.
88096         Patch by John Stanley <jpsinthemix@verizon.net>.
88098         * misc/Makefile (headers): Add bits/select2.h.
88099         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
88100         * misc/bits/select2.h: New file.
88101         * include/bits/select2.h: New file.
88102         * debug/Makefile (routines): Add fdelt_chk.
88103         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
88104         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
88105         FD_ISSET.
88106         * debug/fdelt_chk.c: New file.
88108         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
88109         * wcsmbs/test-wmemcmp.c: Likewise.
88110         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
88111         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
88113 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
88115         * string/Makefile (strop-tests): Add memcmp.
88116         * string/test-wmemcmp.c: New file.
88117         * string/test-memcmp.c: Add wmemcmp support.
88119 2011-09-08  Roland McGrath  <roland@hack.frob.com>
88121         [BZ #13153]
88122         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
88123         2011-07-19 change.
88125         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
88126         garbage value in a __mach_port_mod_refs call in the cases of the
88127         task-self and thread-self ports.
88129 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
88131         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
88133 2011-09-08  Andreas Schwab  <schwab@redhat.com>
88135         * elf/dl-load.c (lose): Check for non-null L.
88137 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
88139         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
88141         * elf/dl-libc.c (dlerror_run): Pass back error code from
88142         dl_catch_error.
88144         [BZ #13123]
88145         * elf/dl-load.c (lose): Free l_origin if it is valid.
88147         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
88148         names.
88149         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
88150         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
88151         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
88152         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
88153         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
88154         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
88156 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
88158         * sysdeps/powerpc/fpu/e_hypot.c: New file.
88159         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
88160         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
88161         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
88162         * sysdeps/powerpc/fpu/k_cosf.c: New file.
88163         * sysdeps/powerpc/fpu/k_sinf.c: New file.
88164         * sysdeps/powerpc/fpu/s_cosf.c: New file.
88165         * sysdeps/powerpc/fpu/s_sinf.c: New file.
88166         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
88167         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
88169 2011-08-15  Alan Modra  <amodra@gmail.com>
88171         [BZ #13092]
88172         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
88173         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
88174         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
88175         ppc_mcount to static-only-routines.
88176         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
88177         __mcount_internal.
88178         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
88179         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
88181 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
88183         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
88184         for finite and infinity parameters.
88186 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
88188         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
88189         and add nop instructions for throughput optimization.
88190         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
88192 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
88194         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
88195         aligned copy for power7 with vector-scalar instructions.
88196         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
88198 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
88200         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
88201         AVX check.
88203 2011-09-07  Andreas Schwab  <schwab@redhat.com>
88205         [BZ #13144]
88206         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
88207         last change.
88209 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
88211         * sysdeps/unix/sysv/linux/x86_64/init-first.c
88212         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
88213         syscall wrapper around clock_gettime in __vdso_clock_gettime.
88214         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
88215         clock_gettime.
88217 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
88219         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
88220         Forgot to demangle the pointer.
88222         * sysdeps/i386/sysdep.h: Define atom_text_section.
88223         * sysdeps/x86_64/sysdep.h: Likewise.
88224         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
88225         section with atom_text_section.
88226         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
88227         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
88228         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
88229         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
88230         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
88232         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
88233         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
88234         already be defined.  Change to take two parameters and don't assign
88235         result to variable.  Adjust all users.
88236         Define INTERNAL_GETTIME if not already defined.
88237         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
88238         call.
88239         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
88240         HAVE_CLOCK_GETTIME_VSYSCALL.
88241         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
88243         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
88244         gettimeofday vsyscall, just use time.
88246 2011-09-06  Andreas Schwab  <schwab@redhat.com>
88248         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
88249         <errno.h>.
88251 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
88253         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
88254         syscall on x86-64.
88255         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
88256         syscall.
88257         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
88258         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
88259         syscall if possible.
88261 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
88263         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
88264         e_ident.  Don't pass to find_mapsXX.
88265         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
88267 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
88269         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
88270         strchr-sse2-no-bsf strrchr-sse2-no-bsf
88271         * sysdeps/x86_64/multiarch/strchr.S: Update.
88272         Check bit_slow_BSF bit.
88273         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
88274         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
88275         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
88277 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
88279         [BZ #13134]
88280         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
88281         before glibc 2.15.
88282         (tryshell): Define.
88283         (__spawni): Change last parameter to be flag.  Test
88284         SPAWN_XFLAGS_USE_PATH flag to use path or not.
88285         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
88286         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
88287         * posix/spawni.c: Likewise.
88288         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
88289         * posix/spawnp.c: Likewise.  Change normal version to use
88290         SPAWN_XFLAGS_USE_PATH.
88291         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
88292         SPAWN_XFLAGS_TRY_SHELL.
88294         [BZ #13150]
88295         * posix/glob.h: Remove gcc 1.x support.
88297         [BZ #13068]
88298         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
88300 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
88302         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
88303         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
88304         strrchr-sse2-bsf
88305         * sysdeps/i386/i686/multiarch/strchr.S: New file.
88306         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
88307         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
88308         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
88309         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
88310         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
88312 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
88314         * sysdeps/x86_64/wcscmp.S: New file.
88316         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
88317         wcscmp-c wcscmp-sse2
88318         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
88319         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
88320         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
88321         * wcsmbs/wcscmp.c: Allow renaming.
88323 2011-09-05  David S. Miller  <davem@davemloft.net>
88325         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
88326         stack slot, rather than the struct return pointer slot.
88327         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
88328         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
88329         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
88330         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
88332 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
88334         * po/ja.po: Update from translation team.
88336         [BZ #13144]
88337         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
88338         kernel in 64-bit binaries.
88340 2011-09-01  David S. Miller  <davem@davemloft.net>
88342         * elf/elf.h (HWCAP_SPARC_*): Move to..
88343         * sysdeps/sparc/sysdep.h: this new file and add new values.
88344         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
88345         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
88346         _DL_HWCAP_COUNT to 24.
88347         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
88348         entries.
88349         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
88350         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
88351         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
88352         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
88353         instead of magic constants.
88354         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
88356 2011-08-31  David S. Miller  <davem@davemloft.net>
88358         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
88359         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
88360         Reimplement to do errno handling inline.
88361         (SYSCALL_ERROR_HANDLER): New macro.
88362         (__SYSCALL_STRING): Do not do errno handling in asm.
88363         (__CLONE_SYSCALL_STRING): Delete.
88364         (__INTERNAL_SYSCALL_STRING): Delete.
88365         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
88366         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
88367         (PSEUDO): Reimplement to do errno handling inline.
88368         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
88369         (SYSCALL_ERROR_HANDLER): New macro.
88370         (__SYSCALL_STRING): Do not do errno handling in asm.
88371         (__CLONE_SYSCALL_STRING): Delete.
88372         (__INTERNAL_SYSCALL_STRING): Delete.
88373         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
88374         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
88375         i386.
88376         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
88377         (inline_syscall*): Add 'err' argument.
88378         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
88379         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
88380         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
88381         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
88383         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
88384         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
88386 2011-08-30  Andreas Schwab  <schwab@redhat.com>
88388         * elf/rtld.c (dl_main): Relocate objects in dependency order.
88390 2011-08-29  Jiri Olsa <jolsa@redhat.com>
88392         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
88393         directive.
88395 2011-08-24  David S. Miller  <davem@davemloft.net>
88397         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
88399 2011-08-24  Andreas Schwab  <schwab@redhat.com>
88401         * elf/Makefile: Add rules to build and run unload8 test.
88402         * elf/unload8.c: New file.
88403         * elf/unload8mod1.c: New file.
88404         * elf/unload8mod1x.c: New file.
88405         * elf/unload8mod2.c: New file.
88406         * elf/unload8mod3.c: New file.
88408         * elf/dl-close.c (_dl_close_worker): Reset private search list if
88409         it wasn't used.
88411 2011-08-23  David S. Miller  <davem@davemloft.net>
88413         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
88414         subtract stack bias.
88415         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
88416         %sp not %fp in calculations.
88417         (_JMPBUF_UNWINDS_ADJ): Likewise.
88419         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
88420         (aio_suspend): Call it to force an exception region around the
88421         AIO_MISC_WAIT() invocation.
88423 2011-08-23  Andreas Schwab  <schwab@redhat.com>
88425         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
88426         backslash.
88428 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
88430         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
88431         protection macro.
88432         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
88433         and <dl-machine.h>.
88434         (Elf64_FuncDesc): Remove.
88436 2011-08-22  David S. Miller  <davem@davemloft.net>
88438         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
88439         sigaltstack check, add missing cfi directives.
88440         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
88441         missing cfi directives, and sigaltstack handling.
88443 2011-08-16  Andreas Schwab  <schwab@redhat.com>
88445         [BZ #11724]
88446         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
88447         object is seen twice.
88448         * elf/dl-fini.c (_dl_sort_fini): Likewise.
88450         * elf/Makefile (distribute): Add tst-initorder2.c.
88451         (tests): Add tst-initorder2.
88452         (modules-names): Add tst-initorder2a tst-initorder2b
88453         tst-initorder2c tst-initorder2d.  Add rules to build them.
88454         ($(objpfx)tst-initorder2.out): New rule.
88455         * elf/tst-initorder2.c: New file.
88456         * elf/tst-initorder2.exp: New file.
88458 2011-08-22  Andreas Schwab  <schwab@redhat.com>
88460         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
88462         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
88463         dependencies back to end of function.
88465         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
88466         $(elfobjdir)/ld.so.
88468 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
88470         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
88471         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
88472         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
88473         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
88474         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
88475         of __vdso_gettimeofday.
88476         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
88477         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
88478         attribute_hidden.
88479         (_libc_vdso_platform_setup): Remove initialization of
88480         __vdso_gettimeofday and __vdso_time.
88482 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
88484         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
88485         and fgetc_unlocked.
88486         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
88487         getc_unlocked.
88489         * elf/dl-open.c (add_to_global): Report additions to the global scope
88490         for LD_DEBUG=scopes.
88491         (dl_open_worker): Also print scope of newly loaded dependencies.
88492         (_dl_show_scope): Indicate if there is no scope.
88494         [BZ #13114]
88495         * stdio-common/Makefile (tests): Add bug24.
88496         * stdio-common/bug24.c: New file.
88498 2011-08-19  Andreas Jaeger  <aj@suse.de>
88500         [BZ #13114]
88501         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
88502         non-existant file when using close-on-exec mode.
88504 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
88506         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
88507         the very first instruction.
88509         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
88510         the CFI state in the end.
88511         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
88512         inclusion of dl-trampoline.h.
88513         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
88515 2011-08-19  Andreas Schwab  <schwab@redhat.com>
88517         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
88518         expectations for long double.
88520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
88521         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
88523 2011-08-14  David S. Miller  <davem@davemloft.net>
88525         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
88526         artificual limit depends upon the system page size.
88528 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
88530         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
88531         * resolv/Makefile: Define CFLAGS-libresolv.
88533 2011-08-17  Andreas Schwab  <schwab@redhat.com>
88535         * nss/makedb.c (compute_tables): Make variables used in nested
88536         function static.
88538 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
88540         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
88541         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
88542         if buffer was too small.
88544         * elf/pldd.c (main): Attach to all threads in the process.
88545         Rewrite /proc handling to use *at functions.
88547 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
88549         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
88550         specifies first scope to show.
88551         (dl_open_worker): Update callers.  Move printing scope of new
88552         object to before the relocation.
88553         * elf/rtld.c (dl_main): Update _dl_show_scope call.
88554         * sysdeps/generic/ldsodefs.h: Update declaration.
88556         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
88557         string for the scope number.
88559 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
88561         * nscd/servicescache.c (cache_addserv): Make sure written is always
88562         initialized.
88564 2011-08-14  Roland McGrath  <roland@hack.frob.com>
88566         * sysdeps/i386/i486/bits/atomic.h
88567         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
88568         statement expression, so as to suppress "set but not used" warning.
88569         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
88571         * string/strncat.c (STRNCAT): Use prototype definition.
88573         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
88574         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
88575         -Iprograms here.
88576         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
88577         (localedef-modules): Add localedef.
88578         (locale-modules): Add locale.
88580         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
88581         * elf/rtld.c (dl_main): Invert order of assignment in last change,
88582         to avoid a warning.
88584 2011-08-14  David S. Miller  <davem@davemloft.net>
88586         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
88587         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
88589 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
88591         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
88592         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
88593         * elf/rtld.c (dl_main): Set l_name of vDSO.
88594         Call _dl_show_scope when DL_DEBUG_SCOPES.
88595         (process_dl_debug): Recognize scopes flag and also set it for all.
88596         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
88597         Declare _dl_show_scope.
88599         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
88600         (do_dlopen): Pass caller_dlopen to dl_open.
88601         (__libc_dlopen_mode): Initialize caller_dlopen.
88603         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
88604         of libc.  Make tolower call locale-independent.  Optimize a bit by
88605         using isdigit instead of isalnum.
88606         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
88608 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
88610         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
88611         was a dependency or dynamically loaded.
88613 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
88615         * intl/l10nflist.c: Allow architecture-specific pop function.
88616         * sysdeps/x86_64/l10nflist.c: New file.
88618         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
88619         classification.
88621 2011-08-10  Andreas Schwab  <schwab@redhat.com>
88623         * include/dirent.h: Add libc_hidden_proto for scandirat and
88624         scandirat64.  Don't declare __scandirat64.
88625         * dirent/scandirat.c: Add libc_hidden_def.
88626         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
88627         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
88629 2011-08-10  David S. Miller  <davem@davemloft.net>
88631         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
88632         enum.
88633         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
88634         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
88635         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
88637 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
88639         * Versions.def [libc]: Add GLIBC_2.15.
88640         * dirent/Makefile (routines): Add scandirat and scandirat64.
88641         * dirent/Versions [libc]: Export scandirat and scandirat64 for
88642         GLIBC_2.15.
88643         * dirent/dirent.h: Declare scandirat and scandirat64.
88644         * dirent/scandirat.c: New file.
88645         * dirent/scandirat64.c: New file.
88646         * sysdeps/wordsize-64/scandirat.c: New file.
88647         * sysdeps/wordsize-64/scandirat64.c: New file.
88648         * dirent/opendir.c: Define opendirat.
88649         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
88650         using scandirat.
88651         * dirent/scandir64.c: Adjust for scandir.c change.
88652         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
88653         __scandirat64, and __scandir_cancel_handler.
88654         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
88655         additional parameter and use openat instead of open (outside of ld.so).
88656         Add new __opendir as wrapper around __opendirat.
88657         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
88658         here without requiring old scandirat implementation.
88660 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
88662         * dirent/scandir.c (cancel_handler): Renamed to
88663         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
88664         defined.  Adjust users.
88665         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
88666         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
88668 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
88670         * string/test-string.h (IMPL): Use __STRING to expand name and then
88671         stringify it.
88673         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
88674         of cleanups.
88676 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
88678         * string/Makefile: Update.
88679         (strop-tests): Append strncat.
88680         * string/test-wcscmp.c: New file.
88681         New comprehensive test for wcscmp.
88682         * string/test-strcmp.c: Update.
88683         (WIDE): New define.
88685 2011-07-22  Andreas Schwab  <schwab@redhat.com>
88687         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
88688         line.
88690 2011-07-26  Andreas Schwab  <schwab@redhat.com>
88692         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
88693         encoding to ACE if AI_IDN.
88695 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
88697         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
88698         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
88700 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
88702         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
88703         Fix overflow bug in strncat.
88704         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
88706         * string/test-strncat.c: Update.
88707         Add new tests for checking overflow bugs.
88709 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
88711         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
88712         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
88713         * sysdeps/i386/i686/multiarch/strcat.S: New file.
88714         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
88715         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
88716         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
88717         * sysdeps/i386/i686/multiarch/strncat.S: New file.
88718         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
88719         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
88721         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
88722         (USE_AS_STRCAT): Define.
88723         Add strcat and strncat support.
88724         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
88726 2011-07-25  Andreas Schwab  <schwab@redhat.com>
88728         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
88729         __n bigger than INT_MAX+1.
88730         (__strncmp_g): Likewise.
88732 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
88734         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
88735         * libio/stido.h: Likewise.
88737         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
88738         (AF_NFC): Define.
88739         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
88740         (AF_NFC): Define.
88742         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
88743         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
88744         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
88745         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
88746         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
88748         [BZ #13021]
88749         * scripts/test-installation.pl: Don't expect libnss_test1 to be
88750         installed.
88752         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
88753         typo.
88754         (_dl_x86_64_save_sse): Likewise.
88756 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
88758         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
88759         OSXSAVE.
88760         (_dl_x86_64_save_sse): Likewise.
88762         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
88764         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
88766 2011-07-21  Andreas Schwab  <schwab@redhat.com>
88768         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
88769         change.
88770         (_dl_x86_64_save_sse): Use correct AVX check.
88772 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
88774         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
88775         bug in strncpy/strncat.
88776         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
88778 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
88780         * string/tester.c (test_strcat): Add tests for different alignments
88781         of source and destination.
88782         (test_strncat): Likewise.
88784 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
88786         [BZ #12852]
88787         * posix/glob.c (glob): Check passed in values before using them in
88788         expressions to avoid some overflows.
88789         (glob_in_dir): Likewise.
88791         [BZ #13007]
88792         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
88793         check for AVX enablement so that we don't crash with old kernels and
88794         new hardware.
88795         * elf/tst-audit4.c: Add same checks here.
88796         * elf/tst-audit6.c: Likewise.
88798         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
88800 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
88802         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
88804 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
88806         * po/cs.po: Update from translation team.
88807         * po/bg.po: Likewise.
88809 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
88811         * misc/sys/cdefs.h: Add support for const attribute.
88812         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
88813         to gnu_dev_{major,minor,makedev} functions.
88815 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
88817         * intl/dcigettext.c (get_output_charset): Add missing bracket.
88819 2011-07-20  Andreas Schwab  <schwab@redhat.com>
88821         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
88822         strlen results.
88824 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
88826         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
88827         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
88828         register in order to avoid conflicts with the soft frame pointer
88829         being held in r11 when necessary.
88830         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
88831         (INTERNAL_VSYSCALL_NCS): Likewise.
88833 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
88835         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
88836         * elf/dl-fini.c (_dl_fini): Adjust caller.
88837         * elf/dl-close.c (_dl_close_worker): Likewise.
88838         * sysdeps/generic/ldsodefs.h: Adjust declaration.
88840 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
88842         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
88843         "aux_cache->nlibs < 0".
88845         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
88846         in the reload-count case.
88848 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
88850         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
88851         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
88852         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
88853         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
88854         * sysdeps/x86_64/multiarch/strcat.S: New file.
88855         * sysdeps/x86_64/multiarch/strncat.S: New file.
88856         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
88857         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
88858         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
88859         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
88860         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
88861         (USE_AS_STRCAT): Define.
88862         Add strcat and strncat support.
88863         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
88864         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
88865         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
88866         * string/strncat.c: Update.
88867         (USE_AS_STRNCAT): Define.
88868         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
88869         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
88870         and i7.
88871         * sysdeps/x86_64/multiarch/init-arch.h
88872         (bit_Prefer_PMINUB_for_stringop): New.
88873         (index_Prefer_PMINUB_for_stringop): Likewise.
88874         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
88875         bit_Prefer_PMINUB_for_stringop.
88877 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
88879         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
88880         buffer64.
88881         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
88882         of casting of buffer.
88883         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
88884         buffer32 and buffer64.
88885         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
88886         writes instead of casting of buffer.
88887         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
88888         buffer32.
88889         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
88890         casting of buffer.
88892 2011-07-19  Andreas Schwab  <schwab@redhat.com>
88894         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
88896 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
88898         * nscd/nscd.c (termination_handler): Don't do anything for a database
88899         if it has not yet been initialized.
88901 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
88903         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
88905 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
88907         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
88909 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
88911         * po/nl.po: Update from translation team.
88912         * po/sv.po: Likewise.
88914 2011-07-16  Roland McGrath  <roland@hack.frob.com>
88916         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
88917         now disallowed by GCC.
88919         * configure.in (use-default-link): Default to yes if a test -shared
88920         link meets our qualifications.
88921         * configure: Regenerated.
88923         * config.make.in (output-format): New variable.
88924         * configure.in: Check for ld --print-output-format support.
88925         * configure: Regenerated.
88926         * Makerules ($(common-objpfx)format.lds)
88927         [$(output-format) != unknown]: Just use $(output-format),
88928         instead of the linker-script munging.
88930 2011-07-14  Roland McGrath  <roland@hack.frob.com>
88932         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
88933         of $(common-objpfx)shlib.lds.
88934         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
88936         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
88937         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
88939         * configure.in (-z relro check): Adjust test code to add a large
88940         writable data section after it.
88941         * configure: Regenerated.
88943 2011-07-11  Roland McGrath  <roland@hack.frob.com>
88945         * configure.in (-z relro check): Fix test code to make the variable
88946         truly const.
88947         * configure: Regenerated.
88949 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
88951         * nscd/nscd.h (struct traced_file): Define.
88952         (struct database_dyn): Remove inotify_descr, reset_res, and filename
88953         elements.  Add traced_files.
88954         (inotify_fd): Declare.
88955         (register_traced_file): Declare.
88956         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
88957         (inotify_fd): Export.
88958         (resolv_conf_descr): Remove.
88959         (nscd_init): Move inotify descriptor creation to main.
88960         Don't register files for notification here.
88961         (register_traced_file): New function.
88962         (invalidate_cache): Don't use reset_res to determine whether to call
88963         res_init, go through the list of registered files.
88964         (main_loop_poll): The inotify descriptors are now stored in the
88965         structures for the traced files.
88966         (main_loop_epoll): Likewise.
88967         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
88968         to __nss_disable_nscd.
88969         * nscd/cache.c (prune_cache): There is no single inotify descriptor
88970         for a database anymore.  Check the records for all the registered
88971         files instead.
88972         * nss/Makefile (libnss_files-routines): Add files-init.
88973         (libnss_db-routines): Add db-init.
88974         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
88975         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
88976         * nss/nss_db/db-init.c: New file.
88977         * nss/nss_files/files-init.c: New file.
88978         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
88979         __nss_lookup_function.
88980         (__nss_lookup_function): Call nss_load_library.
88981         (nss_load_all_libraries): New function.
88982         (__nss_disable_nscd): Take parameter with callback function for files
88983         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
88984         used for the cached services.
88985         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
88986         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
88987         options for features to all the files in nscd.
88989         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
88991 2011-07-10  Roland McGrath  <roland@hack.frob.com>
88993         * csu/elf-init.c (__libc_csu_init): Comment typo.
88995 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
88997         * po/pl.po: Update from translation team.
88998         * po/ja.po: Likewise.
88999         * po/ru.po: Likewise.
89000         * po/ko.po: Likewise.
89001         * po/fr.po: Likewise.
89003 2011-07-09  Roland McGrath  <roland@hack.frob.com>
89005         * configure.in (.ctors/.dtors header and trailer check):
89006         Use an empirical test on a built program.
89007         * configure: Regenerated.
89009         * configure.in (-z relro check): Use an empirical test on a built DSO.
89010         Detect, but do not require, on ia64.
89011         * configure: Regenerated.
89013         * configure.in (READELF): Find it with AC_CHECK_TOOL.
89014         Update tests that use readelf to use $READELF instead.
89015         * configure: Regenerated.
89017 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
89019         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
89020         if the result is not used.
89022 2011-07-05  Andreas Jaeger  <aj@suse.de>
89024         [BZ #9696]
89025         * stdlib/tst-strtod.c: Add testcase.
89027 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
89029         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
89030         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
89031         The latter has a higher limit.  Take additional parameter to pass to
89032         the new function.
89033         (__pathconf): Pass file to __statfs_link_max.
89034         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
89035         __statfs_link_max.
89036         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
89037         __statfs_link_max.
89039         [BZ #12868]
89040         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
89041         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
89042         Handle Lustre.
89043         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
89044         (__statfs_filesize_max): Likewise.
89045         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
89047 2011-07-05  Andreas Jaeger  <aj@suse.de>
89049         * resolv/res_comp.c (dn_skipname): Remove unused variable.
89051 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
89053         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
89054         `status' variable.
89055         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
89056         Likewise.
89058 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
89060         * Makefile (strop-tests): Add strncat.
89061         * string/test-strncat.c: New file.
89063 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
89065         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
89067 2011-06-21  Andreas Jaeger  <aj@suse.de>
89069         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
89070         Copy rule from iconvdata/Makefile.
89072 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
89074         [BZ #12922]
89075         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
89076         but no long options are defined, just return 'W'.
89078 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
89080         [BZ #9696]
89081         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
89083 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
89085         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
89086         netgroups to read.
89087         (innetgr): Likewise.
89089 2011-07-05  Roland McGrath  <roland@hack.frob.com>
89091         * config.make.in (install_root): Default to $(DESTDIR).
89093 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
89095         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
89097 2011-07-02  Roland McGrath  <roland@hack.frob.com>
89099         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
89101         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
89102         containing directory rather than embedding absolute directory names.
89104         * scripts/check-local-headers.sh: Rewritten using awk.
89105         Match by word, not by line.  Print error messages for matches.
89106         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
89108         * Makerules [shlib-lds-flags empty]:
89109         ($(common-objpfx)libc_pic.opts): New target.
89110         ($(common-objpfx)libc_pic.os.clean): New target.
89111         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
89113         * config.make.in (OBJCOPY): New variable.
89114         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
89115         * configure: Regenerated.
89117         * config.make.in (use-default-link): New variable.
89118         * configure.in (use_default_link): Grok --with-default-link to set it.
89119         * configure: Regenerated.
89120         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
89121         (shlib-lds, shlib-lds-flags): Define to empty.
89123         * Makerules (shlib-lds): New variable.
89124         (shlib-lds-flags): New variable.
89125         (build-shlib, build-moduile, build-module-asneeded): Use it.
89126         ($(common-objpfx)libc.so): Use $(shlib-lds).
89127         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
89128         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
89130         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
89131         DT_FLAGS/DT_FLAGS_1 with zero flags.
89133         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
89134         linker script munging.
89136 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
89138         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
89139         as 128-bit value.
89140         * crypt/sha512.c (sha512_process_block): Perform total addition using
89141         128-bit if possible.
89142         (__sha512_finish_ctx): Likewise.
89143         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
89144         as 64-bit value.
89145         * crypt/sha256.c (SWAP64): Define.
89146         (sha256_process_block): Perform total addition using 64-bit if
89147         possible.
89148         (__sha256_finish_ctx): Likewise.
89150 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
89152         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
89153         * nscd/initgrcache.c (addinitgroupsX): Likewise.
89154         * nscd/hstcache.c (cache_addhst): Likewise.
89155         * nscd/grpcache.c (cache_addgr): Likewise.
89156         * nscd/aicache.c (addhstaiX): Likewise.
89157         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
89159 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
89161         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
89162         * nscd/initgrcache.c (addinitgroupsX): Likewise.
89163         * nscd/hstcache.c (cache_addhst): Likewise.
89164         * nscd/grpcache.c (cache_addgr): Likewise.
89165         * nscd/aicache.c (addhstaiX): Likewise.
89167 2011-07-01  Andreas Schwab  <schwab@redhat.com>
89169         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
89170         domain only when needed.
89172 2011-06-30  Andreas Schwab  <schwab@redhat.com>
89174         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
89175         is always restored.
89177 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
89179         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
89180         are re-adding the entry.
89181         * nscd/servicescache.c (cache_addserv): Likewise.
89183 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
89185         * sysdeps/generic/dl-irel.h: fix protection against multiple
89186         inclusions.
89187         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
89189 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
89191         [BZ #12935]
89192         * malloc/memusage.sh: Fix quoting in message.
89193         * debug/xtrace.sh: Likewise.
89195         * configure.in: Remove support for --experimental-malloc option, make
89196         it the default.
89197         * config.make.in: Likewise.
89198         * malloc/Makefile: Likewise.
89200 2011-06-27  Andreas Schwab  <schwab@redhat.com>
89202         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
89203         two-byte characters.
89205 2011-06-27  Roland McGrath  <roland@hack.frob.com>
89207         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
89208         AC_CACHE_CHECK invocation.
89209         * configure: Regenerated.
89211         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
89213 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
89215         [BZ #12350]
89216         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
89217         bit from old_res_options.
89219         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
89221         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
89222         value type for setfct.
89224 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
89226         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
89227         __gettimeofday instead of gettimeofday.
89229 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
89231         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
89233 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
89235         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
89237         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
89238         info.
89240 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
89242         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
89243         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
89244         strcpy-sse2-unaligned strncpy-sse2-unaligned
89245         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
89246         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
89247         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
89248         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
89249         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
89250         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
89251         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
89252         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
89253         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
89254         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
89255         (STRCPY): Support SSE2 and SSSE3 versions.
89257 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
89259         [BZ #12874]
89260         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
89261         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
89262         kernels which artificially limit size of requests.
89264 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
89266         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
89267         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
89268         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
89269         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
89270         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
89271         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
89272         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
89273         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
89274         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
89275         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
89276         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
89277         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
89278         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
89279         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
89280         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
89281         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
89282         Enable unaligned load optimization for Intel Core i3, i5 and i7
89283         processors.
89284         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
89285         Define.
89286         (index_Fast_Unaligned_Load): Define.
89287         (HAS_FAST_UNALIGNED_LOAD): Define.
89289 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
89291         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
89293 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
89295         [BZ #12907]
89296         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
89297         until it is clear that the information is realy needed.
89298         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
89300 2011-06-22  Andreas Schwab  <schwab@redhat.com>
89302         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
89304 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
89306         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
89307         /sys/devices/system/cpu/online if it is usable.
89309         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
89310         reading the information from the /proc filesystem to once a second.
89312 2011-06-21  Andreas Jaeger  <aj@suse.de>
89314         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
89315         NULL after inclusion of kernel headers.
89317 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
89319         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
89320         calls to internal_setent.
89322         [BZ #12885]
89323         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
89324         addresses using gethostbyname4_r ignore IPv4 addresses.
89326         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
89327         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
89329         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
89331 2011-06-20  David S. Miller  <davem@davemloft.net>
89333         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
89334         inclusions.
89335         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
89337         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
89338         (elf_irel): Use it.
89339         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
89340         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
89341         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
89342         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
89343         * sysdeps/x86_64/dl-irel.h: Likewise.
89345         * elf/dl-runtime.c: Use elf_ifunc_invoke.
89346         * elf/dl-sym.c: Likewise.
89348 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
89350         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
89351         need to dereference resplen2.
89353 2011-06-14  Andreas Schwab  <schwab@redhat.com>
89355         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
89357 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
89359         * Makeconfig: Define vardbdir and inst_vardbdir.
89360         * nss/Makefile: Add rules to install db-Makefile.
89362         * nss/nss_db/db-XXX.c: Cleanup.
89364         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
89365         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
89366         GLIBC_PRIVATE.
89367         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
89368         * nss/makedb.c: Implement -g option to specify that value strings
89369         are generated and should not be added to table iterated over for
89370         get*ent calls.
89371         * nss/nss_db/db-initgroups.c: New file.
89373         * nss/getent.c: Add support for initgroups lookups through getgrouplist
89374         interface.
89376         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
89377         (internal_getgrouplist): Adjust to name change.
89378         Update use_initgroups_entry if this is not the first call.
89379         * nss/databases.def: Add initgroups entry.
89381         * nss/makedb.c (compute_tables): Check result of multiple hash table
89382         sizes to minimize maximum chain length.
89384 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
89386         * Versions.def: Add entry for libnss_db.
89387         * shlib-versions: Likewise.
89388         * nss/Makefile: Add rules to build libnss_db.
89389         * nss/Versions: Add libnss_db information.  Organize libnss_files
89390         entries better.
89391         * nss/db-Makefile: Add gshadow support.  Change rules for the new
89392         makedb progra.  Some minor improvements to generate smaller files.
89393         * nss/nss_db/nss_db.h: Move NSS database header data structures to
89394         here from...
89395         * nss/makedb.c: ...here.
89396         Improve database format to be smaller and require less memory at
89397         runtime.
89398         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
89399         db anymore.
89400         * nss/nss_db/db-netgrp.c: Likewise.
89401         * nss/nss_db/db-open.c: Likewise.
89402         * nss/nss_files/flies-XXX.x: Adjust comments.
89403         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
89404         * nss/nss_files/files-grp.c: Likewise.
89405         * nss/nss_files/files-hosts.c: Likewise.
89406         * nss/nss_files/files-network.c: Likewise.
89407         * nss/nss_files/files-proto.c: Likewise.
89408         * nss/nss_files/files-pwd.c: Likewise.
89409         * nss/nss_files/files-rpc.c: Likewise.
89410         * nss/nss_files/files-service.c: Likewise.
89411         * nss/nss_files/files-sgrp.c: Likewise.
89412         * nss/nss_files/files-spwd.c: Likewise.
89413         * nss/nss_db/db-alias.c: Removed.
89414         * nss/nss_db/dummy-db.h: Removed.
89416 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
89418         * nss/makedb.c: Rewritten to not use database library.
89419         * nss/Makefile: Update to build new makedb program.
89421 2011-06-14  Andreas Jaeger  <aj@suse.de>
89423         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
89424         memset declaration.
89426 2011-06-10  Andreas Schwab  <schwab@redhat.com>
89428         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
89429         tmpbuf.
89431 2011-06-10  Roland McGrath  <roland@hack.frob.com>
89433         * Makerules (shlib.lds): Fail if the linker script comes out empty.
89434         * elf/Makefile ($(objpfx)ld.so): Likewise.
89436         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
89437         Don't list ld.so twice in dependencies.
89439         * posix/bug-regex31.c: Include <stdlib.h>.
89441         * nscd/hstcache.c (cache_addhst): Remove unused variable.
89443         * nis/nss_compat/compat-spwd.c
89444         (getspent_next_nss_netgr): Remove unused variable.
89445         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
89447         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
89448         nonmembers" output to use the right array.
89450         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
89452         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
89454         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
89455         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
89456         * catgets/gencat.c (read_input_file): Likewise.
89457         * locale/programs/locarchive.c (enlarge_archive): Likewise.
89459         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
89460         variable definition inside #if's controlling its use.
89462         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
89464         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
89466         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
89468         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
89469         unreachable code.
89471         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
89473         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
89474         * configure: Regenerated.
89476         * Makerules: Revert last change.
89477         * elf/Makefile: Likewise.
89479 2011-06-09  Roland McGrath  <roland@hack.frob.com>
89481         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
89482         * elf/Makefile ($(objpfx)librtld.os): Likewise.
89483         (reloc-link): Likewise.
89485 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
89487         * elf/Makefile: Add rules to build pldd.
89488         * elf/pldd.c: New file.
89489         * elf/pldd-xx.c: New file.
89491 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
89493         * version.h: Update for 2.15 development version.
89495 2011-06-07  David S. Miller  <davem@davemloft.net>
89497         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
89498         ifuncs.
89499         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
89500         elf_machine_lazy_rel): Likewise.
89501         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
89502         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
89503         elf_machine_lazy_rel): Likewise.
89504         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
89505         dl_hwcap via passed in argument.
89506         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
89507         Likewise.
89509 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
89511         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
89513 2011-06-06  Roland McGrath  <roland@hack.frob.com>
89515         [BZ #12849]
89516         * manual/fdl-1.1.texi: New file, verbatim from:
89517         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
89518         * manual/lgpl-2.1.texi: New file, verbatim from:
89519         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
89520         * manual/Makefile (licenses): New variable, list those new file names.
89521         (texis): Use it.
89522         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
89524         * manual/fdl.texi: File removed.
89525         * manual/lesser.texi: File removed.
89526         * manual/libc.texinfo (Copying, Documentation License):
89527         Use new @include file names, put @appendix directive before @include.
89529 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
89531         [BZ #12841]
89532         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
89533         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
89534         (mq_open): Add __NTH.
89536 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
89538         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
89539         Assume Intel Core i3/i5/i7 processor if AVX is available.
89541 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
89543         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
89544         typo.
89546 2011-05-31  Andreas Schwab  <schwab@redhat.com>
89548         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
89549         memory.  Use alloca_account.  Fix memory leak when retrying.
89551 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
89553         * version.h (RELEASE): Bump for 2.14 release.
89554         * include/features.h (__GLIBC_MINOR__): Bump to 14.
89556         * config.make.in (RANLIB): Remove entry.
89558 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
89560         * po/Makefile (po-sed-cmd): Add ksh to extensions.
89561         (libc.pot): Work around missing support for .ksh extension in xgettext.
89563         [BZ #12684]
89564         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
89565         if both request failed.
89566         (send_dg): In case of server errors clear resplen or *resplen2.
89568         [BZ #12454]
89569         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
89570         when there are multiple maps.
89571         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
89572         (_dl_fini): Remove test here.
89574         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
89576 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
89578         [BZ #12350]
89579         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
89580         bit from old_res_options.
89581         (gaih_inet): Likewise.
89583         [BZ #11099]
89584         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
89585         as signed.
89587         * resolv/res_init.c (res_setoptions): Make the code more compact.
89589         [BZ #11558]
89590         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
89591         set RES_USEVC.
89593         [BZ #11634]
89594         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
89596         * malloc/malloc.h: Mark malloc hook variables as deprecated.
89598         [BZ #11781]
89599         * malloc/malloc.h: Declare malloc hook variables as volatile.
89601         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
89602         in last patch.
89604         [BZ #11799]
89605         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
89606         raise in the comment.
89607         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
89608         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
89609         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
89611 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
89613         [BZ #12811]
89614         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
89615         grow the buffers more if it already has to be sufficient.
89616         (build_wcs_upper_buffer): Likewise.
89617         * posix/regexec.c (check_matching): Likewise.
89618         (clean_state_log_if_needed): Likewise.
89619         (extend_buffers): Don't enlarge buffers beyond size of the input
89620         buffer.
89621         Patches mostly by Emil Wojak <emil@wojak.eu>.
89622         * posix/bug-regex32.c: New file.
89623         * posix/Makefile (tests): Add bug-regex32.
89625         * locale/findlocale.c (_nl_find_locale): Return right away if
89626         _nl_explode_name failed.
89627         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
89629         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
89631         * debug/xtrace.sh: Unify messages.
89632         * malloc/memusage.sh: Likewise.
89634         [BZ #12813]
89635         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
89636         time symbol from vDSO.  Substitute with vsyscall if not available.
89637         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
89638         __vdso_time.
89640         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
89641         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
89642         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
89643         Add sendmmsg and internal_sendmmsg.
89644         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
89645         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
89646         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
89648         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
89649         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
89650         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
89652 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
89654         [BZ #12813]
89655         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
89656         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
89657         available.
89658         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
89659         __vdso_getcpu.
89661         [BZ #12814]
89662         * iconvdata/Makefile (tests): Add bug-iconv9.
89663         * iconvdata/bug-iconv9.c: New file.
89665 2011-05-27  Andreas Schwab  <schwab@redhat.com>
89667         [BZ #12814]
89668         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
89670 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
89672         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
89673         (struct user_regs_struct): Change intcs field back to cs.
89675 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
89677         * po/ja.po: Update from translation team.
89679 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
89681         [BZ #12795]
89682         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
89683         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
89685 2011-05-20  Andreas Schwab  <schwab@redhat.com>
89687         * stdlib/longlong.h: Update from GCC.
89689 2011-05-23  Andreas Schwab  <schwab@redhat.com>
89691         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
89692         parameter name.
89693         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
89694         Add parameter name.
89695         (__sysconf): Pass it down.
89697 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
89699         [BZ #12671]
89700         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
89701         some situations.
89702         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
89703         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
89704         add in in __libc_use_alloca calls.  Adjust callers.
89705         (glob): Use malloc in some situations.
89707         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
89708         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
89709         pltexit.
89711 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
89713         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
89714         and CLOCK_BOOTTIME_ALARM.
89716         [BZ #12782]
89717         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
89718         is returned.
89720         * string/_strerror.c (__strerror_r): Print negative errors as signed
89721         numbers.
89723         [BZ #12777]
89724         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
89725         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
89726         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
89728         * configure.in: Fix typo in redirection and correct removal of test
89729         files in two cases.
89731         [BZ #12788]
89732         * locale/setlocale.c (new_composite_name): Fix test to check for
89733         identical name of all categories.
89735         [BZ #12792]
89736         * libio/filedoalloc.c (local_isatty): New function.
89737         (_IO_file_doallocate): Use local_isatty.
89738         * stdio-common/perror.c (perror): In case a new stream is used
89739         forward the stream error.
89740         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
89741         error flag.
89743 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
89745         [BZ #11884]
89746         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
89747         alloca.
89748         * include/alloca.h (extend_alloca_account): Define.
89750         [BZ #11857]
89751         * posix/regex.h: Fix comments with documentation of user-accessible
89752         fields after compilation and describe correct free'ing of pattern
89753         after re_compile_pattern.
89754         Patch by Reuben Thomas <rrt@sc3d.org>.
89756 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
89758         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
89759         and -mno-altivec to prevent the compiler from using Altivec and/or
89760         VSX instructions when the corresponding registers are not available.
89762 2011-05-19  Andreas Schwab  <schwab@redhat.com>
89764         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
89766 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
89768         * libio/freopen.c (freopen): Use __dup2, not dup2.
89769         * libio/freopen64.c (freopen64): Likewise.
89771 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
89773         [BZ #12775]
89774         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
89775         * math/Makefile (tests): Add test-powl.
89776         (CFLAGS-test-powl.c): Define.
89777         * math/test-powl.c: New file.
89779 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
89781         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
89783 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
89785         [BZ #11837]
89786         * iconvdata/gb18030.c: Update to GB18020-2005.
89788 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
89790         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
89791         RE_SYNTAX_POSIX_AWK): Update to match recent development.
89792         Patch by Aharon Robbins <arnold@skeeve.com>.
89794         [BZ #11892]
89795         * stdlib/putenv.c (putenv): Don't always create copy of the variable
89796         on the stack.
89798         [BZ #11895]
89799         * misc/pselect.c (__pselect): Handle timeout value errors hidden
89800         through underflows.
89802         [BZ #12766]
89803         * misc/error.c (error_at_line): Ensure file_name and old_file_name
89804         point to strings before performing equality test for error_one_per_line
89805         mode.
89807         [BZ #11697]
89808         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
89810         [BZ #11820]
89811         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
89812         (struct user_fpregs_struct): Avoid __uint*_t types.
89814         [BZ #6420]
89815         * malloc/mtrace.c (tr_where): Add additional parameter to point to
89816         symbol info.  Use it instead of calling _dl_addr locally.
89817         (lock_and_info): New function.
89818         (tr_freehook): Call lock_and_info and pass symbol info as additional
89819         parameter to tr_where.
89820         (tr_mallochook): Likewise.
89821         (tr_reallochook): Likewise.
89822         (tr_memalignhook): Likewise.
89824         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
89825         used and couldn't be at all thread-safe.
89827 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
89829         * libio/freopen.c (freopen): Don't close old file descriptor
89830         before the new one is opened.  Instead dup the new file descriptor
89831         to the old one after the new stream is created.
89832         * libio/freopen64.c (freopen64): Likewise.
89833         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
89834         * libio/fileops.c (_IO_new_file_close_it): Handle new
89835         _IO_FLAGS2_NOCLOSE flag.
89836         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
89837         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
89838         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
89839         _IO_FLAGS2_NOCLOSE flag.
89840         * include/unistd.h: Add hidden_proto for dup3.
89841         Define __have_dup3.
89842         * io/dup3.c: Define hidden symbol.
89843         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
89845         [BZ #7101]
89846         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
89847         when an incomplete long option is used.
89848         * posix/tst-getopt_long1.c: New file.
89849         * posix/Makefile (tests): Add tst-getopt_long1.
89851         [BZ #10138]
89852         * scripts/config.guess: Update from autoconf-2.68.
89853         * scripts/config.sub: Likewise.
89855         [BZ #10157]
89856         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
89857         tests into ...
89858         (has_cpuclock): ...this.  New function.
89859         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
89860         macro here based on has_cpuclock code.
89862         [BZ #10149]
89863         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
89864         First byte (not low byte) is now always NUL.
89865         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
89867         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
89868         Use non-cancelable interfaces.
89870         [BZ #9809]
89871         * locale/iso-639.def: Add entry for Sorani.
89873         [BZ #11901]
89874         * include/stdlib.h: Move include protection to the right place.
89875         Define abort_msg_s.  Declare __abort_msg with it.
89876         * stdlib/abort.c (__abort_msg): Adjust type.
89877         * assert/assert.c (__assert_fail_base): New function.  Majority
89878         of code from __assert_fail.  Allocate memory for __abort_msg with
89879         mmap.
89880         (__assert_fail): Now call __assert_fail_base.
89881         * assert/assert-perr.c: Remove bulk of implementation.  Use
89882         __assert_fail_base.
89883         * include/assert.hL Declare __assert_fail_base.
89884         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
89885         mmap.
89886         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
89888 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
89890         [BZ #11952]
89891         [BZ #12453]
89892         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
89893         until all modules are registered in the DTV.
89894         * elf/Makefile: Add rules to build and run tst-tls19.
89895         * elf/tst-tls19.c: New file.
89896         * elf/tst-tls19mod1.c: New file.
89897         * elf/tst-tls19mod2.c: New file.
89898         * elf/tst-tls19mod3.c: New file.
89899         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
89901         [BZ #12083]
89902         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
89903         correctly.
89905         [BZ #12601]
89906         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
89907         two-byte sequence errors.
89908         * iconvdata/Makefile (tests): Add bug-iconv8.
89909         * iconvdata/bug-iconv8.c: New file.
89911         [BZ #12626]
89912         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
89913         buf2 definition.
89915         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
89917         [BZ #12432]
89918         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
89919         (dummy_getcfa): New function.
89920         (init): Get _Unwind_GetCFA address, use dummy if not found.
89921         (backtrace_helper): In recursion check, also check whether CFA changes.
89922         (__backtrace): Completely initialize arg.
89924         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
89925         storing incomplete byte sequence in state object.  Avoid testing for
89926         guaranteed too small input if we know there is enough data available.
89928 2011-05-11  Andreas Schwab  <schwab@redhat.com>
89930         * Makeconfig (+link-pie): Indent.
89931         * Rules (binaries-pie): Define if $(have-fpie) and
89932         $(build-shared).
89933         (binaries-shared): Also filter out $(binaries-pie).
89934         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
89935         * nscd/Makefile (others-pie): Add nscd.
89936         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
89937         ($(objpfx)nscd): Remove command override.
89938         * login/Makefile (others-pie): Add pt_chown.
89939         ($(objpfx)pt_chown): Remove command override.
89940         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
89941         remove command overrides.
89943 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
89945         * libio/tst_putwc.c: Fix error messages.
89947         [BZ #12724]
89948         * libio/fileops.c (_IO_new_file_close_it): Always flush when
89949         currently writing and seek to current position when not.
89950         * libio/Makefile (tests): Add bug-fclose1.
89951         * libio/bug-fclose1.c: New file.
89953 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
89955         [BZ #12511]
89956         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
89957         don't set DF_1_NODELETE here.
89958         (do_lookup_x): When entering new entry test for copy relocation
89959         and if necessary set DF_1_NODELETE flag.
89960         * elf/tst-unique4.cc: New file.
89961         * elf/tst-unique4.h: New file.
89962         * elf/tst-unique4lib.cc: New file.
89963         * elf/Makefile: Add rules to build and run tst-unique4.
89964         Patch by Piotr Bury <pbury@goahead.com>.
89966 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
89968         [BZ #12052]
89969         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
89971         [BZ #12625]
89972         * misc/mntent_r.c (addmntent): Flush the stream after the output
89974         [BZ #12393]
89975         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
89976         (is_trusted_path_normalize): Skip initial colon.  Append slash
89977         to empty buffer.  Duplicate is_trusted_path code but allow
89978         constructed patch to be prefix.
89979         (is_dst): Allow $ORIGIN followed by /.
89980         (_dl_dst_substitute): Correct clearing of check_for_trusted.
89981         Correct testing of result of is_trusted_path_normalize
89982         (decompose_rpath): Fix warning.
89984 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
89986         [BZ #11257]
89987         * grp/initgroups.c (internal_getgrouplist): When we found the service
89988         list through the initgroups entry in nsswitch.conf do not always
89989         continue on a successful lookup.  Don't always use the
89990         __nss_group_database value if it is set.
89991         * nss/nsswitch.conf (initgroups): Change action for successful db
89992         lookup to continue for compatibility.
89994 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
89996         [BZ #11532]
89997         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
89998         and CP774 modules.
89999         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
90000         and CP774 modules.
90001         * iconvdata/tst-tables.sh: Likewise.
90002         * iconvdata/cp770.c: New file.
90003         * iconvdata/cp771.c: New file.
90004         * iconvdata/cp772.c: New file.
90005         * iconvdata/cp773.c: New file.
90006         * iconvdata/cp774.c: New file.
90007         * iconvdata/testdata/CP770: New file.
90008         * iconvdata/testdata/CP770..UTF8: New file.
90009         * iconvdata/testdata/CP771: New file.
90010         * iconvdata/testdata/CP771..UTF8: New file.
90011         * iconvdata/testdata/CP772: New file.
90012         * iconvdata/testdata/CP772..UTF8: New file.
90013         * iconvdata/testdata/CP773: New file.
90014         * iconvdata/testdata/CP773..UTF8: New file.
90015         * iconvdata/testdata/CP774: New file.
90016         * iconvdata/testdata/CP774..UTF8: New file.
90018         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
90019         END CHARMAP line.
90020         * iconvdata/gen-8bit-gap.sh: Likewise.
90021         * iconvdata/gen-8bit.sh: Likewise.
90023         * locale/iso-639.def: Add ary entry.
90025         [BZ #11258]
90026         * locale/C-translit.h.in: Add U20A1 transliteration.
90028         [BZ #12178]
90029         * locale/iso-639.def: Add wae entry.
90030         Patch by Kevin Bortis <bortis@translate-wae.ch>.
90032         [BZ #12545]
90033         * locale/programs/localedef.c (construct_output_path): Use ssize_t
90034         for n.
90036         [BZ #12711]
90037         * locale/C-translit.h.in: Add entry for U20B9.
90038         Patch by pravin.d.s@gmail.com.
90040 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
90042         [BZ #12713]
90043         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
90044         ENAMETOOLONG use generic getcwd.
90045         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
90046         in rtld.  Use *stat64.
90047         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
90048         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
90049         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
90050         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
90051         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
90052         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
90053         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
90054         __fstatat64 macros.
90055         * include/dirent.h: Add libc_hidden_proto for rewinddir.
90056         * dirent/rewinddir.c: Add libc_hidden_def.
90057         * sysdeps/mach/hurd/rewinddir.c: Likewise.
90058         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
90060         * include/dirent.h (__alloc_dir): Add flags parameter.
90061         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
90062         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
90063         __alloc_dir.
90064         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
90065         from fdopendir if O_CLOEXEC is already set.
90067 2011-03-15  Alan Modra  <amodra@gmail.com>
90069         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
90070         l_tls_firstbyte_offset non-zero.  Save padding offset in
90071         l_tls_firstbyte_offset for later use.
90072         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
90073         freeing static tls block.
90075 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
90077         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
90078         where #ifdef was intended.  The intent is to prevent ARG_MAX from
90079         being defined by the kernel headers.
90081 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
90083         [BZ #12734]
90084         * resolv/resolv.h: Define RES_NOTLDQUERY.
90085         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
90086         no-tld-query and set RES_NOTLDQUERY.
90087         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
90088         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
90089         modern BIND to search name as TLD unless forbidden.
90091 2011-05-07  Petr Baudis  <pasky@suse.cz>
90092             Ulrich Drepper  <drepper@gmail.com>
90094         [BZ #12393]
90095         * elf/dl-load.c (fillin_rpath): Move trusted path check...
90096         (is_trusted_path): ...to here.
90097         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
90098         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
90099         using is_trusted_path_normalize() in setuid scripts.
90101 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
90103         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
90104         __BEGIN/__END_DECLS.
90106 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
90108         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
90109         NSS_STATUS_NOTFOUND if no record was found.
90111 2011-05-05  Andreas Schwab  <schwab@redhat.com>
90113         * sunrpc/Makefile (headers): Add rpc/netdb.h.
90114         (headers-not-in-tirpc): Remove rpc/netdb.h
90115         * resolv/netdb.h: Revert last change.
90117 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
90119         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
90120         circular dependency between libgcc.a and libc.a.
90122 2011-05-05  Andreas Schwab  <schwab@redhat.com>
90124         * resolv/netdb.h: Don't include <rpc/netdb.h>.
90125         * nis/Makefile: Don't install rpcsvc/*.
90126         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
90127         instead of <rpc/types.h>.
90128         (MAXHOSTNAMELEN): Define.
90130 2011-05-03  Andreas Schwab  <schwab@redhat.com>
90132         * elf/ldconfig.c (add_dir): Don't crash on empty path.
90134 2011-04-28  Maciej Babinski  <mbabinski@google.com>
90136         [BZ #12714]
90137         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
90138         gethostbyname4_r when IPv6 results are possible.
90140 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
90142         [BZ #12723]
90143         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
90144         _PC_PIPE_BUF handling.
90146 2011-04-30  Bruno Haible  <bruno@clisp.org>
90148         [BZ #12717]
90149         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
90150         * resolv/netdb.h (getnameinfo): Change type of flags parameter
90151         to 'int'.
90152         * inet/getnameinfo.c (getnameinfo): Likewise.
90154 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
90156         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
90157         to groups setting in database lookup.
90158         * nss/nsswitch.conf: Add initgroups entry.
90160 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
90162         [BZ #12685]
90163         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
90164         mode string.
90165         Patch by Eric Blake <eblake@redhat.com>.
90167 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
90169         * sunrpc/Makefile (need-export-routines): Add svc_run.
90170         (routines): Remove svc_run.
90171         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
90172         * sunrpc/clnt_perr.c (clnt_perrno): Export.
90173         * sunrpc/svc_run.c (svc_run): Likewise.
90174         * sunrpc/svc_udp.c (svcudp_create): Likewise.
90176 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
90178         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
90179         problem in reallocation in last patch.
90181 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
90183         * sunrpc/Makefile: Move inclusion of Rules.
90185 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
90187         * nss/nss_files/files-initgroups.c: New file.
90188         * nss/Makefile (libnss_files-routines): Add files-initgroups.
90189         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
90190         _nss_files_initgroups_dyn.
90192 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
90194         * elf/elf.h (R_ARM_IRELATIVE): Define.
90196 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
90198         * po/ru.po: Update from translation team.
90200 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
90202         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
90203         dependencies.
90205 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
90207         [BZ #12653]
90208         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
90209         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
90210         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
90211         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
90212         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
90214 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
90216         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
90217         differing bytes.
90218         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
90219         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
90220         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
90222 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
90224         [BZ #12420]
90225         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
90226         storing it.
90227         * stdlib/bug-getcontext.c: New file.
90228         * stdlib/Makefile: Add rules to build and run bug-getcontext.
90230 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
90232         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
90233         instructions into .machine "z9-109".
90234         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
90235         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
90237 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
90239         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
90240         between environment variables and auxiliary vector.
90242 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
90244         * Makefile: Add rules to build linkobj/libc.so.
90245         * include/libc-symbols.h: Define libc_hidden_nolink.
90246         * include/rpc/auth.h: Mark functions which are to be hidden.
90247         * include/rpc/auth_des.h: Likewise.
90248         * include/rpc/auth_unix.h: Likewise.
90249         * include/rpc/clnt.h: Likewise.
90250         * include/rpc/des_crypt.h: Likewise.
90251         * include/rpc/key_prot.h: Likewise.
90252         * include/rpc/pmap_clnt.h: Likewise.
90253         * include/rpc/pmap_prot.h: Likewise.
90254         * include/rpc/pmap_rmt.h: Likewise.
90255         * include/rpc/rpc_msg.h: Likewise.
90256         * include/rpc/svc.h: Likewise.
90257         * include/rpc/svc_auth.h: Likewise.
90258         * include/rpc/xdr.h: Likewise.
90259         * nis/Makefile: Link all DSOs against linkobj/libc.so.
90260         * nss/Makefile: Likewise.
90261         * sunrpc/Makefile: Don't install headers.  Build library with normal
90262         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
90263         * sunrpc/auth_des.c: Hide exported symbols by default, export some
90264         for the compat linking library.  Remove use of INTDEF/INTUSE.
90265         * sunrpc/auth_none.c: Likewise.
90266         * sunrpc/auth_unix.c: Likewise.
90267         * sunrpc/authdes_prot.c: Likewise.
90268         * sunrpc/authuxprot.c: Likewise.
90269         * sunrpc/clnt_gen.c: Likewise.
90270         * sunrpc/clnt_perr.c: Likewise.
90271         * sunrpc/clnt_raw.c: Likewise.
90272         * sunrpc/clnt_simp.c: Likewise.
90273         * sunrpc/clnt_tcp.c: Likewise.
90274         * sunrpc/clnt_udp.c: Likewise.
90275         * sunrpc/clnt_unix.c: Likewise.
90276         * sunrpc/des_crypt.c: Likewise.
90277         * sunrpc/des_soft.c: Likewise.
90278         * sunrpc/get_myaddr.c: Likewise.
90279         * sunrpc/key_call.c: Likewise.
90280         * sunrpc/key_prot.c: Likewise.
90281         * sunrpc/netname.c: Likewise.
90282         * sunrpc/pm_getmaps.c: Likewise.
90283         * sunrpc/pm_getport.c: Likewise.
90284         * sunrpc/pmap_clnt.c: Likewise.
90285         * sunrpc/pmap_prot.c: Likewise.
90286         * sunrpc/pmap_prot2.c: Likewise.
90287         * sunrpc/pmap_rmt.c: Likewise.
90288         * sunrpc/publickey.c: Likewise.
90289         * sunrpc/rpc_cmsg.c: Likewise.
90290         * sunrpc/rpc_common.c: Likewise.
90291         * sunrpc/rpc_dtable.c: Likewise.
90292         * sunrpc/rpc_prot.c: Likewise.
90293         * sunrpc/rpc_thread.c: Likewise.
90294         * sunrpc/rtime.c: Likewise.
90295         * sunrpc/svc.c: Likewise.
90296         * sunrpc/svc_auth.c: Likewise.
90297         * sunrpc/svc_authux.c: Likewise.
90298         * sunrpc/svc_raw.c: Likewise.
90299         * sunrpc/svc_run.c: Likewise.
90300         * sunrpc/svc_simple.c: Likewise.
90301         * sunrpc/svc_tcp.c: Likewise.
90302         * sunrpc/svc_udp.c: Likewise.
90303         * sunrpc/svc_unix.c: Likewise.
90304         * sunrpc/svcauth_des.c: Likewise.
90305         * sunrpc/xcrypt.c: Likewise.
90306         * sunrpc/xdr.c: Likewise.
90307         * sunrpc/xdr_array.c: Likewise.
90308         * sunrpc/xdr_float.c: Likewise.
90309         * sunrpc/xdr_intXX_t.c: Likewise.
90310         * sunrpc/xdr_mem.c: Likewise.
90311         * sunrpc/xdr_rec.c: Likewise.
90312         * sunrpc/xdr_ref.c: Likewise.
90313         * sunrpc/xdr_sizeof.c: Likewise.
90314         * sunrpc/xdr_stdio.c: Likewise.
90316 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
90318         [BZ #12650]
90319         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
90320         * sysdeps/ia64/dl-tls.h: Likewise.
90321         * sysdeps/powerpc/dl-tls.h: Likewise.
90322         * sysdeps/s390/dl-tls.h: Likewise.
90323         * sysdeps/sh/dl-tls.h: Likewise.
90324         * sysdeps/sparc/dl-tls.h: Likewise.
90325         * sysdeps/x86_64/dl-tls.h: Likewise.
90326         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
90328 2011-03-14  Andreas Schwab  <schwab@redhat.com>
90330         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
90331         rpath element also skip the following colon.
90332         (expand_dynamic_string_token): Add is_path parameter and pass
90333         down to DL_DST_REQUIRED and _dl_dst_substitute.
90334         (decompose_rpath): Call expand_dynamic_string_token with
90335         non-zero is_path.  Ignore empty rpaths.
90336         (_dl_map_object_from_fd): Call expand_dynamic_string_token
90337         with zero is_path.
90339 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
90341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
90342         Make cancelable.
90344 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
90346         [BZ #12655]
90347         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
90348         Patch by Filipe David Manana <fdmanana@apache.org>.
90350 2011-04-07  Andreas Schwab  <schwab@redhat.com>
90352         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
90353         Maintain aligned stack.
90354         (CHECK_RSP): Remove unused macro.
90356 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
90358         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
90359         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
90361 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
90363         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
90365         * include/features.h: Mention __USE_XOPEN2K8 in comment.
90367 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
90369         [BZ #12518]
90370         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
90371         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
90372         * sysdeps/x86_64/memmove.c: New file.
90373         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
90374         (memcpy): Renamed to ...
90375         (__new_memcpy): This.
90376         (memcpy): Provide GLIBC_2_14 memcpy.
90377         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
90378         (memcpy): Provide GLIBC_2_2_5 memcpy.
90380 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
90382         [BZ #12631]
90383         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
90385 2011-03-30  Andreas Schwab  <schwab@redhat.com>
90387         * misc/syncfs.c: New file.
90388         * misc/Makefile (routines): Add syncfs.
90389         * posix/unistd.h: Declare syncfs.
90390         * sysdeps/unix/syscalls.list: Add syncfs.
90392 2011-04-01  Andreas Schwab  <schwab@redhat.com>
90394         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
90395         open_by_handle_at.
90396         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
90397         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
90398         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
90399         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
90400         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
90401         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
90402         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
90404 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
90406         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
90407         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
90408         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
90409         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
90410         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
90411         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
90412         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
90414         * io/Makefile: Compile fallocate.c, fallocate64.c, and
90415         sync_file_range.c with -fexceptions.
90416         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
90417         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
90418         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
90419         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
90420         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
90421         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
90422         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
90423         sync_file_range as cancellation point
90424         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
90425         now a wrapper around __call_sync_file_range with cancellation handling.
90426         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
90427         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
90428         function name to __call_sync_file_range.
90429         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
90430         Add call_sync_file_range.
90432 2011-04-01  Andreas Schwab  <schwab@redhat.com>
90434         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
90435         bits/timex.h.
90437 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
90439         * iconv/iconv.h: Fix typo in comment.
90440         * io/fcntl.h: Likewise.
90441         * libio/stdio.h: Likewise.
90442         * posix/spawn.h: Likewise.
90443         * posix/unistd.h: Likewise.
90444         * stdlib/stdlib.h: Likewise.
90445         * time/time.h: Likewise.
90446         * wcsmbs/wchar.h: Likewise.
90448         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
90449         open_by_handle): Add.
90450         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
90451         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
90452         Augment a few comments.
90453         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
90454         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
90455         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
90456         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
90457         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
90458         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
90459         open_by_handle.
90461         * io/fcntl.h (AT_EMPTY_PATH): Define.
90463 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
90465         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
90466         * sysdeps/unix/sysv/linux/bits/time.h: New file.
90467         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
90468         to...
90469         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
90470         * Versions.def: Add GLIBC_2.14.
90471         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
90472         Export.
90474 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
90476         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
90477         round counter.
90478         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
90480 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
90482         [BZ #12597]
90483         * string/test-strncmp.c (do_page_test): New function.
90484         (check2): Likewise.
90485         (test_main): Call check2.
90486         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
90488 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
90490         [BZ #12587]
90491         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
90492         Handle cache information in CPU leaf 4.
90493         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
90495 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
90497         [BZ #12583]
90498         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
90499         character representation.
90500         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
90502 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
90504         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
90505         END(__isnan) to END(__isnanf) to match function entry point/label
90506         EALIGN(__isnanf,...).
90508 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
90510         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
90512 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
90514         [BZ #12510]
90515         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
90516         copy from the symbol referenced in the relocation to initialize the
90517         used variable.
90518         Patch by Piotr Bury <pbury@goahead.com>.
90519         * elf/Makefile: Add rules to build and tst-unique3.
90520         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
90521         * elf/tst-unique3.cc: New file.
90522         * elf/tst-unique3.h: New file.
90523         * elf/tst-unique3lib.cc: New file.
90524         * elf/tst-unique3lib2.cc: New file.
90526         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
90528 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
90530         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
90531         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
90532         to _start.
90534 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
90536         * elf/dl-load.c (_dl_map_object): If we are looking for the first
90537         to-be-loaded object along a path to loader is ld.so.
90539 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
90540             Ulrich Drepper  <drepper@gmail.com>
90542         * sysdeps/x86_64/memset.S: After aligning destination, code
90543         branches to different locations depending on the value of
90544         misalignment, when multiarch is enabled. Fix this.
90546 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
90548         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
90549         Set _x86_64_preferred_memory_instruction for AMD processsors.
90550         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
90551         Set bit_Prefer_SSE_for_memop for AMD processors.
90553 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
90555         * libio/fmemopen.c (fmemopen): Optimize a bit.
90557 2011-03-03  Andreas Schwab  <schwab@redhat.com>
90559         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
90561 2011-03-03  Roland McGrath  <roland@redhat.com>
90563         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
90565 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
90567         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
90568         __bzero_ultra1 instead of __memset_ultra1.
90570 2011-02-23  Andreas Schwab  <schwab@redhat.com>
90571             Ulrich Drepper  <drepper@gmail.com>
90573         [BZ #12509]
90574         * include/link.h (struct link_map): Add l_orig_initfini.
90575         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
90576         returning unsuccessfully.
90577         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
90578         close of a file loaded at startup, restore the original l_initfini
90579         list.
90580         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
90581         list, store the pointer.
90582         * elf/Makefile ($(objpfx)noload-mem): New rule.
90583         (noload-ENV): Define.
90584         (tests): Add $(objpfx)noload-mem.
90585         * elf/noload.c: Include <memcheck.h>.
90586         (main): Call mtrace.  Close all opened handles.
90588 2011-02-17  Andreas Schwab  <schwab@redhat.com>
90590         [BZ #12454]
90591         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
90592         dependencies are missing.
90594 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
90596         Fix __if_freereq crash: Unlike the generic version which uses free,
90597         Hurd needs munmap.
90598         * sysdeps/mach/hurd/ifreq.h: New file.
90600 2011-01-27  Petr Baudis  <pasky@suse.cz>
90601             Ulrich Drepper  <drepper@gmail.com>
90603         [BZ 12445]#
90604         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
90605         to extend_alloca().
90606         * stdio-common/bug23.c: New file.
90607         * stdio-common/Makefile (tests): Add bug23.
90609 2010-09-28  Andreas Schwab  <schwab@redhat.com>
90610             Ulrich Drepper  <drepper@gmail.com>
90612         [BZ #12489]
90613         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
90614         before performing relro protection.  At old place add assertion
90615         to make sure nothing changed.
90617 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
90618             Glauber de Oliveira Costa  <glommer@gmail.com>
90620         * elf/elf.h: Add new ARM TLS relocs.
90622 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
90624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
90625         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
90626         cast from r3.
90627         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
90628         'tests' variable.
90629         * sysdeps/wordsize-64/tst-writev.c: New file.
90631 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
90633         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
90634         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
90635         insns in _dl_start to prevent a TOC reference before relocs are
90636         resolved.
90638 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
90640         [BZ #12469]
90641         * Makeconfig: Remove RANLIB definition.
90642         * Makerules: Don't use RANLIB.
90643         * aclocal.m4: Remove ranlib test.
90644         * configure.in: No need to check for ranlib.
90645         * elf/rtld-Rules: Don't use RANLIB.
90647 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
90649         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
90650         protection macro.
90651         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
90652         inclusion protection macro.
90654         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
90655         SIGRTMIN and SIGRTMAX and print information in that case only when
90656         SIGRTMIN is defined.
90658 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
90660         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
90661         arginfo fn returning -1.
90663         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
90664         and thousands string is zero terminated.
90666 2011-02-03  Andreas Schwab  <schwab@redhat.com>
90668         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
90669         sysdeps/unix/sysv/linux/bits/socket.h.
90671 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
90673         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
90674         (__CPU_COUNT): Remove old macros.
90675         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
90676         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
90677         (__CPU_ALLOC, __CPU_FREE): Add macros.
90678         (__sched_cpualloc, __sched_cpufree): Add declarations.
90680 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
90682         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
90683         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
90684         * nscd/aicache.c (addhstaiX): Return timeout of added value.
90685         (readdhstai): Return value of addhstaiX call.
90686         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
90687         (addgrbyX): Return value returned by cache_addgr.
90688         (readdgrbyname): Return value returned by addgrbyX.
90689         (readdgrbygid): Likewise.
90690         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
90691         (addpwbyX): Return value returned by cache_addpw.
90692         (readdpwbyname): Return value returned by addhstbyX.
90693         (readdpwbyuid): Likewise.
90694         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
90695         (addservbyX): Return value returned by cache_addserv.
90696         (readdservbyname): Return value returned by addservbyX:
90697         (readdservbyport): Likewise.
90698         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
90699         (addhstbyX): Return value returned by cache_addhst.
90700         (readdhstbyname): Return value returned by addhstbyX.
90701         (readdhstbyaddr): Likewise.
90702         (readdhstbynamev6): Likewise.
90703         (readdhstbyaddrv6): Likewise.
90704         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
90705         (readdinitgroups): Return value returned by addinitgroupsX.
90706         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
90707         (prune_cache): Keep track of timeout value of re-added entries.
90708         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
90709         * nscd/nscd.h: Adjust prototypes of readd* functions.
90711 2011-02-04  Roland McGrath  <roland@redhat.com>
90713         * nis/nis_server.c (nis_servstate): Use the right name for 0.
90714         (nis_stats): Likewise.
90715         * nis/nis_modify.c (nis_modify): Likewise.
90716         * nis/nis_remove.c (nis_remove): Likewise.
90717         * nis/nis_add.c (nis_add): Likewise.
90719         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
90721         * posix/fnmatch_loop.c: Add some consts.
90723         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
90725 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
90727         [BZ #12460]
90728         * config.make.in (config-cflags-novzeroupper): Define.
90729         * configure.in: Substitute libc_cv_cc_novzeroupper.
90730         * elf/Makefile (AVX-CFLAGS): Define.
90731         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
90732         (CFLAGS-tst-auditmod4a.c): Likewise.
90733         (CFLAGS-tst-auditmod4b.c): Likewise.
90734         (CFLAGS-tst-auditmod6b.c): Likewise.
90735         (CFLAGS-tst-auditmod6c.c): Likewise.
90736         (CFLAGS-tst-auditmod7b.c): Likewise.
90737         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
90739 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
90741         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
90742         function to the callback.
90743         Patch partly by Jiri Olsa <jolsa@redhat.com>.
90745 2011-02-02  Andreas Schwab  <schwab@redhat.com>
90747         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
90748         of errno.
90750 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
90752         [BZ #11724]
90753         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
90754         of constructors.
90755         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
90756         of destructors.
90757         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
90759         [BZ #11724]
90760         * elf/Makefile: Add rules to build and run new test.
90761         * elf/tst-initorder.c: New file.
90762         * elf/tst-initorder.exp: New file.
90763         * elf/tst-initordera1.c: New file.
90764         * elf/tst-initordera2.c: New file.
90765         * elf/tst-initordera3.c: New file.
90766         * elf/tst-initordera4.c: New file.
90767         * elf/tst-initorderb1.c: New file.
90768         * elf/tst-initorderb2.c: New file.
90769         * elf/tst-order-a1.c: New file.
90770         * elf/tst-order-a2.c: New file.
90771         * elf/tst-order-a3.c: New file.
90772         * elf/tst-order-a4.c: New file.
90773         * elf/tst-order-b1.c: New file.
90774         * elf/tst-order-b2.c: New file.
90775         * elf/tst-order-main.c: New file.
90776         New test case by George Gensure <werkt0@gmail.com>.
90778 2010-10-01  Andreas Schwab  <schwab@redhat.com>
90780         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
90781         decoding ACE if AI_CANONIDN.
90783 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
90785         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
90787 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
90789         * version.h (RELEASE): Bump for 2.13 release.
90790         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
90792         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
90794         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
90795         MADV_NOHUGEPAGE.
90796         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
90797         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
90798         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
90799         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
90800         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
90801         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
90803         * posix/getconf.c: Update copyright year.
90804         * catgets/gencat.c: Likewise.
90805         * csu/version.c: Likewise.
90806         * debug/catchsegv.sh: Likewise.
90807         * debug/xtrace.sh: Likewise.
90808         * elf/ldconfig.c: Likewise.
90809         * elf/ldd.bash.in: Likewise.
90810         * elf/sprof.c (print_version): Likewise.
90811         * iconv/iconv_prog.c: Likewise.
90812         * iconv/iconvconfig.c: Likewise.
90813         * locale/programs/locale.c: Likewise.
90814         * locale/programs/localedef.c: Likewise.
90815         * malloc/memusage.sh: Likewise.
90816         * malloc/mtrace.pl: Likewise.
90817         * nscd/nscd.c (print_version): Likewise.
90818         * nss/getent.c: Likewise.
90820         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
90821         PF_CAIF, and PF_ALG.
90822         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
90824 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
90826         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
90827         (modules-names): Use them.
90828         (ifunc-test-modules, ifunc-pie-tests): Define.
90829         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
90830         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
90831         (test-extras): Likewise.
90832         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
90833         $(compile-command.c).
90834         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
90835         (all-built-dso): Define.
90836         (check-textrel.out, check-execstack.out): Depend on it.
90838         * configure.in: Don't override --enable-multi-arch.
90840 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
90842         [BZ #6812]
90843         * nscd/hstcache.c (tryagain): Define.
90844         (cache_addhst): Return tryagain not notfound for temporary errors.
90845         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
90846         failed.
90848 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
90850         [BZ #10563]
90851         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
90852         to make the syscall.
90853         * sysdeps/unix/sysv/linux/setgroups.c: New file.
90855         [BZ #12378]
90856         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
90857         and fall back to matching as normal character if the string ends before
90858         the matching ']' is found.  This is what POSIX requires.
90859         * posix/testfnm.c: Adjust test result.
90860         * posix/globtest.sh: Adjust test result.  Add new test.
90861         * posix/tst-fnmatch.input: Likewise.
90862         * posix/tst-fnmatch2.c: Add new test.
90864 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
90866         * elf/Makefile (check-execstack): Revert last change.  Depend on
90867         check-execstack.h.
90868         (check-execstack.h): New target.
90869         (generated): Add check-execstack.h.
90870         * elf/check-execstack.c: Include "check-execstack.h".
90871         (main): Revert last change.
90872         (handle_file): Return zero if GNU_STACK is absent and
90873         DEFAULT_STACK_PERMS doesn't include PF_X.
90875 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
90877         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
90878         in child fails because the descriptor is already closed.
90879         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
90880         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
90881         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
90883         [BZ #12397]
90884         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
90885         syscall.
90887         [BZ #10484]
90888         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
90889         temporary buffer used to handle multi lookups locally.
90890         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
90892 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
90894         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
90895         loader is ld.so.
90897 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
90899         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
90900         alignment for SSE2.
90902 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
90904         [BZ #12394]
90905         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
90906         characters.  When rounding increased number of integer digits recompute
90907         number of groups.
90908         * stdio-common/tst-grouping.c: New file.
90909         * stdio-common/Makefile: Add rules to build and run tst-grouping.
90911 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
90913         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
90914         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
90916         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
90917         void.
90918         * bits/select.h: Likewise.
90920 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
90922         * po/ja.po: Update from translation team.
90924 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
90926         [BZ #11155]
90927         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
90928         implementation just like for lxstat, fxstatat, et al.
90930 2010-12-27  Jim Meyering  <meyering@redhat.com>
90932         [BZ #12348]
90933         * posix/regexec.c (build_trtable): Return failure indication upon
90934         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
90936 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
90938         [BZ #12201]
90939         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
90940         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
90941         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
90942         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
90944         [BZ #12207]
90945         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
90947         [BZ #12204]
90948         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
90949         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
90951 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
90953         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
90954         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
90955         script has SORT_BY_INIT_PRIORITY.
90956         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
90957         NO_CTORS_DTORS_SECTIONS is defined.
90958         * elf/soinit.c: Likewise.
90959         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
90960         NO_CTORS_DTORS_SECTIONS is defined.
90961         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
90962         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
90963         * sysdeps/sh/init-first.c: Likewise.
90964         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
90966 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
90968         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
90969         always use the slow path.
90971 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
90973         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
90974         similar rule which adds the sysdep directories to the header search in
90975         order to pick up the correct platform stackinfo.h.
90976         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
90977         perform test if it is, otherwise return successfully without testing.
90978         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
90979         DEFAULT_STACK_PERMS define in stackinfo.h.
90980         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
90981         defined in stackinfo.h.
90982         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
90983         DEFAULT_STACK_PERMS defined in stackinfo.h.
90984         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
90985         * sysdeps/ia64/stackinfo.h: Likewise.
90986         * sysdeps/s390/stackinfo.h: Likewise.
90987         * sysdeps/sh/stackinfo.h: Likewise.
90988         * sysdeps/sparc/stackinfo.h: Likewise.
90989         * sysdeps/x86_64/stackinfo.h: Likewise.
90990         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
90991         PF_X for powerpc64.  Retain PF_X for powerpc32.
90993 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
90995         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
90996         accurately.
90997         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
90998         GETDENTS_64BIT_ALIGNED.
91000 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
91002         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
91004 2010-12-10  Andreas Schwab  <schwab@redhat.com>
91006         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
91007         _GNU_SOURCE.
91009         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
91010         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
91011         Remove __restrict.
91012         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
91013         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
91015 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
91017         [BZ #11655]
91018         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
91019         are initialized.
91021 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
91023         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
91025 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
91027         * po/it.po: Update from translation team.
91029 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
91031         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
91032         unused codes.
91034 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
91036         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
91038 2010-11-24  Andreas Schwab  <schwab@redhat.com>
91040         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
91041         specially.
91042         (gaih_getanswer_slice): Likewise.
91044 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
91046         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
91048 2010-05-31  Petr Baudis  <pasky@suse.cz>
91050         [BZ #11149]
91051         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
91052         silently even in the chroot mode.
91054 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
91056         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
91057         last patch a bit.  Pretty printing
91059 2010-05-31  Petr Baudis <pasky@suse.cz>
91061         [BZ #10085]
91062         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
91063         initialization of skip_initgroups_dyn.
91065 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
91067         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
91068         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
91070 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
91072         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
91074 2010-11-11  Andreas Schwab  <schwab@redhat.com>
91076         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
91077         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
91078         (tst-fnmatch-ENV): Set MALLOC_TRACE.
91079         ($(objpfx)tst-fnmatch-mem): New rule.
91080         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
91081         * posix/tst-fnmatch.c (main): Call mtrace.
91083 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
91085         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
91086         Support Intel processor model 6 and model 0x2c.
91088 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
91090         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
91091           signed comparison.
91093 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
91095         [BZ #12205]
91096         * string/test-strncasecmp.c (check_result): New function.
91097         (do_one_test): Use it.
91098         (check1): New function.
91099         (test_main): Use it.
91100         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
91101         Support strcasecmp and strncasecmp.
91103 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
91105         [BZ #12194]
91106         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
91107         * sysdeps/x86_64/bits/byteswap.h: Likewise.
91109 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
91111         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
91112         IFUNC support.
91113         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
91114         memset-x86-64.
91115         * sysdeps/x86_64/multiarch/bzero.S: New file.
91116         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
91117         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
91118         * sysdeps/x86_64/multiarch/memset.S: New file.
91119         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
91120         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
91121         Set bit_Prefer_SSE_for_memop for Intel processors.
91122         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
91123         Define.
91124         (index_Prefer_SSE_for_memop): Define.
91125         (HAS_PREFER_SSE_FOR_MEMOP): Define.
91127 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
91129         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
91130         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
91132 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
91134         [BZ #12191]
91135         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
91136         (__x86_64_raw_data_cache_size_half): Likewise.
91137         (__x86_64_raw_shared_cache_size): Likewise.
91138         (__x86_64_raw_shared_cache_size_half): Likewise.
91140         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
91141         (__x86_64_raw_data_cache_size_half): Likewise.
91142         (__x86_64_raw_shared_cache_size): Likewise.
91143         (__x86_64_raw_shared_cache_size_half): Likewise.
91144         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
91145         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
91146         and __x86_64_raw_shared_cache_size_half.  Round
91147         __x86_64_data_cache_size_half, __x86_64_data_cache_size
91148         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
91149         to multiple of 256 bytes.
91151 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
91153         [BZ #12167]
91154         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
91155         of inacessible symlinks.  Verify result of symlink before returning it.
91156         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
91157         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
91159 2010-10-28  Erich Ritz  <erichritz@gmail.com>
91161         * math/math.h (isinf): Fix typo in comment.
91163 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
91165         * po/da.po: Update from translation team.
91167 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
91169         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
91170         is added to the list.
91172 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
91173             Ulrich Drepper  <drepper@gmail.com>
91175         * elf/dl-object.c (_dl_new_object): Don't append the new object to
91176         the global list here.  Move code to...
91177         (_dl_add_to_namespace_list): ...here.  New function.
91178         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
91179         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
91180         * elf/dl-load.c (lose): Don't remove the element from the list.
91181         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
91182         (_dl_map_object): Likewise.
91184 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
91186         [BZ #12159]
91187         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
91188         into all bytes of SSE register.
91189         Patch by Richard Li <richardpku@gmail.com>.
91191 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
91193         [BZ #12140]
91194         * malloc/malloc.c (_int_free): Fill correct number of bytes when
91195         perturbing.
91197 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
91199         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
91200         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
91201         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
91202         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
91203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
91204         submachine.
91205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
91207 2010-10-22  Andreas Schwab  <schwab@redhat.com>
91209         * include/dlfcn.h (__RTLD_SECURE): Define.
91210         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
91211         mode & __RTLD_SECURE instead.
91212         (open_path): Rename preloaded parameter to secure.
91213         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
91214         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
91215         * elf/dl-deps.c (openaux): Likewise.
91216         * elf/rtld.c (struct map_args): Remove is_preloaded.
91217         (map_doit): Don't use it.
91218         (dl_main): Likewise.
91219         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
91220         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
91222 2010-09-09  Andreas Schwab  <schwab@redhat.com>
91224         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
91225         (sysd-rules-targets): Remove duplicates.
91226         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
91227         rtld-%.$o dependency.
91229 2010-10-18  Andreas Schwab  <schwab@redhat.com>
91231         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
91232         _dl_map_object do it.
91234 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
91236         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
91237         fast fma builtins, define the macros in the C99 standard.
91238         (FP_FAST_FMAF): Likewise.
91239         (FP_FAST_FMAL): Likewise.
91240         * sysdeps/x86_64/bits/mathdef.h: Likewise.
91242         * bits/mathdef.h: Update copyright year.
91243         * sysdeps/powerpc/bits/mathdef.h: Likewise.
91245 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
91247         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
91248         builtins, define the macros in the C99 standard.
91249         (FP_FAST_FMAF): Likewise.
91250         (FP_FAST_FMAL): Likewise.
91251         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
91252         multiply/add.
91253         (FP_FAST_FMAF): Likewise.
91255 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
91257         [BZ #3268]
91258         * math/libm-test.inc (fma_test): Some new testcases.
91259         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
91260         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
91261         y and infinite z.  Do multiplication by C already in long double.
91262         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
91263         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
91264         y and infinite z.  Do bitwise or of inexact bit into u.d.
91265         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
91266         * sysdeps/i386/fpu/s_fmaf.S: Removed.
91267         * sysdeps/i386/fpu/s_fma.S: Removed.
91268         * sysdeps/i386/fpu/s_fmal.S: Removed.
91270 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
91272         [BZ #3268]
91273         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
91274         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
91275         computation is not scheduled after fetestexcept.  Fix value
91276         of minimum denormal long double.
91278 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
91280         [BZ #3268]
91281         * math/libm-test.inc (fma_test): Add some more tests.
91282         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
91283         correctly.
91285 2010-10-15  Andreas Schwab  <schwab@redhat.com>
91287         * scripts/data/localplt-s390-linux-gnu.data: New file.
91288         * scripts/data/localplt-s390x-linux-gnu.data: New file.
91290 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
91292         [BZ #3268]
91293         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
91294         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
91295         instead of dbl-64.
91296         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
91297         inlines.
91298         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
91299         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
91300         if one of x and y is very large and the other is subnormal.
91301         * sysdeps/s390/fpu/s_fmaf.c: New file.
91302         * sysdeps/s390/fpu/s_fma.c: New file.
91303         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
91304         * sysdeps/powerpc/fpu/s_fma.S: New file.
91305         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
91306         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
91307         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
91309 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
91311         [BZ #3268]
91312         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
91313         fma tests.
91314         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
91315         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
91316         * sysdeps/i386/i686/multiarch/s_fma.c: Include
91317         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
91318         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
91319         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
91320         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
91322 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
91324         [BZ #12078]
91325         * posix/regcomp.c (parse_branch): One more memory leak plugged.
91326         * posix/bug-regex31.input: Add test case.
91328 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
91330         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
91331         * posix/bug-regex31.input: New file.
91333         [BZ #12078]
91334         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
91335         (parse_sub_exp): Fix last change, use postorder.
91337         * posix/bug-regex31.c: New file.
91338         * posix/Makefile: Add rules to build and run bug-regex31.
91340         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
91342         [BZ #12078]
91343         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
91345         [BZ #12108]
91346         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
91347         to have entries in sys_siglist.
91349         [BZ #12093]
91350         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
91351         be NULL.
91353 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
91355         [BZ #3268]
91356         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
91357         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
91358         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
91359         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
91360         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
91361         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
91362         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
91363         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
91364         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
91365         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
91366         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
91367         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
91368         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
91369         * math/ftestexcept.c (fetestexcept): Likewise.
91370         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
91371         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
91372         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
91373         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
91374         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
91375         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
91376         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
91378 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
91380         [BZ #12107]
91381         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
91382         newline.
91384 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
91386         * string/bug-strstr1.c: New file.
91387         * string/Makefile: Add rules to build and run bug-strstr1.
91389 2010-10-05  Eric Blake  <eblake@redhat.com>
91391         [BZ #12092]
91392         * string/str-two-way.h (two_way_long_needle): Always clear memory
91393         when skipping input due to the shift table.
91395 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
91397         [BZ #12005]
91398         * malloc/mcheck.c: Handle large requests.
91400         [BZ #12077]
91401         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
91402         for strncmp and strncasecmp.
91403         * string/stratcliff.c: Add tests for strcmp and strncmp.
91404         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
91406 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
91408         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
91409         __set_fpscr.
91411 2010-09-30  Andreas Jaeger  <aj@suse.de>
91413         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
91414         (CGROUP_SUPER_MAGIC): Define.
91415         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
91416         Handle btrfs and cgroup file systems.
91417         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
91418         Likewise.
91420 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
91422         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
91423         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
91425 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
91427         [BZ #12067]
91428         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
91429         trying to locate the ELF header.
91431 2010-09-27  Andreas Schwab  <schwab@redhat.com>
91433         [BZ #11611]
91434         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
91435         Mask out sign-bit copies when constructing f_fsid.
91437 2010-09-24  Petr Baudis <pasky@suse.cz>
91439         * debug/stack_chk_fail_local.c: Add missing licence exception.
91440         * debug/warning-nop.c: Likewise.
91442 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
91444         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
91445         implementing getdents64 using getdents syscall, set d_type if
91446         __ASSUME_GETDENTS32_D_TYPE.
91448 2010-09-16  Andreas Schwab  <schwab@redhat.com>
91450         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
91451         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
91453 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
91455         [BZ #12037]
91456         * posix/unistd.h: Undo change of feature selection for ftruncate from
91457         2010-01-11.
91459 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
91461         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
91462         detection.
91464 2010-09-20  Andreas Schwab  <schwab@redhat.com>
91466         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
91467         fanotify_mark.
91468         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
91470 2010-09-14  Andreas Schwab  <schwab@redhat.com>
91472         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
91473         variables after CHECK_SP call.
91474         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
91476 2010-09-13  Andreas Schwab  <schwab@redhat.com>
91477             Ulrich Drepper  <drepper@redhat.com>
91479         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
91480         re-relocationg ld.so.
91481         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
91482         _dl_init_paths call.
91483         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
91484         here anymore.
91486 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
91488         * resolv/res_init.c (__res_vinit): Count the default server we added.
91490 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
91491             Ulrich Drepper  <drepper@redhat.com>
91493         [BZ #11968]
91494         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
91495         (____longjmp_chk): Use %ebx for saving value across system call.
91496         Add unwind info.
91498 2010-09-06  Andreas Schwab  <schwab@redhat.com>
91500         * manual/Makefile: Don't mix pattern rules with normal rules.
91502 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
91504         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
91505         operation.
91506         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
91507         * libio/iofopncook.c (_IO_cookie_init): Likewise.
91508         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
91509         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
91510         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
91511         Likewise.
91513 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
91515         [BZ #11979]
91516         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
91517         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
91519 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
91521         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
91522         * sysdeps/x86_64/addmul_1.S: Likewise.
91523         * sysdeps/x86_64/lshift.S: Likewise.
91524         * sysdeps/x86_64/mul_1.S: Likewise.
91525         * sysdeps/x86_64/rshift.S: Likewise.
91526         * sysdeps/x86_64/sub_n.S: Likewise.
91527         * sysdeps/x86_64/submul_1.S: Likewise.
91529 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
91531         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
91532         Define __sched_param instead of SCHED_* and sched_param when
91533         <bits/sched.h> is included with __need_schedparam defined.
91534         * bits/sched.h [__need_schedparam]
91535         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
91536         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
91537         (__defined_schedparam): Define to 1.
91538         (__sched_param): New structure, identical to sched_param.
91539         (__need_schedparam): Undefine.
91541 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
91543         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
91544         (epoll_create1): Declare.
91546         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
91548 2010-08-31  Andreas Schwab  <schwab@redhat.com>
91550         [BZ #7066]
91551         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
91552         shifting retval into place.
91554 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
91556         * nis/rpcsvc/nis.h: Update copyright notice.
91557         * nis/rpcsvc/nis.x: Likewise.
91558         * nis/rpcsvc/nis_callback.h: Likewise.
91559         * nis/rpcsvc/nis_callback.x: Likewise.
91560         * nis/rpcsvc/nis_object.x: Likewise.
91561         * nis/rpcsvc/nis_tags.h: Likewise.
91562         * nis/rpcsvc/yp.h: Likewise.
91563         * nis/rpcsvc/yp.x: Likewise.
91564         * nis/rpcsvc/ypupd.h: Likewise.
91565         * nis/yp_xdr.c: Likewise.
91566         * nis/ypupdate_xdr.c: Likewise.
91568         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
91569         mainly the body of pmap_getport.  Add parameters to specify timeouts.
91570         (pmap_getport): Use __libc_rpc_getport.
91571         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
91572         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
91573         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
91575 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
91577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
91578         fanotify_mark.
91580 2010-08-27  Roland McGrath  <roland@redhat.com>
91582         * sysdeps/i386/i686/multiarch/Makefile
91583         (CFLAGS-varshift.c): New variable.
91585 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
91587         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
91588         * sysdeps/i386/i686/multiarch/varshift.c: New file.
91590         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
91592         * sysdeps/x86_64/strlen.S: Minimal code improvement.
91594 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
91596         * sysdeps/x86_64/strlen.S: Unroll the loop.
91597         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
91598         strlen-sse2 strlen-sse2-bsf.
91599         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
91600         __strlen_no_bsf if bit_Slow_BSF is set.
91601         (__strlen_sse42): Removed.
91602         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
91603         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
91605 2010-08-25  Roland McGrath  <roland@redhat.com>
91607         * sysdeps/x86_64/multiarch/varshift.S: File removed.
91608         * sysdeps/x86_64/multiarch/varshift.c: New file.
91609         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
91610         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
91611         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
91612         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
91614 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
91616         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
91617         strlen-sse2 strlen-sse2-bsf.
91618         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
91619         __strlen_sse2_bsf if bit_Slow_BSF is unset.
91620         (__strlen_sse2): Removed.
91621         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
91622         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
91623         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
91624         bit_Slow_BSF for Atom.
91625         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
91626         (index_Slow_BSF): Define.
91627         (HAS_SLOW_BSF): Define.
91629 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
91631         [BZ #10851]
91632         * resolv/res_init.c (__res_vinit): When no server address at all
91633         is given default to loopback.
91635 2010-08-24  Roland McGrath  <roland@redhat.com>
91637         * configure.in: Remove config-name.h generation.
91638         * configure: Regenerated.
91639         * config-name.in: File removed.
91640         * scripts/config-uname.sh: New file.
91641         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
91642         ($(objdir)config-name.h): New target.
91644         * sunrpc/rpc_parse.h: Avoid nested comment.
91646 2010-08-24  Richard Henderson  <rth@redhat.com>
91647             Ulrich Drepper  <drepper@redhat.com>
91648             H.J. Lu  <hongjiu.lu@intel.com>
91650         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
91651         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
91652         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
91653         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
91654         _mm_alignr_epi8 with _mm_loadu_si128.
91655         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
91656         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
91657         (__m128i_shift_right): Removed.
91658         * sysdeps/i386/i686/multiarch/varshift.h: New file.
91659         * sysdeps/i386/i686/multiarch/varshift.S: New file.
91660         * sysdeps/x86_64/multiarch/varshift.h: New file.
91661         * sysdeps/x86_64/multiarch/varshift.S: New file.
91663 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
91665         * configure.in: Move assembler checks to before sysdep dir checking.
91667 2010-08-20  Petr Baudis  <pasky@suse.cz>
91669         * LICENSES: Sync the sunrpc license.
91671 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
91673         * sunrpc/auth_des.c: Update copyright notice once again.
91674         * sunrpc/auth_none.c: Likewise.
91675         * sunrpc/auth_unix.c: Likewise.
91676         * sunrpc/authdes_prot.c: Likewise.
91677         * sunrpc/authuxprot.c: Likewise.
91678         * sunrpc/bindrsvprt.c: Likewise.
91679         * sunrpc/clnt_gen.c: Likewise.
91680         * sunrpc/clnt_perr.c: Likewise.
91681         * sunrpc/clnt_raw.c: Likewise.
91682         * sunrpc/clnt_simp.c: Likewise.
91683         * sunrpc/clnt_tcp.c: Likewise.
91684         * sunrpc/clnt_udp.c: Likewise.
91685         * sunrpc/clnt_unix.c: Likewise.
91686         * sunrpc/des_crypt.c: Likewise.
91687         * sunrpc/des_soft.c: Likewise.
91688         * sunrpc/get_myaddr.c: Likewise.
91689         * sunrpc/getrpcport.c: Likewise.
91690         * sunrpc/key_call.c: Likewise.
91691         * sunrpc/key_prot.c: Likewise.
91692         * sunrpc/openchild.c: Likewise.
91693         * sunrpc/pm_getmaps.c: Likewise.
91694         * sunrpc/pm_getport.c: Likewise.
91695         * sunrpc/pmap_clnt.c: Likewise.
91696         * sunrpc/pmap_prot.c: Likewise.
91697         * sunrpc/pmap_prot2.c: Likewise.
91698         * sunrpc/pmap_rmt.c: Likewise.
91699         * sunrpc/rpc/auth.h: Likewise.
91700         * sunrpc/rpc/auth_unix.h: Likewise.
91701         * sunrpc/rpc/clnt.h: Likewise.
91702         * sunrpc/rpc/des_crypt.h: Likewise.
91703         * sunrpc/rpc/key_prot.h: Likewise.
91704         * sunrpc/rpc/netdb.h: Likewise.
91705         * sunrpc/rpc/pmap_clnt.h: Likewise.
91706         * sunrpc/rpc/pmap_prot.h: Likewise.
91707         * sunrpc/rpc/pmap_rmt.h: Likewise.
91708         * sunrpc/rpc/rpc.h: Likewise.
91709         * sunrpc/rpc/rpc_des.h: Likewise.
91710         * sunrpc/rpc/rpc_msg.h: Likewise.
91711         * sunrpc/rpc/svc.h: Likewise.
91712         * sunrpc/rpc/svc_auth.h: Likewise.
91713         * sunrpc/rpc/types.h: Likewise.
91714         * sunrpc/rpc/xdr.h: Likewise.
91715         * sunrpc/rpc_clntout.c: Likewise.
91716         * sunrpc/rpc_cmsg.c: Likewise.
91717         * sunrpc/rpc_common.c: Likewise.
91718         * sunrpc/rpc_cout.c: Likewise.
91719         * sunrpc/rpc_dtable.c: Likewise.
91720         * sunrpc/rpc_hout.c: Likewise.
91721         * sunrpc/rpc_main.c: Likewise.
91722         * sunrpc/rpc_parse.c: Likewise.
91723         * sunrpc/rpc_parse.h: Likewise.
91724         * sunrpc/rpc_prot.c: Likewise.
91725         * sunrpc/rpc_sample.c: Likewise.
91726         * sunrpc/rpc_scan.c: Likewise.
91727         * sunrpc/rpc_scan.h: Likewise.
91728         * sunrpc/rpc_svcout.c: Likewise.
91729         * sunrpc/rpc_tblout.c: Likewise.
91730         * sunrpc/rpc_util.c: Likewise.
91731         * sunrpc/rpc_util.h: Likewise.
91732         * sunrpc/rpcinfo.c: Likewise.
91733         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
91734         * sunrpc/rpcsvc/key_prot.x: Likewise.
91735         * sunrpc/rpcsvc/klm_prot.x: Likewise.
91736         * sunrpc/rpcsvc/mount.x: Likewise.
91737         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
91738         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
91739         * sunrpc/rpcsvc/rex.x: Likewise.
91740         * sunrpc/rpcsvc/rstat.x: Likewise.
91741         * sunrpc/rpcsvc/rusers.x: Likewise.
91742         * sunrpc/rpcsvc/sm_inter.x: Likewise.
91743         * sunrpc/rpcsvc/spray.x: Likewise.
91744         * sunrpc/rpcsvc/yppasswd.x: Likewise.
91745         * sunrpc/rtime.c: Likewise.
91746         * sunrpc/svc.c: Likewise.
91747         * sunrpc/svc_auth.c: Likewise.
91748         * sunrpc/svc_authux.c: Likewise.
91749         * sunrpc/svc_raw.c: Likewise.
91750         * sunrpc/svc_run.c: Likewise.
91751         * sunrpc/svc_simple.c: Likewise.
91752         * sunrpc/svc_tcp.c: Likewise.
91753         * sunrpc/svc_udp.c: Likewise.
91754         * sunrpc/svc_unix.c: Likewise.
91755         * sunrpc/svcauth_des.c: Likewise.
91756         * sunrpc/xcrypt.c: Likewise.
91757         * sunrpc/xdr.c: Likewise.
91758         * sunrpc/xdr_array.c: Likewise.
91759         * sunrpc/xdr_float.c: Likewise.
91760         * sunrpc/xdr_mem.c: Likewise.
91761         * sunrpc/xdr_rec.c: Likewise.
91762         * sunrpc/xdr_ref.c: Likewise.
91763         * sunrpc/xdr_sizeof.c: Likewise.
91764         * sunrpc/xdr_stdio.c: Likewise.
91766         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
91767         handling.
91769 2010-08-19  Andreas Schwab  <schwab@redhat.com>
91771         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
91773 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
91775         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
91776         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
91777         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
91778         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
91779         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
91780         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
91781         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
91782         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
91783         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
91784         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
91785         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
91786         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
91787         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
91788         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
91790 2010-07-26  Anton Blanchard  <anton@samba.org>
91792         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
91793         * malloc/arena.c (heap_trim): Likewise.
91795 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
91797         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
91798         here.  Not...
91799         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
91800         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
91802 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
91804         * sysdeps/i386/elf/Makefile: New file.
91806 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
91808         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
91809         from fanotify_init.
91810         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
91811         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
91813 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
91815         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
91816         of strncasecmp_l.
91817         * sysdeps/multiarch/strcmp.S: Likewise.
91819 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
91821         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
91822         strncase_l-nonascii.
91823         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
91824         Add strncase_l-ssse3.
91825         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
91826         * sysdeps/x86_64/strcmp.S: Likewise.
91827         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
91828         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
91829         * sysdeps/x86_64/strncase.S: New file.
91830         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
91831         * sysdeps/x86_64/strncase_l.S: New file.
91832         * string/Makefile (strop-tests): Add strncasecmp.
91833         * string/test-strncasecmp.c: New file.
91835         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
91836         warning.
91838         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
91839         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
91841 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
91843         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
91845 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
91847         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
91848         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
91849         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
91851 2010-05-01  Alan Modra  <amodra@gmail.com>
91853         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
91854         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
91855         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
91856         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
91857         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
91858         tidying.  Don't tail-call __sigjmp_save for static lib.
91859         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
91860         save location.
91861         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
91862         (CALL_MCOUNT): Add eh info, and nop after bl.
91863         (TAIL_CALL_SYSCALL_ERROR): New macro.
91864         (PSEUDO_RET): Use it.
91865         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
91866         Correct save location of integer regs and cr.
91867         (_dl_profile_resolve): Correct cr save location.  Delete nops
91868         after bl when SHARED.  Reduce cfi size a little by better
91869         placement of cfi directives.
91870         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
91871         make a stack frame.  Instead use parm save area as a temp.
91872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
91873         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
91874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
91875         Don't make a stack frame for parent, use parm save area.
91876         Increase child stack frame to 112 bytes.  Don't save unused reg,
91877         and adjust reg usage.  Set up cfi on error recovery and
91878         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
91879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
91880         (__makecontext): Add dummy nop after jump to exit.
91881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
91882         Use correct parm save area and cr save, reduce stack frame.
91883         Correct cfi for possible PSEUDO_RET frame setup.
91884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
91885         Branch to local label emitted by PSEUDO_RET rather than
91886         __syscall_error.
91888 2010-08-12  Andreas Schwab  <schwab@redhat.com>
91890         [BZ #11904]
91891         * locale/programs/locale.c (print_assignment): New function.
91892         (show_locale_vars): Use it.
91894 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
91896         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
91897         field.
91898         (struct statfs64): Likewise.
91899         (_STATFS_F_FLAGS): Define.
91900         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
91901         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
91902         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
91903         (ST_VALID): Define locally.
91904         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
91905         __statvfs_getflags, use the provided value.
91906         * sysdeps/unix/sysv/linux/kernel-features.h: Define
91907         __ASSUME_STATFS_F_FLAGS.
91909         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
91911         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
91912         Add sys/fanotify.h.
91913         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
91914         fanotify_mask for GLIBC_2.13.
91915         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
91916         fanotify_init and fanotify_mark.
91917         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
91918         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
91920         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
91921         Add prlimit.
91922         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
91923         prlimit64 for GLIBC_2.13.
91924         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
91925         prlimit64.
91926         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
91927         syscall.
91928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
91929         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
91930         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
91931         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
91932         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
91933         add prlimit alias.
91934         * sysdeps/unix/sysv/linux/prlimit.c: New file.
91936         [BZ #11903]
91937         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
91938         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
91940         * nss/Makefile: Add rules to build and run tst-nss-test1.
91941         * shlib-versions: Add entry for libnss_test1.
91942         * nss/nss_test1.c: New file.
91943         * nss/tst-nss-test1.c: New file.
91945         * nss/nsswitch.c (__nss_database_custom): Define new variable.
91946         (__nss_configure_lookup): Set appropriate entry in
91947         __nss_configure_lookup to true.
91948         * nss/nsswitch.h: Define enum with indeces of databases in
91949         databases and __nss_database_custom arrays.  Declare
91950         __nss_database_custom.
91951         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
91952         to avoid using nscd when custom rules are installed.
91953         * nss/getXXbyYY_r.c: Likewise.
91954         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
91956         * nss/nss_files/files-parse.c: Whitespace fixes.
91958 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
91960         [BZ #11883]
91961         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
91962         * posix/fnmatch_loop.c: Likewise.
91964 2010-07-17  Andi Kleen  <ak@linux.intel.com>
91966         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
91967         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
91968         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
91969         * Versions.def [GLIBC_2.13]: Add.
91971 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
91973         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
91974         Also fail if tpwd after pwuid call is NULL.
91976 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
91978         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
91979         when converting to ms.
91981 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
91983         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
91984         EOPNOTSUPP errors with ENOTTY.
91985         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
91986         EOPNOTSUPP errors with ENOTTY.
91988 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
91990         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
91991         Add strcasecmp_l-ssse3.
91992         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
91993         strcasecmp.
91994         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
91995         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
91996         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
91998 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
92000         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
92002         * string/Makefile (strop-tests): Add strcasecmp.
92003         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
92004         strcasecmp_l-nonascii.
92005         (gen-as-const-headers): Add locale-defines.sym.
92006         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
92007         * sysdeps/x86_64/strcasecmp.S: New file.
92008         * sysdeps/x86_64/strcasecmp_l.S: New file.
92009         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
92010         * sysdeps/x86_64/locale-defines.sym: New file.
92011         * string/test-strcasecmp.c: New file.
92013         * string/test-strcasestr.c: Test both ends of the range of characters.
92014         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
92016 2010-07-29  Roland McGrath  <roland@redhat.com>
92018         [BZ #11856]
92019         * manual/locale.texi (Yes-or-No Questions): Fix example code.
92021 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
92023         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
92024         for ld.so.
92026 2010-07-27  Andreas Schwab  <schwab@redhat.com>
92028         * manual/memory.texi (Malloc Tunable Parameters): Document
92029         M_PERTURB.
92031 2010-07-26  Roland McGrath  <roland@redhat.com>
92033         [BZ #11840]
92034         * configure.in (-fgnu89-inline check): Set and substitute
92035         gnu89_inline, not libc_cv_gnu89_inline.
92036         * configure: Regenerated.
92037         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
92039 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
92041         * string/test-strnlen.c: New file.
92042         * string/Makefile (strop-tests): Add strnlen.
92043         * string/tester.c (test_strnlen): Add a few more test cases.
92044         * string/tst-strlen.c: Better error reporting.
92046         * sysdeps/x86_64/strnlen.S: New file.
92048 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
92050         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
92051         lower-latency instructions.
92053 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
92055         * string/test-strcasestr.c: New file.
92056         * string/test-strstr.c: New file.
92057         * string/Makefile (strop-tests): Add strstr and strcasestr.
92058         * string/str-two-way.h: Don't undefine MAX.
92059         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
92061 2010-07-21  Andreas Schwab  <schwab@redhat.com>
92063         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
92064         strcasestr-nonascii.
92065         (CFLAGS-strcasestr-nonascii.c): Define.
92066         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
92067         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
92068         Remove unused attribute.
92070 2010-07-20  Roland McGrath  <roland@redhat.com>
92072         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
92073         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
92074         ld.so.cache was broken.  With it, there is no way to disable dsocaps
92075         like LD_HWCAP_MASK can disable hwcaps.
92077 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
92079         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
92081 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
92083         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
92084         call in strcasestr.
92085         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
92086         __strcasestr_sse42_nonascii.
92087         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
92088         strcasestr-nonascii.c.
92089         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
92091 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
92093         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
92094         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
92095         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
92096         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
92098 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
92100         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
92101         fcntl.
92103 2010-07-06  Andreas Schwab  <schwab@redhat.com>
92105         [BZ #11577]
92106         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
92107         dl_signal_cerror.
92109 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
92111         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
92112         _PC_PIPE_BUF using F_GETPIPE_SZ.
92114 2010-07-05  Roland McGrath  <roland@redhat.com>
92116         * manual/arith.texi (Rounding Functions): Fix rint description
92117         implicit in round description.
92119 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
92121         * elf/Makefile: Fix linking for a few tests to make recent linker
92122         happy.
92124 2010-06-30  Andreas Schwab  <schwab@redhat.com>
92126         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
92127         $(common-objpfx)libc_nonshared.a.
92129 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
92131         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
92132         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
92133         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
92134         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
92135         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
92136         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
92137         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
92138         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
92139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
92140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
92141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
92142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
92143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
92144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
92145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
92146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
92147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
92148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
92149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
92150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
92151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
92152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
92153         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
92154         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
92155         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
92156         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
92157         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
92158         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
92159         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
92160         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
92161         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
92162         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
92163         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
92164         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
92165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
92166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
92167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
92168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
92169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
92170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
92171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
92172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
92173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
92174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
92175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
92176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
92177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
92178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
92180 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
92182         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
92183         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
92184         * string/memmove.c (memmove): Renamed to ...
92185         (MEMMOVE): ...this.  Default to memmove.
92186         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
92187         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
92188         (END_CHK): Define.
92189         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
92190         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
92191         mempcpy-ssse3-back memmove-ssse3-back.
92192         * sysdeps/x86_64/multiarch/bcopy.S: New file .
92193         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
92194         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
92195         * sysdeps/x86_64/multiarch/memcpy.S: New file.
92196         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
92197         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
92198         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
92199         * sysdeps/x86_64/multiarch/memmove.c: New file.
92200         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
92201         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
92202         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
92203         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
92204         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
92205         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
92206         Define.
92207         (index_Fast_Copy_Backward): Define.
92208         (HAS_ARCH_FEATURE): Define.
92209         (HAS_FAST_REP_STRING): Define.
92210         (HAS_FAST_COPY_BACKWARD): Define.
92212 2010-06-21  Andreas Schwab  <schwab@redhat.com>
92214         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
92215         Restore proper fallback handling.
92217 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
92219         [BZ #11701]
92220         * posix/group_member.c (__group_member): Correct checking loop.
92222         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
92223         OOM in getpwuid_r correctly.  Return error number when the caller
92224         should return, otherwise -1.
92225         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
92226         call returning > 0 value.
92227         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
92229 2010-06-07  Andreas Schwab  <schwab@redhat.com>
92231         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
92232         libc_nonshared.a from targets in modules-names.
92234 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
92236         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
92237         requires it.
92239 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
92241         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
92242         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
92243         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
92244         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
92246 2010-06-02  Andreas Schwab  <schwab@redhat.com>
92248         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
92250 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
92252         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
92253         and F_GETPIPE_SZ.
92254         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
92255         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
92256         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
92257         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
92258         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
92259         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
92261 2010-06-14  Roland McGrath  <roland@redhat.com>
92263         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
92265 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
92267         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
92268         __REDIRECT followed by __THROW.
92269         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
92270         * posix/getopt.h (getopt): Likewise.
92272 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
92274         * hurd/lookup-at.c (__file_name_lookup_at): Accept
92275         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
92276         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
92277         in AT_FLAGS.
92278         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
92279         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
92281 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
92283         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
92285 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
92287         [BZ #11640]
92288         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
92289         Properly check family and model.
92291 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
92293         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
92295 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
92297         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
92299 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
92301         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
92302         symbol reference.
92304 2010-05-19  Andreas Schwab  <schwab@redhat.com>
92306         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
92307         symbol reference.
92309 2010-05-21  Andreas Schwab  <schwab@redhat.com>
92311         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
92312         and internal_recvmmsg.
92313         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
92314         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
92315         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
92316         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
92318         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
92319         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
92320         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
92322 2010-05-20  Andreas Schwab  <schwab@redhat.com>
92324         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
92326 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
92328         POWER7 optimizations.
92329         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
92330         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
92332 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
92334         * version.h: Update for 2.13 development version.
92336 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
92338         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
92339         exceptions.  Return 0.
92341 2010-05-07  Roland McGrath  <roland@redhat.com>
92343         * elf/ldconfig.c (main): Add a const.
92345 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
92347         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
92348         (args_options): Add no-idn option.
92349         (ahosts_keys_int): Add idn_flags to ai_flags.
92350         (parse_option): Handle 'i' option to clear idn_flags.
92352         * malloc/malloc.c (_int_free): Possible race in the most recently
92353         added check.  Only act on the data if no current modification
92354         happened.
92356 See ChangeLog.17 for earlier changes.