PowerPC: Extend Program Priority Register support
[glibc.git] / ChangeLog
blob1d9d5bc6d5d01dcf925bd1252ccfbe80b7ba93e5
1 2015-08-19  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
3         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_set_ppr_med_high,
4         __ppc_set_ppr_very_low): New functions.
5         * manual/platform.texi: Add documentation about
6         __ppc_set_ppr_med_high and __ppc_set_ppr_very_low.
8 2015-08-19  Wilco Dijkstra  <wdijkstr@arm.com>
10         * string/stpncpy.c (stpncpy): Improve performance using
11         __strnlen/memcpy/memset.
13 2015-08-19  Andrew Senkevich  <andrew.senkevich@intel.com>
15         [BZ #18796]
16         * scripts/test-installation.pl: Don't add -lmvec to build options if
17         libmvec wasn't built.
19 2015-08-19   Petar Jovanovic  <petar.jovanovic@rt-rk.com>
21         [BZ #14341]
22         * elf/dynamic-link.h (elf_machine_lazy_rel): Properly handle the
23         case when there is a gap between DT_REL and DT_JMPREL sections.
24         * sysdeps/x86_64/Makefile (tests): Add tst-split-dynreloc.
25         (LDFLAGS-tst-split-dynreloc): New.
26         (tst-split-dynreloc-ENV): Likewise.
27         * sysdeps/x86_64/tst-split-dynreloc.c: New file.
28         * sysdeps/x86_64/tst-split-dynreloc.lds: Likewise.
30 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
32         [BZ #18822]
33         * sysdeps/unix/sysv/linux/xstatconv.h (__xstat_conv): Add
34         attribute_hidden.
35         (__xstat64_conv): Likewise.
36         (__xstat32_conv): Likewise.
38 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
40         [BZ #18822]
41         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext):
42         Don't load %ebx when calling __setcontext.  Call __setcontext
43         with HIDDEN_JUMPTARGET.
44         * sysdeps/unix/sysv/linux/i386/setcontext.S (__setcontext): Add
45         libc_hidden_def.
47 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
49         * sysdeps/i386/i686/Makefile
50         [$(subdir) == string] (sysdep_routines): Moved to ...
51         * sysdeps/i386/Makefile: Here.
52         * sysdeps/i386/i686/cacheinfo.c: Moved to ...
53         * sysdeps/i386/cacheinfo.c: Here.
54         * sysdeps/unix/sysv/linux/i386/sysconf.c: Removed.
55         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: Likewise.
56         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Moved to ...
57         * sysdeps/unix/sysv/linux/x86/sysconf.c: Here.
59 2015-08-19  H.J. Lu  <hongjiu.lu@intel.com>
61         * sysdeps/x86/cpu-features.h (HAS_I586): Defined to 1 if
62         __i586__ is defined.
63         (HAS_I686): Defined to 1 if __i686__ is defined.
65 2015-08-19  Joseph Myers  <joseph@codesourcery.com>
67         * elf/Makefile [$(have-z-execstack) = yes]
68         (CPPFLAGS-tst-execstack.c): New variable.
70         * login/tst-utmp.c [_HAVE_UT_TYPE || defined UTMPX]: Change
71         conditional to [defined UTMPX || _HAVE_UT_TYPE].
72         [_HAVE_UT_TV || defined UTMPX]: Change conditional to [defined
73         UTMPX || _HAVE_UT_TV].
74         [_HAVE_UT_TV - 0 || defined UTMPX]: Change conditional to [defined
75         UTMPX || _HAVE_UT_TV - 0].
77 2015-08-18  Joseph Myers  <joseph@codesourcery.com>
79         * sysdeps/mips/dl-machine.h [__mips_isa_rev < 6]: Change
80         conditionals to [!defined __mips_isa_rev || __mips_isa_rev < 6].
81         * sysdeps/mips/machine-gmon.h [__mips_isa_rev < 6]: Likewise.
83 2015-08-18  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
85         * sysdeps/powerpc/dl-procinfo.c:
86         (_dl_powerpc_cap_flags): Added missing strings for some
87         hwcap features.
88         * sysdeps/powerpc/dl-procinfo.h: Updated hwcap bit count.
90 2015-08-18  Paul Eggert  <eggert@cs.ucla.edu>
92         Port the 0x7efe...feff pattern to GCC 6.
93         See Steve Ellcey's bug report in:
94         https://sourceware.org/ml/libc-alpha/2015-07/msg00673.html
95         * string/memrchr.c (MEMRCHR):
96         * string/rawmemchr.c (RAWMEMCHR):
97         * string/strchr.c (strchr):
98         * string/strchrnul.c (STRCHRNUL):
99         Rewrite code to avoid issues with signed shift overflow.
101 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
103         * sysdeps/x86/cpu-features.c (init_cpu_features): Check
104         whether cpuid is available only if HAS_CPUID is 0.
105         * sysdeps/x86/cpu-features.h (HAS_CPUID): New.
106         (HAS_I586): Likewise.
107         (HAS_I686): Likewise.
109 2015-08-18  Marko Myllynen  <myllynen@redhat.com>
111         [BZ #16973]
112         * locales/eu_ES: Fix lang_lib.
113         * locales/lb_LU: Likewise.
114         * locales/my_MM: Likewise.
115         * locales/sr_ME: Likewise.
116         * locales/sr_RS: Likewise.
117         * locales/sr_RS@latin: Likewise.
118         * locales/tr_TR: Likewise.
119         * locales/lo_LA: Fix lang_term.
120         * locales/km_KH: Fix lang_ab, lang_term, lang_lib.
122 2015-08-18  Zack Weinberg  <zackw@panix.com>
124         * misc/Versions (libc): Add GLIBC_2.23.
126 2015-08-18  Alan Modra  <amodra@gmail.com>
128         [BZ #18421]
129         * sysdeps/hppa/start.S [SHARED]: Use .section .data.rel.ro and define
130         .Lp__global.
131         (_start): Load %dp via .Lp__global.
132         [!SHARED]: Use .section .rodata.
134 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
136         * sysdeps/unix/sysv/linux/hppa/bits/timerfd.h: New file.
137         * sysdeps/unix/sysv/linux/hppa/sys/timerfd.h: Delete.
139 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
141         * sysdeps/unix/sysv/linux/hppa/bits/signalfd.h: New file.
142         * sysdeps/unix/sysv/linux/hppa/sys/signalfd.h: Delete.
144 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
146         * sysdeps/unix/sysv/linux/hppa/bits/inotify.h: New file.
147         * sysdeps/unix/sysv/linux/hppa/sys/inotify.h: Delete.
149 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
151         * sysdeps/unix/sysv/linux/hppa/bits/eventfd.h: New file.
152         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Delete.
154 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
156         * sysdeps/unix/sysv/linux/hppa/bits/epoll.h: New file.
157         * sysdeps/unix/sysv/linux/hppa/sys/epoll.h: Delete.
159 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
161         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h (SA_RESETHAND,
162         SA_NODEFER, SA_RESTART): Define when __USE_XOPEN2K8 is defined.
164 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
166         * sysdeps/unix/sysv/linux/hppa/bits/shm.h (SHM_EXEC): Define.
168 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
170         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Delete
171         kernel-features.h include.  Delete __ASSUME_LWS_CAS checks.
172         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
173         (__ASSUME_LWS_CAS): Delete.
175 2015-08-18  Mike Frysinger  <vapier@gentoo.org>
177         * sysdeps/hppa/configure.ac: Delete binutils tls checks.
178         * sysdeps/hppa/configure: Regenerated.
179         * sysdeps/hppa/dl-machine.h: Delete USE_TLS and USE___THREAD checks.
180         * sysdeps/hppa/libc-tls.c: Delete USE_TLS checks.
181         * sysdeps/hppa/nptl/tls.h: Likewise.
183 2015-08-17  Joseph Myers  <joseph@codesourcery.com>
185         [BZ #18823]
186         * math/s_csqrt.c (__csqrt): Increase threshold and scale factor
187         for scaling up small arguments.
188         * math/s_csqrtf.c (__csqrtf): Likewise.
189         * math/s_csqrtl.c (__csqrtl): Likewise.
190         * math/auto-libm-test-in: Add more tests of csqrt.
191         * math/auto-libm-test-out: Regenerated.
193 2015-08-17  Andreas Schwab  <schwab@suse.de>
195         * sysdeps/unix/sysv/linux/powerpc/Versions (libm): Add empty
196         version set GLIBC_2.19.
198 2015-08-16  Zack Weinberg  <zackw@panix.com>
200         [BZ #18681]
201         * misc/regexp.h: This interface is no longer supported.
202         Remove all contents, leaving only an #error directive.
203         * misc/regexp.c (loc1, loc2, locs, step, advance):
204         Demote to compatibility symbols.
206 2015-08-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
208         [BZ #18084]
209         * debug/tst-backtrace2.c (do_test): Add test for BZ #18084.
210         * sysdeps/arm/backtrace.c (__backtrace): Handle size <= 0.
211         * sysdeps/i386/backtrace.c (__backtrace): Likewise.
212         * sysdeps/m68k/backtrace.c (__backtrace): Likewise.
213         * sysdeps/microblaze/backtrace.c (__backtrace): Likewise.
214         * sysdeps/s390/s390-32/backtrace.c (__backtrace): Likewise.
215         * sysdeps/s390/s390-64/backtrace.c (__backtrace): Likewise.
216         * sysdeps/sparc/backtrace.c (__backtrace): Likewise.
217         * sysdeps/x86_64/backtrace.c (__backtrace): Likewise.
219 2015-08-15  Zack Weinberg  <zackw@panix.com>
221         [BZ #18795]
222         * string/bits/string3.h (stpncpy): Call __stpncpy_chk if the
223         buffer length is known to be too large, not if it's known to be
224         small enough.
225         * debug/tst-chk1.c (do_test): Do all tests for catching a buffer
226         overflow at runtime, involving a length parameter, twice: once
227         with a compile-time constant length parameter, once without.
229 2015-08-14  Joseph Myers  <joseph@codesourcery.com>
231         [BZ #18824]
232         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Increase threshold for
233         scaling x * y up instead of down.
234         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
235         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
236         * math/auto-libm-test-in: Add more tests of fma.
237         * math/auto-libm-test-out: Regenerated.
239 2015-08-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
241         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
243 2015-08-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
245         * sysdeps/x86_64/fpu/multiarch/s_floorf.S (__floorf): Remove
246         unnecessary movq.
247         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S (__nearbyint):
248         Likewise.
250 2015-08-13  Joseph Myers  <joseph@codesourcery.com>
252         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
253         asinh, atan, atan2, atanh, cabs, cbrt, cosh, csqrt, erf, erfc,
254         exp, exp2, lgamma, log, log1p, log2, pow, sin, sincos, tan, tanh
255         and tgamma.
256         * math/auto-libm-test-out: Regenerated.
257         * sysdeps/i386/fpu/libm-test-ulps: Update.
258         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
260         [BZ #16520]
261         * sysdeps/ieee754/dbl-64/s_tanh.c: Include <float.h>.
262         (__tanh): Force underflow exception for arguments with small
263         absolute value.
264         * sysdeps/ieee754/flt-32/s_tanhf.c: Include <float.h>.
265         (__tanhf): Force underflow exception for arguments with small
266         absolute value.
267         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Include <float.h>.
268         (__tanhl): Force underflow exception for arguments with small
269         absolute value.
270         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Include <float.h>.
271         (__tanhl): Force underflow exception for arguments with small
272         absolute value.
273         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Include <float.h>.
274         (__tanhl): Force underflow exception for arguments with small
275         absolute value.
276         * math/auto-libm-test-in: Add more tests of tanh.
277         * math/auto-libm-test-out: Regenerated.
278         * sysdeps/i386/fpu/libm-test-ulps: Update.
280 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
282         * sysdeps/x86/cpu-features.c (init_cpu_features): Call
283         __get_cpuid_max if not compiling for i586, i686 nor x86-64.
285 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
287         * sysdeps/unix/sysv/linux/x86/elision-conf.h: Don't include
288         <cpuid.h>.
290 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
292         * sysdeps/unix/sysv/linux/x86/elision-conf.c (elision_init):
293         Replace HAS_RTM with HAS_CPU_FEATURE (RTM).
295 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
297         * math/Makefile ($(addprefix $(objpfx), $(libm-vec-tests))):
298         Remove $(objpfx)init-arch.o.
299         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Remove
300         init-arch.
301         * sysdeps/x86_64/fpu/math-tests-arch.h (avx_usable): Removed.
302         (INIT_ARCH_EXT): Defined as empty.
303         (CHECK_ARCH_EXT): Replace HAS_XXX with HAS_ARCH_FEATURE (XXX).
304         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: Remove
305         __init_cpu_features call.  Replace HAS_XXX with
306         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
307         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: Likewise.
308         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Likewise.
309         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: Likewise.
310         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: Likewise.
311         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Likewise.
312         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: Likewise.
313         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: Likewise.
314         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Likewise.
315         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: Likewise.
316         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: Likewise.
317         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Likewise.
318         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: Likewise.
319         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: Likewise.
320         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Likewise.
321         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: Likewise.
322         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: Likewise.
323         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Likewise.
324         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: Likewise.
325         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.S: Likewise.
326         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.S: Likewise.
327         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: Likewise.
328         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.S: Likewise.
329         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.S: Likewise.
330         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: Likewise.
331         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.S: Likewise.
332         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.S: Likewise.
333         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: Likewise.
334         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.S: Likewise.
335         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.S: Likewise.
336         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S: Likewise.
337         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.S: Likewise.
338         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.S: Likewise.
339         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: Likewise.
340         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.S: Likewise.
341         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.S: Likewise.
343 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
345         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Replace HAS_XXX
346         with HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
347         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Likewise.
348         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: Likewise.
349         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: Likewise.
350         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: Likewise.
351         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Likewise.
352         * sysdeps/i386/i686/multiarch/s_fma.c: Likewise.
353         * sysdeps/i386/i686/multiarch/s_fmaf.c: Likewise.
354         * sysdeps/i386/i686/multiarch/bcopy.S: Remove __init_cpu_features
355         call.  Merge SHARED and !SHARED.  Add LOAD_GOT_AND_RTLD_GLOBAL_RO.
356         Use LOAD_FUNC_GOT_EAX to load function address.  Replace HAS_XXX
357         with HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
358         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
359         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
360         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
361         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
362         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
363         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
364         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
365         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
366         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
367         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
368         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
369         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
370         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
371         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
372         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
373         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
374         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
375         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
376         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
377         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
378         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
379         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
380         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
381         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
382         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
383         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
384         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
385         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
386         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
387         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
389 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
391         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Replace HAS_XXX with
392         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
393         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
394         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
395         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
396         * sysdeps/x86_64/fpu/multiarch/e_pow.c: Likewise.
397         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
398         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Likewise.
399         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
400         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
401         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
402         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: Use
403         LOAD_RTLD_GLOBAL_RO_RDX and HAS_CPU_FEATURE (SSE4_1).
404         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: Likewise.
405         * sysdeps/x86_64/fpu/multiarch/s_floor.S: Likewise.
406         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: Likewise.
407         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S : Likewise.
408         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: Likewise.
409         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: Likewise.
410         * sysdeps/x86_64/fpu/multiarch/s_rintf.S : Likewise.
411         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Likewise.
412         * sysdeps/x86_64/multiarch/sched_cpucount.c: Likewise.
413         * sysdeps/x86_64/multiarch/strstr.c: Likewise.
414         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
415         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
416         * sysdeps/x86_64/multiarch/test-multiarch.c: Likewise.
417         * sysdeps/x86_64/multiarch/memcmp.S: Remove __init_cpu_features
418         call.  Add LOAD_RTLD_GLOBAL_RO_RDX.  Replace HAS_XXX with
419         HAS_CPU_FEATURE/HAS_ARCH_FEATURE (XXX).
420         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
421         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
422         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
423         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
424         * sysdeps/x86_64/multiarch/memset.S: Likewise.
425         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
426         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
427         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
428         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
429         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
430         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
431         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
432         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
433         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
435 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
437         * sysdeps/i386/dl-machine.h: Include <cpu-features.c>.
438         (dl_platform_init): Call init_cpu_features.
439         * sysdeps/i386/dl-procinfo.c (_dl_x86_cpu_features): New.
440         * sysdeps/i386/i686/cacheinfo.c
441         (DISABLE_PREFERRED_MEMORY_INSTRUCTION): Removed.
442         * sysdeps/i386/i686/multiarch/Makefile (aux): Remove init-arch.
443         * sysdeps/i386/i686/multiarch/Versions: Removed.
444         * sysdeps/i386/i686/multiarch/ifunc-defines.sym (KIND_OFFSET):
445         Removed.
446         * sysdeps/i386/ldsodefs.h: Include <cpu-features.h>.
447         * sysdeps/unix/sysv/linux/x86/Makefile
448         (libpthread-sysdep_routines): Remove init-arch.
449         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Include
450         <sysdeps/x86_64/dl-procinfo.c> instead of
451         sysdeps/generic/dl-procinfo.c>.
452         * sysdeps/x86/Makefile [$(subdir) == csu] (gen-as-const-headers):
453         Add cpu-features-offsets.sym and rtld-global-offsets.sym.
454         [$(subdir) == elf] (sysdep-dl-routines): Add dl-get-cpu-features.
455         [$(subdir) == elf] (tests): Add tst-get-cpu-features.
456         [$(subdir) == elf] (tests-static): Add
457         tst-get-cpu-features-static.
458         * sysdeps/x86/Versions: New file.
459         * sysdeps/x86/cpu-features-offsets.sym: Likewise.
460         * sysdeps/x86/cpu-features.c: Likewise.
461         * sysdeps/x86/cpu-features.h: Likewise.
462         * sysdeps/x86/dl-get-cpu-features.c: Likewise.
463         * sysdeps/x86/libc-start.c: Likewise.
464         * sysdeps/x86/rtld-global-offsets.sym: Likewise.
465         * sysdeps/x86/tst-get-cpu-features-static.c: Likewise.
466         * sysdeps/x86/tst-get-cpu-features.c: Likewise.
467         * sysdeps/x86_64/dl-procinfo.c: Likewise.
468         * sysdeps/x86_64/cacheinfo.c (__cpuid_count): Removed.
469         Assume USE_MULTIARCH is defined and don't check it.
470         (is_intel): Replace __cpu_features with GLRO(dl_x86_cpu_features).
471         (is_amd): Likewise.
472         (max_cpuid): Likewise.
473         (intel_check_word): Likewise.
474         (__cache_sysconf): Don't call __init_cpu_features.
475         (__x86_preferred_memory_instruction): Removed.
476         (init_cacheinfo): Don't call __init_cpu_features. Replace
477         __cpu_features with GLRO(dl_x86_cpu_features).
478         * sysdeps/x86_64/dl-machine.h: <cpu-features.c>.
479         (dl_platform_init): Call init_cpu_features.
480         * sysdeps/x86_64/ldsodefs.h: Include <cpu-features.h>.
481         * sysdeps/x86_64/multiarch/Makefile (aux): Remove init-arch.
482         * sysdeps/x86_64/multiarch/Versions: Removed.
483         * sysdeps/x86_64/multiarch/cacheinfo.c: Likewise.
484         * sysdeps/x86_64/multiarch/init-arch.c: Likewise.
485         * sysdeps/x86_64/multiarch/ifunc-defines.sym (KIND_OFFSET):
486         Removed.
487         * sysdeps/x86_64/multiarch/init-arch.h: Rewrite.
489 2015-08-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
491         [BZ #18820]
492         * libio/Makefile (test-fmemopen-mem): New test.
493         * libio/test-fmemopen.c (do_bz18820): New test.
494         * libio/fmemopen.c (__fmemopen): Fix memory leak.
495         * libio/oldfmemopen.c (__old_fmemopen): Likewise.
497 2015-08-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
499         [BZ #16734]
500         * libio/libioP.h (ROUND_TO_PAGE, ALLOC_BUF, ALLOC_WBUF): Delete.
501         (FREE_BUF): Delete.
502         * libio/libio.h (_IO_FILE_complete): Delete unused _freeres_size.
503         * libio/genops.c (_IO_setb): Use malloc and free directly.
504         (_IO_default_doallocate, _IO_default_finish): Likewise.
505         ( _IO_unbuffer_all): Likewise.
506         ( libc_freeres_fn): Likewise.
507         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
508         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Likewise.
509         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Likewise.
510         (_IO_wdefault_doallocate): Likewise.
512 2015-08-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
514         [BZ #18086]
515         * sysdeps/posix/nice.c (nice): Restore old errno.
516         * posix/tst-nice.c (do_test): Add test for BZ #18086.
518 2015-08-10  Ondrej Bilka  <neleai@seznam.cz>
520         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Fix ifunc.
522 2015-08-10  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
524         * sysdeps/powerpc/powerpc64/power7/memmove.S (bcopy): Changing to
525         __bcopy and add a weak_alias to bcopy.
526         * sysdeps/powerpc/powerpc64/power7/strstr.S (strstr): Use __strnlen
527         for static build.
529         * string/stpcpy.c (__stpcpy): Use STPCPY to redefine symbol name and
530         cleanup macro usage.
531         * string/strcpy.c (strcpt): Use STRCPY to redefine symbol name.
532         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.S: Remove file.
533         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
534         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.S: Likewise.
535         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
536         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: Likewise.
537         * sysdeps/powerpc/powerpc64/power7/strcpy.S: Likewise.
538         * sysdeps/powerpc/powerpc64/power7/strcpy.c: Likewise.
539         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
540         * sysdeps/powerpc/powerpc64/strcpy.S: Likewise.
541         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
542         [SHARED && IS_IN (libc)]: Include <string/strcpy.c>.
543         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
544         [SHARED && IS_IN (libc)]: Include <string/stpcpy.c>.
545         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
546         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: Likewise.
547         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: Likewise.
548         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: Likewise.
549         * sysdeps/powerpc/powerpc64/power7/strcpy.c: Likewise.
551         * sysdeps/powerpc/powerpc64/power7/strnlen.S (__strnlen): Add
552         libc_hidden_def.
553         (strnlen): Remove libc_hidden_builtin_def and add libc_hidden_def.
555         * sysdeps/powerpc/powerpc64/power7/Makefile [$(subdir) = string]
556         (sysdep_routines): Add strstr-ppc64.
557         * sysdeps/powerpc/powerpc64/power7/strstr-ppc64.c: New file.
559 2015-08-10  Maxim Ostapenko  <m.ostapenko@partner.samsung.com>
561         [BZ #18778]
562         * elf/Makefile (tests): Add Add tst-nodelete2.
563         (modules-names): Add tst-nodelete2mod.
564         (tst-nodelete2mod.so-no-z-defs): New.
565         ($(objpfx)tst-nodelete2): Likewise.
566         ($(objpfx)tst-nodelete2.out): Likewise.
567         (LDFLAGS-tst-nodelete2): Likewise.
568         * elf/dl-close.c (_dl_close_worker): Move DF_1_NODELETE clearing
569         out of loop through all loaded libraries.
570         * elf/tst-nodelete2.c: New file.
571         * elf/tst-nodelete2mod.c: Likewise.
573 2015-08-11  Andreas Schwab  <schwab@suse.de>
575         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Don't define.
576         * sysdeps/unix/sysv/linux/wordsize-64/openat.c
577         (__openat64_nocancel): Likewise.
579 2015-08-11  Joseph Myers  <joseph@codesourcery.com>
581         * math/auto-libm-test-in: Add more tests of acosh, asin, asinh,
582         atanh, cabs, carg, cbrt, cosh, csqrt, erf, erfc, exp, exp10,
583         expm1, hypot, log, log10, log1p, log2, pow, sinh, tan and tgamma.
584         * math/auto-libm-test-out: Regenerated.
585         * sysdeps/i386/fpu/libm-test-ulps: Update.
586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
588 2015-08-10  Joseph Myers  <joseph@codesourcery.com>
590         [BZ #18790]
591         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Increase
592         threshold for returning +/- 1.
593         * math/auto-libm-test-in: Add more tests of tanh.
594         * math/auto-libm-test-out: Regenerated.
595         * sysdeps/i386/fpu/libm-test-ulps: Update.
597 2015-08-10  Andreas Schwab  <schwab@suse.de>
599         [BZ #18781]
600         * sysdeps/unix/sysv/linux/openat.c (__OPENAT) [MORE_OFLAGS]: Add
601         MORE_OFLAGS to oflag.
602         * io/test-lfs.c (do_test): Test openat64.
604 2015-08-10  Joseph Myers  <joseph@codesourcery.com>
606         [BZ #18789]
607         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Use
608         smaller threshold for returning the argument.
609         * math/auto-libm-test-in: Add more tests of sinh.
610         * math/auto-libm-test-out: Regenerated.
611         * sysdeps/i386/fpu/libm-test-ulps: Update.
613 2015-08-09  H.J. Lu  <hongjiu.lu@intel.com>
615         [BZ #18674]
616         * sysdeps/i386/tst-auditmod3b.c (la_objsearch): Add a missing
617         break.
619 2015-08-09  Andreas Schwab  <schwab@linux-m68k.org>
621         * timezone/Makefile (tzbases, tzlinks, tzfiles): Don't define.
622         (generated): Don't add $(addprefix z.,$(tzfiles)).
624 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
626         * nptl/tst-cancel-wrappers.sh: Change 3rd arg to gensub to 1.
627         * scripts/sysd-rules.awk: Likewise.
629 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
631         * iconvdata/tst-tables.sh: Change echo -n to printf.
632         * nss/db-Makefile: Likewise.
633         * posix/tst-getconf.sh: Likewise.
634         * stdio-common/tst-unbputc.sh: Likewise.
636 2015-08-09  Mike Frysinger  <vapier@gentoo.org>
638         * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]: Move all
639         MADV_*_PAGES defines behind this feature check.
641 2015-08-09  John David Anglin  <danglin@gcc.gnu.org>
643         [BZ #18480]
644         * sysdeps/unix/sysv/linux/hppa/sysdep.h (LOAD_ARGS_0, LOAD_ARGS_1,
645         LOAD_ARGS_2, LOAD_ARGS_3, LOAD_ARGS_4, LOAD_ARGS_5, LOAD_ARGS_6):
646         Define.
647         (LOAD_REGS_0, LOAD_REGS_1, LOAD_REGS_2, LOAD_REGS_3, LOAD_REGS_4,
648         LOAD_REGS_5, LOAD_REGS_6): Update.
649         (INTERNAL_SYSCALL): Update using new LOAD defines.
650         (INTERNAL_SYSCALL_NCS): Likewise.
651         * sysdeps/unix/sysv/linux/hppa/syscall.c (syscall): Likewise.
653 2015-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
655         [BZ #16734]
656         * libio/genops.c (_IO_unbuffer_all): Free wide buffer as well.
658 2015-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
660         [BZ #17905]
661         * catgets/Makefile (tst-catgets-mem): New test.
662         * catgets/catgets.c (catopen): Don't use unbounded alloca.
663         * catgets/open_catalog.c (__open_catalog): Likewise.
664         * catgets/tst-catgets.c (do_bz17905): Test unbounded alloca.
666 2015-08-08  John David Anglin  <danglin@gcc.gnu.org>
668         [BZ #18787]
669         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (_LWS_CLOBBER): Revise
670         clobber registers.
671         (atomic_compare_and_exchange_val_acq): Use register asms to assign
672         operand registers.  Use register %r20 for EAGAIN and EDEADLOCK checks.
673         Cast return to __typeof (oldval).
675 2015-08-08  Mike Frysinger  <vapier@gentoo.org>
677         * sysdeps/unix/sysv/linux/microblaze/sysdep.h: Wrap the whole file
678         in _LINUX_MICROBLAZE_SYSDEP_H defines.  Include sysdeps/unix/sysdep.h
679         and delete sys/syscall.h include.
681 2015-08-07  Joseph Myers  <joseph@codesourcery.com>
683         [BZ #16517]
684         * sysdeps/ieee754/dbl-64/s_tan.c: Include <float.h>.
685         (tan): Force underflow exception for arguments with small absolute
686         value.
687         * sysdeps/ieee754/flt-32/k_tanf.c: Include <float.h>.
688         (__kernel_tanf): Force underflow exception for arguments with
689         small absolute value.
690         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <float.h>.
691         (__kernel_tanl): Force underflow exception for arguments with
692         small absolute value.
693         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <float.h>.
694         (__kernel_tanl): Force underflow exception for arguments with
695         small absolute value.
696         * sysdeps/ieee754/ldbl-96/k_tanl.c: Include <float.h>.
697         (__kernel_tanl): Force underflow exception for arguments with
698         small absolute value.
699         * math/auto-libm-test-in: Add more tests of tan.
700         * math/auto-libm-test-out: Regenerated.
702 2015-08-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
704         Fix sysdeps/i386/fpu/s_scalbn.S build
706         * math/Versions (libc: GLIBC_2_22): New (empty) version set.
708 2015-08-07  Mike Frysinger  <vapier@gentoo.org>
710         * sysdeps/hppa/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
712 2015-08-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
714         Fix gcrt0.o compilation
716         When static-start-installed-name is different from
717         start-installed-name, we must not use the shared objects.
719         * csu/Makefile
720         (extra-objs): Add gmon-start.o when building shared library and
721         $(static-start-installed-name) is different from
722         $(start-installed-name).
723         $(objpfx)g$(static-start-installed-name): When building shared
724         library and $(static-start-installed-name) is different from
725         $(static-start-installed-name), revert to non-shared rule,
726         i.e. using $(objpfx)% and gmon-start.o.
728 2015-08-06  Joseph Myers  <joseph@codesourcery.com>
730         [BZ #16519]
731         * sysdeps/ieee754/dbl-64/e_sinh.c: Include <float.h>.
732         (__ieee754_sinh): Force underflow exception for arguments with
733         small absolute value.
734         * sysdeps/ieee754/flt-32/e_sinhf.c: Include <float.h>.
735         (__ieee754_sinhf): Force underflow exception for arguments with
736         small absolute value.
737         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Include <float.h>.
738         (__ieee754_sinhl): Force underflow exception for arguments with
739         small absolute value.
740         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Include <float.h>.
741         (__ieee754_sinhl): Force underflow exception for arguments with
742         small absolute value.
743         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Include <float.h>.
744         (__ieee754_sinhl): Force underflow exception for arguments with
745         small absolute value.
746         * math/auto-libm-test-in: Add more tests of sinh.
747         * math/auto-libm-test-out: Regenerated.
748         * sysdeps/i386/fpu/libm-test-ulps: Update.
750 2015-08-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
752         * libio/oldfileops.c: Include unistd.h.
754 2015-08-06  Mike Frysinger  <vapier@gentoo.org>
756         * stdlib/isomac.c: Include ctype.h.
758 2015-08-06  Arjun Shankar  <arjun.is@lostca.se>
760         * dirent/tst-seekdir.c (main): Converted to ...
761         (do_test): ... this.
762         (TEST_FUNCTION): New macro.
763         Include test-skeleton.c.
764         * elf/tst-dlmodcount.c (main): Converted to ...
765         (do_test): ... this.
766         (TEST_FUNCTION): New macro.
767         Include test-skeleton.c.
768         * elf/tst-order-main.c (main): Converted to ...
769         (do_test): ... this.
770         (TEST_FUNCTION): New macro.
771         Include test-skeleton.c.
772         * elf/tst-pie2.c (main): Converted to ...
773         (do_test): ... this.
774         (TEST_FUNCTION): New macro.
775         Include test-skeleton.c.
776         * inet/tst-ether_aton.c (main): Converted to ...
777         (do_test): ... this.
778         (TEST_FUNCTION): New macro.
779         Include test-skeleton.c.
780         * misc/tst-mntent.c (main): Converted to ...
781         (do_test): ... this.
782         (TEST_FUNCTION): New macro.
783         Include test-skeleton.c.
784         * misc/tst-tsearch.c (main): Converted to ...
785         (do_test): ... this.
786         (TEST_FUNCTION): New macro.
787         Include test-skeleton.c.
788         * posix/tst-regexloc.c (main): Converted to ...
789         (do_test): ... this.
790         (TEST_FUNCTION): New macro.
791         Include test-skeleton.c.
792         * resolv/tst-aton.c (main): Converted to ...
793         (do_test): ... this.
794         (TEST_FUNCTION): New macro.
795         Include test-skeleton.c.
796         * stdio-common/test-fwrite.c (main): Converted to ...
797         (do_test): ... this.
798         (TEST_FUNCTION): New macro.
799         Include test-skeleton.c.
800         * stdio-common/tst-ferror.c (main): Converted to ...
801         (do_test): ... this.
802         (TEST_FUNCTION): New macro.
803         Include test-skeleton.c.
804         * stdio-common/tst-printf.c (main): Converted to ...
805         (do_test): ... this.
806         (TEST_FUNCTION): New macro.
807         Include test-skeleton.c.
808         * stdio-common/tst-printfsz.c (main): Converted to ...
809         (do_test): ... this.
810         (TEST_FUNCTION): New macro.
811         Include test-skeleton.c.
812         * stdlib/tst-strtod.c (main): Converted to ...
813         (do_test): ... this.
814         (TEST_FUNCTION): New macro.
815         Include test-skeleton.c.
816         * string/tst-strlen.c (main): Converted to ...
817         (do_test): ... this.
818         (TEST_FUNCTION): New macro.
819         Include test-skeleton.c.
820         * string/tst-svc.c (main): Converted to ...
821         (do_test): ... this.
822         (TEST_FUNCTION): New macro.
823         Include test-skeleton.c.
824         * time/tst-strptime.c (main): Converted to ...
825         (do_test): ... this.
826         (TEST_FUNCTION): New macro.
827         Include test-skeleton.c.
828         * timezone/tst-timezone.c (main): Converted to ...
829         (do_test): ... this.
830         (TEST_FUNCTION): New macro.
831         Include test-skeleton.c.
833 2015-08-05  Zack Weinberg  <zackw@panix.com>
835         * misc/regexp.h: Update comments.
837 2015-08-05  Andreas Schwab  <schwab@linux-m68k.org>
839         [BZ #18635]
840         * sysdeps/unix/sysv/linux/m68k/m680x0/makecontext.S: Add nop
841         before return label.
843 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
845         [BZ #18661]
846         * sysdeps/x86_64/fpu/s_cosf.S (__cosf): Align stack to 16 bytes
847         when calling __errno_location.
848         * sysdeps/x86_64/fpu/s_sincosf.S (__sincosf): Likewise.
849         * sysdeps/x86_64/fpu/s_sinf.S (__sinf): Likewise.
851 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
853         [BZ #18661]
854         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
855         (__lll_timedwait_tid): Align stack to 16 bytes when calling
856         __gettimeofday.
858 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
860         [BZ #18661]
861         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
862         (__start_context): Don't use pop to restore %rdi so that stack
863         is aligned to 16 bytes when calling __setcontext.
865 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
867         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Compile
868         only for libc.
869         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
871 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
873         * string/string.h: (mempcpy): Redirect to __mempcpy_inline.
874         (__mempcpy): Likewise.  (__mempcpy_inline): New inline function.
875         * sysdeps/sparc/bits/string.h: (_HAVE_STRING_ARCH_mempcpy): Define.
877 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
879         * string/memccpy.c (memccpy):
880         Improve performance by using memchr/memcpy/__mempcpy.
882 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
884         * string/strncpy.c (strncpy):
885         Improve performance by using __strnlen/memcpy.
887 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
889         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
890         Optimize to avoid an unnecessary FPCR read.
892 2015-08-05  Wilco Dijkstra  <wdijkstr@arm.com>
894         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
895         Optimize to reduce FPCR/FPSR accesses.
897 2015-08-05  H.J. Lu  <hongjiu.lu@intel.com>
899         * locale/loadarchive.c (_nl_archive_subfreeres): Also check
900         dead->data[category] != NULL.
902 2015-08-05  Joseph Myers  <joseph@codesourcery.com>
904         [BZ #18647]
905         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): For large y
906         and |x| close to 1, use absolute value of x when computing log.
907         * math/auto-libm-test-in: Add more tests of pow.
908         * math/auto-libm-test-out: Regenerated.
910 2015-08-05  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
912         * sysdeps/unix/sysv/linux/arm/mmap.c: Add file.
913         * sysdeps/unix/sysv/linux/arm/mmap.S: Remove file.
914         * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise.
916 2015-08-05  Marko Myllynen  <myllynen@redhat.com>
918         [BZ #18525]
919         * locales/km_KH: Remove timezone definition.
920         * locales/lo_LA: Likewise.
921         * locales/my_MM: Likewise.
922         * locales/nan_TW@latin: Likewise.
923         * locales/th_TH: Likewise.
924         * locales/uk_UA: Likewise.
926 2015-08-05  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
928         [BZ #18265]
929         * wcsmbs/wchar.h (wcscat): Add __nonnull attribute.
930         (wcsncat): Likewise.
931         (wcscmp): Likewise.
932         (wcsncmp): Likewise.
934 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
936         * test-skeleton.c (usage): New function.
937         (main): Call usage when opt is '?'.
939 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
941         * sysdeps/unix/sysv/linux/mmap64.c: Move MMAP2_PAGE_SHIFT define
942         before first use.
944 2015-08-05  Mike Frysinger  <vapier@gentoo.org>
946         * nptl/allocatestack.c (allocate_stack): Move stacktop decl down to
947         bottom and under _STACK_GROWS_DOWN.  Move the stacktop assignment
948         in there too.
950 2015-08-05  Carlos O'Donell  <carlos@systemhalted.org>
952         * version.h (RELEASE): Set to "development".
953         (VERSION): Set to "2.22.90"
955         * version.h (RELEASE): Set to "stable".
956         (VERSION): Set to "2.22"
957         * include/features.h (__GLIBC_MINOR__): Set to 22.
959 2015-08-04  Chris Metcalf  <cmetcalf@ezchip.com>
961         * sysdeps/tile/tilepro/bits/atomic.h (__atomic_update):
962         Restructure macro to avoid "value computed is not used" warning.
963         (atomic_compare_and_exchange_val_acq): Likewise.
965 2015-08-04  Andreas Schwab  <schwab@suse.de>
967         [BZ #18635]
968         * sysdeps/unix/sysv/linux/i386/makecontext.S: Terminate FDE before
969         ret.
970         * sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext): Remove.
972 2015-08-01  Carlos O'Donell  <carlos@redhat.com>
974         * po/pl.po: Updated translation.
975         * po/uk.po: Likewise.
976         * po/fi.po: Likewise.
977         * po/ko.po: Likewise.
978         * po/ru.po: Likewise.
979         * po/vi.po: Likewise.
981 2015-07-31  Zack Weinberg  <zackw@panix.com>
983         [BZ #18681]
984         * regexp.h: Add unconditional #warning stating that this header
985         will be removed soon.  Revise banner comment to match.
986         (compile): Consistently use ERROR instead of RETURN to report
987         errors (partial fix for bz#18681).
988         * regexp.c: Don't include regexp.h. Remove some unnecessary
989         declarations.
991 2015-07-31  Carlos O'Donell  <carlos@redhat.com>
993         * po/libc.pot: Regenerated.
995 2015-07-30  Andrew Senkevich  <andrew.senkevich@intel.com>
997         [BZ #18740]
998         * sysdeps/x86_64/fpu/Makefile (double-vlen2-arch-ext-cflags,
999         float-vlen4-arch-ext-cflags): Removed.
1000         * math/Makefile (CFLAGS-test-double-vlen2-wrappers.c,
1001         CFLAGS-test-float-vlen4-wrappers.c): Likewise.
1003 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
1005         [BZ #14113]
1006         * sysdeps/hppa/nptl/bits/pthreadtypes.h (pthread_mutex_t): Change
1007         aligned to __aligned__.
1008         (pthread_cond_t, pthread_rwlock_t): Likewise.
1010 2015-07-30  Torvald Riegel  <triegel@redhat.com>
1012         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: Remove file.
1014 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
1016         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: Include bits/wordsize.h.
1017         (struct sigaction): Change sa_flags from a long to an int, and add
1018         __glibc_reserved0 before it for padding when __WORDSIZE is 64.
1020 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
1022         * hppa/sysdep.h: Delete sys/syscall.h and config.h includes.
1023         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: Delete
1024         sysdeps/generic/sysdep.h include.
1025         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Wrap the whole file in
1026         _LINUX_HPPA_SYSDEP_H defines.  Include sysdeps/unix/sysdep.h and
1027         sysdeps/hppa/sysdep.h.
1028         (ENTRY, PSEUDO): Undefine before defining.
1030 2015-07-30  Mike Frysinger  <vapier@gentoo.org>
1032         * sysdeps/unix/sysv/linux/hppa/sysdep.h (INLINE_SYSCALL): Rewrite
1033         from scratch to use INTERNAL_SYSCALL.
1035 2015-07-29  H.J. Lu  <hongjiu.lu@intel.com>
1037         [BZ #18078]
1038         * scripts/check-localplt.awk: Support alternate relocations.
1039         * scripts/localplt.awk: Also check relocations in DT_RELA/DT_REL
1040         sections.
1041         * sysdeps/unix/sysv/linux/i386/localplt.data: Mark free and
1042         malloc entries with + REL R_386_GLOB_DAT.
1043         * sysdeps/x86_64/localplt.data: New file.
1045 2015-07-29  Andrew Senkevich  <andrew.senkevich@intel.com>
1047         [BZ #18731]
1048         * sysdeps/x86_64/fpu/math-tests-arch.h: Added AVX runtime check.
1049         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
1050         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
1052 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
1054         * sysdeps/unix/sysv/linux/ia64/localplt.data: Delete __tls_get_addr.
1056 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
1058         * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Define
1059         directly in terms of __sync_fetch_and_add and delete (int) cast.
1061 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
1063         * sysdeps/unix/sysv/linux/ia64/Makefile (CPPFLAGS): Delete
1064         the -D_ASM_IA64_CURRENT_H flag.
1066 2015-07-27  Mike Frysinger  <vapier@gentoo.org>
1068         [BZ #18641]
1069         * pwd/pwd.h (putpwent): Delete __nonnull markings.
1071 2015-07-27  Andreas Schwab  <schwab@suse.de>
1073         * conform/conformtest.pl (checknamespace): Filter out string
1074         literals while tokenizing.
1076 2015-07-26  Chung-Lin Tang  <cltang@codesourcery.com>
1078         * sysdeps/nios2/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
1079         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Handle
1080         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
1082 2015-07-26  Chung-Lin Tang  <cltang@codesourcery.com>
1084         * nptl/tst-join7mod.c: Add #include <string.h>.
1086 2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>
1088         * sysdeps/nios2/libm-test-ulps: Update.
1090 2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>
1092         * sysdeps/unix/sysv/linux/nios2/setcontext.S (__setcontext):
1093         Fix order of arguments to the rt_sigprocmask syscall.
1094         * sysdeps/unix/sysv/linux/nios2/swapcontext.S (__swapcontext):
1095         Likewise.
1097 2015-07-24  Roland McGrath  <roland@hack.frob.com>
1099         * sysdeps/nacl/bits/fcntl.h (O_SHLOCK, O_EXLOCK): Macros removed.
1101 2015-07-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1103         [BZ #18457]
1104         * nptl/Makefile (tests): New test case tst-join7.
1105         (modules-names): New test case module tst-join7mod.
1106         * nptl/tst-join7.c: New file.
1107         * nptl/tst-join7mod.c: New file.
1108         * Makeconfig (tls-model): Pass -ftls-model=initial-exec for
1109         all translation units in libc.so, libpthread.so and rtld.
1111 2015-07-24  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1113         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1115 2015-07-24  Andrew Senkevich  <andrew.senkevich@intel.com>
1117         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: Fixed AVX512 IFUNC.
1118         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: Likewise.
1119         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: Likewise.
1120         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: Likewise.
1121         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: Likewise.
1122         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: Likewise.
1123         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: Likewise.
1124         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: Likewise.
1125         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: Likewise.
1126         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: Likewise.
1127         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S: Likewise.
1128         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: Likewise.
1129         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Fixed wrappers to AVX2.
1130         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Likewise.
1131         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: Fixed KNL
1132         implementation.
1134 2015-07-24  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1136         [BZ #17711]
1137         * sysdeps/aarch64/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
1138         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Handle
1139         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
1140         * sysdeps/arm/dl-sysdep.h (DL_EXTERN_PROTECTED_DATA): Define.
1141         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Handle
1142         ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA.
1144 2015-07-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1146         * stdlib/cxa_thread_atexit_impl.c: Use the lock name dl_load_lock
1147         instead of just saying load lock in the comments.
1149 2015-07-23  Roland McGrath  <roland@hack.frob.com>
1151         * sysdeps/unix/Subdirs: Moved ...
1152         * sysdeps/posix/Subdirs: ... here.
1153         * login/pty.h (struct termios, struct winsize): Add forward decls.
1154         * login/openpty.c (openpty): Put ioctl call under [TIOCSWINSZ].
1155         * sysdeps/nacl/glob.c: Just #include <sysdeps/wordsize-64/glob.c>.
1156         * sysdeps/arm/nacl/libc.abilist: Updated.
1157         * sysdeps/nacl/libutil.abilist: New file.
1159         * bits/signum.h: Update comments to mention 1003.1-2013 too.
1160         (SIGWINCH): New macro.
1162         * sysdeps/nacl/getdtsz.c (getdtablesize): Add missing weak_alias.
1163         * sysdeps/arm/nacl/libc.abilist: Add it.
1165 2015-07-23  Mike Frysinger  <vapier@gentoo.org>
1167         * conform/linknamespace.pl (@whitelist): Add matherrf and matherrl.
1169 2015-07-23  Mike Frysinger  <vapier@gentoo.org>
1171         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction):
1172         Swap __glibc_reserved0 and sa_flags order.
1174 2015-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
1176         [BZ #18657]
1177         * elf/dl-close.c (_dl_close_worker): Don't unload DSO if there
1178         are pending TLS destructor calls.
1179         * include/link.h (struct link_map): Add concurrency note for
1180         L_TLS_DTOR_COUNT.
1181         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
1182         Don't touch the link map flag.  Atomically increment
1183         l_tls_dtor_count.
1184         (__call_tls_dtors): Atomically decrement l_tls_dtor_count.
1185         Avoid taking the load lock and don't touch the link map flag.
1186         * stdlib/tst-tls-atexit-nodelete.c: New test case.
1187         * stdlib/Makefile (tests): Use it.
1188         * stdlib/tst-tls-atexit.c (do_test): dlopen
1189         tst-tls-atexit-lib.so again before dlclose.  Add conditionals
1190         to allow tst-tls-atexit-nodelete test case to use it.
1192 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
1194         * sysdeps/unix/sysv/linux/ia64/bits/msq.h: Change sys/types.h include
1195         to bits/types.h.
1196         (msgqnum_t): New typedef.
1197         (msglen_t): Likewise.
1198         (struct msqid_ds): Update comment.  Change msg_qnum type to msgqnum_t
1199         and msg_qbytes type to msglen_t.
1201 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
1203         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat): Rename
1204         pad0 to __glibc_reserved0.
1205         (struct stat64): Likewise.
1207 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
1209         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction):
1210         Change sa_flags from a long to an int and add __glibc_reserved0 before
1211         it for padding.
1213 2015-07-22  Mike Frysinger  <vapier@gentoo.org>
1215         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (siginfo_t): Make struct
1216         anonymous by deleting "siginfo" name.
1218 2015-07-21  Roland McGrath  <roland@hack.frob.com>
1220         * sysdeps/nacl/nacl-interface-list.h: Remove nacl_irt_filename.
1221         * sysdeps/nacl/open.c (__libc_open): Use __nacl_irt_dev_filename
1222         rather than __nacl_irt_filename.
1223         * sysdeps/nacl/xstat.c (__xstat): Likewise.
1225         * NEWS: New item for arm-nacl port.
1226         * sysdeps/arm/nacl/libc.abilist: New file.
1227         * sysdeps/nacl/ld.abilist: New file.
1228         * sysdeps/nacl/libBrokenLocale.abilist: New file.
1229         * sysdeps/nacl/libanl.abilist: New file.
1230         * sysdeps/nacl/libcrypt.abilist: New file.
1231         * sysdeps/nacl/libdl.abilist: New file.
1232         * sysdeps/nacl/libm.abilist: New file.
1233         * sysdeps/nacl/libpthread.abilist: New file.
1234         * sysdeps/nacl/libresolv.abilist: New file.
1235         * sysdeps/nacl/librt.abilist: New file.
1237 2015-07-21  Chris Metcalf  <cmetcalf@ezchip.com>
1239         * sysdeps/unix/sysv/linux/tile/makecontext.c (__makecontext): Call
1240         __startcontext to initialize the new context.
1241         * sysdeps/unix/sysv/linux/tile/setcontext.S (__startcontext): Set
1242         up CFI directive to forbid further backtracing.
1244 2015-07-21  Marko Myllynen  <myllynen@redhat.com>
1246         * charmaps/ANSI_X3.110-1983: Remove obsolete repertoire map
1247         reference.
1248         * charmaps/ANSI_X3.4-1968: Likewise.
1249         * charmaps/BS_4730: Likewise.
1250         * charmaps/BS_VIEWDATA: Likewise.
1251         * charmaps/CP1250: Likewise.
1252         * charmaps/CP1251: Likewise.
1253         * charmaps/CP1252: Likewise.
1254         * charmaps/CP1253: Likewise.
1255         * charmaps/CP1254: Likewise.
1256         * charmaps/CP1255: Likewise.
1257         * charmaps/CP1256: Likewise.
1258         * charmaps/CSN_369103: Likewise.
1259         * charmaps/EBCDIC-DK-NO: Likewise.
1260         * charmaps/GB_1988-80: Likewise.
1261         * charmaps/GREEK-CCITT: Likewise.
1262         * charmaps/GREEK7: Likewise.
1263         * charmaps/INIS-8: Likewise.
1264         * charmaps/ISIRI-3342: Likewise.
1265         * charmaps/ISO_2033-1983: Likewise.
1266         * charmaps/ISO_5427-EXT: Likewise.
1267         * locales/POSIX: Likewise.
1268         * locales/ar_SA: Likewise.
1269         * locales/be_BY: Likewise.
1270         * locales/be_BY@latin: Likewise.
1271         * locales/ca_ES: Likewise.
1272         * locales/cs_CZ: Likewise.
1273         * locales/da_DK: Likewise.
1274         * locales/de_BE: Likewise.
1275         * locales/de_CH: Likewise.
1276         * locales/de_LU: Likewise.
1277         * locales/en_AU: Likewise.
1278         * locales/en_BW: Likewise.
1279         * locales/en_CA: Likewise.
1280         * locales/en_DK: Likewise.
1281         * locales/en_GB: Likewise.
1282         * locales/en_IE: Likewise.
1283         * locales/en_NZ: Likewise.
1284         * locales/en_ZA: Likewise.
1285         * locales/en_ZW: Likewise.
1286         * locales/es_AR: Likewise.
1287         * locales/es_BO: Likewise.
1288         * locales/es_CL: Likewise.
1289         * locales/es_CO: Likewise.
1290         * locales/es_DO: Likewise.
1291         * locales/es_EC: Likewise.
1292         * locales/es_ES: Likewise.
1293         * locales/es_HN: Likewise.
1294         * locales/es_MX: Likewise.
1295         * locales/es_PA: Likewise.
1296         * locales/es_PE: Likewise.
1297         * locales/es_PY: Likewise.
1298         * locales/es_SV: Likewise.
1299         * locales/es_US: Likewise.
1300         * locales/es_UY: Likewise.
1301         * locales/es_VE: Likewise.
1302         * locales/et_EE: Likewise.
1303         * locales/fa_IR: Likewise.
1304         * locales/fo_FO: Likewise.
1305         * locales/fr_CA: Likewise.
1306         * locales/fr_CH: Likewise.
1307         * locales/gv_GB: Likewise.
1308         * locales/he_IL: Likewise.
1309         * locales/hr_HR: Likewise.
1310         * locales/id_ID: Likewise.
1311         * locales/is_IS: Likewise.
1312         * locales/it_CH: Likewise.
1313         * locales/iw_IL: Likewise.
1314         * locales/kl_GL: Likewise.
1315         * locales/ko_KR: Likewise.
1316         * locales/kw_GB: Likewise.
1317         * locales/lg_UG: Likewise.
1318         * locales/lt_LT: Likewise.
1319         * locales/lv_LV: Likewise.
1320         * locales/mi_NZ: Likewise.
1321         * locales/nhn_MX: Likewise.
1322         * locales/nl_BE: Likewise.
1323         * locales/pl_PL: Likewise.
1324         * locales/sk_SK: Likewise.
1325         * locales/sl_SI: Likewise.
1326         * locales/sv_FI: Likewise.
1327         * locales/tl_PH: Likewise.
1328         * locales/tr_TR: Likewise.
1329         * locales/vi_VN: Likewise.
1331 2015-07-21  Khem Raj  <raj.khem@gmail.com>
1333         [BZ #17475]
1334         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Adjust for rename
1335         of tu_IN and bh_IN.
1337 2015-07-21  Mike Frysinger  <vapier@gentoo.org>
1339         [BZ #18694]
1340         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Include
1341         bits/wordsize.h.
1342         (sigaction): Declare __glibc_reserved0 only when __WORDSIZE is 64.
1344 2015-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1346         * stdlib/tst-tls-atexit-lib.c (do_foo): Rename to reg_dtor.
1347         * stdlib/tst-tls-atexit.c: (is_loaded): New function.
1348         (spawn_thread): New function.
1349         (load): Rename to reg_dtor_and_close.  Move dlopen to...
1350         (do_test): ... here.  Use IS_LOADED to test for its
1351         availability.
1353 2015-07-21  Andreas Schwab  <schwab@linux-m68k.org>
1355         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1357 2015-07-20  H.J. Lu  <hongjiu.lu@intel.com>
1359         [BZ #18696]
1360         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (_sigfault): Add
1361         si_addr_bnd.
1362         (si_lower): New.
1363         (si_upper): Likewise.
1365 2015-07-16  David S. Miller  <davem@davemloft.net>
1367         * sysdeps/sparc/fpu/libm-test-ulps: Regenerated.
1369 2015-07-16  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1371         * libio/fmemopen.c (__fmemopen): Fix 'w' openmode with provided
1372         buffer.
1373         * stdio-common/tst-fmemopen2.c (do_test_with_buffer): Fix typo and
1374         fail output information.
1376 2015-07-16  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1378         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strstr-power7
1379         and strstr-ppc64..
1380         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
1381         * sysdeps/powerpc/powerpc64/power7/strstr.S: New File.
1382         * sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: New File.
1383         * sysdeps/powerpc/powerpc64/multiarch/strstr-ppc64.c: New File.
1384         * sysdeps/powerpc/powerpc64/multiarch/strstr.c: New File.
1386 2015-07-16  Mike Frysinger  <vapier@gentoo.org>
1388         * sysdeps/hppa/Versions (GLIBC_PRIVATE): Delete _dl_unmap.
1389         * sysdeps/hppa/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
1390         * sysdeps/ia64/Versions (GLIBC_PRIVATE): Delete _dl_unmap.
1391         * sysdeps/ia64/dl-lookupcfg.h (_dl_unmap): Add attribute_hidden.
1393 2015-07-16  Mike Frysinger  <vapier@gentoo.org>
1395         * elf/dl-symaddr.c (_dl_symbol_address): Add rtld_hidden_def.
1396         * sysdeps/hppa/dl-lookupcfg.h (_dl_symbol_address): Add
1397         rtld_hidden_proto.
1398         * sysdeps/ia64/dl-lookupcfg.h (_dl_symbol_address): Likewise.
1400 2015-07-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
1402         * tst-nodelete-opened.c (do_test): Add comment to clarify how
1403         the test can fail.
1405         * stdlib/cxa_thread_atexit_impl.c: Whitespace fixup.
1407         [BZ #18676]
1408         * elf/tst-nodelete-opened.c: New test case.
1409         * elf/tst-nodelete-opened-lib.c: New test case module.
1410         * elf/Makefile (tests, modules-names): Use them.
1411         * elf/dl-open.c (dl_open_worker): Set DF_1_NODELETE flag
1412         early.
1414 2015-07-15  David S. Miller  <davem@davemloft.net>
1416         * sysdeps/sparc/nptl/pthread_barrier_init.c: Include
1417         futex-intenal.h
1418         * sysdeps/sparc/sparc32/sparcv9/Makefile (nscd): Add cpu_relax.
1419         * sysdeps/sparc/sparc64/Makefile: Likewise.
1420         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_spin_nop):
1421         Remove space from macro define.
1422         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_spin_nop): Likewise.
1424 2015-07-15  Pravin Satpute  <psatpute@redhat.com>
1426         [BZ #17475]
1427         * locale/iso-639.def: Update Bhili and Tulu language codes as
1428         per iso639-3.
1430 2015-07-15  Arjun Shankar  <arjun.is@lostca.se>
1432         * elf/tst-leaks1.c (main): Converted to ...
1433         (do_test): ... this.
1434         (TEST_FUNCTION): New macro.
1435         Include test-skeleton.c.
1436         * localedata/tst-langinfo.c (main): Converted to ...
1437         (do_test): ... this.
1438         (TEST_FUNCTION): New macro.
1439         Include test-skeleton.c.
1440         * math/test-fpucw.c (main): Converted to ...
1441         (do_test): ... this.
1442         (TEST_FUNCTION): New macro.
1443         Include test-skeleton.c.
1444         * math/test-tgmath.c (main): Converted to ...
1445         (do_test): ... this.
1446         (TEST_FUNCTION): New macro.
1447         Include test-skeleton.c.
1448         * math/test-tgmath2.c (main): Converted to ...
1449         (do_test): ... this.
1450         (TEST_FUNCTION): New macro.
1451         Include test-skeleton.c.
1452         * setjmp/tst-setjmp.c (main): Converted to ...
1453         (do_test): ... this.
1454         (TEST_FUNCTION): New macro.
1455         Include test-skeleton.c.
1456         * stdio-common/tst-sscanf.c (main): Converted to ...
1457         (do_test): ... this.
1458         (TEST_FUNCTION): New macro.
1459         Include test-skeleton.c.
1460         * sysdeps/x86_64/tst-audit6.c (main): Converted to ...
1461         (do_test): ... this.
1462         (TEST_FUNCTION): New macro.
1463         Include test-skeleton.c.
1465         * elf/tst-audit9.c (main): Converted to ...
1466         (do_test): ... this.
1467         (TEST_FUNCTION): New macro.
1468         Include test-skeleton.c.
1470 2015-07-15  Mike Frysinger  <vapier@gentoo.org>
1472         * timezone/tst-tzset.c (TIMEOUT): Define to 5.
1474 2015-07-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
1476         * sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext):
1477         New variable.
1479 2015-07-15  Stefan Liebler  <stli@linux.vnet.ibm.com>
1481         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
1483 2015-07-14  Roland McGrath  <roland@hack.frob.com>
1485         * sysdeps/generic/dl-fileid.h: New file.
1486         * sysdeps/posix/dl-fileid.h: New file.
1487         * sysdeps/nacl/dl-fileid.h: New file.
1488         * include/link.h: Include <dl-fileid.h>.
1489         (struct link_map): Replace l_dev and l_ino with l_file_id.
1490         * elf/dl-load.c (_dl_map_object_from_fd): Use _dl_get_file_id rather
1491         than __fxstat64.  Use _dl_file_id_match_p rather than comparing l_dev
1492         and l_ino directly.  Initialize l_file_id rather than l_dev and l_ino.
1494 2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1496         * stdlib/tst-tls-atexit.c (do_test): Fix typo.
1498 2015-07-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1500         * elf/Makefile [ifeq (yes,$(build-shared)) (tests)] (tst-nodelete):
1501         Add iff $CXX is set.
1502         [ifeq (yes,$(build-shared)) (modules-names)] (tst-nodelete-rtldmod):
1503         Likewise.
1504         (tst-nodelete-zmodiff): Likewise.
1505         * nptl/Makefile [[ifeq (,$(CXX))] (tests-unsupported)]: Add tst-once5.
1507 2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1509         * stdlib/tst-tls-atexit.c (load): Fix up whitespace.
1511 2015-07-13  Wilco Dijkstra  <wdijkstr@arm.com>
1513         * sysdeps/aarch64/fpu/math_private.h
1514         (define math_opt_barrier): Add AArch64 version.
1515         (math_force_eval): Likewise.
1517 2015-07-13  Wilco Dijkstra  <wdijkstr@arm.com>
1519         * sysdeps/aarch64/strlen.S (strlen): Optimize strlen.
1521 2015-07-11  H.J. Lu  <hongjiu.lu@intel.com>
1523         * stdio-common/tst-fmemopen2.c (do_test_without_buffer): Replace
1524         %ld with %jd and cast to intmax_t.
1525         (do_test_length_zero): Likewise.
1527 2015-07-10  Roland McGrath  <roland@hack.frob.com>
1529         * sysdeps/nacl/pthread_condattr_setclock.c: New file.
1531 2015-07-10  Chris Metcalf  <cmetcalf@ezchip.com>
1533         * sysdeps/tile/libm-test-ulps: Regenerated.
1535         * math/test-fenvinline.c (feenable_test) [FE_ALL_EXCEPT == 0]:
1536         Comment out the whole function, not just its body.
1538 2015-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1540         * stdlib/tst-tls-atexit.c (load): Remove unnecessary mutex
1541         locks.
1543         * stdlib/tst-tls-atexit.c (load): Avoid boolean coercion.
1545 2015-07-10  Torvald Riegel  <triegel@redhat.com>
1547         * nptl/sem_waitcommon.c (__new_sem_wait_slow): Update comments.
1548         (sem_assume_only_signals_cause_futex_EINTR): Remove.
1550 2015-07-10  Torvald Riegel  <triegel@redhat.com>
1552         * sysdeps/nptl/futex-internal.h: New file.
1553         * sysdeps/nacl/futex-internal.h: New file.
1554         * sysdeps/unix/sysv/linux/futex-internal.h: New file.
1555         * nptl/allocatestack.c (setxid_mark_thread): Use futex wrappers with
1556         error checking.
1557         (setxid_unmark_thread): Likewise.
1558         (__nptl_setxid): Likewise.
1559         (__wait_lookup_done): Likewise.
1560         * nptl/cancellation.c (__pthread_disable_asynccancel): Likewise.
1561         * nptl/nptl-init.c (sighandler_setxid): Likewise.
1562         * nptl/pthread_create.c (START_THREAD_DEFN): Likewise.
1563         * nptl/pthread_once.c (clear_once_control): Likewise.
1564         (__pthread_once_slow): Likewise.
1565         * nptl/unregister-atfork.c (__unregister_atfork): Likewise.
1566         * sysdeps/nacl/exit-thread.h (__exit_thread): Likewise.
1567         * sysdeps/nptl/aio_misc.h (AIO_MISC_NOTIFY, AIO_MISC_WAIT): Likewise.
1568         * sysdeps/nptl/fork.c (__libc_fork): Likewise.
1569         * sysdeps/nptl/gai_misc.h (GAI_MISC_NOTIFY, GAI_MISC_WAIT): Likewise.
1570         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock_slow):
1571         Likewise.
1572         (__pthread_rwlock_rdlock): Likewise.
1573         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
1574         Likewise.
1575         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
1576         Likewise.
1577         * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
1578         Likewise.
1579         * nptl/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Likewise.
1580         * nptl/pthread_rwlock_wrlock.c (__pthread_rwlock_wrlock_slow:
1581         Likewise.
1582         * nptl/pthread_rwlock_init (__pthread_rwlock_init): Remove
1583         __ASSUME_PRIVATE_FUTEX check.
1584         * nptl/pthread_rwlockattr_setpshared (pthread_rwlockattr_setpshared):
1585         Check that shared futexes are supported.
1586         * nptl/pthread_barrier_wait.c (pthread_barrier_wait): Use futex
1587         wrappers with error checking.
1588         * nptl/pthread_barrier_init.c (pthread_barrier_init): Add comments,
1589         remove attribute sanity check and __ASSUME_PRIVATE_FUTEX check.
1590         * nptl/pthread_barrierattr_setpshared.c
1591         (pthread_barrierattr_setpshared): Check that shared futexes are
1592         supported.
1593         * nptl/pthread_condattr_setpshared.c (pthread_condattr_setpshared):
1594         Likewise.
1595         * nptl/pthread_mutexattr_setpshared.c (pthread_mutexattr_setpshared):
1596         Likewise.
1597         * nptl/sem_init.c (futex_private_if_supported): Remove.
1598         (__new_sem_init): Adapt and check that shared futexes are supported.
1599         * nptl/sem_open.c (sem_open): Likewise.
1600         * nptl/sem_post.c (futex_wake): Remove.
1601         * nptl/sem_waitcommon.c (futex_abstimed_wait, futex_wake): Remove.
1602         (do_futex_wait): Use futex wrappers with error checking.
1603         * nptl/sem_wait.c: Include lowlevellock.h.
1604         * sysdeps/sparc/nptl/pthread_barrier_init.c (__pthread_barrier_init):
1605         Use futex_supports_pshared.
1606         * sysdeps/sparc/nptl/pthread_barrier_wait.c (pthread_barrier_wait):
1607         Use futex wrappers with error checking.
1608         * sysdeps/sparc/sparc32/pthread_barrier_wait.c (pthread_barrier_wait):
1609         Likewise.
1610         * sysdeps/sparc/sparc32/sem_init.c (futex_private_if_supported): Remove.
1611         * sysdeps/sparc/sparc32/sem_post.c (futex_wake): Likewise.
1612         * sysdeps/sparc/sparc32/sem_open.c (sem_open): Use FUTEX_SHARED.
1613         * sysdeps/sparc/sparc32/sem_waitcommon.c (futex_abstimed_wait): Remove.
1614         (futex_wake): Likewise.
1615         (sem_assume_only_signals_cause_futex_EINTR): Likewise.
1616         (do_futex_wait): Use futex wrappers with error checking.
1617         (__new_sem_wait_slow): Update EINTR handling.
1618         * sysdeps/sparc/sparc32/sem_wait.c: Include lowlevellock.h.
1620 2015-07-09  Martin Sebor  <msebor@redhat.com>
1622         [BZ #18435]
1623         * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop):
1624         Revert commit ed225df3ad9cbac3c22ec3f0fbbed1f9c61d1c54.
1625         * nptl/Makefile (test-xfail-tst-once5): Define.
1627 2015-07-09  Roland McGrath  <roland@hack.frob.com>
1629         * include/stdio.h: Add rtld_hidden_proto (__libc_fatal).
1630         * elf/dl-minimal.c: For readability, reorder some definitions and
1631         introduce more page breaks.  Include <stdio.h>.
1632         (__libc_fatal): New function.
1634         * include/unistd.h: Add rtld_hidden_proto for _exit.
1635         * posix/_exit.c: Add rtld_hidden_def.
1636         * sysdeps/mach/hurd/_exit.c: Likewise.
1637         * sysdeps/nacl/_exit.c: Likewise.
1638         * sysdeps/unix/sysv/linux/_exit.c: Likewise.
1639         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
1641 2015-07-09  H.J. Lu  <hongjiu.lu@intel.com>
1643         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Improve
1644         bndmov encoding with zero displacement.
1646 2015-07-09  Igor Zamyatin  <igor.zamyatin@intel.com>
1647             H.J. Lu  <hongjiu.lu@intel.com>
1649         [BZ #18134]
1650         * sysdeps/i386/configure.ac: Set HAVE_MPX_SUPPORT.
1651         * sysdeps/i386/configure: Regenerated.
1652         * sysdeps/i386/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
1653         (_dl_runtime_profile): Save and restore Intel MPX return bound
1654         registers when calling _dl_call_pltexit.  Add
1655         PRESERVE_BND_REGS_PREFIX before return.
1656         * sysdeps/i386/link-defines.sym (LRV_BND0_OFFSET): New.
1657         (LRV_BND1_OFFSET): Likewise.
1658         * sysdeps/x86/bits/link.h (La_i86_retval): Add lrv_bnd0 and
1659         lrv_bnd1.
1660         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
1661         typo in bndmov encoding.
1662         * sysdeps/x86_64/dl-trampoline.h: Properly save and restore
1663         Intel MPX bound registers.  Add PRESERVE_BND_REGS_PREFIX before
1664         branch instructions to preserve bounds.
1666 2015-07-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist
1669         [GLIBC_2.22]: Add fmemopen.
1671 2015-07-09  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1673         * sysdeps/mach/hurd/mlock.c (mlock): When __get_privileged_ports
1674         returns an error, also try to use host port from __mach_host_self for
1675         the __vm_wire call.
1676         * sysdeps/mach/hurd/munlock.c (munlock): Likewise.
1678 2015-07-09  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1680         [BZ #18400]
1681         [BZ #18648]
1682         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h (struct elf_prpsinfo):
1683         Fix pr_uid and pr_gid members.
1684         * sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h (greg_t): Change the
1685         definition to elf_greg_t.
1687 2015-07-08  Roland McGrath  <roland@hack.frob.com>
1689         [BZ #18383]
1690         * sysdeps/arm/configure.ac (libc_cv_arm_tpoff_addend): New check.
1691         Emit test-xfail-tst-tlsalign{,-static}=yes if it fails.
1692         * sysdeps/arm/configure: Regenerated.
1693         * elf/Makefile (test-xfail-tst-tlsalign): Variable removed.
1694         (test-xfail-tst-tlsalign-static): Variable removed.
1696         * Makerules (do-install-so): Use $(LN_S) rather than explicit 'ln -s'.
1697         * elf/Makefile ($(objpfx)$(rtld-installed-name)): Use $(make-link)
1698         rather than explicit 'ln -s'.
1700         * resolv/rpc/netdb.h: New file.
1701         * resolv/Makefile [sunrpc not in $(subdirs)] (headers): Add it.
1703 2015-07-08  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
1705         * stdio-common/tst-fmemopen2.c (do_test): Add test for NULL and zero
1706         length buffers.
1707         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
1708         test-skeleton.c.
1710         [BZ #6544]
1711         [BZ #11216]
1712         [BZ #12836]
1713         [BZ #13151]
1714         [BZ #13152]
1715         [BZ #14292]
1716         * include/stdio.h (fmemopen): Remove hidden prototype.
1717         (__fmemopen): Add new hidden prototype.
1718         * libio/Makefile: Add oldfmemopen object.
1719         * libio/Versions [GLIBC_2.22]: Add new fmemopen symbol.
1720         * libio/fmemopen.c (__fmemopen): Function rewrite to be POSIX
1721         compliance.
1722         * libio/oldfmemopen.c: New file: old fmemopen implementation for
1723         symbol compatibility.
1724         * stdio-common/Makefile [tests]: Add new tst-fmemopen3.
1725         * stdio-common/psiginfo.c [psiginfo]: Call __fmemopen instead of
1726         fmemopen.
1727         * stdio-common/tst-fmemopen3.c: New file: more fmemopen tests, focus
1728         on append and read mode.
1729         * sysdeps/unix/sysv/linux/aarch64/libc.abilist [GLIBC_2.22]: Add
1730         fmemopen.
1731         * sysdeps/unix/sysv/linux/alpha/libc.abilist [GLIBC_2.22]: Likewise.
1732         * sysdeps/unix/sysv/linux/arm/libc.abilist [GLIBC_2.22]: Likewise.
1733         * sysdeps/unix/sysv/linux/i386/libc.abilist [GLIBC_2.22]: Likewise.
1734         * sysdeps/unix/sysv/linux/ia64/libc.abilist [GLIBC_2.22]:
1735         Likewise.
1736         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist
1737         [GLIBC_2.22]: Likewise.
1738         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist [GLIBC_2.22]:
1739         Likewise.
1740         * sysdeps/unix/sysv/linux/microblaze/libc.abilist [GLIBC_2.22]:
1741         Likewise.
1742         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist
1743         [GLIBC_2.22]: Likewise.
1744         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist
1745         [GLIBC_2.22]: Likewise.
1746         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist
1747         [GLIBC_2.22]: Likewise.
1748         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist
1749         [GLIBC_2.22]: Likewise.
1750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
1751         [GLIBC_2.22]: Likewise.
1752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist
1753         [GLIBC_2.22]: Likewise.
1754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist
1755         [GLIBC_2.22]: Likewise.
1756         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist [GLIBC_2.22]:
1757         Likewise.
1758         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist [GLIBC_2.22]:
1759         Likewise.
1760         * sysdeps/unix/sysv/linux/sh/libc.abilist [GLIBC_2.22]: Likewise.
1761         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist
1762         [GLIBC_2.22]: Likewise.
1763         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist
1764         [GLIBC_2.22]: Likewise.
1765         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist
1766         [GLIBC_2.22]: Likewise.
1767         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist
1768         [GLIBC_2.22]: Likewise.
1769         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist [GLIBC_2.22]:
1770         Likewise.
1771         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist [GLIBC_2.22]:
1772         Likewise.
1773         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist [GLIBC_2.22]:
1774         Likewise.
1775         * sysdeps/unix/sysv/linux/hppa/libc.abilist [GLIBC_2.22]: Likewise.
1776         * sysdeps/unix/sysv/linux/nios2/libc.abilist [GLIBC_2.22]: Likewise.
1778 2015-07-08  Carlos O'Donell  <carlos@redhat.com>
1780         [BZ #18643]
1781         * sysdeps/unix/sysv/linux/bits/in.h: Define IPV6_RECVPATHMTU,
1782         IPV6_PATHMTU, and IPV6_DONTFRAG.
1784 2015-07-08  Feng Gao  <gfree.wind@gmail.com>
1786         * libio/fileops.c: Use "|" instead of "+" when combine _IO_LINE_BUF
1787         and _IO_UNBUFFERED.
1788         * libio/oldfileops.c: Likewise.
1789         * libio/wfileops.c: Likewise.
1791 2015-07-08  Mike Frysinger  <vapier@gentoo.org>
1793         * nscd/selinux.c: Delete selinux/flask.h include.
1795 2015-07-08  Mike Frysinger  <vapier@gentoo.org>
1797         [BZ #18641]
1798         * pwd/pwd.h (fgetpwent): Add __nonnull markings.
1799         (putpwent): Likewise.
1800         (getpwnam): Likewise.
1801         (getpwent_r): Likewise.
1802         (getpwuid_r): Likewise.
1803         (getpwnam_r): Likewise.
1804         (fgetpwent_r): Likewise.
1806 2015-07-08  Carlos O'Donell  <carlos@redhat.com>
1808         [BZ #18557]
1809         * inet/rcmd.c (__validuser2_sa): Check user first to
1810         short-circuit host check.
1812 2015-07-07  Pavel Kopyl  <p.kopyl@samsung.com>
1813             Mikhail Ilin  <m.ilin@samsung.com>
1815         [BZ #17833]
1816         * elf/Makefile (tests): Add tst-nodelete.
1817         (modules-names): Add tst-nodelete-uniquemod.
1818         (tst-nodelete-uniquemod.so-no-z-defs): New.
1819         (tst-nodelete-rtldmod.so-no-z-defs): Likewise.
1820         (tst-nodelete-zmod.so-no-z-defs): Likewise.
1821         ($(objpfx)tst-nodelete): Likewise.
1822         ($(objpfx)tst-nodelete.out): Likewise.
1823         (LDFLAGS-tst-nodelete): Likewise.
1824         (LDFLAGS-tst-nodelete-zmod.so): Likewise.
1825         * elf/dl-close.c (_dl_close_worker): Add a parameter to
1826         implement forced object deletion.
1827         (_dl_close): Pass false to _dl_close_worker.
1828         * elf/dl-open.c (_dl_open): Pass true to _dl_close_worker.
1829         * elf/tst-nodelete.cc: New file.
1830         * elf/tst-nodeletelib.cc: Likewise.
1831         * elf/tst-znodeletelib.cc: Likewise.
1832         * include/dlfcn.h (_dl_close_worker): Add a new parameter.
1834 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
1836         [BZ #18508]
1837         * stdlib/Makefile ($(objpfx)tst-makecontext3):
1838         Depend on $(libdl).
1839         * stdlib/tst-makecontext.c (cf): Test if _Unwind_Backtrace
1840         is not called infinitely times.
1841         (backtrace_helper): New function.
1842         (trace_arg): New struct.
1843         (st1): Enlarge stack size.
1844         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
1845         (__makecontext_ret): Omit cfi_startproc and cfi_endproc.
1846         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
1847         Likewise.
1849 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
1851         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
1853 2015-07-07  Stefan Liebler  <stli@linux.vnet.ibm.com>
1855         * sysdeps/unix/sysv/linux/s390/bits/sem.h:
1856         Include sys/types.h instead of bits/types.h.
1857         Remove inclusion of bits/wordsize.h.
1859 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
1861         * sysdeps/x86_64/tst-auditmod10b.c (la_symbind32): New.
1862         * sysdeps/x86_64/tst-auditmod4b.c (la_symbind32): Likewise.
1863         * sysdeps/x86_64/tst-auditmod5b.c (la_symbind32): Likewise.
1864         * sysdeps/x86_64/tst-auditmod6b.c (la_symbind32): Likewise.
1865         * sysdeps/x86_64/tst-auditmod6c.c (la_symbind32): Likewise.
1866         * sysdeps/x86_64/tst-auditmod7b.c (la_symbind32): Likewise.
1868 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
1870         * sysdeps/i386/Makefile (gen-as-const-headers)[elf]: Add
1871         link-defines.sym.
1872         * sysdeps/i386/dl-trampoline.S: Include <link-defines.h>.
1873         (_dl_runtime_profile): Use LONG_DOUBLE_SIZE, LRV_SIZE,
1874         LRV_EAX_OFFSET, LRV_EDX_OFFSET, LRV_ST0_OFFSET, LRV_ST1_OFFSET
1875         and LR_SIZE.
1876         * sysdeps/i386/link-defines.sym: New file.
1878 2015-07-07  H.J. Lu  <hongjiu.lu@intel.com>
1880         * sysdeps/i386/Makefile (tests)[elf]: Add tst-audit3.
1881         (modules-names): Add tst-auditmod3a tst-auditmod3b.
1882         ($(objpfx)tst-audit3): New rule.
1883         ($(objpfx)tst-audit3.out): Likewise.
1884         * sysdeps/i386/tst-audit3.c: New file.
1885         * sysdeps/i386/tst-audit3.h: Likewise.
1886         * sysdeps/i386/tst-auditmod3a.c: Likewise.
1887         * sysdeps/i386/tst-auditmod3b.c: Likewise.
1889 2015-07-07  Torvald Riegel  <triegel@redhat.com>
1891         [BZ #18633]
1892         * sysdeps/x86/bits/string.h (__memmove_g): Do not create invalid
1893         pointer in C code.
1894         (__strcat_c): Likewise.
1895         (__strcat_g): Likewise.
1897 2015-07-07  Cyril Hrubis <chrubis@suse.cz>
1899         [BZ #18592]
1900         * misc/sbrk.c: Set errno to ENOMEM on overflow.
1902 2015-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
1904         * sysdeps/aarch64/fpu/math_private.h (__ieee754_sqrt):
1905         New function.  (__ieee754_sqrtf): New function.
1906         * sysdeps/aarch64/fpu/e_sqrt.c (__ieee754_sqrt):
1907         New function.
1908         * sysdeps/aarch64/fpu/e_sqrtf.c (__ieee754_sqrtf):
1909         New function.
1911 2015-07-06  Wilco Dijkstra  <wdijkstr@arm.com>
1913         * sysdeps/ieee754/support.c: Remove unused file.
1915 2015-07-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1917         * sysdeps/unix/sysv/linux/aarch64/getcontext.S (__getcontext): Use q
1918         registers instead of d ones so the layout is kernel abi compatible.
1919         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext): Likewise.
1920         * sysdeps/unix/sysv/linux/aarch64/swapcontext.S (__swapcontext):
1921         Likewise.
1923 2015-07-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1925         * sysdeps/aarch64/libm-test-ulps: Regenerated.
1927 2015-07-01  Joseph Myers  <joseph@codesourcery.com>
1929         [BZ #18619]
1930         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Force underflow
1931         and return argument in case of subnormal argument.
1933 2015-07-01  Martin Sebor  <msebor@redhat.com>
1935         [BZ #18435]
1936         * nptl/Makefile: Add tst-once5.cc.
1937         * nptl/pthreadP.h (pthread_cleanup_push, pthread_cleanup_pop):
1938         Remove macro redefinitions.
1939         * nptl/tst-once5.cc: New test.
1941 2015-07-01  Joseph Myers  <joseph@codesourcery.com>
1943         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
1945         * sysdeps/arm/libm-test-ulps: Regenerated.
1947         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
1948         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1950 2015-06-30  Torvald Riegel  <triegel@redhat.com>
1952         * nptl/DESIGN-systemtap-probes.txt: Remove lll_lock_wait,
1953         lll_lock_wait_private and lll_futex_wake probes.
1955         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (BUSY_WAIT_NOP): Remove.
1956         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (BUSY_WAIT_NOP):
1957         Likewise.
1958         * sysdeps/i386/i486/bits/atomic.h (atomic_delay): Rename to
1959         atomic_spin_nop.
1960         * sysdeps/x86_64/bits/atomic.h: Likewise.
1961         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP): Rename
1962         to atomic_spin_nop and move ...
1963         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_spin_nop):
1964         ... here and ...
1965         * sysdeps/sparc/sparc64/bits/atomic.h: ... here.
1966         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock): Use
1967         atomic_spin_nop instead of BUSY_WAIT_NOP.
1968         * nptl/pthread_mutex_timedlock.c (__pthread_mutex_timedlock):
1969         Likewise.
1970         * sysdeps/nacl/lll_timedwait_tid.c (__lll_timedwait_tid): Likewise.
1971         * sysdeps/nacl/lowlevellock.h (BUSY_WAIT_NOP): Remove.
1972         (lll_wait_tid): Use atomic_spin_nop instead of BUSY_WAIT_NOP.
1973         * nscd/nscd-client.h (__nscd_acquire_maplock): Use atomic_spin_nop
1974         instead of atomic_delay.
1976 2015-06-29  Joseph Myers  <joseph@codesourcery.com>
1978         [BZ #18613]
1979         * sysdeps/ieee754/dbl-64/e_gamma_r.c (gamma_positive): Take log of
1980         X_ADJ not X when adjusting exponent.
1981         (__ieee754_gamma_r): Do intermediate computations in
1982         round-to-nearest then adjust overflowing and underflowing results
1983         as needed.
1984         * sysdeps/ieee754/flt-32/e_gammaf_r.c (gammaf_positive): Take log
1985         of X_ADJ not X when adjusting exponent.
1986         (__ieee754_gammaf_r): Do intermediate computations in
1987         round-to-nearest then adjust overflowing and underflowing results
1988         as needed.
1989         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (gammal_positive): Take
1990         log of X_ADJ not X when adjusting exponent.
1991         (__ieee754_gammal_r): Do intermediate computations in
1992         round-to-nearest then adjust overflowing and underflowing results
1993         as needed.  Use 1.0L not 1.0f as numerator of division.
1994         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (gammal_positive): Take
1995         log of X_ADJ not X when adjusting exponent.
1996         (__ieee754_gammal_r): Do intermediate computations in
1997         round-to-nearest then adjust overflowing and underflowing results
1998         as needed.  Use 1.0L not 1.0f as numerator of division.
1999         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (gammal_positive): Take log
2000         of X_ADJ not X when adjusting exponent.
2001         (__ieee754_gammal_r): Do intermediate computations in
2002         round-to-nearest then adjust overflowing and underflowing results
2003         as needed.  Use 1.0L not 1.0f as numerator of division.
2004         * math/libm-test.inc (tgamma_test_data): Remove one test.  Moved
2005         to auto-libm-test-in.
2006         (tgamma_test): Use ALL_RM_TEST.
2007         * math/auto-libm-test-in: Add one test of tgamma.  Mark some other
2008         tests of tgamma with spurious-overflow.
2009         * math/auto-libm-test-out: Regenerated.
2010         * math/gen-libm-have-vector-test.sh: Do not check for START.
2011         * sysdeps/i386/fpu/libm-test-ulps: Update.
2012         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2014         [BZ #18612]
2015         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): For small
2016         arguments, just return 0.5 times the argument, with underflow
2017         forced as needed.
2018         * math/auto-libm-test-in: Add more tests of j1.
2019         * math/auto-libm-test-out: Regenerated.
2021         [BZ #16559]
2022         * sysdeps/ieee754/dbl-64/e_j1.c: Include <float.h>.
2023         (__ieee754_j1): Force underflow exception for small results.
2024         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Likewise.
2025         * sysdeps/ieee754/flt-32/e_j1f.c: Include <float.h>.
2026         (__ieee754_j1f): Force underflow exception for small results.
2027         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
2028         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
2029         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
2030         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <float.h>.
2031         (__ieee754_j1l): Force underflow exception for small results.
2032         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise.
2033         * math/auto-libm-test-in: Add more tests of j1 and jn.
2034         * math/auto-libm-test-out: Regenerated.
2036         * sysdeps/unix/sysv/linux/bits/in.h (IP_CHECKSUM): New macro.
2037         * sysdeps/unix/sysv/linux/bits/socket.h (PF_IB): Likewise.
2038         (PF_MPLS): Likewise.
2039         (AF_IB): Likewise.
2040         (AF_MPLS): Likewise.
2041         * sysdeps/unix/sysv/linux/sys/mount.h (MS_LAZYTIME): New enum
2042         value and macro.
2043         (MS_RMT_MASK): Include MS_LAZYTIME.
2045 2015-06-26  Mel Gorman  <mgorman@suse.de>
2047         [BZ #18502]
2048         * malloc/arena.c (heap_trim): Don't try to shrink a heap that is
2049         already minimal.
2051 2015-06-26  Matthew Fortune  <matthew.fortune@imgtec.com>
2053         * elf/elf.h (DT_MIPS_RLD_MAP_REL): New macro.
2054         (DT_MIPS_NUM): Update.
2055         * sysdeps/mips/dl-machine.h (ELF_MACHINE_DEBUG_SETUP): Handle
2056         DT_MIPS_RLD_MAP_REL.
2058 2015-06-25  Joseph Myers  <joseph@codesourcery.com>
2060         [BZ #16559]
2061         [BZ #18602]
2062         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn): Set
2063         round-to-nearest internally then recompute results that
2064         underflowed to zero in the original rounding mode.
2065         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Likewise.
2066         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_jnl): Likewise.
2067         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
2068         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl): Likewise
2069         * math/libm-test.inc (jn_test): Use ALL_RM_TEST.
2070         * sysdeps/i386/fpu/libm-test-ulps: Update.
2071         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2073 2015-06-25  Andrew Senkevich  <andrew.senkevich@intel.com>
2075         * NEWS: Fixed description of link with vector math library.
2077 2015-06-25  Andreas Schwab  <schwab@suse.de>
2079         [BZ #18549]
2080         * libio/fmemopen.c (fmemopen_write): Fix bounds check for ENOSPC.
2081         * libio/test-fmemopen.c (do_test): Add test for it.
2083 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
2085         [BZ #17841]
2086         * Makeconfig (no-pie-ldflag): New.
2087         (+link): Set to $(+link-pie) if default to PIE.
2088         (+link-tests): Set to $(+link-pie-tests) if default to PIE.
2089         * config.make.in (build-pie-default): New.
2090         * configure.ac (libc_cv_pie_default): New.  Set to yes if -fPIE
2091         is default.  AC_SUBST.
2092         * configure: Regenerated.
2093         * elf/Makefile (LDFLAGS-tst-dlopen-aout): New.
2095 2015-06-24  Roland McGrath  <roland@hack.frob.com>
2097         * nptl/descr.h (struct pthread): Change type of field setxid_futex
2098         to 'unsigned int'.
2100         * resolv/gai_misc.h (struct waitlist): Change type of field
2101         counterp to 'volatile unsigned int *'.
2102         * sysdeps/nptl/gai_misc.h (GAI_MISC_WAIT): Use unsigned types for
2103         FUTEXADDR and OLDVAL.
2104         * resolv/getaddrinfo_a.c (getaddrinfo_a):
2105         Give local variable TOTAL type 'volatile unsigned int'.
2106         (struct async_waitlist): Change type of field counter to 'unsigned int'.
2107         * resolv/gai_suspend.c (gai_suspend):
2108         Give local variable CNTR type 'unsigned int'.
2110         * sysdeps/pthread/aio_misc.h (struct waitlist): Change type of field
2111         counterp to 'volatile unsigned int *'.
2112         * sysdeps/pthread/aio_suspend.c [DONT_NEED_AIO_MISC_COND]
2113         (do_aio_misc_wait): Give argument CNTR type 'unsigned int *'.
2114         (aio_suspend): Give local variable CNTR type 'unsigned int'.
2115         * sysdeps/pthread/lio_listio.c (lio_listio_internal):
2116         Give local variable TOTAL type 'volatile unsigned int'.
2117         (struct async_waitlist): Change type of field counter to 'unsigned int'.
2119 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
2121         [BZ #18383]
2122         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Align
2123         TCB_OFFSET to MAX_ALIGN, not just TCBALIGN.  Add comment.
2124         * elf/Makefile (test-xfail-tst-tlsalign{,-static}): Remove
2125         comment for i386/x86-64.
2126         (test-xfail-tst-tlsalign-extern-static): Removed.
2128 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
2130         * math/test-double.h: New file.
2131         * math/test-float.h: Likewise.
2132         * math/test-ldouble.h: Likewise.
2133         * math/test-math-inline.h: Likewise.
2134         * math/test-math-no-inline.h: Likewise.
2135         * math/test-math-scalar.h: Likewise.
2136         * math/test-math-vector.h: Likewise.
2137         * math/test-vec-loop.h: Remove file.  Contents moved into
2138         test-math-vector.h.
2139         * math/libm-test.inc (MATHCONST): Do not document macro.
2140         * math/test-double.c: Include test-double.h, test-math-no-inline.h
2141         and test-math-scalar.h.
2142         (FUNC): Remove macro.
2143         (FUNC_TEST): Likewise.
2144         (FLOAT): Likewise.
2145         (MATHCONST): Likewise.
2146         (PRINTF_EXPR): Likewise.
2147         (PRINTF_XEXPR): Likewise.
2148         (PRINTF_NEXPR): Likewise.
2149         (TEST_DOUBLE): Likewise.
2150         (TEST_MATHVEC): Likewise.
2151         (__NO_MATH_INLINES): Likewise.
2152         * math/test-float.c: Include test-float.h, test-math-no-inline.h
2153         and test-math-scalar.h.
2154         (FUNC): Remove macro.
2155         (FUNC_TEST): Likewise.
2156         (FLOAT): Likewise.
2157         (MATHCONST): Likewise.
2158         (PRINTF_EXPR): Likewise.
2159         (PRINTF_XEXPR): Likewise.
2160         (PRINTF_NEXPR): Likewise.
2161         (TEST_FLOAT): Likewise.
2162         (TEST_MATHVEC): Likewise.
2163         (__NO_MATH_INLINES): Likewise.
2164         * math/test-idouble.c: Include test-double.h, test-math-inline.h
2165         and test-math-scalar.h.
2166         (FUNC): Remove macro.
2167         (FUNC_TEST): Likewise.
2168         (FLOAT): Likewise.
2169         (MATHCONST): Likewise.
2170         (PRINTF_EXPR): Likewise.
2171         (PRINTF_XEXPR): Likewise.
2172         (PRINTF_NEXPR): Likewise.
2173         (TEST_DOUBLE): Likewise.
2174         (TEST_MATHVEC): Likewise.
2175         (TEST_INLINE): Likewise.
2176         (__NO_MATH_INLINES): Likewise.
2177         * math/test-ifloat.c: Include test-float.h, test-math-inline.h and
2178         test-math-scalar.h.
2179         (FUNC): Remove macro.
2180         (FUNC_TEST): Likewise.
2181         (FLOAT): Likewise.
2182         (MATHCONST): Likewise.
2183         (PRINTF_EXPR): Likewise.
2184         (PRINTF_XEXPR): Likewise.
2185         (PRINTF_NEXPR): Likewise.
2186         (TEST_FLOAT): Likewise.
2187         (TEST_MATHVEC): Likewise.
2188         (TEST_INLINE): Likewise.
2189         (__NO_MATH_INLINES): Likewise.
2190         * math/test-ildoubl.c: Include test-ldouble.h, test-math-inline.h
2191         and test-math-scalar.h.
2192         (FUNC): Remove macro.
2193         (FUNC_TEST): Likewise.
2194         (FLOAT): Likewise.
2195         (MATHCONST): Likewise.
2196         (PRINTF_EXPR): Likewise.
2197         (PRINTF_XEXPR): Likewise.
2198         (PRINTF_NEXPR): Likewise.
2199         (TEST_LDOUBLE): Likewise.
2200         (TEST_MATHVEC): Likewise.
2201         (TEST_INLINE): Likewise.
2202         (__NO_MATH_INLINES): Likewise.
2203         * math/test-ldouble.c: Include test-ldouble.h,
2204         test-math-no-inline.h and test-math-scalar.h.
2205         (FUNC): Remove macro.
2206         (FUNC_TEST): Likewise.
2207         (FLOAT): Likewise.
2208         (MATHCONST): Likewise.
2209         (PRINTF_EXPR): Likewise.
2210         (PRINTF_XEXPR): Likewise.
2211         (PRINTF_NEXPR): Likewise.
2212         (TEST_LDOUBLE): Likewise.
2213         (TEST_MATHVEC): Likewise.
2214         (__NO_MATH_INLINES): Likewise.
2215         * math/test-double-vlen2.h: Include test-double.h,
2216         test-math-no-inline.h and test-math-vector.h.
2217         (FLOAT): Remove macro.
2218         (FUNC): Likewise.
2219         (MATHCONST): Likewise.
2220         (PRINTF_EXPR): Likewise.
2221         (PRINTF_XEXPR): Likewise.
2222         (PRINTF_NEXPR): Likewise.
2223         (TEST_DOUBLE): Likewise.
2224         (TEST_MATHVEC): Likewise.
2225         (__NO_MATH_INLINES): Likewise.
2226         (CNCT): Likewise.
2227         (CONCAT): Likewise.
2228         (WRAPPER_NAME): Likewise.
2229         (WRAPPER_DECL): Likewise.
2230         (WRAPPER_DECL_ff): Likewise.
2231         (WRAPPER_DECL_fFF): Likewise.
2232         (VECTOR_WRAPPER): Likewise.
2233         (VECTOR_WRAPPER_ff): Likewise.
2234         (VECTOR_WRAPPER_fFF): Likewise.
2235         (VEC_LEN): New macro.
2236         * math/test-double-vlen4.h: Include test-double.h,
2237         test-math-no-inline.h and test-math-vector.h.
2238         (FLOAT): Remove macro.
2239         (FUNC): Likewise.
2240         (MATHCONST): Likewise.
2241         (PRINTF_EXPR): Likewise.
2242         (PRINTF_XEXPR): Likewise.
2243         (PRINTF_NEXPR): Likewise.
2244         (TEST_DOUBLE): Likewise.
2245         (TEST_MATHVEC): Likewise.
2246         (__NO_MATH_INLINES): Likewise.
2247         (CNCT): Likewise.
2248         (CONCAT): Likewise.
2249         (WRAPPER_NAME): Likewise.
2250         (WRAPPER_DECL): Likewise.
2251         (WRAPPER_DECL_ff): Likewise.
2252         (WRAPPER_DECL_fFF): Likewise.
2253         (VECTOR_WRAPPER): Likewise.
2254         (VECTOR_WRAPPER_ff): Likewise.
2255         (VECTOR_WRAPPER_fFF): Likewise.
2256         (VEC_LEN): New macro.
2257         * math/test-double-vlen8.h: Include test-double.h,
2258         test-math-no-inline.h and test-math-vector.h.
2259         (FLOAT): Remove macro.
2260         (FUNC): Likewise.
2261         (MATHCONST): Likewise.
2262         (PRINTF_EXPR): Likewise.
2263         (PRINTF_XEXPR): Likewise.
2264         (PRINTF_NEXPR): Likewise.
2265         (TEST_DOUBLE): Likewise.
2266         (TEST_MATHVEC): Likewise.
2267         (__NO_MATH_INLINES): Likewise.
2268         (CNCT): Likewise.
2269         (CONCAT): Likewise.
2270         (WRAPPER_NAME): Likewise.
2271         (WRAPPER_DECL): Likewise.
2272         (WRAPPER_DECL_ff): Likewise.
2273         (WRAPPER_DECL_fFF): Likewise.
2274         (VECTOR_WRAPPER): Likewise.
2275         (VECTOR_WRAPPER_ff): Likewise.
2276         (VECTOR_WRAPPER_fFF): Likewise.
2277         (VEC_LEN): New macro.
2278         * math/test-float-vlen4.h: Include test-float.h,
2279         test-math-no-inline.h and test-math-vector.h.
2280         (FLOAT): Remove macro.
2281         (FUNC): Likewise.
2282         (MATHCONST): Likewise.
2283         (PRINTF_EXPR): Likewise.
2284         (PRINTF_XEXPR): Likewise.
2285         (PRINTF_NEXPR): Likewise.
2286         (TEST_FLOAT): Likewise.
2287         (TEST_MATHVEC): Likewise.
2288         (__NO_MATH_INLINES): Likewise.
2289         (CNCT): Likewise.
2290         (CONCAT): Likewise.
2291         (WRAPPER_NAME): Likewise.
2292         (WRAPPER_DECL): Likewise.
2293         (WRAPPER_DECL_ff): Likewise.
2294         (WRAPPER_DECL_fFF): Likewise.
2295         (VECTOR_WRAPPER): Likewise.
2296         (VECTOR_WRAPPER_ff): Likewise.
2297         (VECTOR_WRAPPER_fFF): Likewise.
2298         (VEC_LEN): New macro.
2299         * math/test-float-vlen8.h: Include test-float.h,
2300         test-math-no-inline.h and test-math-vector.h.
2301         (FLOAT): Remove macro.
2302         (FUNC): Likewise.
2303         (MATHCONST): Likewise.
2304         (PRINTF_EXPR): Likewise.
2305         (PRINTF_XEXPR): Likewise.
2306         (PRINTF_NEXPR): Likewise.
2307         (TEST_FLOAT): Likewise.
2308         (TEST_MATHVEC): Likewise.
2309         (__NO_MATH_INLINES): Likewise.
2310         (CNCT): Likewise.
2311         (CONCAT): Likewise.
2312         (WRAPPER_NAME): Likewise.
2313         (WRAPPER_DECL): Likewise.
2314         (WRAPPER_DECL_ff): Likewise.
2315         (WRAPPER_DECL_fFF): Likewise.
2316         (VECTOR_WRAPPER): Likewise.
2317         (VECTOR_WRAPPER_ff): Likewise.
2318         (VECTOR_WRAPPER_fFF): Likewise.
2319         (VEC_LEN): New macro.
2320         * math/test-float-vlen16.h: Include test-float.h,
2321         test-math-no-inline.h and test-math-vector.h.
2322         (FLOAT): Remove macro.
2323         (FUNC): Likewise.
2324         (MATHCONST): Likewise.
2325         (PRINTF_EXPR): Likewise.
2326         (PRINTF_XEXPR): Likewise.
2327         (PRINTF_NEXPR): Likewise.
2328         (TEST_FLOAT): Likewise.
2329         (TEST_MATHVEC): Likewise.
2330         (__NO_MATH_INLINES): Likewise.
2331         (CNCT): Likewise.
2332         (CONCAT): Likewise.
2333         (WRAPPER_NAME): Likewise.
2334         (WRAPPER_DECL): Likewise.
2335         (WRAPPER_DECL_ff): Likewise.
2336         (WRAPPER_DECL_fFF): Likewise.
2337         (VECTOR_WRAPPER): Likewise.
2338         (VECTOR_WRAPPER_ff): Likewise.
2339         (VECTOR_WRAPPER_fFF): Likewise.
2340         (VEC_LEN): New macro.
2341         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Do not include
2342         test-vec-loop.h.
2343         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
2344         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
2345         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
2346         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
2347         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
2348         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
2349         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
2351 2015-06-24  Roland McGrath  <roland@hack.frob.com>
2353         * sysdeps/nacl/glob.c (getlogin_r): Macro renamed to ...
2354         (__getlogin_r): ... this.
2356 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
2358         [BZ #18594]
2359         * math/s_ccosh.c (__ccosh): Compare with least normal value
2360         instead of comparing class with FP_SUBNORMAL.
2361         * math/s_ccoshf.c (__ccoshf): Likewise.
2362         * math/s_ccoshl.c (__ccoshl): Likewise.
2363         * math/s_cexp.c (__cexp): Likewise.
2364         * math/s_cexpf.c (__cexpf): Likewise.
2365         * math/s_cexpl.c (__cexpl): Likewise.
2366         * math/s_csin.c (__csin): Likewise.
2367         * math/s_csinf.c (__csinf): Likewise.
2368         * math/s_csinh.c (__csinh): Likewise.
2369         * math/s_csinhf.c (__csinhf): Likewise.
2370         * math/s_csinhl.c (__csinhl): Likewise.
2371         * math/s_csinl.c (__csinl): Likewise.
2372         * math/s_ctan.c (__ctan): Likewise.
2373         * math/s_ctanf.c (__ctanf): Likewise.
2374         * math/s_ctanh.c (__ctanh): Likewise.
2375         * math/s_ctanhf.c (__ctanhf): Likewise.
2376         * math/s_ctanhl.c (__ctanhl): Likewise.
2377         * math/s_ctanl.c (__ctanl): Likewise.
2378         * math/auto-libm-test-in: Add more tests of ccos, ccosh, cexp,
2379         csin, csinh, ctan and ctanh.
2380         * math/auto-libm-test-out: Regenerated.
2381         * math/libm-test.inc (cexp_test): Use ALL_RM_TEST.
2382         * sysdeps/i386/fpu/libm-test-ulps: Update.
2383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2385 2015-06-24  Roland McGrath  <roland@hack.frob.com>
2387         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): When sched_getcpu
2388         return value is wrong, print the expected value too.
2390 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
2392         [BZ #18585]
2393         * elf/readlib.c (is_gdb_python_file): New.
2394         (process_file): Don't issue errors on filenames with -gdb.py
2395         suffix.
2397 2015-06-24  Joseph Myers  <joseph@codesourcery.com>
2399         * math/auto-libm-test-in: Add more tests of csin and csinh.
2400         * math/auto-libm-test-out: Regenerated.
2401         * math/libm-test.inc (csin_test_data): Remove tests moved to
2402         auto-libm-test-in.
2403         (csinh_test_data): Likewise.
2405         [BZ #18593]
2406         * math/s_csin.c (__csin): Negate before rather than after possibly
2407         overflowing multiplication.
2408         * math/s_csinf.c (__csinf): Likewise.
2409         * math/s_csinh.c (__csinh): Likewise.
2410         * math/s_csinhf.c (__csinhf): Likewise.
2411         * math/s_csinhl.c (__csinhl): Likewise.
2412         * math/s_csinl.c (__csinl): Likewise.
2413         * math/auto-libm-test-in: Add some tests of csin and csinh.
2414         * math/auto-libm-test-out: Regenerated.
2415         * math/libm-test.inc (csin_test_data): Use AUTO_TESTS_c_c.
2416         (csinh_test_data): Likewise.
2417         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2419         [BZ #18586]
2420         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Force
2421         underflow exception for small results.
2423 2015-06-24  Andrew Senkevich  <andrew.senkevich@intel.com>
2425         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
2426         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: Renamed
2427         variable and included header.
2428         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: Likewise.
2429         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: Likewise.
2430         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: Likewise.
2431         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: Likewise.
2432         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: Likewise.
2433         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S: Likewise.
2434         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S: Likewise.
2435         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S: Likewise.
2436         * sysdeps/x86_64/fpu/svml_s_trig_data.S: New file.
2437         * sysdeps/x86_64/fpu/svml_s_trig_data.h: Likewise.
2438         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: Removed file.
2439         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: Likewise.
2440         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: Likewise.
2441         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: Likewise.
2442         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: Likewise.
2443         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: Likewise.
2445 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
2447         [BZ #16526]
2448         [BZ #16538]
2449         * sysdeps/ieee754/dbl-64/s_sin.c: Include <float.h>.
2450         (__sin): Force underflow exception for arguments with small
2451         absolute value.
2452         * sysdeps/ieee754/flt-32/k_sinf.c: Include <float.h>.
2453         (__kernel_sinf): Force underflow exception for arguments with
2454         small absolute value.
2455         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Include <float.h>.
2456         (__kernel_sincosl): Force underflow exception for arguments with
2457         small absolute value.
2458         * sysdeps/ieee754/ldbl-128/k_sinl.c: Include <float.h>.
2459         (__kernel_sinl): Force underflow exception for arguments with
2460         small absolute value.
2461         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Include <float.h>.
2462         (__kernel_sincosl): Force underflow exception for arguments with
2463         small absolute value.
2464         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Include <float.h>.
2465         (__kernel_sinl): Force underflow exception for arguments with
2466         small absolute value.
2467         * sysdeps/ieee754/ldbl-96/k_sinl.c: Include <float.h>.
2468         (__kernel_sinl): Force underflow exception for arguments with
2469         small absolute value.
2470         * sysdeps/powerpc/fpu/k_sinf.c: Include <float.h>.
2471         (__kernel_sinf): Force underflow exception for arguments with
2472         small absolute value.
2473         * math/auto-libm-test-in: Add more tests of sin and sincos.
2474         * math/auto-libm-test-out: Regenerated.
2476         [BZ #18245]
2477         [BZ #18583]
2478         * sysdeps/ieee754/k_standardl.c: Include <fenv.h>.
2479         (__kernel_standard_l): Use feholdexcept and fesetenv around
2480         conversion to double instead of special-casing overflow and
2481         underflow.
2482         * math/libm-test.inc (fmod_test_data): Add more tests.
2483         (remainder_test_data): Likewise.
2484         (sqrt_test_data): Likewise.
2486 2015-06-23  Torvald Riegel  <triegel@redhat.com>
2488         [BZ #17403]
2489         * sysdeps/x86_64/bits/atomic.h: (atomic_full_barrier,
2490         atomic_read_barrier, atomic_write_barrier): Define.
2491         * sysdeps/i386/i486/bits/atomic.h (atomic_full_barrier,
2492         atomic_read_barrier, atomic_write_barrier): Define.
2494 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
2496         * math/Makefile [$(PERL) != no]
2497         ($(addprefix $(objpfx), $(addsuffix .o, $(libm-vec-tests)))): Move
2498         dependency on libm-test.stmp below the inclusion of Rules.
2500 2015-06-23  Andrew Senkevich  <andrew.senkevich@intel.com>
2502         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Fixed files list.
2503         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: Renamed variable
2504         and included header.
2505         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: Likewise.
2506         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: Likewise.
2507         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: Likewise.
2508         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: Likewise.
2509         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: Likewise.
2510         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: Likewise.
2511         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: Likewise.
2512         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: Likewise.
2513         * sysdeps/x86_64/fpu/svml_d_trig_data.S: New file.
2514         * sysdeps/x86_64/fpu/svml_d_trig_data.h: Likewise.
2515         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: Removed unneeded include.
2516         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: Likewise.
2517         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: Likewise.
2518         * sysdeps/x86_64/fpu/svml_d_cos_data.S: Removed file.
2519         * sysdeps/x86_64/fpu/svml_d_cos_data.h: Likewise.
2520         * sysdeps/x86_64/fpu/svml_d_sin_data.S: Likewise.
2521         * sysdeps/x86_64/fpu/svml_d_sin_data.h: Likewise.
2522         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: Likewise.
2523         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: Likewise.
2525 2015-06-23  Joseph Myers  <joseph@codesourcery.com>
2527         [BZ #18371]
2528         * math/s_csqrt.c (__csqrt): Avoid multiplication by 0.5 where
2529         intermediate but not final result might underflow.
2530         * math/s_csqrtf.c (__csqrtf): Likewise.
2531         * math/s_csqrtl.c (__csqrtl): Likewise.
2532         * math/auto-libm-test-in: Add more tests of csqrt.
2533         * math/auto-libm-test-out: Regenerated.
2534         * sysdeps/i386/fpu/libm-test-ulps: Update.
2536         [BZ #18219]
2537         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Reduce
2538         threshold on absolute value of exponent for which scaling is used.
2539         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
2540         * math/auto-libm-test-in: Add more tests of exp2.
2541         * math/auto-libm-test-out: Regenerated.
2543 2015-06-23  Dmitry V. Levin  <ldv@altlinux.org>
2545         [BZ #17977]
2546         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix unlocking
2547         when initializing interface list, based on the bug analysis
2548         and the patch proposed by Eric Newton.
2549         * resolv/tst-res_hconf_reorder.c: New test.
2550         * resolv/Makefile [$(have-thread-library) = yes] (tests): Add
2551         tst-res_hconf_reorder.
2552         ($(objpfx)tst-res_hconf_reorder): Depend on $(libdl)
2553         and $(shared-thread-library).
2554         (tst-res_hconf_reorder-ENV): New variable.
2556         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix typo
2557         in comment.
2559 2015-06-22  Joseph Myers  <joseph@codesourcery.com>
2561         [BZ #16353]
2562         * sysdeps/i386/fpu/s_expm1.S (dbl_min): New object.
2563         (__expm1): Force underflow exception for arguments with small
2564         absolute value.
2565         * sysdeps/i386/fpu/s_expm1f.S (flt_min): New object.
2566         (__expm1f): Force underflow exception for arguments with small
2567         absolute value.
2568         * sysdeps/ieee754/dbl-64/s_expm1.c: Include <float.h>.
2569         (__expm1): Force underflow exception for arguments with small
2570         absolute value.
2571         * sysdeps/ieee754/flt-32/s_expm1f.c: Include <float.h>.
2572         (__expm1f): Force underflow exception for arguments with small
2573         absolute value.
2574         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
2575         Check for small arguments before calling __expm1.
2576         * math/auto-libm-test-in: Do not mark underflow exceptions as
2577         possibly missing for bug 16353.
2578         * math/auto-libm-test-out: Regenerated.
2580 2015-06-22  Andreas Schwab  <schwab@suse.de>
2582         [BZ #18513]
2583         * resolv/nss_dns/dns-host.c (getanswer_r): Record TTL also for
2584         PTR queries.
2586 2015-06-22  Leonhard Holz  <leonhard.holz@web.de>
2588         * string/strcoll_l.c (STRCOLL): Remove unnecessary memset.
2590         * string/strcoll_l.c: Remove unused struct element idxnow.
2592 2015-06-21  Joseph Myers  <joseph@codesourcery.com>
2594         [BZ #18569]
2595         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Force
2596         underflow and return argument in case of subnormal argument.
2597         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
2598         Likewise.
2599         * math/auto-libm-test-in: Add more tests of expm1.
2600         * math/auto-libm-test-out: Regenerated.
2602         [BZ #16361]
2603         * sysdeps/i386/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
2604         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
2605         tiny results.
2606         * sysdeps/x86_64/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
2607         (IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
2608         tiny results.
2609         * math/auto-libm-test-in: Add more tests of exp and exp10.  Do not
2610         mark underflow exceptions as possibly missing for bug 16361.
2611         * math/auto-libm-test-out: Regenerated.
2613 2015-06-19  Joseph Myers  <joseph@codesourcery.com>
2615         * conform/data/sys/select.h-data [XOPEN2K8] (pselect): Expect.
2616         * conform/Makefile (test-xfail-XOPEN2K8/sys/select.h/conform):
2617         Remove variable.
2618         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
2619         (test-xfail-XOPEN2K8/utmpx.h/conform).
2621         * conform/conformtest.pl ($xerrors): New variable.
2622         (note_error): New function.
2623         (compiletest): New argument $xfail.  Use not_error.
2624         (runtest): Likewise.
2625         (top level): Handle xfail- lines.  Update calls to compiletest and
2626         runtest.  Handle xfail- and optional- in headers listed with
2627         allow-header.
2628         * conform/data/fcntl.h-data (O_TTY_INIT): Use xfail-.
2629         (O_EXEC): Likewise.
2630         (O_SEARCH): Likewise.
2631         * conform/data/stropts.h-data (ioctl): Likewise.
2632         * conform/data/sys/ipc.h-data (ipc_perm.mode): Likewise.
2633         * conform/data/sys/sem.h-data (semid_ds.sem_nsems): Likewise.
2634         * conform/data/sys/socket.h-data (msghdr.msg_iovlen): Likewise.
2635         (msghdr.msg_controllen): Likewise.
2636         (cmsghdr.cmsg_len): Likewise.
2637         * conform/data/utmpx.h-data (utmpx.ut_tv): Likewise.
2638         * conform/Makefile (test-xfail-XPG3/sys/ipc.h/conform): Remove
2639         variable.
2640         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
2641         (test-xfail-XPG4/stropts.h/conform): Likewise.
2642         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
2643         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
2644         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
2645         (test-xfail-UNIX98/stropts.h/conform): Likewise.
2646         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
2647         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
2648         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
2649         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
2650         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
2651         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
2652         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
2653         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
2654         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
2655         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
2656         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
2657         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
2658         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
2659         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
2660         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
2662 2015-06-19  Andrew Senkevich  <andrew.senkevich@intel.com>
2664         * sysdeps/ieee754/ldbl-opt/s_sin.c (__DECL_SIMD_sincos_disable,
2665         __DECL_SIMD_sincos_disablef, __DECL_SIMD_sincos_disablel): Added empty
2666         definitions for proper unfolding of __MATHDECL_VEC.
2668 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
2670         * benchtests/bench-strcoll.c:
2671         Include string.h.
2672         (main): Remove unused variable res.
2674 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
2676         * timezone/Makefile (%/UTC %/Universal):
2677         Generate test-result files for UTC and Universal.
2679 2015-06-19  Stefan Liebler  <stli@linux.vnet.ibm.com>
2681         * sysdeps/s390/fpu/libm-test-ulps: Regenerated.
2683 2015-06-18  Joseph Myers  <joseph@codesourcery.com>
2685         [BZ #16350]
2686         * sysdeps/i386/fpu/s_asinh.S (__asinh): Force underflow exception
2687         for arguments with small absolute value.
2688         * sysdeps/i386/fpu/s_asinhf.S (__asinhf): Likewise.
2689         * sysdeps/i386/fpu/s_asinhl.S (__asinhl): Likewise.
2690         * sysdeps/ieee754/dbl-64/s_asinh.c: Include <float.h>.
2691         (__asinh): Force underflow exception for arguments with small
2692         absolute value.
2693         * sysdeps/ieee754/flt-32/s_asinhf.c: Include <float.h>.
2694         (__asinhf): Force underflow exception for arguments with small
2695         absolute value.
2696         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Include <float.h>.
2697         (__asinhl): Force underflow exception for arguments with small
2698         absolute value.
2699         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Include <float.h>.
2700         (__asinhl): Force underflow exception for arguments with small
2701         absolute value.
2702         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Include <float.h>.
2703         (__asinhl): Force underflow exception for arguments with small
2704         absolute value.
2705         * math/auto-libm-test-in: Do not mark underflow exceptions as
2706         possibly missing for bug 16350.
2707         * math/auto-libm-test-out: Regenerated.
2709         * include/bits/ipc.h: Remove file.
2710         * conform/Makefile (test-xfail-XPG3/sys/msg.h/conform): Remove
2711         variable.
2712         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
2713         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
2714         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
2715         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
2716         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
2717         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
2718         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
2719         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
2720         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
2722         * math/auto-libm-test-in: Remove spurious underflow allowance for
2723         tests of cexp.
2724         * math/auto-libm-test-out: Regenerated.
2726         [BZ #18558]
2727         * sysdeps/unix/sysv/linux/bits/in.h (MCAST_JOIN_GROUP): Remove
2728         unconditional definition.
2729         (MCAST_BLOCK_SOURCE): Likewise.
2730         (MCAST_UNBLOCK_SOURCE): Likewise.
2731         (MCAST_LEAVE_GROUP): Likewise.
2732         (MCAST_JOIN_SOURCE_GROUP): Likewise.
2733         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
2734         (MCAST_MSFILTER): Likewise.
2735         * conform/Makefile (test-xfail-XOPEN2K/arpa/inet.h/conform):
2736         Remove variable.
2737         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
2738         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
2739         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
2740         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
2741         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
2743 2015-06-18  Andrew Senkevich  <andrew.senkevich@intel.com>
2745         * NEWS: Mention addition of x86_64 vector sincosf.
2746         * math/test-float-vlen16.h: Added wrapper for sincosf tests.
2747         * math/test-float-vlen4.h: Likewise.
2748         * math/test-float-vlen8.h: Likewise.
2749         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
2750         * sysdeps/x86/fpu/bits/math-vector.h: Added sincosf SIMD declaration.
2751         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
2752         * sysdeps/x86_64/fpu/Versions: New versions added.
2753         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
2754         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
2755         Added build of SSE, AVX2 and AVX512 IFUNC versions.
2756         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.S
2757         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S
2758         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.S
2759         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S
2760         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.S
2761         * sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S
2762         * sysdeps/x86_64/fpu/svml_s_sincosf16_core.S
2763         * sysdeps/x86_64/fpu/svml_s_sincosf4_core.S
2764         * sysdeps/x86_64/fpu/svml_s_sincosf8_core.S
2765         * sysdeps/x86_64/fpu/svml_s_sincosf8_core_avx.S
2766         * sysdeps/x86_64/fpu/svml_s_sincosf_data.S: New file.
2767         * sysdeps/x86_64/fpu/svml_s_sincosf_data.h: New file.
2768         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 3 argument wrappers.
2769         * sysdeps/x86_64/fpu/test-float-vlen16.c: : Vector sincosf tests.
2770         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Likewise.
2771         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
2772         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
2773         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
2774         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
2775         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
2776         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
2778         * NEWS: Mention addition of x86_64 vector sincos.
2779         * bits/libm-simd-decl-stubs.h: Added stubs for sincos.
2780         * math/math.h (__MATHDECL_VEC): New macro.
2781         * math/bits/mathcalls.h: Added sincos declaration with __MATHDECL_VEC.
2782         * math/gen-libm-have-vector-test.sh: Added generation of sincos wrapper
2783         declaration under condition.
2784         * math/test-vec-loop.h (TEST_VEC_LOOP): Refactored.
2785         * math/test-double-vlen2.h: Added wrapper for sincos tests, reflected
2786         TEST_VEC_LOOP change.
2787         * math/test-double-vlen4.h: Likewise.
2788         * math/test-double-vlen8.h: Likewise.
2789         * math/test-float-vlen16.h: Reflected TEST_VEC_LOOP change.
2790         * math/test-float-vlen4.h: Likewise.
2791         * math/test-float-vlen8.h: Likewise.
2792         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
2793         * sysdeps/x86/fpu/bits/math-vector.h: Added sincos SIMD declaration.
2794         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
2795         * sysdeps/x86_64/fpu/Versions: New versions added.
2796         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
2797         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
2798         Added build of SSE, AVX2 and AVX512 IFUNC versions.
2799         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.S: New file.
2800         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S: New file.
2801         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.S: New file.
2802         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S: New file.
2803         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.S: New file.
2804         * sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S: New file.
2805         * sysdeps/x86_64/fpu/svml_d_sincos2_core.S: New file.
2806         * sysdeps/x86_64/fpu/svml_d_sincos4_core.S: New file.
2807         * sysdeps/x86_64/fpu/svml_d_sincos4_core_avx.S: New file.
2808         * sysdeps/x86_64/fpu/svml_d_sincos8_core.S: New file.
2809         * sysdeps/x86_64/fpu/svml_d_sincos_data.S: New file.
2810         * sysdeps/x86_64/fpu/svml_d_sincos_data.h: New file.
2811         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added wrappers for sincos.
2812         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Vector sincos tests.
2813         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
2814         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
2815         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
2816         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
2817         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
2818         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
2819         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
2821         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
2822         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
2823         redirections for powf.
2824         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
2825         * sysdeps/x86_64/fpu/Versions: New versions added.
2826         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
2827         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
2828         Added build of SSE, AVX2 and AVX512 IFUNC versions.
2829         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: Added 2 argument wrappers.
2830         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.S: New file.
2831         * sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S: New file.
2832         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.S: New file.
2833         * sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S: New file.
2834         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.S: New file.
2835         * sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S: New file.
2836         * sysdeps/x86_64/fpu/svml_s_powf16_core.S: New file.
2837         * sysdeps/x86_64/fpu/svml_s_powf4_core.S: New file.
2838         * sysdeps/x86_64/fpu/svml_s_powf8_core.S: New file.
2839         * sysdeps/x86_64/fpu/svml_s_powf8_core_avx.S: New file.
2840         * sysdeps/x86_64/fpu/svml_s_powf_data.S: New file.
2841         * sysdeps/x86_64/fpu/svml_s_powf_data.h: New file.
2842         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector powf tests.
2843         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
2844         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
2845         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
2846         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
2847         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
2848         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
2849         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
2850         * math/test-float-vlen16.h: Fixed 2 argument macro.
2851         * math/test-float-vlen4.h: Likewise.
2852         * math/test-float-vlen8.h: Likewise.
2853         * NEWS: Mention addition of x86_64 vector powf.
2855 2015-06-17  Joseph Myers  <joseph@codesourcery.com>
2857         * math/s_ctanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
2858         and redefine.
2859         * math/s_ctanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
2860         and redefine.
2861         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c: Remove file.
2862         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
2863         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
2865         [BZ #18553]
2866         * resource/getpriority.c (getpriority): Rename to __getpriority
2867         and define as weak alias of __getpriority.
2868         * resource/setpriority.c (setpriority): Rename to __setpriority
2869         and define as weak alias of __setpriority.
2870         * sysdeps/mach/hurd/getpriority.c (getpriority): Rename to
2871         __getpriority and define as weak alias of __getpriority.
2872         * sysdeps/mach/hurd/setpriority.c (setpriority): Rename to
2873         __setpriority and define as weak alias of __setpriority.
2874         * sysdeps/unix/syscalls.list (getpriority): Use __getpriority as
2875         strong name.
2876         (setpriority): Use __setpriority as strong name.
2877         * sysdeps/unix/sysv/linux/getpriority.c (getpriority): Rename to
2878         __getpriority and define as weak alias of __getpriority.
2879         * include/sys/resource.h (__getpriority): Declare.  Use
2880         libc_hidden_proto.
2881         (__setpriority): Likewise.
2882         (getpriority): Don't use libc_hidden_proto.
2883         (setpriority): Likewise.
2884         * sysdeps/posix/nice.c (nice): Call __getpriority instead of
2885         getpriority.  Call __setpriority instead of setpriority.
2886         * conform/Makefile (test-xfail-XPG3/unistd.h/linknamespace):
2887         Remove variable.
2889         [BZ #18547]
2890         * misc/getttyent.c (getttynam): Rename to __getttynam and define
2891         as weak alias of __getttynam.  Use prototype function definition.
2892         Call __setttyent, __getttyent and __endttyent instead of
2893         setttyent, getttyent and endttyent.
2894         (getttyent): Rename to __getttyent and define as weak alias of
2895         __getttyent.  Call __setttyent instead of setttyent.  Call
2896         __fgets_unlocked instead of fgets_unlocked.
2897         (setttyent): Rename to __setttyent and define as weak alias of
2898         __setttyent.
2899         (endttyent): Rename to __endttyent and define as weak alias of
2900         __endttyent.
2901         * include/ttyent.h (__getttyent): Declare.  Use libc_hidden_proto.
2902         (__setttyent): Likewise.
2903         (__endttyent): Likewise.
2904         (getttyent): Don't use libc_hidden_proto.
2905         (setttyent): Likewise.
2906         (endttyent): Likewise.
2907         * misc/ttyslot.c (ttyslot): Call __setttyent, __getttyent and
2908         __endttyent instead of setttyent, getttyent and endttyent.
2909         * conform/Makefile (test-xfail-XPG4/unistd.h/linknamespace):
2910         Remove variable.
2912         [BZ #18546]
2913         * socket/recv.c (__recv): Use libc_hidden_def.
2914         * socket/socket.c (__socket): Likewise.
2915         * sysdeps/mach/hurd/recv.c (__recv): Likewise.
2916         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
2917         * sysdeps/unix/sysv/linux/generic/recv.c (__recv): Likewise.
2918         * sysdeps/unix/sysv/linux/recv.c (__recv): Use libc_hidden_weak.
2919         * sysdeps/unix/sysv/linux/socket.c (__socket): Use
2920         libc_hidden_def.
2921         * sysdeps/unix/sysv/linux/x86_64/recv.c (__recv): Use
2922         libc_hidden_weak.
2923         * include/sys/socket.h (__socket): Do not use attribute_hidden.
2924         Use libc_hidden_proto.
2925         (__recv): Likewise.
2926         * socket/Versions (libc): Export __recv and __socket at version
2927         GLIBC_PRIVATE.
2928         * sysdeps/unix/sysv/linux/mq_notify.c (helper_thread): Call __recv
2929         instead of recv.
2930         (init_mq_netlink): Call __socket instead of socket.
2931         * conform/Makefile (test-xfail-POSIX/mqueue.h/linknamespace):
2932         Remove variable.
2934         [BZ #18545]
2935         * rt/mq_timedreceive.c (mq_timedreceive): Rename to
2936         __mq_timedreceive and define as alias of __mq_timedreceive.  Use
2937         hidden_weak.
2938         * rt/mq_timedsend.c (mq_timedsend): Rename to __mq_timedsend and
2939         define as alias of __mq_timedsend.  Use hidden_weak.
2940         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Use
2941         __mq_timedsend as strong name.
2942         (mq_timedreceive): Use __mq_timedreceive as strong name.
2943         * include/mqueue.h (__mq_timedsend): Declare.  Use hidden_proto.
2944         (__mq_timedreceive): Likewise.
2945         * sysdeps/unix/sysv/linux/mq_receive.c (mq_receive): Call
2946         __mq_timedreceive instead of mq_timedreceive.
2947         * sysdeps/unix/sysv/linux/mq_send.c (mq_send): Call __mq_timedsend
2948         instead of mq_timedsend.
2949         * conform/Makefile (test-xfail-UNIX98/mqueue.h/linknamespace):
2950         Remove variable.
2952         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Use
2953         hidden_def and hidden_weak instead of libc_hidden_def and
2954         libc_hidden_weak.
2955         (top level): Refer to hidden_def in comment.
2956         * sysdeps/unix/syscall-template.S (syscall_hidden_def): New
2957         macro.  Use it instead of libc_hidden_def.
2958         * sysdeps/unix/sysv/linux/syscalls.list (mq_timedsend): Do not
2959         specify __GI_* name explicitly.
2960         (mq_timedreceive): Likewise.
2961         (mq_setattr): Likewise.
2963         [BZ #18544]
2964         * nptl/pthread_barrier_init.c (pthread_barrier_init): Rename to
2965         __pthread_barrier_init and define as weak alias of
2966         __pthread_barrier_init.
2967         * sysdeps/sparc/nptl/pthread_barrier_init.c
2968         (pthread_barrier_init): Likewise.
2969         * nptl/pthread_barrier_wait.c (pthread_barrier_wait): Rename to
2970         __pthread_barrier_wait and define as weak alias of
2971         __pthread_barrier_wait.
2972         * sysdeps/sparc/nptl/pthread_barrier_wait.c
2973         (pthread_barrier_wait): Likewise.
2974         * sysdeps/sparc/sparc32/pthread_barrier_wait.c
2975         (pthread_barrier_wait): Likewise.
2976         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S
2977         (pthread_barrier_wait): Likewise.
2978         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S
2979         (pthread_barrier_wait): Likewise.
2980         * nptl/Versions (libpthread): Export __pthread_barrier_init and
2981         __pthread_barrier_wait at version GLIBC_PRIVATE.
2982         * include/pthread.h (__pthread_barrier_init): Declare.
2983         (__pthread_barrier_wait): Likewise.
2984         * sysdeps/unix/sysv/linux/mq_notify.c (notification_function):
2985         Call __pthread_barrier_wait instead of pthread_barrier_wait.
2986         (helper_thread): Likewise.
2987         (init_mq_netlink): Call __pthread_barrier_init instead of
2988         pthread_barrier_init.
2990         [BZ #18542]
2991         * libio/iovswscanf.c (__vswscanf): Use libc_hidden_def.
2992         (vswscanf): Use ldbl_weak_alias instead of ldbl_strong_alias
2993         * include/wchar.h (__vswscanf): Declare.  Use libc_hidden_proto.
2994         * libio/swscanf.c (__swscanf): Call __vswscanf instead of
2995         vswscanf.
2996         * conform/Makefile (test-xfail-UNIX98/wchar.h/linknamespace):
2997         Remove variable.
2999         [BZ #18540]
3000         * libio/iofflush.c [!_IO_MTSAFE_IO] (__fflush_unlocked): Define as
3001         strong alias of _IO_fflush.  Use libc_hidden_def.
3002         * libio/iofflush_u.c (fflush_unlocked): Rename to
3003         __fflush_unlocked and define as weak alias of __fflush_unlocked.
3004         Use libc_hidden_weak.
3005         * include/stdio.h (__fflush_unlocked): Declare.  Use
3006         libc_hidden_proto.
3007         * misc/getpass.c (getpass): Call __fflush_unlocked instead of
3008         fflush_unlocked.
3009         * conform/Makefile (test-xfail-UNIX98/unistd.h/linknamespace):
3010         Remove variable.
3012         [BZ #18539]
3013         * stdlib/fmtmsg.c (addseverity): Rename to __addseverity and
3014         define as weak alias of __addseverity.
3015         * conform/Makefile (test-xfail-XPG4/fmtmsg.h/linknamespace):
3016         Remove variable.
3017         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
3018         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
3019         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
3021         [BZ #18536]
3022         * misc/tsearch.c (__tsearch): Use libc_hidden_def.
3023         (__tfind): Likewise.
3024         (__tdelete): Likewise.
3025         (__twalk): Likewise.
3026         * misc/Versions (libc): Add __tdelete, __tfind, __tsearch and
3027         __twalk to GLIBC_PRIVATE.
3028         * include/search.h (__tsearch): Use libc_hidden_proto.
3029         (__tfind): Likewise.
3030         (__tdelete): Likewise.
3031         (__twalk): Likewise.
3032         * nptl/sem_close.c (sem_close): Call __twalk instead of twalk.
3033         Call __tdelete instead of tdelete.
3034         * nptl/sem_open.c (check_add_mapping): Call __tfind instead of
3035         tfind.  Call __tsearch instead of tsearch.
3036         * sysdeps/sparc/sparc32/sem_open.c (check_add_mapping): Likewise.
3037         * conform/Makefile (test-xfail-POSIX/semaphore.h/linknamespace):
3038         Remove variable.
3039         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
3041         [BZ #18534]
3042         * stdio-common/dprintf.c (__dprintf): Use libc_hidden_def.
3043         (dprintf): Define as a weak alias of __dprintf, not a strong
3044         alias.
3045         * include/stdio.h (__dprintf): Declare.  Use libc_hidden_proto.
3046         * misc/syslog.c (__vsyslog_chk): Call __dprintf instead of
3047         dprintf.
3048         * conform/Makefile (test-xfail-XPG4/syslog.h/linknamespace):
3049         Remove variable.
3050         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
3051         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
3053         [BZ #18533]
3054         * misc/syslog.c (vsyslog): Define as a weak alias of __vsyslog,
3055         not a strong alias.
3056         * conform/Makefile (test-xfail-XOPEN2K8/syslog.h/linknamespace):
3057         Remove variable.
3059         [BZ #18532]
3060         * inet/in6_addr.c (in6addr_any): Rename to __in6addr_any and
3061         define as weak alias of __in6addr_any.  Use libc_hidden_data_weak.
3062         (in6addr_loopback): Rename to __in6addr_loopback and define as
3063         weak alias of __in6addr_loopback.  Use libc_hidden_data_weak.
3064         * include/netinet/in.h (__in6addr_loopback): Declare.  Use
3065         libc_hidden_proto.
3066         (__in6addr_any): Likewise.
3067         * inet/gethstbyad_r.c (PREPROCESS): Use __in6addr_any instead of
3068         in6addr_any.
3069         * conform/Makefile (test-xfail-XPG4/netdb.h/linknamespace): Remove
3070         variable.
3071         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
3073 2015-06-17  Andrew Senkevich  <andrew.senkevich@intel.com>
3075         * bits/libm-simd-decl-stubs.h: Added stubs for pow.
3076         * math/bits/mathcalls.h: Added pow declaration with __MATHCALL_VEC.
3077         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
3078         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
3079         redirections for pow.
3080         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
3081         * sysdeps/x86_64/fpu/Versions: New versions added.
3082         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
3083         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
3084         build of SSE, AVX2 and AVX512 IFUNC versions.
3085         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: Added 2 argument wrappers.
3086         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.S: New file.
3087         * sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S: New file.
3088         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.S: New file.
3089         * sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S: New file.
3090         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.S: New file.
3091         * sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S: New file.
3092         * sysdeps/x86_64/fpu/svml_d_pow2_core.S: New file.
3093         * sysdeps/x86_64/fpu/svml_d_pow4_core.S: New file.
3094         * sysdeps/x86_64/fpu/svml_d_pow4_core_avx.S: New file.
3095         * sysdeps/x86_64/fpu/svml_d_pow8_core.S: New file.
3096         * sysdeps/x86_64/fpu/svml_d_pow_data.S: New file.
3097         * sysdeps/x86_64/fpu/svml_d_pow_data.h: New file.
3098         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector pow test.
3099         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
3100         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
3101         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
3102         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
3103         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
3104         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
3105         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
3106         * NEWS: Mention addition of x86_64 vector pow.
3108         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
3109         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
3110         redirections for expf.
3111         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
3112         * sysdeps/x86_64/fpu/Versions: New versions added.
3113         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
3114         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
3115         build of SSE, AVX2 and AVX512 IFUNC versions.
3116         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.S: New file.
3117         * sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S: New file.
3118         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.S: New file.
3119         * sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S: New file.
3120         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.S: New file.
3121         * sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S: New file.
3122         * sysdeps/x86_64/fpu/svml_s_expf16_core.S: New file.
3123         * sysdeps/x86_64/fpu/svml_s_expf4_core.S: New file.
3124         * sysdeps/x86_64/fpu/svml_s_expf8_core.S: New file.
3125         * sysdeps/x86_64/fpu/svml_s_expf8_core_avx.S: New file.
3126         * sysdeps/x86_64/fpu/svml_s_expf_data.S: New file.
3127         * sysdeps/x86_64/fpu/svml_s_expf_data.h: New file.
3128         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector expf tests.
3129         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
3130         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
3131         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
3132         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
3133         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
3134         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
3135         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
3136         * NEWS: Mention addition of x86_64 vector expf.
3138         * bits/libm-simd-decl-stubs.h: Added stubs for exp.
3139         * math/bits/mathcalls.h: Added exp declaration with __MATHCALL_VEC.
3140         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
3141         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
3142         redirections for exp.
3143         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
3144         * sysdeps/x86_64/fpu/Versions: New versions added.
3145         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
3146         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
3147         build of SSE, AVX2 and AVX512 IFUNC versions.
3148         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.S: New file.
3149         * sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S: New file.
3150         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.S: New file.
3151         * sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S: New file.
3152         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.S: New file.
3153         * sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S: New file.
3154         * sysdeps/x86_64/fpu/svml_d_exp2_core.S: New file.
3155         * sysdeps/x86_64/fpu/svml_d_exp4_core.S: New file.
3156         * sysdeps/x86_64/fpu/svml_d_exp4_core_avx.S: New file.
3157         * sysdeps/x86_64/fpu/svml_d_exp8_core.S: New file.
3158         * sysdeps/x86_64/fpu/svml_d_exp_data.S: New file.
3159         * sysdeps/x86_64/fpu/svml_d_exp_data.h: New file.
3160         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector exp test.
3161         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
3162         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
3163         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
3164         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
3165         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
3166         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
3167         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
3168         * NEWS: Mention addition of x86_64 vector exp.
3170         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
3171         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
3172         redirections for logf.
3173         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
3174         * sysdeps/x86_64/fpu/Versions: New versions added.
3175         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
3176         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
3177         build of SSE, AVX2 and AVX512 IFUNC versions.
3178         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.S: New file.
3179         * sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S: New file.
3180         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.S: New file.
3181         * sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S: New file.
3182         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.S: New file.
3183         * sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S: New file.
3184         * sysdeps/x86_64/fpu/svml_s_logf16_core.S: New file.
3185         * sysdeps/x86_64/fpu/svml_s_logf4_core.S: New file.
3186         * sysdeps/x86_64/fpu/svml_s_logf8_core.S: New file.
3187         * sysdeps/x86_64/fpu/svml_s_logf8_core_avx.S: New file.
3188         * sysdeps/x86_64/fpu/svml_s_logf_data.S: New file.
3189         * sysdeps/x86_64/fpu/svml_s_logf_data.h: New file.
3190         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector logf tests.
3191         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
3192         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
3193         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
3194         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
3195         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
3196         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
3197         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
3198         * NEWS: Mention addition of x86_64 vector logf.
3200         * bits/libm-simd-decl-stubs.h: Added stubs for log.
3201         * math/bits/mathcalls.h: Added log declaration with __MATHCALL_VEC.
3202         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
3203         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration and asm
3204         redirections for log.
3205         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
3206         * sysdeps/x86_64/fpu/Versions: New versions added.
3207         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
3208         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
3209         build of SSE, AVX2 and AVX512 IFUNC versions.
3210         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.S: New file.
3211         * sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S: New file.
3212         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.S: New file.
3213         * sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S: New file.
3214         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.S: New file.
3215         * sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S: New file.
3216         * sysdeps/x86_64/fpu/svml_d_log2_core.S: New file.
3217         * sysdeps/x86_64/fpu/svml_d_log4_core.S: New file.
3218         * sysdeps/x86_64/fpu/svml_d_log4_core_avx.S: New file.
3219         * sysdeps/x86_64/fpu/svml_d_log8_core.S: New file.
3220         * sysdeps/x86_64/fpu/svml_d_log_data.S: New file.
3221         * sysdeps/x86_64/fpu/svml_d_log_data.h: New file.
3222         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector log
3223         test.
3224         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
3225         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
3226         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
3227         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
3228         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
3229         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
3230         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
3231         * NEWS: Mention addition of x86_64 vector log.
3233 2015-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
3235         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Fix
3236         cfi_adjust_cfa_offset argument.
3237         (_dl_tlsdesc_undefweak, _dl_tlsdesc_dynamic): Likewise.
3238         (_dl_tlsdesc_resolve_rela, _dl_tlsdesc_resolve_hold): Likewise.
3240         [BZ #18034]
3241         * sysdeps/aarch64/dl-tlsdesc.h (_dl_tlsdesc_return_lazy): Declare.
3242         * sysdeps/aarch64/dl-tlsdesc.S (_dl_tlsdesc_return_lazy): Define.
3243         (_dl_tlsdesc_undefweak): Guarantee TLSDESC entry and argument load-load
3244         ordering using ldar.
3245         (_dl_tlsdesc_dynamic): Likewise.
3246         (_dl_tlsdesc_return_lazy): Likewise.
3247         * sysdeps/aarch64/tlsdesc.c (_dl_tlsdesc_resolve_rela_fixup): Use
3248         relaxed atomics instead of volatile and synchronize with release store.
3249         (_dl_tlsdesc_resolve_hold_fixup): Use relaxed atomics instead of
3250         volatile.
3251         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
3253 2015-06-15  Andrew Senkevich  <andrew.senkevich@intel.com>
3255         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New symbols added.
3256         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for sinf.
3257         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
3258         * sysdeps/x86_64/fpu/Versions: New versions added.
3259         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
3260         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines): Added
3261         build of SSE, AVX2 and AVX512 IFUNC versions.
3262         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.S: New file.
3263         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S: New file.
3264         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.S: New file.
3265         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S: New file.
3266         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.S: New file.
3267         * sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S: New file.
3268         * sysdeps/x86_64/fpu/svml_s_sinf16_core.S: New file.
3269         * sysdeps/x86_64/fpu/svml_s_sinf4_core.S: New file.
3270         * sysdeps/x86_64/fpu/svml_s_sinf8_core.S: New file.
3271         * sysdeps/x86_64/fpu/svml_s_sinf8_core_avx.S: New file.
3272         * sysdeps/x86_64/fpu/svml_s_sinf_data.S: New file.
3273         * sysdeps/x86_64/fpu/svml_s_sinf_data.h: New file.
3274         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: Vector sinf tests.
3275         * sysdeps/x86_64/fpu/test-float-vlen16.c: Likewise.
3276         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: Likewise.
3277         * sysdeps/x86_64/fpu/test-float-vlen4.c: Likewise.
3278         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: Likewise.
3279         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: Likewise.
3280         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: Likewise.
3281         * sysdeps/x86_64/fpu/test-float-vlen8.c: Likewise.
3282         * NEWS: Mention addition of x86_64 vector sinf.
3284 2015-06-14  Joseph Myers  <joseph@codesourcery.com>
3286         * conform/list-header-symbols.pl (%extra_syms): Add in6addr_any
3287         and in6addr_loopback for XOPEN2K, XOPEN2K8 and POSIX2008.
3288         * conform/Makefile (test-xfail-XOPEN2K/netdb.h/linknamespace):
3289         Remove variable.
3290         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
3291         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
3293 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
3295         [BZ #18530]
3296         * libio/iofputs.c [!_IO_MTSAFE_IO] (__fputs_unlocked): Define as
3297         strong alias of _IO_fputs.  Use libc_hidden_def.
3298         * libio/iofputs_u.c (fputs_unlocked): Rename to __fputs_unlocked
3299         and define as weak alias of __fputs_unlocked.  Use
3300         libc_hidden_weak.
3301         * include/stdio.h (__fputs_unlocked): Declare.  Use
3302         libc_hidden_proto.
3303         * misc/syslog.c (__vsyslog_chk): Call __fputs_unlocked instead of
3304         fputs_unlocked.
3306         [BZ #18529]
3307         * resolv/netdb.h [__USE_POSIX]: Change condition to
3308         [__USE_XOPEN2K].
3309         * conform/data/netdb.h-data [XPG4 || UNIX98] (struct addrinfo): Do
3310         not expect.
3311         [XPG4 || UNIX98] (AI_PASSIVE): Likewise.
3312         [XPG4 || UNIX98] (AI_CANONNAME): Likewise.
3313         [XPG4 || UNIX98] (AI_NUMERICHOST): Likewise.
3314         [XPG4 || UNIX98] (AI_V4MAPPED): Likewise.
3315         [XPG4 || UNIX98] (AI_ALL): Likewise.
3316         [XPG4 || UNIX98] (AI_ADDRCONFIG): Likewise.
3317         [XPG4 || UNIX98] (AI_NUMERICSERV): Likewise.
3318         [XPG4 || UNIX98] (NI_NOFQDN): Likewise.
3319         [XPG4 || UNIX98] (NI_NUMERICHOST): Likewise.
3320         [XPG4 || UNIX98] (NI_NAMEREQD): Likewise.
3321         [XPG4 || UNIX98] (NI_NUMERICSERV): Likewise.
3322         [XPG4 || UNIX98] (NI_DGRAM): Likewise.
3323         [XPG4 || UNIX98] (EAI_AGAIN): Likewise.
3324         [XPG4 || UNIX98] (EAI_BADFLAGS): Likewise.
3325         [XPG4 || UNIX98] (EAI_FAIL): Likewise.
3326         [XPG4 || UNIX98] (EAI_FAMILY): Likewise.
3327         [XPG4 || UNIX98] (EAI_MEMORY): Likewise.
3328         [XPG4 || UNIX98] (EAI_NONAME): Likewise.
3329         [XPG4 || UNIX98] (EAI_SERVICE): Likewise.
3330         [XPG4 || UNIX98] (EAI_SOCKTYPE): Likewise.
3331         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
3332         [XPG4 || UNIX98] (EAI_SYSTEM): Likewise.
3333         [XPG4 || UNIX98] (freeaddrinfo): Likewise.
3334         [XPG4 || UNIX98] (gai_strerror): Likewise.
3335         [XPG4 || UNIX98] (getaddrinfo): Likewise.
3336         [XPG4 || UNIX98] (getnameinfo): Likewise.
3338         [BZ #18528]
3339         * grp/grp.h (endgrent): Condition on [__USE_MISC ||
3340         __USE_XOPEN_EXTENDED], not [__USE_XOPEN_EXTENDED ||
3341         __USE_XOPEN2K8].
3342         (getgrent): Likewise.
3343         * conform/data/grp.h-data [XPG3 || POSIX2008] (getgrent): Do not
3344         expect.
3345         [XPG3 || POSIX2008] (endgrent): Likewise.
3346         [XPG3] (setgrent): Likewise.
3347         * conform/Makefile (test-xfail-XPG3/grp.h/conform): Remove
3348         variable.
3349         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
3351         [BZ #18527]
3352         * login/getlogin_r.c (getlogin_r): Rename to __getlogin_r and
3353         define as weak alias of __getlogin_r.  Use libc_hidden_weak.
3354         * sysdeps/mach/hurd/getlogin_r.c (getlogin_r): Likewise.
3355         * sysdeps/unix/getlogin_r.c (getlogin_r): Likewise.
3356         * sysdeps/unix/sysv/linux/getlogin_r.c (getlogin_r): Likewise.
3357         * include/unistd.h (__getlogin_r): Declare.  Use
3358         libc_hidden_proto.
3359         * posix/glob.c (glob): Call __getlogin_r instead of getlogin_r.
3360         * conform/Makefile (test-xfail-XPG3/glob.h/linknamespace): Remove
3361         variable.
3362         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
3363         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
3364         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
3366 2015-06-12  Martin Sebor  <msebor@redhat.com>
3368         [BZ #18512]
3369         * Makerules (check-install-supported): New target.
3370         (install): Add check-install-supported as a dependency.
3371         * manual/install.texi (Installing the C Library): Document
3372         that overriding prefix and exec_prefix is not supported.
3373         Mention DESTDIR.
3374         * INSTALL: Regenerate from the above.
3376 2015-06-12  Joseph Myers  <joseph@codesourcery.com>
3378         [BZ #18519]
3379         * posix/Versions (libc): Export __libc_pread at version
3380         GLIBC_PRIVATE.
3381         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Call __libc_pread
3382         instead of pread.
3383         * conform/Makefile (test-xfail-POSIX/aio.h/linknamespace): Remove
3384         variable.
3386         [BZ #18522]
3387         * misc/efgcvt_r.c
3388         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0) && !LONG_DOUBLE_CVT]
3389         (cvt_symbol): Use weak_alias instead of strong_alias.
3390         [LONG_DOUBLE_COMPAT (libc, GLIBC_2_0)] (cvt_symbol): Likewise.
3391         * conform/Makefile (test-xfail-XPG4/stdlib.h/linknamespace):
3392         Remove variable.
3393         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
3394         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
3396         [BZ #18520]
3397         * inet/herrno.c (h_errno): Rename to __h_errno.
3398         (__libc_h_errno): Define as alias of __h_errno not h_errno.
3399         * include/netdb.h [IS_IN_LIB && !IS_IN (libc)] (h_errno): Define
3400         to __h_errno instead of h_errno.
3401         * nptl/herrno.c (h_errno): Rename to __h_errno.
3402         (__h_errno_location): Refer to __h_errno not h_errno.
3403         * resolv/Versions (h_errno): Rename to __h_errno.
3404         * conform/Makefile (test-xfail-XOPEN2K8/grp.h/linknamespace):
3405         Remove variable.
3406         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
3408 2015-06-11  Andrew Senkevich  <andrew.senkevich@intel.com>
3410         * configure.ac: More strict check for AVX512 assembler support.
3411         * configure: Regenerated.
3413         * bits/libm-simd-decl-stubs.h: Added stubs for sin.
3414         * math/bits/mathcalls.h: Added sin declaration with __MATHCALL_VEC.
3415         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
3416         * sysdeps/x86/fpu/bits/math-vector.h: SIMD declaration for sin.
3417         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
3418         * sysdeps/x86_64/fpu/Versions: New versions added.
3419         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
3420         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
3421         Added build of SSE, AVX2 and AVX512 IFUNC versions.
3422         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.S: New file.
3423         * sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S: New file.
3424         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.S: New file.
3425         * sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S: New file.
3426         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.S: New file.
3427         * sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S: New file.
3428         * sysdeps/x86_64/fpu/svml_d_sin2_core.S: New file.
3429         * sysdeps/x86_64/fpu/svml_d_sin4_core.S: New file.
3430         * sysdeps/x86_64/fpu/svml_d_sin4_core_avx.S: New file.
3431         * sysdeps/x86_64/fpu/svml_d_sin8_core.S: New file.
3432         * sysdeps/x86_64/fpu/svml_d_sin_data.S: New file.
3433         * sysdeps/x86_64/fpu/svml_d_sin_data.h: New file.
3434         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: Added vector sin
3435         test.
3436         * sysdeps/x86_64/fpu/test-double-vlen2.c: Likewise.
3437         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: Likewise.
3438         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: Likewise.
3439         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: Likewise.
3440         * sysdeps/x86_64/fpu/test-double-vlen4.c: Likewise.
3441         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: Likewise.
3442         * sysdeps/x86_64/fpu/test-double-vlen8.c: Likewise.
3443         * NEWS: Mention addition of x86_64 vector sin.
3445 2015-06-11  Florian Weimer  <fweimer@redhat.com>
3447         * nptl/pthread_key_create.c (__pthread_key_create): Fix typo in
3448         comment.
3450 2015-06-10  Gleb Fotengauer-Malinovskiy  <glebfm@altlinux.org>
3452         [BZ #18479]
3453         * nptl/pt-interp.c: New file.
3454         * nptl/Makefile (libpthread-routines, libpthread-shared-only-routines):
3455         Add pt-interp.
3456         [[$(build-shared) = yes] ($(objpfx)pt-interp.os): Depend on
3457         $(common-objpfx)runtime-linker.h.
3459 2015-06-10  Dmitry V. Levin  <ldv@altlinux.org>
3461         * Makeconfig (+interp): Remove unused variable.
3462         * elf/Makefile ($(objpfx)interp.os): Define for [$(build-shared) = yes]
3463         only.  Depend on $(common-objpfx)runtime-linker.h instead of
3464         $(elf-objpfx)runtime-linker.h.
3465         ($(elf-objpfx)runtime-linker.h): Rename to
3466         $(common-objpfx)runtime-linker.h and move ...
3467         * Makerules [$(build-shared) = yes]: ... here.
3468         * elf/interp.c: Include <runtime-linker.h> instead of
3469         <elf/runtime-linker.h>.
3471 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3473         * sysdeps/unix/sysv/linux/i386/gettimeofday.c
3474         (__gettimeofday_syscall): Remove vsyscall fallback.
3475         * sysdeps/unix/sysv/linux/i386/time.c (__time_syscall): Likewise.
3476         * sysdeps/unix/sysv/linux/x86/gettimeofday.c (__gettimeofday_syscall):
3477         Add syscall fallback function.
3478         (gettimeofday_ifunc): Use __gettimeofday_syscall as fallback mechanism
3479         if vDSO is not present.
3480         * sysdeps/unix/sysv/linux/x86/time.c (__time_syscall): Add syscall
3481         fallback function.
3482         (time_ifunc): Use __time_syscall as fallback mechanism if vDSO is not
3483         present.
3484         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Remove file.
3485         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
3487 2015-06-09  Joseph Myers  <joseph@codesourcery.com>
3489         [BZ #18497]
3490         * wcsmbs/wcscmp.c [!WCSCMP] (WCSCMP): Define as __wcscmp instead
3491         of wcscmp.
3492         (wcscmp): Define as weak alias of WCSCMP.
3493         * wcsmbs/wcscoll.c (STRCOLL): Define as __wcscoll instead of
3494         wcscoll.
3495         (USE_HIDDEN_DEF): Define.
3496         [!USE_IN_EXTENDED_LOCALE_MODEL] (wcscoll): Define as weak alias of
3497         __wcscoll.  Don't use libc_hidden_weak.
3498         * wcsmbs/wcscoll_l.c (STRCMP): Define as __wcscmp instead of
3499         wcscmp.
3500         * sysdeps/i386/i686/multiarch/wcscmp-c.c
3501         [SHARED] (libc_hidden_def): Define __GI___wcscmp instead of
3502         __GI_wcscmp.
3503         (weak_alias): Undefine and redefine.
3504         * sysdeps/i386/i686/multiarch/wcscmp.S (wcscmp): Rename to
3505         __wcscmp and define as weak alias of __wcscmp.
3506         * sysdeps/x86_64/wcscmp.S (wcscmp): Likewise.
3507         * include/wchar.h (__wcscmp): Declare.  Use libc_hidden_proto.
3508         (__wcscoll): Likewise.
3509         (wcscmp): Don't use libc_hidden_proto.
3510         (wcscoll): Likewise.
3511         * posix/regcomp.c (build_range_exp): Call __wcscoll instead of
3512         wcscoll.
3513         * posix/regexec.c (check_node_accept_bytes): Likewise.
3514         * conform/Makefile (test-xfail-XPG3/regex.h/linknamespace): Remove
3515         variable.
3516         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
3517         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
3519         [BZ #18507]
3520         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Rename to
3521         __fstatvfs and define as weak alias of __fstatvfs.  Use
3522         libc_hidden_weak.
3523         * sysdeps/unix/sysv/linux/statvfs.c (statvs): Rename to __statvfs
3524         and define as weak alias of __statvfs.  Use libc_hidden_weak.
3525         * sysdeps/unix/sysv/linux/wordsize-64/fstatvfs.c (__fstatvfs64):
3526         Define as alias of __fstatvfs, not fstatvfs.
3527         (fstatvfs64): Likewise.
3528         * sysdeps/unix/sysv/linux/wordsize-64/statvfs.c (__statvfs64):
3529         Define as alias of __statvfs, not statvfs.
3530         (statvfs64): Likewise.
3531         * conform/Makefile (test-xfail-POSIX/unistd.h/linknamespace):
3532         Remove variable.
3534 2015-06-09  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3537         (HAVE_GETCPU_VSYSCALL): Define.
3538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3539         (HAVE_GETCPU_VSYSCALL): Likewise.
3540         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Remove file.
3541         * sysdeps/unix/sysv/linux/sched_getcpu.c
3542         (HAVE_VSYSCALL) [HAVE_GETCPU_VSYSCALL]: Define.
3543         (sched_getcpu): Use INLINE_VSYSCALL instead of INLINE_SYSCALL.
3544         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (getcpu): Add vDSO
3545         prototype.
3546         * sysdeps/unix/sysv/linux/x86_64/init-first.c
3547         (__vdso_platform_setup): Remove vsyscall getcpu fallback.
3548         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Remove file.
3549         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (HAVE_GETCPU_VSYSCALL):
3550         Define.
3551         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: Remove file.
3552         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
3553         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c: Likewise.
3554         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
3556 2015-06-09  Andrew Senkevich  <andrew.senkevich@intel.com>
3558         * sysdeps/x86_64/fpu/Makefile: New file.
3559         * sysdeps/x86_64/fpu/Versions: New file.
3560         * sysdeps/x86_64/fpu/svml_d_cos_data.S: New file.
3561         * sysdeps/x86_64/fpu/svml_d_cos_data.h: New file.
3562         * sysdeps/x86_64/fpu/svml_d_cos2_core.S: New file.
3563         * sysdeps/x86_64/fpu/svml_d_cos4_core.S: New file.
3564         * sysdeps/x86_64/fpu/svml_d_cos4_core_avx.S: New file.
3565         * sysdeps/x86_64/fpu/svml_d_cos8_core.S: New file.
3566         * sysdeps/x86_64/fpu/svml_d_wrapper_impl.h: New file.
3567         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.S: New file.
3568         * sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S: New file.
3569         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.S: New file.
3570         * sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S: New file.
3571         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.S: New file.
3572         * sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S: New file.
3573         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
3574         Added build of SSE, AVX2 and AVX512 IFUNC versions.
3575         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cos.
3576         * math/bits/mathcalls.h: Added cos declaration with __MATHCALL_VEC.
3577         * sysdeps/x86_64/configure.ac: Options for libmvec build.
3578         * sysdeps/x86_64/configure: Regenerated.
3579         * sysdeps/x86_64/sysdep.h (cfi_offset_rel_rsp): New macro.
3580         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New file.
3581         * manual/install.texi (Configuring and compiling): Document
3582         --disable-mathvec.
3583         * INSTALL: Regenerated.
3584         * NEWS: Mention addition of libmvec and x86_64 vector cos.
3586         * math/Makefile: Added rules for vector tests.
3587         * math/gen-libm-have-vector-test.sh: Added generation of wrapper
3588         declaration under condition.
3589         * math/test-double-vlen2.h: New file.
3590         * math/test-double-vlen4.h: New file.
3591         * math/test-double-vlen8.h: New file.
3592         * math/test-vec-loop.h: Added initialization macro.
3593         * sysdeps/x86_64/fpu/Makefile: Added variables for vector tests.
3594         * sysdeps/x86_64/fpu/libm-test-ulps: Regenarated.
3595         * sysdeps/x86_64/fpu/math-tests-arch.h: New file.
3596         * sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c: New file.
3597         * sysdeps/x86_64/fpu/test-double-vlen2.c: New file.
3598         * sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c: New file.
3599         * sysdeps/x86_64/fpu/test-double-vlen4-avx2.c: New file.
3600         * sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c: New file.
3601         * sysdeps/x86_64/fpu/test-double-vlen4.c: New file.
3602         * sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c: New file.
3603         * sysdeps/x86_64/fpu/test-double-vlen8.c: New file.
3605         * sysdeps/x86_64/fpu/Makefile (libmvec-support): Added new files.
3606         * sysdeps/x86_64/fpu/Versions: New versions added.
3607         * sysdeps/x86_64/fpu/svml_s_cosf4_core.S: New file.
3608         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.S: New file.
3609         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S: New file.
3610         * sysdeps/x86_64/fpu/svml_s_cosf8_core_avx.S: New file.
3611         * sysdeps/x86_64/fpu/svml_s_cosf8_core.S: New file.
3612         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.S: New file.
3613         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S: New file.
3614         * sysdeps/x86_64/fpu/svml_s_cosf16_core.S: New file.
3615         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.S: New file.
3616         * sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S: New file.
3617         * sysdeps/x86_64/fpu/svml_s_wrapper_impl.h: New file.
3618         * sysdeps/x86_64/fpu/svml_s_cosf_data.S: New file.
3619         * sysdeps/x86_64/fpu/svml_s_cosf_data.h: New file.
3620         * sysdeps/x86_64/fpu/multiarch/Makefile (libmvec-sysdep_routines):
3621         Added build of SSE, AVX2 and AVX512 IFUNC versions.
3622         * sysdeps/unix/sysv/linux/x86_64/libmvec.abilist: New versions added.
3623         * sysdeps/x86/fpu/bits/math-vector.h: Added SIMD declaration for cosf.
3624         * NEWS: Mention addition of x86_64 vector cosf.
3626         * math/Makefile: Added CFLAGS for new tests.
3627         * math/test-float-vlen16.h: New file.
3628         * math/test-float-vlen4.h: New file.
3629         * math/test-float-vlen8.h: New file.
3630         * math/test-double-vlen2.h: Fixed 2 argument macro and comment.
3631         * sysdeps/x86_64/fpu/Makefile: Added new tests and variables.
3632         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
3633         * sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c: New file.
3634         * sysdeps/x86_64/fpu/test-float-vlen16.c: New file.
3635         * sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c: New file.
3636         * sysdeps/x86_64/fpu/test-float-vlen4.c: New file.
3637         * sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c: New file.
3638         * sysdeps/x86_64/fpu/test-float-vlen8-avx2.c: New file.
3639         * sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c: New file.
3640         * sysdeps/x86_64/fpu/test-float-vlen8.c: New file.
3642 2015-06-09 Marko Myllynen  <myllynen@redhat.com>
3644         * locale/C-ctype.c (PREDEFINED_CLASSES): Remove.
3645         * locale/programs/ld-ctype.c: Likewise.
3647 2015-06-08  Andrew Senkevich  <andrew.senkevich@intel.com>
3649         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX512F_Usable,
3650         bit_AVX512DQ_Usable, bit_Opmask_state, bit_ZMM0_15_state,
3651         bit_ZMM16_31_state): New macro.
3652         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3653         Check and set bit_AVX512F_Usable, bit_AVX512DQ_Usable.
3655 2015-06-08  Joseph Myers  <joseph@codesourcery.com>
3657         * include/stdio.h (__open_memstream): Say "C++ tests" in comment.
3659 2015-06-06  Justus Winter  <4winter@informatik.uni-hamburg.de>
3661         * mach/mach/mach_traps.h (thread_switch): Fix typo in comment.
3663 2015-06-05  Joseph Myers  <joseph@codesourcery.com>
3665         [BZ #18498]
3666         * libio/memstream.c (open_memstream): Rename to __open_memstream
3667         and define as weak alias of __open_memstream.
3668         * include/stdio.h (__open_memstream): Declare.  Use
3669         libc_hidden_proto.
3670         (open_memstream): Don't use libc_hidden_proto.
3671         * misc/syslog.c (__vsyslog_chk): Call __open_memstream instead of
3672         open_memstream.
3673         * posix/getopt.c (_getopt_internal_r): Likewise.
3674         * conform/Makefile (test-xfail-XPG3/stdio.h/linknamespace): Remove
3675         variable.
3676         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
3677         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
3678         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
3680         [BZ #18496]
3681         * posix/regex_internal.c (build_wcs_upper_buffer): Call __wcrtomb
3682         instead of wcrtomb.
3684         [BZ #18483]
3685         * signal/signal.h [__USE_XOPEN2K] (psignal): Change condition to
3686         [__USE_XOPEN2K8].  Remove redundant #endif.
3687         [__USE_XOPEN2K] (psiginfo): Change condition to [__USE_XOPEN2K8].
3688         Remove redundant #if.
3689         * conform/Makefile (test-xfail-XOPEN2K/signal.h/linknamespace):
3690         Remove variable.
3691         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
3692         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
3694         [BZ #18495]
3695         * wctype/wcfuncs.c (__iswalnum): Use libc_hidden_def.
3696         (__iswlower): Likewise.
3697         * include/wctype.h (__iswalnum): Declare.  Use libc_hidden_proto.
3698         (__iswlower): Likewise.
3699         * posix/regcomp.c (re_compile_fastmap_iter): Call __towlower
3700         instead of towlower.
3701         * posix/regex_internal.c (build_wcs_upper_buffer): Call __iswlower
3702         instead of iswlower.  Call __towupper instead of towupper.
3703         * posix/regex_internal.h (IS_WIDE_WORD_CHAR): Call __iswalnum
3704         instead of iswalnum.
3706 2015-06-05  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
3708         * malloc/tst-malloc-backtrace.c (do_test): Redirect libc fatal
3709         errors to stderr.
3711 2015-06-05  Florian Weimer  <fweimer@redhat.com>
3713         [BZ #15661]
3714         [BZ #17322]
3715         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
3716         Check for overflow properly.  Check for O_APPEND.  Ignore large
3717         file system block sizes.  Add comments about problems.
3718         * sysdeps/posix/posix_fallocate.c (posix_fallocate): Likewise.
3719         * manual/filesys.texi (Storage Allocation): New node.
3721 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3723         * sysdeps/unix/sysdep.h [SYSCALL_CANCEL]: New macro: define
3724         cancellable syscalls.
3725         (SYS_ify): Add guard to no redefine it.
3726         (INLINE_SYSCALL): Likewise.
3727         * sysdeps/unix/sysv/linux/accept4.c (accept4): Remove
3728         LIBC_CANCEL_ASYNC/INLINE_SYSCALL/LIBC_CANCEL_RESET and use
3729         SYSCALL_CANCEL instead.
3730         * sysdeps/unix/sysv/linux/alpha/fdatasync.c (__fdatasync): Likewise.
3731         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3732         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3733         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3734         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3735         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Likewise.
3736         * sysdeps/unix/sysv/linux/fallocate.c (fallocate): Likewise.
3737         * sysdeps/unix/sysv/linux/fallocate64.c (fallocate64): Likewise.
3738         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
3739         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
3740         * sysdeps/unix/sysv/linux/generic/pause.c (__libc_pause): Likewise.
3741         * sysdeps/unix/sysv/linux/generic/poll.c (__poll): Likewise.
3742         * sysdeps/unix/sysv/linux/generic/recv.c (__libc_recv): Likewise.
3743         * sysdeps/unix/sysv/linux/generic/select.c (__select): Likewise.
3744         * sysdeps/unix/sysv/linux/generic/send.c (__libc_send): Likewise.
3745         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3746         Likewise.
3747         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3748         (__libc_pread64): Likewise.
3749         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c
3750         (__libc_preadv): Likewise.
3751         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c
3752         (__libc_readv64): Likewise.
3753         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3754         (__libc_pwrite): Likewise.
3755         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3756         (__libc_pwrite64): Likewise.
3757         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c
3758         (__libc_pwritev): Likewise.
3759         * sysdeps/sysv/linux/generic/wordsize-32/pwritev64.c
3760         (__libc_pwritev64): Likewise.
3761         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Likewise.
3762         * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c
3763         (sync_file_range): Likewise.
3764         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate.c (fallocate):
3765         Likewise.
3766         * sysdeps/unix/sysv/linux/mips/mips64/n32/fallocate64.c (fallocate64):
3767         Likewise.
3768         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3769         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3770         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3771         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3772         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3773         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3774         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
3775         * sysdeps/unix/sysv/linux/openat.c (__libc_openat): Likewise.
3776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3777         Likewise.
3778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3779         (__libc_read64): Likewise.
3780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_write):
3781         Likewise.
3782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c (__libc_write64):
3783         Likewise.
3784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__libc_fcntl):
3785         Likewise.
3786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c (__libc_pread):
3787         Likewise.
3788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
3789         (__libc_pread64): Likewise.
3790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c (__libc_pwrite):
3791         Likewise.
3792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
3793         (__libc_pwrite64): Likewise.
3794         * sysdeps/sysv/linux/powerpc/powerpc64/sync_file_range.c
3795         (sync_file_range): Likewise.
3796         * sysdeps/unix/sysv/linux/ppoll.c (ppoll): Likewise.
3797         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3798         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3799         * sysdeps/unix/sysv/linux/preadv.c (__libc_preadv): Likewise.
3800         * sysdeps/unix/sysv/linux/pselect.c (__pselect): Likewise.
3801         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3802         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3803         * sysdeps/unix/sysv/linux/pwritev.c (PWRITEV): Likewise.
3804         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Likewise.
3805         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
3806         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
3807         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3808         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3809         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3810         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_pwrite64): Likewise.
3811         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3812         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3813         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3814         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3815         Likewise.
3816         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
3817         Likewise.
3818         * sysdeps/unix/sysv/linux/tcdrain.c (__libc_tcdrain): Likewise.
3819         * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
3820         Likewise.
3821         * sysdeps/unix/sysv/linux/wait.c (__libc_wait): Likewise.
3822         * sysdeps/unix/sysv/linux/waitid.c (__waitid): Likewise.
3823         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Likewise.
3824         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c (fallocate):
3825         Likewise.
3826         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c (preadv): Likewise.
3827         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c (pwritev): Likewise.
3828         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
3829         * sysdeps/unix/sysv/linux/x86_64/recv.c (__libc_recv): Likewise.
3830         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Likewise.
3832 2015-06-04  Nathan Lynch  <nathan_lynch@codesourcery.com>
3834         * sysdeps/unix/sysv/linux/arm/Makefile: (sysdep_routines):
3835         Include dl-vdso.
3836         * sysdeps/unix/sysv/linux/arm/init-first.c: New file:
3837         Use VDSO routines for gettimeofday, clock_gettime if
3838         available.
3839         * sysdeps/unix/sysv/linux/arm/libc-vdso.h: New file:
3840         Declare VDSO symbols.
3841         * sysdeps/unix/sysv/linux/arm/sysdep.h:
3842         [HAVE_GETTIMEOFDAY_VSYSCALL]: Define.
3843         [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
3844         * sysdeps/unix/sysv/linux/arm/Versions: Add
3845         __vdso_clock_gettime.
3847 2015-06-04  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3849         * sysdeps/unix/sysv/linux/not-cancel.h (open_not_cancel): Rewrite to
3850         be an inline implementation regardless of library is built within.
3851         (open_not_cancel_2): Likewise.
3852         (__read_nocancel): Likewise.
3853         (__write_nocancel): Likewise.
3854         (openat_not_cancel): Likewise.
3855         (openat_not_cancel_3): Likewise.
3856         (openat64_not_cancel): Likewise.
3857         (openat64_not_cancel_3): Likewise.
3858         (__close_nocancel): Likewise.
3859         (pause_not_cancel): Likewise.
3860         (nanosleep_not_cancel): Likewise.
3861         (sigsuspend_not_cancel): Likewise.
3863 2015-06-04  Torvald Riegel  <triegel@redhat.com>
3865         [BZ #14958]
3866         * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock): Add missing
3867         wake-up.
3868         (__pthread_rwlock_rdlock_slow): Likewise.
3869         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3870         Likewise.
3871         * nptl/pthread_rwlock_tryrdlock.c (__pthread_rwlock_tryrdlock):
3872         Likewise.
3873         * nptl/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Add comments.
3874         * nptl/tst-rwlock16.c: New file.
3875         * nptl/Makefile (tests): Add new test.
3877 2015-06-04  Torvald Riegel  <triegel@redhat.com>
3879         [BZ #18324]
3880         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock): Add
3881         missing wake-up of readers.
3882         * nptl/tst-rwlock15.c: New file.
3883         * nptl/Makefile (tests): Add new test.
3885 2015-06-03  Roland McGrath  <roland@hack.frob.com>
3887         * sysdeps/nacl/nacl-interfaces.c (try_supply): New static function.
3888         (PASTE_NAME (__nacl_supply_interface_, MODULE_NAME)): New function.
3889         * sysdeps/nacl/nacl-interfaces.h: Declare __nacl_supply_interface_libc
3890         and __nacl_supply_interface_rtld.
3891         * sysdeps/nacl/nacl_interface_ext_supply.c: New file.
3892         * sysdeps/nacl/Makefile [$(subdir) = csu] (sysdep_routines): Add it.
3893         * sysdeps/nacl/Versions (ld: GLIBC_PRIVATE):
3894         Add __nacl_supply_interface_rtld.
3895         (libc: GLIBC_2.22): Add nacl_interface_ext_supply.
3897 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
3899         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Replace finite with
3900         isfinite.
3901         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
3902         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c (__finitel): Likewise.
3904 2015-06-03  Wilco Dijkstra  <wdijkstr@arm.com>
3906         * math/e_exp10.c: Replace __isinf*, __isnan*, __finite* and
3907         __signbit* with standard C99 macros.
3908         * math/e_exp10l.c: Likewise.
3909         * math/e_exp2l.c: Likewise.
3910         * math/e_scalb.c: Likewise.
3911         * math/e_scalbf.c: Likewise.
3912         * math/e_scalbl.c: Likewise.
3913         * math/s_ldexp.c: Likewise.
3914         * math/s_ldexpf.c: Likewise.
3915         * math/s_ldexpl.c: Likewise.
3916         * math/w_atan2.c: Likewise.
3917         * math/w_atan2f.c: Likewise.
3918         * math/w_atan2l.c: Likewise.
3919         * math/w_cosh.c: Likewise.
3920         * math/w_coshf.c: Likewise.
3921         * math/w_coshl.c: Likewise.
3922         * math/w_exp10.c: Likewise.
3923         * math/w_exp10f.c: Likewise.
3924         * math/w_exp10l.c: Likewise.
3925         * math/w_exp2.c: Likewise.
3926         * math/w_exp2f.c: Likewise.
3927         * math/w_exp2l.c: Likewise.
3928         * math/w_fmod.c: Likewise.
3929         * math/w_fmodf.c: Likewise.
3930         * math/w_fmodl.c: Likewise.
3931         * math/w_hypot.c: Likewise.
3932         * math/w_hypotf.c: Likewise.
3933         * math/w_hypotl.c: Likewise.
3934         * math/w_jnl.c: Likewise.
3935         * math/w_lgamma.c: Likewise.
3936         * math/w_lgamma_r.c: Likewise.
3937         * math/w_lgammaf.c: Likewise.
3938         * math/w_lgammaf_r.c: Likewise.
3939         * math/w_lgammal.c: Likewise.
3940         * math/w_lgammal_r.c: Likewise.
3941         * math/w_pow.c: Likewise.
3942         * math/w_powf.c: Likewise.
3943         * math/w_powl.c: Likewise.
3944         * math/w_remainder.c: Likewise.
3945         * math/w_remainderf.c: Likewise.
3946         * math/w_remainderl.c: Likewise.
3947         * math/w_scalb.c: Likewise.
3948         * math/w_scalbf.c: Likewise.
3949         * math/w_scalbl.c: Likewise.
3950         * math/w_scalbln.c: Likewise.
3951         * math/w_scalblnf.c: Likewise.
3952         * math/w_scalblnl.c: Likewise.
3953         * math/w_sinh.c: Likewise.
3954         * math/w_sinhf.c: Likewise.
3955         * math/w_sinhl.c: Likewise.
3956         * math/w_tgamma.c: Likewise.
3957         * math/w_tgammaf.c: Likewise.
3958         * math/w_tgammal.c: Likewise.
3959         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
3960         * sysdeps/ieee754/dbl-64/e_exp10.c: Likewise.
3961         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
3962         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
3963         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
3964         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
3965         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
3966         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
3967         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
3968         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
3969         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
3970         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
3971         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
3972         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
3973         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
3974         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
3975         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
3976         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
3977         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
3978         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
3979         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
3980         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
3981         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
3982         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
3983         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
3984         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
3985         * sysdeps/ieee754/ldbl-128ibm/w_expl.c: Likewise.
3986         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
3987         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
3988         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
3989         * sysdeps/ieee754/ldbl-opt/nldbl-finite.c: Likewise.
3990         * sysdeps/ieee754/ldbl-opt/nldbl-isinf.c: Likewise.
3991         * sysdeps/ieee754/ldbl-opt/nldbl-isnan.c: Likewise.
3992         * sysdeps/ieee754/ldbl-opt/nldbl-signbit.c: Likewise.
3993         * stdio-common/printf_fp.c: Likewise.
3994         * stdio-common/printf_fphex.c: Likewise.
3995         * stdio-common/printf_size.c: Likewise.
3997 2015-06-03  Joseph Myers  <joseph@codesourcery.com>
3999         [BZ #18470]
4000         * posix/fnmatch.c (fnmatch) [_LIBC]: Call __strnlen instead of
4001         strnlen.
4002         * conform/Makefile (test-xfail-XPG3/fnmatch.h/linknamespace):
4003         Remove variable.
4004         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
4005         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
4006         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
4007         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
4008         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
4009         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
4010         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
4011         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
4012         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
4013         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
4015         [BZ #18468]
4016         * wcsmbs/wmemchr.c (wmemchr): Rename to __wmemchr and define as
4017         weak alias of __wmemchr.  Use libc_hidden_weak.
4018         * include/wchar.h (__wmemchr): Declare.  Use libc_hidden_proto.
4019         * posix/fnmatch.c [HANDLE_MULTIBYTE] (MEMCHR): Use __wmemchr
4020         instead of wmemchr.
4022 2015-06-02  Roland McGrath  <roland@hack.frob.com>
4024         [BZ #18383]
4025         * elf/tst-tlsalign-extern.c: New file.
4026         * elf/tst-tlsalign-extern-static.c: New file.
4027         * elf/tst-tlsalign-vars.c: New file.
4028         * elf/Makefile (tests-static): Add tst-tlsalign-extern-static.
4029         [$(build-shared) = yes] (tests): Add tst-tlsalign-extern.
4030         ($(objpfx)tst-tlsalign-extern): Depend on tst-tlsalign-vars.o.
4031         ($(objpfx)tst-tlsalign-extern-static): Likewise.
4032         (test-xfail-tst-tlsalign-extern-static): New variable.
4034 2015-06-02  Joseph Myers  <joseph@codesourcery.com>
4036         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (INLINE_SYSCALL):
4037         Use variable name _sc_err instead of err.
4038         [__mips16] (INTERNAL_SYSCALL_NCS): Use variable name _sc_ret
4039         instead of ret.
4040         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
4041         (INLINE_SYSCALL): Use variable name _sc_err instead of err.
4042         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
4043         (INLINE_SYSCALL): Likewise.
4045         * string/strnlen.c [!STRNLEN] (__strnlen): Use libc_hidden_def.
4046         * include/string.h (__strnlen): Use libc_hidden_proto.
4047         * sysdeps/aarch64/strnlen.S (__strnlen): Use libc_hidden_def.
4048         * sysdeps/i386/i686/multiarch/strnlen-c.c [SHARED]
4049         (libc_hidden_def): Define __GI___strnlen as well as __GI_strnlen.
4050         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S
4051         (libc_hidden_def): Undefine and redefine.
4052         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c
4053         [SHARED] (libc_hidden_def): Define __GI___strnlen as well as
4054         __GI_strnlen.
4055         * sysdeps/powerpc/powerpc32/power7/strnlen.S (__strnlen): Use
4056         libc_hidden_def.
4057         * sysdeps/tile/tilegx/strnlen.c (__strnlen): Likewise.
4059         [BZ #18469]
4060         * wctype/wcfuncs.c (towlower): Rename to __towlower and define as
4061         weak alias of __towlower.  Use libc_hidden_weak.
4062         (towupper): Rename to __towupper and define as weak alias of
4063         __towupper.  Use libc_hidden_weak.
4064         * include/wctype.h (__towlower): Declare.  Use libc_hidden_proto.
4065         (__towupper): Likewise.
4066         * posix/fnmatch.c [HANDLE_MULTIBYTE && _LIBC] (FOLD): Use
4067         __towlower instead of towlower.
4069 2015-06-02  Roland McGrath  <roland@hack.frob.com>
4071         * stdlib/setenv.c [__GNUC__,__GNUC_MINOR__ < 4,7]: Use
4072         "-Wuninitialized" rather than "-Wmaybe-uninitialized" in pragma.
4074 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
4076         * sysdeps/aarch64/libm-test-ulps: Update.
4078 2015-06-01  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4080         * sysdeps/unix/sysv/linux/i386/sysdep.h (HAVE_CLOCK_GETTIME_VSYSCALL):
4081         Define.
4082         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
4083         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
4084         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
4085         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
4086         * sysdeps/unix/sysv/linux/timespec_get.c: Include errno.h.
4087         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: Remove file.
4088         * sysdeps/unix/sysv/linux/x86/timespec_get.c: Likewise.
4090 2015-06-01  Martin Sebor  <msebor@redhat.com>
4092         [BZ #18116]
4093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
4094         (__setcontext): Use extended four-operand version of mtsf whenever
4095         possible.
4096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
4097         (__novec_swapcontext): Likewise.
4099 2015-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4101         * benchtests/scripts/compare_bench.py: New file.
4102         * benchtests/scripts/import_bench.py (mean): New function.
4103         (split_list): Likewise.
4104         (do_for_all_timings): Likewise.
4105         (compress_timings): Likewise.
4107         * benchtests/scripts/import_bench.py: New file.
4108         * benchtests/scripts/validate_benchout.py: Import import_bench
4109         instead of jsonschema.
4110         (validate_bench): Remove function.
4111         (main): Use import_bench.
4113 2015-06-01  Steve Ellcey  <sellcey@imgtec.com>
4115         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use a union to
4116         copy data from cur_ifr->ifr_addr and cur_ifr->ifr_netmask.
4118 2015-05-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4120         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4122 2015-05-28  Roland McGrath  <roland@hack.frob.com>
4124         * sysdeps/nacl/exit-thread.h (__exit_thread): If not detached,
4125         set THREAD_SELF->tid to a magic value and futex-wake it.
4126         Pass its address to the thread_exit system call.
4127         * sysdeps/nacl/pthread-pids.h (__nacl_get_tid): Assert that TID's low
4128         bit is clear.
4129         * sysdeps/nacl/lowlevellock.h: New file.
4130         * sysdeps/nacl/lll_timedwait_tid.c: New file.
4132         * sysdeps/nacl/lowlevellock-futex.h (lll_futex_timed_wait):
4133         Add TIMEOUT to current time, don't subtract it.
4135 2015-05-28  H.J. Lu  <hongjiu.lu@intel.com>
4137         [BZ #2981]
4138         [BZ #18422]
4139         * Makefile ($(objpfx)tst-audit2): Depend on $(libdl).
4140         ($(objpfx)tst-audit2.out): Also depend on
4141         $(objpfx)tst-auditmod9b.so.
4142         * elf/tst-audit2.c: Include <dlfcn.h>.
4143         (calloc_called): New.
4144         (calloc): Allow to be called more than once.
4145         (do_test): dllopen/dlclose $ORIGIN/tst-auditmod9b.so.
4147 2015-05-28  Wilco Dijkstra  <wdijkstr@arm.com>
4149         * sysdeps/ieee754/dbl-64/s_fabs.c: (__fabs): Call __builtin_fabs.
4150         * sysdeps/ieee754/flt-32/s_fabsf.c: (__fabsf): Likewise.
4152 2015-05-27  Marko Myllynen  <myllynen@redhat.com>
4154         * stdlib/monetary.h: Fix comment.
4156 2015-05-26  Chris Metcalf  <cmetcalf@ezchip.com>
4158         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_SYSCALL):
4159         Avoid using variables in #defines that might cause shadowing.
4160         (INTERNAL_VSYSCALL_CALL): Likewise.
4162 2015-05-26  Roland McGrath  <roland@hack.frob.com>
4164         * sysdeps/nacl/lll_timedlock_wait.c: New file.
4166         * nptl/lowlevellock.c (__lll_timedlock_wait): Moved ...
4167         * nptl/lll_timedlock_wait.c: ... to this new file.
4168         * nptl/Makefile (libpthread-routines): Add it.
4169         * nptl/lowlevellock.c (__lll_timedwait_tid): Moved ...
4170         * nptl/lll_timedwait_tid.c: ... to this new file.
4171         * nptl/Makefile (libpthread-routines): Add it.
4172         * sysdeps/sparc/sparc32/lll_timedlock_wait.c: New file.
4173         * sysdeps/sparc/sparc32/lll_timedwait_tid.c: New file.
4174         * sysdeps/unix/sysv/linux/i386/i486/lll_timedlock_wait.c: New file.
4175         * sysdeps/unix/sysv/linux/i386/i586/lll_timedlock_wait.c: New file.
4176         * sysdeps/unix/sysv/linux/i386/i686/lll_timedlock_wait.c: New file.
4177         * sysdeps/unix/sysv/linux/i386/i486/lll_timedwait_tid.c: New file.
4178         * sysdeps/unix/sysv/linux/i386/i586/lll_timedwait_tid.c: New file.
4179         * sysdeps/unix/sysv/linux/i386/i686/lll_timedwait_tid.c: New file.
4180         * sysdeps/unix/sysv/linux/x86_64/lll_timedlock_wait.c: New file.
4181         * sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c: New file.
4183 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4185         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: Remove file.
4186         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
4187         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
4188         * sysdeps/unix/sysv/linux/aarch64/sysdep.h
4189         (HAVE_GETTIMEOFDAY_VSYSCALL): Define.
4190         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
4191         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
4192         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
4193         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
4194         * sysdeps/unix/sysv/linux/tile/sysdep.h
4195         (HAVE_GETTIMEOFDAY_VSYSCALL): Likewise.
4196         * sysdeps/unix/sysv/linux/gettimeofday.c: New file: gettimeofday
4197         using vDSO syscall macro.
4199 2015-05-26  Andriy Rysin  <arysin@gmail.com>
4201         [BZ #17293]
4202         * uk_UA: Fix sorting order for Ukrainian locale
4204 2015-05-26  Marko Myllynen  <myllynen@redhat.com>
4206         * stdlib/monetary.h: Fix comment.
4208 2015-05-26  Szabolcs Nagy  <szabolcs.nagy@arm.com>
4210         [BZ #18234]
4211         * conform/data/sys/stat.h-data (struct stat): Add tests for st_atim,
4212         st_mtim and st_ctim members.
4213         * sysdeps/nacl/bits/stat.h (struct stat, struct stat64): Make
4214         st_atim, st_ctim, st_mtim visible under __USE_XOPEN2K8 only.
4215         * sysdeps/unix/sysv/linux/generic/bits/stat.h (struct stat,):
4216         (struct stat64): Likewise.
4217         * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat,):
4218         (struct stat64): Likewise.
4219         * sysdeps/unix/sysv/linux/microblaze/bits/stat.h (struct stat,):
4220         (struct stat64): Likewise.
4222 2015-05-26  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4224         * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c (HAVE_VSYSCALL):
4225         Define and include sysdep-vdso.h.
4226         * sysdeps/unix/sysv/linux/s390/gettimeofday.c (HAVE_VSYSCALL):
4227         Likewise.
4228         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (HAVE_VSYSCALL):
4229         Likewise.
4230         * sysdeps/unix/sysv/linux/aarch64/init-first.c (__vdso_gettimeofday):
4231         Define with VDSO_SYMBOL and use PTR_MANGLE.
4232         (__vdso_clock_gettime): Likewise.
4233         (__vdso_clock_getres): Likewise.
4234         (_libc_vdso_platform_setup): Likewise.
4235         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
4236         Likewise.
4237         (_libc_vdso_platform_setup): Likewise.
4238         * sysdeps/unix/sysv/linux/powerpc/init-first.c (__vdso_gettimeofday):
4239         Likewise.
4240         (__vdso_clock_gettime): Likewise.
4241         (__vdso_clock_getres): Likewise.
4242         (__vdso_get_tbfreq): Likewise.
4243         (__vdso_getcpu): Likewise.
4244         (__vdso_time): Likewise.
4245         (__vdso_sigtramp_rt64): Likewise.
4246         (__vdso_signtramp32): Likewise.
4247         (__vdso_sigtramp_rt32): Likewise.
4248         (_libc_vdso_platform_setup): Likewise.
4249         * sysdeps/unix/sysv/linux/s390/init-first.c (__vdso_gettimeofay):
4250         Likewise.
4251         (__vdso_clock_gettime): Likewise.
4252         (__vdso_clock_getres): Likewise.
4253         (_libc_vdso_platform_setup): Likewise.
4254         * sysdeps/unix/sysv/linux/tile/init-first.c (__vdso_gettimeofday):
4255         Likewise.
4256         (__vdso_clock_gettime): Likewise.
4257         (_libc_vdso_platform_setup): Likewise.
4258         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
4259         Likewise.
4260         (__vdso_getcpu): Likewise.
4261         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h (__vdso_gettimeoday):
4262         Use VDSO_SYMBOL macro to define.
4263         (__vdso_clock_gettime): Likewise.
4264         (__vdso_clock_getres): Likewise.
4265         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h (__vdso_gettimeofday):
4266         Likewise.
4267         (__vdso_clock_gettime): Likewise.
4268         (__vdso_clock_getres): Likewise.
4269         (__vdso_get_tbfreq): Likewise.
4270         (__vdso_getcpu): Likewise.
4271         (__vdso_time): Likewise.
4272         (__vdso_sigtramp_rt64): Likewise.
4273         (__vdso_signtramp32): Likewise.
4274         (__vdso_sigtramp_rt32): Likewise.
4275         * sysdeps/unix/sysv/linux/s390/libc-vdso.h (__vdso_gettimeofday):
4276         Likewise.
4277         (__vdso_clock_gettime): Likewise.
4278         (__vdso_clock_getres): Likewise.
4279         * sysdeps/unix/sysv/linux/tile/libc-vdso.h (__vdso_gettimeofday):
4280         Likewise.
4281         (__vdso_clock_gettime): Likewise.
4282         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
4283         Likewise.
4284         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INLINE_VSYSCALL):  Remove
4285         macro.
4286         (INTERNAL_VSYSCALL): Likewise.
4287         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL):
4288         Remove macro.
4289         (INTERNAL_VSYSCALL): Likewise.
4290         (INTERNAL_VSYSCALL_NCS): Likewise.
4291         (INTERNAL_VSYSCALL_CALL): New macro.
4292         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
4293         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INLINE_VSYSCALL):
4294         Likewise.
4295         (INTERNAL_VSYSCALL): Likewise.
4296         (INTERNAL_VSYSCALL_NCS): Likewise.
4297         (INTERNAL_VSYSCALL_CALL): New macro.
4298         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use PTR_DEMANGLE.
4299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
4300         (INLINE_VSYSCALL): Remove macro.
4301         (INTERNAL_VSYSCALL): Remove macro.
4302         (INTERNAL_VSYSCALL_NCS): Remove macro.
4303         (INTERNAL_VSYSCALL_CALL): New macro.
4304         (INTERNAL_VSYSCALL_CALL_TYPE): New macro.
4305         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL.
4306         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
4307         (HAVE_CLOCK_GETRES_VSYSCALL): New define.
4308         (HAVE_CLOCK_GETTIME_VSYSCALL): Likewise.
4309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
4310         (INLINE_VSYSCALL): Remove macro.
4311         (INTERNAL_VSYSCALL): Likewise.
4312         (INTERNAL_VSYSCALL_NCS): Likewise.
4313         (INTERNAL_VSYSCALL_CALL): New macro.
4314         (INTERNAL_VSYSCALL_CALL_TYPE): Likewise.
4315         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Use INTERNAL_VSYSCALL_CALL and
4316         PTR_DEMANGLE on vDSO pointer.
4317         (INTERNAL_VSYSCALL_NCS_TYPE): Likewise.
4318         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Remove
4319         macro.
4320         (INTERNAL_SYSCALL): Likewise.
4321         (INTERNAL_VSYSCALL_NCS): Remove macro.
4322         (INTERNAL_VSYSCALL_CALL): New macro.
4323         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
4324         Remove macro.
4325         (INTERNAL_VSYSCALL): Likewise.
4326         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Include
4327         sysdep-vdso.h instead of libc-vdso.h.
4328         * sysdeps/unix/sysv/linux/clock_getres.c (INTERNAL_VSYSCALL): Remove
4329         definition.
4330         (INLINE_VSYSCALL): Likewise.
4331         (HAVE_VSYSCALL) [HAVE_CLOCK_GETRES_VSYSCALL]: Define.
4332         * sysdeps/unix/sysv/linux/clock_gettime.c (INTERNAL_VSYSCALL): Remove
4333         definition.
4334         (INLINE_VSYSCALL): Likewise.
4335         (INTERNAL_VSYSCALL): Likewise.
4336         (HAVE_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
4337         * sysdeps/unix/sysv/linux/timespec_get.c
4338         (INTERNAL_VSYSCALL) [HAVE_CLOCK_GETTIME_VSYSCALL]: Define.
4339         (timespec_get): Use ANSI prototype.
4340         * sysdeps/unix/sysv/linux/sysdep-vdso.h: New file: default vDSO macros
4341         and definition for Linux.
4343 2015-05-25  Andrew Senkevich  <andrew.senkevich@intel.com>
4345         * elf/Makefile (localplt-built-dso): libmvec added to localplt test.
4346         * include/libc-symbols.h: libmvec_hidden_* macro series added.
4348 2015-05-22  H.J. Lu  <hongjiu.lu@intel.com>
4350         [BZ #2981]
4351         [BZ #18410]
4352         * elf/dl-reloc.c (_dl_relocate_object): Don't issue an error
4353         for missing DT_PLTRELSZ.
4355 2015-05-22  Paul Eggert  <eggert@cs.ucla.edu>
4357         Remove obsolete aliases that broke 'locale -a'
4358         [BZ #18412]
4359         * intl/locale.alias: Remove obsolete aliases "bokmål" and "français"
4360         which caused 'locale -a' to output Latin-1 data in UTF-8 locales,
4361         breaking some applications that use 'locale -a' output.
4362         Change the encoding of this file from Latin-1 to ASCII to avoid
4363         other potential problems with people grepping this file.
4365 2015-05-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4367         * nptl/Makefile (CFLAGS-accept.c): Add -fexceptions and
4368         -fasynchronous-unwind-tables.
4369         (CFLAGS-sendto.c): Likewise.
4370         (CFLAGS-sendmsg.c): Likewise.
4371         (CFLAGS-connect.c): Likewise.
4372         (CFLAGS-recvmsg.c): Likewise.
4373         (CFLAGS-recvfrom.c): Likewise.
4374         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_invalid): Define.
4375         (SOCKETCALL): New macro: non-cancellable socketcall.
4376         (SOCKETCALL_CANCEL): New macro: cancellable socketcall.
4377         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = socket]: Remove
4378         internal_accept4, internal_recvmmsg, and internal_sendmmsg rules.
4379         * sysdeps/unix/sysv/linux/accept.c: New file.
4380         * sysdeps/unix/sysv/linux/bind.c: Likewise.
4381         * sysdeps/unix/sysv/linux/connect.c: Likewise.
4382         * sysdeps/unix/sysv/linux/getpeername.c: Likewise.
4383         * sysdeps/unix/sysv/linux/getsockname.c: Likewise.
4384         * sysdeps/unix/sysv/linux/getsockopt.c: Likewise.
4385         * sysdeps/unix/sysv/linux/listen.c: Likewise.
4386         * sysdeps/unix/sysv/linux/recv.c: Likewise.
4387         * sysdeps/unix/sysv/linux/recvfrom.c: Likewise.
4388         * sysdeps/unix/sysv/linux/recvmsg.c: Likewise.
4389         * sysdeps/unix/sysv/linux/send.c: Likewise.
4390         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
4391         * sysdeps/unix/sysv/linux/sendto.c: Likewise.
4392         * sysdeps/unix/sysv/linux/setsockopt.c: Likewise.
4393         * sysdeps/unix/sysv/linux/shutdown.c: Likewise.
4394         * sysdeps/unix/sysv/linux/socket.c: Likewise.
4395         * sysdeps/unix/sysv/linux/socketpair.c: Likewise.
4396         * sysdeps/unix/sysv/linux/recvmmsg.c (__internal_recvmmsg): Remove
4397         prototype.
4398         (recvmmsg) [__ASSUME_RECVMMSG_SOCKETCALL]: Add C based implementation.
4399         (recvmmsg) [!__ASSUME_RECVMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
4400         instead of __internal_xxx function.
4401         * sysdeps/unix/sysv/linux/accept4.c (__internal_accept4): Remove
4402         prototype.
4403         (accept4) [__ASSUME_ACCEPT4_SOCKETCALL]: Add C based implementation.
4404         (accept4) [!__ASSUME_ACCEPT4_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
4405         instead of __internal_xxx function.
4406         * sysdeps/unix/sysv/linux/sendmmsg.c (__internal_sendmmsg): Remove
4407         prototype.
4408         (sendmmsg) [__ASSUME_SENDMMSG_SOCKETCALL]: Add C based implementation.
4409         (sendmmsg) [!__ASSUME_SENDMMSG_SOCKETCALL]: Use SOCKETCALL_CANCEL macro
4410         instead of __internal_xxx function.
4411         * sysdeps/unix/sysv/linux/accept.S: Remove file.
4412         * sysdeps/unix/sysv/linux/bind.S: Likewise.
4413         * sysdeps/unix/sysv/linux/connect.S: Likewise.
4414         * sysdeps/unix/sysv/linux/getpeername.S: Likewise.
4415         * sysdeps/unix/sysv/linux/getsockname.S: Likewise.
4416         * sysdeps/unix/sysv/linux/getsockopt.S: Likewise.
4417         * sysdeps/unix/sysv/linux/arm/internal_accept4.S: Likewise.
4418         * sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S: Likewise.
4419         * sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S: Likewise.
4420         * sysdeps/unix/sysv/linux/i386/accept4.S: Likewise.
4421         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: Likewise.
4422         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
4423         * sysdeps/unix/sysv/linux/internal_accept4.S: Likewise.
4424         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: Likewise.
4425         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: Likewise.
4426         * sysdeps/unix/sysv/linux/listen.S: Likewise.
4427         * sysdeps/unix/sysv/linux/microblaze/socket.S: Likewise.
4428         * sysdeps/unix/sysv/linux/mips/mips32/internal_accept4.S: Likewise.
4429         * sysdeps/unix/sysv/linux/mips/mips32/internal_recvmmsg.S: Likewise.
4430         * sysdeps/unix/sysv/linux/mips/mips32/internal_sendmmsg.S: Likewise.
4431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Likewise.
4432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
4433         * sysdeps/unix/sysv/linux/recv.S: Likewise.
4434         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
4435         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
4436         * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Likewise.
4437         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
4438         * sysdeps/unix/sysv/linux/send.S: Likewise.
4439         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
4440         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
4441         * sysdeps/unix/sysv/linux/setsockopt.S: Likewise.
4442         * sysdeps/unix/sysv/linux/sh/socket.S: Likewise.
4443         * sysdeps/unix/sysv/linux/shutdown.S: Likewise.
4444         * sysdeps/unix/sysv/linux/socketpair.S: Likewise.
4445         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
4446         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: Likewise.
4447         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
4448         * sysdeps/unix/sysv/linux/hppa/socket.S: Likewise.
4449         * sysdeps/unix/sysv/linux/kernel-features.h: Adjust comment on how
4450         socketcall is implemented in GLIBC.
4452 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
4454         * soft-fp/fmadf4.c: Include <libc-internal.h>.
4455         (__fma): Ignore uninitialized warnings around packing.
4456         * soft-fp/fmasf4.c: Include <libc-internal.h>.
4457         (__fmaf): Ignore uninitialized warnings around packing.
4458         * soft-fp/fmatf4.c: Include <libc-internal.h>.
4459         (__fmal): Ignore uninitialized warnings around packing.
4461         * sysdeps/ieee754/ldbl-128/k_tanl.c: Include <libc-internal.h>.
4462         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
4463         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Include <libc-internal.h>.
4464         (__kernel_tanl): Ignore uninitialized warnings around use of SIGN.
4466         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Make case 9 in
4467         switch statement into default case.
4468         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Likewise.
4470         * sysdeps/ieee754/ldbl-128/e_asinl.c (__ieee754_asinl): Don't use
4471         a conditional in forcing "inexact".
4472         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
4473         Likewise.
4475 2015-05-22  Roland McGrath  <roland@hack.frob.com>
4477         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
4478         Use a separate INTERNAL_SYSCALL_DECL (err); in a local scope
4479         for each INTERNAL_SYSCALL use.
4481 2015-05-22  Joseph Myers  <joseph@codesourcery.com>
4483         [BZ #438]
4484         * posix/unistd.h (_POSIX2_C_VERSION): New macro.
4485         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): Remove
4486         variable.
4488         [BZ #18444]
4489         * string/basename.c (basename): Rename to __basename and define as
4490         weak alias of __basename.  Use libc_hidden_weak.
4491         * include/string.h (__basename): Declare.  Use libc_hidden_proto.
4492         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): Call
4493         __basename instead of basename.
4494         * conform/Makefile (test-xfail-POSIX2008/unistd.h/linknamespace):
4495         Remove variable.
4496         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
4498 2015-05-18  Florian Weimer  <fweimer@redhat.com>
4500         * libio/libioP.h (_IO_MEMBER_TYPE, _IO_CAST_FIELD_ACCESS)
4501         (_IO_JUMPS_FILE_plus): New.
4502         (_IO_WIDE_JUMPS, _IO_CHECK_WIDE, _IO_JUMPS_FUNC): Use
4503         _IO_CAST_FIELD_ACCESS.
4504         * libio/fileops.c (libc_hidden_def, _IO_file_setbuf_mmap,
4505         mmap_remap_check, decide_maybe_mmap): Use _IO_JUMPS_FILE_plus.
4506         * libio/freopen.c (freopen): Likewise.
4507         * libio/freopen64.c (freopen64): Likewise.
4508         * libio/iofopen.c (__fopen_maybe_mmap): Likewise.
4509         * libio/iofopncook.c (_IO_old_fopencookie): Likewise.
4510         * libio/iofwide.c (_IO_fwide): Likewise.
4511         * libio/memstream.c (open_memstream): Likewise.
4512         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
4513         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
4514         * libio/oldiopopen.c (_IO_old_popen): Likewise.
4516 2015-05-21  Joseph Myers  <joseph@codesourcery.com>
4518         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Include <libc-internal.h>.
4519         (__ieee754_lgamma_r): Ignore uninitialized warnings around use of
4520         NADJ.
4521         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Include <libc-internal.h>.
4522         (__ieee754_lgammaf_r): Ignore uninitialized warnings around use of
4523         NADJ.
4524         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Include <libc-internal.h>.
4525         (__ieee754_lgammal_r): Ignore uninitialized warnings around use of
4526         NADJ.
4528         * sysdeps/ieee754/dbl-64/mpa.c (norm): Remove if condition on
4529         (p == 4) case.
4531         * conform/linknamespace.pl (@whitelist): Add re_syntax_options.
4532         * conform/Makefile (test-xfail-UNIX98/regex.h/linknamespace):
4533         Remove variable.
4534         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
4535         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
4536         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
4538 2015-05-21  Florian Weimer  <fweimer@redhat.com>
4540         * stdio-common/vfprintf.c (LABEL, JUMP_TABLE_BASE_LABEL, REF):
4541         Adjust jump table label generation macros.
4543 2015-05-21  Florian Weimer  <fweimer@redhat.com>
4545         * stdio-common/vfprintf.c (vfprintf): Move local variables
4546         args_malloced, specs, specs_malloced, and the code after
4547         do_positional to the printf_positional function.
4548         (printf_positional): New function.
4550 2015-05-21  Florian Weimer  <fweimer@redhat.com>
4552         * stdio-common/vfprintf.c (jump_table): Move out of the vfprintf
4553         function.
4554         (NOT_IN_JUMP_RANGE, CHAR_CLASS, LABEL, REF, JUMP, STEP0_3_TABLE,
4555         STEP4_TABLE, process_arg): Move macro definitions
4556         out of the vfprintf function.  (Cosmetic change only.)
4558 2015-05-21  Carlos O'Donell  <carlos@redhat.com>
4560         * benchtests/Makefile (stdio-common-bench): Define.
4561         (benchset): Add stdio-common-bench.
4562         * sprintf-inputs: New file.
4563         * sprintf-source.c: New file.
4565 2015-05-21  Andreas Schwab  <schwab@suse.de>
4567         [BZ #13028]
4568         [BZ #17053]
4569         * resolv/res_init.c (__res_vinit): Remove use of ext.nsmap member
4570         of struct __res_state.
4571         * resolv/res_send.c (__libc_res_nsend): Likewise.
4572         (get_nsaddr): New function.
4573         (res_ourserver_p, send_vc, reopen): Use it instead of accessing
4574         statp directly.
4576 2015-05-20  Joseph Myers  <joseph@codesourcery.com>
4578         * conform/GlibcConform.pm ($CFLAGS{"POSIX"}): Use
4579         -D_POSIX_C_SOURCE=199506L.
4581         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Require.
4583         * conform/data/unistd.h-data (_POSIX_VERSION): Require.
4584         (_POSIX2_C_VERSION): Require if [POSIX || XPG3 || XPG4 || UNIX98].
4585         Do not mention otherwise.
4586         [POSIX] (_XOPEN_VERSION): Do not expect.
4587         [POSIX] (_XOPEN_XCU_VERSION): Likewise.
4588         [POSIX] (_POSIX2_C_BIND): Likewise.
4589         [POSIX] (_POSIX2_VERSION): Likewise.
4590         [POSIX] (_XOPEN_XPG2): Likewise.
4591         [POSIX] (_XOPEN_XPG3): Likewise.
4592         [POSIX] (_XOPEN_XPG4): Likewise.
4593         [POSIX] (_XOPEN_UNIX): Likewise.
4594         [POSIX] (_POSIX_ADVISORY_INFO): Likewise.
4595         [POSIX] (_POSIX_BARRIERS): Likewise.
4596         [POSIX] (_POSIX_CLOCK_SELECTION): Likewise.
4597         [POSIX] (_POSIX_CPUTIME): Likewise.
4598         [POSIX] (_POSIX_MONOTONIC_CLOCK): Likewise.
4599         [POSIX] (_POSIX_READER_WRITER_LOCKS): Likewise.
4600         [POSIX] (_POSIX_SHELL): Likewise.
4601         [POSIX] (_POSIX_SPAWN): Likewise.
4602         [POSIX] (_POSIX_SPIN_LOCKS): Likewise.
4603         [POSIX] (_POSIX_SPORADIC_SERVER): Likewise.
4604         [POSIX] (_POSIX_THREAD_CPUTIME): Likewise.
4605         [POSIX] (_POSIX_TYPED_MEMORY_OBJECTS): Likewise.
4606         [POSIX] (_POSIX_THREAD_SPORADIC_SERVER): Likewise.
4607         [POSIX] (_XBS5_ILP32_OFF32): Likewise.
4608         [POSIX] (_XBS5_ILP32_OFBIG): Likewise.
4609         [POSIX] (_XBS5_LP64_OFF64): Likewise.
4610         [POSIX] (_XBS5_LPBIG_OFFBIG): Likewise.
4611         [POSIX] (_POSIX_TIMEOUTS): Likewise.
4612         [POSIX] (_POSIX2_PBS): Likewise.
4613         [POSIX] (_POSIX2_PBS_ACCOUNTING): Likewise.
4614         [POSIX] (_POSIX2_PBS_CHECKPOINT): Likewise.
4615         [POSIX] (_POSIX2_PBS_LOCATE): Likewise.
4616         [POSIX] (_POSIX2_PBS_MESSAGE): Likewise.
4617         [POSIX] (_POSIX2_PBS_TRACK): Likewise.
4618         [POSIX] (_POSIX_TIMESTAMP_RESOLUTION): Likewise.
4619         [POSIX] (_CS_XBS5_ILP32_OFF32_CFLAGS): Likewise.
4620         [POSIX] (_CS_XBS5_ILP32_OFF32_LDFLAGS): Likewise.
4621         [POSIX] (_CS_XBS5_ILP32_OFF32_LIBS): Likewise.
4622         [POSIX] (_CS_XBS5_ILP32_OFF32_LINTFLAGS): Likewise.
4623         [POSIX] (_CS_XBS5_ILP32_OFFBIG_CFLAGS): Likewise.
4624         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LDFLAGS): Likewise.
4625         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LIBS): Likewise.
4626         [POSIX] (_CS_XBS5_ILP32_OFFBIG_LINTFLAGS): Likewise.
4627         [POSIX] (_CS_XBS5_LP64_OFF64_CFLAGS): Likewise.
4628         [POSIX] (_CS_XBS5_LP64_OFF64_LDFLAGS): Likewise.
4629         [POSIX] (_CS_XBS5_LP64_OFF64_LIBS): Likewise.
4630         [POSIX] (_CS_XBS5_LP64_OFF64_LINTFLAGS): Likewise.
4631         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_CFLAGS): Likewise.
4632         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LDFLAGS): Likewise.
4633         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LIBS): Likewise.
4634         [POSIX] (_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS): Likewise.
4635         [POSIX] (_SC_2_C_BIND): Likewise.
4636         [POSIX] (_SC_2_C_VERSION): Likewise.
4637         [POSIX] (_SC_2_PBS): Likewise.
4638         [POSIX] (_SC_2_PBS_ACCOUNTING): Likewise.
4639         [POSIX] (_SC_2_PBS_CHECKPOINT): Likewise.
4640         [POSIX] (_SC_2_PBS_LOCATE): Likewise.
4641         [POSIX] (_SC_2_PBS_MESSAGE): Likewise.
4642         [POSIX] (_SC_2_PBS_TRACK): Likewise.
4643         [POSIX] (_SC_ATEXIT_MAX): Likewise.
4644         [POSIX] (_SC_BARRIERS): Likewise.
4645         [POSIX] (_SC_BASE): Likewise.
4646         [POSIX] (_SC_CLOCK_SELECTION): Likewise.
4647         [POSIX] (_SC_DEVICE_IO): Likewise.
4648         [POSIX] (_SC_DEVICE_SPECIFIC): Likewise.
4649         [POSIX] (_SC_DEVICE_SPECIFIC_R): Likewise.
4650         [POSIX] (_SC_FD_MGMT): Likewise.
4651         [POSIX] (_SC_FIFO): Likewise.
4652         [POSIX] (_SC_FILE_ATTRIBUTES): Likewise.
4653         [POSIX] (_SC_FILE_LOCKING): Likewise.
4654         [POSIX] (_SC_FILE_SYSTEM): Likewise.
4655         [POSIX] (_SC_IOV_MAX): Likewise.
4656         [POSIX] (_SC_MONOTONIC_CLOCK): Likewise.
4657         [POSIX] (_SC_NETWORKING): Likewise.
4658         [POSIX] (_SC_PAGE_SIZE): Likewise.
4659         [POSIX] (_SC_PASS_MAX): Likewise.
4660         [POSIX] (_SC_PIPE): Likewise.
4661         [POSIX] (_SC_READER_WRITER_LOCKS): Likewise.
4662         [POSIX] (_SC_REGEXP): Likewise.
4663         [POSIX] (_SC_SHELL): Likewise.
4664         [POSIX] (_SC_SIGNALS): Likewise.
4665         [POSIX] (_SC_SINGLE_PROCESS): Likewise.
4666         [POSIX] (_SC_SPIN_LOCKS): Likewise.
4667         [POSIX] (_SC_TYPED_MEMORY_OBJECTS): Likewise.
4668         [POSIX] (_SC_USER_GROUPS): Likewise.
4669         [POSIX] (_SC_USER_GROUPS_R): Likewise.
4670         [POSIX] (_SC_STREAMS): Likewise.
4671         [POSIX] (_SC_XBS5_ILP32_OFF32): Likewise.
4672         [POSIX] (_SC_XBS5_ILP32_OFFBIG): Likewise.
4673         [POSIX] (_SC_XBS5_LP64_OFF64): Likewise.
4674         [POSIX] (_SC_XBS5_LPBIG_OFFBIG): Likewise.
4675         [POSIX] (_SC_THREAD_ROBUST_PRIO_INHERIT): Likewise.
4676         [POSIX] (_SC_THREAD_ROBUST_PRIO_PROTECT): Likewise.
4677         [POSIX] (_PC_FILESIZEBITS): Likewise.
4678         [POSIX] (_PC_REC_INCR_XFER_SIZE): Likewise.
4679         [POSIX] (_PC_REC_MAX_XFER_SIZE): Likewise.
4680         [POSIX] (_PC_REC_MIN_XFER_SIZE): Likewise.
4681         [POSIX] (_PC_REC_XFER_ALIGN): Likewise.
4682         [POSIX] (uid_t): Likewise.
4683         [POSIX] (gid_t): Likewise.
4684         [POSIX] (off_t): Likewise.
4685         [POSIX] (pid_t): Likewise.
4686         [POSIX] (cuserid): Allow.
4687         (_SC_2_CHAR_TERM): Require constant.
4688         (_POSIX_ASYNCHRONOUS_IO): Remove duplicate optional-constant.
4689         * conform/Makefile (test-xfail-POSIX/unistd.h/conform): New
4690         variable.
4692 2015-05-20  Roland McGrath  <roland@hack.frob.com>
4694         * sysdeps/nacl/pthread-pids.h: New file.
4695         * sysdeps/nacl/createthread.c: Include <pthread-pids.h>.
4696         (create_thread): Use __nacl_get_tid to initialize PD->tid.
4698         * nptl/pthread-pids.h: New file.
4699         * sysdeps/unix/sysv/linux/pthread-pids.h: New file.
4700         * nptl/nptl-init.c: Include <pthread-pids.h>.
4701         (__pthread_initialize_minimal_internal):
4702         Call __pthread_initialize_pids instead of set_tid_address syscall.
4704         * sysdeps/unix/sysv/linux/usleep.c: Moved to ...
4705         * sysdeps/posix/usleep.c: ... here.
4707 2015-05-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4709         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = misc)]: Remove
4710         call_pselect6 object.
4711         [$(subdir) = io]: Remove call_sync_file_range object.
4712         * sysdeps/unix/sysv/linux/i386/call_pselect6.S: Remove file.
4713         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Remove file.
4714         * sysdeps/unix/sysv/linux/i386/pselect.c: Remove file.
4715         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: Remove file.
4717 2015-05-20  Wilco Dijkstra  <wdijkstr@arm.com>
4719         * math/s_cproj.c: Add include "math_private.h".
4720         * math/s_cprojf.c: Likewise.
4721         * math/s_cprojl.c: Likewise.
4723 2015-05-19  Joseph Myers  <joseph@codesourcery.com>
4725         [BZ #18244]
4726         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Ignore explicit
4727         high mantissa bit when testing whether P is a NaN.
4728         * math/libm-test.inc (remainder_test_data): Add more tests.
4729         (remquo_test_data): Likewise.
4731         [BZ #18049]
4732         * sysdeps/i386/fpu/e_atanhl.S (__ieee754_atanhl): For exponents
4733         below -32, return the argument, with underflow if subnormal.
4734         * math/auto-libm-test-in: Add more tests of atanh.
4735         * math/auto-libm-test-out: Regenerated.
4737 2015-05-19  Roland McGrath  <roland@hack.frob.com>
4739         [BZ #18434]
4740         * nptl/tst-sem15.c: New file.
4741         * nptl/Makefile (tests): Add it.
4742         * nptl/sem_post.c (__new_sem_post) [!__HAVE_64B_ATOMICS]:
4743         s/<</>>/ to fix typo in EOVERFLOW check.
4744         * sysdeps/sparc/sparc32/sem_post.c (__new_sem_post): Likewise.
4746 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4748         * manual/strings.texi (envz_remove): Fix typo in safety
4749         annotations.
4751 2015-05-19  Paul Eggert  <eggert@cs.ucla.edu>
4752             Steve Ellcey  <sellcey@imgtec.com>
4754         * inet/rcmd.c (rresvport_af): Change ss to anonymous union
4755         in order to avoid strict alias warnings.
4756         (iruserok_af): Ditto for ra.
4758 2015-05-19  James Lemke  <jwlemke@codesourcery.com>
4760         [BZ #17581]
4761         * malloc/hooks.c
4762         (magicbyte): Convert to a function and avoid returning 0x01.
4763         (mem2mem_check): Avoid using a length byte equal to the magic byte.
4764         (mem2chunk_check): Fix unsigned comparisons to zero.
4765         Hoist defs of sz and magic.
4767 2015-05-19  Richard Henderson  <rth@redhat.com>
4769         * soft-fp/op-common.h (_FP_FROM_INT): Don't write to R.
4771         * sysdeps/alpha/fpu/libm-test-ulps: Update.
4773 2015-05-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4775         [BZ #16159]
4776         * malloc/Makefile (tests): New test case tst-malloc-backtrace.
4777         * malloc/arena.c (arena_lock): Check if arena is corrupt.
4778         (reused_arena): Find a non-corrupt arena.
4779         (heap_trim): Pass arena to unlink.
4780         * malloc/hooks.c (malloc_check_get_size): Pass arena to
4781         malloc_printerr.
4782         (top_check): Likewise.
4783         (free_check): Likewise.
4784         (realloc_check): Likewise.
4785         * malloc/malloc.c (malloc_printerr): Add arena argument.
4786         (unlink): Likewise.
4787         (munmap_chunk): Adjust.
4788         (ARENA_CORRUPTION_BIT): New macro.
4789         (arena_is_corrupt): Likewise.
4790         (set_arena_corrupt): Likewise.
4791         (sysmalloc): Use mmap if there are no usable arenas.
4792         (_int_malloc): Likewise.
4793         (__libc_malloc): Don't fail if arena_get returns NULL.
4794         (_mid_memalign): Likewise.
4795         (__libc_calloc): Likewise.
4796         (__libc_realloc): Adjust for additional argument to
4797         malloc_printerr.
4798         (_int_free): Likewise.
4799         (malloc_consolidate): Likewise.
4800         (_int_realloc): Likewise.
4801         (_int_memalign): Don't touch corrupt arenas.
4802         * malloc/tst-malloc-backtrace.c: New test case.
4804         * Makefile (summarize-tests): Fix return value on success.
4806         * manual/string.texi (Envz Functions): Add envz_remove.
4808 2015-05-18  Roland McGrath  <roland@hack.frob.com>
4810         * sysdeps/posix/opendir.c: Include <stdbool.h>.
4811         (invalid_name): New function, broken out of ...
4812         (__opendirat): ... here.  Call it.
4813         (need_isdir_precheck): New function, broken out of ...
4814         (__opendirat): ... here.  Call it.
4815         Use __fxstatat64, not __xstatat64.
4816         (opendir_oflags): New function, broken out of ...
4817         (__opendirat): ... here.  Call it.
4818         (opendir_tail): New function, broken out of ...
4819         (__opendirat): ... here.  Call it.
4820         (__opendir): Call invalid_name, need_isdir_precheck, __xstat64, and
4821         opendir_tail, rather than punting to __opendirat.
4822         (__opendirat): Conditionalize function definition on [IS_IN (libc)].
4824 2015-05-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
4826         * .gitignore: Ignore generated *.pyc.
4828 2015-05-18  Arjun Shankar  <arjun.is@lostca.se>
4830         * include/stdio.h: Define __need_wint_t.
4831         * test-skeleton.c: Avoid `for' loop initial declaration.
4832         * nptl/tst-initializers1.c: Use test-skeleton.c.
4834 2015-05-17  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4836         [BZ #18418]
4837         * stdlib/tst-setcontext3.sh: Remove non-portable array use.
4839 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
4841         [BZ #16352]
4842         * sysdeps/i386/fpu/e_atanh.S (dbl_min): New object.
4843         (__ieee754_atanh): Force underflow exception for results with
4844         small absolute value.
4845         * sysdeps/i386/fpu/e_atanhf.S (flt_min): New object.
4846         (__ieee754_atanhf): Force underflow exception for results with
4847         small absolute value.
4848         * sysdeps/ieee754/dbl-64/e_atanh.c: Include <float.h>.
4849         (__ieee754_atanh): Force underflow exception for results with
4850         small absolute value.
4851         * sysdeps/ieee754/flt-32/e_atanhf.c: Include <float.h>.
4852         (__ieee754_atanhf): Force underflow exception for results with
4853         small absolute value.
4854         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Include <float.h>.
4855         (__ieee754_atanhl): Force underflow exception for results with
4856         small absolute value.
4857         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Include <float.h>.
4858         (__ieee754_atanhl): Force underflow exception for results with
4859         small absolute value.
4860         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Include <float.h>.
4861         (__ieee754_atanhl): Force underflow exception for results with
4862         small absolute value.
4863         * math/auto-libm-test-in: Do not allow missing underflow
4864         exceptions from atanh.
4865         * math/auto-libm-test-out: Regenerated.
4867         [BZ #18221]
4868         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use 2**-13 not
4869         2**-28 as threshold for returning x or +/- 1/x.
4870         * math/auto-libm-test-in: Add more tests of tan.
4871         * math/auto-libm-test-out: Regenerated.
4873         [BZ #18220]
4874         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
4875         2**26 not 2**58 as threshold for returning x * (log (x) - 1).
4876         * math/auto-libm-test-in: Add another test of lgamma.
4877         * math/auto-libm-test-out: Regenerated.
4879 2015-05-15  Wilco Dijkstra  <wdijkstr@arm.com>
4881         * stdio-common/printf_fp.c (___printf_fp): Use abs.
4882         * stdlib/gmp-impl.h (ABS): Remove define.  (ABSIZ): Remove.
4883         * sysdeps/ieee754/dbl-64/branred.c (__branred): Use fabs.
4884         * sysdeps/ieee754/dbl-64/dla.h (EADD): Use fabs.
4885         (ESUB): Use fabs.  (ADD2): Use fabs.  (SUB2): Use fabs.
4886         (ADD2A): Use fabs.  (SUB2A): Use fabs.
4887         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Use fabs.
4888         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Use fabs.
4889         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use fabs.
4890         (log1): Use fabs.  (my_log2): Use fabs.
4891         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Use fabs.
4892         * sysdeps/ieee754/dbl-64/mpa.h (ABS): Remove define.
4893         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use fabs.
4894         * sysdeps/ieee754/dbl-64/mydefs.h (ABS): Remove define.
4895         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use fabs.
4896         (__cos): Use fabs.  (slow): Use fabs.  (slow2): Use fabs.
4897         (sloww): Use fabs.  (sloww1): Use fabs.  (sloww2): Use fabs.
4898         (bslow1): Use fabs.  (bslow2): Use fabs.  (cslow2): Use fabs.
4899         (csloww): Use fabs.  (csloww1): Use fabs.  (csloww2): Use fabs.
4900         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Use fabs.
4901         * sysdeps/x86_64/fpu/multiarch/e_log.c: add math.h include.
4903 2015-05-15  Joseph Myers  <joseph@codesourcery.com>
4905         [BZ #18217]
4906         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Use 2**-26 not 2**-56
4907         as threshold for returning 1 - x.
4908         * math/auto-libm-test-in: Add more tests of erfc.
4909         * math/auto-libm-test-out: Regenerated.
4911 2015-05-14  Joseph Myers  <joseph@codesourcery.com>
4913         [BZ #18196]
4914         * sysdeps/ieee754/flt-32/s_atanf.c (__atanf): Use 2^25 not 2^34 as
4915         threshold for large arguments.
4916         * math/auto-libm-test-in: Add another test of atan.
4917         * math/auto-libm-test-out: Regenerated.
4919         [BZ #16339]
4920         * sysdeps/i386/fpu/s_log1p.S (dbl_min): New object.
4921         (__log1p): Force underflow exception for results with small
4922         absolute value.
4923         * sysdeps/i386/fpu/s_log1pf.S (flt_min): New object.
4924         (__log1pf): Force underflow exception for results with small
4925         absolute value.
4926         * sysdeps/ieee754/dbl-64/s_log1p.c: Include <float.h>.
4927         (__log1p): Force underflow exception for results with small
4928         absolute value.
4929         * sysdeps/ieee754/flt-32/s_log1pf.c: Include <float.h>.
4930         (__log1pf): Force underflow exception for results with small
4931         absolute value.
4932         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Include <float.h>.
4933         (__log1pl): Force underflow exception for results with small
4934         absolute value.
4935         * math/auto-libm-test-in: Do not allow missing underflow
4936         exceptions from log1p.
4937         * math/auto-libm-test-out: Regenerated.
4939 2015-05-14  Jakub Bogusz  <qboosh@pld-linux.org>
4940             Adhemerval Zanella  <adhemerval.zanella@linaro.org>
4942         [BZ #16704]
4943         * sysdeps/unix/make-syscalls.sh: Remove non-portable echo usage.
4945 2015-05-14  Andrew Senkevich  <andrew.senkevich@intel.com>
4947         * Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
4948         (libmvec): New variable.
4949         * configure.ac: Added option for mathvec build.
4950         * configure: Regenerated.
4951         * mathvec/Depend: New file.
4952         * mathvec/Makefile: New file.
4953         * shlib-versions: Added libmvec.
4954         * math/Makefile: Added rule for libm.so installation.
4956         * bits/math-vector.h: New file.
4957         * bits/libm-simd-decl-stubs.h: New header.
4958         * math/Makefile (headers): Added new header
4959         libm-simd-decl-stubs.h.
4960         * math/math.h (__MATHCALL_VEC): New macro.
4962         * math/gen-libm-have-vector-test.sh: Script generates series of macros
4963         for conditions in testing functions.
4964         * math/Makefile: Added call of libm-have-vector-test.sh.
4965         * math/libm-test.inc (HAVE_VECTOR): New macros.
4967         * math/libm-test.inc: START refactored.
4968         * math/test-double.c (TEST_MATHVEC): Add define.
4969         * math/test-float.c: Likewise.
4970         * math/test-idouble.c: Likewise.
4971         * math/test-ifloat.c: Likewise.
4972         * math/test-ildoubl.c: Likewise.
4973         * math/test-ldouble.c: Likewise.
4974         * sysdeps/generic/math-tests-arch.h
4975         (INIT_ARCH_EXT, CHECK_ARCH_EXT): New helper macros for runtime
4976         architecture check.
4978         * math/test-double.c (FUNC_TEST): New macro.
4979         * math/test-float.c: Likewise.
4980         * math/test-idouble.c: Likewise.
4981         * math/test-ifloat.c: Likewise.
4982         * math/test-ildoubl.c: Likewise.
4983         * math/test-ldouble.c: Likewise.
4984         * math/libm-test.inc: Use FUNC_TEST for name of tested functions.
4986 2015-05-13  Roland McGrath  <roland@hack.frob.com>
4988         * sysdeps/nacl/fdopendir.c: New file.
4990         * dirent/scandir-tail.c: New file.
4991         * dirent/scandir64-tail.c: New file.
4992         * dirent/Makefile (routines): Add them.
4993         (CFLAGS-scandir-tail.c, CFLAGS-scandir64-tail.c): New variables.
4994         * include/dirent.h (__scandir_tail, __scandir64_tail): Declare them.
4995         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Macro removed.
4996         [!SCANDIR] (SCANDIR_TAIL): New macro.
4997         (SCANDIR): Call __opendir and __scandir_tail, not __scandirat.
4998         * dirent/scandir64.c [!_DIRENT_MATCHES_DIRENT64]
4999         (SCANDIRAT): Macro removed.
5000         (SCANDIR_TAIL): New macro.
5001         * dirent/scandirat.c [!SCANDIRAT] (READDIR): Macro removed.
5002         [!SCANDIRAT] (SCANDIR_TAIL): New macro.
5003         (SCANDIRAT): Just call __opendirat and __scandir_tail.
5004         * dirent/scandirat64.c [!_DIRENT_MATCHES_DIRENT64]
5005         (READDIR): Macro removed.
5006         (SCANDIR_TAIL): New macro.
5007         * sysdeps/unix/sysv/linux/i386/scandir64.c (READDIR): Macro removed.
5008         (SCANDIR_TAIL): New macro.
5010         * dirent/scandirat.c (__scandir_cancel_handler): Function moved ...
5011         * dirent/scandir-cancel.c: ... to this new file.
5012         * dirent/Makefile (routines): Add it.
5013         * dirent/scandirat64.c (SKIP_SCANDIR_CANCEL): Macro removed.
5014         * sysdeps/unix/sysv/linux/i386/scandir64.c
5015         (SKIP_SCANDIR_CANCEL): Macro removed.
5016         * include/dirent.h (__scandir_cancel_handler): Add attribute_hidden.
5018         * dirent/tst-scandir.c: New file.
5019         * dirent/tst-scandir64.c: New file.
5020         * dirent/Makefile (tests): Add them.
5022 2015-05-13  H.J. Lu  <hongjiu.lu@intel.com>
5024         [BZ #18409]
5025         * sysdeps/unix/make-syscalls.sh: Remove a trailing `\'.
5027 2015-05-13  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5029         * sysdeps/aarch64/tls-macros.h (TLS_GD): Add "cc" to the clobber
5030         list.
5032 2015-05-13  Leonhard Holz  <leonhard.holz@web.de>
5034         * benchtests/bench-strcoll.c: New benchmark.
5035         * benchtests/Makefile: Generate locales and run benchmark.
5036         * benchtests/strcoll-inputs/filelist#C: New benchmark input file.
5037         * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Likewise.
5038         * benchtests/strcoll-inputs/lorem_ipsum#ar_SA.UTF-8: Likewise.
5039         * benchtests/strcoll-inputs/lorem_ipsum#cs_CZ.UTF-8: Likewise.
5040         * benchtests/strcoll-inputs/lorem_ipsum#da_DK.UTF-8: Likewise.
5041         * benchtests/strcoll-inputs/lorem_ipsum#el_GR.UTF-8: Likewise.
5042         * benchtests/strcoll-inputs/lorem_ipsum#en_GB.UTF-8: Likewise.
5043         * benchtests/strcoll-inputs/lorem_ipsum#en_US.UTF-8: Likewise.
5044         * benchtests/strcoll-inputs/lorem_ipsum#es_ES.UTF-8: Likewise.
5045         * benchtests/strcoll-inputs/lorem_ipsum#fr_FR.UTF-8: Likewise.
5046         * benchtests/strcoll-inputs/lorem_ipsum#hi_IN.UTF-8: Likewise.
5047         * benchtests/strcoll-inputs/lorem_ipsum#hu_HU.UTF-8: Likewise.
5048         * benchtests/strcoll-inputs/lorem_ipsum#is_IS.UTF-8: Likewise.
5049         * benchtests/strcoll-inputs/lorem_ipsum#it_IT.UTF-8: Likewise.
5050         * benchtests/strcoll-inputs/lorem_ipsum#iw_IL.UTF-8: Likewise.
5051         * benchtests/strcoll-inputs/lorem_ipsum#ja_JP.UTF-8: Likewise.
5052         * benchtests/strcoll-inputs/lorem_ipsum#pl_PL.UTF-8: Likewise.
5053         * benchtests/strcoll-inputs/lorem_ipsum#pt_PT.UTF-8: Likewise.
5054         * benchtests/strcoll-inputs/lorem_ipsum#ru_RU.UTF-8: Likewise.
5055         * benchtests/strcoll-inputs/lorem_ipsum#sr_RS.UTF-8: Likewise.
5056         * benchtests/strcoll-inputs/lorem_ipsum#sv_SE.UTF-8: Likewise.
5057         * benchtests/strcoll-inputs/lorem_ipsum#tr_TR.UTF-8: Likewise.
5058         * benchtests/strcoll-inputs/lorem_ipsum#vi_VN.UTF-8: Likewise.
5059         * benchtests/strcoll-inputs/lorem_ipsum#zh_CN.UTF-8: Likewise.
5061 2015-05-12  Ondřej Bílka  <neleai@seznam.cz>
5063         * sysdeps/x86_64/multiarch/strcspn.S: Remove plt indirection.
5064         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5066 2015-05-12  Roland McGrath  <roland@hack.frob.com>
5068         * posix/uname-values.h: New file.
5069         * posix/uname.c: Include that instead of <config-name.h>.
5070         * sysdeps/nacl/uname-values.h: New file.
5071         * sysdeps/arm/nacl/uname-values.h: New file.
5073 2015-05-12  Joseph Myers  <joseph@codesourcery.com>
5075         * conform/linknamespace.pl (list_syms): Remove \[.*?\] before
5076         splitting into fields.
5078 2015-05-12  Leonhard Holz  <leonhard.holz@web.de>
5080         * locale/categories.def: Define _NL_COLLATE_ENCODING_TYPE.
5081         * locale/langinfo.h: Add _NL_COLLATE_ENCODING_TYPE to attribute list.
5082         * locale/localeinfo.h: Add enum collation_encoding_type.
5083         * locale/C-collate.c: Set _NL_COLLATE_ENCODING_TYPE to 8bit.
5084         * programs/ld-collate.c (collate_output): Add encoding type info.
5085         * string/strcoll_l.c (STRDIFF): New function.
5086         * (STRCOLL): Use STRDIFF to skip over equal prefix.
5087         * wcsmbs/wcscoll_l.c: Define STRDIFF.
5089 2015-05-11  Joseph Myers  <joseph@codesourcery.com>
5091         [BZ #18397]
5092         * sysdeps/mips/mips32/fpu/fpu_control.c: Move to ....
5093         * sysdeps/mips/mips32/fpu/fpucw-helpers.c: ... here.  Include
5094         <fpu_control.h> instead of <math/fpu_control.c>.
5095         * sysdeps/mips/mips32/fpu/Makefile: New file.
5097 2015-05-11  Andreas Schwab  <schwab@suse.de>
5099         [BZ #18007]
5100         * nis/nss_compat/compat-grp.c (internal_endgrent): Don't call
5101         nss_endgrent.
5102         (_nss_compat_endgrent): Call nss_endgrent.
5103         * nis/nss_compat/compat-pwd.c (internal_endpwent): Don't call
5104         nss_endpwent.
5105         (_nss_compat_endpwent): Call nss_endpwent.
5106         * nis/nss_compat/compat-spwd.c (internal_setspent): Add parameter
5107         needent, call nss_setspent only if non-zero.
5108         (_nss_compat_setspent, _nss_compat_getspent_r): Pass non-zero.
5109         (internal_endspent): Don't call nss_endspent.
5110         (_nss_compat_endspent): Call nss_endspent.
5111         * nss/nss_files/files-XXX.c (position, last_use, keep_stream):
5112         Remove.  All uses removed.
5113         (internal_setent): Remove parameter stayopen, add parameter
5114         stream.  Use it instead of global variable.
5115         (CONCAT(_nss_files_set,ENTNAME)): Pass global stream.
5116         (internal_endent, internal_getent): Add parameter stream.  Use it
5117         instead of global variable.
5118         (CONCAT(_nss_files_end,ENTNAME))
5119         (CONCAT(_nss_files_get,ENTNAME_r)): Pass global stream.
5120         (_nss_files_get##name##_r): Pass local stream.  Remove locking.
5121         * nss/nss_files/files-alias.c (position, last_use): Remove.  All
5122         uses removed.
5123         (internal_setent, internal_endent): Add parameter stream.  Use it
5124         instead of global variable.
5125         (_nss_files_setaliasent, _nss_files_endaliasent): Pass global
5126         stream.
5127         (get_next_alias): Add parameter stream.
5128         (_nss_files_getaliasent_r): Pass global stream.
5129         (_nss_files_getaliasbyname_r): Pass local stream.  Remove locking.
5130         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r)
5131         (_nss_files_gethostbyname4_r): Pass local stream to
5132         internal_setent, internal_getent and internal_endent.  Remove
5133         locking.
5135 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
5137         * tst-strfmon1.c (tests): Update expected currency symbol.
5139 2015-05-08  Roland McGrath  <roland@hack.frob.com>
5141         * sysdeps/nacl/gethostname.c: New file.
5143 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
5145         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
5146         and sinh.
5147         * math/auto-libm-test-out: Regenerated.
5148         * sysdeps/i386/fpu/libm-test-ulps: Update.
5149         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5151 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
5153         [BZ #18125]
5154         * stdlib/tst-setcontext3.c: New file.
5155         * stdlib/tst-setcontext3.sh: New file.
5156         * stdlib/Makefile (tests): Add tst-setcontext3.
5157         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
5158         to verify test program created output file.
5159         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
5160         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
5161         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
5162         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
5164 2015-05-06  Roland McGrath  <roland@hack.frob.com>
5166         [BZ #18383]
5167         * elf/tst-tlsalign.c: New file.
5168         * elf/tst-tlsalign-static.c: New file.
5169         * elf/tst-tlsalign-lib.c: New file.
5170         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
5171         (tests-static): Add tst-tlsalign-static.
5172         (modules-names): Add tst-tlsalign-lib.
5173         (test-xfail-tst-tlsalign): New variable.
5174         (test-xfail-tst-tlsalign-static): New variable.
5176         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
5177         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
5179 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
5181         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
5182         csqrt, erfc, sin and sincos.
5183         * math/auto-libm-test-out: Regenerated.
5184         * sysdeps/i386/fpu/libm-test-ulps: Update.
5185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5187 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5189         * sysdeps/aarch64/libm-test-ulps: Update.
5191 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
5193         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
5194         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
5195         * math/auto-libm-test-out: Regenerated.
5196         * sysdeps/i386/fpu/libm-test-ulps: Update.
5197         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5199 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
5201         [BZ #18265]
5202         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
5203         (wcsncpy): Likewise.
5205 2015-05-05  Florian Weimer  <fweimer@redhat.com>
5207         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
5208         Assume __ASSUME_FALLOCATE is always true.
5209         * sysdeps/unix/sysv/linux/posix_fallocate64.c
5210         (__posix_fallocate64_l64): Likweise.
5211         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
5212         (posix_fallocate): Likewise.
5213         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
5214         (__posix_fallocate64_l64): Likewise.
5215         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
5216         [!__ASSUME_FALLOCATE]: Add comment.
5218 2015-05-05  Florian Weimer  <fweimer@redhat.com>
5220         * sysdeps/unix/sysv/linux/i386/Makefile
5221         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
5222         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
5223         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
5224         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
5225         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
5226         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
5227         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
5229 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
5231         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
5232         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
5233         tgamma.
5234         * math/auto-libm-test-out: Regenerated.
5235         * sysdeps/i386/fpu/libm-test-ulps: Update.
5236         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5238 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
5240         * math/auto-libm-test-in: Add more tests of tgamma.
5241         * math/auto-libm-test-out: Regenerated.
5242         * sysdeps/i386/fpu/libm-test-ulps: Update.
5243         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5245         * math/auto-libm-test-in: Add more tests of tanh.
5246         * math/auto-libm-test-out: Regenerated.
5247         * sysdeps/i386/fpu/libm-test-ulps: Update.
5248         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5250         * math/auto-libm-test-in: Add more tests of tan.
5251         * math/auto-libm-test-out: Regenerated.
5252         * sysdeps/i386/fpu/libm-test-ulps: Update.
5253         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5255         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
5256         * math/auto-libm-test-out: Regenerated.
5257         * sysdeps/i386/fpu/libm-test-ulps: Update.
5258         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5260         * math/auto-libm-test-in: Add another test of pow.
5261         * math/auto-libm-test-out: Regenerated.
5262         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5264         * math/auto-libm-test-in: Add more tests of lgamma.
5265         * math/auto-libm-test-out: Regenerated.
5266         * sysdeps/i386/fpu/libm-test-ulps: Update.
5267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5269         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
5270         log1p.
5271         * math/auto-libm-test-out: Regenerated.
5272         * sysdeps/i386/fpu/libm-test-ulps: Update.
5273         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5275 2015-05-01  Mark Wielaard  <mjw@redhat.com>
5277         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
5278         Elf64_Chdr structs and ELFCOMPRESS constants.
5280 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
5282         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
5283         expm1.
5284         * math/auto-libm-test-out: Regenerated.
5285         * sysdeps/i386/fpu/libm-test-ulps: Update.
5286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5288         * math/auto-libm-test-in: Add more tests of erf and erfc.
5289         * math/auto-libm-test-out: Regenerated.
5290         * sysdeps/i386/fpu/libm-test-ulps: Update.
5291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5293 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
5295         * config.h.in (HAVE_AARCH64_BE): Add.
5297 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
5299         * math/auto-libm-test-in: Add more tests of csqrt.
5300         * math/auto-libm-test-out: Regenerated.
5301         * sysdeps/i386/fpu/libm-test-ulps: Update.
5302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5304         * math/auto-libm-test-in: Add more tests of cosh and sinh.
5305         * math/auto-libm-test-out: Regenerated.
5306         * sysdeps/i386/fpu/libm-test-ulps: Update.
5307         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5309         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
5311 2015-04-29  Roland McGrath  <roland@hack.frob.com>
5313         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
5314         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
5316         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
5317         (euidaccess, eaccess): Define as weak aliases.
5319         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
5320         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
5321         but __suseconds_t is often 'long int' so some sources assume that
5322         type is being used (e.g. they use %ld to print tv_usec).
5324 2015-04-29  Florian Weimer  <fweimer@redhat.com>
5326         [BZ #18007]
5327         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
5328         (CVE-2014-8121)
5329         * nss/tst-nss-getpwent.c: New file.
5330         * nss/Makefile (tests): Add new test.
5332 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
5334         [BZ #18346]
5335         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
5336         exponents less than 48 as cases where high part of mantissa needs
5337         examining to determine whether argument is integral.
5338         * math/libm-test.inc (round_test_data): Add more tests.
5340 2015-04-28  Mark Wielaard  <mjw@redhat.com>
5342         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
5344 2015-04-27  David S. Miller  <davem@davemloft.net>
5346         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
5347         __tls_get_addr.
5348         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5350 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
5352         [BZ#18333]
5353         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
5355 2015-04-27  Florian Weimer  <fweimer@redhat.com>
5357         [BZ#18333]
5358         * time/tzset.c (parse_tzname): Return error on memory allocation
5359         failure.
5360         * test-skeleton.c (struct temp_name_list): Change type of name
5361         member to non-const.
5362         (add_temp_file): Create a copy of the file name.
5363         (delete_temp_files): Deallocate memory.
5364         (create_temp_file): Add comment.
5366 2015-04-24  Florian Weimer  <fweimer@redhat.com>
5368         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
5369         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
5371 2015-04-24  Roland McGrath  <roland@hack.frob.com>
5373         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
5374         * sysdeps/arm/configure: Regenerated.
5376 2015-04-24  Florian Weimer  <fweimer@redhat.com>
5378         [BZ #17715]
5379         * time/tzfile.c (__tzfile_read): Check for large values of
5380         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
5381         * time/tzset.c (__tzstring_len): New function, based on the old
5382         __tzstring function.
5383         (__tzstring): Call __tzstring_len.
5384         (parse_tzname): New helper function extracted from
5385         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
5386         the input string.
5387         (parse_offset): New helper function extracted from
5388         __tzset_parse_tz.  Replace switch with fallthrough with
5389         initialization before sscanf.
5390         (parse_rule): Likewise.
5391         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
5392         new-style function definition.
5393         * timezone/Makefile (tests): Add tst-tzset.
5394         (tst-tzset.out): Dependencies on time zone files.
5395         (tst-tzset-ENV): Set TZDIR.
5396         (testdata/XT%): Copy crafted time zone files.
5397         * timezone/README: Mention crafted time zone files.
5398         * timezone/testdata/XT1, timezone/testdata/XT2,
5399         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
5400         files.
5401         * timezone/tst-tzset.c: New test.
5403 2015-04-24  Florian Weimer  <fweimer@redhat.com>
5405         * Makeconfig (+gccwarn): Remove -Winline.
5407 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
5409         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
5411 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
5413         * NEWS: Mention sysconf() cache information support for s390.
5414         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
5416 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
5418         * math/k_casinh.c (__kernel_casinh): Use __copysign.
5419         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
5420         (__nearbyint): Likewise.
5421         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
5422         (copysignl): Likewise.
5424 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
5426         [BZ #18287]
5427         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
5428         based on padding.  (CVE-2015-1781)
5430 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5432         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
5433         libc-vdso.h.
5434         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
5435         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
5436         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
5437         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
5438         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
5439         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
5440         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
5441         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
5442         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
5443         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
5444         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
5445         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
5446         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
5447         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
5448         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
5449         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
5450         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
5451         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
5452         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
5453         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
5454         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
5455         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
5456         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
5458 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
5460         * stdlib/setenv.c (__add_to_environ):
5461         Dump core quickly if setenv (..., NULL, ...) is called.
5462         This time, do it the right way, and pacify GCC with a pragma.
5464 2015-04-17  Roland McGrath  <roland@hack.frob.com>
5466         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
5467         IMAP->l_prev cannot be null, and #if out the code for the contrary
5468         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
5469         believe that NS (&_dl_ns[NSID]) could point outside the array.
5471         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
5472         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
5473         before using NSID as an index.
5475 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
5477         [BZ #17825]
5478         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
5479         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
5480         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
5482 2015-04-17  Roland McGrath  <roland@hack.frob.com>
5484         Add preliminary port to Google Native Client on ARM.
5485         * abi-tags (.*-.*-nacl.*): New entry.
5486         * sysdeps/arm/nacl: New directory.
5487         * sysdeps/nacl: New directory.
5489 2015-04-16  David S. Miller  <davem@davemloft.net>
5491         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
5492         lowlevellock-futex.h
5494 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
5496         * sysdeps/tile/configure.ac: New file.
5497         * sysdeps/tile/configure: Regenerated.
5499 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
5501         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
5502         conditionals for weak_alias and libc_hidden_weak.
5503         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
5504         libc_hidden_weak and weak_alias.
5505         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
5506         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
5507         and weak_alias for static one.
5509 2015-04-15  David S. Miller  <davem@davemloft.net>
5511         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
5513 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5515         [BZ #18206]
5516         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
5517           Use signed comparision instead of substraction to avoid
5518           overflow bug.
5519         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
5520           Take the sign of ret.
5521         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
5522           Do not expect precise return values. Only the sign matters.
5523         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
5524         * wcsmbs/test-wcsncmp.c: New File.
5525         * string/test-strncmp.c: Add wcsncmp support.
5527 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5529         [BZ #6792]
5530         * math/w_log1p.c: New file.
5531         * math/w_log1pf.c: Likewise.
5532         * math/w_log1pl.c: Likewise.
5533         * math/Makefile (libm-calls): Add w_log1p.
5534         * math/s_log1pl.c (log1pl): Remove weak_alias.
5535         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
5536         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
5537         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
5538         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
5539         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
5540         [NO_LONG_DOUBLE] (log1pl): Likewise.
5541         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
5542         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
5543         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
5544         (log1p): Remove long_double_symbol.
5545         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
5546         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
5547         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
5548         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
5549         remove weak_alias for corresponding log1p function.
5550         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
5551         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
5552         * sysdeps/ia64/fpu/w_log1p.c: New file.
5553         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
5554         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
5555         * math/libm-test.inc (log1p_test_data): Add errno expectations.
5557 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
5559         [BZ #18247]
5560         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
5561         decimal exponent by 1.
5562         * stdlib/tst-strtod-round-data: Add more tests.
5563         * stdlib/tst-strtod-round.c (tests): Regenerated.
5565 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
5567         * math/auto-libm-test-in: Add more tests of clog and clog10.
5568         * math/auto-libm-test-out: Regenerated.
5569         * sysdeps/i386/fpu/libm-test-ulps: Update.
5570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5572 2015-04-09  Roland McGrath  <roland@hack.frob.com>
5574         * Makeconfig (module-cppflags): Exclude all .v.i files.
5575         (skip-module-cppflags): Variable removed.
5577         * configure.ac (libc_config_ok): Initialize before reading
5578         preconfigure scripts, not after.
5579         * configure: Regenerated.
5581         * test-skeleton.c (TIMEOUT): Move #define to top level.
5582         (main): Grok environment variable TEST_DIRECT.  If set, print
5583         test expectation details into that file and then behave as if
5584         given --direct.
5586 2015-04-09  Florian Weimer  <fweimer@redhat.com>
5588         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
5589         warning on 32-bit.
5591 2015-04-08  David S. Miller  <davem@davemloft.net>
5593         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5595 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
5597         * math/auto-libm-test-in: Add more tests of atanh.
5598         * math/auto-libm-test-out: Regenerated.
5599         * sysdeps/i386/fpu/libm-test-ulps: Update.
5600         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5602         * math/auto-libm-test-in: Add more tests of atan.
5603         * math/auto-libm-test-out: Regenerated.
5604         * sysdeps/i386/fpu/libm-test-ulps: Update.
5605         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5607 2015-04-08  Florian Weimer  <fweimer@redhat.com>
5609         * elf/pldd.c (main): Rewrite to use struct
5610         scratch_buffer instead of extend_alloca.
5611         * elf/pldd-xx.c (find_maps): Likewise.
5612         * grp/initgroups.c: Include <scratch_buffer.h> instead of
5613         <alloca.h>.
5614         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
5615         scratch_buffer instead of extend_alloca.
5616         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
5617         grp/compat-initgroups.c.
5618         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
5619         Rewrite to use struct scratch_buffer instead of extend_alloca.
5620         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
5621         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
5623 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
5625         * math/auto-libm-test-in: Add more tests of cbrt.
5626         * math/auto-libm-test-out: Regenerated.
5627         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5629         * math/auto-libm-test-in: Add more tests of cabs.
5630         * math/auto-libm-test-out: Regenerated.
5631         * sysdeps/i386/fpu/libm-test-ulps: Update.
5632         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5634         [BZ #18210]
5635         [BZ #18211]
5636         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
5637         (__ieee754_atan2): Set FE_TONEAREST mode for internal
5638         computations.
5639         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
5640         clog10.
5641         * math/auto-libm-test-out: Regenerated.
5642         * sysdeps/i386/fpu/libm-test-ulps: Update.
5643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5645         [BZ #18197]
5646         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
5647         (atan): Set FE_TONEAREST mode for internal computations.
5648         * math/auto-libm-test-in: Add more tests of atan.
5649         * math/auto-libm-test-out: Regenerated.
5651 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
5653         [BZ #17930]
5654         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
5656 2015-04-07  Florian Weimer  <fweimer@redhat.com>
5658         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
5660 2015-04-07  Florian Weimer  <fweimer@redhat.com>
5662         * include/scratch_buffer.h: New file.
5663         * malloc/scratch_buffer_grow.c: Likewise.
5664         * malloc/scratch_buffer_grow_preserve.c: Likewise.
5665         * malloc/scratch_buffer_set_array_size.c: Likewise.
5666         * malloc/tst-scratch_buffer.c: Likewise.
5667         * malloc/Makefile (routines): Add scratch_buffer_grow.
5668         (tests): Add test case.
5669         * malloc/Versions (GLIBC_PRIVATE): Export
5670         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
5671         __libc_scratch_buffer_set_array_size.
5673 2015-04-06  Richard Henderson  <rth@redhat.com>
5675         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
5676         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5678         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
5679         unsigned int before printing.
5681 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
5683         [BZ #17596]
5684         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
5685         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
5687 2015-04-02  Florian Weimer  <fweimer@redhat.com>
5689         * include/libc-internal.h (libc_max_align_t): Define.
5691 2015-04-02  Andreas Schwab  <schwab@suse.de>
5693         [BZ #16850]
5694         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
5696 2015-04-02  Mel Gorman  <mgorman@suse.de>
5698         [BZ #17195]
5699         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
5700         as well as the main arena.
5702 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
5704         [BZ #18185]
5705         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
5706         sharing L2 cache to 2 for Silvermont/Knights Landing.
5708 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
5710         [BZ #17711]
5711         * config.make.in (have-protected-data): New.
5712         * configure.ac: Check linker support for protected data symbol.
5713         * configure: Regenerated.
5714         * elf/Makefile (modules-names): Add tst-protected1moda and
5715         tst-protected1modb if $(have-protected-data) is yes.
5716         (tests): Add tst-protected1a and tst-protected1b if
5717         $(have-protected-data) is yes.
5718         ($(objpfx)tst-protected1a): New.
5719         ($(objpfx)tst-protected1b): Likewise.
5720         (tst-protected1modb.so-no-z-defs): Likewise.
5721         * elf/tst-protected1a.c: New file.
5722         * elf/tst-protected1b.c: Likewise.
5723         * elf/tst-protected1mod.h: Likewise.
5724         * elf/tst-protected1moda.c: Likewise.
5725         * elf/tst-protected1modb.c: Likewise.
5727 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
5729         [BZ #17711]
5730         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
5731         indicates it is called from do_lookup_x on relocation against
5732         protected data, skip the data definion in the executable from
5733         copy reloc.
5734         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
5735         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
5736         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
5737         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
5738         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
5739         otherwise to 0.
5740         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
5741         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
5742         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
5743         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
5744         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
5745         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
5747 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
5749         * sysdeps/nptl/pthread.h: Remove duplicate definition of
5750         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
5752 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
5754         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
5755         THREAD_SETMEM_NC.
5756         * sysdeps/x86_64/nptl/tls.h: Ditto.
5758 2015-03-27  Roland McGrath  <roland@hack.frob.com>
5760         * dlfcn/tststatic.c (main): Converted to ...
5761         (do_test): ... this.
5762         (TEST_FUNCTION): New macro.
5763         Include test-skeleton.c.
5765 2015-03-26  Alan Modra  <amodra@gmail.com>
5767         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
5768         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
5769         zero for undefined weak.
5770         (elf_machine_plt_conflict): Similarly.
5772 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
5774         * math/auto-libm-test-in: Add more tests of acosh, asinh and
5775         atanh.
5776         * math/auto-libm-test-out: Regenerated.
5777         * sysdeps/i386/fpu/libm-test-ulps: Update.
5778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5780         * math/auto-libm-test-in: Add another test of asin.
5781         * math/auto-libm-test-out: Regenerated.
5782         * sysdeps/i386/fpu/libm-test-ulps: Update.
5783         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5785         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
5786         Remove macro.
5787         (LLL_EBX_REG): Likewise.
5788         (LLL_ENTER_KERNEL): Likewise.
5790         * math/auto-libm-test-in: Add more tests of asin.
5791         * math/auto-libm-test-out: Regenerated.
5792         * sysdeps/i386/fpu/libm-test-ulps: Update.
5793         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5795         [BZ #18138]
5796         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
5797         libc_do_syscall_args): New structure.
5798         (INTERNAL_SYSCALL_MAIN_0): New macro.
5799         (INTERNAL_SYSCALL_MAIN_1): Likewise.
5800         (INTERNAL_SYSCALL_MAIN_2): Likewise.
5801         (INTERNAL_SYSCALL_MAIN_3): Likewise.
5802         (INTERNAL_SYSCALL_MAIN_4): Likewise.
5803         (INTERNAL_SYSCALL_MAIN_5): Likewise.
5804         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
5805         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
5806         Replace conditional definitions by conditional definitions of ....
5807         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
5808         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
5809         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
5810         (libpthread-sysdep_routines): Add libc-do-syscall.
5811         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
5812         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
5813         to __NR_futex not 240.
5815 2015-03-25  Alan Modra  <amodra@gmail.com>
5817         * NEWS: Advertise TLS optimization.
5818         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
5819         (DT_PPC_NUM): Increment.
5820         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
5821         (CHECK_STATIC_TLS): Use here.
5822         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
5823         TLS descriptors.
5824         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
5825         * sysdeps/powerpc/dl-tls.c: New file.
5826         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
5827         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
5828         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
5829         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
5830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
5831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
5832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
5834 2015-03-25  Alan Modra  <amodra@gmail.com>
5836         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
5837         for overlapping .opd entries" to "support...".
5838         * sysdeps/powerpc/powerpc64/configure: Regenerate
5840 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
5842         * math/auto-libm-test-in: Add more tests of acos.
5843         * math/auto-libm-test-out: Regenerated.
5844         * sysdeps/i386/fpu/libm-test-ulps: Update.
5845         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5847         * math/auto-libm-test-in: Add more tests of expm1.
5848         * math/auto-libm-test-out: Regenerated.
5849         * sysdeps/i386/fpu/libm-test-ulps: Update.
5850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5852 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
5854         * math/auto-libm-test-in: Add more tests of cosh and sinh.
5855         * math/auto-libm-test-out: Regenerated.
5856         * sysdeps/i386/fpu/libm-test-ulps: Update.
5857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5859         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5860         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5862         * math/auto-libm-test-in: Add more tests of log2.
5863         * math/auto-libm-test-out: Regenerated.
5864         * sysdeps/i386/fpu/libm-test-ulps: Update.
5865         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5867 2015-03-23  Roland McGrath  <roland@hack.frob.com>
5869         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
5870         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
5871         _IO_IS_APPENDING bit in READ_WRITE instead.
5873 2015-03-23  Florian Weimer  <fweimer@redhat.com>
5875         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
5876         (__determine_cpumask_size): Replace extend_alloca with a
5877         variable-length array.  Do not treat res == 0 as an error.
5879 2015-03-23  Florian Weimer  <fweimer@redhat.com>
5881         [BZ #18100]
5882         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
5883         and integer overflow.
5884         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
5885         (main): Add integer overflow tests.
5886         * manual/pattern.texi (Calling Wordexp): Document additional use
5887         for WRDE_SYNTAX.
5889 2015-03-23  Alan Modra  <amodra@gmail.com>
5891         * config.h.in: Remove HAVE_ASM_PPC_REL16.
5892         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
5893         and false branch of conditional.
5894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
5895         Likewise.
5897 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
5899         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
5900         libc-modules.h
5901         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
5902         unused declaration of _hurd_intr_rpc_msg_in_trap.
5903         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
5904         defined instead of whether it is non-zero.
5905         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
5906         input constraint instead of both input and output constraint.  Use ecx
5907         clobber instead of %ecx.
5908         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
5909         mutex_unlock): Use a statement expression instead of an expression list.
5910         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
5911         type to vm_size_t instead of vm_address_t.
5912         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
5913         defined instead of whether it is non-zero.
5914         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
5915         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
5916         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
5917         comparisons with mapaddr.
5918         * nscd/nscd-client.h: Include <time.h>.
5919         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
5920         9th parameter to __vm_region instead of int.
5921         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
5922         * scripts/check-local-headers.sh (exclude): Add device/,
5923         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
5924         cthreads.h.
5926 2015-03-19  Roland McGrath  <roland@hack.frob.com>
5928         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
5929         to account for alignment padding.
5930         * sysdeps/arm/memmove.S: Likewise.
5932 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
5934         * sysdeps/unix/sysv/linux/generic/README: New file.
5936 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
5938         [BZ #18138]
5939         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
5940         (futex_abstimed_wait)
5941         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
5942         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
5943         of lll_futex_timed_wait.
5945 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
5947         [BZ #17542]
5948         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
5950 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
5952         [BZ #17090]
5953         [BZ #17620]
5954         [BZ #17621]
5955         [BZ #17628]
5956         * NEWS: Update.
5957         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
5958         entries with Static TLS too.  Skip entries past the end of the
5959         allocated DTV, from Alan Modra.
5960         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
5961         Static TLS DTV entry set up from...
5962         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
5963         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
5964         * nptl/allocatestack.c (init_one_static_tls): ... and here...
5965         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
5966         for Static TLS.
5967         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
5968         that the slot we find is associated with the given map before
5969         using its generation count.
5970         * nptl_db/db_info.c: Include ldsodefs.h.
5971         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
5972         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
5973         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
5974         (link_map::l_tls_offset): New struct field.
5975         (dtv_t::counter): Likewise.
5976         (rtld_global): New struct.
5977         (_rtld_global): New rtld variable.
5978         (dl_tls_dtv_slotinfo_list): New rtld global field.
5979         (dtv_slotinfo_list): New struct.
5980         (dtv_slotinfo): Likewise.
5981         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
5982         (td_lookup): Rename to...
5983         (td_mod_lookup): ... this.  Use new mod parameter instead of
5984         LIBPTHREAD_SO.
5985         * nptl_db/td_thr_tlsbase.c: Include link.h.
5986         (dtv_slotinfo_list, dtv_slotinfo): New functions.
5987         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
5988         addresses even if the DTV is out of date or missing them.
5989         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
5990         index zero-length arrays.
5991         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
5992         (td_lookup): Make it a macro implemented in terms of...
5993         (td_mod_lookup): ... this declaration.
5994         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
5995         (DB_MAIN_VARIABLE): Likewise.
5997 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
5999         [BZ #18134]
6000         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
6002 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
6004         * stdlib/setenv.c (__add_to_environ): Revert previous change.
6006 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
6008         [BZ #18128]
6009         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
6010         (atomic_add, atomic_increment_and_test)
6011         (atomic_decrement_and_test): Fix 64-bit arithmetic.
6013 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
6015         * stdlib/setenv.c (__add_to_environ):
6016         Dump core quickly if setenv (..., NULL, ...) is called.
6018 2015-03-13  Roland McGrath  <roland@hack.frob.com>
6020         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
6021         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
6022         all the necessary asm magic in one place.
6023         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
6024         using those.
6026 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
6028         [BZ #14906]
6029         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
6030         traced file mtime. Use consistent log message.
6031         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
6032         (register_traced_file): Call install_watches. Always set mtime.
6033         (invalidate_cache): Iterate over all trace files. Call install_watches.
6034         (inotify_check_files): Don't inline. Handle watching parent
6035         directories and configuration file movement in and out.
6036         (handle_inotify_events): New function.
6037         (main_loop_poll): Call handle_inotify_events.
6038         (main_loop_epoll): Likewise.
6039         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
6040         (struct traced_file): Use array of inotify fds. Add parent directory,
6041         and basename.
6042         (struct database_dyn): Remove unused file_mtime.
6043         (init_traced_file): New inline function.
6044         (define_traced_file): New macro.
6045         * nss/nss_db/db-init.c: Use define_traced_file.
6046         (_nss_db_init): Use init_traced_file.
6047         * nss/nss_files/files-init.c: Use define_traced_file.
6048         (_nss_files_init): Use init_traced_file.
6050 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
6052         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
6053         [_LIBC]: Do not include <stdlib.h>.
6054         [!_LIBC] (abort): Remove declaration.
6055         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
6056         _FP_STATIC_ASSERT instead of conditionally calling abort.
6057         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
6058         (_FP_EXTEND_CNAN): Likewise.
6059         (FP_TRUNC): Likewise.
6060         (__FP_CLZ): Likewise.
6061         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
6063 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
6065         * manual/string.texi (XPG basename): Fix prototype.
6067 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
6069         [BZ #18080]
6070         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
6071         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
6072         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
6073         (__setcontext): Likewise.
6074         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
6075         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
6076         Call rt_sigprocmask syscall one time to set new signal mask
6077         and retrieve the current signal mask instead of two calls.
6078         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
6079         (__swapcontext): Likewise.
6080         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
6081         * stdlib/tst-setcontext2.c: New file.
6083 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
6085         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6087 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
6089         [BZ #18093]
6090         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
6091         the wrong size.
6093 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
6095         [BZ #18043]
6096         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
6098 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
6100         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
6101         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
6102         Remove define.
6103         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
6104         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
6105         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
6106         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
6107         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
6108         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
6109         define.
6110         * nptl_db/td_symbol_list.c (td_lookup): Remove
6111         HAVE_ASM_GLOBAL_DOT_NAME code.
6112         * sysdeps/powerpc/powerpc64/configure.ac: Remove
6113         HAVE_ASM_GLOBAL_DOT_NAME check.
6114         * sysdeps/powerpc/powerpc64/configure: Regenerate.
6115         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
6116         (DOT_LABEL): Remove define.
6117         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
6118         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
6119         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
6120         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
6121         (__TLS_GET_ADDR): Likewise.
6122         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
6123         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
6125 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
6127         [BZ #18111]
6128         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
6129         (_FPU_SETCW): Initialize cw from fpsr before storing.
6130         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
6131         (fesetexceptflag): Rewrite using fpu_control.h.
6132         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
6134 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
6136         [BZ #18110]
6137         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
6138         asms.
6139         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
6141 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
6143         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
6144         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
6145         abort.
6146         (_FP_FMA): Likewise.
6147         (_FP_DIV): Likewise.
6149 2015-03-10  Roland McGrath  <roland@hack.frob.com>
6151         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
6152         with 0 in that case.
6153         * Makefile (summarize-tests): New canned sequence, factored out of
6154         commands for targets tests and xtests.  Display summary lines that
6155         don't start with PASS: or XFAIL: rather than ones that do start with
6156         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
6157         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
6158         do start with ERROR: or FAIL:.
6159         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
6160         (except for [$(build-shared) = yes]).
6161         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
6162         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
6163         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
6164         * nptl/Makefile: Revert 2015-03-04 changes.
6165         [$(CXX) empty] (tests-unsupported): New variable.
6166         * debug/Makefile: Likewise.
6168         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
6169         gnulib file.  Replace __attribute with __attribute__ throughout.
6171 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
6173         * sysdeps/hppa/fpu/libm-test-ulps: Update.
6175 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
6177         [BZ #18104]
6178         * math/auto-libm-test-in: Add another test of pow.
6179         * math/auto-libm-test-out: Regenerated.
6181 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6183         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
6184         $(config-cflags-nofma).
6186 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
6188         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
6189         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
6190         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
6191         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
6192         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
6193         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
6194         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
6195         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
6196         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
6197         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
6198         Add comment on closing #endif.
6200 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
6202         * posix/wordexp.c (CHAR_IN_SET): New macro.
6203         (parse_param): Use it.
6205 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6207         * sysdeps/powerpc/fpu/libm-test-ulps: update.
6209 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
6211         [BZ #18043]
6212         * posix/wordexp.c (parse_param): Fix buffer overflow.
6213         * posix/wordexp-test.c (test_case): Add test case.
6215 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
6217         [BZ #18042]
6218         * posix/wordexp.c (parse_backtick): Fix off-by-one.
6219         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
6221 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
6223         [BZ #18043]
6224         * posix/wordexp-test.c (test_case): Add test for BZ #18043
6225         (do_bz18043): Delete.
6226         (at_page_end): New.
6227         (testit): Refactor to have words at the edge of unreadable page.
6229 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
6231         [BZ #16734]
6232         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
6233         Cleanup read-only streams as well.
6234         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
6236 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6238         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
6239         <bits/libc-lockP.h>
6241 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
6243         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
6244         on [__KERNEL__].
6245         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
6246         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
6247         * soft-fp/op-common.h (_FP_DECL): Likewise.
6249 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
6251         * elf/ifuncdep2.c (global): Replace
6252         __attribute__((visibility("protected"))) with
6253         asm (".protected global").
6254         * elf/ifuncmod1.c (global): Likewise.
6255         * elf/ifuncmod5.c (global): Likewise.
6257 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
6259         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
6260         <asm/sfp-machine.h> instead of <sfp-machine.h>.
6262 2015-03-06  Roland McGrath  <roland@hack.frob.com>
6264         * manual/install.texi (Configuring and compiling):
6265         Document test-wrapper-env-only.
6266         * INSTALL: Regenerated.
6268 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
6270         [BZ #18043]
6271         * posix/wordexp.c (parse_param): Fix buffer overflow.
6272         * posix/wordexp-test.c (do_bz18043): Add test case.
6274 2015-03-06  Vincent Bernat  <vincent@bernat.im>
6276         * time/tst-strptime2.c (do_test): Ensure failing tests are
6277         reported correctly.
6278         * time/tst-strptime3.c (do_test): Likewise.
6280 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
6282         Fix aio_error thread-safety.
6283         * sysdeps/pthread/aio_error.c: New file
6284         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
6285         synchronization.
6287 2015-03-06  Florian Weimer  <fweimer@redhat.com>
6289         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
6290         (group_number, vfprintf): Use it.
6291         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
6292         (JUMP, REF): Use it.
6293         (WORK_BUFFER_SIZE): New enum constant.
6294         (process_arg, vfprintf): Use it.
6296 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
6298         * manual/errno.texi (Error Messages): Complete example function
6299         by adding missing #define.
6300         (program_invocation_name): Add statement indicating GNU
6301         extension and reference which header file declares the variable.
6302         (program_invocation_short_name): Likewise.
6304 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
6306         * manual/errno.texi (Error Messages): Delete strerror ISO C89
6307         compatibility note.
6309 2015-03-05  Roland McGrath  <roland@hack.frob.com>
6311         * Makeconfig (test-wrapper-env-only): New variable.
6312         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
6313         then use that with $(test-wrapper-env-only) rather than using
6314         $(test-wrapper-env) $(run-program-env) $($*-ENV).
6316 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
6318         [BZ #18082]
6319         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
6320         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
6321         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
6322         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
6323         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
6324         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
6325         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
6326         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
6327         Likewise.
6328         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
6329         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
6330         Likewise.
6331         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
6332         Likewise.
6333         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
6334         Likewise.
6335         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
6336         Likewise.
6337         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
6338         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
6339         Likewise.
6340         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
6341         Likewise.
6342         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
6343         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
6345 2015-03-04  Roland McGrath  <roland@hack.frob.com>
6347         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
6348         (ETH_ALEN): New macro.
6349         (struct ether_addr): Use it for length of ether_addr_octet.
6351         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
6352         (setdb): Don't call __nss_configure_lookup for "rpc".
6353         (do_test): Don't call test_rpc.
6354         (output_rpcent, test_rpc): Functions moved ...
6355         * sunrpc/test-rpcent.c: ... to this new file.
6356         * sunrpc/Makefile (tests): Add it.
6358         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
6359         __xpg_sigpause.
6360         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
6361         * nptl/tst-signal6.c: Likewise.
6362         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
6363         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
6365         * configure.ac (libc_cv_cxx_link_ok): New check.
6366         Reset CXX to empty if it fails to link.
6367         * configure: Regenerated.
6368         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
6369         bug-atexit3-lib only if $(CXX) is nonempty.
6370         * nptl/Makefile (tests): Likewise for tst-cancel24.
6371         (tests, tests-static): Likewise for tst-cancel24-static.
6372         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
6373         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
6374         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
6375         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
6377 2015-03-04  Andreas Schwab  <schwab@suse.de>
6379         [BZ #17631]
6380         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
6381         for non-GCC compilers.
6382         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
6383         Likewise.
6385 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
6387         [BZ #17776]
6388         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
6389         integer before bitwise and assembly operations.
6390         (feclearexcept): Likewise.
6391         * math/test-fenvinline.c: New file.
6392         * math/Makefile: Add test-fenvinline test.
6394 2015-03-03  Alan Modra  <amodra@gmail.com>
6396         [BZ #16512]
6397         * scripts/localplt.awk: Strip off symbol version.
6398         * NEWS: Mention bug fix.
6400 2015-03-02  Roland McGrath  <roland@hack.frob.com>
6402         * sysdeps/pthread/timer_routines.c
6403         (timer_free_list, thread_free_list, thread_active_list): Make static.
6405 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
6407         [BZ #17779]
6408         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
6409         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
6410         Undefine.
6411         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6412         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
6413         Likewise.
6414         * sysdeps/unix/sysv/linux/sh/kernel-features.h
6415         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
6416         Likewise.
6418 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
6420         [BZ #18036]
6421         * posix/fnmatch_loop.c (END): Detect invalid pattern.
6422         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
6424 2015-03-02  Andreas Schwab  <schwab@suse.de>
6426         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
6427         variable name.
6429 2015-03-02  Florian Weimer  <fweimer@redhat.com>
6431         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
6432         Return error status.
6434 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
6436         [BZ #15969]
6437         * locale/findlocale.c (_nl_find_locale): Introduce const
6438         version of loc_name and drop unsafe type casts.
6440 2015-02-27  Roland McGrath  <roland@hack.frob.com>
6442         * dlfcn/tststatic2.c (main): Converted to ...
6443         (do_test): ... this.
6444         (TEST_FUNCTION): New macro.
6445         Include test-skeleton.c.
6447 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
6449         [BZ #17711]
6450         * elf/Makefile (tests): Add vismain only if PIE is enabled.
6451         (tests-pie): Add vismain.
6452         (CFLAGS-vismain.c): New.
6453         * elf/vismain.c: Add comments for PIE requirement.
6455 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
6457         [BZ #18046]
6458         [BZ #18047]
6459         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
6460         0x1p-56L as threshold for just returning the argument.
6461         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
6462         0x1p-32L as threshold for just returning the argument.
6463         * math/auto-libm-test-in: Add more tests of atanh.
6464         * math/auto-libm-test-out: Regenerated.
6465         * sysdeps/i386/fpu/libm-test-ulps: Update.
6466         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
6468 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
6470         * string/bcopy.c (bcopy): Call memmove for performance.
6472 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
6474         * string/bzero.c (__bzero): Call memset for performance.
6476 2015-02-27  John David Anglin  <dave.anglin@bell.net>
6478         [BZ #18068]
6479         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
6480         to 00100000.
6482 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
6484         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
6486 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
6488         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
6489         (__kernel_standard): Use CSTR macro when setting exc.name.
6490         * sysdeps/ieee754/Makefile [$(subdir) = math]
6491         (CFLAGS-k_standard.c): Remove variable.
6493         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
6494         setting p and q from "else if" to "else".
6495         (qzero): Likewise.
6496         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
6497         (qone): Likewise.
6498         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
6499         (qzerof): Likewise.
6500         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
6501         (qonef): Likewise.
6502         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
6503         (qzero): Likewise.
6504         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
6505         (qone): Likewise.
6507         [BZ #18038]
6508         [BZ #18039]
6509         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
6510         return pi/2 for arguments below 0x1p-113L.
6511         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
6512         return pi/2 for arguments below 0x1p-106L.
6513         * math/auto-libm-test-in: Add more tests of acos.
6514         * math/auto-libm-test-out: Regenerated.
6516         [BZ #16351]
6517         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
6518         (MO): New macro.
6519         (__ieee754_asin): Force underflow exception for results with small
6520         absolute value.
6521         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
6522         (MO): New macro.
6523         (__ieee754_asinf): Force underflow exception for results with
6524         small absolute value.
6525         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
6526         (__ieee754_asin): Force underflow exception for results with small
6527         absolute value.
6528         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
6529         (__ieee754_asinf): Force underflow exception for results with
6530         small absolute value.
6531         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
6532         (__ieee754_asinl): Force underflow exception for results with
6533         small absolute value.
6534         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
6535         (__ieee754_asinl): Force underflow exception for results with
6536         small absolute value.
6537         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
6538         (__ieee754_asinl): Force underflow exception for results with
6539         small absolute value.
6540         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
6541         Include <math.h>.
6542         * math/auto-libm-test-in: Do not mark underflow exceptions as
6543         possibly missing for bug 16351.
6544         * math/auto-libm-test-out: Regenerated.
6546         [BZ #18030]
6547         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
6548         of power of 2 down when low part has opposite sign.
6549         * math/libm-test.inc (logb_test_data): Add more tests.
6551 2015-02-26  Andreas Schwab  <schwab@suse.de>
6553         [BZ #18032]
6554         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
6555         over collating symbol inside a bracket expression.  Minor cleanup.
6556         * posix/tst-fnmatch3.c (do_test): Add test case.
6558 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
6560         [BZ #18029]
6561         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
6562         Adjust exponent of power of 2 down when low part has opposite
6563         sign.
6564         * math/libm-test.inc (ilogb_test_data): Add more tests.
6566 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
6568         [BZ #15969]
6569         * locale/findlocale.c (_nl_find_locale): Fix constness error in
6570         the previous change.
6572         [BZ #15969]
6573         * locale/findlocale.c (_nl_find_locale): Retry archive search
6574         after alias expansion.
6576 2015-02-25  Roland McGrath  <roland@hack.frob.com>
6578         * iconv/tst-iconv3.c (main): Converted to ...
6579         (do_test): ... this.
6580         (TEST_FUNCTION): New macro.
6581         Include test-skeleton.c.
6583         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
6584         (convert): Make function static.
6585         (test_unalign): Likewise.  Add const to argument pointee types.
6586         (main): Replace with static function do_test.
6587         Print "Succeeded." only if RET is zero.
6588         (TEST_FUNCTION): New macro.
6589         Include test-skeleton.c.
6591         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
6592         returns a null pointer.
6594 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6596         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
6597         to __memcpy_ppc only for static builds.
6599 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
6601         [BZ #18020]
6602         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
6603         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
6604         * math/auto-libm-test-in: Add more tests of asinh.
6605         * math/auto-libm-test-out: Regenerated.
6606         * sysdeps/i386/fpu/libm-test-ulps: Update.
6607         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6609 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
6611         [BZ #15850]
6612         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
6613         and ip6_mtuinfo definitions here.
6614         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
6615         in this define too.  Update comment.
6617 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
6619         * elf/sprof.c (load_shobj): Tweak error message to match others.
6621 2015-02-24  Kevin Easton  <kevin@guarana.org>
6623         [BZ #16145] (partial fix)
6624         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
6625         to reduce lock contention.
6627 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
6629         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
6630         (struct timex): Update time comment.
6631         (ADJ_SETOFFSET): Define.
6633 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
6635         [BZ #18019]
6636         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
6637         2**56 not 2**28 as threshold for log (2x) formula.
6638         * math/auto-libm-test-in: Add more tests of acosh.
6639         * math/auto-libm-test-out: Regenerated.
6640         * sysdeps/i386/fpu/libm-test-ulps: Update.
6641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6643 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
6645         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
6646         parenthesis around the buf assignment.
6647         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
6649 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
6651         [BZ #16783]
6652         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
6653         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
6654         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
6655         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
6656         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
6657         * math/libm-test.inc (scalb_test_data): Add more tests.
6659 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
6661         [BZ #17916]
6662         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
6663         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
6665 2015-02-24  Eric Rannaud  <e@nanocritical.com>
6667         [BZ #17523]
6668         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
6669         * io/bits/fcntl2.h (open): Use it.
6670         (openat): Likewise.
6671         * io/open.c (__libc_open): Likewise.
6672         * io/open64.c (__libc_open64): Likewise.
6673         * io/open64_2.c (__open64_2): Likewise.
6674         * io/open_2.c (__open_2): Likewise.
6675         * io/openat.c (__openat): Likewise.
6676         * io/openat64.c (__openat64): Likewise.
6677         * io/openat64_2.c (__openat64_2): Likewise.
6678         * io/openat_2.c (__openat_2): Likewise.
6679         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
6680         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
6681         * sysdeps/posix/open64.c (__libc_open64): Likewise.
6682         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
6683         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
6684         (__open_nocancel): Likewise.
6685         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
6686         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
6687         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
6689 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6691         [BZ #14841]
6692         * resolv/gethnamaddr.c (getanswer): Skip logging if
6693         RES_USE_DNSSEC is set.
6694         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
6696 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
6698         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
6700 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
6702         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
6703         201304L, for Unicode 7.
6705 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
6707         [BZ #17836]
6708         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
6709         shared library.  Add gmon-start.os otherwise.
6710         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
6711         $(objpfx)gmon-start.os if builing shared library.
6712         ($(objpfx)g$(static-start-installed-name)): Likewise.
6714 2015-02-23  Andreas Schwab  <schwab@suse.de>
6716         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
6718 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
6720         [BZ #17269]
6721         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
6722         (enlarge_userbuf): Likewise.
6724 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
6726         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
6727         * math/atest-exp.c (TIMEOUT): Adjust to 200.
6728         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
6729         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
6731 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
6733         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
6734         expression inside statement expression.
6736 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
6738         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
6739         <sysdeps/nptl/lowlevellock.h> and remove macros and
6740         functions that are now defined there.
6741         (SYS_futex): Remove.
6742         (lll_compare_and_swap): Remove.
6743         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
6745 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
6747         [BZ #17999]
6748         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
6749         instead of scandirat.
6750         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
6751         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
6752         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
6753         __scandirat.
6754         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
6755         (__scandirat): Declare.  Use libc_hidden_proto.
6756         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
6757         Remove variable.
6758         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6760 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
6762         [BZ #15319]
6763         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
6764         (MO): New macro.
6765         (__ieee754_atan2): For results with small absolute value, force
6766         underflow exception and remove excess range and precision from
6767         return value.
6768         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
6769         (MO): New macro.
6770         (__ieee754_atan2f): For results with small absolute value, force
6771         underflow exception and remove excess range and precision from
6772         return value.
6773         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
6774         (MO): New macro.
6775         (__atan): For results with small absolute value, force underflow
6776         exception and remove excess range and precision from return value.
6777         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
6778         (MO): New macro.
6779         (__atanf): For results with small absolute value, force underflow
6780         exception and remove excess range and precision from return value.
6781         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
6782         <math.h>.
6783         (__ieee754_atan2): Force underflow exception for results with
6784         small absolute value.
6785         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
6786         <math_private.h>.
6787         (atan): Force underflow exception for results with small absolute
6788         value.
6789         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
6790         (__atanf): Force underflow exception for results with small
6791         absolute value.
6792         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
6793         <math.h>.
6794         (__atanl): Force underflow exception for results with small
6795         absolute value.
6796         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
6797         (__atanl): Force underflow exception for results with small
6798         absolute value.
6799         * sysdeps/x86/fpu/bits/mathinline.h
6800         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
6801         (__ieee754_atan2): Only define inline for long double.
6802         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
6803         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
6804         * math/auto-libm-test-in: Do not mark underflow exceptions as
6805         possibly missing for bug 15319.  Add more tests of atan2.
6806         * math/auto-libm-test-out: Regenerated.
6807         * math/libm-test.inc (casin_test_data): Do not mark underflow
6808         exceptions as possibly missing for bug 15319.
6809         (casinh_test_data): Likewise.
6810         * sysdeps/i386/fpu/libm-test-ulps: Update.
6812 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
6814         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
6815         * sysdeps/mips/bits/endian.h: Fix comments.
6817 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
6819         [BZ #17996]
6820         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
6821         (hdestroy_r): Likewise.
6822         (hsearch_r): Likewise.
6823         (__hcreate_r): Declare and use libc_hidden_proto.
6824         (__hdestroy_r): Likewise.
6825         (__hsearch_r): Likewise.
6826         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
6827         (hcreate): Call __hcreate_r instead of hcreate_r.
6828         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
6829         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
6830         as weak alias of __hcreate_r.
6831         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
6832         __hdestroy_r.
6833         (hsearch_r): Rename to __hsearch_r and define as weak alias of
6834         __hsearch_r.
6835         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
6836         Remove variable.
6837         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6838         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6839         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6840         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6842 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
6844         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
6845         arena_lock into a single arena_get.
6847 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
6849         * dl-reloc.c: Inlucde libc-internal.h.
6850         (_dl_try_allocate_static_tls): Call ALIGN_UP.
6851         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
6852         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
6853         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
6854         (grow_heap): Likewise.
6855         * malloc/malloc.c: Include libc-internal.h.
6856         (do_check_malloc): Call powerof2.
6857         (sysmalloc): Use pagesize. Call ALIGN_UP.
6858         (systrim): Use pagesize.
6859         (mremap_chunk): Use pagesize. Call ALIGN_UP.
6860         (__libc_valloc): Use pagesize.
6861         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
6863 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
6865         [BZ #17991]
6866         * include/sys/resource.h (__getrlimit64): Declare.  Use
6867         libc_hidden_proto.
6868         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
6869         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
6870         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
6871         getrlimit64.
6872         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
6873         __getrlimit64.
6874         [!getrlimit64] (getrlimit64): Define as weak alias of
6875         __getrlimit64.  Use libc_hidden_weak.
6876         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
6877         using __getrlimit64 not __new_getrlimit64.
6878         (__GI_getrlimit64): Likewise.
6879         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
6880         Likewise.
6881         (__GI_getrlimit64): Likewise.
6882         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
6883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
6884         (getrlimit): Add __getrlimit64 alias.
6885         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
6886         Likewise.
6887         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
6888         Remove variable.
6889         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6890         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6892 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
6894         * libio/fileops.c: Add missing sys/mman.h
6895         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
6897 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
6899         * manual/math.texi (Errors in Math Functions): Clarify goals
6900         regarding inexact and underflow exceptions.
6902 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
6904         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
6905         * sysdeps/mips/memset.S: Ditto.
6907 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
6909         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
6911 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
6913         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
6914         (__v1longjmp): Remove versioned symbol.
6915         (__v1siglongjmp): Remove alias and versioned symbol.
6916         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
6917         (__v2siglongjmp): Likewise.
6919 2015-02-16  Torvald Riegel  <triegel@redhat.com>
6921         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
6923 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
6925         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
6927 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
6929         [BZ #17987]
6930         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
6931         zero result does not depend on the sign resulting from
6932         subtraction.
6933         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
6934         Likewise.
6935         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
6936         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
6937         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
6938         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
6939         * math/libm-test.inc (remquo_test_data): Add more tests.
6941 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
6943         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
6944         Problem reported by J William Piggott.
6946 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
6948         [BZ #17978]
6949         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
6950         products 4 * y and 2 * y where those would overflow.
6951         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
6952         Likewise.
6953         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
6954         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
6955         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
6956         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
6957         * math/libm-test.inc (remquo_test_data): Add more tests.
6959         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
6961         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
6962         [defined _COMPILING_NEWLIB].
6963         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
6964         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
6966         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
6967         [!defined __mips_isa_rev || __mips_isa_rev < 6].
6969 2015-02-16  Torvald Riegel  <triegel@redhat.com>
6971         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
6972         acquired.
6974 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
6976         [BZ #17792]
6977         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
6978         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
6979         HOST_STACK_END_ADDR): Likewise.
6981 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
6983         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
6984         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
6985         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
6987 2015-02-13  Roland McGrath  <roland@hack.frob.com>
6989         * sysdeps/generic/c++-types.data: New file.
6990         * sysdeps/generic/ld.abilist: New file.
6991         * sysdeps/generic/libBrokenLocale.abilist: New file.
6992         * sysdeps/generic/libanl.abilist: New file.
6993         * sysdeps/generic/libc.abilist: New file.
6994         * sysdeps/generic/libcrypt.abilist: New file.
6995         * sysdeps/generic/libdl.abilist: New file.
6996         * sysdeps/generic/libm.abilist: New file.
6997         * sysdeps/generic/libpthread.abilist: New file.
6998         * sysdeps/generic/libresolv.abilist: New file.
6999         * sysdeps/generic/librt.abilist: New file.
7001 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
7003         [BZ #17569]
7004         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
7005         Compute absolute value of x as modified by fmod, not original
7006         value of x.
7007         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
7008         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
7009         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
7010         RUN_TEST_ffI_f1_mod8.
7011         (remquo_test_data): Add more tests.
7013 2015-02-13  Roland McGrath  <roland@hack.frob.com>
7015         * sysdeps/init_array/pt-crti.S: New file.
7017 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
7019         [BZ #17967]
7020         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
7021         __builtin_fmaf instead of relying on contraction of a * b + c.
7023 2015-02-12  J William Piggott  <elseifthen@gmx.com>
7025         [BZ #17969]
7026         * manual/time.texi: correct the zoneinfo path in the TZ Variable
7027         node.
7029 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
7031         [BZ #17964]
7032         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
7033         __builtin_fma instead of relying on contraction of a * b + c.
7035 2015-02-12  Roland McGrath  <roland@hack.frob.com>
7037         * Makeconfig (ASFLAGS): Add -Werror=undef.
7038         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
7039         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
7040         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
7042         * Makeconfig (after-link): New variable.
7043         (+link-pie, +link-pie-tests): Use it.
7044         (+link-static, +link-static-tests): Likewise.
7045         (+link, +link-tests): Likewise.
7046         * Makerules (build-module, build-module-asneeded): Likewise.
7047         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
7048         Likewise.
7049         * elf/Makefile ($(objpfx)ld.so): Likewise.
7051 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
7053         [BZ #17965]
7054         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
7055         both struct timeval and struct timespec.
7057 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
7059         [BZ #16560]
7060         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
7061         and redefine.
7062         (__ieee754_exp2l): Do not multiply small fractional parts by
7063         M_LN2l.
7064         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
7065         small argument.
7066         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
7067         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
7068         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
7069         * math/auto-libm-test-in: Add more tests of exp2.
7070         * math/auto-libm-test-out: Regenerated.
7072 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
7074         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
7075         unaligned path.
7077 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7079         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
7080         little endian.
7082 2015-02-12  Andreas Schwab  <schwab@suse.de>
7084         [BZ #15790]
7085         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
7086         Filter out elision flags from value returned in kind.
7087         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
7088         * nptl/tst-pthread-mutexattr.c: New file.
7090 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7092         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
7093         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
7094         into gnu-gnu, and update comment to refer to abi-tags.
7096 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
7098         [BZ #15467]
7099         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
7100         (__sincos): Set errno to EDOM for infinite argument.
7101         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
7102         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
7103         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
7104         (__sincosl): Set errno to EDOM for infinite argument.
7105         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
7106         (__sincosl): Set errno to EDOM for infinite argument.
7107         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
7108         (__sincosl): Set errno to EDOM for infinite argument.
7109         * math/libm-test.inc (sincos_test_data): Test errno setting.
7111 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
7113         * string/strxfrm_l.c: Remove #define STRCMP.
7114         * string/strcoll_l.c: Remove #define STRLEN.
7115         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
7116         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
7118 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
7120         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
7121         * sysdeps/mips/mips32/sfp-machine.h: ... here.
7122         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
7123         * sysdeps/mips/mips64/Makefile: ... here.
7124         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
7125         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
7126         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
7127         * sysdeps/mips/mips64/sfp-machine.h: ... here.
7128         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
7129         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
7130         * sysdeps/mips/mips64/n64/Implies: Likewise.
7132 2015-02-10  Roland McGrath  <roland@hack.frob.com>
7134         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
7135         <sys/time.h>, <string.h>, and <errno.h>.
7136         (dest_offset, dest_address, value, zero): Remove unused variables.
7137         (ldouble): Remove typedef.
7138         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
7139         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
7140         1).  Fix code style.
7141         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
7142         (check): Function removed.
7143         (CHECK): New macro.
7144         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
7145         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
7146         Don't call set_sigaction_FP and remove_sigaction_FP here.
7147         (ldouble_test): Just use 'long double' as macro argument, no need for
7148         the 'ldouble' typedef.
7149         (do_test): Set up SIGFPE handler at start, using plain signal rather
7150         than sigaction.  Fix code style.
7152 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
7154         [BZ #17949]
7155         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
7156         jump label.
7158 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
7160         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
7161         * sysdeps/powerpc/powerpc32/configure: Regenerated.
7163         * sysdeps/powerpc/configure.ac: Remove file.
7164         * sysdeps/powerpc/configure: Likewise.
7166         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
7167         [sysdep_routines]: Remove wordcopy-power6 object.
7168         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
7169         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
7170         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
7171         (__memmove_ppc32): Likewise.
7172         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
7173         file.
7174         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
7175         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
7176         Remove preprocessor.
7178         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
7179         [sysdep_routines]: Remove wide chars objects.
7180         [wcsmbs]: New rule for wide char objects.
7182         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7183         Remove wordcopy-power6 obejct.
7184         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
7185         Use local call for wordcopy and memcpy symbols.
7186         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
7187         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
7188         implementation for loader.
7189         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
7191         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7192         Remove wordcopy-power7 object.
7193         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
7194         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
7195         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
7196         (_wordcopy_fwd_dest_aligned): Likewise.
7197         (_wordcopy_bwd_aligned): Likewise.
7198         (_wordcopy_bwd_dest_aligned): Likewise.
7200         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
7201         Rewrite to call __memmove_ppc instead of include default
7202         implementation.
7204         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7205         Remove wide chars objects.
7206         [wcsmbs]: New rule for wide char objects.
7208 2015-02-09  Andreas Schwab  <schwab@suse.de>
7210         [BZ #17912]
7211         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
7212         in terms of __O_DIRECTORY.
7214 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7216         * time/getdate.c: Include <stdbool.h>.
7217         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
7218         call PTR_MANGLE.
7219         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
7220         PTR_DEMANGLE.
7222 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7224         Add ersatz _Static_assert on older C hosts
7225         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
7226         pre-C11 C platform that is not known to support _Static_assert.
7228 2015-02-07  Richard Braun  <rbraun@sceen.net>
7230         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
7231         sigstate.
7232         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
7234 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7236         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
7237         priority against unexistent AIO_PRIO_DELTA_MAX.
7238         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
7239         instead of int.
7240         * misc/fchflags.c (fchflags): Likewise.
7241         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
7242         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
7243         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
7244         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
7245         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
7246         Declare macros.
7247         [__USE_MISC] (chflags, fchflags): Declare functions.
7248         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
7249         EINVAL when nfds is greater than FD_SETSIZE.
7250         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
7251         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
7252         45.
7253         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
7254         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
7255         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
7256         MACH_RCV_TIMED_OUT.
7257         * hurd/hurd/signal.h (_hurd_self_sigstate,
7258         _hurd_critical_section_lock, _hurd_critical_section_unlock):
7259         Explicit casts from void *.
7260         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
7261         * abi-tags: Rename gnu-gnu os into gnu.
7263         [BZ #4719]
7264         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
7265         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
7266         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
7267         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
7268         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
7269         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
7271         [BZ #17944]
7272         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
7273         duplicates ADDR->sun_path with sockaddr LEN limitation.
7274         * sysdeps/mach/hurd/connect.c: Include <string.h>
7275         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
7276         * sysdeps/mach/hurd/sendmsg.c: Likewise.
7277         * sysdeps/mach/hurd/sendto.c: Likewise.
7278         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
7279         implementing it by hand.
7281 2015-02-06  Roland McGrath  <roland@hack.frob.com>
7283         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
7284         Use sfi_breg on ldr.
7285         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
7286         Likewise.
7288         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
7289         it's defined.
7290         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
7291         Test SIGSETXID only if it's defined.
7293         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
7295         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
7296         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
7298         * nptl/tst-align2.c: Moved ...
7299         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
7300         * nptl/Makefile (tests): Remove tst-align2.
7301         * sysdeps/unix/sysv/linux/Makefile
7302         [$(subdir) = nptl] (tests): Add tst-align-clone.
7303         * nptl/tst-getpid1.c: Moved ...
7304         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
7305         * nptl/tst-getpid2.c: Moved ...
7306         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
7307         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
7308         * sysdeps/unix/sysv/linux/Makefile
7309         [$(subdir) = nptl] (tests): ... here.
7310         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
7311         * sysdeps/unix/sysv/linux/Makefile
7312         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
7314         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
7315         Drop trailing \n from perror argument.  Use return rather than exit.
7317         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
7318         on [SA_SIGINFO].
7319         * nptl/tst-cancel21.c (do_test): Likewise.
7320         * debug/tst-backtrace6.c: Include <signal.h> first thing.
7321         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
7322         [!SA_SIGINFO]: Make it a stub test.
7324         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
7325         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
7327         * posix/tst-getlogin.c: Move to ...
7328         * login/tst-getlogin.c: ... here.
7329         * posix/Makefile (tests): Move tst-getlogin to ...
7330         * login/Makefile (tests): ... here.
7332         * libio/tst-atime.c (do_test): Move local variables SV and E
7333         inside [ST_NOATIME] conditional.
7335         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
7337         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
7339         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
7340         (wait_code): New function replaces macro.
7341         Call nanosleep rather than syscall.
7343         * nptl/pt-system.c: Rewritten.  Put everything under
7344         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
7345         Use IFUNC to redirect when possible.
7347         * nptl/pt-longjmp.c: Rewritten.  Put everything under
7348         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
7349         Use IFUNC to redirect when possible.
7351         * nptl/pt-fork.c: Rewritten.  Put everything under
7352         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
7353         Use IFUNC to redirect when possible.
7354         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
7356         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
7357         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
7358         unconditionally nowadays.  This included the only reference to
7359         __vdso_clock_gettime that appears outside libc proper.
7360         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
7361         Remove version set (containing only __vdso_clock_gettime).
7362         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
7363         Add attribute_hidden.
7364         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
7365         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
7366         libc_hidden_data_def.
7367         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
7368         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
7370         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
7371         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
7372         setrpcent, and getrpcport to ...
7373         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
7374         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
7375         getrpcbynumber_r, and getrpcent_r to ...
7376         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
7377         * inet/getrpcbyname.c: Moved ...
7378         * sunrpc/getrpcbyname.c: ... here.
7379         * inet/getrpcbyname_r.c: Moved ...
7380         * sunrpc/getrpcbyname_r.c: ... here.
7381         * inet/getrpcbynumber.c: Moved ...
7382         * sunrpc/getrpcbynumber.c: ... here.
7383         * inet/getrpcbynumber_r.c: Moved ...
7384         * sunrpc/getrpcbynumber_r.c: ... here.
7385         * inet/getrpcent.c: Moved ...
7386         * sunrpc/getrpcent.c: ... here.
7387         * inet/getrpcent_r.c: Moved ...
7388         * sunrpc/getrpcent_r.c: ... here.
7389         * inet/Makefile (routines): Move those to ...
7390         * sunrpc/Makefile (routines): ... here.
7391         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
7392         the $(subdirs) list.
7393         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
7394         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
7395         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
7396         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
7398         * elf/Makefile (routines): Include $(all-dl-routines), not just
7399         $(dl-routines).
7400         (rtld-routines): Likewise.  Use = rather than :=.
7401         * sysdeps/aarch64/Makefile [$(subdir) = elf]
7402         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
7403         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
7404         * sysdeps/arm/Makefile: Likewise.
7405         * sysdeps/i386/Makefile: Likewise.
7406         * sysdeps/x86_64/Makefile: Likewise.
7407         * sysdeps/hppa/Makefile [$(subdir) = elf]
7408         (sysdep_routines, sysdep-rtld-routines): Don't add
7409         $(sysdep-dl-routines) to these.
7410         * sysdeps/ia64/Makefile: Likewise.
7411         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
7412         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
7413         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
7414         Don't add dl-static to these; sysdep-dl-routines alone is enough.
7415         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7416         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7417         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7418         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
7419         * sysdeps/powerpc/Makefile [$(subdir) = elf]
7420         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
7421         these; sysdep-dl-routines alone is enough.
7423 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
7425         [BZ #17932]
7426         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
7427         where multiplication results in zero and third argument is finite
7428         and nonzero.
7429         * math/auto-libm-test-in: Add more tests of fma.
7430         * math/auto-libm-test-out: Regenerated.
7432         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
7433         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
7434         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
7435         (_FP_CMP_EQ): Likewise.
7436         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
7438         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
7439         extra argument CHECK_NAN.  Redefine as wrapper around
7440         _FP_EXTEND_CNAN.
7442 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
7444         * version.h (RELEASE): Set to "stable".
7445         (VERSION): Set to "2.21"
7446         * include/features.h (__GLIBC_MINOR__): Set to 21.
7448         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
7450 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
7451             Paul Eggert  <eggert@cs.ucla.edu>
7453         [BZ #16618]
7454         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
7455         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
7456         size in bytes. Store needed elements in wpmax. Use needed size
7457         in bytes for extend_alloca.
7459 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
7461         * manual/install.texi: Latest tested versions are GCC 4.9.2,
7462         binutls 2.25, and texinfo 5.2.
7463         * INSTALL: Regenerate.
7464         * sysdeps/nios2/configure: Regenerate.
7465         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
7466         * manual/contrib.texi: Update.
7467         * po/be.po: Update.
7468         * po/bg.po: Update.
7469         * po/ca.po: Update.
7470         * po/cs.po: Update.
7471         * po/da.po: Update.
7472         * po/de.po: Update.
7473         * po/el.po: Update.
7474         * po/eo.po: Update.
7475         * po/es.po: Update.
7476         * po/fi.po: Update.
7477         * po/fr.po: Update.
7478         * po/gl.po: Update.
7479         * po/hr.po: Update.
7480         * po/hu.po: Update.
7481         * po/ia.po: Update.
7482         * po/id.po: Update.
7483         * po/it.po: Update.
7484         * po/ja.po: Update.
7485         * po/ko.po: Update.
7486         * po/lt.po: Update.
7487         * po/nb.po: Update.
7488         * po/nl.po: Update.
7489         * po/pl.po: Update.
7490         * po/pt_BR.po: Update.
7491         * po/ru.po: Update.
7492         * po/rw.po: Update.
7493         * po/sk.po: Update.
7494         * po/sl.po: Update.
7495         * po/sv.po: Update.
7496         * po/tr.po: Update.
7497         * po/uk.po: Update.
7498         * po/vi.po: Update.
7499         * po/zh_CN.po: Update.
7500         * po/zh_TW.po: Update.
7502         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
7503         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
7504         * sysdeps/hppa/dl-irel.h: Remove #warning.
7505         * sysdeps/hppa/entry.h: Provide prototype for
7506         __canonicalize_funcptr_for_compare and cast argument.
7507         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
7508         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
7509         * sysdeps/hppa/sotruss-lib.c: New file.
7510         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
7511         (atomic_compare_and_exchange_val_acq): Use __typeof__.
7512         (atomic_compare_and_exchange_bool_acq): Likewise.
7513         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
7514         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
7516         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
7517         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
7518         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
7520 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
7522         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
7523         called function in non-PIC case.
7525 2015-01-31  David S. Miller  <davem@davemloft.net>
7527         * sysdeps/sparc/sparc32/bits/atomic.h
7528         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
7529         unlock not after it.
7530         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
7531         volatile register usage warnings from the compiler.
7533         * sysdeps/sparc/nptl/sem_init.c: Delete.
7534         * sysdeps/sparc/nptl/sem_post.c: Delete.
7535         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
7536         * sysdeps/sparc/nptl/sem_wait.c: Delete.
7537         * sysdeps/sparc/sparc32/sem_init.c: New file.
7538         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
7539         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
7540         padding explicitly initialized.
7541         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
7542         padding for in-semaphore spinlock.
7543         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
7544         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
7545         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
7546         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
7547         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
7548         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
7549         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
7550         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
7551         version.
7552         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
7553         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
7555 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
7557         [BZ #17801]
7558         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7559         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
7560         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
7561         New.
7562         (index_AVX_Fast_Unaligned_Load): Likewise.
7563         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
7564         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
7565         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
7566         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
7567         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
7568         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
7569         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
7570         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
7571         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
7573 2015-01-29  Andreas Schwab  <schwab@suse.de>
7575         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
7577 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
7579         [BZ #17892]
7580         * nscd/nscd_stat.c (send_stats): Initialize DATA.
7582 2015-01-28  Martin Sebor  <msebor@redhat.com>
7584         * math/README.libm-test: Clarify. Add "How to read the test output."
7586 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
7588         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
7589         Define to 0.
7591 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
7593         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
7594         (__HAVE_64B_ATOMICS): Define to 0.
7596 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
7598         [BZ #17885]
7599         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
7600         value to set as new flag.
7602         [BZ #16576]
7603         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
7604         and use _ARCH_PPCSQ instead.
7605         (__ieee754_sqrt): Likewise.
7606         (__ieee754_sqrtf): Likewise.
7607         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
7608         _ARCH_PPCSQ is defined.
7609         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
7610         fsqrt instruction.
7611         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
7612         _ARCH_PPCSQ is defined.
7613         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
7614         fsqrts instruction.
7615         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
7617 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7619         * iconv/loop.c: Suppress array out of bound warning caused by GCC
7620         bug (GCC BZ #64739).
7622 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
7624         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
7625         Mark _retval as used.
7626         (lll_futex_wake_unlock): Likewise.
7627         (lll_futex_timed_wait_requeue_pi): Likewise.
7629         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
7630         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
7631         register variables.
7633         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
7634         libm_hidden_def.
7636         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
7637         (__bswap_64): Mark as __always_inline.
7639 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
7641         [BZ #15378]
7642         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
7643         when none of the search directories exist.
7645 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
7647         [BZ #17869]
7648         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
7649         power8 in .machine directive.
7651         [BZ #17868]
7652         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
7653         set dependency from opd value.
7655 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
7657         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7658         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
7659         architecture.
7661 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
7663         [BZ #17870]
7664         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
7665         with uint64_t.
7666         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
7667         (uint64_t) 1.
7668         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
7669         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
7670         Replace 1UL with (uint64_t) 1.
7671         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
7672         int with uint64_t.
7674 2015-01-23  Roland McGrath  <roland@hack.frob.com>
7676         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
7677         (if_freenameindex): Likewise.
7679         * resource/getrlimit64.c: Add missing libc_hidden_def.
7681 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
7683         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
7684         __label__.
7685         (_FP_FMA): Likewise.
7686         (_FP_TO_INT_ROUND): Likewise.
7687         (_FP_FROM_INT): Likewise.
7689 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7691         [BZ #16418]
7692         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
7693         Make code racy and cancel safe.
7695 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
7697         * sysdeps/arm/unwind-resume.h: Fix copyright year.
7698         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
7699         attribution.
7701         * pwd/tst-getpw.c: Rewrite.
7703         [BZ #17702]
7704         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
7705         (modules-names): Add moddummy1 and moddummy2.
7706         ($(objpfx)tst-rec-dlopen): Define.
7707         * dlfcn/moddummy1.c: New file.
7708         * dlfcn/moddummy2.c: New file.
7709         * dlfcn/tst-rec-dlopen.c: New file.
7710         * elf/dl-cache.c (_dl_load_cache_lookup):
7711         Return char*. Copy result with alloca/strcpy/strdup.
7712         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
7713         returns char*. Free cached. If not saving realname
7714         free cached.
7715         * elf/dl-open.c (dl_open_worker): Do not assert that
7716         _r_debug->r_state is RT_CONSISTENT.
7717         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
7718         returns char*.
7720 2015-01-21  Torvald Riegel  <triegel@redhat.com>
7721             Carlos O'Donell  <carlos@redhat.com>
7723         [BZ #12674]
7724         * nptl/sem_waitcommon.c: New file.
7725         * nptl/sem_wait.c: Include sem_waitcommon.c.
7726         (__sem_wait_cleanup, do_futex_wait): Remove.
7727         (__new_sem_wait): Adapt.
7728         (__new_sem_trywait): New function.
7729         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
7730         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
7731         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
7732         (sem_timedwait): Adapt.
7733         * nptl/sem_post.c (__new_sem_post): Adapt.
7734         (futex_wake): New function.
7735         (__old_sem_post): Add release MO fence.
7736         * nptl/sem_open.c (sem_open): Adapt.
7737         * nptl/sem_init.c (__new_sem_init): Adapt.
7738         (futex_private_if_supported): New function.
7739         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
7740         (__old_sem_getvalue): Add using previous code.
7741         * sysdeps/nptl/internaltypes.h: Adapt.
7742         * nptl/tst-sem13.c (do_test): Adapt.
7743         * nptl/tst-sem11.c (main): Adapt.
7744         * nptl/sem_trywait.c: Remove.
7745         * nptl/DESIGN-sem.txt: Remove.
7746         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
7747         (gen-as-const-headers): Remove structsem.sym.
7748         * nptl/structsem.sym: Remove.
7749         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
7750         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
7751         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
7752         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
7753         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
7754         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
7755         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
7756         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
7757         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
7758         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
7759         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
7760         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
7761         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
7762         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
7763         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
7764         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
7765         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
7766         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
7767         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
7768         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
7769         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
7770         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
7772 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
7774         * INSTALL: Regenerated.
7776         * po/libc.pot: Regenerated.
7778 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
7779             Sandra Loosemore  <sandra@codesourcery.com>
7780             Andrew Jenner  <andrew@codesourcery.com>
7781             Joseph Myers  <joseph@codesourcery.com>
7782             Nathan Sidwell  <nathan@codesourcery.com>
7784         * NEWS: Mention new Nios II port.
7785         * sysdeps/nios2/Implies: New file.
7786         * sysdeps/nios2/Makefile: New file.
7787         * sysdeps/nios2/Subdirs: New file.
7788         * sysdeps/nios2/Versions: New file.
7789         * sysdeps/nios2/__longjmp.S: New file.
7790         * sysdeps/nios2/abort-instr.h: New file.
7791         * sysdeps/nios2/backtrace.c: New file.
7792         * sysdeps/nios2/bits/endian.h: New file.
7793         * sysdeps/nios2/bits/fenv.h: New file.
7794         * sysdeps/nios2/bits/link.h: New file.
7795         * sysdeps/nios2/bits/setjmp.h: New file.
7796         * sysdeps/nios2/bsd-_setjmp.S: New file.
7797         * sysdeps/nios2/bsd-setjmp.S: New file.
7798         * sysdeps/nios2/configure: New generated file.
7799         * sysdeps/nios2/configure.ac: New file.
7800         * sysdeps/nios2/crti.S: New file.
7801         * sysdeps/nios2/crtn.S: New file.
7802         * sysdeps/nios2/dl-init.c: New file.
7803         * sysdeps/nios2/dl-machine.h: New file.
7804         * sysdeps/nios2/dl-sysdep.h: New file.
7805         * sysdeps/nios2/dl-tls.h: New file.
7806         * sysdeps/nios2/dl-trampoline.S: New file.
7807         * sysdeps/nios2/gccframe.h: New file.
7808         * sysdeps/nios2/gmp-mparam.h: New file.
7809         * sysdeps/nios2/jmpbuf-offsets.h: New file.
7810         * sysdeps/nios2/jmpbuf-unwind.h: New file.
7811         * sysdeps/nios2/ldsodefs.h: New file.
7812         * sysdeps/nios2/libc-tls.c: New file.
7813         * sysdeps/nios2/libm-test-ulps: New file.
7814         * sysdeps/nios2/machine-gmon.h: New file.
7815         * sysdeps/nios2/math-tests.h: New file.
7816         * sysdeps/nios2/math_private.h: New file.
7817         * sysdeps/nios2/memusage.h: New file.
7818         * sysdeps/nios2/nptl/Makefile: New file.
7819         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
7820         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
7821         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
7822         * sysdeps/nios2/nptl/pthreaddef.h: New file.
7823         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
7824         * sysdeps/nios2/nptl/tls.h: New file.
7825         * sysdeps/nios2/preconfigure: New file.
7826         * sysdeps/nios2/s_fma.c: New file.
7827         * sysdeps/nios2/s_fmaf.c: New file.
7828         * sysdeps/nios2/setjmp.S: New file.
7829         * sysdeps/nios2/sfp-machine.h: New file.
7830         * sysdeps/nios2/sotruss-lib.c: New file.
7831         * sysdeps/nios2/stackguard-macros.h: New file.
7832         * sysdeps/nios2/stackinfo.h: New file.
7833         * sysdeps/nios2/start.S: New file.
7834         * sysdeps/nios2/sysdep.h: New file.
7835         * sysdeps/nios2/tls-macros.h: New file.
7836         * sysdeps/nios2/tst-audit.h: New file.
7837         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
7838         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
7839         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
7840         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
7841         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
7842         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
7843         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
7844         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
7845         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
7846         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
7847         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
7848         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
7849         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
7850         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
7851         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
7852         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
7853         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
7854         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
7855         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
7856         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
7857         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
7858         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
7859         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
7860         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
7861         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
7862         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
7863         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
7864         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
7865         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
7866         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
7867         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
7868         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
7869         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
7870         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
7871         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
7872         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
7873         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
7874         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
7875         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
7876         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
7877         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
7878         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
7879         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
7880         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
7882 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7884         [BZ #17844]
7885         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
7886         (getutent): Use weak_alias in non SHARED case
7887         and default_symbol_version in SHARED case.
7888         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
7889         (getutent_r, pututline): Likewise.
7890         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
7891         (getutid): Likewise.
7892         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
7893         (getutid_r): Likewise.
7894         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
7895         (getutline): Likewise.
7896         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
7897         (getutline_r): Likewise.
7898         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
7899         (updwtmp): Likewise.
7901 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
7903         [BZ #17848]
7904         * sysdeps/s390/s390-32/memcmp.S
7905         (memcmp_g5): Rename to __memcmp_g5.
7906         * sysdeps/s390/s390-32/memcpy.S
7907         (memcpy_g5): Rename to __memcpy_g5.
7908         Jump to __memcpy_mvcle instead of memcpy_mvcle.
7909         (memcpy_mvcle) Rename to __memcpy_mvcle.
7910         * sysdeps/s390/s390-32/memset.S
7911         (memset_g5): Rename to __memset_g5.
7912         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
7913         (IFUNC_RESOLVE): Prefix ifunc-resolve function
7914         and use prefixed functions.
7915         * sysdeps/s390/s390-32/multiarch/memcmp.S
7916         (memcmp_z196): Rename to __memcmp_z196.
7917         (memcmp_z10): Rename to __memcmp_z10.
7918         (memcmp): Set alias to __memcmp_g5.
7919         (bcmp): Set alias to __memcmp_g5.
7920         * sysdeps/s390/s390-32/multiarch/memcpy.S
7921         (memcpy_z196): Rename to __memcpy_z196.
7922         Jump to __memcpy_mvcle instead of memcpy_mvcle.
7923         (memcpy_z10): Rename to __memcpy_z10.
7924         Jump to __memcpy_mvcle instead of memcpy_mvcle.
7925         (memcpy): Set alias to __memcpy_g5.
7926         * sysdeps/s390/s390-32/multiarch/memset.S
7927         (memset_z196): Rename to __memset_z196.
7928         Jump to __memset_mvcle instead of memset_mvcle.
7929         (memset_z10): Rename to __memset_z10.
7930         Jump to __memset_mvcle instead of memset_mvcle.
7931         (memset_mvcle) Rename to __memset_mvcle.
7932         (memset): Set alias to __memset_g5.
7933         * sysdeps/s390/s390-64/memcmp.S
7934         (memcmp_z900): Rename to __memcmp_z900.
7935         * sysdeps/s390/s390-64/memcpy.S
7936         (memcpy_z900): Rename to __memcpy_z900.
7937         Jump to __memcpy_mvcle instead of memcpy_mvcle.
7938         (memcpy_mvcle) Rename to __memcpy_mvcle.
7939         * sysdeps/s390/s390-64/memset.S
7940         (memset_z900): Rename to __memset_z900.
7941         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
7942         (IFUNC_RESOLVE): Prefix ifunc-resolve function
7943         and use prefixed functions.
7944         * sysdeps/s390/s390-64/multiarch/memcmp.S
7945         (memcmp_z196): Rename to __memcmp_z196.
7946         (memcmp_z10): Rename to __memcmp_z10.
7947         (memcmp): Set alias to __memcmp_z900.
7948         (bcmp): Set alias to __memcmp_z900.
7949         * sysdeps/s390/s390-64/multiarch/memcpy.S
7950         (memcpy_z196): Rename to __memcpy_z196.
7951         Jump to __memcpy_mvcle instead of memcpy_mvcle.
7952         (memcpy_z10): Rename to __memcpy_z10.
7953         Jump to __memcpy_mvcle instead of memcpy_mvcle.
7954         (memcpy): Set alias to __memcpy_z900.
7955         * sysdeps/s390/s390-64/multiarch/memset.S
7956         (memset_z196): Rename to __memset_z196.
7957         Jump to __memset_mvcle instead of memset_mvcle.
7958         (memset_z10): Rename to __memset_z10.
7959         Jump to __memset_mvcle instead of memset_mvcle.
7960         (memset_mvcle) Rename to __memset_mvcle.
7961         (memset): Set alias to __memset_z900.
7963 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
7965         [BZ #17748]
7966         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
7967         __fesetenv instead of fesetenv.
7969 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
7971         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
7972         macro.
7974 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7976         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
7977         regression on LE.
7979         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
7980         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
7981         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
7982         strncmp-power8 object.
7983         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7984         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
7985         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
7986         * NEWS: Update.
7988 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
7989             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7991         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
7992         trailing byte check.
7994 2015-01-13  David S. Miller  <davem@davemloft.net>
7996         * include/signal.h (__sigreturn): Guard with __USE_MISC.
7998 2015-01-13  Roland McGrath  <roland@hack.frob.com>
8000         * login/logout.c (logout): Use memset rather than bzero.
8001         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
8002         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
8003         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
8004         (_gethtbyaddr): Likewise.
8005         * locale/programs/simple-hash.c (bcopy): Macro removed.
8007 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8009         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8010         Add strcmp-power8 object.
8011         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8012         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
8013         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
8014         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
8015         __strcmp_power8 implementation.
8016         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
8017         * NEWS: Update.
8019         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8020         Add strncpy-power8 and stpncpy-power8 objects.
8021         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8022         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
8023         implementations.
8024         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
8025         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
8026         __stpncpy_power8 implementation.
8027         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
8028         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
8029         __strncpy_power8 implementation.
8030         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
8031         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
8032         * NEWS: Update.
8034         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
8035         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
8036         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
8038         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
8039         strncat-power8 object.
8040         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
8041         __strcat_power8 implementation.
8042         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8043         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
8044         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
8045         optimized strcat for power8.
8047         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
8048         strcpy-power8 and stpcpy-power8 objects.
8049         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8050         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
8051         implementations.
8052         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
8053         multiarch stpcpy implementation for POWER8.
8054         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
8055         multiarch strcpy implementation for POWER8.
8056         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
8057         __strcpy_power8 function.
8058         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
8059         stpcpy for POWER8.
8060         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
8061         strcpy for POWER8.
8062         * NEWS: Update.
8064 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
8066         [BZ #16009]
8067         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
8068         weights and rules. Use do_xfrm_cached if data fits in cache,
8069         do_xfrm otherwise.  Moved former main loop to...
8070         * (do_xfrm_cached): New function.
8071         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
8072         find_idx, find_position and stack_push.
8073         * (find_idx): New function.
8074         * (find_position): Likewise.
8075         * localedata/sort-test.sh: Added test run for do_xfrm.
8076         * localedata/xfrm-test.c (main): Added command line option
8077         -nocache to run the test with strings that are too large for
8078         the STRXFRM cache.
8080 2015-01-13  Torvald Riegel  <triegel@redhat.com>
8082         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
8083         variable to lll_futex_wake call, not the value itself.
8085 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
8087         [BZ #17803]
8088         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
8089         twom64.  Adjust value to 0x1p-64L.
8090         (__scalblnl): Only return standard underflowing result for K <=
8091         -64 not K <= -63; adjust exponent for underflowing result by 64
8092         not 63.
8093         * math/libm-test.inc (scalbn_test_data): Add more tests.
8094         (scalbln_test_data): Likewise.
8096         [BZ #17834]
8097         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
8098         0x1p63L.
8099         (__scalblnl): Get new exponent of adjusted subnormal value from ES
8100         not HX.
8101         * math/libm-test.inc (scalbn_test_data): Add more tests.
8102         (scalbln_test_data): Likewise.
8104 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8105             Stefani Seibold  <stefani@seibold.net>
8107         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
8108         (sysdep_routines): Add dl-vdso here, ...
8109         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
8110         (sysdep_routines): ... not here.
8111         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
8112         fallback when vDSO is not presented.
8113         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
8114         Define with libc_hidden_proto/libc_hidden_data_def definitions.
8115         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
8116         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
8117         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
8118         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
8119         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
8120         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
8121         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
8122         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
8123         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
8124         fallback configurable symbol when vDSO is not available.
8125         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
8126         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
8127         be able to redefine fallback symbol when vDSO is not available.
8128         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
8129         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
8131 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8133         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
8134         (TLS_INIT_TP): Add tm_capable initialization.
8135         (TLS_DEFINE_INIT_TP): Likewise.
8136         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
8137         TCB.
8138         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
8139         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
8140         calculation.
8141         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
8142         transactoion is lock elision is built and TCB tm_capable is set.
8143         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
8144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
8145         (INTERNAL_SYSCALL_NCS): Likewise.
8146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
8147         (INTERNAL_SYSCALL_NCS): Likewise.
8148         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
8150         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
8151         for powerpc.
8152         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8153         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
8154         and remove it for 32 bits case.
8155         [pthread_rwlock_t] (__rwelision): New field for lock elision.
8156         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
8157         initialization.
8158         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
8159         Disable lock elision with rdlocks if elision is not available.
8161         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
8162         (sysdep_routines): Add lock elision objects.
8163         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8164         [pthread_mutex_t] (__spins): Rework to add lock elision field.
8165         [pthread_mutex_t] (__elision): Add field.
8166         [__PTHREAD_SPINS]: Adjust to init lock elision field.
8167         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
8168         elision definitions for powerpc.
8169         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
8170         implementation of lock elision for powerpc.
8171         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
8172         implementation of timed lock elision for powerpc.
8173         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
8174         implementation of trylock with lock elision for powerpc.
8175         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
8176         implementaion of unlock for lock elision for powerpc.
8177         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
8178         automatic enable lock elision for mutexes.
8179         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
8180         transaction execution definitions for powerpc.
8181         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
8182         definitions.
8183         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
8184         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
8185         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
8186         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
8187         * NEWS: Update.
8189 2015-01-09  Roland McGrath  <roland@hack.frob.com>
8191         * sysdeps/posix/shm-directory.c: Use <> rather than ""
8192         for #include of <shm-directory.h>.
8194 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
8196         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
8197         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
8199 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
8201         [BZ #17791]
8202         * NEWS: Mention bug fix.
8203         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
8204         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
8205         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
8207 2015-01-09  Torvald Riegel <triegel@redhat.com>
8209         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
8211 2015-01-09  Torvald Riegel <triegel@redhat.com>
8213         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
8215 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
8217         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
8218         pointer and cast to uintptr_t.
8220 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
8222         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
8223         removed.
8224         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
8226 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
8228         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
8229         of 0.
8231 2015-01-08  Roland McGrath  <roland@hack.frob.com>
8233         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
8234         <nptl/pthreadP.h> instead.
8235         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
8237         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
8238         already defined.
8239         [__SIGRTMIN] (init): Function removed.
8240         [__SIGRTMIN] (initialized): Variable removed.
8241         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
8242         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
8243         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
8244         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
8245         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
8246         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
8247         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
8248         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
8249         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
8250         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
8251         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
8252         * sysdeps/nptl/allocrtsig.c: New file.
8253         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
8254         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
8255         * sysdeps/generic/testrtsig.h: File removed.
8257         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
8258         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
8260         * nptl/nptl-init.c (pthread_functions): Conditionalize
8261         .ptr__nptl_setxid initialization on [SIGSETXID].
8263         * sysdeps/nptl/sys/procfs.h: New file.
8264         * nptl_db/Makefile (headers): Add it.
8265         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
8267         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
8268         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
8269         * nptl/pthread_attr_setaffinity.c: Include it.
8270         * nptl/pthread_setattr_default_np.c: Likewise.
8271         * nptl/check-cpuset.h: New file.
8273 2015-01-08  Richard Henderson  <rth@redhat.com>
8275         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
8276         (CFLAGS-tst-execstack-prog.c): Likewise.
8277         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
8279 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
8280             Sandra Loosemore  <sandra@codesourcery.com>
8281             Andrew Jenner  <andrew@codesourcery.com>
8282             Joseph Myers  <joseph@codesourcery.com>
8283             Nathan Sidwell  <nathan@codesourcery.com>
8285         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
8286         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
8287         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
8288         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
8289         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
8290         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
8291         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
8292         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
8293         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
8294         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
8295         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
8296         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
8297         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
8298         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
8299         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
8300         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
8301         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
8303 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8305         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
8306         timespec struct member in syscall macro.
8307         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
8308         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
8309         first timeval struct member in syscall macro.
8310         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
8312 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
8314         [BZ #17748]
8315         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
8316         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
8317         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
8318         __feupdateenv and define as weak alias of __feupdateenv.  Use
8319         libm_hidden_weak.
8320         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
8321         libm_hidden_def.
8322         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
8323         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
8324         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
8325         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
8326         libm_hidden_def.
8327         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
8328         __feupdateenv and define as weak alias of __feupdateenv.  Use
8329         libm_hidden_weak.
8330         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
8331         libm_hidden_def.
8332         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
8333         __feupdateenv and define as weak alias of __feupdateenv.  Use
8334         libm_hidden_weak.
8335         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
8336         libm_hidden_def.
8337         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
8338         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
8339         (__feupdateenv): Likewise.
8340         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
8341         __feupdateenv and define as weak alias of __feupdateenv.  Use
8342         libm_hidden_weak.
8343         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
8344         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
8345         libm_hidden_def.
8346         * sysdeps/tile/math_private.h (__feupdateenv): New inline
8347         function.
8348         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
8349         libm_hidden_def.
8350         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
8351         __feupdateenv instead of feupdateenv.
8352         (default_libc_feupdateenv_test): Likewise.
8353         (libc_feresetround_ctx): Likewise.
8355 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8357         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
8358         prototype.
8360 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
8362         * posix/regcomp.c (parse_bracket_exp): Initialize type to
8363         COLL_SYM in a couple of places to avoid uninitialized variable
8364         wanings on tilegx gcc 4.8.2.
8366 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
8368         * sysdeps/aarch64/strcpy.S: New file.
8369         * sysdeps/aarch64/stpcpy.S: New file.
8370         * NEWS: Updated.
8372 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
8374         * sysdeps/aarch64/strrchr.S: New file.
8375         * NEWS: Updated.
8377 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
8379         [BZ #17658]
8380         * stdlib/setenv.c: Fix memory leak when setting large,
8381         duplicate string.
8383 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
8385         [BZ #17273]
8386         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
8387         and tabs from buffer before parsing fstab entry.
8388         * misc/tst-mntent.c (main): Add test for mount entry with
8389         trailing spaces and tabs.
8391 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
8393         [BZ #17748]
8394         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
8395         * math/fesetround.c (fesetround): Rename to __fesetround and
8396         define as weak alias of __fesetround.  Use libm_hidden_weak.
8397         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
8398         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
8399         * sysdeps/arm/fesetround.c (fesetround): Likewise.
8400         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
8401         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
8402         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
8403         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
8404         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
8405         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
8406         __fesetround_inline.
8407         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
8408         __fesetround_inline instead of __fesetround.
8409         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
8410         __fesetround and define as weak alias of __fesetround.  Use
8411         libm_hidden_weak.  Call __fesetround_inline instead of
8412         __fesetround.
8413         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
8414         __fesetround and define as weak alias of __fesetround.  Use
8415         libm_hidden_weak.
8416         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
8417         Likewise.
8418         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
8419         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
8420         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
8421         * sysdeps/tile/math_private.h (__fesetround): New inline function.
8422         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
8423         __fesetround and define as weak alias of __fesetround.  Use
8424         libm_hidden_weak.
8425         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
8426         __fesetround instead of fesetround.
8427         (default_libc_feholdexcept_setround): Likewise.
8428         (libc_feholdsetround_ctx): Likewise.
8429         (libc_feholdsetround_noex_ctx): Likewise.
8431         [BZ #17748]
8432         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
8433         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
8434         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
8435         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
8436         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
8437         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
8438         define as weak alias of __fesetenv.  Use libm_hidden_weak.
8439         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
8440         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
8441         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
8442         define as weak alias of __fesetenv.  Use libm_hidden_weak.
8443         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
8444         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
8445         define as weak alias of __fesetenv.  Use libm_hidden_weak.
8446         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
8447         libm_hidden_def.
8448         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
8449         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
8450         Likewise.
8451         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
8452         define as weak alias of __fesetenv.  Use libm_hidden_weak.
8453         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
8454         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
8455         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
8456         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
8457         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
8458         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
8459         __fesetenv instead of fesetenv.
8460         (libc_feresetround_noex_ctx): Likewise.
8461         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
8462         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
8463         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
8464         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
8465         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
8466         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
8467         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
8468         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
8469         (__feupdateenv): Likewise.
8470         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
8471         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
8472         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
8473         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
8475 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
8477         [BZ #17806]
8478         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
8479         addresses have been freed.
8481 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
8483         * resolv/res_init.c (__res_vinit): Improve comments about nserv
8484         and nservall.
8486 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
8488         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
8489         Clean up check_pf allocation pattern. addresses
8491 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8493         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
8494         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
8495         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
8496         * nptl/pthread_exit.c (__pthread_exit): Likewise.
8497         * nptl/pthread_join.c (pthread_join): Likewise.
8498         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
8499         * sysdeps/posix/waitid.c (__waitid): Likewise.
8500         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
8501         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
8502         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
8503         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
8504         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
8505         Likewise.
8506         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
8507         (__libc_pread64): Likewise.
8508         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
8509         (__libc_pwrite): Likewise.
8510         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
8511         (__libc_pwrite64): Likewsie.
8512         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
8513         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
8514         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
8515         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
8516         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
8517         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
8518         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
8519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
8520         Likewise.
8521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
8522         (__libc_pread64): Likewise.
8523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
8524         Likewise.
8525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
8526         (__libc_pwrite64): Likewise.
8527         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
8528         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
8529         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
8530         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
8531         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
8532         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
8533         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
8534         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
8535         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
8536         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
8537         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
8538         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
8539         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
8540         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
8541         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
8542         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
8543         Likewise.
8545 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
8547         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
8548         (CFLAGS-test-double.c): Likewise.
8549         (CFLAGS-test-ldouble.c): Likewise.
8550         (CPPFLAGS-test-ifloat.c): Likewise.
8551         (CPPFLAGS-test-idouble.c): Likewise.
8552         (CPPFLAGS-test-ildoubl.c): Likewise.
8553         (CFLAGS-test-test-fenv.c): Remove variable.
8554         (CFLAGS-test-misc.c): Likewise.
8556 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
8558         [BZ #17797]
8559         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
8560         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
8561         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
8562         CLOCKS_PER_SEC == 1000000.
8563         * time/clocktest.c (main): Replace %ld with %jd and cast to
8564         intmax_t.
8566 2015-01-05  Roland McGrath  <roland@hack.frob.com>
8568         * sysdeps/generic/unwind-resume.h: New file.
8569         * sysdeps/gnu/unwind-resume.c: Include it.
8570         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
8571         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
8572         argument list.
8573         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
8574         global rather than static.
8575         (_Unwind_Resume): Update user.
8576         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
8577         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
8578         rather than static.  Add __attribute__ ((cold)).
8579         (_Unwind_Resume, __gcc_personality_v0): Update callers.
8580         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
8581         * sysdeps/arm/arm-unwind-resume.S: New file.
8582         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
8583         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
8584         * sysdeps/arm/Makefile [$(subdir) = csu]
8585         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
8586         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
8587         Add rt-arm-unwind-resume.
8588         [$(subdir) = nptl]
8589         (libpthread-sysdep_routines, libpthread-shared-only-routines):
8590         Add pt-arm-unwind-resume.
8591         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
8592         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
8594 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
8596         [BZ #17748]
8597         * include/fenv.h (__feholdexcept): Declare.  Use
8598         libm_hidden_proto.
8599         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
8600         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
8601         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
8602         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
8603         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
8604         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
8605         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
8606         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
8607         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
8608         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
8609         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
8610         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
8611         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
8612         (feholdexcept): Likewise.
8613         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
8614         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
8615         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
8616         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
8617         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
8618         __feholdexcept instead of feholdexcept.
8619         (default_libc_feholdexcept_setround): Likewise.
8621 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
8623         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
8624         to avoid using stl/str to align destination.
8626 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
8628         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
8630 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
8632         [BZ #17796]
8633         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
8634         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
8635         Define as weak alias not strong alias.
8637 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
8639         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
8640         bltzal with addiupc.
8641         (RTLD_START): Ditto.
8643 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
8645         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
8646         for __vdso_* functions in declarations.
8647         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
8648         definitions.
8649         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
8650         INTERNAL_VSYSCALL): Use struct return types to check for error.
8652         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
8653         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
8654         function with cast from llround().
8655         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
8656         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
8657         Define.
8659 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
8661         [BZ #17793]
8662         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
8663         Define as weak alias not strong alias.
8665         [BZ #17635]
8666         * ctype/ctype-c99.c: New file.  isblank implementation moved from
8667         ...
8668         * ctype/ctype-extn.c: ... here.
8669         (__isblank_l): Move to ...
8670         * ctype/ctype-c99_l.c: ... here.  New file.
8671         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
8672         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
8673         Remove variable.
8674         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
8675         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
8676         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
8677         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
8678         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
8680         [BZ #17777]
8681         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
8682         (posix_fadvise64): Define as weak alias not strong alias.
8683         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
8684         (posix_fallocate64): Likewise.
8685         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
8686         Remove variable.
8687         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
8688         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
8689         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
8690         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
8691         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
8693 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
8695         [BZ #16191]
8696         * NEWS: Mention bug fix.
8697         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
8698         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
8699         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
8700         (HOST_STACK_END_ADDR): Likewise.
8702 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
8704         [BZ #17748]
8705         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
8706         * math/fegetround.c (fegetround): Rename to __fegetround and
8707         define as weak alias of __fegetround.  Use libm_hidden_weak.
8708         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
8709         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
8710         * sysdeps/arm/fegetround.c (fegetround): Likewise.
8711         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
8712         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
8713         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
8714         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
8715         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
8716         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
8717         Undefine after rather than before function definition; use
8718         parentheses around function name in definition.
8719         (__fegetround): Also undefine macro after function definition.
8720         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
8721         __fegetround and define as weak alias of __fegetround.  Use
8722         libm_hidden_weak.  Do not undefine as macro.
8723         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
8724         Likewise.
8725         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
8726         __fegetround and define as weak alias of __fegetround.  Use
8727         libm_hidden_weak.
8728         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
8729         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
8730         * sysdeps/tile/math_private.h (__fegetround): New inline function.
8731         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
8732         __fegetround and define as weak alias of __fegetround.  Use
8733         libm_hidden_weak.
8734         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
8735         __fegetround instead of fegetround.
8737         [BZ #17782]
8738         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
8739         Condition macro definition on [__USE_MISC].
8741         [BZ #17781]
8742         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
8743         (struct sigaction): Change type of sa_flags field to int.
8745         [BZ #17780]
8746         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
8747         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
8748         __glibc_reserved0.
8750         * nptl/version.c (banner): Use single year in copyright notice.
8752         * NEWS: Update copyright dates.
8753         * catgets/gencat.c (print_version): Likewise.
8754         * csu/version.c (banner): Likewise.
8755         * debug/catchsegv.sh: Likewise.
8756         * debug/pcprofiledump.c (print_version): Likewise.
8757         * debug/xtrace.sh (do_version): Likewise.
8758         * elf/ldconfig.c (print_version): Likewise.
8759         * elf/ldd.bash.in: Likewise.
8760         * elf/pldd.c (print_version): Likewise.
8761         * elf/sotruss.sh: Likewise.
8762         * elf/sprof.c (print_version): Likewise.
8763         * iconv/iconv_prog.c (print_version): Likewise.
8764         * iconv/iconvconfig.c (print_version): Likewise.
8765         * locale/programs/locale.c (print_version): Likewise.
8766         * locale/programs/localedef.c (print_version): Likewise.
8767         * login/programs/pt_chown.c (print_version): Likewise.
8768         * malloc/memusage.sh (do_version): Likewise.
8769         * malloc/memusagestat.c (print_version): Likewise.
8770         * malloc/mtrace.pl: Likewise.
8771         * manual/libc.texinfo: Likewise.
8772         * nptl/version.c (banner): Likewise.
8773         * nscd/nscd.c (print_version): Likewise.
8774         * nss/getent.c (print_version): Likewise.
8775         * nss/makedb.c (print_version): Likewise.
8776         * posix/getconf.c (main): Likewise.
8777         * scripts/test-installation.pl: Likewise.
8778         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
8780 2015-01-02  Will Newton  <will.newton@linaro.org>
8782         * sysdeps/arm/armv7/configure: Removed.
8783         * sysdeps/arm/armv7/configure.ac: Likewise.
8785 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
8787         * All files with FSF copyright notices: Update copyright dates
8788         using scripts/update-copyrights.
8789         * intl/plural.c: Regenerated.
8790         * locale/programs/charmap-kw.h: Likewise.
8791         * locale/programs/locfile-kw.h: Likewise.
8793 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8795         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
8797 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
8799         [BZ #17748]
8800         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
8801         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
8802         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
8803         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
8804         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
8805         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
8806         define as weak alias of __fegetenv.  Use libm_hidden_weak.
8807         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
8808         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
8809         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
8810         define as weak alias of __fegetenv.  Use libm_hidden_weak.
8811         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
8812         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
8813         define as weak alias of __fegetenv.  Use libm_hidden_weak.
8814         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
8815         libm_hidden_def.
8816         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
8817         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
8818         Likewise.
8819         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
8820         define as weak alias of __fegetenv.  Use libm_hidden_weak.
8821         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
8822         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
8823         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
8824         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
8825         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
8826         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
8827         __fegetenv instead of fegetenv.
8828         (libc_feholdsetround_noex_ctx): Likewise.
8830 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
8832         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
8833         (Elf_MIPS_ABIFlags_v0): New structure.
8834         (EF_MIPS_FP64): Define.
8835         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
8836         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
8837         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
8838         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
8839         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
8840         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
8841         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
8842         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
8843         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
8844         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
8845         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
8846         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
8847         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
8848         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
8849         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
8850         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
8851         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
8852         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
8853         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
8854         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
8855         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
8856         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
8857         field.
8858         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
8859         EF_MIPS_FP64.
8860         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
8861         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
8862         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
8863         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
8864         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
8865         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
8866         * sysdeps/mips/tst-abi-interlink.c: Likewise.
8867         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
8868         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
8869         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
8870         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
8871         record the current FP ABI extension.
8872         (mips-mode-switch): Define to show if kernel headers support mode
8873         switching.
8874         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
8875         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
8876         supported SYSV ABI version to 3.
8877         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
8878         feature.
8880 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
8881             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8883         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
8884         path.
8885         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
8887 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
8889         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
8890         __fegetround and redefine to call __fegetround.  Remove condition
8891         on [!__NO_MATH_INLINES].
8892         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
8893         function.
8894         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
8895         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
8896         Remove macro.
8897         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
8898         instead of <fenv_libc.h>.
8899         (__llrintl): Call fegetround instead of __fegetround.
8900         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
8901         instead of <fenv_libc.h>.
8902         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
8903         (__lrintl): Call fegetround instead of __fegetround.
8904         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
8905         instead of <fenv_libc.h>.
8906         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
8907         (__rintl): Call fegetround instead of __fegetround.
8909 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
8911         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
8912         arrays.
8914 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
8916         [BZ #17775]
8917         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
8918         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
8919         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
8921 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
8923         * sysdeps/i386/tls-macros.h: Include <features.h>.
8924         (TLS_LE): Use non-PIC version for GCC >= 5.0.
8925         (TLS_IE): Likewise.
8926         (TLS_LD): Likewise.
8927         (TLS_GD): Likewise.
8928         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
8929         define for GCC >= 5.0.
8931 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
8933         * math/test-fenv.c (test_single_exception, set_single_exc,
8934         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
8935         feexcp_mask_test, feenable_test, fe_single_test): Add
8936         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
8937         case where they are not used.
8938         * math/libm-test.inc: Likewise.
8939         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
8940         unused in the absence of FP rounding/exception support.
8941         * stdio-common/tst-printf-round.c: Likewise.
8942         * stdlib/tst-strtod-round.c: Likewise.
8943         * stdlib/tst-strtod-underflow.c: Likewise.
8945 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
8947         [BZ #17723]
8948         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
8949         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
8950         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
8951         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
8952         libm_hidden_weak.
8953         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
8954         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
8955         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
8956         libm_hidden_def.
8957         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
8958         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
8959         libm_hidden_weak.
8960         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
8961         Likewise.
8962         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
8963         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
8964         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
8965         libm_hidden_weak.
8966         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
8967         libm_hidden_def.
8968         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
8969         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
8970         (__feraiseexcept): Likewise.
8971         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
8972         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
8973         libm_hidden_weak.
8974         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
8975         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
8976         libm_hidden_def.
8977         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
8978         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
8979         Use libm_hidden_def.
8980         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
8981         libm_hidden_def.
8982         (feraiseexcept): Define as weak not strong alias.  Use
8983         libm_hidden_weak.
8984         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
8985         New inline function.  Factored out of ...
8986         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
8987         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
8988         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
8989         feraiseexcept.
8990         * math/w_acos.c (__acos): Likewise.
8991         * math/w_asin.c (__asin): Likewise.
8992         * math/w_ilogb.c (__ilogb): Likewise.
8993         * math/w_j0.c (y0): Likewise.
8994         * math/w_j1.c (y1): Likewise.
8995         * math/w_jn.c (yn): Likewise.
8996         * math/w_log.c (__log): Likewise.
8997         * math/w_log10.c (__log10): Likewise.
8998         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
8999         * sysdeps/aarch64/fpu/math_private.h
9000         (libc_feupdateenv_test_aarch64): Likewise.
9001         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
9002         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
9003         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
9004         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
9005         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
9006         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
9007         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
9008         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
9009         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
9010         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
9012 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
9014         [BZ #17732]
9015         * io/test-utime.c (main): Replace %ld with %jd and cast to
9016         intmax_t.
9017         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
9018         * nptl/tst-mutex5.c: Include <stdint.h>.
9019         (do_test): Replace %ld with %jd and cast to intmax_t.
9020         * posix/tst-regex.c (run_test): Likewise.
9021         (run_test_backwards): Likewise.
9022         * rt/tst-clock.c: Include <stdint.h>.
9023         (clock_test): Replace %ld with %jd and cast to intmax_t.
9024         * rt/tst-cpuclock1.c: Include <stdint.h>.
9025         (do_test): Replace %lu with %ju and cast to uintmax_t.
9026         * rt/tst-cpuclock2.c: Include <stdint.h>.
9027         (do_test): Replace %lu with %ju and cast to uintmax_t.
9028         * rt/tst-mqueue1.c: Include <stdint.h>.
9029         (check_attrs): Replace %ld with %jd and cast to intmax_t.
9030         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
9031         intmax_t.
9032         * rt/tst-mqueue4.c (do_test): Likewise.
9033         * rt/tst-timer4.c: Include <stdint.h>.
9034         (check_ts): Replace %ld with %jd and cast to intmax_t.
9035         (do_test): Likewise.
9036         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
9037         and cast to intmax_t.
9038         * sysdeps/pthread/tst-timer.c (main): Likewise.
9039         * time/clocktest.c (main): Likewise.
9040         * time/tst-posixtz.c (do_test): Likewise.
9041         * timezone/tst-timezone.c (main): Likewise.
9043 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
9044             H.J. Lu  <hongjiu.lu@intel.com>
9046         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
9047         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
9048         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
9049         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
9050         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
9051         version if bit_Fast_Unaligned_Load is set.
9052         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
9053         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
9054         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
9055         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
9056         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
9057         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
9058         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
9059         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
9060         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
9061         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
9062         to 4.
9063         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
9064         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
9065         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
9066         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
9068 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
9070         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
9071         instead of #if to avoid a Wundef warning.
9072         * stdlib/tst-limits.c (do_test): Likewise.
9074         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
9075         parallel other exception macros.
9076         (fegetenv): Convert from macro to extern inline so that it applies
9077         retroactively to inline functions already seen by the compiler.
9078         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
9080         * posix/Makefile (before-compile): Use $(objpfx) for
9081         posix-conf-vars-def.h.
9083 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
9085         * posix/getconf.c (main): Use size_t for type of I.
9086         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
9087         NSPEC.
9089         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
9090         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
9091         * posix/posix-envs.def: Likewise.
9092         * sysdeps/posix/sysconf.c: Likewise.
9093         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
9094         (specs): Remove array.
9095         * scripts/gen-posix-conf-vars.awk: Support generation of specs
9096         array.
9098         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
9099         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
9100         (__sysconf): Use CONF_IS_* macros.
9102         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
9103         ($(objpfx)posix-conf-vars-def.h): New target.
9104         * posix/posix-conf-vars.list: New file.
9105         * posix/posix-conf-vars.h: New file.
9106         * posix/confstr.c: Include posix-conf-vars.h.
9107         (confstr): Use CONF_IS_* macros.
9108         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
9109         CONF_IS_* macros.
9110         * scripts/gen-posix-conf-vars.awk: New file.
9112 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
9114         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
9115         fegetround): Add no-op macros to avoid linknamespace issues.
9117         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
9118         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
9120         * sysdeps/unix/sysv/linux/tile/sysdep.h
9121         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
9122         assembly-specific section to avoid a redefinition warning.
9124         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
9125         long before casting to pointer to avoid a cast warning.
9127 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
9129         * sysdeps/tile/tilegx/Implies: New file.
9131 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
9133         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
9135 2014-12-23  Florian Weimer  <fweimer@redhat.com>
9137         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
9139 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
9141         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
9142         not define.
9143         * sysdeps/unix/sysv/linux/utimes.c: Do not include
9144         <kernel-features.h>.
9145         (__utimes) [__NR_utimes]: Make code unconditional.
9146         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
9147         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9148         (__ASSUME_UTIMES): Do not undefine.
9149         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9150         (__ASSUME_UTIMES): Likewise.
9151         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
9152         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
9153         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
9154         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
9156 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
9158         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
9160 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
9162         [BZ #17747]
9163         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
9164         alias to weak alias for j0l, y0l.
9165         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
9166         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
9168         [BZ #17746]
9169         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
9170         conversion.
9172 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
9174         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
9175         to zero if not already defined.
9177 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
9179         [BZ #17724]
9180         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
9181         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
9182         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
9183         (char *) casts added.
9184         * sysdeps/ieee754/k_standardf.c: New file.
9185         * sysdeps/ieee754/k_standardl.c: Likewise.
9186         * math/Makefile (libm-support): Remove k_standard.
9187         (libm-calls): Add k_standard.
9189 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
9191         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
9192         Optimize to avoid an unnecessary FPCR read.
9194 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
9196         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
9197         Optimize to reduce FPCR/FPSR accesses.
9199 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
9201         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
9202         Call libc_fetestexcept_aarch64.
9204 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
9206         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
9207         Call libc_fesetround_aarch64.
9209 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
9211         [BZ #17733]
9212         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
9213         (__bind): Do not define as weak alias.
9214         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
9215         define.
9216         (__getsockname): Do not define as weak alias.
9218 2014-12-22  Will Newton  <will.newton@linaro.org>
9220         * manual/install.texi: Document that we require bison 2.7
9221         or above.
9222         * INSTALL: Regenerate.
9223         * configure.ac: Use AC_CHECK_PROG_VER instead of
9224         AC_PATH_PROG when checking for bison and check for
9225         version 2.7 or above.
9226         * configure: Regenerate.
9228 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
9230         [BZ #17745]
9231         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
9232         * sysdeps/tile/ffsll.c (ffsll): To here.
9234         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
9236 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
9238         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
9239         if not defined.
9240         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
9241         definition.
9242         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
9243         hidden ___tls_get_addr.
9244         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
9245         hidden __tls_get_addr.
9246         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
9247         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
9248         Likewise.
9250 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
9252         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
9253         _dl_init call.
9255 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
9257         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
9258         from "call _dl_init@PLT".
9259         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
9261 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
9263         * manual/search.texi: (Array Sort Function): Clarify stable sorting
9264         guarantees.
9266 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
9268         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
9270 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
9272         [BZ #17744]
9273         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
9274         strnlen.
9276 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
9278         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
9279         of multu on MIPSr6.
9280         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
9281         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
9282         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
9283         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
9284         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
9286 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
9288         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
9289         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
9290         (PTR_SUBU): Use subu for mips32r6/mips64r6.
9291         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
9292         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
9293         mips32r6/mips64r6.
9294         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
9296 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
9298         * string/strncat.c (STRNCAT): Simplify implementation.
9300 2014-12-19  David S. Miller  <davem@davemloft.net>
9302         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
9303         access the quad as both a long double and as a series of 4 words.
9305         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
9306         link_map->l_info array access.
9308 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
9310         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
9312         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
9313         * math/atest-exp2.c (TIMEOUT): Likewise.
9314         * math/atest-sincos.c (TIMEOUT): Likewise.
9316 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
9318         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
9319         -Wno-error with -fno-builtin-lround.
9321 2014-12-19  Torvald Riegel  <triegel@redhat.com>
9323         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
9324         Contains futex constants and functions moved over from ...
9325         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
9326         <lowlevellock-futex.h>.
9327         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
9328         (lll_timedwait_tid): Add comments and parentheses around macro
9329         arguments.
9331 2014-12-19  Torvald Riegel  <triegel@redhat.com>
9333         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
9334         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
9335         (__lll_private_flag): Remove.
9336         (lll_futex_wait): Likewise.
9337         (lll_futex_timed_wait): Likewise.
9338         (lll_futex_wake): Likewise.
9339         (lll_futex_requeue): Likewise.
9340         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
9341         (__lll_timedwait_tid): Spell out argument names.
9342         (lll_timedwait_tid): Add comments and parentheses around macro
9343         arguments.
9344         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
9345         LLL_SHARED and LLL_PRIVATE usable from assembly code.
9347 2014-12-19  Torvald Riegel  <triegel@redhat.com>
9349         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
9350         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
9351         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9352         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
9353         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
9354         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
9355         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
9356         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
9357         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
9358         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
9359         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
9360         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
9361         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
9362         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
9363         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
9364         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
9365         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
9366         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
9367         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
9369 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
9371         * sysdeps/x86_64/x32/Makefile: New file.
9373 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
9375         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
9376         1L with (mp_limb_t) 1.
9378 2014-12-17  Roland McGrath  <roland@hack.frob.com>
9380         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
9381         * nptl/libc_pthread_init.c: ... here.
9382         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
9383         * nptl/register-atfork.c: ... here.
9385         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
9386         Use pthread_sigmask rather than INTERNAL_SYSCALL.
9387         Use assert_perror to check its return value.
9388         (__gai_create_helper_thread): Likewise.
9390         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
9392         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
9394 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
9396         [BZ #17725]
9397         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
9398         __profil_counter.
9399         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
9400         Likewise.
9401         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
9402         Likewise.
9403         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
9404         Likewise.
9405         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
9406         (profil_counter): Likewise.
9407         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
9408         (profil_counter): Likewise.
9409         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
9410         Likewise.
9411         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
9412         Likewise.
9413         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
9414         (profil_counter): Likewise.
9415         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
9416         Likewise.
9417         [!__profil_counter] (profil_counter): Define as weak alias of
9418         __profil_counter.
9419         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
9420         (profil_counter): Rename to __profil_counter.
9421         [!__profil_counter] (profil_counter): Define as weak alias of
9422         __profil_counter.
9423         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
9424         (profil_counter): Rename to __profil_counter.
9425         [!__profil_counter] (profil_counter): Define as weak alias of
9426         __profil_counter.
9427         * sysdeps/posix/profil.c: Update comment referring to
9428         profil_counter.
9429         (__profil): Use __profil_counter instead of profil_counter.
9430         * sysdeps/posix/sprofil.c (profil_counter): Rename to
9431         __profil_counter.  Use __profil_counter_ushort and
9432         __profil_counter_uint in definitions.
9433         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
9434         instead of profil_counter_uint and profil_counter_ushort.
9436         [BZ #17722]
9437         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
9438         define as weak alias of __inet_makeaddr.
9439         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
9440         as weak alias of __inet_addr.
9441         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
9442         as weak alias of __inet_pton.  Use libc_hidden_weak.
9443         * include/arpa/inet.h (__inet_pton): Declare.  Use
9444         libc_hidden_proto.
9445         (inet_makeaddr): Don't use libc_hidden_proto.
9446         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
9447         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
9448         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
9449         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
9450         Remove variable.
9451         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
9452         (test-xfail-POSIX/time.h/linknamespace): Likewise.
9454 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
9456         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
9458 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
9460         * stdio-common/bug-vfprintf-nargs.c (do_test):
9461         Cast value to intptr_t to avoid format warning
9462         for usage with PRIdPTR printing macro.
9464 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
9466         * libio/tst-widetext.c (do_test):
9467         Use format type %td instead of %Zd for ptrdiff_t
9468         in order to avoid format warning.
9470 2014-12-17  Andreas Schwab  <schwab@suse.de>
9472         * nscd/mem.c (gc): Add size_t cast to match printf format.
9474 2014-12-16  Roland McGrath  <roland@hack.frob.com>
9476         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
9477         (init): Apply PTR_MANGLE to pointers before storing them.
9478         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
9479         before using them.
9481 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
9483         [BZ #17719]
9484         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
9485         define as weak alias of __memrchr.
9486         (__memrchr): Do not define as strong alias of memrchr.
9487         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
9488         Remove variable.
9489         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
9490         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
9491         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
9493         [BZ #17717]
9494         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
9495         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
9496         (if_indextoname): Rename to __if_indextoname and define as weak
9497         alias of __if_indextoname.  Use libc_hidden_weak.
9498         (if_freenameindex): Rename to __if_freenameindex and define as
9499         weak alias of __if_freenameindex.
9500         (if_nameindex): Rename to __if_nameindex and define as weak alias
9501         of __if_nameindex.
9502         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
9503         __if_nametoindex and define as weak alias of __if_nametoindex.
9504         Use libc_hidden_weak.
9505         (if_freenameindex): Rename to __if_freenameindex and define as
9506         weak alias of __if_freenameindex.
9507         (if_nameindex): Rename to __if_nameindex and define as weak alias
9508         of __if_nameindex.
9509         (if_indextoname): Rename to __if_indextoname and define as weak
9510         alias of __if_indextoname.  Use libc_hidden_weak.
9511         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
9512         __if_nametoindex and define as weak alias of __if_nametoindex.
9513         Use libc_hidden_weak.
9514         (if_freenameindex): Rename to __if_freenameindex and define as
9515         weak alias of __if_freenameindex.  Use libc_hidden_weak.
9516         (if_nameindex_netlink): Use __if_freenameindex instead of
9517         if_freenameindex.
9518         (if_nameindex): Rename to __if_nameindex and define as weak alias
9519         of __if_nameindex.  Use libc_hidden_weak.
9520         (if_indextoname): Rename to __if_indextoname and define as weak
9521         alias of __if_indextoname.  Use libc_hidden_weak.
9522         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
9523         libc_hidden_proto.
9524         [!_ISOMAC] (__if_freenameindex): Likewise.
9525         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
9526         if_nametoindex.
9527         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
9528         variable.
9529         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
9530         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
9531         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
9532         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
9533         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
9534         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
9535         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
9537         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
9538         Remove variable.
9539         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
9540         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
9542 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
9544         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
9545         subscript above bounds'
9547         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
9548         bounds.
9550 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
9552         * libio/tst-fopenloc.c: Use test-skeleton.c.
9554         * stdlib/tst-bsearch.c: Use test-skeleton.c.
9555         (entry): Rename to ITEM.
9556         (do_test, comp): Adjust.
9558         * stdio-common/tst-fseek.c: Use test-skeleton.c.
9560 2014-12-16  Torvald Riegel  <triegel@redhat.com>
9562         * string/tester.c: Include <libc-internal.h>.
9563         (test_memset): Ignore -Wmemset-transposed-args.
9565 2014-12-16  Torvald Riegel  <triegel@redhat.com>
9567         * misc/tst-mntent2.c (do_test): Fix warning.
9569 2014-12-16  Torvald Riegel  <triegel@redhat.com>
9571         * elf/tst-unique4lib.cc(a): Mark as used.
9573 2014-12-16  Florian Weimer  <fweimer@redhat.com>
9575         [BZ #17630]
9576         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
9577         names.
9579 2014-12-16  Allan McRae  <allan@archlinux.org>
9581         * stdio-common/Makefile (tests): Re-add bug26.
9583 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
9585         [BZ #17657]
9586         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
9587         static array.
9589 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
9591         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
9592         (__lll_lock_wait): Likewise.
9593         (__lll_timedlock_wait): Likewise.
9594         (__lll_timedwait_tid): Likewise.
9595         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
9596         (__lll_robust_timedlock_wait): Likewise.
9597         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
9598         (lll_cond_trylock): Likewise.
9599         (__lll_lock): Likewise.
9600         (__lll_robust_lock): Likewise.
9601         (__lll_cond_lock): Likewise.
9602         (lll_robust_cond_lock): Likewise.
9603         (__lll_timedlock): Likewise.
9604         (__lll_robust_timedlock): Likewise.
9605         (__lll_unlock): Likewise.
9606         (__lll_robust_unlock): Likewise.
9607         (lll_wait_tid): Likewise.
9608         (lll_timedwait_tid): Likewise.
9610 2014-12-15  Torvald Riegel  <triegel@redhat.com>
9612         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
9614 2014-12-15  Torvald Riegel  <triegel@redhat.com>
9616         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
9618 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
9620         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
9621         * stdio-common/tst-sprintf.c: Likewise.
9623 2014-12-15  Torvald Riegel  <triegel@redhat.com>
9625         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
9627 2014-12-15  Jeff Law  <law@redhat.com>
9629         [BZ #16617]
9630         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
9631         on the heap.  (CVE-2012-3406)
9632         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
9633         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
9634         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
9636 2014-12-15  Will Newton  <will.newton@linaro.org>
9638         * manual/install.texi: Bump required version of texinfo
9639         to 4.7 from 4.5.
9640         * INSTALL: Regenerated.
9641         * configure.ac: Check for makeinfo version 4.7 and above.
9642         * configure: Regenerated.
9644 2014-12-12  Roland McGrath  <roland@hack.frob.com>
9646         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
9647         PREFIX, string constant to insert between directory and name.
9648         * sysdeps/posix/shm_open.c: Update caller.
9649         * sysdeps/posix/shm_unlink.c: Likewise.
9650         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
9651         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
9652         (SEM_SHM_PREFIX): New macro.
9653         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
9654         [$(have-thread-library) = no].
9655         * nptl/Makefile (libpthread-routines): Add shm-directory.
9656         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
9657         * sysdeps/nptl/shm-directory.h: New file.
9658         * sysdeps/posix/shm-directory.c
9659         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
9660         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
9661         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
9662         INTERNAL_SYSCALL.
9663         (__where_is_shmfs): Function removed.
9664         (mountpoint, defaultmount, defaultdir, __namedsem_once):
9665         Variables removed.
9666         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
9667         Use SHM_GET_NAME.
9668         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
9670         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
9671         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
9672         unconditional for use inside libpthread.
9673         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
9675 2014-12-12  Roland McGrath  <roland@hack.frob.com>
9677         * nptl/pthread_getaffinity.c: New file.
9678         * nptl/pthread_setaffinity.c: New file.
9679         * nptl/pthread_getname.c: New file.
9680         * nptl/pthread_setname.c: New file.
9682         * nptl/pthread_create.c (START_THREAD_DEFN)
9683         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
9685 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
9686             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9688         * resolv/res_send.c (send_vc): Disable warning resplen may
9689         be used uninitialized.
9691 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
9693         * nptl/tst-mutex6.c
9694         (ATTR_NULL): New define checks ATTR against NULL.
9695         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
9696         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
9698 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
9700         [BZ #17581]
9701         * malloc/hooks.c
9702         (mem2mem_check): Revert my previous change.
9703         (malloc_check_get_size): Revert my previous change.
9704         (mem2chunk_check): Revert my previous change.
9706 2014-12-11  Roland McGrath  <roland@hack.frob.com>
9708         * sysdeps/posix/shm-directory.c: New file.
9709         * sysdeps/posix/shm-directory.h: New file.
9710         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
9711         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
9712         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
9713         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
9714         Transmute EPERM to EACCES.
9715         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
9716         from ...
9717         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
9718         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
9720 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9722         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
9723         pointer and cast to uintptr_t.
9724         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
9725         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
9726         Add cast to avoid warning.
9727         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
9729 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
9731         * nptl/semaphore.h: Move to ...
9732         * sysdeps/pthread/semaphore.h: ... here.
9733         * Makefile (installed-headers): Change nptl/semaphore.h to
9734         sysdeps/pthread/semaphore.h.
9736 2014-12-11  Roland McGrath  <roland@hack.frob.com>
9738         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
9739         generated error format strings.
9741         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
9742         -Wformat-extra-args warnings for scanf formats.
9743         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
9744         test of zero-length format (duh).
9745         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
9746         corner-case scanf format test.
9747         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
9748         generated fprintf format string.
9749         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
9750         corner-case sprintf format tests.
9751         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
9752         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
9753         -Wformat-extra-args warnings throughout.
9754         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
9755         (CFLAGS-scanf4.c): Likewise.
9756         (CFLAGS-scanf7.c): Likewise.
9757         (CFLAGS-tst-sprintf.c): Likewise.
9758         (CFLAGS-tst-printf.c): Likewise.
9759         (CFLAGS-tst-printfsz.c): Likewise.
9761 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
9763         * include/cpio.h: New file.
9764         * include/fmtmsg.h: Likewise.
9766         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
9767         corresponding format argument to size_t.
9768         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
9769         arguments.
9770         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
9771         corresponding format argument to size_t.
9772         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
9773         arguments.
9774         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
9775         corresponding format argument to size_t.
9776         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
9777         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
9778         (CFLAGS-tst-mbswcs2.c): Likewise.
9779         (CFLAGS-tst-mbswcs3.c): Likewise.
9780         (CFLAGS-tst-mbswcs4.c): Likewise.
9781         (CFLAGS-tst-mbswcs5.c): Likewise.
9782         (CFLAGS-tst-trans.c): Likewise
9784 2014-12-11  Roland McGrath  <roland@hack.frob.com>
9786         * posix/regexbug1.c (main): Use "%s" format with regerror results,
9787         rather than assuming they won't contain any '%'s.
9789 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
9791         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
9792         inhibit_loop_to_libcall to avoid recursive calls.
9793         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
9794         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
9796 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
9798         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
9799         prototype.
9801 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
9803         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
9804         integer value instead of boolean.
9806 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
9808         * malloc/malloc.c: Fix powerof2 check.
9810 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
9812         * locale/programs/locfile.h (maybe_swap_uint32):
9813         Remove inline and add unused attribute.
9815 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
9817         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
9818         Truncating assembler expression to a .long expression.
9820 2014-12-11  Andreas Schwab  <schwab@suse.de>
9822         * elf/rtld.c (struct map_args): Constify str member.
9823         (do_preload): Constify fname argument.
9825 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9827         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
9828         constants definition.
9830 2014-12-11  Andreas Schwab  <schwab@suse.de>
9832         [BZ #16657]
9833         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
9834         FORCE_ELISION instead of DO_ELISION.
9835         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
9836         Remove.
9837         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
9838         Likewise.
9840         * iconvdata/gconv-modules: Remove duplicate entry.
9842 2014-12-11  Will Newton  <will.newton@linaro.org>
9844         Merge gettext 0.19.3 into intl/.
9846         This involves a number of cosmetic changes to comments
9847         and ANSI function definitions and prototypes throughout
9848         all the files. The gettext copyright header is used but
9849         with the date ranges taken from the glibc copy.
9851         * NEWS: Add gettext merge to 2.21.
9852         * intl/bindtextdom.c: Switch to gettext copyright.
9853         Use ANSI definitions and prototypes.
9854         Use gl_* locking primitives rather than __libc_* ones.
9855         Use __builtin_expect rather than __glibc_likely/unlikely.
9856         * intl/dcgettext.c: Switch to gettext copyright.
9857         Use ANSI definitions and prototypes.
9858         * intl/dcigettext.c: Switch to gettext copyright.
9859         Use ANSI definitions and prototypes.
9860         (INTDIV0_RAISES_SIGFPE): New define.
9861         Use gl_* locking primitives rather than __libc_* ones.
9862         Include eval-plural.h instead of plural-eval.c.
9863         Use __builtin_expect rather than __glibc_likely/unlikely.
9864         * intl/dcngettext.c: Switch to gettext copyright.
9865         Use ANSI definitions and prototypes.
9866         * intl/dgettext.c: Likewise.
9867         * intl/dngettext.c: Likewise.
9868         * intl/plural-eval.c: Renamed to...
9869         * intl/eval-plural.h: ...this.
9870         * intl/explodename.c: Switch to gettext copyright.
9871         Use ANSI definitions and prototypes.
9872         (_nl_explode_name): Use strchr instead of __rawmemchr.
9873         * intl/finddomain.c: Switch to gettext copyright.
9874         Use ANSI definitions and prototypes.
9875         Use gl_* locking primitives rather than __libc_* ones.
9876         (_nl_find_domain): Use malloc rather than alloca for
9877         allocation of temporary locale name.
9878         * intl/gettext.c: Switch to gettext copyright.
9879         Use ANSI definitions and prototypes.
9880         * intl/gettextP.h: Switch to gettext copyright.
9881         Use ANSI definitions and prototypes.
9882         Use gl_* locking primitives rather than __libc_* ones.
9883         * intl/gmo.h: Switch to gettext copyright.
9884         (struct sysdep_string): Move struct segment_pair outside of
9885         struct definition.
9886         * intl/hash-string.c: Use ANSI definitions and prototypes.
9887         * intl/hash-string.h: Switch to gettext copyright.
9888         Use ANSI definitions and prototypes.
9889         * intl/l10nflist.c: Switch to gettext copyright.
9890         Use ANSI definitions and prototypes.
9891         (_nl_normalize_codeset): Avoid integer overflow.
9892         * intl/loadinfo.h: Switch to gettext copyright.
9893         Use ANSI definitions and prototypes.
9894         (LIBINTL_DLL_EXPORTED): New define.
9895         (PATH_SEPARATOR): New define.
9896         * intl/loadmsgcat.c: Switch to gettext copyright.
9897         * intl/localealias.c: Switch to gettext copyright.
9898         Use ANSI definitions and prototypes.
9899         (_nl_expand_alias): Use PATH_SEPARATOR.
9900         * intl/ngettext.c: Switch to gettext copyright.
9901         Use ANSI definitions and prototypes.
9902         * intl/plural-exp.c: Likewise.
9903         * intl/plural-exp.h: Switch to gettext copyright.
9904         Use ANSI definitions and prototypes.
9905         (struct expression): Move definition of enum operator outside
9906         of struct definition.
9907         * intl/plural.c: Regenerate.
9908         * intl/plural.y: Switch to gettext copyright.
9909         Use ANSI definitions and prototypes.
9910         Port to bison 3.0.
9911         * intl/textdomain.c: Switch to gettext copyright.
9912         Use ANSI definitions and prototypes.
9913         Use gl_* locking primitives rather than __libc_* ones.
9915 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
9917         * debug/warning-nop.c: Add used atrribute.
9919 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
9921         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
9923         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
9924         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
9925         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
9927 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
9928             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9930         [BZ #17634]
9931         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
9932         Undefine after defining function.  Define as weak alias of
9933         __wcschr.  Use libc_hidden_weak.
9934         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
9935         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
9936         (libc_hidden_def): Also define __GI___wcschr alias.
9937         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
9938         __wcschr and define as weak alias of __wcschr.
9939         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
9940         __wcschr.
9941         [!WCSCHR] (DEFAULT_WCSCHR): Define.
9942         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
9943         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
9944         libc_hidden_weak.  Do not use libc_hidden_def.
9945         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
9946         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
9947         __GI___wcschr alias.
9948         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
9949         [IS_IN (libc)] (wcschr): Define as macro expanding to
9950         __redirect_wcschr.
9951         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
9952         [IS_IN (libc)] (__wcschr_power6): Likewise.
9953         [IS_IN (libc)] (__wcschr_power7): Likewise.
9954         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
9955         instead of wcschr.
9956         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
9957         __libc_wcschr.
9958         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
9959         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
9960         __wcschr and define as weak alias of __wcschr.  Use
9961         libc_hidden_builtin_def.
9962         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
9963         as weak alias of __wcschr.  Use libc_hidden_weak.
9964         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
9965         wcschr.
9966         * time/era.c (_nl_init_era_entries): Likewise.
9967         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
9968         variable.
9969         (test-xfail-XPG3/time.h/linknamespace): Likewise.
9970         (test-xfail-XPG4/time.h/linknamespace): Likewise.
9972 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
9974         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
9975         format for long int variable.
9977 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
9979         [BZ #10672]
9980         * manual/search.texi: (Array Sort Function): Remove claim how to make
9981         qsort stable.
9983 2014-12-10  Andreas Schwab  <schwab@suse.de>
9985         [BZ #12847]
9986         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
9987         user-controlled locks.
9989 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
9991         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
9992         register.
9994 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
9996         * configure.ac (--disable-werror): New configure option.
9997         (enable_werror): New AC_SUBST.
9998         * configure: Regenerated.
9999         * config.make.in (enable-werror): New variable.
10000         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
10001         -Wno-error=undef.
10002         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
10003         * manual/install.texi (Configuring and compiling): Document
10004         --disable-werror.
10005         * INSTALL: Regenerated.
10006         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
10007         (CFLAGS-tst-chk2.c): Likewise.
10008         (CFLAGS-tst-chk3.c): Likewise.
10009         (CFLAGS-tst-chk4.cc): Likewise.
10010         (CFLAGS-tst-chk5.cc): Likewise.
10011         (CFLAGS-tst-chk6.cc): Likewise.
10012         (CFLAGS-tst-lfschk1.c): Likewise.
10013         (CFLAGS-tst-lfschk2.c): Likewise.
10014         (CFLAGS-tst-lfschk3.c): Likewise.
10015         (CFLAGS-tst-lfschk4.cc): Likewise.
10016         (CFLAGS-tst-lfschk5.cc): Likewise.
10017         (CFLAGS-tst-lfschk6.cc): Likewise.
10019         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
10020         (main): Disable -Wdeprecated-declarations around calls to
10021         register_printf_function.
10023         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
10024         (do_test): Disable -Wdiv-by-zero around some calls to
10025         fwrite_unlocked and fread_unlocked.
10027         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
10028         (DIAG_POP_NEEDS_COMMENT): Likewise.
10029         (_DIAG_STR1): Likewise.
10030         (_DIAG_STR): Likewise.
10031         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
10032         * stdio-common/bug21.c: Include <libc-internal.h>.
10033         (do_test): Disable -Wformat around call to sscanf.
10034         * stdio-common/scanf14.c: Include <libc-internal.h>.
10035         (main): Disable -Wformat around some calls to scanf functions.
10037 2014-12-09  Torvald Riegel  <triegel@redhat.com>
10039         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
10041 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10043         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
10044         stack variable alignment.
10046 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
10048         [BZ #17682]
10049         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
10050         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
10051         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
10052         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
10053         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
10054         __getrlimit instead of getrlimit.
10055         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
10056         __gettimeofday instead of gettimeofday.
10057         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
10058         Likewise.
10059         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
10060         Likewise.
10061         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
10062         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
10063         Remove variable.
10064         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
10065         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
10067 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10069         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
10070         for wide-character tests.
10072 2014-12-04  Roland McGrath  <roland@hack.frob.com>
10074         * io/openat64.c: #include <libc-internal.h>
10075         (__openat64): Prototypify.  Use ignore_value on MODE.
10076         * io/openat.c: Likewise.
10077         * misc/reboot.c: #include <libc-internal.h>
10078         (reboot): Prototypify.  Use ignore_value on HOWTO.
10079         * misc/ptrace.c: #include <libc-internal.h>
10080         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
10082 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
10084         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
10085         XPG4, UNIX98 and XOPEN2K.
10086         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
10087         Remove variable.
10088         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
10090 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10092         * libio/fileops.c: Use ISO C style for function definitions.
10093         * libio/iofopen.c: Likewise.
10094         * libio/wfileops.c: Likewise.
10096         [BZ #17653]
10097         * libio/fileops.c (_IO_new_file_underflow): Unset cached
10098         offset on EOF.
10099         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
10100         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
10101         (fgets_func): Function pointer to fgets and fgetws.
10102         (do_ftell_test): Add test to verify ftell value after read
10103         EOF.
10104         (do_test): Set fgets_func.
10106         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
10107         O_TRUNC flag for w and w+ modes.
10108         (do_rewind_test): Likewise.
10109         (do_ftell_test): Likewise.
10110         (do_write_test): Likewise.
10112         [BZ #17647]
10113         * libio/fileops.c (do_ftell): Seek only when there are
10114         unflushed writes.
10115         * libio/wfileops.c (do_ftell_wide): Likewise.
10116         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
10117         test case.
10118         (do_one_test): Call it.
10120 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
10122         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
10123         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
10124         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
10125         Remove variable.
10126         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
10127         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
10128         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
10130 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
10132         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
10133         Remove variable.
10134         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
10136         [BZ #17668]
10137         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
10138         as weak alias of __getifaddrs.  Use libc_hidden_weak.
10139         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
10140         __freeifaddrs.  Use libc_hidden_weak.
10141         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
10142         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
10143         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
10144         __freeifaddrs.  Use libc_hidden_weak.
10145         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
10146         __getifaddrs and define as weak alias of __getifaddrs.  Use
10147         libc_hidden_weak.
10148         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
10149         __freeifaddrs.  Use libc_hidden_weak.
10150         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
10151         Remove variable.
10152         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
10153         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
10155 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
10157         [BZ #17601]
10158         * sysdeps/mips/start.S (__start): Use indirect jump to call
10159         __libc_start_main.
10161 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
10163         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
10165         * nptl/tst-mutex1.c: Include <stdbool.h>.
10166         [!ATTR] (ATTR_NULL): New macro.
10167         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
10168         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
10169         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
10171         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
10172         to char *.
10174         [BZ #17665]
10175         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
10176         Change conditional to [__USE_MISC].
10178         [BZ #17664]
10179         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
10180         fgets_unlocked.
10181         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
10182         __fgets_unlocked.
10183         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
10184         fgets_unlocked.
10185         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
10186         Remove variable.
10187         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
10188         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
10189         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
10190         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
10191         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
10192         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
10193         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
10194         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
10195         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
10197         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
10199 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10201         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
10202         Remove strpbrk objects.
10203         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10204         (__libc_ifunc_impl_list): Remove strpbrk implementation.
10205         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
10206         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
10207         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
10208         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
10210         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
10211         Remove strcspn objects.
10212         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10213         (__libc_ifunc_impl_list): Remove strcspn implementation.
10214         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
10215         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
10216         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
10217         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
10219         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
10220         Remove strspn objetcs.
10221         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
10222         (__libc_ifunc_impl_list): Remove strspn implementation.
10223         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
10224         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
10225         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
10226         * sysdeps/powerpc/powerpc64/strspn.S: New file.
10228 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
10230         [BZ #17581]
10231         * malloc/hooks.c
10232         (mem2mem_check): Add a terminator to the chain of checking blocks.
10233         (malloc_check_get_size): Use it here.
10234         (mem2chunk_check): Ditto.
10236 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10238         * sysdeps/powerpc/powerpc64/strtok.S: New file.
10239         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
10241 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
10243         * bits/ioctl-types.h: Indent preprocessor directives correctly.
10245         * nptl/nptl-init.c: Include libc-internal.h.
10246         (__pthread_initialize_minimal_internal): Use ROUND_UP.
10248         * elf/ldconfig.c (search_dir): Expand comment.
10250 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
10252         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
10253         variable.
10254         (linknamespace-symlist-stdlibs-tests): Likewise.
10255         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
10256         instead of $(objpfx)symlist-stdlibs.
10257         (linknamespace-libs-isoc): New variable.
10258         (linknamespace-libs): Use $(linknamespace-libs-isoc).
10259         (linknamespace-libs-ISO): New variable.
10260         (linknamespace-libs-ISO99): Likewise.
10261         (linknamespace-libs-ISO11): Likewise.
10262         (linknamespace-libs-XPG3): Likewise.
10263         (linknamespace-libs-XPG4): Likewise.
10264         (linknamespace-libs-POSIX): Likewise.
10265         (linknamespace-libs-UNIX98): Likewise.
10266         (linknamespace-libs-XOPEN2K): Likewise.
10267         (linknamespace-libs-POSIX2008): Likewise.
10268         (linknamespace-libs-XOPEN2K8): Likewise.
10269         ($(objpfx)symlist-stdlibs): Replace by
10270         $(linknamespace-symlist-stdlibs-tests).  Use
10271         $(linknamespace-libs-$*) as set of libraries.
10272         ($(linknamespace-header-tests)): Update dependencies.  Use
10273         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
10274         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
10275         * conform/linknamespace.pl: Remove comment about considering
10276         definitions of symbols from irrelevant libraries.
10278 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
10280         [BZ #13862]
10281         * elf/dl-tls.c: Include <atomic.h>.
10282         (oom): Remove #ifdef SHARED/#endif.
10283         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
10284         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
10285         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
10286         big enough.
10287         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
10288         * nptl/Makefile (tests): Add tst-stack4.
10289         (modules-names): Add tst-stack4mod.
10290         ($(objpfx)tst-stack4): New.
10291         (tst-stack4mod.sos): Likewise.
10292         ($(objpfx)tst-stack4.out): Likewise.
10293         ($(tst-stack4mod.sos)): Likewise.
10294         (clean): Likewise.
10295         * nptl/tst-stack4.c: New file.
10296         * nptl/tst-stack4mod.c: Likewise.
10298 2014-11-27  J. Brown  <jb999@gmx.de>
10300         * sysdeps/x86/bits/string.h: Add recent CPUs.
10302 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
10304         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
10305         sigblock.
10307         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
10308         feof.
10310         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
10311         variable.
10313 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
10315         * nscd/connections.c: Include libc-internal.h because of macro
10316         usage ignore_value.
10318 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10320         * string/bits/string3.h (__warn_memset_zero_len): Don't
10321         declare for gcc newer than 5.0.
10322         (memset): Don't test for zero-length __LEN for gcc newer than
10323         5.0.
10325 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
10327         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
10328         size_t for %zu format.
10330         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
10331         difference, not %ju.
10333 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
10335         * include/libc-internal.h (ignore_value): New macro.
10336         * nscd/connections.c (restart): Wrap calls to setuid and setgid
10337         with ignore_value.
10339         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
10340         definition.
10342         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
10343         pthread_cleanup_push to void *.
10345         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
10346         Undefine.
10348         [BZ #16619]
10349         [BZ #16740]
10350         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
10351         instead of 1L << 52.
10353         * libio/bug-rewind.c (do_test): Check fwscanf return values.
10354         * libio/bug-rewind2.c (do_test): Likewise.
10356         * debug/test-stpcpy_chk-ifunc.c: Remove file.
10357         * debug/test-strcpy_chk-ifunc.c: Likewise.
10358         * wcsmbs/test-wcschr-ifunc.c: Likewise.
10359         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
10360         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
10361         * wcsmbs/test-wcslen-ifunc.c: Likewise.
10362         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
10363         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
10364         * Rules [$(multi-arch) = no] (tests): Do not filter out
10365         $(tests-ifunc).
10366         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
10367         * debug/Makefile (tests-ifunc): Remove variable.
10368         (tests): Do not add $(tests-ifunc).
10369         * wcsmbs/Makefile (tests-ifunc): Remove variable.
10370         (tests): Do not add $(tests-ifunc).
10371         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
10372         [TEST_IFUNC]: Remove conditionals.
10373         * string/test-string.h (TEST_IFUNC): Remove macro.
10374         [TEST_IFUNC]: Remove conditionals.
10376         * string/test-strchr.c [!WIDE] (L): New macro.
10377         [WIDE] (L): Likewise.
10378         (check1): Use CHAR instead of char.  Use L on string and character
10379         constants.
10381 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
10383         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
10384         tests.
10385         * sysdeps/powerpc/bits/atomic.h
10386         (__arch_atomic_exchange_and_add_32_acq): Add definition.
10387         (__arch_atomic_exchange_and_add_32_rel): Likewise.
10388         (atomic_exchange_and_add_acq): Likewise.
10389         (atomic_exchange_and_add_rel): Likewise.
10390         * sysdeps/powerpc/powerpc32/bits/atomic.h
10391         (__arch_atomic_exchange_and_add_64_acq): Add definition.
10392         (__arch_atomic_exchange_and_add_64_rel): Likewise.
10393         * sysdeps/powerpc/powerpc64/bits/atomic.h
10394         (__arch_atomic_exchange_and_add_64_acq): Add definition.
10395         (__arch_atomic_exchange_and_add_64_rel): Likewise.
10397 2014-11-26  Torvald Riegel  <triegel@redhat.com>
10399         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
10400         Change synchronization of __sched_fifo_min_prio and
10401         __sched_fifo_max_prio.
10402         * nptl/pthread_mutexattr_getprioceiling.c
10403         (pthread_mutexattr_getprioceiling): Likewise.
10404         * nptl/pthread_mutexattr_setprioceiling.c
10405         (pthread_mutexattr_setprioceiling): Likewise.
10406         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
10407         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
10408         Likewise.
10410 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
10412         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
10413         void.
10415 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
10417         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
10418         third argument const.
10420 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
10422         fnmatch: work around GCC compiler warning bug with uninit var
10423         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
10424         This works around a bug with x86-64 GCC 4.9.2 and earlier
10425         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
10426         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
10427         used uninitialized in this function [-Wmaybe-uninitialized]".
10429 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
10431         * posix/bug-regex31.c (main): Return RES not 0.
10433 2014-11-25  Anton Blanchard <anton@samba.org>
10435         * sysdeps/powerpc/bits/atomic.h
10436         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
10438 2014-11-24  Sterling Augustine  <saugustine@google.com>
10440         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
10442 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
10444         [BZ #17608]
10445         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
10447 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
10449         [BZ #17633]
10450         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
10451         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
10452         variable.
10453         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
10454         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
10456 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
10458         * string/strncpy.c (strncpy): Improve performance by using memset.
10460 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
10462         * string/strcpy.c (strcpy):
10463         Improve performance by using strlen and memcpy.
10465 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
10467         * string/strcoll_l.c (get_next_seq): __always_inline.
10468         * string/strcoll_l.c (do_compare): __always_inline.
10470 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10472         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
10473         defined.
10474         * include/mqueue.h: Likewise.
10475         * include/stdlib.h: Likewise.
10477         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
10478         (get_null_defines): Adjust.
10479         * sunrpc/Makefile: Adjust comment.
10480         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
10481         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
10482         (CFLAGS-interp.c): Likewise.
10483         (CFLAGS-ldconfig.c): Likewise.
10484         (CPPFLAGS-.os): Likewise.
10485         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
10486         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
10487         * extra-modules.mk (extra-modules.mk): Likewise.
10488         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
10489         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
10490         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
10491         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
10492         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
10493         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
10494         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
10495         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
10496         * iconvdata/Makefile (CPPFLAGS): Likewise.
10497         (cpp-srcs-left): Add libof for all iconvdata routines.
10498         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
10499         * include/assert.h: Likewise.
10500         * include/ctype.h: Likewise.
10501         * include/errno.h: Likewise.
10502         * include/libc-symbols.h: Likewise.
10503         * include/math.h: Likewise.
10504         * include/netdb.h: Likewise.
10505         * include/resolv.h: Likewise.
10506         * include/stdio.h: Likewise.
10507         * include/stdlib.h: Likewise.
10508         * include/string.h: Likewise.
10509         * include/sys/stat.h: Likewise.
10510         * include/wctype.h: Likewise.
10511         * intl/l10nflist.c: Likewise.
10512         * libidn/idn-stub.c: Likewise.
10513         * libio/libioP.h: Likewise.
10514         * nptl/libc_multiple_threads.c: Likewise.
10515         * nptl/pthreadP.h: Likewise.
10516         * posix/regex_internal.h: Likewise.
10517         * resolv/res_hconf.c: Likewise.
10518         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
10519         * sysdeps/arm/memmove.S: Likewise.
10520         * sysdeps/arm/sysdep.h: Likewise.
10521         * sysdeps/generic/_itoa.h: Likewise.
10522         * sysdeps/generic/symbol-hacks.h: Likewise.
10523         * sysdeps/gnu/errlist.awk: Likewise.
10524         * sysdeps/gnu/errlist.c: Likewise.
10525         * sysdeps/i386/i586/memcpy.S: Likewise.
10526         * sysdeps/i386/i586/memset.S: Likewise.
10527         * sysdeps/i386/i686/memcpy.S: Likewise.
10528         * sysdeps/i386/i686/memmove.S: Likewise.
10529         * sysdeps/i386/i686/mempcpy.S: Likewise.
10530         * sysdeps/i386/i686/memset.S: Likewise.
10531         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
10532         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
10533         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
10534         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
10535         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
10536         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
10537         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
10538         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
10539         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
10540         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
10541         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
10542         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
10543         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
10544         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
10545         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
10546         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
10547         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
10548         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
10549         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
10550         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
10551         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
10552         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
10553         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
10554         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
10555         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
10556         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
10557         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
10558         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
10559         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
10560         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
10561         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
10562         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
10563         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
10564         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
10565         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
10566         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
10567         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
10568         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
10569         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
10570         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
10571         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
10572         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
10573         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
10574         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
10575         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
10576         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
10577         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
10578         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
10579         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
10580         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
10581         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
10582         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
10583         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
10584         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
10585         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
10586         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
10587         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
10588         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
10589         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
10590         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
10591         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
10592         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
10593         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
10594         * sysdeps/nptl/bits/libc-lock.h: Likewise.
10595         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
10596         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
10597         * sysdeps/posix/closedir.c: Likewise.
10598         * sysdeps/posix/opendir.c: Likewise.
10599         * sysdeps/posix/readdir.c: Likewise.
10600         * sysdeps/posix/rewinddir.c: Likewise.
10601         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
10602         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
10603         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
10604         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
10605         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
10606         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
10607         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
10608         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
10609         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
10610         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
10611         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
10612         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
10613         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
10614         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
10615         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
10616         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
10617         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
10618         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
10619         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
10620         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
10621         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
10622         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
10623         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
10624         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
10625         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
10626         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
10627         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
10628         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
10629         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
10630         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
10631         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
10632         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
10633         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
10634         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
10635         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
10636         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
10637         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
10638         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
10639         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
10640         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
10641         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
10642         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
10643         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
10644         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
10645         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
10646         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
10647         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
10648         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
10649         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
10650         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
10651         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
10652         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
10653         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
10654         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
10655         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
10656         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
10657         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
10658         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
10659         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
10660         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
10661         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
10662         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
10663         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
10664         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
10665         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
10666         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
10667         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
10668         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
10669         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
10670         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
10671         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
10672         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
10673         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
10674         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
10675         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
10676         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
10677         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
10678         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
10679         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
10680         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
10681         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
10682         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
10683         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
10684         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
10685         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
10686         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
10687         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
10688         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
10689         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
10690         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
10691         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
10692         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
10693         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
10694         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
10695         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
10696         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
10697         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
10698         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
10699         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
10700         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
10701         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
10702         * sysdeps/unix/alpha/sysdep.S: Likewise.
10703         * sysdeps/unix/alpha/sysdep.h: Likewise.
10704         * sysdeps/unix/make-syscalls.sh: Likewise.
10705         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
10706         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
10707         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
10708         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
10709         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
10710         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
10711         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
10712         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
10713         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
10714         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
10715         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
10716         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
10717         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
10718         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
10719         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
10720         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
10721         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
10722         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
10723         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
10724         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
10725         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
10726         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
10727         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
10728         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
10729         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
10730         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
10731         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
10732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
10733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
10734         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
10735         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
10736         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
10737         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
10738         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
10739         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10740         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
10741         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
10742         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
10743         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10744         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
10745         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
10746         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
10747         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
10748         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
10749         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
10750         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
10751         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
10752         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
10753         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
10754         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
10755         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
10756         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
10757         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
10758         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
10759         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
10760         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
10761         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
10762         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10763         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
10764         * sysdeps/x86_64/memcpy.S: Likewise.
10765         * sysdeps/x86_64/memmove.c: Likewise.
10766         * sysdeps/x86_64/memset.S: Likewise.
10767         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
10768         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
10769         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
10770         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
10771         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
10772         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
10773         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
10774         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
10775         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
10776         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
10777         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
10778         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
10779         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
10780         * sysdeps/x86_64/multiarch/memset.S: Likewise.
10781         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
10782         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
10783         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
10784         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
10785         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
10786         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
10787         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
10788         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
10789         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
10790         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
10791         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
10792         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
10793         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
10794         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
10795         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
10796         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
10797         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
10798         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
10799         * sysdeps/x86_64/strcmp.S: Likewise.
10801         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
10803         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
10804         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
10805         * elf/rtld-Rules: Likewise.
10806         * elf/setup-vdso.h: Likewise.
10807         * include/assert.h: Likewise.
10808         * include/bits/stdlib-float.h: Likewise.
10809         * include/errno.h: Likewise.
10810         * include/sys/stat.h: Likewise.
10811         * include/unistd.h: Likewise.
10812         * sysdeps/aarch64/setjmp.S: Likewise.
10813         * sysdeps/alpha/setjmp.S: Likewise.
10814         * sysdeps/arm/__longjmp.S: Likewise.
10815         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
10816         * sysdeps/arm/setjmp.S: Likewise.
10817         * sysdeps/arm/sysdep.h: Likewise.
10818         * sysdeps/generic/_itoa.h: Likewise.
10819         * sysdeps/generic/dl-sysdep.h: Likewise.
10820         * sysdeps/generic/ldsodefs.h: Likewise.
10821         * sysdeps/i386/dl-tls.h: Likewise.
10822         * sysdeps/i386/setjmp.S: Likewise.
10823         * sysdeps/m68k/setjmp.c: Likewise.
10824         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
10825         * sysdeps/mach/hurd/opendir.c: Likewise.
10826         * sysdeps/posix/getcwd.c: Likewise.
10827         * sysdeps/posix/opendir.c: Likewise.
10828         * sysdeps/posix/profil.c: Likewise.
10829         * sysdeps/powerpc/dl-procinfo.h: Likewise.
10830         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
10831         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
10832         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
10833         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
10834         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
10835         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
10836         * sysdeps/s390/dl-tls.h: Likewise.
10837         * sysdeps/s390/s390-32/setjmp.S: Likewise.
10838         * sysdeps/s390/s390-64/setjmp.S: Likewise.
10839         * sysdeps/sh/sh3/setjmp.S: Likewise.
10840         * sysdeps/sh/sh4/setjmp.S: Likewise.
10841         * sysdeps/unix/alpha/sysdep.h: Likewise.
10842         * sysdeps/unix/arm/sysdep.S: Likewise.
10843         * sysdeps/unix/i386/sysdep.S: Likewise.
10844         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
10845         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10846         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
10847         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
10848         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
10849         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
10850         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
10851         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
10852         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
10853         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
10854         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
10855         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
10856         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
10857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
10858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
10859         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
10860         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
10861         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
10862         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
10863         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
10864         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
10865         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
10866         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
10867         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
10868         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
10869         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
10870         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10871         * sysdeps/unix/x86_64/sysdep.S: Likewise.
10872         * sysdeps/x86_64/setjmp.S: Likewise.
10874         * include/math.h: Use IS_IN instead of IS_IN_libm.
10875         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
10876         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
10877         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
10878         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
10879         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
10880         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
10881         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
10882         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
10883         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
10884         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
10885         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
10886         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
10887         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
10888         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
10889         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
10890         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
10891         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
10892         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
10893         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
10894         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
10895         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
10896         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
10897         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
10898         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
10899         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
10900         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
10901         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
10902         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
10903         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
10904         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
10905         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
10906         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
10907         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
10908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
10909         Likewise.
10910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
10911         Likewise.
10912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
10913         Likewise.
10914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
10915         Likewise.
10916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
10917         Likewise.
10918         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
10919         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
10920         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
10921         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
10922         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
10923         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
10924         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
10925         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
10926         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
10927         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
10928         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
10929         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
10930         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
10931         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
10932         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
10933         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
10934         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
10935         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
10936         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
10937         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
10938         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
10939         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
10940         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
10941         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
10942         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
10943         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
10944         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
10946         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
10947         * nptl/pthreadP.h: Likewise.
10948         * nptl_db/structs.def: Likewise.
10949         * sysdeps/arm/sysdep.h: Likewise.
10950         * sysdeps/nptl/bits/libc-lock.h: Likewise.
10951         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
10952         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
10953         * sysdeps/unix/alpha/sysdep.h: Likewise.
10954         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
10955         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
10956         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
10957         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
10958         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
10959         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
10960         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
10961         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
10962         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
10963         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
10964         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
10965         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
10966         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
10967         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
10968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
10969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
10970         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
10971         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
10972         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
10973         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
10974         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
10975         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
10976         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
10977         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
10978         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
10979         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
10981         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
10982         * nptl/pthreadP.h: Likewise.
10983         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
10984         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
10985         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
10986         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
10987         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
10988         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
10989         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
10990         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
10991         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
10992         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
10993         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
10994         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
10995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
10996         Likewise.
10997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
10998         Likewise.
10999         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
11000         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
11001         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
11002         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
11003         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
11004         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
11005         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
11006         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
11008         * dlfcn/dladdr.c: Use IS_IN.
11009         * dlfcn/dladdr1.c: Likewise.
11010         * dlfcn/dlclose.c: Likewise.
11011         * dlfcn/dlerror.c: Likewise.
11012         * dlfcn/dlinfo.c: Likewise.
11013         * dlfcn/dlmopen.c: Likewise.
11014         * dlfcn/dlopen.c: Likewise.
11015         * dlfcn/dlsym.c: Likewise.
11016         * dlfcn/dlvsym.c: Likewise.
11018         * include/ifaddrs.h: Use IS_IN.
11019         * inet/check_pf.c: Likewise.
11020         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
11021         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
11023         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
11024         IS_IN_ldconfig.
11025         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
11026         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
11028         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
11029         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
11030         IS_IN (libc).
11032         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
11034         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
11035         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
11036         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
11037         * include/libc-symbols.h (IS_IN_LIB): New macro.
11038         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
11039         * include/netdb.h: Likewise.
11040         * include/stap-probe.h: Remove all uses of IN_LIB.
11042         * Makeconfig (module-cppflags-real): Define MODULE_NAME
11043         instead of IN_MODULE.
11044         * include/libc-symbols.h (IN_MODULE): Define using
11045         MODULE_NAME.
11046         (PASTE_NAME, PASTE_NAME1): New macros.
11047         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
11048         of IN_LIB.
11049         (STAP_PROBE_ASM): Likewise.
11051 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11053         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
11054         __mach_init in dlopened libc.
11056 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
11058         * sysdeps/arm/preconfigure.ac: Delete EABI check.
11059         * sysdeps/arm/preconfigure: Regenerate.
11061 2014-11-21  Roland McGrath  <roland@hack.frob.com>
11063         * nptl/pthread_create.c (__pthread_create_2_1): Set
11064         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
11065         when copying values from IATTR into PD.
11067 2014-11-21  Will Newton  <will.newton@linaro.org>
11068             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
11070         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
11071         Refactor inline-asm.  Also add comment.
11073         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
11074         ElfW macro instead of hardcoded Elf64 types.
11075         (la_aarch64_gnu_pltenter): Likewise.
11076         * sysdeps/aarch64/dl-machine.h
11077         (elf_machine_runtime_setup): Use ElfW(Addr).
11079         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
11080         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
11081         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
11082         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
11083         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
11084         (R_AARCH64_TLS_DTPMOD64): Rename to ..
11085         (R_AARCH64_TLS_DTPMOD): This.
11086         (R_AARCH64_TLS_DTPREL64): Rename to ...
11087         (R_AARCH64_TLS_DTPREL): This.
11088         (R_AARCH64_TLS_TPREL64): Rename to ...
11089         (R_AARCH64_TLS_TPREL): This.
11090         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
11091         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
11092         R_AARCH64_TLS_TPREL64.
11093         (elf_machine_rela): Likewise.
11095 2014-11-21  Torvald Riegel  <triegel@redhat.com>
11097         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
11098         by setting it to 0.  64b atomics are not supported currently.
11100 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
11102         [BZ #16469]
11103         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
11104         search domain names.
11106 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
11108         [BZ #16469]
11109         * NEWS: Update.
11110         * resolv/res_query.c (__libc_res_nquerydomain): Retain
11111         trailing dot.
11112         * posix/tst-getaddrinfo5.c: New.
11113         * posix/Makefile (tests): Add it.
11115 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
11117         [BZ #14498]
11118         * NEWS: Fixed.
11119         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
11120         after parsing line but before break_if_match.
11121         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
11122         if there is a protocol mismatch.
11124 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
11126         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
11127         because the potential race is on the user-supplied stream.
11129 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
11131         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
11132         string literal if not passed a buffer.
11133         * manual/job.texi (ctermid): Update reasoning, note deviation
11134         from posix, suggest mtasurace when not passed a buffer, for
11135         future non-preliminary safety notes.
11137 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
11139         * manual/users.texi (cuserid): Fix MT-Safety note for the case
11140         of not passing it a buffer.
11141         Reported by Peng Haitao.
11143 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
11145         * manual/Makefile ($(objpfx)stamp-summary): Require
11146         check-safety.sh to pass.
11147         * manual/check-safety.sh: Wish for verification that every
11148         @deftypefn and @deftypefun is followed by a @safety remark.
11150 2014-11-20  Roland McGrath  <roland@hack.frob.com>
11152         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
11154         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
11155         PTHREAD_CANCEL_ASYNCHRONOUS.
11156         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
11157         send SIGCANCEL.
11159         * nptl/default-sched.h: New file.
11160         * sysdeps/unix/sysv/linux/default-sched.h: New file.
11161         * nptl/pthread_create.c: Include it.
11162         (__pthread_create_2_1): Use collect_default_sched instead of making
11163         Linux syscalls here directly.
11165 2014-11-20  Torvald Riegel  <triegel@redhat.com>
11167         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
11168         __pthread_once): Use C11 atomics.
11170 2014-11-20  Torvald Riegel  <triegel@redhat.com>
11172         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
11174 2014-11-20  Torvald Riegel  <triegel@redhat.com>
11176         * include/atomic.h (__atomic_link_error, __atomic_check_size,
11177         atomic_thread_fence_acquire, atomic_thread_fence_release,
11178         atomic_thread_fence_seq_cst, atomic_load_relaxed,
11179         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
11180         atomic_compare_exchange_weak_relaxed,
11181         atomic_compare_exchange_weak_acquire,
11182         atomic_compare_exchange_weak_release,
11183         atomic_exchange_acquire, atomic_exchange_release,
11184         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
11185         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
11186         atomic_fetch_and_acquire,
11187         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
11189 2014-11-20  Torvald Riegel  <triegel@redhat.com>
11191         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
11192         USE_ATOMIC_COMPILER_BUILTINS): Define.
11193         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
11194         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11195         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
11196         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11197         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
11198         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11199         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
11200         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11201         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
11202         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11203         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
11204         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11205         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
11206         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11207         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
11208         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11209         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
11210         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11211         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
11212         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11213         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
11214         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11215         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
11216         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11217         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
11218         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11219         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
11220         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11221         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
11222         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11223         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
11224         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11225         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
11226         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11227         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
11228         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11229         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
11230         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11231         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
11232         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
11234 2014-11-19  Roland McGrath  <roland@hack.frob.com>
11236         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
11237         the sched_priority value here.  It was already checked when the user
11238         called pthread_attr_setschedparam.
11240         * nptl/tst-bad-schedattr.c: New file.
11241         * nptl/Makefile (tests): Add it.
11243 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
11244             Florian Weimer  <fweimer@redhat.com>
11245             Joseph Myers  <joseph@codesourcery.com>
11246             Adam Conrad  <adconrad@0c3.net>
11247             Andreas Schwab  <schwab@suse.de>
11248             Brooks  <bmoses@google.com>
11250         [BZ #17625]
11251         * wordexp-test.c (__dso_handle): Add prototype.
11252         (__register_atfork): Likewise.
11253         (__app_register_atfork): New function.
11254         (registered_forks): New global.
11255         (register_fork): New function.
11256         (test_case): Add 3 new tests for WRDE_CMDSUB.
11257         (main): Call __app_register_atfork.
11258         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
11259         fork count is non-zero fail the test.
11260         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
11261         is set.
11262         (parse_dollars): Remove check for WRDE_NOCMD.
11263         (parse_dquote): Likewise.
11265 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11267         * Makeconfig (built-modules): List non-library modules to be
11268         built.
11269         (module-cppflags): Include libc-modules.h for
11270         everything except shlib-versions.v.i.
11271         (CPPFLAGS): Use it.
11272         (before-compile): Add libc-modules.h.
11273         ($(common-objpfx)libc-modules.h,
11274         $(common-objpfx)libc-modules.stmp): New targets.
11275         (common-generated): Add libc-modules.h and libc-modules.stmp.
11276         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
11277         * include/libc-symbols.h: Don't include libc-modules.h.
11278         * include/libc-modules.h: Remove file.
11279         * scripts/gen-libc-modules.awk: New script to generate
11280         libc-modules.h.
11281         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
11282         Depend on libc-modules.stmp.
11284         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
11286         * Makeconfig (in-module): Get value of libof set for the
11287         translation unit.
11288         (CPPFLAGS): Use $(in-module).
11289         * Makerules: Don't suffix routine names for nonlib.
11290         * include/libc-modules.h: New file.
11291         * include/libc-symbols.h: Include libc-modules.h
11292         (IS_IN): New macro to replace IS_IN_* macros.
11293         * elf/Makefile: Set libof-* for each routine.
11294         * elf/rtld-Rules: Likewise.
11295         * extra-modules.mk: Likewise.
11296         * iconv/Makefile: Likewise.
11297         * iconvdata/Makefile: Likewise.
11298         * locale/Makefile: Likewise.
11299         * malloc/Makefile: Likewise.
11300         * nss/Makefile: Likewise.
11301         * sysdeps/gnu/Makefile: Likewise.
11302         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
11303         * sysdeps/unix/sysv/linux/Makefile: Likewise.
11304         * sysdeps/s390/s390-64/Makefile: Likewise.
11305         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
11306         CPPFLAGS for nscd instead of nonlib.
11308 2014-11-18  Roland McGrath  <roland@hack.frob.com>
11310         * nptl/createthread.c: New file.
11312         * nptl/createthread.c: Moved ...
11313         * sysdeps/unix/sysv/linux/createthread.c: ... here.
11315         * nptl/createthread.c: Add proper top-line comment.
11316         (do_clone): Folded into ...
11317         (create_thread): ... here.  Take new arguments STOPPED_START and
11318         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
11319         increment __nptl_threads, do event-reporting logic, do
11320         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
11321         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
11322         resource cleanup if sched_setaffinity or sched_setscheduler fails,
11323         just send SIGCANCEL.
11324         * nptl/pthread_create.c: Forward-declare create_thread before
11325         including createthread.c.
11326         (start_thread): Use new macro START_THREAD_DEFN to replace defining
11327         declaration, and new macro START_THREAD_SELF to replace argument.
11328         Remove return statement.
11329         (report_thread_creation): New function.
11330         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
11331         synchronization logic, and __nptl_nthreads increment here, around
11332         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
11333         PD->parent_cancelhandling here, before create_thread.  When
11334         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
11335         __deallocate_stack, and ENOMEM translation here.
11337 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
11339         [BZ #17616]
11340         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
11341         (mptwo): Rename to __mptwo.
11342         (__inv): Use __mptwo instead of mptwo.
11343         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
11344         (mptwo): Rename to __mptwo.
11345         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
11346         of mpone and __mptwo instead of mptwo.
11347         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
11348         instead of mpone.
11349         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
11350         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
11351         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
11352         of mpone and __mptwo instead of mptwo.
11353         (__mpranred): Use __mpone instead of mpone.
11354         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
11355         variable.
11356         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
11357         (test-xfail-ISO99/math.h/linknamespace): Likewise.
11358         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
11359         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
11360         (test-xfail-ISO11/math.h/linknamespace): Likewise.
11361         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
11362         (test-xfail-XPG3/math.h/linknamespace): Likewise.
11363         (test-xfail-XPG4/math.h/linknamespace): Likewise.
11364         (test-xfail-POSIX/math.h/linknamespace): Likewise.
11365         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
11366         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
11367         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
11368         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
11369         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
11370         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
11371         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
11372         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
11373         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
11374         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
11376 2014-11-18  Tom de Vries  <tom@codesoucery.com>
11378         * manual/signal.texi (Primitives Interrupted by Signals): In section,
11379         replace BSD Handler xref with BSD Signal Handling.
11381 2014-11-17  Richard Henderson  <rth@redhat.com>
11383         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
11384         (_FP_PACK_RAW_2): Remove.
11385         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
11386         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
11387         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
11388         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
11389         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
11390         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
11391         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
11392         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
11393         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
11394         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
11395         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
11396         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
11397         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
11398         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
11399         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
11400         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
11402 2014-11-14  Roland McGrath  <roland@hack.frob.com>
11404         * signal/signal.h [__USE_MISC]
11405         (struct sigvec): Remove type.
11406         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
11407         (sigvec): Remove declaration.
11408         * sysdeps/posix/sigvec.c: Moved ...
11409         * signal/sigvec.c: ... here, replacing old file.
11410         (struct sigvec): New type, copied from old signal.h definition.
11411         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
11412         (__sigvec): Convert definition to prototype.
11413         (sigvec): Replace weak_alias with compat_symbol.
11414         * signal/Versions (libc: GLIBC_2.21): New version set.
11415         * include/signal.h: Remove __sigvec declaration.
11416         * sysdeps/unix/bsd/sigvec.c: Remove file.
11417         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
11418         * manual/signal.texi (BSD Handler): Remove subsection.
11419         Move siginterrupt up to ...
11420         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
11421         (Blocking in BSD): Fold subsection into its parent.
11422         * NEWS: Mention sigvec removal.
11424 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
11426         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
11427         (DLA_FMS): Make definition conditional only on [__FMA4__].
11428         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
11429         definition.
11431         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
11432         Make definition conditional only on [PROF].
11433         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
11434         definition.
11435         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
11436         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
11438         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
11439         !__GNUC__].
11440         * include/signal.h (__sigpause): Move declaration above call to
11441         libc_hidden_proto.
11442         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
11443         variable.
11444         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
11445         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
11447 2014-11-14  David S. Miller  <davem@davemloft.net>
11449         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
11450         Define before including <string/memcpy.c> and <string/mempcpy.c>.
11452 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
11454         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
11455         * configure: Regenerated.
11456         * manual/install.texi (Tools for Compilation): Document a
11457         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
11458         compiler verified to work.
11459         * INSTALL: Regenerated.
11461         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
11462         redeclare with asm name.
11463         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
11464         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
11465         including <string.h>.
11466         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
11467         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
11468         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
11469         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
11470         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
11471         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
11472         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
11474 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
11476         * stdlib/strtol.c (__strtol): Use prototype definition.
11478         [BZ #17594]
11479         * stdlib/strtol.c (SYM__): New macro.
11480         (SYM__1): Likewise.
11481         (__strtol): Likewise.
11482         (strtol): Rename to __strtol and define as weak alias of
11483         __strtol.  Use libc_hidden_weak.
11485 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11487         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
11488         Use numbered labels in inline assembly.
11490 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11492         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
11493         Add setjmp LIBC_PROBE.
11494         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
11495         Likewise.
11496         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
11497         Add longjmp, longjmp_target LIBC_PROBE.
11498         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
11499         Likewise.
11501 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11503         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
11504         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
11505         to get rid of unused variable warning.
11507 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11509         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
11510         Check for unwind_backtrace ==  NULL only in SHARED case.
11511         (__backchain_backtrace): Compile only in SHARED case.
11512         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
11513         Likewise.
11514         (__backchain_backtrace): Declare as static.
11516 2014-11-12  Roland McGrath  <roland@hack.frob.com>
11518         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
11519         (__libc_multiple_threads_ptr): Variable moved ...
11520         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
11522 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
11524         * conform/GlibcConform.pm: New file.
11525         * conform/conformtest.pl: Use GlibcConform module.
11526         * conform/linknamespace.pl: New file.
11527         * conform/list-header-symbols.pl: Likewise.
11528         * conform/Makefile (linknamespace-symlists-base): New variable.
11529         (linknamespace-symlists-tests): Likewise.
11530         (linknamespace-header-base): Likewise.
11531         (linknamespace-header-tests): Likewise.
11532         (tests-special): Add new tests.
11533         ($(linknamespace-symlists-tests)): New rule.
11534         (linknamespace-libs): New variable.
11535         ($(objpfx)symlist-stdlibs): New rule.
11536         ($(linknamespace-header-tests)): Likewise.
11537         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
11538         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
11539         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
11540         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
11541         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
11542         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
11543         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
11544         (test-xfail-ISO/math.h/linknamespace): Likewise.
11545         (test-xfail-ISO/signal.h/linknamespace): Likewise.
11546         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
11547         (test-xfail-ISO/time.h/linknamespace): Likewise.
11548         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
11549         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
11550         (test-xfail-ISO99/math.h/linknamespace): Likewise.
11551         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
11552         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
11553         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
11554         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
11555         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
11556         (test-xfail-ISO11/math.h/linknamespace): Likewise.
11557         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
11558         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
11559         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
11560         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
11561         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
11562         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
11563         (test-xfail-XPG3/math.h/linknamespace): Likewise.
11564         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
11565         (test-xfail-XPG3/search.h/linknamespace): Likewise.
11566         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
11567         (test-xfail-XPG3/time.h/linknamespace): Likewise.
11568         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
11569         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
11570         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
11571         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
11572         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
11573         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
11574         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
11575         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
11576         (test-xfail-XPG4/math.h/linknamespace): Likewise.
11577         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
11578         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
11579         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
11580         (test-xfail-XPG4/search.h/linknamespace): Likewise.
11581         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
11582         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
11583         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
11584         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
11585         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
11586         (test-xfail-XPG4/time.h/linknamespace): Likewise.
11587         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
11588         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
11589         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
11590         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
11591         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
11592         (test-xfail-POSIX/math.h/linknamespace): Likewise.
11593         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
11594         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
11595         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
11596         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
11597         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
11598         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
11599         (test-xfail-POSIX/time.h/linknamespace): Likewise.
11600         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
11601         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
11602         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
11603         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
11604         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
11605         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
11606         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
11607         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
11608         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
11609         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
11610         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
11611         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
11612         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
11613         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
11614         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
11615         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
11616         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
11617         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
11618         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
11619         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
11620         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
11621         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
11622         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
11623         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
11624         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
11625         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
11626         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
11627         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
11628         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
11629         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
11630         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
11631         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
11632         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
11633         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
11634         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
11635         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
11636         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
11637         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
11638         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
11639         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
11640         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
11641         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
11642         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
11643         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
11644         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
11645         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
11646         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
11647         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
11648         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
11649         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
11650         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
11651         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
11652         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
11653         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
11654         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
11655         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
11656         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
11657         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
11658         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
11659         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
11660         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
11661         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
11662         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
11663         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
11664         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
11665         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
11666         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
11667         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
11668         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
11669         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
11670         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
11671         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
11672         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
11673         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
11674         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
11675         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
11676         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
11677         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
11678         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
11679         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
11680         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
11681         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
11682         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
11683         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
11684         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
11685         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
11686         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
11687         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
11688         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
11689         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
11690         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
11691         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
11692         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
11693         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
11694         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
11695         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
11696         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
11697         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
11699         [BZ #17589]
11700         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
11701         of fgets_unlocked.
11703         [BZ #17585]
11704         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
11705         (memmem): Rename to __memmem and define as weak alias of
11706         __memmem.  Use libc_hidden_weak.
11707         (__memmem): Use libc_hidden_def.
11708         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
11709         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
11710         memmem.
11712         [BZ #17582]
11713         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
11714         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
11715         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
11716         and define as weak alias of __fgets_unlocked.  Use
11717         libc_hidden_weak.
11718         (__fgets_unlocked): Use libc_hidden_def.
11719         * include/stdio.h (__fgets_unlocked): Declare.  Use
11720         libc_hidden_proto.
11721         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
11722         __fgets_unlocked instead of fgets_unlocked.
11723         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
11724         (GET_NPROCS_CONF_PARSER): Likewise.
11725         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
11726         (GET_NPROCS_CONF_PARSER): Likewise.
11728         [BZ #17574]
11729         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
11730         weak alias of __wmemset.  Use libc_hidden_weak.
11731         (__wmemset): Use libc_hidden_def.
11732         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
11733         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
11734         of wmemset.
11736         [BZ #17573]
11737         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
11738         with asm name __mempcpy.
11739         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
11741         [BZ #17572]
11742         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
11743         and define as weak alias of __rawmemchr.
11744         (__rawmemchr): Do not define as strong alias of rawmemchr.
11746         [BZ #17571]
11747         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
11748         alias of __qsort_r.
11749         (qsort): Call __qsort_r instead of qsort_r.
11750         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
11751         (__qsort_r): Declare.  Call libc_hidden_proto.
11752         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
11753         instead of qsort_r.
11754         * nscd/gai.c (__qsort_r): Define to qsort_r.
11755         * posix/tst-rfc3484.c (__qsort_r): Likewise.
11756         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
11757         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
11759         [BZ #17570]
11760         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
11761         define as weak alias of __malloc_info.
11763         [BZ #17584]
11764         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
11765         as weak alias of __rewinddir.  Don't use libc_hidden_def.
11766         (__rewinddir): Use libc_hidden_def.
11767         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
11768         as weak alias of __rewinddir.  Don't use libc_hidden_def.
11769         (__rewinddir): Use libc_hidden_def.
11770         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
11771         weak alias of __rewinddir.  Don't use libc_hidden_def.
11772         (__rewinddir): Use libc_hidden_def.
11773         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
11774         (__rewinddir): Use libc_hidden_proto.
11775         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
11776         rewinddir.
11777         (__getcwd): Use __rewinddir instead of rewinddir.
11779         [BZ #17583]
11780         * libio/fileno.c (fileno): Rename to __fileno and define as weak
11781         alias of __fileno.  Use libc_hidden_weak.
11782         (__fileno): Use libc_hidden_def.
11783         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
11784         * libio/ftello.c (ftello): Rename to __ftello and define as weak
11785         alias of __ftello.
11786         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
11787         __ftello.
11788         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
11789         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
11790         libc_hidden_def.
11791         (fread_unlocked): Don't use libc_hidden_ver.
11792         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
11793         and define as weak alias of __fread_unlocked.  Don't use
11794         libc_hidden_def.
11795         (__fread_unlocked): Use libc_hidden_def.
11796         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
11797         (ftello): Don't use libc_hidden_proto.
11798         (__ftello): Declare.  Use libc_hidden_proto.
11799         (fread_unlocked): Don't use libc_hidden_proto.
11800         (__fread_unlocked): Declare.  Use libc_hidden_proto.
11801         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
11802         and __ftello instead of fileno, fread_unlocked and ftello.
11804 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
11806         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
11807         GOT12.
11808         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
11809         Likewise.
11810         (_dl_start_user): Likewise.
11811         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
11813 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
11814             Siddhesh Poyarekar  <siddhesh@redhat.com>
11816         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
11817         Move argv and envp down instead of moving argc up.
11818         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
11820 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
11822         [BZ #17506]
11823         * test-skeleton.c (main): Return successful if one of
11824         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
11825         * string/tst-strcoll-overflow.c: Define expected status.
11827 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
11829         [BZ #17475]
11830         * locale/iso-639.def: Define Bhili and Tulu language codes.
11832 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
11834         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
11836 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
11838         [BZ #17555]
11839         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
11841 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
11843         * configure.ac: Updated check of minimal required version to
11844         2.22.
11845         * manual/install.texi (Tools for Compilation): Updated version
11846         number.
11847         * configure: Regenerated.
11848         * INSTALL: Likewise.
11850 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
11852         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
11853         __tls_get_addr.
11855 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
11857         * include/sys/wait.h (__libc_waitpid): Remove declaration.
11858         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
11859         (__waitpid): Don't define as alias.  Use libc_hidden_def not
11860         libc_hidden_weak.
11861         (waitpid): Define as alias of __waitpid.
11862         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
11863         __waitpid.
11864         (__waitpid): Don't define as alias.  Use libc_hidden_def not
11865         libc_hidden_weak.
11866         (waitpid): Define as alias of __waitpid.
11867         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
11868         __libc_waitpid alias.
11869         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
11870         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
11871         Likewise.
11872         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
11873         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
11874         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
11875         alias.
11876         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
11877         __waitpid.
11878         (__waitpid): Don't define as alias.  Use libc_hidden_def not
11879         libc_hidden_weak.
11880         (waitpid): Define as alias of __waitpid.
11882 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
11884         * manual/llio.texi: Add comment that write safety has been
11885         fixed in Linux.
11887         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
11888         (localplt-build-dso): Add elf/ld.so.
11889         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
11890         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
11891         and free for ld.so.
11892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
11893         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
11894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
11895         Likewise.
11896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11897         Likewise.
11898         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
11899         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
11900         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
11901         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
11902         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
11903         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
11904         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
11905         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
11906         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
11907         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
11908         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
11910 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
11912         [BZ #14132]
11913         * include/libc-symbols.h (INTUSE): Remove macro.
11914         (INTDEF): Likewise.
11915         (INTVARDEF): Likewise.
11916         (_INTVARDEF): Likewise.
11917         (INTDEF2): Likewise.
11918         (INTVARDEF2): Likewise.
11919         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
11920         rtld_hidden_def instead of INTVARDEF.
11921         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
11922         (_dl_starting_up_internal): Remove declaration.
11923         (_dl_starting_up): Use rtld_hidden_proto.
11924         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
11925         declaration.
11926         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
11927         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
11928         _dl_starting_up.
11929         * elf/dl-writev.h (_dl_writev): Likewise.
11930         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
11931         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
11932         _dl_starting_up_internal.
11934 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11936         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
11937         test-skeleton.c.
11939 2014-11-05  Will Newton  <will.newton@linaro.org>
11941         * benchtests/Makefile: (bench-malloc): Add malloc thread
11942         scalability benchmark.
11943         * benchtests/bench-malloc-threads.c: New file.
11945 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
11947         * sysdeps/aarch64/strchrnul.S: New file.
11949 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11951         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
11952         definition.
11953         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11954         Likwise.
11955         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11956         Likewise.
11957         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11958         Likewise.
11959         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11960         Likewise.
11961         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11962         Likewise.
11964 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
11966         * catgets/test-gencat.c: Use test-skeleton.c.
11967         * catgets/tst-catgets.c: Likewise.
11968         * csu/tst-empty.c: Likewise.
11969         * elf/tst-audit2.c: Likewise.
11970         * elf/tst-global1.c: Likewise.
11971         * elf/tst-pathopt.c: Likewise.
11972         * elf/tst-piemod1.c: Likewise.
11973         * elf/tst-tls10.c: Likewise.
11974         * elf/tst-tls11.c: Likewise.
11975         * elf/tst-tls12.c: Likewise.
11976         * gnulib/tst-gcc.c: Likewise.
11977         * iconvdata/tst-e2big.c: Likewise.
11978         * iconvdata/tst-loading.c: Likewise.
11979         * iconv/tst-iconv1.c: Likewise.
11980         * iconv/tst-iconv2.c: Likewise.
11981         * inet/test-inet6_opt.c: Likewise.
11982         * inet/tst-gethnm.c: Likewise.
11983         * inet/tst-network.c: Likewise.
11984         * inet/tst-ntoa.c: Likewise.
11985         * intl/tst-codeset.c: Likewise.
11986         * intl/tst-gettext2.c: Likewise.
11987         * intl/tst-gettext3.c: Likewise.
11988         * intl/tst-ngettext.c: Likewise.
11989         * intl/tst-translit.c: Likewise.
11990         * io/test-stat.c: Likewise.
11991         * libio/test-fmemopen.c: Likewise.
11992         * libio/tst-freopen.c: Likewise.
11993         * libio/tst-sscanf.c: Likewise.
11994         * libio/tst-ungetwc1.c: Likewise.
11995         * libio/tst-ungetwc2.c: Likewise.
11996         * libio/tst-widetext.c: Likewise.
11997         * localedata/tst-ctype.c: Likewise.
11998         * localedata/tst-digits.c: Likewise.
11999         * localedata/tst-leaks.c: Likewise.
12000         * localedata/tst-mbswcs1.c: Likewise.
12001         * localedata/tst-mbswcs2.c: Likewise.
12002         * localedata/tst-mbswcs3.c: Likewise.
12003         * localedata/tst-mbswcs4.c: Likewise.
12004         * localedata/tst-mbswcs5.c: Likewise.
12005         * localedata/tst-setlocale.c: Likewise.
12006         * localedata/tst-trans.c: Likewise.
12007         * localedata/tst-wctype.c: Likewise.
12008         * localedata/tst-xlocale1.c: Likewise.
12009         * login/tst-grantpt.c: Likewise.
12010         * malloc/tst-calloc.c: Likewise.
12011         * malloc/tst-malloc.c: Likewise.
12012         * malloc/tst-mallocstate.c: Likewise.
12013         * malloc/tst-mcheck.c: Likewise.
12014         * malloc/tst-mtrace.c: Likewise.
12015         * malloc/tst-obstack.c: Likewise.
12016         * math/atest-exp2.c: Likewise.
12017         * math/atest-exp.c: Likewise.
12018         * math/atest-sincos.c: Likewise.
12019         * math/test-matherr.c: Likewise.
12020         * math/test-misc.c: Likewise.
12021         * math/test-powl.c: Likewise.
12022         * math/tst-definitions.c: Likewise.
12023         * misc/tst-dirname.c: Likewise.
12024         * misc/tst-efgcvt.c: Likewise.
12025         * misc/tst-fdset.c: Likewise.
12026         * misc/tst-hsearch.c: Likewise.
12027         * misc/tst-mntent2.c: Likewise.
12028         * nptl/tst-sem7.c: Likewise.
12029         * nptl/tst-sem8.c: Likewise.
12030         * nptl/tst-sem9.c: Likewise.
12031         * nss/test-netdb.c: Likewise.
12032         * posix/tst-fnmatch.c: Likewise.
12033         * posix/tst-getlogin.c: Likewise.
12034         * posix/tst-gnuglob.c: Likewise.
12035         * posix/tst-mmap.c: Likewise.
12036         * pwd/tst-getpw.c: Likewise.
12037         * resolv/tst-inet_ntop.c: Likewise.
12038         * rt/tst-timer.c: Likewise.
12039         * stdio-common/test-fseek.c: Likewise.
12040         * stdio-common/test-popen.c: Likewise.
12041         * stdio-common/test-vfprintf.c: Likewise.
12042         * stdio-common/tst-cookie.c: Likewise.
12043         * stdio-common/tst-fileno.c: Likewise.
12044         * stdio-common/tst-gets.c: Likewise.
12045         * stdio-common/tst-obprintf.c: Likewise.
12046         * stdio-common/tst-perror.c: Likewise.
12047         * stdio-common/tst-sprintf2.c: Likewise.
12048         * stdio-common/tst-sprintf3.c: Likewise.
12049         * stdio-common/tst-sprintf.c: Likewise.
12050         * stdio-common/tst-swprintf.c: Likewise.
12051         * stdio-common/tst-tmpnam.c: Likewise.
12052         * stdio-common/tst-unbputc.c: Likewise.
12053         * stdio-common/tst-wc-printf.c: Likewise.
12054         * stdlib/tst-environ.c: Likewise.
12055         * stdlib/tst-fmtmsg.c: Likewise.
12056         * stdlib/tst-limits.c: Likewise.
12057         * stdlib/tst-rand48-2.c: Likewise.
12058         * stdlib/tst-rand48.c: Likewise.
12059         * stdlib/tst-random2.c: Likewise.
12060         * stdlib/tst-random.c: Likewise.
12061         * stdlib/tst-strtol.c: Likewise.
12062         * stdlib/tst-strtoll.c: Likewise.
12063         * stdlib/tst-tls-atexit.c: Likewise.
12064         * stdlib/tst-xpg-basename.c: Likewise.
12065         * string/test-ffs.c: Likewise.
12066         * string/tst-bswap.c: Likewise.
12067         * string/tst-inlcall.c: Likewise.
12068         * string/tst-strtok.c: Likewise.
12069         * string/tst-strxfrm.c: Likewise.
12070         * sysdeps/x86_64/tst-audit10.c: Likewise.
12071         * sysdeps/x86_64/tst-audit3.c: Likewise.
12072         * sysdeps/x86_64/tst-audit4.c: Likewise.
12073         * sysdeps/x86_64/tst-audit5.c: Likewise.
12074         * time/tst-ftime_l.c: Likewise.
12075         * time/tst-getdate.c: Likewise.
12076         * time/tst-mktime3.c: Likewise.
12077         * time/tst-mktime.c: Likewise.
12078         * time/tst-posixtz.c: Likewise.
12079         * time/tst-strptime2.c: Likewise.
12080         * time/tst-strptime3.c: Likewise.
12081         * wcsmbs/tst-btowc.c: Likewise.
12082         * wcsmbs/tst-mbrtowc.c: Likewise.
12083         * wcsmbs/tst-mbsrtowcs.c: Likewise.
12084         * wcsmbs/tst-wchar-h.c: Likewise.
12085         * wcsmbs/tst-wcpncpy.c: Likewise.
12086         * wcsmbs/tst-wcrtomb.c: Likewise.
12087         * wcsmbs/tst-wcsnlen.c: Likewise.
12088         * wcsmbs/tst-wcstof.c: Likewise.
12090 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
12092         [BZ #14132]
12093         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
12094         INTDEF.
12095         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
12096         declaration.
12097         (_dl_mcount): Use rtld_hidden_proto.
12098         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
12099         _dl_mcount.
12100         * elf/rtld.c (_rtld_global_ro): Likewise.
12102         [BZ #14132]
12103         * elf/dl-init.c (_dl_init): Don't use INTDEF.
12104         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
12105         of _dl_init_internal.
12106         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
12107         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
12108         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
12109         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
12110         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
12111         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
12112         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
12113         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
12114         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
12115         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
12116         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
12117         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
12118         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
12119         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
12120         * sysdeps/tile/dl-start.S (_start): Likewise.
12121         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
12122         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
12124         [BZ #14132]
12125         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
12126         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
12127         (rtld_progname): Make macro definition unconditional.
12128         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
12129         INTDEF.
12130         (dlmopen_doit): Do not use INTUSE with _dl_argv.
12131         (dl_main): Likewise.
12132         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
12133         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
12134         instead of _dl_argv_internal.
12135         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
12136         __GI__dl_argv instead of INTUSE(_dl_argv).
12137         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
12138         __GI__dl_argv instead of _dl_argv_internal.
12140         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
12141         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
12142         macro.
12143         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
12144         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
12145         New macro.
12146         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
12147         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
12148         macro.
12149         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
12150         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
12152 2014-11-04  Andreas Schwab  <schwab@suse.de>
12154         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
12156 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12158         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
12159         mtvsrd instruction in binary form.
12161 2014-11-03  Andreas Schwab  <schwab@suse.de>
12163         [BZ #17522]
12164         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
12165         for less than MB_LEN_MAX use a local buffer of that size.
12166         * libio/tst-fputws.c: New file.
12167         * libio/Makefile (tests): Add tst-fputws.
12169 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
12171         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
12172         the size of the fpu_fr.fpu_dregs[] array.
12174 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
12176         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
12177         (__nanosleep): Do not define as alias.
12178         (nanosleep): Define as alias of __nanosleep.
12179         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
12180         __libc_nanosleep name.
12182 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
12184         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
12185         install.texi in comment.
12187 2014-10-31  Torvald Riegel  <triegel@redhat.com>
12189         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
12190         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
12191         ... add here and use lwsync or sync ...
12192         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
12193         ... and add here using lwsync.
12195 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
12197         * elf/dl-machine-reject-phdr.h: New file.
12198         * elf/dl-load.c: #include that.
12199         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
12200         if that returned true.
12202 2014-10-31  Roland McGrath  <roland@hack.frob.com>
12204         [BZ #17496]
12205         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
12206         gen-as-const-headers chunk.  Add a big scare comment after the last
12207         safe place to touch before-compile.
12209 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
12211         * manual/install.texi (Tools for Compilation): Update autoconf
12212         version requirements.
12213         * INSTALL: Regenerated.
12215         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
12216         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
12217         (__libc_pselect): Likewise.
12219         [BZ #14138]
12220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
12221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
12222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
12223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
12225 2014-10-31  Torvald Riegel  <triegel@redhat.com>
12227         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
12228         correct barrier instruction.
12229         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
12230         Likewise.
12231         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
12232         Likewise.
12234 2014-10-30  Roland McGrath  <roland@hack.frob.com>
12236         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
12237         after defining inlines.  Instead, just use parens to defeat macro
12238         expansion of __isctype in its declaration.
12240 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
12242         * include/sys/uio.h (__libc_readv): Remove declaration.
12243         (__libc_writev): Likewise.
12244         * misc/readv.c (__libc_readv): Rename to __readv.
12245         (__readv): Do not define as alias.
12246         (readv): Define as alias of __readv.
12247         * misc/writev.c (__libc_writev): Rename to __writev.
12248         (__writev): Do not define as alias.
12249         (writev): Define as alias of __writev.
12250         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
12251         (__readv): Do not define as alias.
12252         (readv): Define unconditionally as alias of __readv.
12253         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
12254         (__writev): Do not define as alias.
12255         (writev): Define unconditionally as alias of __writev.
12256         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
12257         name.
12258         (writev): Do not define __libc_writev name.
12260 2014-10-30  Roland McGrath  <roland@hack.frob.com>
12262         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
12263         (convert_charseq): New function, broken out of ...
12264         (use_from_charmap): ... here.  Call it.
12265         (use_to_charmap): Use convert_charseq and free instead of duplicating
12266         its code with a variable-length stack struct.
12268 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
12270         * include/fcntl.h (__libc_creat): Remove declaration.
12271         * io/creat.c (__libc_creat): Rename to creat.
12272         (creat): Do not define as alias.
12273         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
12274         of creat instead of __libc_creat.
12275         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
12276         to creat.
12277         (creat): Do not define as alias.
12278         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
12279         __libc_creat.
12280         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
12281         __libc_creat name.
12282         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
12283         Likewise.
12285 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
12287         * manual/llio.texi: Add comments discussing why write() may be
12288         considered MT-unsafe on Linux.
12290 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
12292         * dl-load.c (local_strdup): Remove.
12293         (expand_dynamic_string_token): Use __strdup.
12294         (decompose_rpath): Likewise.
12295         (_dl_map_object): Likewise.
12297 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
12299         [BZ #14132]
12300         * sysdeps/generic/unwind-dw2-fde.c
12301         (__register_frame_info_bases_internal): Do not declare.
12302         (__register_frame_info_table_bases_internal): Likewise.
12303         (__deregister_frame_info_bases_internal): Likewise.
12304         (__register_frame_info_bases): Declare and use hidden_proto before
12305         definition.  Use hidden_def instead of INTDEF.
12306         (__register_frame_info_table_bases): Likewise.
12307         (__deregister_frame_info_bases): Likewise.
12308         (__register_frame_info): Do not use INTUSE.
12309         (__register_frame): Likewise.
12310         (__register_frame_info_table): Likewise.
12311         (__register_frame_table): Likewise.
12312         (__deregister_frame_info): Likewise.
12313         (__deregister_frame): Likewise.
12315 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
12317         * sysdeps/unix/sysv/linux/arm/kernel-features.h
12318         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
12319         not undefine.
12320         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
12321         Likewise.
12322         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
12323         Likewise.
12325 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
12327         [BZ #14138]
12328         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
12329         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
12330         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
12331         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
12332         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
12333         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
12334         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
12335         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
12336         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
12337         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
12338         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
12339         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
12340         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
12341         syscall.
12342         (setfsuid): Likewise.
12343         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
12344         (setfsuid): Likewise.
12345         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
12346         (setfsuid): Likewise.
12347         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
12348         Likewise.
12349         (setfsuid): Likewise.
12350         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
12351         (setfsuid): Likewise.
12352         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
12353         Likewise.
12354         (setfsuid): Likewise.
12356 2014-10-27  Andreas Schwab  <schwab@suse.de>
12358         [BZ #17501]
12359         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
12360         check for Slow_SSE4_2 feature bit.
12361         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
12362         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
12363         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
12364         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
12366 2014-10-24  Roland McGrath  <roland@hack.frob.com>
12368         * configure.ac: Validate compiler version with a empirical test of
12369         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
12370         $CC -v output.
12371         * configure: Regenerated.
12373         * inet/htons.c (htons): Prototypify.
12374         * inet/htonl.c (htonl): Likewise.
12376 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
12378         * string/strncat.c (strncat): Improve performance by using strlen.
12380 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
12382         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
12384 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
12386         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
12387         Call libc_fetestexcept_aarch64.
12389 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
12391         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
12392         Call libc_feholdexcept_aarch64.
12394 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
12396         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
12397         Call get_rounding_mode.
12399 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
12401         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
12402         Simplify logic.
12404 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
12406         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
12407         Simplify logic.
12409 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
12411         [BZ #14138]
12412         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
12413         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
12414         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
12415         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
12416         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
12417         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
12418         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
12419         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
12420         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
12421         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
12422         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
12423         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
12424         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
12425         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
12426         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
12427         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
12428         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
12429         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
12430         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
12431         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
12432         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
12433         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
12434         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
12435         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
12436         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
12437         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
12438         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
12439         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
12440         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
12441         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
12442         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
12443         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
12444         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
12445         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
12446         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
12447         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
12448         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
12449         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
12450         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
12451         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
12452         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
12453         syscall.
12454         (geteuid): Likewise.
12455         (getgid): Likewise.
12456         (getuid): Likewise.
12457         (getresgid): Likewise.
12458         (getresuid): Likewise.
12459         (getgroups): Likewise.
12460         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
12461         (geteuid): Likewise.
12462         (getgid): Likewise.
12463         (getuid): Likewise.
12464         (getresgid): Likewise.
12465         (getresuid): Likewise.
12466         (getgroups): Likewise.
12467         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
12468         (geteuid): Likewise.
12469         (getgid): Likewise.
12470         (getuid): Likewise.
12471         (getresgid): Likewise.
12472         (getresuid): Likewise.
12473         (getgroups): Likewise.
12474         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
12475         Likewise.
12476         (geteuid): Likewise.
12477         (getgid): Likewise.
12478         (getuid): Likewise.
12479         (getresgid): Likewise.
12480         (getresuid): Likewise.
12481         (getgroups): Likewise.
12482         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
12483         (geteuid): Likewise.
12484         (getgid): Likewise.
12485         (getuid): Likewise.
12486         (getresgid): Likewise.
12487         (getresuid): Likewise.
12488         (getgroups): Likewise.
12489         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
12490         Likewise.
12491         (geteuid): Likewise.
12492         (getgid): Likewise.
12493         (getuid): Likewise.
12494         (getgroups): Likewise.
12496         [BZ #14138]
12497         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
12498         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
12499         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
12500         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
12501         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
12502         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
12503         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
12504         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
12505         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
12506         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
12507         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
12508         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
12509         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
12510         __chown.
12511         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
12512         (lchown): Likewise.
12513         (fchown): Likewise.
12514         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
12515         Likewise.
12516         (lchown): Likewise.
12517         (fchown): Likewise.
12518         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
12519         (lchown): Likewise.
12520         (fchown): Likewise.
12521         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
12522         Likewise.
12523         (lchown): Likewise.
12524         (fchown): Likewise.
12526 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
12528         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
12529         Simplify logic.
12531 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
12533         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
12534         Cleanup logic.
12536 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
12538         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
12539         Remove unused include.
12541 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
12543         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
12544         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
12545         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
12546         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
12548 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
12549             Helge Deller <deller@gmx.de>
12551         [BZ #17508]
12552         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
12553         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
12554         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
12556 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
12558         [BZ #14132]
12559         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
12560         Remove macro definition.
12561         (__ashrdi3_v_glibc20): Likewise.
12562         (__lshrdi3_v_glibc20): Likewise.
12563         (__cmpdi2_v_glibc20): Likewise.
12564         (__ucmpdi2_v_glibc20): Likewise.
12565         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
12566         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
12567         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
12568         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
12569         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
12570         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
12572 2014-10-22  Roland McGrath  <roland@hack.frob.com>
12574         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
12575         old GNU extension [0] syntax.
12576         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
12577         alloca rather than an array member with variable length.
12578         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
12579         * nscd/nscd.c (invalidate_db): New function, broken out of ...
12580         (parse_opt): ... here.  Likewise use alloca there.
12581         Validate the -i argument before checking for rootness.
12582         (send_shutdown): New function, broken out of ...
12583         (parse_opt): ... here.
12585 2014-10-22  Roland McGrath  <roland@hack.frob.com>
12587         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
12588         macro to get at the _rt_local_ro field.
12589         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
12590         ([PIC] case) or _dl_hwcap ([!PIC] case).
12591         * sysdeps/arm/setjmp.S: Likewise.
12593         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
12594         * sysdeps/arm/configure.ac: New check to define it.
12595         * sysdeps/arm/configure: Regenerated.
12596         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
12597         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
12598         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
12599         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
12600         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
12601         Use move/movt pair instead of a load.
12602         (LDST_GLOBAL): Macro removed.
12603         (LDR_GLOBAL): New macro replaces it.
12604         (LDR_HIDDEN): New macro.
12605         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
12606         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
12608         * setjmp/tst-setjmp-static.c: New file.
12609         * setjmp/Makefile (tests): Add it.
12610         (tests-static): New variable.
12612 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
12614         [BZ #17485]
12615         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
12617 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
12619         [BZ #14132]
12620         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
12622 2014-10-21  Roland McGrath  <roland@hack.frob.com>
12624         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
12626 2014-10-20  Roland McGrath  <roland@hack.frob.com>
12628         * io/fts.c (dirent_not_directory): New function.
12629         (fts_build): Call it.
12631 2014-10-20  Roland McGrath  <roland@hack.frob.com>
12633         * nptl/version.c (__nptl_main): Use normal __write rather than
12634         INTERNAL_SYSCALL.
12635         (banner): Update copyright years.
12637         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
12638         gettimeofday.
12639         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
12640         * nptl/pthread_cond_timedwait.c: Likewise.
12641         * nptl/pthread_mutex_timedlock.c: Likewise.
12642         * nptl/sem_timedwait.c: Likewise.
12644         * sysdeps/nptl/bits/libc-lock.h
12645         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
12646         (__libc_lock_init_recursive): Return void, not 0.
12647         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
12648         (__libc_rwlock_init): Likewise.
12649         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
12651 2014-10-20  Torvald Riegel  <triegel@redhat.com>
12653         [BZ #15215]
12654         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
12655         (__pthread_once_slow): ... here.
12656         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
12657         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
12659 2014-10-20  Torvald Riegel  <triegel@redhat.com>
12661         [BZ #15215]
12662         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
12663         __PTHREAD_ONCE_FORK_GEN_INCR): New.
12664         * sysdeps/nptl/fork.c (__libc_fork): Use them.
12665         * nptl/pthread_once.c (__pthread_once): Likewise.
12666         Update comments.
12668 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
12670         [BZ #14138]
12671         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
12672         name.
12673         (writev): Use __libc_writev as strong name.
12674         * sysdeps/unix/sysv/linux/readv.c: Remove file.
12675         * sysdeps/unix/sysv/linux/writev.c: Likewise.
12677 2014-10-17  Roland McGrath  <roland@hack.frob.com>
12679         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
12681         * sysdeps/i386/nptl/tls.h
12682         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
12683         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
12684         New macros.
12685         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
12686         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
12687         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
12688         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
12689         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
12690         Call CHECK_THREAD_SYSINFO instead of doing an assert.
12692         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
12693         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
12694         on [__NR_futex].
12695         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
12696         broken out of ...
12697         (__pthread_mutex_init): ... here.  Call it.
12698         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
12699         Conditionalize PI cases on [__NR_futex].
12700         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
12701         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
12702         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
12704         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
12705         conditional on [SIGSETXID].
12706         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
12707         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
12708         is defined.  Likewise for SIGSETXID.
12709         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
12710         Conditionalize definitions on [SIGSETXID].
12711         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
12712         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
12713         unblocking on [SIGCANCEL].
12715         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
12716         [__NR_set_robust_list].
12718 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12720         * string/strcoll_l.c (get_next_seq): Fix up formatting.
12721         (do_compare): Likewise.
12723 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
12725         [BZ #15884]
12726         * string/strcoll_l.c: Don't include stdio.h.
12727         (coll_seq): Remove members idxarr and rulearr.
12728         (get_next_seq_cached): Remove function.
12729         (get_next_seq): Likewise.
12730         (get_next_seq_nocache): Rename to get_next_seq.
12731         (do_compare): Remove function.
12732         (do_compare_nocache): Rename to do_compare.
12733         (STRCOLL): Remove weight and rules cache.
12735 2014-10-16  Roland McGrath  <roland@hack.frob.com>
12737         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
12738         * sysdeps/arm/sfp-machine.h: ... to here.
12739         * sysdeps/arm/Implies: Remove arm/soft-fp.
12741 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
12743         * conform/data/sys/utsname.h-data (*_t): Allow.
12744         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
12745         [POSIX] (WEXITED): Do not expect constant.
12746         [POSIX] (WSTOPPED): Likewise.
12747         [POSIX] (WNOHANG): Likewise.
12748         [POSIX] (WNOWAIT): Likewise.
12749         [POSIX] (siginfo_t): Do not expect type or elements.
12750         [POSIX] (pid_t): Do not expect type.
12751         [POSIX] (signal.h): Do not allow header.
12752         [POSIX] (sys/resource.h): Likewise.
12753         [POSIX] (si_*): Do not allow pattern.
12754         [POSIX] (W*): Likewise.
12755         [POSIX] (P_*): Likewise.
12756         [POSIX] (BUS_*): Likewise.
12757         [POSIX] (CLD_*): Likewise.
12758         [POSIX] (FPE_*): Likewise.
12759         [POSIX] (ILL_*): Likewise.
12760         [POSIX] (POLL_*): Likewise.
12761         [POSIX] (SEGV_*): Likewise.
12762         [POSIX] (SI_*): Likewise.
12763         [POSIX] (TRAP_*): Likewise.
12764         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
12765         variable.
12767 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
12769         [BZ #12926]
12770         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
12771         infinite loop when __recvmsg returns 0.
12773 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
12775         * CANCEL-FCT-WAIVE: Remove file.
12776         * CANCEL-FILE-WAIVE: Likewise.
12778         [BZ #14132]
12779         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
12780         instead of INTVARDEF.
12781         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
12782         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
12783         rtld_hidden_data_def instead of INTVARDEF.
12784         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
12785         * elf/dl-deps.c (expand_dst): Likewise.
12786         * elf/dl-load.c (_dl_dst_count): Likewise.
12787         (_dl_dst_substitute): Likewise.
12788         (decompose_rpath): Likewise.
12789         (_dl_init_paths): Likewise.
12790         (open_path): Likewise.
12791         (_dl_map_object): Likewise.
12792         * elf/rtld.c (dl_main): Likewise.
12793         (process_dl_audit): Likewise.
12794         (process_envvars): Likewise.
12795         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
12796         Remove declaration.
12797         (__libc_enable_secure): Use rtld_hidden_proto.
12799 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12801         * elf/dl-load.c
12802         (add_path): New function broken out of _dl_rtld_di_serinfo.
12803         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
12805 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
12807         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
12808         parentheses around macro arguments.
12809         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
12810         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
12811         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
12812         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
12813         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
12814         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
12815         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
12816         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
12817         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
12818         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
12819         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
12820         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
12821         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
12822         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
12823         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
12824         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
12825         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
12826         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
12827         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
12828         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
12829         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
12830         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
12831         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
12832         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
12833         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
12834         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
12835         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
12836         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
12837         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
12838         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
12839         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
12840         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
12841         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
12842         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
12843         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
12844         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
12845         Likewise.
12846         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
12847         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
12848         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
12849         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
12850         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
12851         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
12852         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
12853         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
12854         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
12855         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
12856         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
12857         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
12858         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
12859         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
12860         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
12861         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
12862         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
12863         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
12864         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
12865         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
12866         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
12867         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
12868         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
12869         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
12870         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
12871         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
12872         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
12873         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
12874         (_FP_FRAC_SRS_1): Likewise.
12875         (_FP_FRAC_CLZ_1): Likewise.
12876         (_FP_MUL_MEAT_1_imm): Likewise.
12877         (_FP_MUL_MEAT_1_wide): Likewise.
12878         (_FP_MUL_MEAT_1_hard): Likewise.
12879         (_FP_SQRT_MEAT_1): Likewise.
12880         (_FP_FRAC_ASSEMBLE_1): Likewise.
12881         (_FP_FRAC_DISASSEMBLE_1): Likewise.
12882         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
12883         (__FP_CLZ_2): Likewise.
12884         (_FP_MUL_MEAT_2_wide): Likewise.
12885         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
12886         (_FP_MUL_MEAT_2_gmp): Likewise.
12887         (_FP_MUL_MEAT_2_120_240_double): Likewise.
12888         (_FP_SQRT_MEAT_2): Likewise.
12889         (_FP_FRAC_ASSEMBLE_2): Likewise.
12890         (_FP_FRAC_DISASSEMBLE_2): Likewise.
12891         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
12892         (_FP_FRAC_CLZ_4): Likewise.
12893         (_FP_MUL_MEAT_4_wide): Likewise.
12894         (_FP_MUL_MEAT_4_gmp): Likewise.
12895         (_FP_SQRT_MEAT_4): Likewise.
12896         (_FP_FRAC_ASSEMBLE_4): Likewise.
12897         (_FP_FRAC_DISASSEMBLE_4): Likewise.
12898         * soft-fp/op-common.h (_FP_CMP): Likewise.
12899         (_FP_CMP_EQ): Likewise.
12900         (_FP_CMP_UNORD): Likewise.
12901         (_FP_TO_INT): Likewise.
12902         (_FP_FROM_INT): Likewise.
12903         [!__FP_CLZ] (__FP_CLZ): Likewise.
12904         (_FP_DIV_HELP_imm): Likewise.
12905         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
12906         Likewise.
12907         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
12908         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
12909         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
12910         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
12911         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
12912         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
12913         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
12914         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
12915         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
12916         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
12917         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
12918         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
12919         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
12920         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
12921         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
12922         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
12923         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
12924         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
12925         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
12926         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
12927         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
12928         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
12929         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
12930         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
12931         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
12932         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
12933         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
12934         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
12935         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
12936         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
12937         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
12938         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
12939         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
12940         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
12941         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
12942         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
12943         (FP_UNPACK_RAW_SP): Likewise.
12944         (FP_PACK_RAW_S): Likewise.
12945         (FP_PACK_RAW_SP): Likewise.
12946         (FP_UNPACK_S): Likewise.
12947         (FP_UNPACK_SP): Likewise.
12948         (FP_UNPACK_SEMIRAW_S): Likewise.
12949         (FP_UNPACK_SEMIRAW_SP): Likewise.
12950         (FP_PACK_S): Likewise.
12951         (FP_PACK_SP): Likewise.
12952         (FP_PACK_SEMIRAW_S): Likewise.
12953         (FP_PACK_SEMIRAW_SP): Likewise.
12954         (_FP_SQRT_MEAT_S): Likewise.
12955         (FP_CMP_S): Likewise.
12956         (FP_CMP_EQ_S): Likewise.
12957         (FP_CMP_UNORD_S): Likewise.
12958         (FP_TO_INT_S): Likewise.
12959         (FP_FROM_INT_S): Likewise.
12961         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
12963         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
12964         (FP_EX_INVALID_IMZ): Likewise.
12965         (FP_EX_INVALID_IMZ_FMA): Likewise.
12966         (FP_EX_INVALID_ISI): Likewise.
12967         (FP_EX_INVALID_ZDZ): Likewise.
12968         (FP_EX_INVALID_IDI): Likewise.
12969         (FP_EX_INVALID_SQRT): Likewise.
12970         (FP_EX_INVALID_CVI): Likewise.
12971         (FP_EX_INVALID_VC): Likewise.
12972         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
12973         "invalid" exceptions.
12974         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
12975         (_FP_ADD_INTERNAL): Likewise.
12976         (_FP_MUL): Likewise.
12977         (_FP_FMA): Likewise.
12978         (_FP_DIV): Likewise.
12979         (_FP_CMP_CHECK_NAN): Likewise.
12980         (_FP_SQRT): Likewise.
12981         (_FP_TO_INT): Likewise.
12982         (FP_EXTEND): Likewise.
12984 2014-10-09  Allan McRae  <allan@archlinux.org>
12986         * po/fr.po: Update French translation from translation project.
12988 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
12990         [BZ #14132]
12991         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
12992         of INTDEF.
12993         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
12994         (__cxa_atexit): Use libc_hidden_proto.
12995         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
12997         [BZ #14132]
12998         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
12999         declaration.
13000         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
13001         [!_ISOMAC] (__iswspace_l_internal): Likewise.
13002         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
13003         [!_ISOMAC] (__iswctype_internal): Likewise.
13004         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
13005         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
13006         alias.
13007         (fcntl): Remove __fcntl_internal alias.
13008         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
13009         __connect_internal alias.
13010         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
13011         Likewise.
13013         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
13014         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
13015         FP_DENORM_ZERO.
13016         (_FP_CHECK_FLUSH_ZERO): New macro.
13017         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
13018         (_FP_CMP): Likewise.
13019         (_FP_CMP_EQ): Likewise.
13020         (_FP_TO_INT): Do not set inexact for subnormal arguments if
13021         FP_DENORM_ZERO.
13022         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
13023         (FP_TRUNC): Likewise.
13025         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
13026         treated as invalid conversion, not as normal exponent.
13028         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
13029         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
13030         (_FP_CMP_EQ): Likewise.
13031         (_FP_CMP_UNORD): Likewise.
13032         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
13033         (FP_CMP_EQ_D): Likewise.
13034         (FP_CMP_UNORD_D): Likewise.
13035         * soft-fp/extended.h (FP_CMP_E): Likewise.
13036         (FP_CMP_EQ_E): Likewise.
13037         (FP_CMP_UNORD_E): Likewise.
13038         * soft-fp/quad.h (FP_CMP_Q): Likewise.
13039         (FP_CMP_EQ_Q): Likewise.
13040         (FP_CMP_UNORD_Q): Likewise.
13041         * soft-fp/single.h (FP_CMP_S): Likewise.
13042         (FP_CMP_EQ_S): Likewise.
13043         (FP_CMP_UNORD_S): Likewise.
13044         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
13045         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
13046         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
13047         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
13048         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
13049         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
13050         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
13051         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
13052         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
13053         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
13054         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
13055         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
13056         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
13057         to FP_CMP_Q.
13058         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
13059         FP_CMP_Q.
13060         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
13061         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
13062         FP_CMP_EQ_Q.
13063         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
13064         FP_CMP_Q.
13065         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
13066         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
13067         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
13068         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
13069         FP_CMP_EQ_Q.
13070         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
13071         FP_CMP_Q.
13072         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
13073         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
13074         FP_CMP_EQ_Q.
13075         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
13076         FP_CMP_Q.
13077         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
13078         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
13079         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
13080         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
13081         FP_CMP_EQ_Q.
13083         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
13084         a subnormal result, set the underflow exception if trapping on
13085         underflow is enabled.
13086         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
13087         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
13088         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
13089         redefine to 0.
13090         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
13091         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
13092         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
13093         * soft-fp/extendxftf2.c (__extendxftf2): Use
13094         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
13096         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
13097         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
13098         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
13099         FP_HANDLE_EXCEPTIONS.
13100         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
13101         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
13102         FP_HANDLE_EXCEPTIONS.
13103         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
13104         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
13105         FP_HANDLE_EXCEPTIONS.
13106         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
13107         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
13108         FP_HANDLE_EXCEPTIONS.
13110 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
13112         [BZ #14132]
13113         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
13114         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
13115         use INTUSE.
13116         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
13117         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
13118         Remove alias.
13119         (__adjtimex): Define using libc_hidden_ver.
13120         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
13121         Remove declaration.
13122         (ntp_gettime): Call __adjtimex directly.
13123         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
13124         Remove declaration.
13125         (ntp_gettimex): Call __adjtimex directly.
13126         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
13127         __adjtimex_internal alias.
13129 2014-10-08  Roland McGrath  <roland@hack.frob.com>
13131         [BZ #17460]
13132         * nscd/nscd.c (more_help): Rewrite list of tables collection
13133         using xstrdup and asprintf.
13135         * nscd/nscd_conf.c: Remove local xstrdup declaration.
13137 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13138             Roland McGrath  <roland@hack.frob.com>
13140         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
13141         (do_lookup_unique): ... local function 'enter' here; update callers.
13143 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
13145         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
13146         compat_symbol calls on [SHARED].
13147         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
13148         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
13149         Remove.
13150         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
13151         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
13152         (oldsetrlimit): Remove.
13153         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
13154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
13155         (lchown): New syscall entry.
13156         (oldsetrlimit): Remove.
13157         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
13158         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
13159         (oldsetrlimit): Remove.
13160         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
13162         [BZ #14138]
13163         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
13164         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
13165         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
13166         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
13167         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
13168         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
13169         (fchown): Likewise.
13170         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
13171         (fchown): Likewise.
13172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
13173         Likewise.
13175 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13177         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
13178         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
13179         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
13180         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
13181         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
13182         Likewise.
13183         (__old_sem_post): Likewise.
13185 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
13187         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
13188         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
13189         HAVE_CLOCK_GETTIME_VSYSCALL macros.
13190         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
13191         Use INLINE_VSYSCALL macro.
13192         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
13193         __vdso_clock_gettime.
13194         * sysdeps/unix/sysv/linux/tile/init-first.c
13195         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
13196         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
13197         __vdso_clock_gettime.
13199         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
13200         to set up frame more cleanly.
13202         * sysdeps/tile/memcmp.c: New file.
13204         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
13206         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
13207         * sysdeps/tile/tilegx/strcasestr.c: New file.
13208         * sysdeps/tile/tilegx/strnlen.c: New file.
13209         * sysdeps/tile/tilegx/strstr.c: New file.
13211         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
13213 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
13215         * nptl/tst-setuid3.c: Write errors to stdout.
13217 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13219         * elf/dl-deps.c
13220         (preload): New functions broken out of _dl_map_object_deps.
13221         (_dl_map_object_deps):  Remove a nested function. Update call sites.
13223 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
13225         [BZ #14138]
13226         * sysdeps/unix/sysv/linux/execve.c: Remove file.
13227         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
13229 2014-10-01  Steve Ellcey  <sellcey@mips.com>
13231         * sysdeps/mips/strcmp.S: New.
13233 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
13235         [BZ #14138]
13236         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
13237         (linkat): Likewise.
13238         (mkdirat): Likewise.
13239         (readlinkat): Likewise.
13240         (renameat): Likewise.
13241         (symlinkat): Likewise.
13242         (unlinkat): Likewise.
13243         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
13244         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
13245         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
13246         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
13247         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
13248         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
13249         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
13251 2014-09-30  Will Newton  <will.newton@linaro.org>
13253         * math/math.h: Define long double math functions if
13254         _LIBC_TEST is defined.
13255         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
13257         * localedata/Makefile: Move assignment to tests-special
13258         into an ifdef testing run-built-tests.
13259         * timezone/Makefile: Likewise.
13261 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
13263         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
13264         with $(BASH) not $(SHELL).
13266 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
13267             Matthew LeGendre  <legendre1@llnl.gov>
13269         [BZ #17411]
13270         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
13271         l_reloc_result.
13273 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13275         * stdio-common/printf_fp.c
13276         (hack_digit): New function, broken out of ...
13277         (__printf_fp): ... local function here.  Update call sites.
13278         hack_digit now takes an additional parameter that is a pointer
13279         to a struct of the referenced locals.  Those locals moved inside
13280         the struct and references updated.
13282 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
13284         * aclocal.m4: Require autoconf 2.69.
13285         * configure: Regenerated.
13286         * sysdeps/aarch64/configure: Likewise.
13287         * sysdeps/alpha/configure: Likewise.
13288         * sysdeps/arm/armv7/configure: Likewise.
13289         * sysdeps/arm/configure: Likewise.
13290         * sysdeps/ia64/configure: Likewise.
13291         * sysdeps/mach/configure: Likewise.
13292         * sysdeps/mips/configure: Likewise.
13293         * sysdeps/s390/configure: Likewise.
13294         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
13295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
13297         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
13298         file.
13299         * sysdeps/ia64/configure.ac: Likewise.
13301 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
13303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
13304         specify symbol version for ld.so.  Do not include entry for
13305         libpthread.
13306         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
13307         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
13308         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
13310         [BZ #14171]
13311         * Makeconfig [$(build-shared) = yes]
13312         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
13313         makefiles.
13314         [$(build-shared) = yes && $(soversions.mk-done) = t]
13315         ($(common-objpfx)gnu/lib-names.h): Remove rule.
13316         [$(build-shared) = yes && $(soversions.mk-done) = t]
13317         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
13318         to Makerules.
13319         [$(build-shared) = yes && $(soversions.mk-done) = t]
13320         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
13321         here.
13322         [$(build-shared) = yes && $(soversions.mk-done) = t]
13323         (common-generated): Don't append gnu/lib-names.h and
13324         gnu/lib-names.stmp here.
13325         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
13326         (lib-names-h-abi): New variable.
13327         [$(build-shared) = yes && $(soversions.mk-done) = t]
13328         (lib-names-stmp-abi): Likewise.
13329         [$(build-shared) = yes && $(soversions.mk-done) = t &&
13330         abi-variants] (before-compile): Append
13331         $(common-objpfx)$(lib-names-h-abi).
13332         [$(build-shared) = yes && $(soversions.mk-done) = t &&
13333         abi-variants] (common-generated): Append gnu/lib-names.h.
13334         [$(build-shared) = yes && $(soversions.mk-done) = t &&
13335         abi-variants] (install-others-nosubdir): Depend on
13336         $(inst_includedir)/$(lib-names-h-abi).
13337         [$(build-shared) = yes && $(soversions.mk-done) = t &&
13338         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
13339         [$(build-shared) = yes && $(soversions.mk-done) = t]
13340         ($(common-objpfx)$(lib-names-h-abi)): New rule.
13341         [$(build-shared) = yes && $(soversions.mk-done) = t]
13342         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
13343         [$(build-shared) = yes && $(soversions.mk-done) = t]
13344         (common-generated): Append $(lib-names-h-abi) and
13345         $(lib-names-stmp-abi).
13346         * scripts/lib-names.awk: Do not handle multi being set.
13347         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
13348         Remove variable.
13349         (abi-lp64_be-ld-soname): Likewise.
13350         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
13351         Likewise.
13352         (abi-hard-ld-soname): Likewise.
13353         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
13354         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
13355         Remove variable.
13356         (abi-o32_hard-ld-soname): Likewise.
13357         (abi-o32_soft_2008-ld-soname): Likewise.
13358         (abi-o32_hard_2008-ld-soname): Likewise.
13359         (abi-n32_soft-ld-soname): Likewise.
13360         (abi-n32_hard-ld-soname): Likewise.
13361         (abi-n32_soft_2008-ld-soname): Likewise.
13362         (abi-n32_hard_2008-ld-soname): Likewise.
13363         (abi-n64_soft-ld-soname): Likewise.
13364         (abi-n64_hard-ld-soname): Likewise.
13365         (abi-n64_soft_2008-ld-soname): Likewise.
13366         (abi-n64_hard_2008-ld-soname): Likewise.
13367         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
13368         Likewise.
13369         (abi-64-v2-ld-soname): Likewise.
13370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
13371         ld.so entries.
13372         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
13373         variable.
13374         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
13375         entry.
13376         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
13377         variable.
13378         (abi-64-ld-soname): Likewise.
13379         (abi-x32-ld-soname): Likewise.
13380         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
13381         entry.
13382         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
13384 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
13386         [BZ #14138]
13387         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
13388         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
13389         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
13390         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
13391         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
13392         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
13393         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
13394         syscall entry for GLIBC_2.2 symbol version.
13395         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
13396         Likewise.
13397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
13398         (setrlimit): Likewise.
13399         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
13400         Likewise.
13402 2014-09-23  Will Newton  <will.newton@linaro.org>
13404         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
13405         _LINUX_ARM_SYSDEP_H include guard too.
13406         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
13407         define.
13409 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13411         * sysdeps/unix/sysv/linux/eventfd.c:
13412         Make first argument unsigned.
13413         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
13414         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
13416 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
13418         * socket/recvmmsg.c (recvmmsg): Drop const argument.
13419         * socket/sys/socket.h: Likewise
13420         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
13422 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13424         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
13426 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
13428         * time/tst-ftime.c: New test.
13429         * time/Makefile (tests): Add tst-ftime.
13431 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
13433         * soft-fp/extended.h: Fix comment formatting.
13434         * soft-fp/op-1.h: Likewise.
13435         * soft-fp/op-2.h: Likewise.
13436         * soft-fp/op-4.h: Likewise.
13437         * soft-fp/op-8.h: Likewise.
13438         * soft-fp/op-common.h: Likewise.
13439         * soft-fp/soft-fp.h: Likewise.
13441         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
13443 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
13445         [BZ #6652]
13446         * Makeconfig (soversions-default-setname): Remove variable.
13447         ($(common-objpfx)soversions.i): Don't pass default_setname to
13448         soversions.awk.
13449         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
13450         oldest_abi to abi-versions.awk.
13451         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
13452         * config.make.in (oldest-abi): Remove variable.
13453         * configure.ac (--enable-oldest-abi): Remove configure option.
13454         * configure: Regenerated.
13455         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
13456         text.
13457         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
13458         * scripts/soversions.awk: Do not handle default_setname variable.
13459         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
13460         variable.
13461         * sysdeps/mach/hurd/configure: Regenerated.
13462         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
13463         variable.
13464         * sysdeps/unix/sysv/linux/configure: Regenerated.
13466 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13468         * elf/Makefile (CFLAGS-interp.c): Remove.
13469         ($(elf-objpfx)runtime-linker.h): Generate header with linker
13470         path string.
13471         * elf/interp.c: Include generated runtime-linker.h
13473         * Makerules (lib%.so): Don't include $(+interp) in
13474         prerequisites.
13475         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
13476         * dlfcn/eval.c: Remove file.
13478         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
13479         macros.
13481         [BZ #17266]
13482         * misc/sys/cdefs.h: Define __extern_always_inline for clang
13483         4.2 and newer.
13485         [BZ #17370]
13486         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
13488 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13489             Jakub Jelinek  <jakub@redhat.com>
13491         [BZ #17266]
13492         * libio/stdio.h: Check definition of __fortify_function
13493         instead of __extern_always_inline to include bits/stdio2.h.
13494         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
13495         check if __extern_always_inline is defined.
13496         [__USE_MISC || __USE_XOPEN]: Likewise.
13497         [__USE_ISOC99] Likewise.
13498         * misc/sys/cdefs.h (__fortify_function): Define only if
13499         __extern_always_inline is defined.
13500         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
13501         __extern_always_inline and __extern_inline only for g++-4.3
13502         and newer or a compatible gcc.
13504 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
13506         [BZ #17371]
13507         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
13508         last change to handle zero prefix length.
13510 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13512         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
13513         _SC_REGEX_VERSION.
13515         * posix/getconf.c (vars): Add _POSIX_IPV6 and
13516         _POSIX_RAW_SOCKETS.
13518 2014-09-13  Allan McRae  <allan@archlinux.org>
13520         * po/ru.po: Update Russian translation from translation project.
13522 2014-09-12  Roland McGrath  <roland@hack.frob.com>
13524         * locale/programs/locale.c (show_locale_vars): Inline local function
13525         into its sole call site.  Clean up some style nits.
13526         (print_item): New function, broken out of ...
13527         (show_info): ... local function here.  Clean up style nits.
13529         * locale/programs/ld-ctype.c (set_one_default): New function, broken
13530         out of ...
13531         (set_class_defaults): ... local function set_default here.
13532         Define set_default as a macro locally to pass constant parameters.
13533         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
13534         rather than a shared local.
13536         * stdlib/rpmatch.c (try): New function, broken out of ...
13537         (rpmatch): ... local function here.  Also, prototypify definition.
13539 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
13541         * scripts/soversions.awk: Do not handle configuration names.
13542         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
13543         vendor and os variables to soversions.awk.
13544         * configure.ac: Do not modify gnu-* host_os.
13545         * configure: Regenerated
13546         * shlib-versions: Remove first column with configuration names.
13547         * nptl/shlib-versions: Likewise.
13548         * nptl_db/shlib-versions: Likewise.
13549         * sysdeps/hppa/shlib-versions: Likewise.
13550         * sysdeps/m68k/shlib-versions: Likewise.
13551         * sysdeps/mach/hurd/shlib-versions: Likewise.
13552         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
13553         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
13554         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
13555         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
13556         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
13557         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
13558         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
13559         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
13560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
13561         Likewise.
13562         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
13563         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
13564         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
13565         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
13566         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
13567         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
13568         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
13569         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
13571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
13572         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
13573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
13574         Regenerated.
13575         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
13576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
13577         Condition symbol version definitions on [HAVE_ELFV2_ABI].
13579         * shlib-versions: Remove OS-specific entries.  Moved to files in
13580         sysdeps.
13581         * sysdeps/mach/hurd/shlib-versions: New file.
13582         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
13584         * nptl/shlib-versions: Remove architecture-specific entries.
13585         Moved to files in sysdeps.
13586         * shlib-versions: Likewise.
13587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
13588         file.
13589         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
13590         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
13591         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
13592         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
13594         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
13595         (UDP_NO_CHECK6_RX): Likewise.
13597 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13599         * sysdeps/posix/sysconf.c (__sysconf): Spell
13600         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
13602 2014-08-12  Florian Weimer  <fweimer@redhat.com>
13604         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
13605         loading.
13606         * iconv/Versions (__gconv_transliterate): Export for use from
13607         gconv modules.
13608         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
13609         (struct __gconv_trans_data, __gconv_trans_fct,
13610         __gconv_trans_context_fct, __gconv_trans_query_fct,
13611         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
13612         definitions.
13613         (struct __gconv_step_data): Remove __trans member.
13614         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
13615         longer hidden.  Remove unused trans_data argument.
13616         * iconv/gconv_int.h (struct trans_struct): Remove definition.
13617         (__gconv_translit_find): Remove declaration.
13618         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
13619         prototype.
13620         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
13621         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
13622         trans_data argument.  Add hidden definition.
13623         (__gconv_translit_find): Remove.
13624         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
13625         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
13626         * iconv/skeleton.c: Remove transliteration initialization.
13627         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
13628         __gconv_step_data initialization.
13629         * libio/iofwide.c (__libio_translit_): Remove.
13630         (_IO_fwide): Adjust struct __gconv_step_data initialization.
13631         * wcsmbs/btowc.c (__btowc): Likewise.
13632         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
13633         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
13634         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
13635         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
13636         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
13637         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
13638         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
13639         * wcsmbs/wctob.c (wctob): Likewise.
13641 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13643         [BZ #16194]
13644         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
13645         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
13646         register usage.
13647         * sysdeps/x86/Makefile: Adjust.
13649 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13650             Roland McGrath  <roland@hack.frob.com>
13652         * locale/weight.h: Add include guard.
13653         (findidx): Make static rather than auto; take new parameters
13654         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
13655         * locale/weightwc.h: Likewise.
13656         * posix/fnmatch_loop.c
13657         (FCT): Change type of EXTRA from int32_t to wint_t.
13658         Don't include either header inside the function.
13659         Call FINDIDX rather than findidx, and pass new arguments.
13660         #undef FINDIDX at the end of the file.
13661         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
13662         FINDIDX before including fnmatch_loop.c for the non-wide version.
13663         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
13664         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
13665         for the wide version.
13666         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
13667         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
13668         Pass new arguments to findidx.
13669         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
13670         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
13671         Don't #include it inside the function.  Pass new arguments to findidx.
13672         * posix/regex_internal.h
13673         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
13674         (re_string_elem_size_at): Don't #include it inside the function.
13675         Pass new arguments to findidx.
13676         * string/strcoll_l.c: #include WEIGHT_H at top level.
13677         (get_next_seq): Don't #include it inside the function.
13678         Pass new arguments to findidx.
13679         (get_next_seq_nocache): Likewise.
13680         * string/strxfrm_l.c: #include WEIGHT_H at top level.
13681         (STRXFRM): Don't #include it inside the function.
13682         Pass new arguments to findidx.
13684 2014-09-11  Florian Weimer  <fweimer@redhat.com>
13686         [BZ #17344]
13687         * malloc/malloc.c (unlink): Turn asserts into a call to
13688         malloc_printerr.
13690 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
13692         [BZ #17370]
13693         * libio/wfileops (do_ftell_wide): Free OUT.
13695 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
13697         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
13699 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
13701         [BZ #17363]
13702         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
13703         group if the current group is empty.
13705 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13707         * benchtests/bench-memset.c (test_main): Add more test from size
13708         from 32 to 512 bytes.
13709         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
13710         Add POWER8 memset object.
13711         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13712         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
13713         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
13714         implementation.
13715         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
13716         Likewise.
13717         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
13718         multiarch POWER8 memset optimization.
13719         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
13720         POWER8 memset optimization.
13722         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
13723         Remove bzero multiarch objects.
13724         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
13725         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
13726         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
13727         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
13728         Remove define.
13729         [__bzero]: Redefine to specific name.
13730         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
13731         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
13732         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
13733         define.
13734         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
13735         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
13737 2014-09-10  Florian Weimer  <fweimer@redhat.com>
13739         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
13740         warnings into errors.
13742         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
13743         __cxa_thread_atexit_impl prototype.
13745 2014-09-09  Steve Ellcey  <sellcey@mips.com>
13747         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
13748         Fix capitalization of error message.
13750 2014-09-09  Steve Ellcey  <sellcey@mips.com>
13752         * sysdeps/mips/preconfigure: Modify ABI tests.
13754 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
13756         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
13758 2014-09-07  Roland McGrath  <roland@hack.frob.com>
13759             Carlos O'Donell  <carlos@systemhalted.org>
13761         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
13762         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
13763         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
13764         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
13765         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
13766         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
13767         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
13768         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
13769         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
13770         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
13771         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
13772         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
13773         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
13774         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
13775         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
13776         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
13777         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
13778         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
13779         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
13780         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
13781         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
13782         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
13783         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
13784         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
13785         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
13786         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
13787         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
13788         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
13789         Deconditionalize the code that was previously under [RESET_PID].
13790         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
13791         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
13792         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
13793         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
13794         include sysdep.h.
13796 2014-09-08  Allan McRae  <allan@archlinux.org>
13798         * version.h (RELEASE): Set to "development".
13799         (VERSION): Set to "2.20.90"
13801 2014-09-07  Allan McRae  <allan@archlinux.org
13803         * version.h (RELEASE): Set to "stable".
13804         (VERSION): Set to "2.20"
13805         * include/features.h (__GLIBC_MINOR__): Set to 20.
13807         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
13808         Liebler.
13810         * po/ko.po: Update Korean translation from translation project.
13812 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
13814         [BZ #17354]
13815         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
13816         macro for handling signed relocations.
13818 2014-09-03  Florian Weimer  <fweimer@redhat.com>
13820         [BZ #17325]
13821         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
13822         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
13823         assert.
13824         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
13825         * iconvdata/ibm935.c (BODY): Likewise.
13826         * iconvdata/ibm937.c (BODY): Likewise.
13827         * iconvdata/ibm939.c (BODY): Likewise.
13828         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
13829         assert.
13830         * iconvdata/Makefile (iconv-test.out): Pass module list to test
13831         script.
13832         * iconvdata/run-iconv-test.sh: New test loop for checking for
13833         decoder crashers.
13835 2014-09-02  Khem Raj  <raj.khem@gmail.com>
13837         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
13838         libm_hidden_ver.
13840 2014-09-01  Allan McRae  <allan@archlinux.org>
13842         * po/eo.po: Update Esperanto translation from translation project.
13844         * po/ca.po: Update Catalan translation from translation project.
13846 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13848         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
13849         __proc_dostop call.
13851 2014-08-27  Mark Wielaard  <mjw@redhat.com>
13853         [BZ #17319]
13854         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
13855         to call set_thread_area instead of hand written asm.
13856         (__NR_set_thread_area): Removed define.
13857         (TLS_FLAG_WRITABLE): Likewise.
13858         (__ASSUME_SET_THREAD_AREA): Remove check.
13859         (TLS_EBX_ARG): Remove define.
13860         (TLS_LOAD_EBX): Likewise.
13862 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13864         Simplify atomicity of socket creation in bind.
13866         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
13867         looking up the name after linking the file.
13869 2014-08-27  Allan McRae  <allan@archlinux.org>
13871         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
13873 2014-08-26  Florian Weimer  <fweimer@redhat.com>
13875         [BZ #17187]
13876         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
13877         trans_compare, open_translit, __gconv_translit_find):
13878         Remove module loading code.
13880 2014-08-26  Allan McRae  <allan@archlinux.org>
13882         * po/vi.po: Update Vietnamese translation from translation project.
13884         * po/uk.po: Update Ukrainian translation from translation project.
13886         * po/fr.po: Update French translation from translation project.
13888         * po/ru.po: Update Russian translation from translation project.
13890         * po/pl.po: Update Polish translation from translation project.
13892         * po/cs.po: Update Czech translation from translation project.
13894         * po/de.po: Update German translation from translation project.
13896         * po/bg.po: Update Bulgarian translation from translation project.
13898         * po/sv.po: Update Sweedish translation from translation project.
13900         * po/nl.po: Update Dutch translation from translation project.
13902         * po/es.po: Update Spanish translation from translation project.
13904 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13906         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
13908         * catgets/Makefile (CPPFLAGS-gencat): Remove.
13909         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
13910         (CPPFLAGS-iconvconfig): Likewise.
13911         * timezone/Makefile (CPPFLAGS-zic): Likewise.
13913         * include/libc-symbols.h: Remove unnecessary check for
13914         NOT_IN_libc.
13915         * nptl/pthreadP.h: Likewise.
13916         * sysdeps/aarch64/setjmp.S: Likewise.
13917         * sysdeps/alpha/setjmp.S: Likewise.
13918         * sysdeps/arm/sysdep.h: Likewise.
13919         * sysdeps/i386/setjmp.S: Likewise.
13920         * sysdeps/m68k/setjmp.c: Likewise.
13921         * sysdeps/posix/getcwd.c: Likewise.
13922         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
13923         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
13924         * sysdeps/s390/s390-32/setjmp.S: Likewise.
13925         * sysdeps/s390/s390-64/setjmp.S: Likewise.
13926         * sysdeps/sh/sh3/setjmp.S: Likewise.
13927         * sysdeps/sh/sh4/setjmp.S: Likewise.
13928         * sysdeps/unix/alpha/sysdep.h: Likewise.
13929         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
13930         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
13931         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
13932         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
13933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
13934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
13935         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
13936         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
13937         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
13938         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
13939         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
13940         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
13941         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
13942         * sysdeps/x86_64/setjmp.S: Likewise.
13944 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
13946         [BZ #17263]
13947         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
13948         <stdint.h>.
13949         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
13950         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
13952 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
13954         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
13956         [BZ #17262]
13957         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
13958         and __x86_64__ when disabling x87 inline functions.
13960 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
13962         [BZ #17259]
13963         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
13964         asm statement with __cpuid_count.
13966 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
13968         * configure.ac: Change __ehdr_start code to dereference the struct.
13969         Run readelf on the output to look for relocations.
13970         * configure: Regenerated.
13972 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
13974         [BZ #17261]
13975         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
13976         value to 0.
13977         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
13979 2014-08-12  Roland McGrath  <roland@hack.frob.com>
13981         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
13983 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
13985         [BZ #16892]
13986         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
13987         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
13989 2014-08-12  Sean Anderson  <seanga2@gmail.com>
13991         * malloc/malloc.c: Fix typo in comment.
13993 2014-08-09  Allan McRae  <allan@archlinux.org>
13995         * Regenerate libc.po.
13997 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
13999         * intl/tst-gettext2.sh: Check every lang file for creation.
14001 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
14003         * sysdeps/aarch64/fpu/math_private.h
14004         (libc_feholdsetround_noex_aarch64_ctx): New function.
14006 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
14008         * sysdeps/arm/armv6/strcpy.S (strcpy):
14009         Fix performance issue in misaligned cases.
14011 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14013         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
14014         Move definition from termios.h.
14015         (struct termio): Likewise.
14016         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
14017         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
14018         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
14019         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
14020         Likewise.
14021         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
14022         Move definition to ioctl-types.h
14023         (struct termio): Likewise.
14024         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
14025         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
14026         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
14027         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
14028         Likewise.
14030 2014-08-05  Richard Henderson  <rth@redhat.com>
14032         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
14033         exceptions.
14034         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
14035         Add fraiseexcpt.
14036         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
14037         Use __feraiseexcept.
14038         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
14039         Protect libm symbols with IS_IN_libm.
14041         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
14043 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
14045         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
14047 2014-08-04  Will Newton  <will.newton@linaro.org>
14049         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
14050         file.
14052 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
14054         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
14055         variants for each function.
14057 2014-08-04  Roland McGrath  <roland@hack.frob.com>
14059         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
14060         appended ...
14061         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
14062         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
14063         appended ...
14064         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
14065         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
14066         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
14067         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
14068         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
14069         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
14070         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
14071         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
14072         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
14073         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
14074         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
14075         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
14076         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
14077         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
14078         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
14079         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
14080         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
14081         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
14082         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
14083         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
14084         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
14085         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
14086         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
14087         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
14088         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
14089         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
14090         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
14091         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
14092         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
14093         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
14094         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
14095         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
14096         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
14097         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
14098         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
14099         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
14100         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
14101         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
14102         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
14103         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
14104         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
14105         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
14106         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
14107         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
14108         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
14109         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
14110         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
14111         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
14112         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
14113         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
14114         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
14115         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
14116         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
14117         Update #include.
14118         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
14119         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
14121 2014-08-04  Roland McGrath  <roland@hack.frob.com>
14123         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
14124         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
14125         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
14126         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
14127         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
14128         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
14130 2014-08-04  Roland McGrath  <roland@hack.frob.com>
14132         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
14133         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
14134         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
14135         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
14137 2014-08-04  Roland McGrath  <roland@hack.frob.com>
14139         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
14140         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
14141         (__libc_vfork): Define function under this name.
14142         (__vfork): Define as an alias.
14143         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
14144         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
14146 2014-08-04  Roland McGrath  <roland@hack.frob.com>
14148         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
14149         that was previously under [RESET_PID].
14150         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
14152 2014-08-04  Andreas Schwab  <schwab@suse.de>
14154         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
14156 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
14158         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
14159         (main): Likewise.
14161 2014-08-01  Roland McGrath  <roland@hack.frob.com>
14163         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
14165 2014-08-01  Richard Henderon  <rth@redhat.com>
14167         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
14168         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
14169         typo in exact zero test.
14170         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14171         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
14172         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14174 2014-08-01  Roland McGrath  <roland@hack.frob.com>
14176         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
14177         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
14178         * sysdeps/arm/sysdep.h: ... here.
14179         [!__ASSEMBLER__]: Include <stdint.h>.
14181 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
14183         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
14184         (HAVE_WCTYPE_H): Likewise.
14185         (HAVE_ISWCTYPE): Likewise.
14186         (ENABLE_NLS): Likewise.
14187         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
14188         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
14190         * posix/regex_internal.c: Check if DEBUG is defined and is
14191         set.
14193         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
14194         (HAVE_MBSRTOWCS): Likewise.
14195         * posix/fnmatch.c: Include string.h unconditionally.
14197 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
14199         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
14200         reversal.
14202 2014-07-31  Roland McGrath  <roland@hack.frob.com>
14204         * sysdeps/generic/safe-fatal.h: New file.
14205         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
14206         * nptl/forward.c: Include it.
14207         (__pthread_unwind): Use __safe_fatal as default action, rather
14208         than a bogus use of INTERNAL_SYSCALL that could never work.
14210         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
14211         * configure.ac (libc_cv_builtin_trap): New test.
14212         * configure: Regenerated.
14213         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
14214         (ABORT_INSTRUCTION): Define using __builtin_trap.
14216         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
14217         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
14218         * sysdeps/nptl/nptl-signals.h: New file.
14219         * nptl/pthreadP.h: Include <nptl-signals.h>.
14221 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
14223         * sysdeps/s390/s390-64/utf16-utf32-z9.c
14224         (ONE_DIRECTION): Define.
14225         * sysdeps/s390/s390-64/utf8-utf16-z9.c
14226         (ONE_DIRECTION): Define.
14227         * sysdeps/s390/s390-64/utf8-utf32-z9.c
14228         (ONE_DIRECTION): Define.
14230 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
14232         * sysdeps/s390/Makefile: Delete file.
14233         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
14234         * sysdeps/s390/__longjmp.c: Delete file.
14235         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
14236         Remove fields __flags and __reserved.
14237         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
14238         and add versioning.
14239         * sysdeps/s390/rtld-__longjmp.c: Delete file.
14240         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
14241         * sysdeps/s390/rtld-setjmp.S: Likewise.
14242         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
14243         * sysdeps/s390/s390-32/__longjmp.c: ... here.
14244         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
14245         * sysdeps/s390/s390-32/setjmp.S: ... here.
14246         Add versioning.
14247         (__sigsetjmp): Remove setting __flags field.
14248         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
14249         * sysdeps/s390/s390-64/__longjmp.c: ... here.
14250         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
14251         * sysdeps/s390/s390-64/setjmp.S: ... here.
14252         Add versioning.
14253         (__sigsetjmp): Remove setting __flags field.
14254         * sysdeps/s390/setjmp.S: Delete file.
14255         * sysdeps/s390/sigjmp.c: Likewise.
14256         * sysdeps/s390/v1-longjmp.c: Likewise.
14257         * sysdeps/s390/v1-setjmp.h: Likewise.
14258         * sysdeps/s390/v1-sigjmp.c: Likewise.
14259         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
14260         Remove v1-longjmp_chk.
14261         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
14262         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
14263         Include debug/longjmp_chk.c and add versioning.
14264         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
14265         Include nptl/pt-longjmp.c and add versioning.
14266         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
14267         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
14268         Include __longjmp.c.
14269         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
14270         Move to ...
14271         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
14272         (__getcontext): Remove setting __flags field.
14273         Add versioning.
14274         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
14275         Don't restore upper high grps.
14276         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
14277         Likewise.
14278         (__swapcontext): Remove setting uc_flags field.
14279         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
14280         Delete file.
14281         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
14282         Include __longjmp.c.
14283         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
14284         Move to ...
14285         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
14286         (__getcontext): Remove setting __flags field.
14287         Add versioning.
14288         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
14289         (__swapcontext): Remove setting uc_flags field.
14290         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
14291         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
14292         Remove fields uc_high_gprs and __reserved.
14293         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
14294         New file with reverted content.
14295         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
14296         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
14297         Regenerated.
14298         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
14299         Regenerated.
14301 2014-07-31  Andreas Schwab  <schwab@suse.de>
14303         * config.h.in (HAVE_IFUNC): Define to 0.
14304         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
14305         definedness.
14307 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
14309         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
14310         memmove-avx-unaligned, memcpy-avx-unaligned and
14311         mempcpy-avx-unaligned.
14312         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
14313         Add tests for AVX memcpy functions.
14314         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
14315         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
14316         memcpy_chk.
14317         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
14318         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
14319         memmove_chk.
14320         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
14321         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
14322         mempcpy_chk.
14323         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
14324         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
14325         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
14327 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14329         [BZ #17213]
14330         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
14331         powerpc64le.
14333 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
14335         [BZ #16839]
14336         * manual/llio.texi: Add section about open file description locks.
14337         * manual/examples/ofdlocks.c: Example of open file description
14338         lock usage.
14339         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
14340         F_OFD_SETLK, and F_OFD_SETLKW.
14342 2014-07-23  Allan McRae  <allan@archlinux.org>
14344         * po/es.po: Update Spanish translation from translation project.
14346 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
14348         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
14350 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
14352         [BZ #17078]
14353         * sysdeps/arm/dl-machine.h (elf_machine_rela)
14354         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
14355         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
14357 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
14359         [BZ #17088]
14360         * math/fesetenv.c (__fesetenv)
14361         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
14362         * math/feupdateenv.c (__feupdateenv)
14363         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
14365         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
14366         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14367         (__ASSUME_SOCKETCALL): Do not define.
14369         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
14370         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
14371         (__ASSUME_SOCKETCALL): Do not define.
14372         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
14373         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
14374         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
14375         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
14376         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14377         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
14378         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
14379         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14381         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
14382         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
14383         (__ASSUME_SOCKETCALL): Do not define.
14384         (__ASSUME_IPC64): Define unconditionally.
14385         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
14386         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
14387         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
14388         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14389         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
14390         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
14391         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
14392         Likewise.
14394         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
14395         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
14396         (__ASSUME_SOCKETCALL): Do not define.
14397         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
14398         (__ASSUME_FUTEX_LOCK_PI): Likewise.
14399         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
14400         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14401         (__ASSUME_REQUEUE_PI): Define unconditionally.
14402         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
14403         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
14404         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14405         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
14406         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
14407         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14409         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
14410         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
14411         (__ASSUME_SOCKETCALL): Do not define.
14412         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
14413         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14414         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14415         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
14416         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
14417         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14419         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
14420         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
14421         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
14422         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
14423         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14424         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
14425         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
14426         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
14427         (__ASSUME_GETCPU_SYSCALL): Likewise.
14429         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
14430         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
14431         cases for individual architectures.
14432         * sysdeps/gnu/configure: Regenerated.
14433         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
14434         LIBC_SLIBDIR_RTLDDIR.
14435         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
14436         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
14437         LIBC_SLIBDIR_RTLDDIR.
14438         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
14439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
14440         LIBC_SLIBDIR_RTLDDIR.
14441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
14442         Regenerated.
14443         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
14444         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
14445         file.
14446         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
14447         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
14448         file.
14449         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
14450         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
14451         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
14452         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
14454         * sysdeps/aarch64/shlib-versions: Move to ...
14455         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
14456         * sysdeps/alpha/shlib-versions: Move to ...
14457         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
14458         * sysdeps/arm/shlib-versions: Move to ...
14459         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
14460         * sysdeps/hppa/shlib-versions: Move all contents except for
14461         libgcc_s entry to ...
14462         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
14463         entry from ...
14464         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
14465         * sysdeps/ia64/shlib-versions: Move to ...
14466         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
14467         entry from ...
14468         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
14469         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
14470         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
14471         * sysdeps/microblaze/shlib-versions: Move to ...
14472         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
14473         * sysdeps/mips/shlib-versions: Move to ...
14474         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
14475         entry from ...
14476         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
14477         * sysdeps/tile/shlib-versions: Move to ...
14478         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
14479         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
14480         from ...
14481         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
14482         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
14483         entry from ...
14484         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
14486 2014-07-17  Will Newton  <will.newton@linaro.org>
14488         * sysdeps/arm/bits/atomic.h
14489         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
14490         (__arch_compare_and_exchange_bool_16_int): Likewise.
14491         (__arch_compare_and_exchange_bool_64_int): Likewise.
14493         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
14494         into an #else block.
14496 2014-07-16  Roland McGrath  <roland@hack.frob.com>
14498         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
14499         just Linux configurations.  Test empirically that the compiler sets
14500         __ARM_EABI__, rather than using the tuple to decide.
14501         * sysdeps/arm/preconfigure: Regenerated.
14502         * sysdeps/unix/sysv/linux/arm/configure: File removed.
14503         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
14504         contents appended ...
14505         * sysdeps/arm/configure.ac: ... here.
14506         * sysdeps/arm/configure: Regenerated.
14508 2014-07-15  Roland McGrath  <roland@hack.frob.com>
14510         * nptl/pthread_kill.c: New file.
14511         * nptl/pthread_sigmask.c: New file.
14512         * nptl/pthread_sigqueue.c: New file.
14514         * sysdeps/nptl/lowlevellock.h: New file.
14515         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
14516         * sysdeps/nptl/lowlevellock-futex.h: New file.
14518         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
14519         Remove dead declarations.
14521 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
14523         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
14524         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
14525         config-cflags-avx2.
14526         * sysdeps/x86_64/configure.ac: Likewise.
14527         * sysdeps/i386/configure: Regenerated.
14528         * sysdeps/x86_64/configure: Likewise.
14529         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
14530         memset-avx2 only if config-cflags-avx2 is yes.
14531         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
14532         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
14533         defined.
14534         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
14535         only if HAVE_AVX2_SUPPORT is defined.
14536         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
14538 2014-07-14  Alan Modra  <amodra@gmail.com>
14540         [BZ #17153]
14541         * elf/elf.h (DT_PPC64_NUM): Correct value.
14542         * NEWS: Add to fixed bug list.
14544 2014-07-13  Jim Meyering  <meyering@fb.com>
14546         [BZ 17150]
14547         regex: don't deref NULL upon heap allocation failure
14548         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
14549         failure in one more place.
14550         To trigger the segfault, configure grep -with-included-regex,
14551         build it, and run these commands:
14552         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
14554 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
14556         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
14558 2014-07-11  Richard Henderson  <rth@redhat.com>
14560         * sysdeps/aarch64/libm-test-ulps: Update.
14562 2014-07-10  Florian Weimer  <fweimer@redhat.com>
14564         [BZ #17135]
14565         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
14566         * nptl/allocatestack.c (__nptl_setxid_error): New function.
14567         (__nptl_setxid): Initialize error member.  Call
14568         __nptl_setxid_error.
14569         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
14570         * nptl/descr.h (struct xid_command): Add error member.
14571         * nptl/tst-setuid3.c: New file.
14572         * nptl/Makefile (tests): Add it.
14574 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14576         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
14577         New define.
14578         (__lll_trylock): Use __lll_base_trylock.
14579         (__lll_cond_trylock): Likewise.
14581 2014-07-10  Roland McGrath  <roland@hack.frob.com>
14583         * nptl/pthread_create.c (start_thread): Use atomic_or and
14584         lll_futex_wake directly rather than lll_robust_dead.
14585         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
14586         (lll_robust_dead): Macro removed.
14587         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
14588         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
14589         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
14590         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
14591         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
14592         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
14593         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
14594         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
14595         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
14596         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
14597         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
14598         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
14599         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
14600         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
14601         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
14603         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
14604         Use atomic_compare_and_exchange_val_acq directly rather than
14605         lll_robust_trylock.
14606         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
14607         (__lll_robust_trylock, lll_robust_trylock): Removed.
14608         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
14609         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
14610         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
14611         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
14612         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
14613         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
14614         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
14615         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
14616         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
14617         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
14618         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
14619         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
14620         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
14621         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
14623 2014-07-02  Florian Weimer  <fweimer@redhat.com>
14625         * manual/locale.texi (Locale Names): New section documenting
14626         locale name syntax.  Adjust menu and node chaining accordingly.
14627         (Choosing Locale): Reference Locale Names, Locale Categories.
14628         Mention setting LC_ALL=C.  Reflect that name syntax is now
14629         documented.
14630         (Locale Categories): New section title.  Reference Locale Names.
14631         LC_ALL is an environment variable, but not a category.
14632         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
14633         description, now in Locale Name.  Reference that section.  Locale
14634         name syntax is now documented.
14636 2014-07-02  Florian Weimer  <fweimer@redhat.com>
14638         [BZ #17137]
14639         * locale/findlocale.c (name_present, valid_locale_name): New
14640         functions.
14641         (_nl_find_locale): Use the loc_name variable to store name
14642         candidates.  Call name_present and valid_locale_name to check and
14643         validate locale names.  Return an error if the locale is invalid.
14645 2014-07-02  Florian Weimer  <fweimer@redhat.com>
14647         * locale/setlocale.c (setlocale): Use strdup for allocating
14648         composite name copy.
14650 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
14652         Sync up with gnulib.
14653         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
14654         [!_LIBC && ENABLE_NLS]: Include gettext.h.
14655         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
14656         and _GL_ARG_NONNULL.
14657         [USE_UNLOCKED_IO]: Include unlocked-io.h.
14658         [!_LIBC]: Include code for Windows and Cygwin.
14659         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
14660         Include prototype for int strerror_r.
14661         [!_LIBC] (is_open): New function.
14662         (flush_stdout): New function.
14663         (print_errno_message): Use it.
14664         (error): Likewise.
14665         (error_at_line): Likewise.
14666         (error_tail) Add function attribute macros.  Use
14667         __builtin_expect.
14669         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
14671         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
14673         * io/ftw.c: Include sys/param.h unconditionally.
14675         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
14677         [BZ #17125]
14678         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
14679         libc_freeres_ptr.
14680         (freecache): New function to free CACHE on exit.
14682         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
14683         initialization.
14685 2014-07-09  David S. Miller  <davem@davemloft.net>
14687         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14689         * sysdeps/sparc/nptl/internaltypes.h: Delete.
14690         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
14691         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
14692         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
14693         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
14694         * sysdeps/sparc/nptl/sem_init.c: Likewise.
14695         * sysdeps/sparc/nptl/sem_post.c: Likewise.
14696         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
14697         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
14698         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
14699         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
14700         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
14701         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
14703 2014-07-09  Andreas Schwab  <schwab@suse.de>
14705         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
14706         output.
14707         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
14708         (do_test): Likewise.
14710         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
14712 2014-07-09  Will Newton  <will.newton@linaro.org>
14714         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
14715         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
14716         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
14717         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
14718         * sysdeps/hppa/start.S (_start): Likewise.
14720 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
14722         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
14724         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
14725         defined.
14727 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
14729         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
14730         after checking that it is non-NULL.
14732         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
14734 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14736         * sysdeps/powerpc/memmove.c: Remove file.
14737         * sysdeps/powerpc/powerpc32/power4/memcopy.h
14738         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
14739         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
14740         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
14741         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
14742         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
14743         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
14744         string memmove instead of removed powerpc one.
14746         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
14747         [weak_alias]: Fix compiler warning due trailing data.
14748         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
14749         [weak_alias]: Likewise.
14750         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
14751         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
14753         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14754         (__libc_ifunc_impl_list): Add memmove functions.
14756 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
14758         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
14759         Remove code.
14760         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
14761         Likewise
14762         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
14763         Likewise
14764         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
14765         Likewise
14766         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
14767         Likewise
14768         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
14769         Likewise
14770         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
14771         Likewise
14772         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
14773         Likewise
14774         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
14775         Likewise
14776         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
14777         Likewise
14778         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
14779         Likewise
14780         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
14781         Likewise
14782         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
14783         Likewise
14784         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
14785         Likewise
14786         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
14787         Likewise
14788         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
14789         Likewise
14790         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
14791         Likewise
14793 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14795         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
14796         to avoid alignment traps in non-cacheable memory.
14797         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
14799         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
14800         multiarch objects.
14801         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
14802         file: multiarch power7 memmove.
14803         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
14804         multiarch default memmove.
14805         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
14806         multiarch memove for powerpc32/power4.
14808         * string/bcopy.c: Use full path to include memmove.c.
14809         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
14810         multiarch objects.
14811         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
14812         bcopy for powerpc64.
14813         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
14814         bcopy for powerpc64.
14815         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
14816         and memmove implementations.
14817         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
14818         optimized multiarch memmove for POWER7/powerpc64.
14819         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
14820         default multiarch memmove for powerpc64.
14821         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
14822         multiarch for powerpc64.
14823         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
14824         for POWER7/powerpc64.
14825         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
14826         memmove for POWER7/powerpc64.
14828         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
14829         glibc default one.
14831         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
14832         __ELF_NATIVE_CLASS equal to 64.
14834 2014-07-07  Roland McGrath  <roland@hack.frob.com>
14836         * sysdeps/nptl/lowlevellock.h: File removed.
14838         * NEWS: NPTL is no longer an add-on!
14839         * nptl/internaltypes.h: Moved ...
14840         * sysdeps/nptl/internaltypes.h: ... here.
14841         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
14842         * sysdeps/nptl/fork.c: Likewise.
14843         * sysdeps/nptl/gai_misc.h: Likewise.
14844         * sysdeps/nptl/librt-cancellation.c: Likewise.
14845         * sysdeps/nptl/jmp-unwind.c: Likewise.
14846         * sysdeps/nptl/setxid.h: Likewise.
14847         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
14848         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
14849         * sysdeps/unix/sysv/linux/arm/Implies: New file.
14850         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
14851         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
14852         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
14853         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
14854         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
14855         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
14856         * sysdeps/unix/sysv/linux/mips/Implies: New file.
14857         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
14858         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
14859         * sysdeps/unix/sysv/linux/sh/Implies: New file.
14860         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
14861         * sysdeps/unix/sysv/linux/tile/Implies: New file.
14862         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
14863         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
14864         * nptl/Makeconfig: Moved ...
14865         * sysdeps/nptl/Makeconfig: ... here.
14866         * nptl/configure: File removed.
14867         * nptl/ANNOUNCE: File removed.
14868         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
14869         * sysdeps/unix/sysv/linux/configure: Regenerated.
14871         * nptl/Makefile (routines): Add libc_pthread_init,
14872         libc_multiple_threads, register-atfork and unregister-atfork.
14873         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
14874         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
14875         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
14876         pthread-pi-defines.sym, structsem.sym.
14877         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
14878         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
14879         [$(subdir) = nptl] (tests): Add tst-setgetname.
14880         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
14881         * sysdeps/unix/sysv/linux/sigaction.c: Just include
14882         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
14883         [!LIBC_SIGACTION]: Remove aliases.
14884         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
14885         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
14886         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
14887         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
14888         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
14889         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
14890         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
14891         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
14892         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
14893         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
14894         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
14895         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
14896         __libc_allocate_rtsig_private.
14897         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
14898         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
14899         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
14900         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
14901         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
14902         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
14903         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
14904         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
14905         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
14906         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
14907         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
14908         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
14909         * nptl/internaltypes.h: ... here.
14910         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
14911         * sysdeps/nptl/jmp-unwind.c: ... here.
14912         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
14913         * nptl/libc-lowlevellock.c: ... here.
14914         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
14915         * nptl/libc_multiple_threads.c: ... here.
14916         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
14917         * nptl/libc_pthread_init.c: ... here.
14918         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
14919         * nptl/lowlevelbarrier.sym: ... here.
14920         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
14921         * nptl/lowlevelcond.sym: ... here.
14922         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
14923         * nptl/lowlevellock.c: ... here.
14924         * nptl/lowlevellock.h: Moved ...
14925         * sysdeps/nptl/lowlevellock.h: ... here.
14926         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
14927         * nptl/lowlevelrobustlock.c: ... here.
14928         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
14929         * nptl/lowlevelrobustlock.sym: ... here.
14930         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
14931         * nptl/lowlevelrwlock.sym: ... here.
14932         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
14933         * nptl/pt-fork.c: ... here.
14934         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
14935         * nptl/pthread-pi-defines.sym: ... here.
14936         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
14937         * nptl/pthread_attr_getaffinity.c: ... here.
14938         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
14939         * nptl/pthread_attr_setaffinity.c: ... here.
14940         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
14941         * nptl/pthread_mutex_cond_lock.c: ... here.
14942         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14943         Update #include.
14944         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
14945         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
14946         * nptl/pthread_once.c: ... here, replacing old file.
14947         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
14948         * nptl/pthread_yield.c: ... here.
14949         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
14950         * nptl/register-atfork.c: ... here.
14951         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
14952         * nptl/sem_post.c: ... here.
14953         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
14954         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
14955         * nptl/sem_timedwait.c: ... here.
14956         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
14957         * nptl/sem_trywait.c: ... here.
14958         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
14959         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
14960         * nptl/sem_wait.c: ... here.
14961         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
14962         * nptl/structsem.sym: ... here.
14963         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
14964         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
14965         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
14966         * nptl/unregister-atfork.c: ... here.
14967         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
14968         * nptl/unwindbuf.sym: ... here.
14969         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
14970         * sysdeps/nptl/fork.c: ... here.
14971         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
14972         * sysdeps/nptl/fork.h: ... here.
14973         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
14974         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
14975         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
14976         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
14977         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
14978         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
14979         * sysdeps/unix/sysv/linux/getpid.c: ... here.
14980         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
14981         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
14982         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
14983         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
14984         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
14985         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
14986         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
14987         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
14988         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
14989         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
14990         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
14991         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
14992         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
14993         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
14994         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
14995         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
14996         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
14997         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
14998         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
14999         * sysdeps/unix/sysv/linux/raise.c: ... here.
15000         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
15001         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
15002         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
15003         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
15004         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
15005         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
15006         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
15007         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
15008         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
15009         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
15010         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
15011         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
15012         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
15013         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
15014         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
15016 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15018         * sysdeps/generic/memcopy.h: Add comment for
15019         MEMCPY_OK_FOR_FWD_MEMMOVE.
15021 2014-07-04  Will Newton  <will.newton@linaro.org>
15023         * string/memchr.c: Merge from gnulib.
15024         [_LIBC]: Remove conditionals.
15025         (__ptr_t): Remove define.
15026         (LONG_MAX_32_BITS): Likewise.
15027         (LONG_MAX): Likewise.
15028         (MEMCHR): Use ANSI prototype and optimize algorithm.
15030         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
15032 2014-07-03  Roland McGrath  <roland@hack.frob.com>
15034         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
15035         (lll_futex_timed_wait_bitset): Fix syscall argument count.
15037         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
15038         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
15039         in a bare environment with no <stdlib.h> installed.
15040         * sysdeps/nptl/configure: Regenerated.
15042         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
15044         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
15045         AC_EGREP_CPP for kernel header checks, so they only succeed if
15046         including <linux/version.h> actually works right.
15047         * sysdeps/unix/sysv/linux/configure: Regenerated.
15049         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
15050         value so it's not diagnosed as unused.
15052         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
15053         thing) with "ifeq ($(subdir),rt)".
15055 2014-07-03  Richard Henderson  <rth@redhat.com>
15057         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
15058         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
15059         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
15061         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
15062         (math_force_eval): New.
15064         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
15065         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
15067         * sysdeps/alpha/fpu/s_round.c: Remove file.
15068         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
15070         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
15071         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
15072         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
15073         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
15074         (_dl_start, print_statistics): Likewise.
15075         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
15076         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
15078         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
15079         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
15080         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
15081         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
15082         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
15083         (HP_SMALL_TIMING_AVAIL): Define.
15084         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
15085         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
15086         (HP_SMALL_TIMING_AVAIL): Define.
15087         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
15088         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
15090         * sysdeps/aarch64/hp-timing.h: New file.
15092         * sysdeps/generic/hp-timing.h: Remove dead comment.
15093         * sysdeps/generic/hp-timing-common.h: New file.
15094         * sysdeps/alpha/hp-timing.h: Include it.
15095         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
15096         * sysdeps/i386/i686/hp-timing.h: Likewise.
15097         * sysdeps/ia64/hp-timing.h: Likewise.
15098         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
15099         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
15100         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
15101         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
15102         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
15103         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
15104         (hp_timing_t): New.
15106         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
15107         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
15108         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
15109         * elf/rtld.c (_dl_start_final): Likewise.
15110         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
15111         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
15112         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
15113         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
15114         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
15115         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
15116         (HP_TIMING_DIFF_INIT): Remove.
15117         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
15118         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
15119         (HP_TIMING_DIFF_INIT): Remove.
15120         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
15121         * sysdeps/i386/i686/hp-timing.c: Remove file.
15122         * sysdeps/x86_64/hp-timing.c: Remove file.
15123         * sysdeps/ia64/hp-timing.c: Remove file.
15124         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
15125         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
15126         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
15127         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
15129         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
15130         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
15131         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
15132         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
15133         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
15134         (HP_TIMING_ACCUM): Remove.
15135         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
15136         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
15137         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
15139         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
15140         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
15141         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
15142         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
15143         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
15144         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
15145         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
15146         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
15148         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
15150 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
15152         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
15154 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15156         Sync up with gettext.
15157         * intl/loadmsgcat.c: Define O_BINARY if not defined.
15158         [_MSC_VER]: Include malloc.h
15159         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
15160         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
15161         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
15162         TEMP_FAILURE_RETRY.  Cast return of alloca.
15163         [!_LIBC] Call gl_rwlock_init.
15164         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
15166 2014-07-02  Roland McGrath  <roland@hack.frob.com>
15168         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
15169         before checking its value.
15171 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15173         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
15175         * debug/memcpy_chk.c: Don't include pagecopy.h.
15176         * debug/mempcpy_chk.c: Likewise.
15177         * string/memcpy.c: Likewise.
15178         * string/memmove.c: Likewise.
15179         * sysdeps/powerpc/memmove.c: Likewise.
15180         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
15181         definition of PAGE_COPY_FWD_MAYBE here...
15182         * sysdeps/generic/pagecopy.h: ... from here.
15183         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
15185 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15186             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15188         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
15189         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
15190         optimizations.
15191         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15192         (__libc_ifunc_impl_list): Likewise.
15193         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
15194         multiarch strcat for PPC64.
15195         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
15196         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
15198 2014-07-02  Roland McGrath  <roland@hack.frob.com>
15200         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
15202 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15204         * intl/loadmsgcat.c: Remove declaration of
15205         get_sysdep_segment_value.
15206         (get_sysdep_segment_value): Use ISO C style.
15207         (_nl_load_domain): Use ISO C style.  Get rid of redundant
15208         semicolon.  Fix typo and formatting in comment.
15209         (_nl_unload_domain): Use ISO C style.
15211         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
15213 2014-07-02  Will Newton  <will.newton@linaro.org>
15215         * malloc/obstack.c: Merge from gnulib master.
15216         [HAVE_CONFIG_H]: Remove conditional code.
15217         [!_LIBC]: Include config.h.
15218         [!ELIDE_CODE]: Don't include inttypes.h, include
15219         stdint.h unconditionally.
15220         (print_and_abort): Mark as _Noreturn.
15221         (_obstack_allocated_p): Mark as __attribute_pure__.
15222         (obstack_free): Rename to __obstack_free.
15223         [!__attribute__]: Remove conditional code.
15224         * malloc/obstack.h: Merge from gnulib master.
15225         [__cplusplus]: Move conditional down.
15226         [!__attribute_pure__]: Define __attribute_pure__ here
15227         if it is not already defined.
15228         (_obstack_memory_used): Mark as __attribute_pure__.
15229         [!__obstack_free]: Define as obstack_free.
15230         [__GNUC__]: Remove check for ancient NeXT gcc.
15232 2014-07-02  Will Newton  <will.newton@linaro.org>
15233             Paul Eggert  <eggert@cs.ucla.edu>
15235         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
15237 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15239         * resolv/gethnamaddr.c: Add comment warning that the file is
15240         not maintained.
15242 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
15244         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
15245         entries.
15247         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
15248         entry for aio_cancel and aio_cancel64.
15249         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
15250         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
15251         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
15252         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
15253         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
15254         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
15255         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
15256         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
15257         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
15258         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
15259         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
15260         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
15261         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
15263 2014-07-01  Roland McGrath  <roland@hack.frob.com>
15265         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
15266         * nptl/pthread_mutex_lock.c: Likewise.
15267         * nptl/pthread_mutex_timedlock.c: Likewise.
15268         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
15270 2014-07-01  Richard henderson  <rth@redhat.com>
15272         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
15273         (__isnan, __isnanl): Remove.
15274         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
15276         * sysdeps/alpha/fpu/libm-test-ulps: Update.
15278 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
15280         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15282 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
15284         * resolv/nss_dns/dns-host.c (getanswer_r)
15285         [MULTI_PTRS_ARE_ALIASES]: Remove code.
15287 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
15289         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15290         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
15291         undefine.
15292         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
15293         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
15295 2014-07-01  Roland McGrath <roland@hack.frob.com>
15297         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
15298         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
15300         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
15301         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
15303         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
15304         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
15305         ... here.
15306         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
15307         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
15309         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
15310         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
15311         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
15312         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
15314         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
15315         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
15316         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
15317         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
15318         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
15319         Moved ...
15320         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
15321         ... here.
15322         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
15323         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
15324         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
15325         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
15326         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
15327         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
15328         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
15329         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
15330         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
15331         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
15332         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
15333         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
15334         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
15335         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
15336         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
15337         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
15338         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
15339         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
15340         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
15341         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
15342         ... here.
15343         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
15344         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
15345         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
15346         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
15347         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
15348         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
15349         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
15350         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
15352 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
15354         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
15355         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
15356         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
15357         Add sysdep.
15359 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15361         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15363 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
15365         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
15366         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
15368         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15370         * sysdeps/arm/libm-test-ulps: Regenerated.
15372 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
15373             Roland McGrath <roland@hack.frob.com>
15375         * test-skeleton.c (signal_handler): Kill the whole process group
15376         before killing the child individually.
15377         (main): Report any failure on `setpgid'.
15379 2014-06-30  Roland McGrath  <roland@hack.frob.com>
15381         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
15382         from _TLS_H to _ARM_NPTL_TLS_H.
15383         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
15384         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
15386 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
15388         [BZ #16539]
15389         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
15390         (__expm1l): Return argument unchanged when small but not
15391         subnormal.
15393         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
15394         include macro name.
15395         (_FP_UNPACK_RAW_1_P): Likewise.
15396         (_FP_PACK_RAW_1): Likewise.
15397         (_FP_PACK_RAW_1_P): Likewise.
15398         (_FP_MUL_MEAT_1_wide): Likewise.
15399         (_FP_MUL_MEAT_DW_1_hard): Likewise.
15400         (_FP_MUL_MEAT_1_hard): Likewise.
15401         (_FP_DIV_MEAT_1_imm): Likewise.
15402         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
15403         (_FP_DIV_MEAT_1_udiv): Likewise.
15404         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
15405         (_FP_UNPACK_RAW_2): Likewise.
15406         (_FP_UNPACK_RAW_2_P): Likewise.
15407         (_FP_PACK_RAW_2): Likewise.
15408         (_FP_PACK_RAW_2_P): Likewise.
15409         (_FP_MUL_MEAT_DW_2_wide): Likewise.
15410         (_FP_MUL_MEAT_2_wide): Likewise.
15411         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
15412         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
15413         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
15414         (_FP_MUL_MEAT_2_gmp): Likewise.
15415         (_FP_DIV_MEAT_2_udiv): Likewise.
15416         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
15417         (_FP_FRAC_SRL_4): Likewise.
15418         (_FP_FRAC_SRST_4): Likewise.
15419         (_FP_FRAC_SRS_4): Likewise.
15420         (_FP_UNPACK_RAW_4): Likewise.
15421         (_FP_UNPACK_RAW_4_P): Likewise.
15422         (_FP_PACK_RAW_4): Likewise.
15423         (_FP_PACK_RAW_4_P): Likewise.
15424         (_FP_MUL_MEAT_DW_4_wide): Likewise.
15425         (_FP_MUL_MEAT_4_wide): Likewise.
15426         (_FP_MUL_MEAT_4_gmp): Likewise.
15427         (umul_ppppmnnn): Likewise.
15428         (_FP_DIV_MEAT_4_udiv): Likewise.
15429         (__FP_FRAC_ADD_4): Likewise.
15430         (__FP_FRAC_SUB_3): Likewise.
15431         (__FP_FRAC_SUB_4): Likewise.
15432         (__FP_FRAC_DEC_3): Likewise.
15433         (__FP_FRAC_DEC_4): Likewise.
15434         (__FP_FRAC_ADDI_4): Likewise.
15435         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
15436         (_FP_FRAC_SRL_8): Likewise.
15437         (_FP_FRAC_SRS_8): Likewise.
15439         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
15440         include macro name.
15441         (FP_UNPACK_RAW_EP): Likewise.
15442         (FP_PACK_RAW_E): Likewise.
15443         (FP_PACK_RAW_EP): Likewise.
15444         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
15445         (_FP_ISSIGNAN): Likewise.
15446         (_FP_ADD_INTERNAL): Likewise.
15447         (_FP_FMA): Likewise.
15448         (_FP_CMP): Likewise.
15449         (_FP_SQRT): Likewise.
15450         (_FP_TO_INT): Likewise.
15451         (_FP_FROM_INT): Likewise.
15452         (FP_EXTEND): Likewise.
15453         (_FP_DIV_MEAT_N_loop): Likewise.
15455 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
15457         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
15458         throughout.
15460 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
15462         [BZ #17097]
15463         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
15464         result with correct sign in case of exponents that produce
15465         overflow except for X very close to 1.
15467 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
15469         mktime: merge #if/#ifdef usage from glibc
15470         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
15471         as that works with both Glibc's and Gnulib's style.
15472         See thread starting at Siddhesh Poyarekar's bug report at:
15473         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
15475 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15477         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
15478         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
15479         * sysdeps/tile/tilegx/memmove.c: Remove file.
15481 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
15483         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
15484         abi-name definition.
15485         * scripts/soversions.awk: Do not handle or generate ABI lines.
15486         * shlib-versions: Remove ABI entries.
15487         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
15488         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
15490 2014-06-27  Roland McGrath  <roland@hack.frob.com>
15492         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
15493         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
15494         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
15495         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
15496         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
15497         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
15498         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
15499         Moved ...
15500         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
15501         ... here.
15502         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
15503         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
15504         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
15505         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
15506         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
15507         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
15508         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
15509         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
15510         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
15511         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
15512         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
15513         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
15514         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
15515         Moved ...
15516         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
15517         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
15518         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
15519         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
15520         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
15521         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
15522         Moved ...
15523         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
15524         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
15525         Moved ...
15526         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
15527         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
15528         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
15529         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
15530         Moved ...
15531         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
15532         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
15533         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
15534         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
15535         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
15536         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
15537         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
15538         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
15539         Moved ...
15540         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
15541         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
15542         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
15543         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
15544         Moved ...
15545         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
15546         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
15547         Moved ...
15548         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
15549         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
15550         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
15551         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
15552         Moved ...
15553         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
15554         ... here.
15555         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
15556         Identical file removed.
15557         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
15558         Moved ...
15559         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
15560         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
15561         Identical file removed.
15562         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
15563         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
15564         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
15565         Moved ...
15566         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
15567         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
15568         Identical file removed.
15569         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
15570         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
15571         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
15572         Identical file removed.
15573         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
15574         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
15575         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
15576         Identical file removed.
15577         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
15578         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
15579         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
15580         Identical file removed.
15581         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
15582         Moved ...
15583         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
15584         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
15585         Identical file removed.
15586         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
15587         Moved ...
15588         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
15589         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
15590         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
15591         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
15592         Identical file removed.
15593         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
15594         Moved ...
15595         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
15596         ... here.
15597         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
15598         Identical file removed.
15599         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
15600         Moved ...
15601         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
15602         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
15603         Identical file removed.
15604         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
15605         Moved ...
15606         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
15607         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
15608         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
15609         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
15610         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
15611         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
15612         Moved ...
15613         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
15614         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
15615         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
15617         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
15618         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
15619         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
15620         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
15621         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
15623 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
15625         [BZ #17092]
15626         * nscd/nscd.c (monitor_child): Return exit status of child
15627         instead of return value from wait syscall.
15629 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
15631         * configure.ac (libc_commonpagesize): Remove variable.
15632         (libc_relro_required): Likewise.
15633         (libc_cv_z_relro): Remove configure test.
15634         * configure: Regenerated.
15635         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
15636         variable.
15637         (libc_relro_required): Likewise.
15638         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
15639         (libc_relro_required): Likewise.
15640         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
15641         (libc_relro_required): Likewise.
15642         * sysdeps/arm/preconfigure: Regenerated.
15643         * sysdeps/ia64/preconfigure: Remove file.
15644         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
15645         variable.
15646         (libc_relro_required): Likewise.
15648         [BZ #16561]
15649         [BZ #16562]
15650         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
15651         (__ieee754_yn): Set FE_TONEAREST mode internally and then
15652         recompute overflowing results in original rounding mode.
15653         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
15654         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
15655         recompute overflowing results in original rounding mode.
15656         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
15657         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
15658         recompute overflowing results in original rounding mode.
15659         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
15660         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
15661         recompute overflowing results in original rounding mode.
15662         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
15663         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
15664         recompute overflowing results in original rounding mode.
15665         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
15666         (libc_feholdsetround_ctx): New macro.
15667         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
15668         * sysdeps/i386/fpu/libm-test-ulps: Update.
15669         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
15671 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
15673         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
15674         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
15675         corresponding .cpsetup call.
15677 2014-06-26  Roland McGrath  <roland@hack.frob.com>
15679         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
15680         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
15681         * sysdeps/arm/Makefile [$(subdir) = csu]
15682         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
15683         (static-only-routines): Add aeabi_read_tp here.
15684         (shared-only-routines): Add libc-aeabi_read_tp here.
15685         (CFLAGS-libc-start.c): Add -fexceptions here.
15686         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
15687         (sysdep_routines, static-only-routines, shared-only-routines):
15688         Don't add to these here.
15689         (CFLAGS-libc-start.c): Likewise.
15691         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
15692         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
15693         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
15694         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
15695         * sysdeps/arm/Makefile [$(subdir) = rt]
15696         (librt-sysdep_routines, librt-shared-only-routines):
15697         Append rt-aeabi_unwind_cpp_pr1 here.
15698         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
15699         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
15700         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
15701         (libpthread-sysdep_routines, libpthread-shared-only-routines):
15702         Append nptl-aeabi_unwind_cpp_pr1 here.
15703         (tests): Filter out tst-cleanupx4 here.
15704         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
15705         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
15706         Don't do those here.
15708 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
15710         * scripts/list-sources.sh: Do not handle ports specially.
15712 2014-06-26  Roland McGrath  <roland@hack.frob.com>
15714         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
15715         * sysdeps/arm/feupdateenv.c: Likewise.
15717         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
15719 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
15721         * manual/texinfo.tex: Update to version 2014-05-05.10 with
15722         trailing whitespace removed.
15723         * scripts/config.guess: Update to version 2014-03-23.
15724         * scripts/config.sub: Update to version 2014-05-01
15725         * scripts/install-sh: Update to version 2013-12-25.23.
15726         * scripts/move-if-change: Update from gnulib.
15728 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
15730         * debug/memmove_chk.c: Remove pagecopy.h include.
15732 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
15734         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
15735         identical to gnulib mktime.
15737 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
15739         * configure.ac: Do not test for machine being rs6000.  Do not test
15740         for powerpc*-*soft.
15741         * configure: Regenerated.
15743         [BZ #11505]
15744         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
15745         test.
15746         * configure: Regenerated.
15747         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
15748         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
15749         Remove configure test.
15750         * sysdeps/arm/configure: Regenerated.
15751         * sysdeps/nptl/configure.ac: Do not check
15752         libc_cv_asm_cfi_directives.
15753         * sysdeps/nptl/configure: Regenerated.
15754         * sysdeps/x86_64/nptl/configure.ac: Remove file.
15755         * sysdeps/x86_64/nptl/configure: Remove generated file.
15756         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
15757         unconditional.
15758         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
15760 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
15762         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
15763         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
15764         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
15765         it is defined.
15767         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
15768         instead of whether it is defined.
15769         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
15770         * sysdeps/hppa/dl-machine.h: Likewise.
15771         * sysdeps/ia64/dl-machine.h: Likewise.
15772         * sysdeps/m68k/dl-machine.h: Likewise.
15773         * sysdeps/microblaze/dl-machine.h: Likewise.
15774         * sysdeps/mips/dl-machine.: Likewise.
15775         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
15776         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
15777         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
15778         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
15779         * sysdeps/sh/dl-machine.h: Likewise.
15780         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
15781         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
15782         * sysdeps/tile/dl-machine.h: Likewise.
15783         * sysdeps/x86_64/dl-machine.h: Likewise.
15785         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
15786         code.
15787         (verify_persistent_db): Likewise.
15789 2014-06-26  Roland McGrath  <roland@hack.frob.com>
15791         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
15792         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
15793         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
15794         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
15795         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
15796         Moved ...
15797         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
15798         ... here.
15799         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
15800         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
15801         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
15802         Identical file removed.
15803         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
15804         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
15805         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
15806         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
15807         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
15808         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
15809         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
15810         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
15811         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
15812         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
15813         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15814         Moved ...
15815         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
15816         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
15817         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
15818         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
15819         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
15820         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
15821         Moved ...
15822         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
15823         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
15824         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
15825         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
15826         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
15827         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
15828         Identical file removed.
15829         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
15830         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
15831         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
15832         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
15833         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
15834         Moved ...
15835         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
15836         ... here.
15837         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
15838         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
15839         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
15840         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
15841         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
15842         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
15843         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
15844         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
15845         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
15846         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
15847         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15848         Moved ...
15849         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
15850         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
15851         Moved ...
15852         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
15853         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
15854         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
15855         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
15856         Moved ...
15857         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
15858         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
15859         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
15861         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
15862         folded into ...
15863         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
15864         * sysdeps/unix/sysv/linux/s390/Versions
15865         (libpthread: GLIBC_2.19): New version set.
15866         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
15867         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
15868         (librt: GLIBC_2.3.3): New version set.
15869         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
15870         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
15871         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
15872         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
15873         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
15874         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
15875         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
15876         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
15877         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
15878         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
15879         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
15880         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
15881         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
15882         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
15883         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
15884         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
15885         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
15886         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
15887         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
15888         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
15889         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
15890         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
15891         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
15892         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
15893         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
15894         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
15895         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
15896         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
15897         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
15898         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
15899         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
15900         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
15901         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
15902         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
15903         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
15904         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
15905         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
15906         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
15907         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
15908         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
15909         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
15910         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
15911         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
15912         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
15913         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
15915         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
15916         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
15917         (__libc_vfork): Define the function under this name.
15918         [!NOT_IN_libc] (__vfork): Make this an alias.
15919         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
15920         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
15921         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
15922         (__libc_vfork): Define the function under this name.
15923         [!NOT_IN_libc] (__vfork): Make this an alias.
15924         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
15925         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
15926         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
15927         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
15928         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
15929         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
15931         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
15932         code that was previously under [RESET_PID].
15933         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
15934         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
15935         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
15937         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
15938         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
15939         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
15940         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
15941         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
15942         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
15943         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
15944         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
15945         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
15946         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
15947         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
15948         Moved ...
15949         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
15950         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
15951         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
15952         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
15953         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
15954         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
15955         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
15956         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
15957         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
15958         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
15959         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
15960         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
15961         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
15962         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
15963         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
15964         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
15965         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
15966         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
15967         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
15968         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
15969         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
15970         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
15971         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
15972         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
15973         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
15974         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
15975         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
15976         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
15977         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
15979 2014-06-25  Roland McGrath  <roland@hack.frob.com>
15981         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
15982         that was previously under [RESET_PID].
15983         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
15985 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
15987         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
15988         not undefine and redefine.
15989         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
15990         [O_CLOEXEC]: Make code unconditional.
15991         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
15992         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
15993         <kernel-features.h>.
15994         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
15995         conditional variable definition.
15996         (shm_open) [O_CLOEXEC]: Make code unconditional.
15997         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
15998         code.
16000         * configure.ac (USE_REGPARMS): Don't define here.
16001         * configure: Regenerated.
16002         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
16003         * sysdeps/i386/configure: Regenerated.
16005         * nptl/createthread.c: Don't include kernel-features.h.
16006         * nptl/pthread_cancel.c: Likewise.
16007         * nptl/pthread_condattr_setclock.c: Likewise.
16008         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
16009         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
16010         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
16011         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
16012         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
16013         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
16014         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
16015         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
16016         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
16017         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
16018         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
16019         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
16020         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
16021         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
16022         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
16023         * nscd/gai.c: Likewise.
16024         * nss/nss_db/db-open.c: Likewise.
16025         * sysdeps/generic/ldsodefs.h: Likewise.
16026         * sysdeps/sh/nptl/tls.h: Likewise.
16027         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
16028         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
16029         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
16030         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
16031         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
16032         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
16033         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
16034         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
16035         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
16036         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
16037         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
16038         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
16039         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
16040         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
16041         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
16042         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
16043         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
16044         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
16045         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
16046         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
16047         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
16048         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
16049         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
16050         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
16051         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
16052         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
16053         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
16054         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
16055         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
16056         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
16057         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
16058         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
16059         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
16060         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
16061         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
16062         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
16063         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
16064         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
16065         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
16066         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
16067         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
16068         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
16069         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
16070         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
16071         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
16072         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
16073         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
16074         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
16075         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
16076         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
16077         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
16078         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
16079         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
16080         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
16081         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
16082         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
16083         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
16084         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
16085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
16086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
16087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
16088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
16089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
16090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
16091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
16092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
16093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
16094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
16095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
16096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
16097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
16098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
16099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
16100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
16101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
16102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
16103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
16104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
16105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
16106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
16107         * sysdeps/unix/sysv/linux/pread.c: Likewise.
16108         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
16109         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
16110         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
16111         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
16112         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
16113         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
16114         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
16115         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
16116         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
16117         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
16118         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
16119         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
16120         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
16121         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
16122         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
16123         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
16124         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
16125         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
16126         * sysdeps/unix/sysv/linux/system.c: Likewise.
16127         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
16128         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
16129         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
16130         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
16131         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
16132         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
16133         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
16135         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
16136         * configure: Regenerated.
16137         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
16139         * configure.ac (base_machine): Do not set specially for particular
16140         machines here.
16141         * configure: Regenerated.
16142         * sysdeps/powerpc/preconfigure: Move machine and base_machine
16143         settings from configure.ac.
16144         * sysdeps/i386/preconfigure: New file.
16145         * sysdeps/s390/preconfigure: Likewise.
16146         * sysdeps/sh/preconfigure: Likewise.
16147         * sysdeps/sparc/preconfigure: Likewise.
16149 2014-06-25  Roland McGrath  <roland@hack.frob.com>
16151         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
16152         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
16153         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
16154         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
16155         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
16156         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
16157         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
16158         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
16159         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
16160         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
16161         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
16162         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
16163         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
16164         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
16165         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
16166         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
16167         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
16168         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
16169         * sysdeps/sparc/sparc64/Makefile: ... appended here.
16171         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
16172         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
16173         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
16174         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
16175         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
16176         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
16177         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
16178         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
16179         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
16180         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
16181         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
16182         * sysdeps/sparc/sparc32/sem_post.c: ... here.
16183         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
16184         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
16185         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
16186         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
16187         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
16188         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
16189         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
16190         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
16191         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
16192         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
16193         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
16194         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
16195         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
16196         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
16197         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
16198         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
16199         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
16200         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
16201         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
16202         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
16203         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
16204         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
16205         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
16206         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
16207         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
16208         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
16210         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
16211         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
16212         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
16213         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
16214         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
16215         Moved ...
16216         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
16217         ... here.
16218         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
16219         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
16220         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
16221         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
16222         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
16223         Moved ...
16224         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
16225         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
16226         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
16227         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
16228         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
16229         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
16230         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
16231         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
16232         Moved ...
16233         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
16234         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
16235         Moved ...
16236         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
16237         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
16238         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
16239         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
16240         Moved ...
16241         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
16242         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
16243         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
16244         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
16245         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
16246         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
16247         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
16248         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
16249         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
16250         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
16251         Moved ...
16252         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
16253         ... here.
16254         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
16255         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
16256         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
16257         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
16258         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
16259         Moved ...
16260         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
16261         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
16262         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
16263         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
16264         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
16265         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
16266         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
16267         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
16268         Moved ...
16269         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
16270         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
16271         Moved ...
16272         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
16273         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
16274         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
16275         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
16276         Moved ...
16277         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
16278         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
16279         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
16280         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
16281         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
16283 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
16285         * timezone/checktab.awk: Update from tzcode 2014e.
16286         * timezone/private.h: Likewise.
16287         * timezone/tzfile.h: Likewise.
16288         * timezone/zdump.c: Likewise.
16289         * timezone/zic.c: Likewise.
16291         * sysdeps/unix/sysv/linux/kernel-features.h
16292         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
16293         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
16294         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
16295         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
16296         Remove conditional code.
16298 2014-06-25  Will Newton  <will.newton@linaro.org>
16300         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
16301         (_dl_arm_cap_flags): Add HWCAP2 values.
16302         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
16303         (_DL_HWCAP_COUNT): Increase to 37.
16304         (_DL_HWCAP_LAST): New define.
16305         (_DL_HWCAP2_LAST): New define.
16306         (_dl_procinfo): Add support for printing
16307         AT_HWCAP2 entries.
16308         (_dl_string_hwcap): Use _dl_hwcap_string.
16310 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16312         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16314 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
16316         * README: Do not mention ports directory.
16318         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
16319         Remove macro.
16320         * sysdeps/unix/sysv/linux/futimes.c: Do not include
16321         <kernel-features.h>.
16322         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
16323         conditional variable definition.
16324         (__futimes): Update comment.
16325         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
16326         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
16328         [BZ #16560]
16329         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
16330         arguments close to 0.
16331         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
16332         Likewise.
16333         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
16334         Likewise.
16335         * math/auto-libm-test-in: Add more tests of exp10.
16336         * math/auto-libm-test-out: Regenerated.
16337         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16339         * sysdeps/unix/sysv/linux/kernel-features.h
16340         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
16341         * sysdeps/unix/sysv/linux/readv.c: Do not include
16342         <kernel-features.h>.
16343         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
16344         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
16345         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
16346         unconditional.
16347         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
16348         conditional code.
16349         * sysdeps/unix/sysv/linux/writev.c: Do not include
16350         <kernel-features.h>.
16351         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
16352         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
16353         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
16354         unconditional.
16355         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
16356         conditional code.
16358 2014-06-25  Will Newton  <will.newton@linaro.org>
16360         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
16361         comment changes throughout the file.  Remove checks
16362         for HAVE_*_H definitions that are not required.
16363         (__gen_tempname): Call abort if an unknown kind value is
16364         passed.
16366 2014-06-25  Andreas Schwab  <schwab@suse.de>
16368         [BZ #17086]
16369         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
16370         scalbln, scalblnf, scalblnl in libc.
16372 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
16374         [BZ #17086]
16375         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
16376         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
16377         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
16379 2014-06-24  Roland McGrath  <roland@hack.frob.com>
16381         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
16382         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
16383         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
16384         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
16385         Update #include.
16386         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
16387         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
16388         Update #include.
16389         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
16390         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
16391         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
16392         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
16393         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
16394         * sysdeps/x86/bits/pthreadtypes.h: ... here.
16395         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
16396         * sysdeps/x86/bits/semaphore.h: ... here.
16397         * sysdeps/x86/nptl/elide.h: Moved ...
16398         * sysdeps/x86/elide.h: ... here.
16399         * sysdeps/x86_64/nptl/Implies: File removed.
16400         * sysdeps/i386/nptl/Implies: File removed.
16402 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
16404         [BZ #16539]
16405         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
16406         return the argument for normal arguments with exponent below -64.
16407         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16408         Likewise.
16409         * math/auto-libm-test-in: Add another test of expm1.
16410         * math/auto-libm-test-out: Regenerated.
16412         [BZ #16287]
16413         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
16414         calling __erfcl for arguments at least 16.
16415         * math/auto-libm-test-in: Add more tests of erf.
16416         * math/auto-libm-test-out: Regenerated.
16418         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
16419         individual architectures.
16420         * sysdeps/unix/sysv/linux/configure: Regenerated.
16421         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
16422         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
16423         * sysdeps/unix/sysv/linux/powerpc/configure.ac
16424         (ldd_rewrite_script): Define variable.
16425         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
16426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
16427         file.
16428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
16429         generated file.
16430         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
16431         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
16432         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
16433         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
16434         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
16435         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
16436         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
16437         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
16439 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16441         [BZ #17084]
16442         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
16443         Rename member __data.d to __data.__elision_data.
16445 2014-06-24  Wilco  <wdijkstr@arm.com>
16447         * NEWS: Add 16918 to fixed bug list.
16449 2014-06-24  Wilco  <wdijkstr@arm.com>
16451         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
16453 2014-06-24  Wilco  <wdijkstr@arm.com>
16455         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
16456         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
16457         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
16458         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
16459         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
16460         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
16461         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
16462         Use _FPU_MASK_RM.
16464 2014-06-24  Wilco  <wdijkstr@arm.com>
16466         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
16468 2014-06-24  Wilco  <wdijkstr@arm.com>
16470         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
16471         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
16472         * sysdeps/arm/fesetround.c (fesetround): Remove space.
16473         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
16475 2014-06-24  Wilco  <wdijkstr@arm.com>
16477         [BZ #16918]
16478         * sysdeps/arm/feupdateenv.c (feupdateenv):
16479         Rewrite to reduce FPSCR accesses and fix return value.
16481 2014-06-24  Wilco  <wdijkstr@arm.com>
16483         * sysdeps/arm/fclrexcpt.c (feclearexcept):
16484         Optimize to avoid unnecessary FPSCR writes.
16485         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
16486         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
16487         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
16488         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
16490 2014-06-24  Wilco  <wdijkstr@arm.com>
16492         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
16493         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
16494         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
16495         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
16496         Call libc_fetestexcept_vfp.
16497         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
16498         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
16499         __SOFTFP__ ifdef so that they can be built for softfp.
16501 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16503         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
16504         argument type signed char.
16506         * Makerules (check-abi): Dump diff of symlist if the test
16507         fails.
16509 2014-06-23  Roland McGrath  <roland@hack.frob.com>
16511         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
16512         using abort.
16514         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
16515         Remove unused variable ST.
16517 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
16519         [BZ #16354]
16520         [BZ #17061]
16521         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
16522         small arguments before calling __expm1.
16523         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
16524         small arguments before calling __expm1f.
16525         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
16526         small arguments before calling __expm1l.
16527         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16528         Likewise.
16529         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
16530         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
16531         spurious underflow for some cosh tests.
16532         * math/auto-libm-test-out: Regenerated.
16533         * sysdeps/i386/fpu/libm-test-ulps: Update.
16535         [BZ #17050]
16536         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
16537         (__ieee754_y1): Set errno if return value overflows.
16538         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
16539         (__ieee754_y1f): Set errno if return value overflows.
16540         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
16541         (__ieee754_y1l): Set errno if return value overflows.
16542         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
16543         (__ieee754_y1l): Set errno if return value overflows.
16544         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
16545         * math/auto-libm-test-out: Regenerated.
16547         * math/gen-auto-libm-tests.c: Document use of
16548         ignore-zero-inf-sign.
16549         (input_flag_type): Add value flag_ignore_zero_inf_sign.
16550         (input_flags): Add ignore-zero-inf-sign.
16551         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
16552         * math/gen-libm-test.pl (generate_testfile): Handle
16553         ignore-zero-inf-sign.
16554         * math/auto-libm-test-in: Mark some cpow tests with
16555         ignore-zero-inf-sign and some with xfail-rounding.
16556         * math/auto-libm-test-out: Regenerated.
16557         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
16558         * sysdeps/i386/fpu/libm-test-ulps: Update.
16559         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16561         [BZ #16315]
16562         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
16563         overflowing or underflowing operations take place with sign of
16564         result.
16565         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
16566         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
16567         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
16568         (__ieee754_pow): Recompute overflowing and underflowing results in
16569         original rounding mode.
16570         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
16571         (__powl_helper): Allow negative argument X and scale negated value
16572         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
16573         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
16574         overflowing or underflowing operations take place with sign of
16575         result.
16576         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
16577         Include <math.h>.
16578         * math/auto-libm-test-in: Add more tests of pow.
16579         * math/auto-libm-test-out: Regenerated.
16580         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
16581         (pow_tonearest_test_data): Remove.
16582         (pow_test_tonearest): Likewise.
16583         (pow_towardzero_test_data): Likewise.
16584         (pow_test_towardzero): Likewise.
16585         (pow_downward_test_data): Likewise.
16586         (pow_test_downward): Likewise.
16587         (pow_upward_test_data): Likewise.
16588         (pow_test_upward): Likewise.
16589         (main): Don't call removed functions.
16590         * sysdeps/i386/fpu/libm-test-ulps: Update.
16591         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16593 2014-06-23  Roland McGrath  <roland@hack.frob.com>
16595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
16596         Moved ...
16597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
16598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
16599         Moved ...
16600         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
16601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
16602         Moved ...
16603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
16604         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
16605         Moved ...
16606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
16607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
16608         File removed.
16609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
16610         File removed.
16611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
16612         File removed.
16613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
16614         File removed.
16615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
16616         File removed.
16617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
16618         File removed.
16619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
16620         File removed.
16621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
16622         File removed.
16623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
16624         File removed.
16625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
16626         File removed.
16627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
16628         File removed.
16629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
16630         File removed.
16631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
16632         Moved ...
16633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
16634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
16635         Moved ...
16636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
16637         ... here.
16638         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
16639         Moved ...
16640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
16641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
16642         Moved ...
16643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
16644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
16645         Moved ...
16646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
16647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
16648         Moved ...
16649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
16650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
16651         Moved ...
16652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
16653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
16654         Moved ...
16655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
16656         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
16657         Moved ...
16658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
16659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
16660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
16661         ... here.
16662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
16663         Moved ...
16664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
16665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
16666         Moved ...
16667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
16668         ... here.
16669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
16670         Moved ...
16671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
16672         ... here.
16673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16674         Moved ...
16675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
16676         ... here.
16677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
16678         Moved ...
16679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
16680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
16681         Moved ...
16682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
16683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
16684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
16685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
16686         Moved ...
16687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
16688         ... here.
16689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
16690         Moved ...
16691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
16692         ... here.
16693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
16694         Moved ...
16695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
16696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
16697         Moved ...
16698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
16699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
16700         Moved ...
16701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
16702         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
16703         Moved ...
16704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
16705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
16706         Moved ...
16707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
16708         ... here.
16709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
16710         Moved ...
16711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
16712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
16713         Moved ...
16714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
16715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
16716         Moved ...
16717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
16718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
16719         Moved ...
16720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
16721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
16722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
16723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
16724         Moved ...
16725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
16726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
16727         Moved ...
16728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
16729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
16730         Moved ...
16731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
16732         ... here.
16733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
16734         Moved ...
16735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
16736         ... here.
16737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
16738         Moved ...
16739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
16740         ... here.
16741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
16742         Moved ...
16743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
16744         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
16745         Moved ...
16746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
16747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
16748         Moved ...
16749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
16750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
16751         Moved ...
16752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
16753         ... here.
16754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
16755         Moved ...
16756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
16757         ... here.
16758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
16759         Moved ...
16760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
16761         ... here.
16762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
16763         Moved ...
16764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
16765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
16766         Moved ...
16767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
16769 2014-06-23  Will Newton  <will.newton@linaro.org>
16770             Wilco  <wdijkstr@arm.com>
16772         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
16773         implementation.  Include get-rounding-mode.h.
16774         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
16775         [!libc_feholdsetround_noex_ctx]: Define
16776         libc_feholdsetround_noex_ctx.
16777         [!libc_feholdsetround_noexf_ctx]: Define
16778         libc_feholdsetround_noexf_ctx.
16779         [!libc_feholdsetround_noexl_ctx]: Define
16780         libc_feholdsetround_noexl_ctx.
16781         (libc_feholdsetround_ctx): New function.
16782         (libc_feresetround_ctx): New function.
16783         (libc_feholdsetround_noex_ctx): New function.
16784         (libc_feresetround_noex_ctx): New function.
16786 2014-06-23  Roland McGrath  <roland@hack.frob.com>
16788         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
16789         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
16790         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
16791         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
16792         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
16793         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
16795         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
16796         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
16797         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
16798         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
16799         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
16800         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
16801         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
16802         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
16803         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
16804         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
16805         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
16806         Moved ...
16807         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
16808         ... here.
16809         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
16810         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
16811         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
16812         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
16813         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
16814         Moved ...
16815         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
16816         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
16817         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
16818         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
16819         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
16820         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
16821         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
16822         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
16823         Moved ...
16824         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
16825         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
16826         Moved ...
16827         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
16828         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
16829         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
16830         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
16831         Moved ...
16832         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
16833         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
16834         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
16835         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
16836         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
16837         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
16838         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
16839         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
16840         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
16841         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
16842         Moved ...
16843         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
16844         ... here.
16845         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
16846         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
16847         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
16848         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
16849         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
16850         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
16851         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
16852         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
16853         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
16854         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
16855         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
16856         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
16857         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
16858         Moved ...
16859         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
16860         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
16861         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
16862         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
16863         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
16864         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
16865         Moved ...
16866         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
16867         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
16868         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
16869         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
16870         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
16872         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
16873         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
16874         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
16875         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
16876         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
16877         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
16878         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
16879         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
16880         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
16881         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
16882         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
16883         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
16884         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
16885         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
16886         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
16887         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
16888         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
16889         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
16890         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
16891         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
16892         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
16893         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
16894         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
16895         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
16896         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
16897         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
16898         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
16899         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
16901 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
16903         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
16904         (FALLOC_FL_COLLAPSE_RANGE): New macro.
16905         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
16906         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
16907         (IPV6_PMTUDISC_INTERFACE): Likewise.
16908         (IPV6_PMTUDISC_OMIT): Likewise.
16910 2014-06-23  Andreas Schwab  <schwab@suse.de>
16912         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
16913         Remove unused errout label.
16915 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16917         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
16918         macro: hardware supports Vector Crypto instructions.
16920 2014-06-23  Will Newton  <will.newton@linaro.org>
16922         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
16923         rather than __builtin_expect.
16925         * elf/dl-lookup.c (undefined_msg): Remove variable.
16926         (_dl_lookup_symbol_x): Replace undefined_msg with string
16927         literal.
16929         * elf/dl-lookup.c (do_lookup_unique): New function.
16930         (do_lookup_x): Move STB_GNU_UNIQUE handling code
16931         to a separate function.
16933 2014-06-23  Andreas Schwab  <schwab@suse.de>
16935         [BZ #17079]
16936         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
16937         before reading the next line.
16939 2014-06-23  Will Newton  <will.newton@linaro.org>
16941         * test-skeleton.c (signal_handler): Use printf and %m
16942         rather than perror.  Use printf rather than fprintf to
16943         stderr.  Use puts rather than fputs to stderr.
16944         (main): Likewise.
16946 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
16948         * nscd/nscd.c (thread_info_t): Remove typedef.
16949         (thread_info): Remove variable.
16951 2014-06-21  Allan McRae  <allan@archlinux.org>
16953         * NEWS: Mention CVE-2014-4043.
16955 2014-06-20  Roland McGrath  <roland@hack.frob.com>
16957         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
16958         * nptl/smp.h: ... here.
16960         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
16962         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
16963         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
16964         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
16965         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
16967         * nptl/allocatestack.c: Include <stack-aliasing.h>.
16968         * nptl/stack-aliasing.h: New file.
16969         * sysdeps/i386/i686/stack-aliasing.h: New file.
16970         * sysdeps/i386/i686/nptl/Makefile: File removed.
16971         * sysdeps/x86_64/stack-aliasing.h: New file.
16972         * sysdeps/x86_64/nptl/Makefile
16973         (CFLAGS-pthread_create.c): Variable removed.
16975         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
16976         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
16977         old file.
16978         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
16979         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
16980         old file.
16982 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
16984         * sysdeps/unix/sysv/linux/arm/kernel-features.h
16985         (__ASSUME_SIGFRAME_V2): Remove macro.
16986         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
16987         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
16988         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
16989         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
16990         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
16991         Declare as function.  Remove conditional macro definitions.
16992         (__default_rt_sa_restorer): Likewise.
16993         (__default_sa_restorer_v1): Remove declaration.
16994         (__default_sa_restorer_v2): Likewise.
16995         (__default_rt_sa_restorer_v1): Likewise.
16996         (__default_rt_sa_restorer_v2): Likewise.
16997         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
16998         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
16999         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
17001 2014-06-20  Roland McGrath  <roland@hack.frob.com>
17003         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
17004         (libpthread-routines): Add sysdep.
17005         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
17006         * sysdeps/unix/sysv/linux/sparc/Versions
17007         (libpthread: GLIBC_2.3.3): New version set.
17008         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
17009         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
17010         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
17011         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
17012         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
17013         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
17014         Moved ...
17015         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
17016         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
17017         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
17018         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
17019         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
17020         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
17021         * sysdeps/sparc/nptl/sem_init.c: ... here.
17022         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
17023         * sysdeps/sparc/nptl/sem_post.c: ... here.
17024         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
17025         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
17026         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
17027         * sysdeps/sparc/nptl/sem_wait.c: ... here.
17028         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
17029         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
17030         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
17031         (libpthread-routines): Add cpu_relax.
17032         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
17033         File removed.
17034         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
17035         (librt: GLIBC_2.3.3): New version set.
17036         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
17037         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
17038         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
17039         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
17040         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
17041         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
17042         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
17043         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
17044         Moved ...
17045         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
17046         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
17047         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
17048         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
17049         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
17050         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
17051         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
17052         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
17053         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
17054         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
17055         Moved ...
17056         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
17057         Update #include.
17058         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
17059         Moved ...
17060         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
17061         Update #include.
17062         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
17063         Moved ...
17064         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
17065         Update #include.
17066         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
17067         Moved ...
17068         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
17069         Update #include.
17070         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
17071         Moved ...
17072         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
17073         Update #include.
17074         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
17075         Moved ...
17076         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
17077         Update #include.
17078         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
17079         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
17080         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
17081         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
17082         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
17083         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
17084         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
17085         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
17086         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
17087         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
17088         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
17089         Moved ...
17090         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
17091         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
17092         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
17093         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
17094         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
17096 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
17098         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
17099         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
17100         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
17101         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
17102         * nscd/nscd.c: Likewise.
17103         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
17104         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
17105         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
17106         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
17108         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
17109         <kernel-features.h>.
17110         (init_mq_netlink): Remove conditional have_sock_cloexec
17111         definitions.  Remove code conditional on have_sock_cloexec < 0.
17112         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
17113         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
17114         * sysdeps/unix/sysv/linux/opensock.c: Do not include
17115         <kernel-features.h>.
17116         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
17117         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
17119 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
17121         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17122         Add tests for memset_chk and memset.
17124         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
17125         with AVX2_Usable.
17127 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
17129         [BZ #16046]
17130         * elf/tst-dl-iter-static.c: New file.
17131         * elf/Makefile (tests-static): Add tst-dl-iter-static.
17133         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
17134         error.
17136 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
17138         * sysdeps/unix/sysv/linux/kernel-features.h
17139         (__ASSUME_F_GETOWN_EX): Remove macro.
17140         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
17141         <kernel-features.h>.
17142         (miss_F_GETOWN_EX): Remove variable or macro.
17143         (do_fcntl): Do not check miss_F_GETOWN_EX.
17144         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
17146         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
17147         Remove macro.
17148         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
17149         [!__ASSUME_AT_RANDOM]: Remove conditional code.
17150         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
17152         * sysdeps/unix/sysv/linux/kernel-features.h
17153         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
17154         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
17155         [ADJ_OFFSET_SS_READ]: Make code unconditional.
17156         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
17158 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
17160         [BZ #17075]
17161         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
17162         Fix calculation of the symbol's value.
17163         * sysdeps/arm/tst-armtlsdescloc.c: New file.
17164         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
17165         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
17166         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
17167         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
17168         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
17169         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
17170         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
17171         (modules-names): Add `tst-armtlsdescmod',
17172         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
17173         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
17174         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
17175         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
17176         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
17177         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
17178         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
17179         ($(objpfx)tst-armtlsdescloc): New dependency.
17180         ($(objpfx)tst-armtlsdescextnow): Likewise.
17181         ($(objpfx)tst-armtlsdescextlazy): Likewise.
17182         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
17183         TLS scheme support.
17184         * sysdeps/arm/configure: Regenerate.
17186 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
17188         * include/fcntl.h (__atfct_seterrno): Remove prototype.
17189         (__atfct_seterrno_2): Likewise.
17190         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
17191         <kernel-features.h>.
17192         (__ASSUME_ATFCTS): Do not undefine and redefine.
17193         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
17194         (__have_atfcts): Remove conditional definition.
17195         (__fxstatat([__NR_fstatat64]: Make code unconditional.
17196         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
17197         unreachable if [__ASSUME_ATFCTS].
17198         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
17199         not undefine and redefine.
17200         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
17201         <kernel-features.h>.
17202         (faccessat) [__NR_faccessat]: Make code unconditional.
17203         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
17204         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
17205         <kernel-features.h>.
17206         (fchmodat) [__NR_fchmodat]: Make code unconditional.
17207         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
17208         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
17209         <kernel-features.h>.
17210         (fchownat) [__NR_fchownat]: Make code unconditional.
17211         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
17212         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
17213         <kernel-features.h>.
17214         (futimesat) [__NR_futimesat]: Make code unconditional.
17215         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
17216         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
17217         <kernel-features.h>.
17218         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
17219         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
17220         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
17221         <kernel-features.h>.
17222         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
17223         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
17224         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
17225         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
17226         <kernel-features.h>.
17227         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
17228         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
17229         * sysdeps/unix/sysv/linux/linkat.c: Do not include
17230         <kernel-features.h>.
17231         (linkat) [__NR_linkat]: Make code unconditional.
17232         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
17233         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
17234         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
17235         <kernel-features.h>.
17236         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
17237         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
17238         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
17239         <kernel-features.h>.
17240         (mkdirat) [__NR_mkdirat]: Make code unconditional.
17241         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
17242         * sysdeps/unix/sysv/linux/openat.c: Do not include
17243         <kernel-features.h>.
17244         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
17245         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
17246         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
17247         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
17248         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
17249         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
17250         <kernel-features.h>.
17251         (readlinkat) [__NR_readlinkat]: Make code unconditional.
17252         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
17253         result of INLINE_SYSCALL directly, not via int variable.
17254         * sysdeps/unix/sysv/linux/renameat.c: Do not include
17255         <kernel-features.h>.
17256         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
17257         (renameat) [__NR_renameat]: Make code unconditional.
17258         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
17259         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
17260         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
17261         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
17262         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
17263         (__ASSUME_ATFCTS): Do not undefine and redefine.
17264         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
17265         <kernel-features.h>.
17266         (symlinkat) [__NR_symlinkat]: Make code unconditional.
17267         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
17268         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
17269         <kernel-features.h>.
17270         (unlinkat) [__NR_unlinkat]: Make code unconditional.
17271         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
17272         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
17273         (__ASSUME_ATFCTS): Do not undefine and redefine.
17274         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
17275         <kernel-features.h>.
17276         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
17277         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
17278         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
17279         <kernel-features.h>.
17280         (__xmknodat) [__NR_mknodat]: Make code unconditional.
17281         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
17283 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
17285         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
17287 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
17289         [BZ #17069]
17290         * posix/regcomp.c (parse_reg_exp): Deallocate partially
17291         constructed tree before returning error.
17292         * posix/bug-regexp36.c: Expand test case.
17294 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
17296         [BZ #6803]
17297         * math/libm-test.inc (scalbln_test_date):
17298         Add errno expectations.
17299         * math/w_scalblnf.c: New File.
17300         Add wrapper which checks for setting errno to ERANGE.
17301         Add weak_alias for corresponding scalbln function.
17302         * math/w_scalbln.c: Likewise.
17303         * math/w_scalblnl.c: Likewise.
17304         * math/Makefile (libm-calls): Add w_scalbln.
17305         * sysdeps/ieee754/flt-32/s_scalblnf.c:
17306         Remove weak_alias for corresponding scalbln function.
17307         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
17308         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
17309         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
17310         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
17311         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
17312         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
17313         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
17314         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
17315         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
17316         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
17317         Remove long_double_symbol for scalblnl function in libm, libc.
17318         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
17319         Add wrapper which checks for setting errno to ERANGE.
17320         Add long_double_symbol for scalblnl function in libm, libc.
17321         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
17322         Remove long_double_symbol for scalblnl in libm.
17323         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
17324         Add wrapper which checks for setting errno to ERANGE.
17325         Add long_double_symbol for scalblnl function in libm.
17326         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
17327         Do not use wrapper because of own implementation.
17329 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
17331         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
17332         3 bytes for __pad1 for x32.
17333         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
17335 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
17336             H.J. Lu  <hongjiu.lu@intel.com>
17338         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
17339         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
17340         * sysdeps/x86_64/multiarch/memset.S: Likewise.
17341         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
17342         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
17344 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
17346         [BZ #17069]
17347         * posix/regcomp.c (parse_expression): Deallocate partially
17348         constructed tree before returning error.
17349         * posix/Makefile.c (tests): Add bug-regex36.
17350         (generated): Add bug-regex36.mtrace.
17351         (tests-special): Add $(objpfx)bug-regex36-mem.out
17352         (bug-regex36-ENV): New variable.
17353         ($(objpfx)bug-regex36-mem.out): New rule.
17354         * posix/bug-regex36.c: New file.
17356 2014-06-19  Will Newton  <will.newton@linaro.org>
17358         * malloc/malloc.c (systrim): If extra is zero then return
17359         early.
17361 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17363         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
17365 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
17367         * sysdeps/aarch64/strchr.S: New file.
17369 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
17371         [BZ #17022]
17372         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
17373         from arguments -2 or below.
17374         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
17375         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
17377 2014-06-18  Andreas Schwab  <schwab@suse.de>
17379         [BZ #17062]
17380         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
17381         of a bracket expr not to run off the end of the string.
17382         * posix/Makefile (tests): Add tst-fnmatch3.
17383         * posix/tst-fnmatch3.c: New file.
17385 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
17387         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
17388         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
17389         [$(cross-compiling) = no]: Likewise.
17390         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
17391         [$(cross-compiling) = no]: Likewise.
17393 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17395         [BZ #17031]
17396         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
17397         double, adjusted for any remainder from the high double.
17398         * math/libm-test.inc (nearbyint): Add tests.
17399         (rint): Likewise.
17401 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17403         * nptl/sysdeps/powerpc/Makefile: Moved ...
17404         * sysdeps/powerpc/nptl/Makefile: ... here.
17405         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
17406         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
17407         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
17408         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
17409         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
17410         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
17411         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
17412         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
17413         * nptl/sysdeps/powerpc/tls.h: Moved ...
17414         * sysdeps/powerpc/nptl/tls.h: ... here.
17416 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
17418         [BZ #16681]
17419         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
17420         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
17421         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
17422         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
17423         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
17424         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
17425         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
17426         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
17427         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
17429 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
17431         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
17433 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
17435         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
17436         defined operator.
17438         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
17439         $TIMEOUTFACTOR.
17441 2014-06-16  Florian Weimer  <fweimer@redhat.com>
17443         [BZ #17058]
17444         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
17445         non-executed part of the test.
17447 2014-06-16  Andreas Schwab  <schwab@suse.de>
17449         * string/bits/string2.h (strdup, strndup): Update feature guard.
17451 2014-06-14  David S. Miller  <davem@davemloft.net>
17453         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17455 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
17457         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
17458         that was previously under [RESET_PID].
17459         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
17461         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
17462         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
17463         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
17464         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
17465         (__libc_vfork): New strong alias.
17466         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
17468 2014-06-14 Andi Kleen  <ak@linux.intel.com>
17470         * sysdeps/generic/elide.h: New file.
17472 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
17474         * Makefile (installed-headers): Adjust path of pthread.h header.
17476 2014-06-13  Roland McGrath  <roland@hack.frob.com>
17478         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
17479         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
17480         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
17481         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
17483         * nptl/sysdeps/s390/Makefile: Moved ...
17484         * sysdeps/s390/nptl/Makefile: ... here.
17485         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
17486         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
17487         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
17488         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
17489         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
17490         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
17491         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
17492         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
17493         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
17494         * sysdeps/s390/nptl/pthreaddef.h: ... here.
17495         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
17496         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
17497         * nptl/sysdeps/s390/tls.h: Moved ...
17498         * sysdeps/s390/nptl/tls.h: ... here.
17500         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
17501         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
17503 2014-06-13  David S. Miller  <davem@davemloft.net>
17505         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
17506         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
17507         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
17508         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
17509         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
17510         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
17511         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
17512         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
17513         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
17514         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
17515         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
17516         Remove RESET_PID cpp guards.
17517         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
17518         Remove RESET_PID cpp guards.
17519         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
17521 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
17523         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
17524         __sp to uintptr_t.
17526 2014-06-13  Andi Kleen  <ak@linux.intel.com>
17528         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
17529         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
17530         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
17531         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
17532         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
17533         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
17534         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
17535         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
17536         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
17537         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
17538         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
17539         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
17540         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
17541         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
17542         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
17543         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
17544         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
17545         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
17546         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
17547         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
17549         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
17550         (pthread_rwlock_rdlock): Add elision.
17551         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
17552         (pthread_rwlock_wrlock): Add elision.
17553         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
17554         (pthread_rwlock_trywrlock): Add elision.
17555         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
17556         (pthread_rwlock_tryrdlock): Add elision.
17557         * nptl/pthread_rwlock_unlock.c: Include elide.h.
17558         (pthread_rwlock_tryrdlock): Add elision unlock.
17559         * nptl/sysdeps/pthread/pthread.h:
17560         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
17561         (PTHREAD_RWLOCK_INITIALIZER,
17562         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
17563         Handle new elision field.
17564         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
17565         * sysdeps/arm/nptl/bits/pthreadtypes.h
17566         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
17567         * sysdeps/sh/nptl/bits/pthreadtypes.h
17568         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
17569         * sysdeps/tile/nptl/bits/pthreadtypes.h
17570         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
17571         * sysdeps/a/nptl/bits/pthreadtypes.h
17572         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
17573         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
17574         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
17575         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
17576         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
17577         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
17578         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
17579         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
17580         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
17581         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
17582         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
17583         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
17584         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
17585         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
17586         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
17587         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
17588         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
17589         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
17590         (elision_init): Set try_xbegin to zero when no RTM.
17591         * sysdeps/x86/nptl/bits/pthreadtypes.h
17592         (pthread_rwlock_t): Change __pad1 to __rwelision.
17593         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
17595 2014-06-13  Andi Kleen  <ak@linux.intel.com>
17597         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
17598         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
17599         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
17600         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
17602 2014-06-13  Meador Inge  <meadori@codesourcery.com>
17604         [BZ #16996]
17605         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
17606         that the cached result has been set before returning it.
17608 2014-06-12  Roland McGrath  <roland@hack.frob.com>
17610         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
17611         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
17612         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
17613         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
17614         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
17615         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
17617         * nptl/sysdeps/sparc/Makefile: Moved ...
17618         * sysdeps/sparc/nptl/Makefile: ... here.
17619         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
17620         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
17621         * nptl/sysdeps/sparc/tls.h: Moved ...
17622         * sysdeps/sparc/nptl/tls.h: ... here.
17623         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
17624         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
17625         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
17626         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
17627         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
17628         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
17629         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
17630         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
17631         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
17632         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
17633         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
17634         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
17635         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
17636         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
17637         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
17638         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
17639         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
17640         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
17641         Update #include.
17642         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
17643         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
17644         Update #include.
17645         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
17646         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
17647         Update #include.
17648         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
17649         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
17650         Update #include.
17652         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
17654         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
17655         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
17657         * sysdeps/pthread/posix-timer.h: Include <list.h>.
17658         (struct list_links): Type removed.
17659         (struct thread_node, struct timer_node): Replace struct list_links
17660         with struct list_head.
17661         (list_unlink_ip): Likewise.
17662         * sysdeps/pthread/timer_routines.c
17663         (timer_free_list, thread_free_list, thread_active_list): Likewise.
17664         (list_append, list_insbefore): Likewise.
17665         (list_init): Function removed.
17666         (thread_init, init_module): Use INIT_LIST_HEAD instead.
17667         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
17668         * sysdeps/pthread/Makefile: ... here, new file.
17670         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
17671         * sysdeps/nptl/Implies: ... here.
17672         * sysdeps/unix/sysv/linux/Implies: Add nptl.
17673         * nptl/sysdeps/pthread/list.h: Moved ...
17674         * include/list.h: ... here.
17675         * nptl/sysdeps/pthread/createthread.c: Moved ...
17676         * nptl/createthread.c: ... here.
17677         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
17678         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
17679         * nptl/pt-longjmp.c: ... here.
17680         * nptl/sysdeps/pthread/Makefile: Moved ...
17681         * sysdeps/nptl/Makefile: ... here.
17682         * nptl/sysdeps/pthread/Subdirs: Moved ...
17683         * sysdeps/nptl/Subdirs: ... here.
17684         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
17685         * sysdeps/nptl/aio_misc.h: ... here.
17686         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
17687         * sysdeps/nptl/bits/libc-lock.h: ... here.
17688         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
17689         * sysdeps/nptl/bits/libc-lockP.h: ... here.
17690         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
17691         * sysdeps/nptl/bits/stdio-lock.h: ... here.
17692         * nptl/sysdeps/pthread/configure: Moved ...
17693         * sysdeps/nptl/configure: ... here.
17694         * nptl/sysdeps/pthread/configure.ac: Moved ...
17695         * sysdeps/nptl/configure.ac: ... here.
17696         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
17697         * sysdeps/nptl/gai_misc.h: ... here.
17698         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
17699         * sysdeps/nptl/librt-cancellation.c: ... here.
17700         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
17701         * sysdeps/nptl/malloc-machine.h: ... here.
17702         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
17703         * sysdeps/nptl/pthread-functions.h: ... here.
17704         * nptl/sysdeps/pthread/pthread.h: Moved ...
17705         * sysdeps/nptl/pthread.h: ... here.
17706         * nptl/sysdeps/pthread/setxid.h: Moved ...
17707         * sysdeps/nptl/setxid.h: ... here.
17708         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
17709         * sysdeps/nptl/sigfillset.c: ... here.
17710         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
17711         * sysdeps/nptl/tcb-offsets.h: ... here.
17712         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
17713         * sysdeps/nptl/tst-mqueue8x.c: ... here.
17714         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
17715         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
17716         * nptl/sysdeps/pthread/allocalim.h: Moved ...
17717         * sysdeps/pthread/allocalim.h: ... here.
17718         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
17719         * sysdeps/pthread/bits/sigthread.h: ... here.
17720         * nptl/sysdeps/pthread/flockfile.c: Moved ...
17721         * sysdeps/pthread/flockfile.c: ... here.
17722         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
17723         * sysdeps/pthread/ftrylockfile.c: ... here.
17724         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
17725         * sysdeps/pthread/funlockfile.c: ... here.
17726         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
17727         * sysdeps/pthread/posix-timer.h: ... here.
17728         * nptl/sysdeps/pthread/timer_create.c: Moved ...
17729         * sysdeps/pthread/timer_create.c: ... here.
17730         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
17731         * sysdeps/pthread/timer_delete.c: ... here.
17732         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
17733         * sysdeps/pthread/timer_getoverr.c: ... here.
17734         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
17735         * sysdeps/pthread/timer_gettime.c: ... here.
17736         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
17737         * sysdeps/pthread/timer_routines.c: ... here.
17738         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
17739         * sysdeps/pthread/timer_settime.c: ... here.
17740         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
17741         * sysdeps/pthread/tst-timer.c: ... here.
17742         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
17743         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
17745         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
17746         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
17748         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
17749         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
17750         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
17751         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
17752         Update #include target.
17753         * nptl/sysdeps/i386/i686/Makefile: Moved ...
17754         * sysdeps/i386/i686/nptl/Makefile: ... here.
17755         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
17756         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
17757         Update #include target.
17758         * nptl/sysdeps/i386/i686/tls.h: Moved ...
17759         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
17760         * nptl/sysdeps/i386/Makefile: Moved ...
17761         * sysdeps/i386/nptl/Makefile: ... here.
17762         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
17763         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
17764         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
17765         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
17766         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
17767         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
17768         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
17769         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
17770         * sysdeps/i386/nptl/pthreaddef.h: ... here.
17771         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
17772         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
17773         * nptl/sysdeps/i386/tls.h: Moved ...
17774         * sysdeps/i386/nptl/tls.h: ... here.
17776         * sysdeps/sh/Makefile [$(subdir) = csu]
17777         (gen-as-const-headers): Add tcb-offsets.sym.
17778         * nptl/sysdeps/sh/Makefile: File removed.
17779         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
17780         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
17781         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
17782         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
17783         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
17784         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
17785         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
17786         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
17787         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
17788         * sysdeps/sh/nptl/pthreaddef.h: ... here.
17789         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
17790         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
17791         * nptl/sysdeps/sh/tls.h: Moved ...
17792         * sysdeps/sh/nptl/tls.h: ... here.
17793         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
17794         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
17795         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
17796         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
17797         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
17798         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
17799         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
17800         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
17801         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
17802         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
17803         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
17804         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
17805         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
17806         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
17807         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
17808         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
17809         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
17810         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
17811         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
17812         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
17813         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
17814         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
17815         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
17816         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
17817         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
17818         Moved ...
17819         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
17820         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
17821         Moved ...
17822         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
17823         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
17824         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
17825         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
17826         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
17827         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
17828         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
17829         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
17830         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
17831         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
17832         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
17833         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
17834         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
17835         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
17836         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
17837         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
17838         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
17839         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
17840         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
17842 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
17844         * posix/spawn_faction_addopen.c: Include string.h.
17846 2014-06-11  Roland McGrath  <roland@hack.frob.com>
17848         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
17849         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
17850         * nptl/sysdeps/x86_64/Makefile: Moved ...
17851         * sysdeps/x86_64/nptl/Makefile: ... here.
17852         * nptl/sysdeps/x86_64/configure: Moved ...
17853         * sysdeps/x86_64/nptl/configure: ... here.
17854         * nptl/sysdeps/x86_64/configure.ac: Moved ...
17855         * sysdeps/x86_64/nptl/configure.ac: ... here.
17856         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
17857         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
17858         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
17859         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
17860         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
17861         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
17862         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
17863         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
17864         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
17865         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
17866         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
17867         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
17868         * nptl/sysdeps/x86_64/tls.h: Moved ...
17869         * sysdeps/x86_64/nptl/tls.h: ... here.
17870         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
17871         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
17872         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
17873         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
17875         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
17877 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17879         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17881 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
17883         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
17884         type.
17885         [POSIX] (off_t): Likewise.
17886         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
17887         [POSIX] (S_ISBLK): Require macro.
17888         [POSIX] (S_ISCHR): Likewise.
17889         [POSIX] (S_ISDIR): Likewise.
17890         [POSIX] (S_ISFIFO): Likewise.
17891         [POSIX] (S_ISREG): Likewise.
17892         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
17893         optional-macro.
17894         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
17895         type.
17896         [POSIX] (time_t): Likewise.
17897         [POSIX] (timer_t): Likewise.
17899 2014-06-11  Florian Weimer  <fweimer@redhat.com>
17901         [BZ #17048]
17902         * posix/spawn_int.h (struct __spawn_action): Make the path string
17903         non-const to support deallocation.
17904         * posix/spawn_faction_addopen.c
17905         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
17906         * posix/spawn_faction_destroy.c
17907         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
17908         path in all spawn_do_open actions.
17909         * posix/tst-spawn.c (do_test): Exercise the copy operation in
17910         posix_spawn_file_actions_addopen.
17912 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
17914         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
17915         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
17916         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
17917         conditional code always true.
17918         (__libc_vfork): New alias.
17920 2014-06-11  Roland McGrath  <roland@hack.frob.com>
17922         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
17923         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
17925         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
17927         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
17928         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
17930         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
17931         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
17933         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
17934         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
17936 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
17938         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
17939         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
17940         multiarch strcmp for PPC64.
17941         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
17942         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
17943         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
17944         multiarch optimizations.
17945         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17946         (__libc_ifunc_impl_list): Likewise.
17948 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17950         * benchtests/scripts/validate_benchout.py: New script.
17951         * benchtests/Makefile (bench-func): Call it.
17952         * benchtests/scripts/benchout.schema.json: New file.
17954 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
17956         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
17957         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
17958         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
17959         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
17960         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
17961         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
17962         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
17963         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
17964         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
17965         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
17966         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
17967         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
17968         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
17969         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
17970         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
17971         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
17972         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
17973         Moved ...
17974         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
17975         ... here.
17976         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
17977         Moved ...
17978         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
17979         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
17980         Moved ...
17981         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
17982         ... here.
17983         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
17984         Moved ...
17985         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
17986         ... here.
17987         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
17988         Moved ...
17989         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
17990         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
17991         Moved ...
17992         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
17993         ... here.
17994         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
17995         Moved ...
17996         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
17997         ... here.
17998         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
17999         Moved ...
18000         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
18001         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
18002         Moved ...
18003         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
18004         ... here.
18005         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
18006         Moved ...
18007         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
18008         ... here.
18009         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
18010         Moved ...
18011         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
18012         ... here.
18013         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
18014         Moved ...
18015         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
18016         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
18017         Moved ...
18018         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
18019         ... here.
18020         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
18021         Moved ...
18022         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
18023         ... here.
18024         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
18025         Moved ...
18026         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
18027         ... here.
18028         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
18029         Moved ...
18030         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
18031         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
18032         Moved ...
18033         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
18034         ... here.
18035         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
18036         Moved ...
18037         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
18038         ... here.
18039         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
18040         Moved ...
18041         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
18042         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
18043         Moved ...
18044         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
18045         ... here.
18046         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
18047         Moved ...
18048         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
18049         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
18050         Moved ...
18051         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
18052         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
18053         Moved ...
18054         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
18055         ... here.
18056         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
18057         Moved ...
18058         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
18059         ... here.
18060         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
18061         Moved ...
18062         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
18063         ... here.
18064         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
18065         Moved ...
18066         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
18067         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
18068         Moved ...
18069         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
18070         ... here.
18071         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
18072         Moved ...
18073         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
18074         ... here.
18075         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
18076         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
18077         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
18078         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
18079         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
18080         Moved ...
18081         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
18082         ... here.
18083         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
18084         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
18085         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
18086         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
18087         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
18088         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
18089         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
18090         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
18091         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
18092         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
18093         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
18094         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
18095         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
18096         Moved ...
18097         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
18098         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
18099         Moved ...
18100         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
18101         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
18102         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
18103         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
18104         Moved ...
18105         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
18106         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
18107         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
18108         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
18109         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
18110         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
18111         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
18113 2014-06-10  Wilco  <wdijkstr@arm.com>
18115         * math/test-fenv-return.c: New file.
18116         * math/Makefile: Add new test test-fenv-return.
18118 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
18120         [BZ #17042]
18121         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
18122         when x - 1 is zero.
18123         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
18124         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
18125         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
18126         0.0L for an argument of 1.0L.
18127         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
18128         Likewise.
18129         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
18130         value when x - 1 is zero.
18131         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
18132         * sysdeps/i386/fpu/libm-test-ulps: Update.
18133         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18135 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
18137         [BZ #15119]
18138         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
18140 2014-06-09  Roland McGrath  <roland@hack.frob.com>
18142         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
18143         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
18145 2014-06-09  Roland McGrath  <roland@hack.frob.com>
18147         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
18148         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
18150         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
18151         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
18153         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
18154         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
18156         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
18157         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
18159         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
18160         if not already defined.
18161         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
18162         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
18163         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
18164         (TLS_INIT_TP): Use it.
18165         (TLS_DEFINE_INIT_TP): New macro.
18166         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
18168 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
18170         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
18171         constant.
18172         [POSIX] (IXANY): Likewise.
18173         [POSIX] (OLCUC): Likewise.
18174         [POSIX || POSIX2008] (CBAUD): Do not allow.
18175         [POSIX || POSIX2008] (DEFECHO): Likewise.
18176         [POSIX || POSIX2008] (ECHOCTL): Likewise.
18177         [POSIX || POSIX2008] (ECHOKE): Likewise.
18178         [POSIX || POSIX2008] (ECHOPRT): Likewise.
18179         [POSIX || POSIX2008] (EXTA): Likewise.
18180         [POSIX || POSIX2008] (EXTB): Likewise.
18181         [POSIX || POSIX2008] (FLUSHO): Likewise.
18182         [POSIX || POSIX2008] (LOBLK): Likewise.
18183         [POSIX || POSIX2008] (PENDIN): Likewise.
18184         [POSIX || POSIX2008] (SWTCH): Likewise.
18185         [POSIX || POSIX2008] (VDISCARD): Likewise.
18186         [POSIX || POSIX2008] (VDSUSP): Likewise.
18187         [POSIX || POSIX2008] (VLNEXT): Likewise.
18188         [POSIX || POSIX2008] (VREPRINT): Likewise.
18189         [POSIX || POSIX2008] (VSTATUS): Likewise.
18190         [POSIX || POSIX2008] (VWERASE): Likewise.
18191         (B*): Change to B[0123456789]*.
18192         * conform/data/time.h-data [POSIX || UNIX98]
18193         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
18194         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
18195         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
18196         [POSIX] (tm_*): Do not allow.
18198 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
18200         * Makefile (install): Don't set LANGUAGE.
18201         * Makefile.in (install): Likewise.
18202         * assert/Makefile (test-assert-ENV): Remove variable.
18203         (test-assert-perr-ENV): Likewise.
18204         * elf/Makefile (neededtest4-ENV): Likewise.
18205         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
18206         [$(cross-compiling) = no]: Don't set LANGUAGE.
18207         * io/ftwtest-sh (LANG): Remove variable.
18208         * libio/Makefile (tst-widetext-ENV): Likewise.
18209         * manual/install.texi (Running make install): Don't refer to
18210         environment settings for make install.
18211         * INSTALL: Regenerated.
18212         * nptl/tst-tls6.sh: Don't set LANG.
18213         * posix/globtest.sh (LANG): Remove variable.
18214         * string/Makefile (tester-ENV): Likewise.
18215         (inl-tester-ENV): Likewise.
18216         (noinl-tester-ENV): Likewise.
18217         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
18218         [$(cross-compiling) = no]: Don't set LANGUAGE.
18219         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
18220         without explicit environment settings.
18222 2014-06-06  Roland McGrath  <roland@hack.frob.com>
18224         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
18225         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
18226         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
18227         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
18229 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
18231         * crypt/crypt-private.h [DOS]: Add some includes taken from the
18232         other files in the crypt directory.
18233         * crypt/crypt.c: Remove duplicate includes.
18234         * crypt/crypt-entry.c: Likewise.
18235         * crypt/crypt_util.c: Likewise.
18237 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
18239         * Makeconfig (run-program-env): New variable.
18240         (run-program-prefix-before-env): Likewise.
18241         (run-program-prefix-after-env): Likewise.
18242         (run-program-prefix): Define in terms of new variables.
18243         (built-program-cmd-before-env): New variable.
18244         (built-program-cmd-after-env): Likewise.
18245         (built-program-cmd): Define in terms of new variables.
18246         (test-program-prefix-before-env): New variable.
18247         (test-program-prefix-after-env): Likewise.
18248         (test-program-prefix): Define in terms of new variables.
18249         (test-program-cmd-before-env): New variable.
18250         (test-program-cmd-after-env): Likewise.
18251         (test-program-cmd): Define in terms of new variables.
18252         * Rules (make-test-out): Use $(run-program-env).
18253         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
18254         (help): Do not mention environment variables.  Mention
18255         --timeoutfactor option.
18256         (timeoutfactor): New variable.
18257         (blacklist_exports): Remove function.
18258         (exports): Remove variable.
18259         (command): Do not include ${exports}.
18260         * manual/install.texi (Configuring and compiling): Do not mention
18261         test wrappers preserving environment variables.  Mention that last
18262         assignment to a variable must take precedence.
18263         * INSTALL: Regenerated.
18264         * benchtests/Makefile (run-bench): Use $(run-program-env).
18265         * catgets/Makefile ($(objpfx)test1.cat): Use
18266         $(built-program-cmd-before-env), $(run-program-env) and
18267         $(built-program-cmd-after-env).
18268         ($(objpfx)test2.cat): Do not specify environment variables
18269         explicitly.
18270         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
18271         $(run-program-env) and $(built-program-cmd-after-env).
18272         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
18273         $(run-program-env) and $(test-program-cmd-after-env).
18274         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
18275         explicitly.
18276         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
18277         run_program_env and test_program_cmd_after_env arguments.
18278         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
18279         * elf/tst-pathopt.sh: Use run_program_env argument.
18280         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
18281         $(test-wrapper-env) and $(run-program-env).
18282         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
18283         run_program_env arguments.
18284         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
18285         * intl/Makefile ($(objpfx)tst-gettext.out): Use
18286         $(test-program-prefix-before-env), $(run-program-env) and
18287         $(test-program-prefix-after-env).
18288         ($(objpfx)tst-gettext2.out): Likewise.
18289         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
18290         run_program_env and test_program_prefix_after_env arguments.
18291         * intl/tst-gettext2.sh: Likewise.
18292         * intl/tst-gettext4.sh: Do not set environment variables
18293         explicitly.
18294         * intl/tst-gettext6.sh: Likewise.
18295         * intl/tst-translit.sh: Likewise.
18296         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
18297         $(test-program-prefix-before-env), $(run-program-env) and
18298         $(test-program-prefix-after-env).
18299         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
18300         run_program_env and test_program_prefix_after_env arguments.
18301         * math/Makefile (run-regen-ulps): Use $(run-program-env).
18302         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
18303         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
18304         explicitly with each use of ${test_wrapper_env}.
18305         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
18306         $(test-program-prefix-before-env), $(run-program-env) and
18307         $(test-program-prefix-after-env).
18308         * posix/tst-getconf.sh: Do not set environment variables
18309         explicitly.
18310         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
18311         run_program_env and test_program_prefix_after_env arguments.
18312         * stdio-common/tst-printf.sh: Do not set environment variables
18313         explicitly.
18314         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
18315         $(test-program-prefix-before-env), $(run-program-env) and
18316         $(test-program-prefix-after-env).
18317         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
18318         run_program_env and test_program_prefix_after_env arguments.
18319         Split $test calls into $test_pre and $test.
18320         * timezone/Makefile (build-testdata): Use
18321         $(built-program-cmd-before-env), $(run-program-env) and
18322         $(built-program-cmd-after-env).
18324 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18326         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
18327         strlen for non SHARED builds.
18329 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18331         * nptl/allocatestack.c (check_list): Inlined function...
18332         (__reclaim_stacks): ... here.
18334 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
18336         [BZ #15698]
18337         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
18338         memory overrun.
18340 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
18342         * Rules (make-test-out): Include
18343         LOCPATH=$(common-objpfx)localedata in default environment.
18344         * debug/Makefile (tst-chk1-ENV): Remove variable.
18345         (tst-chk2-ENV): Likewise.
18346         (tst-chk3-ENV): Likewise.
18347         (tst-chk4-ENV): Likewise.
18348         (tst-chk5-ENV): Likewise.
18349         (tst-chk6-ENV): Likewise.
18350         (tst-lfschk1-ENV): Likewise.
18351         (tst-lfschk2-ENV): Likewise.
18352         (tst-lfschk3-ENV): Likewise.
18353         (tst-lfschk4-ENV): Likewise.
18354         (tst-lfschk5-ENV): Likewise.
18355         (tst-lfschk6-ENV): Likewise.
18356         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
18357         (tst-iconv7-ENV): Likewise.
18358         * intl/Makefile (LOCPATH-ENV): Likewise.
18359         (tst-codeset-ENV): Likewise.
18360         (tst-gettext3-ENV): Likewise.
18361         (tst-gettext5-ENV): Likewise.
18362         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
18363         (tst-fopenloc-ENV): Likewise.
18364         (tst-fgetws-ENV): Remove variable.
18365         (tst-ungetwc1-ENV): Likewise.
18366         (tst-ungetwc2-ENV): Likewise.
18367         (bug-ungetwc2-ENV): Likewise.
18368         (tst-swscanf-ENV): Likewise.
18369         (bug-ftell-ENV): Likewise.
18370         (tst-fgetwc-ENV): Likewise.
18371         (tst-fseek-ENV): Likewise.
18372         (tst-ftell-partial-wide-ENV): Likewise.
18373         (tst-ftell-active-handler-ENV): Likewise.
18374         (tst-ftell-append-ENV): Likewise.
18375         * posix/Makefile (tst-fnmatch-ENV): Likewise.
18376         (tst-regexloc-ENV): Likewise.
18377         (bug-regex1-ENV): Likewise.
18378         (tst-regex-ENV): Likewise.
18379         (tst-regex2-ENV): Likewise.
18380         (bug-regex5-ENV): Likewise.
18381         (bug-regex6-ENV): Likewise.
18382         (bug-regex17-ENV): Likewise.
18383         (bug-regex18-ENV): Likewise.
18384         (bug-regex19-ENV): Likewise.
18385         (bug-regex20-ENV): Likewise.
18386         (bug-regex22-ENV): Likewise.
18387         (bug-regex23-ENV): Likewise.
18388         (bug-regex25-ENV): Likewise.
18389         (bug-regex26-ENV): Likewise.
18390         (bug-regex30-ENV): Likewise.
18391         (bug-regex32-ENV): Likewise.
18392         (bug-regex33-ENV): Likewise.
18393         (bug-regex34-ENV): Likewise.
18394         (bug-regex35-ENV): Likewise.
18395         (tst-rxspencer-ENV): Likewise.
18396         (tst-rxspencer-no-utf8-ENV): Likewise.
18397         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
18398         (tst-sscanf-ENV): Likewise.
18399         (tst-swprintf-ENV): Likewise.
18400         (tst-swscanf-ENV): Likewise.
18401         (test-vfprintf-ENV): Likewise.
18402         (scanf13-ENV): Likewise.
18403         (bug14-ENV): Likewise.
18404         (tst-grouping-ENV): Likewise.
18405         * stdlib/Makefile (tst-strtod-ENV): Likewise.
18406         (tst-strtod3-ENV): Likewise.
18407         (tst-strtod4-ENV): Likewise.
18408         (tst-strtod5-ENV): Likewise.
18409         (testmb2-ENV): Likewise./
18410         * string/Makefile (tst-strxfrm-ENV): Likewise.
18411         (tst-strxfrm2-ENV): Likewise.
18412         (bug-strcoll1-ENV): Likewise.
18413         (test-strcasecmp-ENV): Likewise.
18414         (test-strncasecmp-ENV): Likewise.
18415         * time/Makefile (tst-strptime-ENV): Likewise.
18416         (tst-ftime_l-ENV): Likewise.
18417         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
18418         (tst-mbrtowc-ENV): Likewise.
18419         (tst-wcrtomb-ENV): Likewise.
18420         (tst-mbrtowc2-ENV): Likewise.
18421         (tst-c16c32-1-ENV): Likewise.
18422         (tst-mbsnrtowcs-ENV): Likewise.
18424 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
18426         * manual/resource.texi (How to get information about the memory
18427         subsystem?): Fix typo.
18428         Reported by Peon de la Parra Ivan <peon@keba.com>
18430 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
18432         [BZ #16882]
18433         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
18434         (pthread_spin_lock): Branch out of spin loop to proper location.
18435         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
18436         (pthread_spin_lock): Likewise.
18438         * nptl/tst-spin4.c: New test.
18439         * nptl/Makefile (tests): Add tst-spin4.
18441 2014-06-03  Andreas Schwab  <schwab@suse.de>
18443         [BZ #15946]
18444         * resolv/res_send.c (send_dg): Reload file descriptor after
18445         calling reopen.
18447 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
18449         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18451 2014-06-03  Richard Henderson  <rth@redhat.com>
18453         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
18454         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
18455         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
18456         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
18457         in the SAVE_PID block.
18458         (__libc_vfork): New alias.
18459         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
18461         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
18462         child in registers, not on the stack.  Remove RESET_PID conditionals.
18463         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
18465 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18467         * sysdeps/aarch64/libm-test-ulps: Regenerate.
18469 2014-06-03  Wilco  <wdijkstr@arm.com>
18471         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
18472         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
18473         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
18474         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
18475         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
18476         Likewise.
18478 2014-06-03  Wilco  <wdijkstr@arm.com>
18480         * sysdeps/aarch64/fpu/math_private.h
18481         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
18482         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
18483         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
18484         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
18485         Fix declarations.
18487 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
18489         * crypt/crypt-private.h: Include ufc-crypt.h.
18490         (__b64_from_24bit): Declare extern.
18491         * crypt/crypt_util.c(__b64_from_24bit): New function.
18492         (b64t): New static const variable.
18493         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
18494         (b64t): Remove variable.
18495         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
18496         * crypt/sha256-crypt.c: Include crypt-private.h.
18497         (b64t): Remove variable.
18498         (__sha256_crypt_r): Remove b64_from_24bit and replace
18499         with __b64_from_24bit.
18500         * crypt/sha512-crypt.c: Likewise.
18502 2014-06-02  Roland McGrath  <roland@hack.frob.com>
18504         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
18505         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
18506         Label the code __libc_vfork rather than __vfork.
18507         [!NOT_IN_libc] (vfork): Define as weak alias.
18508         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
18509         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
18510         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
18512 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18514         * malloc/malloc.c (malloc_info): Fix format specifier for
18515         n_mmaps.
18517 2014-06-02  Wilco  <wdijkstr@arm.com>
18519         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
18520         FPCR write.
18522 2014-06-02  Wilco  <wdijkstr@arm.com>
18524         [BZ #17009]
18525         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
18526         Rewrite to reduce FPCR/FPSR accesses.
18528 2014-06-01  David S. Miller  <davem@davemloft.net>
18530         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18532 2014-05-31  David S. Miller  <davem@davemloft.net>
18534         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
18535         to occur in round to nearest mode when |x| >= 2.0
18537 2014-05-30  Richard Henderson  <rth@twiddle.net>
18539         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
18540         (PSEUDO_RET_NOERRNO): Remove.
18541         (ret): Don't redefine.
18542         (ret_NOERRNO): Define in terms of ret.
18543         (ret_ERRVAL): Likewise.
18545         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
18546         use of PSEUDO_RET; perform the error check directly.
18548 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
18550         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
18551         with __int128_t.
18553 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
18555         * malloc/malloc (malloc_info): Fix formatting.
18557 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
18558             Roland McGrath  <roland@hack.frob.com>
18560         * malloc/malloc (malloc_info): Also print mmapped statistics.
18562 2014-05-30  Roland McGrath  <roland@hack.frob.com>
18564         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
18565         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
18567 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
18569         * malloc/malloc.c (malloc_info): Inline mi_arena.
18571 2014-05-29  Richard Henderson  <rth@twiddle.net>
18573         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
18574         Remove comma before expanding ASM_ARGS_##nr.
18575         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
18576         Make _x0 a strict output; make _x8 a strict input; adjust expansion
18577         of ASM_ARGS_##nr.
18578         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
18579         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
18580         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
18581         (ASM_ARGS_1): Add leading comma.
18583         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
18584         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
18585         to __errno_location.
18586         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
18587         Remove the expected plt for __errno_location.
18589         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
18590         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
18591         call to __read_tp.
18593         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
18594         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
18595         it and break it down.
18596         (DOCARGS_0, DOCARGS_1): Do nothing.
18597         (DOCARGS_2): Update to store into the new stack frame.
18598         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
18599         (UNDOCARGS_1): Update to restore from the new stack frame.
18600         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
18601         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
18603         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
18604         (SINGLE_THREAD_P): New parameter for result regno.
18605         (PSEUDO): Update to match; use cbz instead of beq.
18607         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
18608         Use ENTRY to define the _nocancel entry point.  Share the syscall
18609         and syscall error check paths with the cancel path.
18610         (PSEUDO_END): New.
18612         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
18613         whitespace; tabs before and after asm mnemonics.
18615 2014-05-29  Eric Wong  <normalperson@yhbt.net>
18617         [BZ #15132]
18618         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
18619         Call fstat64 or stat64 internally, depending on arguments passed.
18620         Replace stat buffer argument with file descriptor argument.
18621         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
18622         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
18623         Pass fd to __internal_statvfs instead of calling fstat64.
18624         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
18625         Pass fd to __internal_statvfs64 instead of calling fstat64.
18626         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
18627         Pass -1 to __internal_statvfs instead of calling stat64.
18628         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
18629         Pass -1 to __internal_statvfs64 instead of calling stat64.
18631 2014-05-28  Roland McGrath  <roland@hack.frob.com>
18633         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
18634         that was previously under [RESET_PID].
18635         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
18637         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
18638         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
18640 2014-05-27  Roland McGrath  <roland@hack.frob.com>
18642         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
18644         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
18645         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
18647 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
18649         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
18651 2014-05-27  Andreas Schwab  <schwab@suse.de>
18653         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
18654         TLS_INIT_TP macro.
18655         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
18656         * elf/rtld.c (init_tls, dl_main): Likewise.
18657         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
18658         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
18659         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
18660         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
18661         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
18662         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
18663         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
18664         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
18665         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
18666         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
18667         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
18668         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
18669         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
18670         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
18671         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
18672         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
18673         * sysdeps/generic/tls.h: Update description.
18675 2014-05-27  Will Newton  <will.newton@linaro.org>
18677         [BZ #16990]
18678         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
18679         and restore r2 rather than just restoring.
18681 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18683         [BZ #16724]
18684         * libio/tst-ftell-append.c: New test case.
18685         * libio/Makefile (tests): Add test case.
18686         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
18687         append mode.
18688         * libio/wfileops.c (do_ftell_wide): Likewise.
18690 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18692         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18694         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
18695         ...
18696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
18697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
18698         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
18699         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
18700         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
18701         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
18702         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
18703         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
18704         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
18705         Moved ...
18706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
18707         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
18708         Moved ...
18709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
18710         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
18711         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
18712         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
18713         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
18714         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
18715         ...
18716         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
18717         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
18718         Moved ...
18719         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
18720         here.
18721         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
18722         ...
18723         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
18724         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
18725         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
18727         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
18728         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
18729         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
18730         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
18732         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
18733         merge into ...
18734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
18735         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
18736         ...
18737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
18738         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
18739         ...
18740         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
18741         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
18742         Moved ...
18743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
18744         here.
18745         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
18746         Moved ...
18747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
18748         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
18749         Moved ...
18750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
18752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
18753         conditional [RESET_PID].
18754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
18755         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
18756         removed.
18757         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
18758         removed.
18760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
18761         <tcb-offsets.h>.
18762         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
18763         (__libc_vfork): New strong alias.
18764         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
18765         removed.
18766         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
18767         Removed.
18769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
18770         <tcb-offsets.h>.
18771         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
18772         (__libc_vfork): New strong alias.
18773         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
18774         removed.
18775         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
18776         removed.
18778 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
18780         * malloc/malloc.c (mi_arena): New function.
18781         (malloc_info): Remove nested function mi_arena. Call non-nosted
18782         function mi_arena.
18784 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18786         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
18787         by insrwi.
18788         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
18789         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
18790         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
18791         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
18792         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
18793         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
18794         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
18796 2014-05-26  Andreas Schwab  <schwab@suse.de>
18798         [BZ #16984]
18799         * locale/programs/repertoire.c (repertoire_read): Add slash
18800         between I18NPATH element and file name.
18801         * locale/programs/locfile.c (locfile_read): Likewise.
18803 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
18805         * nptl/pthread_mutexattr_settype.c
18806         (__pthread_mutexattr_settype):
18807         Disable lock elision for PTHREAD_MUTEX_NORMAL.
18809 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
18811         * nptl/tst-mutex5 (do_test):
18812         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
18814 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18816         * benchtests/README: Document 'init' directive.
18817         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
18818         BENCH_INIT.
18819         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
18820         (parse_file): Recognize 'init' directive.
18822 2014-05-26  Kyle McMartin  <kyle@redhat.com>
18824         [BZ #16796]
18825         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
18826         alignment of struct pthread.
18828 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18830         [BZ #16878]
18831         * nscd/netgroupcache.c (addgetnetgrentX): Look for
18832         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
18833         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
18834         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
18836 2014-05-25  Richard Henderson  <rth@twiddle.net>
18838         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
18839         (SINGLE_THREAD_P_PIC): Remove.
18840         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
18841         (SINGLE_THREAD_P_PIC): Remove.
18843         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
18844         branch to syscall error ...
18845         (PSEUDO): ... here.
18846         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
18847         from __local_syscall_error to .Lsyscall_error.
18848         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
18849         (SYSCALL_ERROR): Update label name.
18851         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
18852         Do not use DOARGS/UNDOARGS.
18853         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
18854         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
18855         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
18856         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
18857         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
18859         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
18860         block comment.
18862         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
18863         define if !NOT_IN_libc.
18864         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
18865         define with non-default symbol versions.
18867 2014-05-23  Richard Henderson  <rth@twiddle.net>
18869         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
18870         (vfork, __vfork): Define via compat_symbol.
18872         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
18873         [!HAVE_IFUNC] (vfork_compat): Remove.
18874         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
18876 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
18878         [BZ #16978]
18879         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
18880         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
18881         variable.
18883 2014-05-23  Richard Henderson  <rth@twiddle.net>
18885         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
18886         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
18887         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
18888         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
18890         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
18891         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
18892         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
18893         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
18894         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
18895         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
18896         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
18897         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
18898         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
18899         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
18900         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
18901         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
18902         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
18903         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
18904         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
18905         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
18906         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
18907         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
18908         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
18909         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
18910         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
18911         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
18912         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
18913         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
18914         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
18915         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
18916         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
18917         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
18918         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
18919         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
18920         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
18921         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
18922         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
18923         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
18924         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
18925         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
18926         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
18927         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
18928         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
18929         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
18930         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
18931         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
18932         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
18933         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
18934         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
18935         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
18936         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
18937         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
18938         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
18939         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
18940         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
18941         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
18942         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
18943         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
18944         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
18945         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
18947         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
18948         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
18949         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
18950         before exiting on error.
18951         (__libc_vfork): New strong alias.
18952         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
18953         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
18955         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
18956         that was previously under [RESET_PID].
18957         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
18959         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
18961 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
18963         [BZ #16977]
18964         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
18965         value when x - 1 is zero.
18966         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
18967         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
18968         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
18969         0.0L for an argument of 1.0L.
18970         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
18971         Likewise.
18972         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
18973         value when x - 1 is zero.
18974         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
18975         * sysdeps/i386/fpu/libm-test-ulps: Update.
18976         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18978 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
18980         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
18981         alphasort and versionsort.
18983 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18985         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
18986         macro.
18987         [copysignf]: Likewise.
18989 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
18991         * crypt/md5-crypt.c: Fix formatting.
18993 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
18995         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
18996         (b64_from_24bit): New function.
18998 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19000         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
19001         libc_hidden_builtin_def to ifunc.
19002         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
19003         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
19005 2014-05-21  Roland McGrath  <roland@hack.frob.com>
19007         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
19008         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
19010 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
19012         * nscd/Depend (linuxthreads): Remove.
19013         (nptl): Add.
19014         * resolv/Depend (linuxthreads): Remove.
19015         * rt/Depend (linuxthreads): Remove.
19017         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
19018         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
19019         $(common-objpfx)elf/.
19020         (link-libc-before-gnulib): Likewise.
19021         (elfobjdir): Remove variable.
19022         * Makefile (install): Use $(elf-objpfx) instead of
19023         $(common-objpfx)elf/.
19024         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
19025         $(elfobjdir)/.
19026         (link-libc-deps): Likewise.
19027         ($(common-objpfx)libc.so): Likewise.
19028         ($(common-objpfx)linkobj/libc.so): Likewise.
19029         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
19030         instead of $(common-objpfx)elf/.
19031         (symbolic-link-list): Likewise.
19032         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
19033         [$(cross-compiling) = no]: Likewise.
19034         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
19035         $(elfobjdir)/.
19036         (static-gnulib-arch): Likewise.
19037         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
19038         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
19039         $(common-objpfx)elf/.
19041 2014-05-21  Richard Henderson  <rth@redhat.com>
19043         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
19044         (SINGLE_THREAD_P): Use the correct width load.  Fold
19045         into the ldr offset.
19047         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
19048         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
19050 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
19052         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
19053         (libgcc_s_resume): Use __attribute_used__.
19054         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
19055         Likewise.
19057 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19059         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
19060         optimization when used with float constants.
19062         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19064 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
19066         [BZ #16915]
19067         * locale/nl_langinfo_l.c: Make direct reference to every
19068         _nl_current_CATEGORY symbol.
19069         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
19070         (tests-static): Add tst-langinfo-static.
19071         (tests-special): Add tst-langinfo-static.out.
19072         ($(objpfx)tst-langinfo.out): Redirect output.
19073         ($(objpfx)tst-langinfo-static.out): New.
19074         * localedata/tst-langinfo.sh: Send output to stdout.
19075         * localedata/tst-langinfo-static.c: New file.
19077         [BZ #16965]
19078         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
19079         when the shift amount is modulo the limb size.
19081 2014-05-20  Richard Henderson  <rth@redhat.com>
19083         [BZ #16967]
19084         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
19085         Change type of sa_flags from unsigned int to int.
19087         [BZ #16966]
19088         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
19090         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
19092 2014-05-20  Will Newton  <will.newton@linaro.org>
19094         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
19095         Test the return value of the system call in the nocancel case.
19097 2014-05-20  Will Newton  <will.newton@linaro.org>
19098             Yvan Roux  <yvan.roux@linaro.org>
19100         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
19101         #include of asm/ptrace.h.
19102         (PTRACE_GET_THREAD_AREA): Remove #undef.
19103         (PTRACE_GETHBPREGS): Likewise.
19104         (PTRACE_SETHBPREGS): Likewise.
19105         (struct user_regs_struct): New structure.
19106         (struct user_fpsimd_struct): New structure.
19107         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
19108         #include of asm/ptrace.h and second #include of sys/user.h.
19109         (PTRACE_GET_THREAD_AREA): Remove #undef.
19110         (PTRACE_GETHBPREGS): Likewise.
19111         (PTRACE_SETHBPREGS): Likewise.
19112         (ELF_NGREG): Use new struct user_regs_struct.
19113         (elf_fpregset_t): Use new struct user_fpsimd_struct.
19115 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19117         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
19118         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
19120 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
19122         [BZ #16958]
19123         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
19124         membar to avoid block loads/stores to overlap previous stores.
19126 2014-05-17  Richard Henderson  <rth@redhat.com>
19128         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
19129         Create the __##syscall_name##_nocancel entry point.
19130         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
19131         Remove; let the sysdep-cancel.h code create it.
19133 2014-05-17  David S. Miller  <davem@davemloft.net>
19135         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
19136         Protect with __USE_GNU.
19137         (TIOCSET_TEMPT): Likewise.
19138         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
19139         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
19140         these are already provided in bits/ioctl-types.h
19142 2014-05-16  Roland McGrath  <roland@hack.frob.com>
19144         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
19145         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
19147         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
19148         Use wait4 regardless of [__NR_waitpid].
19150 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
19152         PR libgcc/60166
19153         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
19154         (_FP_NANSIGN_Q): Set the quiet bit.
19156 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
19158         * benchtests/Makefile
19159         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
19160         not $(common-objpfx)math/libm.so.
19161         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
19162         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
19163         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
19164         $(common-objpfx)dlfcn/libdl.so.
19165         ($(objpfx)tst-audit8): Depend on $(libm), not
19166         $(common-objpfx)math/libm.so.
19167         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
19168         not $(common-objpfx)dlfcn/libdl.so.
19169         * math/Makefile
19170         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
19171         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
19172         [$(build-shared) = yes].
19173         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
19174         $(common-objpfx)nptl/libpthread.so.
19175         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
19176         $(common-objpfx)math/libm.so$(libm.so-version) or
19177         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
19178         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
19179         $(common-objpfx)dlfcn/libdl.so.
19180         * setjmp/Makefile (link-libm): Remove variable.
19181         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
19182         * stdio-common/Makefile (link-libm): Remove variable.
19183         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
19184         * stdlib/Makefile (link-libm): Remove variable.
19185         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
19186         ($(objpfx)tst-strtod-round): Likewise.
19187         ($(objpfx)tst-tininess): Likewise.
19188         ($(objpfx)tst-strtod-underflow): Likewise.
19189         ($(objpfx)tst-strtod6): Likewise.
19190         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
19191         $(libdl), not $(common-objpfx)nptl/libpthread.so and
19192         $(common-objpfx)dlfcn/libdl.so.
19194 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19196         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
19197         BSD terminal modes definitions.
19199 2014-05-16  Roland McGrath  <roland@hack.frob.com>
19201         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
19202         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
19204         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
19205         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
19206         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
19207         Don't do #include_next.
19208         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
19209         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
19210         Don't do #include_next.
19211         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
19212         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
19213         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
19214         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
19216 2014-05-16  Allan McRae  <allan@archlinux.org>
19218         * po/sv.po: Update Swedish translation from translation project.
19220         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
19221         in sed expression.
19223 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
19225         [BZ #16917]
19226         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
19227         errno if the TIOCGPTN ioctl fails with an error different than
19228         EINVAL.
19229         * login/tst-ptsname.c: New file.
19230         * login/Makefile (tests): Add tst-ptsname.
19232         [BZ #16943]
19233         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
19234         and prlimit64.
19236 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
19238         [BZ #16849]
19239         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
19240         herrno to return EAI_AGAIN.
19242 2014-05-14  Roland McGrath  <roland@hack.frob.com>
19244         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
19245         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
19246         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
19247         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
19248         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
19249         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
19250         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
19251         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
19252         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
19253         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
19254         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
19255         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
19256         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
19257         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
19258         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
19259         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
19260         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
19261         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
19262         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
19263         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
19264         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
19265         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
19266         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
19267         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
19268         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
19269         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
19270         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
19271         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
19272         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
19273         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
19274         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
19275         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
19276         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
19277         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
19278         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
19279         Moved ...
19280         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
19281         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
19282         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
19283         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
19284         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
19285         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
19286         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
19287         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
19288         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
19289         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
19290         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
19291         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
19292         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
19293         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
19294         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
19295         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
19296         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
19297         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
19298         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
19299         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
19300         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
19301         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
19302         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
19303         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
19304         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
19305         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
19306         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
19307         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
19308         Moved ...
19309         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
19310         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
19311         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
19312         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
19313         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
19314         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
19315         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
19316         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
19317         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
19318         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
19319         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
19320         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
19321         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
19322         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
19323         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
19324         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
19325         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
19326         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
19327         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
19328         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
19329         Moved ...
19330         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
19331         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
19332         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
19334         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
19335         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
19336         (libpthread-sysdep_routines): Add elision-related stuff here instead.
19337         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
19338         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
19339         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
19340         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
19341         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
19342         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
19343         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
19344         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
19345         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
19346         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
19347         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
19348         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
19349         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
19350         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
19351         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
19352         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
19353         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
19354         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
19355         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
19356         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
19357         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
19358         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
19359         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
19360         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
19361         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
19362         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
19363         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
19364         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
19366         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
19367         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
19369         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
19370         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
19371         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
19372         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
19373         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
19374         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
19375         Moved ...
19376         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
19377         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
19378         Moved ...
19379         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
19380         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
19381         Moved ...
19382         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
19383         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
19384         Moved ...
19385         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
19386         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
19387         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
19388         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
19389         Moved ...
19390         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
19391         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
19392         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
19393         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
19394         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
19395         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
19396         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
19397         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
19398         Moved ...
19399         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
19400         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
19401         Moved ...
19402         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
19403         ... here.
19404         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
19405         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
19406         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
19407         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
19408         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
19409         Moved ...
19410         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
19411         ... here.
19412         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
19413         Moved ...
19414         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
19415         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
19416         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
19417         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
19418         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
19419         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
19420         Moved ...
19421         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
19422         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
19423         Moved ...
19424         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
19425         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
19426         Moved ...
19427         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
19428         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
19429         Moved ...
19430         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
19431         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
19432         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
19433         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
19434         Moved ...
19435         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
19436         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
19437         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
19438         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
19439         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
19440         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
19441         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
19442         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
19443         Moved ...
19444         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
19445         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
19446         Moved ...
19447         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
19448         ... here.
19449         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
19450         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
19451         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
19452         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
19453         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
19454         Moved ...
19455         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
19456         ... here.
19457         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
19458         Moved ...
19459         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
19460         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
19461         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
19462         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
19463         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
19464         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
19465         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
19466         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
19467         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
19468         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
19469         Moved ...
19470         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
19471         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
19472         Moved ...
19473         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
19474         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
19475         Moved ...
19476         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
19477         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
19478         Moved ...
19479         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
19480         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
19481         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
19482         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
19483         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
19484         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
19485         Moved ...
19486         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
19487         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
19488         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
19489         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
19490         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
19491         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
19492         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
19493         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
19494         Moved ...
19495         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
19496         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
19497         Moved ...
19498         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
19499         ... here.
19500         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
19501         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
19502         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
19503         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
19504         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
19505         Moved ...
19506         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
19507         ... here.
19508         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
19509         Moved ...
19510         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
19511         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
19512         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
19513         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
19514         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
19515         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
19516         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
19517         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
19518         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
19519         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
19520         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
19522         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
19523         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
19525         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
19526         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
19528         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
19529         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
19530         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
19531         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
19532         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
19533         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
19534         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
19535         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
19536         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
19537         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
19538         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
19539         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
19540         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
19541         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
19542         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
19543         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
19544         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
19545         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
19546         Moved ...
19547         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
19548         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
19549         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
19550         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
19551         Moved ...
19552         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
19553         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
19554         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
19555         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
19556         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
19557         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
19558         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
19559         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
19560         Moved ...
19561         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
19562         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
19563         Moved ...
19564         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
19565         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
19566         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
19567         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
19568         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
19569         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
19570         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
19571         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
19572         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
19573         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
19574         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
19575         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
19576         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
19577         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
19578         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
19579         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
19580         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
19582         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
19583         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
19584         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
19585         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
19586         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
19588         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
19589         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
19590         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
19591         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
19592         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
19593         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
19594         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
19595         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
19596         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
19597         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
19599         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
19600         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
19602         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
19603         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
19604         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
19605         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
19606         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
19607         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
19608         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
19609         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
19610         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
19611         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
19612         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
19613         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
19614         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
19615         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
19616         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
19617         Update #include.
19618         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
19619         Likewise.
19620         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
19621         Likewise.
19622         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
19623         Likewise.
19624         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
19625         Likewise.
19626         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
19627         Likewise.
19628         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
19629         Likewise.
19630         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
19631         Likewise.
19632         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
19633         Likewise.
19634         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
19635         Likewise.
19636         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
19637         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
19638         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
19639         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
19640         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
19641         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
19642         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
19643         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
19644         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
19645         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
19646         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
19647         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
19648         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
19649         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
19650         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
19652         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
19653         that was previously under [RESET_PID].
19654         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
19655         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
19656         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
19658         * sysdeps/i386/nptl/Implies: New file.
19659         * sysdeps/x86_64/nptl/Implies: New file.
19660         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
19661         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
19662         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
19663         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
19665         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
19666         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
19667         (__libc_vfork): New strong alias.
19668         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
19669         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
19671         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
19672         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
19673         (__libc_vfork): New strong alias.
19674         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
19675         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
19677         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
19678         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
19679         (__libc_vfork): New strong alias.
19680         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
19681         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
19682         * nptl/pt-vfork.c: New file.
19683         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
19684         (libpthread: GLIBC_2.20): New version set (empty).
19686 2014-05-14  Will Newton  <will.newton@linaro.org>
19688         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
19689         rather than #if.
19691 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
19693         [BZ #16564]
19694         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
19695         arguments with exponent 65 or above.
19696         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
19697         arguments 0x1p113L or above.
19698         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
19699         to arguments 0x1p107L or above.
19700         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
19701         positive arguments with exponent 65 or above.
19702         * math/auto-libm-test-in: Add more tests of log1p.
19703         * math/auto-libm-test-out: Regenerated.
19705         [BZ #16928]
19706         * math/s_cacos.c (__cacos): Ensure zero real part of result from
19707         non-finite arguments is +0.
19708         * math/s_cacosf.c (__cacosf): Likewise.
19709         * math/s_cacosl.c (__cacosl): Likewise.
19710         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
19711         * sysdeps/i386/fpu/libm-test-ulps: Update.
19712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19714         [BZ #16927]
19715         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
19716         value.
19717         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
19718         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
19719         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
19720         for explicit high bit of mantissa when testing for argument equal
19721         to 1.
19722         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
19723         * sysdeps/i386/fpu/libm-test-ulps: Update.
19724         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19726         [BZ #16516]
19727         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
19728         (__erf): Scale by 16 instead of 8 in potentially underflowing
19729         case.  Ensure exception if result actually underflows.
19730         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
19731         (__erff): Scale by 16 instead of 8 in potentially underflowing
19732         case.  Ensure exception if result actually underflows.
19733         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
19734         (efx8): Remove variable.
19735         (__erfl): Scale by 16 instead of 8 in potentially underflowing
19736         case.  Ensure exception if result actually underflows.
19737         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
19738         (efx8): Remove variable.
19739         (__erfl): Scale by 16 instead of 8 in potentially underflowing
19740         case.  Ensure exception if result actually underflows.
19741         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
19742         (efx8): Remove variable.
19743         (__erfl): Scale by 16 instead of 8 in potentially underflowing
19744         case.  Ensure exception if result actually underflows.
19745         * math/auto-libm-test-in: Add more tests of erf.
19746         * math/auto-libm-test-out: Regenerated.
19748 2014-05-14  Andreas Schwab  <schwab@suse.de>
19750         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
19751         Remove code conditionalized on USE___THREAD.
19753         * config.h.in (HAVE_PT_CHOWN): Define as 0.
19754         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
19755         not definedness.
19757 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
19759         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
19760         Define unconditionally.
19761         (__ASSUME_O_CLOEXEC): Likewise.
19762         (__ASSUME_SOCK_CLOEXEC): Likewise.
19763         (__ASSUME_IN_NONBLOCK): Likewise.
19764         (__ASSUME_PIPE2): Likewise.
19765         (__ASSUME_EVENTFD2): Likewise.
19766         (__ASSUME_SIGNALFD4): Likewise.
19767         (__ASSUME_DUP3): Likewise.
19768         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
19769         (__ASSUME_DUP3): Do not define.
19770         (__ASSUME_EVENTFD2): Likewise.
19771         (__ASSUME_IN_NONBLOCK): Likewise.
19772         (__ASSUME_O_CLOEXEC): Likewise.
19773         (__ASSUME_PIPE2): Likewise.
19774         (__ASSUME_SIGNALFD4): Likewise.
19775         (__ASSUME_SOCK_CLOEXEC): Likewise.
19776         (__ASSUME_UTIMES): Undefine.
19777         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
19778         (__ASSUME_UTIMES): Do not define.
19779         (__ASSUME_O_CLOEXEC): Likewise.
19780         (__ASSUME_SOCK_CLOEXEC): Likewise.
19781         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
19782         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
19783         0x020621].
19784         (__ASSUME_PIPE2): Likewise.
19785         (__ASSUME_EVENTFD2): Likewise.
19786         (__ASSUME_SIGNALFD4): Likewise.
19787         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
19788         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
19789         Do not define.
19790         (__ASSUME_EVENTFD2): Likewise.
19791         (__ASSUME_SIGNALFD4): Likewise.
19792         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
19793         (__ASSUME_32BITUIDS): Likewise.
19794         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
19795         (__ASSUME_IPC64): Likewise.
19796         (__ASSUME_ST_INO_64_BIT): Likewise.
19797         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
19798         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
19799         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
19800         (__ASSUME_UTIMES): Do not define.
19801         (__ASSUME_PSELECT): Likewise.
19802         (__ASSUME_PPOLL): Likewise.
19803         (__ASSUME_O_CLOEXEC): Likewise.
19804         (__ASSUME_SOCK_CLOEXEC): Likewise.
19805         (__ASSUME_IN_NONBLOCK): Likewise.
19806         (__ASSUME_PIPE2): Likewise.
19807         (__ASSUME_EVENTFD2): Likewise.
19808         (__ASSUME_SIGNALFD4): Likewise.
19809         (__ASSUME_DUP3): Likewise.
19810         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
19811         (__ASSUME_UTIMES): Likewise.
19812         (__ASSUME_O_CLOEXEC): Likewise.
19813         (__ASSUME_SOCK_CLOEXEC): Likewise.
19814         (__ASSUME_IN_NONBLOCK): Likewise.
19815         (__ASSUME_PIPE2): Likewise.
19816         (__ASSUME_EVENTFD2): Likewise.
19817         (__ASSUME_SIGNALFD4): Likewise.
19818         (__ASSUME_DUP3): Likewise.
19819         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
19820         (__ASSUME_UTIMES): Likewise.
19821         (__ASSUME_O_CLOEXEC): Likewise.
19822         (__ASSUME_SOCK_CLOEXEC): Likewise.
19823         (__ASSUME_IN_NONBLOCK): Likewise.
19824         (__ASSUME_PIPE2): Likewise.
19825         (__ASSUME_EVENTFD2): Likewise.
19826         (__ASSUME_SIGNALFD4): Likewise.
19827         (__ASSUME_DUP3): Likewise.
19828         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
19829         Likewise.
19830         (__ASSUME_UTIMES): Likewise.
19831         (__ASSUME_EVENTFD2): Likewise.
19832         (__ASSUME_SIGNALFD4): Likewise.
19833         * sysdeps/unix/sysv/linux/tile/kernel-features.h
19834         (__ASSUME_O_CLOEXEC): Likewise.
19835         (__ASSUME_SOCK_CLOEXEC): Likewise.
19836         (__ASSUME_IN_NONBLOCK): Likewise.
19837         (__ASSUME_PIPE2): Likewise.
19838         (__ASSUME_EVENTFD2): Likewise.
19839         (__ASSUME_SIGNALFD4): Likewise.
19840         (__ASSUME_DUP3): Likewise.
19841         (__ASSUME_UTIMES): Undefine.
19843         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
19844         feclearexcept.  Remove symbol versioning code.
19845         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
19846         symbol versioning code.
19847         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
19848         symbol versioning code.
19849         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
19850         feupdateenv.  Remove symbol versioning code.
19851         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
19852         fegetexceptflag.  Remove symbol versioning code.
19853         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
19854         fesetexceptflag.  Remove symbol versioning code.
19855         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
19856         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
19857         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
19858         (__posix_fadvise64_l32): Remove prototype.
19859         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
19860         code.
19862 2014-05-13  Roland McGrath  <roland@hack.frob.com>
19864         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
19865         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
19866         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
19867         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
19869 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
19871         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
19872         current working directory
19874 2014-05-13  Roland McGrath  <roland@hack.frob.com>
19876         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
19877         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
19878         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
19879         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
19880         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
19881         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
19882         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
19883         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
19884         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
19885         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
19886         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
19887         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
19888         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
19889         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
19890         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
19891         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
19892         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
19893         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
19894         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
19895         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
19896         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
19897         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
19898         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
19899         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
19900         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
19901         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
19902         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
19903         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
19904         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
19905         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
19906         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
19907         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
19908         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
19909         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
19910         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
19911         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
19912         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
19913         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
19914         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
19915         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
19916         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
19917         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
19919         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
19920         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
19922         * sysdeps/unix/sysv/linux/arm/Makefile
19923         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
19924         Add rt-aeabi_unwind_cpp_pr1.
19925         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
19926         Add nptl-aeabi_unwind_cpp_pr1.
19927         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
19928         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
19929         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
19930         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
19931         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
19932         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
19934         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
19935         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
19936         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
19937         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
19939         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
19940         Deconditionalize the code that was previously under [RESET_PID].
19941         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
19943         * sysdeps/generic/exit-thread.h: New file.
19944         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
19945         * include/unistd.h (__exit_thread): Remove declaration.
19946         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
19947         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
19948         * csu/libc-start.c: Include <exit-thread.h>.
19949         (LIBC_START_MAIN): Pass no argument to __exit_thread.
19950         * nptl/pthread_create.c: Include <exit-thread.h>.
19951         (start_thread): Call __exit_thread in place of __exit_thread_inline.
19952         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
19953         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
19954         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
19955         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
19956         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
19957         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
19958         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
19959         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
19960         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
19961         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
19962         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
19963         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
19964         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
19965         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
19966         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
19967         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
19969 2014-05-13  Andreas Schwab  <schwab@suse.de>
19971         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
19973 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
19975         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
19976         (__ASSUME_UTIMES): Do not condition on kernel version.
19977         (__ASSUME_PSELECT): Define unconditionally.
19978         (__ASSUME_PPOLL): Likewise.
19979         (__ASSUME_ATFCTS): Likewise.
19980         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
19981         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
19982         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
19983         (__ASSUME_UTIMENSAT): Define unconditionally.
19984         (__ASSUME_PRIVATE_FUTEX): Likewise.
19985         (__ASSUME_FALLOCATE): Likewise.
19986         (__ASSUME_O_CLOEXEC): Likewise.
19987         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
19988         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
19989         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
19990         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
19991         (__ASSUME_IN_NONBLOCK): Likewise.
19992         (__ASSUME_PIPE2): Likewise.
19993         (__ASSUME_EVENTFD2): Likewise.
19994         (__ASSUME_SIGNALFD4): Likewise.
19995         (__ASSUME_DUP3): Likewise.
19996         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
19997         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
19998         (__ASSUME_AT_RANDOM): Likewise.
19999         (__ASSUME_PREADV): Likewise.
20000         (__ASSUME_PWRITEV): Likewise.
20001         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
20002         (__ASSUME_F_GETOWN_EX): Define unconditionally.
20003         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
20004         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
20005         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
20006         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
20007         (__ASSUME_O_CLOEXEC): Define unconditionally.
20008         (__ASSUME_PSELECT): Do not undefine conditionally.
20009         (__ASSUME_PPOLL): Likewise.
20010         (__ASSUME_ATFCTS): Likewise.
20011         (__ASSUME_SET_ROBUST_LIST): Likewise.
20012         (__ASSUME_UTIMENSAT): Likewise.
20013         (__ASSUME_FDATASYNC): Define unconditionally.
20014         * sysdeps/unix/sysv/linux/arm/kernel-features.h
20015         (__ASSUME_SIGFRAME_V2): Likewise.
20016         )__ASSUME_EVENTFD2): Likewise.
20017         (__ASSUME_SIGNALFD4): Likewise.
20018         (__ASSUME_PSELECT): Do not undefine conditionally.
20019         (__ASSUME_PPOLL): Likewise.
20020         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
20021         (__ASSUME_PSELECT): Define unconditionally.
20022         (__ASSUME_PPOLL): Likewise.
20023         (__ASSUME_O_CLOEXEC): Likewise.
20024         (__ASSUME_SOCK_CLOEXEC): Likewise.
20025         (__ASSUME_IN_NONBLOCK): Likewise.
20026         (__ASSUME_PIPE2): Likewise.
20027         (__ASSUME_EVENTFD2): Likewise.
20028         (__ASSUME_SIGNALFD4): Likewise.
20029         (__ASSUME_DUP3): Likewise.
20030         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
20031         (__ASSUME_O_CLOEXEC): Likewise.
20032         (__ASSUME_SOCK_CLOEXEC): Likewise.
20033         (__ASSUME_IN_NONBLOCK): Likewise.
20034         (__ASSUME_PIPE2): Likewise.
20035         (__ASSUME_EVENTFD2): Likewise.
20036         (__ASSUME_SIGNALFD4): Likewise.
20037         (__ASSUME_DUP3): Likewise.
20038         * sysdeps/unix/sysv/linux/mips/kernel-features.h
20039         (__ASSUME_EVENTFD2): Likewise.
20040         (__ASSUME_SIGNALFD4): Likewise.
20041         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
20043 2014-05-12  Andreas Schwab  <schwab@suse.de>
20045         [BZ #16932]
20046         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
20047         (_nss_nis_gethostbyname4_r): Return error if item length is larger
20048         than maximum RPC packet size.
20049         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
20050         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
20051         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
20052         (_nss_nis_getservbyport_r): Likewise.
20054 2014-05-12  Will Newton  <will.newton@linaro.org>
20056         * malloc/Makefile (tests): Add tst-mallopt.
20057         * malloc/tst-mallopt.c: New file.
20059 2014-05-09  Roland McGrath  <roland@hack.frob.com>
20061         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
20062         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
20064 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20066         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
20067         (tst-tlsmod6.so): Likewise.
20069 2014-05-09  Roland McGrath  <roland@hack.frob.com>
20071         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
20073 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
20075         [BZ #16064]
20076         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
20077         and <dl-procinfo.h>.
20078         (__fegetenv): Save SSE state in envp->__eip if supported.
20079         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
20080         envp->__eip if supported.
20081         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
20082         and <dl-procinfo.h>.
20083         (__fesetenv): Always set __eip, __cs_selector, __opcode,
20084         __data_offset and __data_selector in environment to 0.  Set SSE
20085         state if supported.
20086         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
20087         test-fenv-sse.
20088         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
20089         -mfpmath=sse.
20090         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
20092 2014-05-09  Will Newton  <will.newton@linaro.org>
20094         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
20095         and libc_relro_required for ARM.
20096         * sysdeps/arm/preconfigure: Regenerate.
20098 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20099             Stefan Liebler  <stli@linux.vnet.ibm.com>
20101         * config.make.in (enable-lock-elision): New Makefile variable.
20102         * configure.ac: Likewise.
20103         * configure: Regenerate.
20104         * sysdeps/s390/configure.ac:
20105         Add check for gcc transactions support.
20106         * sysdeps/s390/configure: Regenerate.
20107         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
20108         Build elision files if enabled.
20109         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
20110         Add lock elision support for s390.
20111         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
20112         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
20113         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
20114         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
20115         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
20116         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
20117         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
20118         Likewise.
20119         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
20120         Likewise.
20121         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
20122         Likewise.
20123         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
20124         Likewise.
20125         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
20126         (__lll_timedlock_elision, __lll_lock_elision)
20127         (__lll_unlock_elision, __lll_trylock_elision)
20128         (lll_timedlock_elision, lll_lock_elision)
20129         (lll_unlock_elision, lll_trylock_elision): Add.
20130         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
20131         (pthread_mutex_t): Add lock elision support for s390.
20133 2014-05-14  Wilco  <wdijkstr@arm.com>
20135         * sysdeps/arm/fclrexcpt.c: Cleanup.
20136         * sysdeps/arm/fedisblxcpt.c: Cleanup.
20137         * sysdeps/arm/feenablxcpt.c: Cleanup.
20138         * sysdeps/arm/fegetenv.c: Cleanup.
20139         * sysdeps/arm/fegetexcept.c: Cleanup.
20140         * sysdeps/arm/fegetround.c: Cleanup.
20141         * sysdeps/arm/feholdexcpt.c: Cleanup.
20142         * sysdeps/arm/fesetenv.c: Cleanup.
20143         * sysdeps/arm/fesetround.c: Cleanup.
20144         * sysdeps/arm/feupdateenv.c: Cleanup.
20145         * sysdeps/arm/fgetexcptflg.c: Cleanup.
20146         * sysdeps/arm/fraiseexcpt.c: Cleanup.
20147         * sysdeps/arm/fsetexcptflg.c: Cleanup.
20148         * sysdeps/arm/ftestexcept.c: Cleanup.
20149         * sysdeps/arm/get-rounding-mode.h: Cleanup.
20150         * sysdeps/arm/setfpucw.c: Cleanup.
20152 2014-05-09  Will Newton  <will.newton@linaro.org>
20154         * sysdeps/arm/armv7/strcmp.S: New file.
20155         * NEWS: Mention addition of ARMv7 optimized strcmp.
20157 2014-05-08  Roland McGrath  <roland@hack.frob.com>
20159         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
20160         look for %.ac rather than %.in.
20162         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
20163         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
20164         * sysdeps/mach/hurd/configure: Regenerated.
20165         * sysdeps/unix/sysv/linux/configure: Regenerated.
20167         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
20169 2014-05-07  Steve Ellcey  <sellcey@mips.com>
20171         [BZ# 16922]
20172         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
20173         (LONG_SUB): Ditto.
20174         (PTR_SUB): Ditto.
20176 2014-05-07  Andreas Schwab  <schwab@suse.de>
20178         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
20179         when skipping over non-matching result from nscd.
20181 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
20183         [BZ #16876]
20184         * nptl/sockperf.c (client): Check socket return value.
20186         [BZ #16877]
20187         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
20188         nscd security class.
20190 2014-05-06  Roland McGrath  <roland@hack.frob.com>
20192         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
20193         * sysdeps/arm/unwind.h: ... here.
20195 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
20197         [BZ# 16916]
20198         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
20199         Define.
20201 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
20203         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
20204         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
20205         multiarch strncpy for PPC64.
20206         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
20207         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
20208         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
20209         multiarch optimizations.
20210         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20211         (__libc_ifunc_impl_list): Likewise.
20212         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
20213         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
20214         multiarch stpncpy for PPC64.
20215         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
20216         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
20218 2014-05-06  Andreas Schwab  <schwab@suse.de>
20220         [BZ #16912]
20221         * gmon/mcount.c (_MCOUNT_DECL): Use
20222         atomic_compare_and_exchange_bool_acq instead of
20223         catomic_compare_and_exchange_bool_acq.
20225 2014-05-05  Roland McGrath  <roland@hack.frob.com>
20227         * elf/Makefile (others, install-bin): Remove pldd.
20228         (pldd-modules): Variable removed.
20229         ($(objpfx)pldd): Target removed.
20230         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
20231         (others, install-bin): Append pldd here.
20232         ($(objpfx)pldd): New target.
20234         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
20235         to 0, so the first #if test emitted later doesn't see it undefined.
20236         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
20237         * sysdeps/gnu/errlist.c: Regenerated.
20239 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20241         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
20242         [libc_hidden_builtin_def]: Define to empty value.
20243         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
20244         [libc_hidden_builtin_def]: Likewise.
20245         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
20246         [libc_hidden_builtin_def]: Likewise.
20247         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
20248         [libc_hidden_builtin_def]: Likewise.
20249         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
20250         __redirect_memcpy and define ifunc as default hidden symbol.
20251         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
20252         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
20254 2014-05-04  Adam Conrad  <adconrad@0c3.net>
20256         * locale/iso-4217.def: Reintroduce XDR currency.
20258 2014-05-04  Allan McRae  <allan@archlinux.org>
20260         * po/eo.po: Update Esperanto translation from translation project.
20262 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
20264         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
20265         and FEATURE_INDEX_MAX to 1.
20266         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
20268 2014-05-01  Steve Ellcey  <sellcey@mips.com>
20270         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
20271         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
20272         * iconvdata/big5.c (ONE_DIRECTION): Define.
20273         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
20274         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
20275         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
20276         * iconvdata/cp932.c (ONE_DIRECTION): Define.
20277         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
20278         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
20279         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
20280         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
20281         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
20282         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
20283         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
20284         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
20285         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
20286         * iconvdata/gbk.c (ONE_DIRECTION): Define.
20287         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
20288         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
20289         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
20290         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
20291         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
20292         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
20293         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
20294         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
20295         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
20296         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
20297         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
20298         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
20299         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
20300         * iconvdata/iso646.c (ONE_DIRECTION): Define.
20301         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
20302         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
20303         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
20304         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
20305         * iconvdata/johab.c (ONE_DIRECTION): Define.
20306         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
20307         * iconvdata/sjis.c (ONE_DIRECTION): Define.
20308         * iconvdata/t.61.c (ONE_DIRECTION): Define.
20309         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
20310         * iconvdata/tscii.c (ONE_DIRECTION): Define.
20311         * iconvdata/uhc.c (ONE_DIRECTION): Define.
20312         * iconvdata/unicode.c (ONE_DIRECTION): Define.
20313         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
20314         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
20315         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
20317 2014-05-01  Roland McGrath  <roland@hack.frob.com>
20319         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
20320         (_IO_JUMPS_OFFSET): Define to 0.
20322         * nptl/sysdeps/pthread/bits/libc-lock.h
20323         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
20324         (__libc_lock_define_initialized_recursive): Always define using
20325         initializer.  Modern compilers treat uninitialized (implicit zero) and
20326         explicit zero initializers the same (i.e. put the datum in bss).
20328 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
20330         * nscd/nscd-client.h: Include <string.h>.
20332 2014-05-01  David S. Miller  <davem@davemloft.net>
20334         [BZ #16885]
20335         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
20336         multiple zero bytes exist at the end of a string.
20337         Reported by Aurelien Jarno <aurelien@aurel32.net>
20339         * string/test-strcmp.c (check): Add explicit test for situations where
20340         there are multiple zero bytes after the first.
20342 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
20344         [BZ #16890]
20345         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
20346         when compiling wprintf.
20347         * stdio-common/tstdiomisc.c (t3): New function.
20348         (main): Call it.
20350 2014-05-01  Steve Ellcey  <sellcey@mips.com>
20352         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
20353         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
20354         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
20355         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
20357 2014-05-01  Steve Ellcey  <sellcey@mips.com>
20359         * stdlib/longlong.h: Updated from GCC.
20361 2014-05-01  Will Newton  <will.newton@linaro.org>
20362             Bernard Ogden  <bernie.ogden@linaro.org>
20364         * NEWS: Update fixed bug list.
20366         [BZ #15119]
20367         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
20369 2014-04-30  David S. Miller  <davem@davemloft.net>
20371         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
20372         (libc_feholdexcept_setround_sparc_ctx): New function.
20373         (libc_fesetenv_sparc_ctx): Likewise.
20374         (libc_feupdateenv_sparc_ctx): Likewise.
20375         (libc_feholdsetround_sparc_ctx): Likewise.
20376         (libc_feholdexcept_setround_ctx): Define.
20377         (libc_feholdexcept_setroundf_ctx): Likewise.
20378         (libc_feholdexcept_setroundl_ctx): Likewise.
20379         (libc_fesetenv_ctx): Likewise.
20380         (libc_fesetenvf_ctx): Likewise.
20381         (libc_fesetenvl_ctx): Likewise.
20382         (libc_feupdateenv_ctx): Likewise.
20383         (libc_feupdateenvf_ctx): Likewise.
20384         (libc_feupdateenvl_ctx): Likewise.
20385         (libc_feresetround_ctx): Likewise.
20386         (libc_feresetroundf_ctx): Likewise.
20387         (libc_feresetroundl_ctx): Likewise.
20388         (libc_feholdsetround_ctx): Likewise.
20389         (libc_feholdsetroundf_ctx): Likewise.
20390         (libc_feholdsetroundl_ctx): Likewise.
20392         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
20393         with __USE_GNU instead of XOPEN cpp guards.
20395         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
20396         0.
20398         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
20399         with XOPEN cpp guards.
20401 2014-04-30  Julian Brown  <julian@codesourcery.com>
20403         [BZ #16888]
20404         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
20405         handling.
20407 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
20409         [BZ #9894]
20410         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
20411         Change to 2.6.32.
20412         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
20413         * sysdeps/unix/sysv/linux/configure: Regenerated.
20414         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
20415         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
20416         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
20417         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
20418         * README: Update reference to required Linux kernel version.
20419         * manual/install.texi (Linux): Update reference to required Linux
20420         kernel headers version.
20421         * INSTALL: Regenerated.
20423         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
20424         header inclusion.
20425         [POSIX] (limits.h): Likewise.
20426         [POSIX] (math.h): Likewise.
20427         [POSIX] (sys/wait.h): Likewise.
20428         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
20429         function.
20430         [POSIX] (stddef.h): Do not allow header inclusion.
20432 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20434         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
20436 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
20438         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
20439         Return immediately after lll_futex_wake.
20441 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
20443         [BZ #16791]
20444         * nscd/nscd-client.h (datahead_init_common): Initialize entire
20445         structure.
20446         (datahead_init_pos): Call datahead_init_common early.
20447         (datahead_init_neg): Likewise.
20449         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
20450         datahead_init_neg): New functions.
20451         * nscd/aicache.c (addhstaiX): Use them.
20452         * nscd/grpcache.c (cache_addgr): Likewise.
20453         * nscd/hstcache.c (cache_addhst): Likewise.
20454         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20455         * nscd/netgroupcache.c (do_notfound): Likewise.
20456         (addgetnetgrentX): Likewise.
20457         (addinnetgrX): Likewise.
20458         * nscd/pwdcache.c (cache_addpw): Likewise.
20459         * nscd/servicescache.c (cache_addserv): Likewise.
20461 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
20462             Atsushi Onoe  <atsushi@onoe.org>
20464         [BZ #14308]
20465         [BZ #12994]
20466         [BZ #13651]
20467         * resolv/res_query.c (__libc_res_nsearch): Return if at least
20468         one response is valid.
20469         * resolv/res_send.c (send_dg): Check for validity of other
20470         response if the current response is a referral.
20472 2014-04-29  Steve Ellcey  <sellcey@mips.com>
20474         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
20476 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
20478         [BZ #16823]
20479         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
20480         Always divide by positive zero when computing -Inf result.
20481         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
20482         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
20484 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20486         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
20487         FPSCR if value do not change.
20488         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
20489         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
20490         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
20491         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
20492         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
20493         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
20494         function.
20496 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
20498         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
20499         * sysdeps/unix/sysv/linux/hppa: Move directory from
20500         ports/systeps/unix/sysv/linux/hppa.
20501         * README: Update listing for hppa-*-linux-gnu.
20503 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
20505         [BZ #16754]
20506         * manual/stdio.texi (Hook functions): Fix types of stream hook
20507         functions.
20508         [BZ #16854]
20509         * socket/sys/socket.h: Fix typo in comment.
20511 2014-04-28  Wilco  <wdijkstr@arm.com>
20513         * sysdeps/arm/fenv_private.h: New file.
20514         * sysdeps/arm/math_private.h: New file.
20515         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
20517 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
20519         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
20520         with __int128_t.
20521         (La_x86_64_retval): Likewise.
20523 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
20525         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
20526         fpsr if value didn't change.
20527         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
20528         to fpcr if value didn't change.
20529         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
20530         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
20531         fpsr or fpcr if value didn't change.
20532         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
20533         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
20534         fpcr if value didn't change.
20535         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
20536         to fpsr if value didn't change.
20538 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
20540         * nptl/tst-sem3.c: Use test-skeleton.c
20541         (main): Rename to do_test.  Use return instead of
20542         exit.
20543         * nptl/tst-sem4.c: Use test-skeleton.c
20544         (main): Rename to do_test.
20546 2014-04-22  David S. Miller  <davem@davemloft.net>
20548         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
20549         (struct sigaction): New struct member __glibc_reserved0, change
20550         type of sa_flags to int.
20552 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
20554         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
20555         (COUNT_LEADING_ZEROS_0): Define for AArch64.
20557 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
20559         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
20560         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
20562 2014-04-22  Will Newton  <will.newton@linaro.org>
20563             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
20565         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
20566         (__longjmp): Add longjmp and longjmp_target SystemTap
20567         probes.
20568         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
20569         (__sigsetjmp): Add setjmp SystemTap probe.
20571 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
20573         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
20574         match manual order.
20576 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20578         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
20580         * sysdeps/powerpc/fpu/fenv_private.h
20581         (libc_feholdexcept_setroundl_ctx): Define to
20582         libc_feholdexcept_setround_ppc_ctx.
20583         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
20584         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
20585         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
20586         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
20588 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
20590         * sysdeps/aarch64/math-tests.h: New file.
20592 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
20594         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
20595         New.
20596         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
20597         Check and set bit_AVX2_Usable.
20598         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
20599         macro.
20600         (bit_AVX2): Likewise.
20601         (index_AVX2_Usable): Likewise.
20602         (CPUID_AVX2): Likewise.
20603         (HAS_AVX2): Likewise.
20605 2014-04-17  Will Newton  <will.newton@linaro.org>
20607         * manual/setjmp.texi (System V contexts): Add note that
20608         calling setcontext on a context created by a call to a
20609         signal handler is undefined.  Update text to note that
20610         setcontext from a signal handler is possible but not
20611         recommended.
20613         [BZ #16629]
20614         * stdlib/tst-setcontext.c: Include signal.h.
20615         (main): Check that the signal stack before and
20616         after swapcontext is the same.
20618         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
20619         Re-implement to restore registers in user code and avoid
20620         rt_sigreturn system call.
20622 2014-04-17  Wilco  <wdijkstr@arm.com>
20624         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
20625         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
20626         * math/test-fenv.c: Skip exception trap tests on targets which only
20627         support non-stop mode.
20629 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
20630             Wilco Dijkstra  <wilco.dijkstra@arm.com>
20632         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
20633         (libc_feholdsetround_aarch64_ctx)
20634         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
20635         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
20636         (libc_feresetround_ctx, libc_feresetroundf_ctx)
20637         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
20638         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
20639         (libc_feresetround_noexl_ctx): Define.
20641 2014-04-16  Richard Henderson  <rth@redhat.com>
20643         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
20645         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
20646         unwind tables.
20648         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
20649         const from the non-libc, non-ldso copy.
20651         * sysdeps/alpha/libm-test-ulps: Regenerate.
20653 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
20654             Wilco Dijkstra  <wilco.dijkstra@arm.com>
20656         * sysdeps/aarch64/fpu/math_private.h: New file.
20658 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
20660         * sysdeps/aarch64/libm-test-ulps: Regenerate.
20662 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
20664         [BZ #16275]
20665         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
20666         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
20667         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
20668         Intel MPX bound registers before _dl_profile_fixup.
20669         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
20670         registers after _dl_profile_fixup.  Save and restore bound
20671         registers bnd0/bnd1 when calling _dl_call_pltexit.
20672         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
20673         (LR_BND_OFFSET): Likewise.
20674         (LRV_BND0_OFFSET): Likewise.
20675         (LRV_BND1_OFFSET): Likewise.
20677 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20679         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
20680         to...
20681         * sysdeps/mach/hurd/i386/tls.h: ... here.
20682         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
20683         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
20684         fields.
20686 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20688         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
20690 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
20692         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
20694 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
20696         [BZ #14770]
20697         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
20698         * sysdeps/s390/configure: Regenerate.
20700         [BZ #16824]
20701         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
20702         Set round-to-nearest internally to reduce error accumulation.
20704 2014-04-16  Alan Modra  <amodra@gmail.com>
20706         [BZ #16740]
20707         [BZ #16619]
20708         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
20709         * math/libm-test.inc (frexp_test_data): Add tests.
20710         * NEWS: Update fixed bug list.
20712 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
20714         * benchtests/Makefile: Depend on libraries in build directory.
20715         (bench-math): Separate out math tests.
20716         (bench-pthread): Separate out pthread tests.
20717         (bench): Include math and pthread tests.
20719 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
20721         [BZ #16831]
20722         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
20723         _dl_debug_initialize.
20725         * configure.ac: Remove SELinux header check.
20726         * configure: Regenerate.
20727         * nscd/selinux.c (perms): Array of const char* to permission names.
20728         (nscd_request_avc_has_perm): Call security_deny_unknown to find
20729         default policy. Call string_to_security_class and string_to_av_perm to
20730         translate strings. Enforce default policy and call avs_has_perm with
20731         results of translated strings.
20733 2014-04-13  David S. Miller  <davem@davemloft.net>
20735         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20737 2014-04-12  Allan McRae  <allan@archlinux.org>
20739         [BZ #16838]
20740         * manual/string.texi (Collation Functions): Fix qsort argument
20741         order in example.
20742         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
20744 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
20746         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
20747         Make the test a no-op if there are no exceptions defined.
20749 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
20751         * elf/Makefile (tests): make tst-dlopen-aout conditional on
20752         enable-hardcoded-path-in-tests
20754 2014-04-11  Will Newton  <will.newton@linaro.org>
20756         * benchtests/Makefile (extra-objs): Add json-lib.o.
20757         (bench-func): Tidy up JSON output.
20758         * benchtests/bench-skeleton.c: Include json-lib.h.
20759         (main): Use JSON library functions to do output of
20760         benchmark results.
20761         * benchtests/bench-timing-type.c (main): Output the
20762         timing type simply, leaving formatting to the user.
20763         * benchtests/json-lib.c: New file.
20764         * benchtests/json-lib.h: Likewise.
20766 2014-04-11  Torvald Riegel  <triegel@redhat.com>
20768         [BZ #15215]
20769         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
20770         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
20771         memory barriers.  Add comments.
20772         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
20773         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
20774         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
20775         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
20776         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
20777         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
20779 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
20781         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
20782         * sysdeps/s390/s390-64/configure.ac: ... this ...
20783         * sysdeps/s390/configure.ac: ... to here.
20784         * sysdeps/s390/s390-32/configure: Delete file.
20785         * sysdeps/s390/s390-64/configure: Delete file.
20786         * sysdeps/s390/configure: Regenerate.
20788 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
20790         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
20792 2014-04-11  Will Newton  <will.newton@linaro.org>
20794         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
20795         to zero if it is not defined elsewhere.  (mtrim): Test
20796         the value of MALLOC_DEBUG with #if rather than #ifdef.
20798 2014-04-10 Torvald Riegel  <triegel@redhat.com>
20800         * benchtests/pthread_once-inputs: New file.
20801         * benchtests/pthread_once-source.c: New file.
20802         * benchtests/README: Update documentation.
20804 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
20805             H.J. Lu  <hongjiu.lu@intel.com>
20807         [BZ #16275]
20808         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
20809         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
20810         * sysdeps/x86_64/configure: Regenerated.
20811         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
20812         macro.
20813         (REGISTER_SAVE_RAX): Likewise.
20814         (REGISTER_SAVE_RCX): Likewise.
20815         (REGISTER_SAVE_RDX): Likewise.
20816         (REGISTER_SAVE_RSI): Likewise.
20817         (REGISTER_SAVE_RDI): Likewise.
20818         (REGISTER_SAVE_R8): Likewise.
20819         (REGISTER_SAVE_R9): Likewise.
20820         (REGISTER_SAVE_BND0): Likewise.
20821         (REGISTER_SAVE_BND1): Likewise.
20822         (REGISTER_SAVE_BND2): Likewise.
20823         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
20824         bound registers when calling _dl_fixup.
20826 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20828         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
20829         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
20830         of its definition.
20831         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
20832         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
20833         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
20834         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
20835         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
20836         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
20837         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
20839 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
20841         [BZ #15514]
20842         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
20843         pathconf(_PC_NAME_MAX).
20845 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20847         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
20848         Remove macro usage.
20849         (__PTHREAD_SPINS): Move definition to ...
20850         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
20851         (__PTHREAD_SPINS): ... here.
20852         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
20853         (__PTHREAD_SPIN): Likewise.
20854         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
20855         (__PTHREAD_SPIN): Likewise.
20856         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
20857         (__PTHREAD_SPIN): Likewise.
20858         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
20859         (__PTHREAD_SPIN): Likewise.
20860         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
20861         (__PTHREAD_SPIN): Likewise.
20862         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
20863         (__PTHREAD_SPIN): Likewise.
20864         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
20865         (__PTHREAD_SPIN): Likewise.
20866         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
20867         (__PTHREAD_SPIN): Likewise.
20868         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
20869         (__PTHREAD_SPIN): Likewise.
20870         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
20871         (__PTHREAD_SPIN): Likewise.
20872         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
20873         (__PTHREAD_SPIN): Likewise.
20874         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
20875         (__PTHREAD_SPIN): Likewise.
20877         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
20878         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
20879         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
20880         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
20881         imply folder.
20882         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
20883         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
20884         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
20885         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
20886         correct imply path.
20887         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
20888         strlen symbol for non multi-arch builds.
20889         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
20890         missing hidden_def and weak_alias.
20892 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
20894         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
20896 2014-04-07  Will Newton  <will.newton@linaro.org>
20898         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
20899         and contents.  [!_LIBC] Remove #ifndef and contents.
20900         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
20901         * string/memccpy.c (__memccpy): Use ANSI prototype.
20902         * string/memfrob.c (memfrob): Likewise.
20903         * string/strcoll.c (STRCOLL): Likewise.
20904         * string/strlen.c (strlen): Likewise.
20905         * string/strtok.c (STRTOK): Likewise.
20906         * string/strcat.c: Remove unused #include of memcopy.h.
20907         (strcat): Use ANSI prototype.
20908         * string/strchr.c: Remove unused #include of memcopy.h.
20909         (strchr): Use ANSI prototype.
20910         * string/strcmp.c: Remove unused #include of memcopy.h.
20911         (strcmp): Use ANSI prototype.
20912         * string/strcpy.c: Remove unused #include of memcopy.h.
20913         (strcpy): Use ANSI prototype.
20915 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20917         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
20918         * config.make.in (config-extra-cppflags): Set it from
20919         libc_extra_cppflags.
20920         * configure.ac (libc_extra_cflags): Make it accumulate over
20921         configure fragments.
20922         (libc_extra_cppflags): New flag.
20923         * configure. Regenerate.
20924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
20925         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
20926         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
20927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
20929         [BZ #16815]
20930         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
20931         result for FE_DOWNWARD rounding mode.
20932         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
20933         Likewise.
20934         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20936 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
20938         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
20939         in function argument name.
20941 2014-04-03  David Svoboda  <svoboda@cert.org>
20943         [BZ #5666]
20944         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
20945         explicitly.
20947 2014-04-03  Roland McGrath  <roland@hack.frob.com>
20949         * elf/dl-unmap-segments.h: New file.
20950         * sysdeps/generic/ldsodefs.h
20951         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
20952         * elf/dl-close.c: Include <dl-unmap-segments.h>.
20953         * elf/dl-fptr.c: Likewise.
20954         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
20955         * sysdeps/aarch64/tlsdesc.c: Likewise.
20956         * sysdeps/arm/tlsdesc.c: Likewise.
20957         * sysdeps/i386/tlsdesc.c: Likewise.
20958         * sysdeps/tile/dl-runtime.c: Likewise.
20959         * sysdeps/x86_64/tlsdesc.c: Likewise.
20960         * elf/dl-load.h: New file.
20961         * elf/dl-load.c: Include it.
20962         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
20963         Macros moved to dl-load.h.
20964         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
20965         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
20966         Use _dl_unmap_segments in place of __munmap.
20967         Break out segment-mapping loop into ...
20968         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
20970 2014-04-03  Will Newton  <will.newton@linaro.org>
20972         * elf/dl-lookup.c (do_lookup_x): Remove comment
20973         referring to nested function and move variable
20974         declarations down to before first use.
20976 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
20978         [BZ #16799]
20979         [BZ #16800]
20980         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
20981         with 0 numerator.
20982         * math/s_catanf.c (__catanf): Likewise.
20983         * math/s_catanh.c (__catanh): Likewise.
20984         * math/s_catanhf.c (__catanhf): Likewise.
20985         * math/s_catanhl.c (__catanhl): Likewise.
20986         * math/s_catanl.c (__catanl): Likewise.
20987         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
20988         by positive zero when computing -Inf result.
20989         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
20990         (catanh_test): Likewise.
20991         * sysdeps/i386/fpu/libm-test-ulps: Update.
20992         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20994         [BZ #16789]
20995         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
20996         instead of using underflowing value in computing result.
20997         * math/s_clog10.c (__clog10): Likewise.
20998         * math/s_clog10f.c (__clog10f): Likewise.
20999         * math/s_clog10l.c (__clog10l): Likewise.
21000         * math/s_clogf.c (__clogf): Likewise.
21001         * math/s_clogl.c (__clogl): Likewise.
21002         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
21003         (clog10_test): Likewise.
21004         * sysdeps/i386/fpu/libm-test-ulps: Update.
21005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21007 2014-04-02  Alan Modra  <amodra@gmail.com>
21009         [BZ #16739]
21010         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
21011         output when value is near a power of two.  Use int64_t for lx and
21012         remove casts.  Use decimal rather than hex exponent constants.
21013         Don't use long double multiplication when double will suffice.
21014         * math/libm-test.inc (nextafter_test_data): Add tests.
21015         * NEWS: Add 16739 and 16786 to bug list.
21017         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
21019         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
21021 2014-04-01  Will Newton  <will.newton@linaro.org>
21023         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
21024         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
21026 2014-04-01  Florian Weimer  <fweimer@redhat.com>
21028         [BZ #13347]
21029         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
21030         * nptl/tst-setuid2.c: New file.
21031         * nptl/Makefile (xtests): Add tst-setuid2.
21033 2014-04-01  Alan Modra  <amodra@gmail.com>
21035         [BZ #16786]
21036         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
21038 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
21040         [BZ #6803]
21041         [BZ #6804]
21042         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
21043         set errno as appropriate.
21044         * math/w_scalbf.c (__scalbf): Likewise.
21045         * math/w_scalbl.c (__scalbl): Likewise.
21046         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
21047         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
21048         * math/libm-test.inc (scalb_test_data): Add errno expectations.
21049         Add more NaN tests.
21051         [BZ #16349]
21052         * math/w_atan2.c: Include <errno.h>.
21053         (__atan2): Set errno for result underflowing to zero.
21054         * math/w_atan2f.c: Include <errno.h>.
21055         (__atan2f): Set errno for result underflowing to zero.
21056         * math/w_atan2l.c: Include <errno.h>.
21057         (__atan2l): Set errno for result underflowing to zero.
21058         * math/auto-libm-test-in: Don't allow missing errno for some atan2
21059         tests.
21060         * math/auto-libm-test-out: Regenerated.
21062 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21064         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
21065         Encode instruction correctly in little endian.
21066         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
21067         Likewise.
21068         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
21069         Likewise.
21070         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
21071         Likewise.
21072         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
21073         Likewise.
21075 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
21077         [BZ #9894]
21078         * sysdeps/unix/sysv/linux/kernel-features.h
21079         [__sparc__ && !__arch64__ && !__sparc_v9__]
21080         (__ASSUME_SET_ROBUST_LIST): Do not define.
21081         [__sparc__ && !__arch64__ && !__sparc_v9__]
21082         (__ASSUME_FUTEX_LOCK_PI): Likewise.
21083         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
21084         Likewise.
21085         * sysdeps/unix/sysv/linux/arm/kernel-features.h
21086         (__ASSUME_FUTEX_LOCK_PI): Undefine.
21087         (__ASSUME_REQUEUE_PI): Likewise.
21088         (__ASSUME_SET_ROBUST_LIST): Likewise.
21089         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
21090         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
21091         Undefine.
21092         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
21093         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
21094         Likewise.
21095         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
21096         Likewise.
21097         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
21098         Likewise.
21099         * sysdeps/unix/sysv/linux/mips/kernel-features.h
21100         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
21101         Undefine.
21102         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
21103         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
21104         Likewise.
21106         [BZ #16648]
21107         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
21108         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
21109         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
21111 2014-03-31  Will Newton  <will.newton@linaro.org>
21113         * benchtests/Makefile (bench): Add ffs and ffsll to list
21114         of tests.
21115         * benchtests/ffs-inputs: New file.
21116         * benchtests/ffsll-inputs: Likewise.
21118 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
21120         [BZ #16770]
21121         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
21122         too large before casting to int.
21123         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
21124         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
21125         * math/libm-test.inc (scalb_test_data): Add more tests.
21127 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21129         * benchtests/Makefile (DETAILED_OPT): New make option.
21130         (bench-func): Run benchmark program with -d if DETAILED_OPT is
21131         set.
21132         * benchtests/bench-skeleton.c: Include stdbool.h.
21133         (main): Store and print timings per input.
21134         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
21135         member to each argument value.
21136         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
21137         (_print_arg_data): Initialize per-input timing to 0.
21139         * benchtests/Makefile (timing-type): New binary.
21140         (bench-clean): Also remove bench-timing-type.
21141         (bench): New target for timing-type.
21142         (bench-func): Print output in JSON format.
21143         * benchtests/bench-skeleton.c (main): Print output in JSON
21144         format.
21145         * benchtests/bench-timing-type.c: New file.
21146         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
21147         (TIMING_PRINT_STATS): Remove.
21148         * benchtests/scripts/bench.py (_print_arg_data): Store variant
21149         name separately.
21151         * benchtests/bench-modf.c: Remove.
21152         * benchtests/modf-inputs: New inputs file.
21154 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
21156         [BZ #16362]
21157         * math/s_clog10.c (M_PI_LOG10E): New macro.
21158         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
21159         imaginary parts are 0.
21160         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
21161         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
21162         imaginary parts are 0.
21163         * math/s_clog10l.c (M_PI_LOG10El): New macro.
21164         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
21165         imaginary parts are 0.
21166         * math/libm-test.inc (clog10_test_data): Update expected results
21167         for when real and imaginary parts are 0.
21169 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
21171         * elf/dl-load.c: Finish conversion of __builtin_expect into
21172         __glibc_{un}likely.
21174 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
21176         [BZ #16348]
21177         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
21178         1+x for argument with exponent below -67.
21179         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
21180         Likewise.
21181         * math/auto-libm-test-in: Add more tests of exp.
21182         * math/auto-libm-test-out: Regenerated.
21184 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
21186         [BZ #16759]
21187         * inet/getnetgrent_r.c (get_nonempty_val): New function.
21188         (nscd_getnetgrent): Use it.
21190         [BZ #16760]
21191         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
21192         of stpcpy.
21194 2014-03-27  Andi Kleen  <ak@linux.intel.com>
21196         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
21197         (lll_robust_lock, lll_cond_lock, lll_timedlock)
21198         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
21199         (lll_robust_unlock): Remove out of line section. Use cfi
21200         intrinsics.
21201         (LLL_STUB_UNWIND_INFO*): Remove.
21202         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
21203         (lll_robust_lock, lll_cond_lock, lll_timedlock)
21204         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
21205         (lll_robust_unlock): Remove out of line section. Use cfi
21206         intrinsics.
21207         (LLL_STUB_UNWIND_INFO*): Remove.
21209 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
21211         [BZ #16758]
21212         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
21213         blank values.
21215 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
21217         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
21219 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
21221         [BZ #16198]
21222         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
21223         fnstenv.
21224         * math/test-fenv-preserve.c: New file.
21225         * math/Makefile (tests): Add test-fenv-preserve.
21227 2014-03-26  Will Newton <will.newton@linaro.org>
21229         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
21231 2014-03-25  Roland McGrath  <roland@hack.frob.com>
21233         * scripts/versionlist.awk: Partition the version sets and emit all
21234         GLIBC_* (sorted) before all others (sorted).
21236 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
21238         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
21239         GLIBC_2.2.5 version.
21241 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21243         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
21244         calls.
21246         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
21247         previous change.
21249         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21251 2014-03-25  Andreas Schwab  <schwab@suse.de>
21253         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
21254         label to be used after in6ailist is initialized.
21256 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21258         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
21259         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
21261 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
21263         [BZ #16357]
21264         [BZ #16599]
21265         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
21266         min_plus_half.
21267         (fp_formats): Update initializers.
21268         (init_fp_formats): Initialize new field.
21269         (output_for_one_input_case): Allow underflow for results up to
21270         min_plus_half.
21271         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
21272         * math/auto-libm-test-in: Don't mark some underflows from asin and
21273         atanh as spurious.
21274         * math/auto-libm-test-out: Regenerated.
21275         * sysdeps/i386/fpu/libm-test-ulps: Update.
21276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21278 2014-03-25  Andreas Schwab  <schwab@suse.de>
21280         * libio/Makefile (tst-ftell-partial-wide-ENV)
21281         (tst-ftell-active-handler-ENV): Define.
21283 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
21285         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
21287 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
21289         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
21291 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
21293         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
21294         * sysdeps/x86_64/fpu/multiarch/e_exp.c
21295         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
21297 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
21299         [BZ #16634]
21300         * elf/dl-load.c (open_verify): Add mode parameter.
21301         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
21302         (open_path): Change from boolean 'secure' to complete flag 'mode'
21303         (_dl_map_object): Adjust.
21304         * elf/Makefile (tests): Add tst-dlopen-aout.
21305         * elf/tst-dlopen-aout.c: New test.
21307 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
21309         [BZ #16714]
21310         * sysdeps/unix/sysv/linux/s390/bits/stat.h
21311         (struct stat): Rename member pad0 to __glibc_reserved0.
21313         [BZ #16712]
21314         * sysdeps/s390/s390-32/bits/wordsize.h
21315         (__WORDSIZE32_SIZE_ULONG): New define.
21316         * sysdeps/s390/s390-64/bits/wordsize.h
21317         (__WORDSIZE32_SIZE_ULONG): Likewise.
21318         * sysdeps/generic/stdint.h (SIZE_MAX):
21319         Define as UL if __WORDSIZE32_SIZE_ULONG.
21321         [BZ #16713]
21322         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
21323         (__glibc_reserved0): New variable.
21324         (sa_flags): Change type to int.
21326         * posix/Makefile (before-compile): Use += before-compile instead
21327         of a :=.
21329         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
21330         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
21332 2014-03-20  Andreas Schwab  <schwab@suse.de>
21334         [BZ #16743]
21335         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
21336         non-matching result from nscd.
21338 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21340         * scripts/bench.py: Moved to ...
21341         * benchtests/scripts/bench.py: ... here.
21342         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
21344 2014-03-24  Andreas Schwab  <schwab@suse.de>
21346         [BZ #16002]
21347         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
21348         alloca_account and account alloca use for struct in6ailist.
21350 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
21352         [BZ #16284]
21353         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
21354         rounding mode to recompute results that overflow to infinity or
21355         underflow to zero.
21356         * math/auto-libm-test-in: Don't mark tests as expected to fail for
21357         bug 16284.
21358         * math/auto-libm-test-out: Regenerated.
21359         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
21360         (ccosh_test): Likewise.
21361         (csin_test_data): Use plus_oflow.
21362         (csin_test): Use ALL_RM_TEST.
21363         (csinh_test_data): Use plus_oflow.
21364         (csinh_test): Use ALL_RM_TEST.
21365         * sysdeps/i386/fpu/libm-test-ulps: Update.
21366         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21368 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
21370         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
21371         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
21372         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
21374         [BZ #16731]
21375         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
21376         when x - 1 is zero.
21377         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
21378         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
21379         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
21380         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
21381         argument is 1.
21382         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
21383         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
21384         zero.
21385         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
21386         * sysdeps/i386/fpu/libm-test-ulps: Update.
21387         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21389 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21391         * scripts/bench.pl: Remove file.
21392         * scripts/bench.py: New benchmark script.
21393         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
21394         * benchtests/README: Mention python dependency.
21395         * scripts/pylintrc: New file.
21396         * scripts/pylint: New file.
21398         * bits/mathdef.h: Use #ifdef instead of #if.
21399         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
21400         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
21401         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
21402         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
21403         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
21404         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
21406 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21407             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
21409         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
21410         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
21411         and strpbrk-ppc64 objects.
21412         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21413         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
21414         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
21415         multiarch strpbrk for POWER7.
21416         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
21417         multiarch strpbrk for PPC64.
21418         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
21419         ifunc selector.
21420         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
21421         strpbrk for POWER7.
21423 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
21425         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
21426         (atan_test): Likewise.
21427         (atanh_test_data): Use NO_TEST_INLINE for two tests.
21428         (atanh_test): Use ALL_RM_TEST.
21429         (atan2_test_data): Likewise.
21430         (cabs_test): Likewise.
21431         (cacosh_test): Likewise.
21432         (carg_test): Likewise.
21433         (casin_test): Likewise.
21434         (casinh_test): Likewise.
21435         (cbrt_test): Likewise.
21436         (csqrt_test): Likewise.
21437         (erf_test): Likewise.
21438         (erfc_test): Likewise.
21439         (pow10_test): Likewise.
21440         (exp2_test): Likewise.
21441         (hypot_test): Likewise.
21442         (j0_test): Likewise.
21443         (j1_test): Likewise.
21444         (lgamma_test): Likewise.
21445         (gamma_test): Likewise.
21446         (sincos_test): Likewise.
21447         (tanh_test): Likewise.
21448         (y0_test): Likewise.
21449         (y1_test): Likewise.
21450         * sysdeps/i386/fpu/libm-test-ulps: Update.
21451         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21453 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21455         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
21456         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
21457         and strcspn-ppc64 objects.
21458         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21459         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
21460         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
21461         multiarch strcspn for POWER7.
21462         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
21463         multiarch strcspn for PPC64.
21464         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
21465         ifunc selector.
21466         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
21467         strcspn for POWER7.
21469 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
21471         * math/gen-libm-test.pl (generate_testfile): Expect only function
21472         name as argument to AUTO_TESTS_* and pass results for all rounding
21473         modes to parse_args.
21474         (parse_auto_input): Separate inputs of automatic tests from
21475         outputs before storing in %auto_tests.
21476         * math/libm-test.inc (acos_test_data): Update call to
21477         AUTO_TESTS_f_f.
21478         (acos_test): Use ALL_RM_TEST.
21479         (acos_tonearest_test_data): Remove.
21480         (acos_test_tonearest): Likewise.
21481         (acos_towardzero_test_data): Likewise.
21482         (acos_test_towardzero): Likewise.
21483         (acos_downward_test_data): Likewise.
21484         (acos_test_downward): Likewise.
21485         (acos_upward_test_data): Likewise.
21486         (acos_test_upward): Likewise.
21487         (acosh_test_data): Update call to AUTO_TESTS_f_f.
21488         (asin_test_data): Likewise.
21489         (asin_test): Use ALL_RM_TEST.
21490         (asin_tonearest_test_data): Remove.
21491         (asin_test_tonearest): Likewise.
21492         (asin_towardzero_test_data): Likewise.
21493         (asin_test_towardzero): Likewise.
21494         (asin_downward_test_data): Likewise.
21495         (asin_test_downward): Likewise.
21496         (asin_upward_test_data): Likewise.
21497         (asin_test_upward): Likewise.
21498         (asinh_test_data): Update call to AUTO_TESTS_f_f.
21499         (atan_test_data): Likewise.
21500         (atanh_test_data): Likewise.
21501         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
21502         (cabs_test_data): Update call to AUTO_TESTS_c_f.
21503         (carg_test_data): Likewise.
21504         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
21505         (ccos_test_data): Update call to AUTO_TESTS_c_c.
21506         (ccosh_test_data): Likewise.
21507         (cexp_test_data): Likewise.
21508         (clog_test_data): Likewise.
21509         (clog10_test_data): Likewise.
21510         (cos_test_data): Update call to AUTO_TESTS_f_f.
21511         (cos_test): Use ALL_RM_TEST.
21512         (cos_tonearest_test_data): Remove.
21513         (cos_test_tonearest): Likewise.
21514         (cos_towardzero_test_data): Likewise.
21515         (cos_test_towardzero): Likewise.
21516         (cos_downward_test_data): Likewise.
21517         (cos_test_downward): Likewise.
21518         (cos_upward_test_data): Likewise.
21519         (cos_test_upward): Likewise.
21520         (cosh_test_data): Update call to AUTO_TESTS_f_f.
21521         (cosh_test): Use ALL_RM_TEST.
21522         (cosh_tonearest_test_data): Remove.
21523         (cosh_test_tonearest): Likewise.
21524         (cosh_towardzero_test_data): Likewise.
21525         (cosh_test_towardzero): Likewise.
21526         (cosh_downward_test_data): Likewise.
21527         (cosh_test_downward): Likewise.
21528         (cosh_upward_test_data): Likewise.
21529         (cosh_test_upward): Likewise.
21530         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
21531         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
21532         (ctan_test_data): Likewise.
21533         (ctan_test): Use ALL_RM_TEST.
21534         (ctan_tonearest_test_data): Remove.
21535         (ctan_test_tonearest): Likewise.
21536         (ctan_towardzero_test_data): Likewise.
21537         (ctan_test_towardzero): Likewise.
21538         (ctan_downward_test_data): Likewise.
21539         (ctan_test_downward): Likewise.
21540         (ctan_upward_test_data): Likewise.
21541         (ctan_test_upward): Likewise.
21542         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
21543         (ctanh_test): Use ALL_RM_TEST.
21544         (ctanh_tonearest_test_data): Remove.
21545         (ctanh_test_tonearest): Likewise.
21546         (ctanh_towardzero_test_data): Likewise.
21547         (ctanh_test_towardzero): Likewise.
21548         (ctanh_downward_test_data): Likewise.
21549         (ctanh_test_downward): Likewise.
21550         (ctanh_upward_test_data): Likewise.
21551         (ctanh_test_upward): Likewise.
21552         (erf_test_data): Update call to AUTO_TESTS_f_f.
21553         (erfc_test_data): Likewise.
21554         (exp_test_data): Likewise.
21555         (exp_test): Use ALL_RM_TEST.
21556         (exp_tonearest_test_data): Remove.
21557         (exp_test_tonearest): Likewise.
21558         (exp_towardzero_test_data): Likewise.
21559         (exp_test_towardzero): Likewise.
21560         (exp_downward_test_data): Likewise.
21561         (exp_test_downward): Likewise.
21562         (exp_upward_test_data): Likewise.
21563         (exp_test_upward): Likewise.
21564         (exp10_test_data): Update call to AUTO_TESTS_f_f.
21565         (exp10_test): Use ALL_RM_TEST.
21566         (exp10_tonearest_test_data): Remove.
21567         (exp10_test_tonearest): Likewise.
21568         (exp10_towardzero_test_data): Likewise.
21569         (exp10_test_towardzero): Likewise.
21570         (exp10_downward_test_data): Likewise.
21571         (exp10_test_downward): Likewise.
21572         (exp10_upward_test_data): Likewise.
21573         (exp10_test_upward): Likewise.
21574         (exp2_test_data): Update call to AUTO_TESTS_f_f.
21575         (expm1_test_data): Likewise.
21576         (expm1_test): Use ALL_RM_TEST.
21577         (expm1_tonearest_test_data): Remove.
21578         (expm1_test_tonearest): Likewise.
21579         (expm1_towardzero_test_data): Likewise.
21580         (expm1_test_towardzero): Likewise.
21581         (expm1_downward_test_data): Likewise.
21582         (expm1_test_downward): Likewise.
21583         (expm1_upward_test_data): Likewise.
21584         (expm1_test_upward): Likewise.
21585         (fma_test_data): Update call to AUTO_TESTS_fff_f.
21586         (fma_test): Use ALL_RM_TEST.
21587         (fma_towardzero_test_data): Remove.
21588         (fma_test_towardzero): Likewise.
21589         (fma_downward_test_data): Likewise.
21590         (fma_test_downward): Likewise.
21591         (fma_upward_test_data): Likewise.
21592         (fma_test_upward): Likewise.
21593         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
21594         (j0_test_data): Update call to AUTO_TESTS_f_f.
21595         (j1_test_data): Likewise.
21596         (jn_test_data): Update call to AUTO_TESTS_if_f.
21597         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
21598         (log_test_data): Update call to AUTO_TESTS_f_f.
21599         (log10_test_data): Likewise.
21600         (log1p_test_data): Likewise.
21601         (log2_test_data): Likewise.
21602         (pow_test_data): Update call to AUTO_TESTS_ff_f.
21603         (pow_tonearest_test_data): Likewise.
21604         (sin_test_data): Update call to AUTO_TESTS_f_f.
21605         (sin_test): Use ALL_RM_TEST.
21606         (sin_tonearest_test_data): Remove.
21607         (sin_test_tonearest): Likewise.
21608         (sin_towardzero_test_data): Likewise.
21609         (sin_test_towardzero): Likewise.
21610         (sin_downward_test_data): Likewise.
21611         (sin_test_downward): Likewise.
21612         (sin_upward_test_data): Likewise.
21613         (sin_test_upward): Likewise.
21614         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
21615         (sinh_test_data): Update call to AUTO_TESTS_f_f.
21616         (sinh_test): Use ALL_RM_TEST.
21617         (sinh_tonearest_test_data): Remove.
21618         (sinh_test_tonearest): Likewise.
21619         (sinh_towardzero_test_data): Likewise.
21620         (sinh_test_towardzero): Likewise.
21621         (sinh_downward_test_data): Likewise.
21622         (sinh_test_downward): Likewise.
21623         (sinh_upward_test_data): Likewise.
21624         (sinh_test_upward): Likewise.
21625         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
21626         (sqrt_test): Use ALL_RM_TEST.
21627         (sqrt_tonearest_test_data): Remove.
21628         (sqrt_test_tonearest): Likewise.
21629         (sqrt_towardzero_test_data): Likewise.
21630         (sqrt_test_towardzero): Likewise.
21631         (sqrt_downward_test_data): Likewise.
21632         (sqrt_test_downward): Likewise.
21633         (sqrt_upward_test_data): Likewise.
21634         (sqrt_test_upward): Likewise.
21635         (tan_test_data): Update call to AUTO_TESTS_f_f.
21636         (tan_test): Use ALL_RM_TEST.
21637         (tan_tonearest_test_data): Remove.
21638         (tan_test_tonearest): Likewise.
21639         (tan_towardzero_test_data): Likewise.
21640         (tan_test_towardzero): Likewise.
21641         (tan_downward_test_data): Likewise.
21642         (tan_test_downward): Likewise.
21643         (tan_upward_test_data): Likewise.
21644         (tan_test_upward): Likewise.
21645         (tanh_test_data): Update call to AUTO_TESTS_f_f.
21646         (tgamma_test_data): Likewise.
21647         (y0_test_data): Likewise.
21648         (y1_test_data): Likewise.
21649         (yn_test_data): Update call to AUTO_TESTS_if_f.
21650         (main): Do not call removed functions.
21652 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
21654         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
21655         (ldexp_test_data): Remove.
21656         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
21657         scalbn_test_data.
21658         (scalb_test): Use ALL_RM_TEST.
21660 2014-03-19  Andreas Schwab  <schwab@suse.de>
21662         * nscd/nscd.service: Also invalidate netgroup cache on reload.
21664 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
21666         [BZ #16649]
21667         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
21668         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
21669         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
21670         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
21671         (__ASSUME_PREADV): Undefine.
21672         (__ASSUME_PWRITEV): Likewise.
21674 2014-03-18  Roland McGrath  <roland@hack.frob.com>
21676         * bits/mman-linux.h: Add comment about non-Linux use.
21677         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
21678         bits/mman-linux.h resting place.
21680         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
21681         * bits/mman-linux.h: ... here.
21683 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21685         * conform/conformtest.pl: Add standard definition when calling C
21686         preprocessor on data files.
21687         (checknamespace): Remove unused variable.
21689 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
21691         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
21692         minus_oflow, plus_uflow and minus_uflow in expected results.
21693         * math/libm-test.inc (scalbn_test_data): Add more tests of
21694         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
21695         minus_uflow.
21696         (scalbn_test): Use ALL_RM_TEST.
21697         (scalbln_test_data): Add more tests of negative arguments.  Use
21698         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
21699         (scalbln_test): Use ALL_RM_TEST.
21701 2014-03-18  Roland McGrath  <roland@hack.frob.com>
21703         * scripts/abilist.awk: Ignore symbols marked with .hidden.
21705 2014-03-18  Will Newton  <will.newton@linaro.org>
21707         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
21708         inaccurate comment.
21710 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
21712         * Makerules [!subdir] (check-abi): Exit with error status if a
21713         test failed.
21715 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
21717         * math/libm-test.inc (nearbyint_test_data): Include all tests used
21718         for rint.  Include results for all rounding modes.
21719         (nearbyint_test): Use ALL_RM_TEST.
21720         (rint_test_data): Include all tests used for nearbyint.
21722 2014-03-17  Will Newton  <will.newton@linaro.org>
21724         * nptl/sysdeps/pthread/pthread.h: Revert previous
21725         change.
21727         * sysdeps/generic/ldsodefs.h: Revert previous
21728         change.
21730         * libio/genops.c: Revert previous change.
21731         * libio/libioP.h: Likewise.
21732         * stdio-common/vfprintf.c: Likewise.
21734         * sysdeps/generic/math_private.h: Revert previous
21735         change.
21737         * sysdeps/generic/math_private.h: Check whether
21738         HAVE_RM_CTX is defined with #ifdef rather
21739         than #if.
21741         * argp/argp-fmtstream.h: Check whether
21742         __STRICT_ANSI__ is defined with #ifdef rather
21743         than #if.
21744         * argp/argp.h: Likewise.
21746         * libio/genops.c: Check whether
21747         _IO_JUMPS_OFFSET is defined with #ifdef rather
21748         than #if.
21749         * libio/libioP.h: Likewise.
21750         * stdio-common/vfprintf.c: Likewise.
21752         * sysdeps/generic/ldsodefs.h: Check whether
21753         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
21754         than #if.
21756         * nptl/sysdeps/pthread/pthread.h: Check
21757         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
21758         its value.
21760 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21762         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
21763         setting O_APPEND.
21764         * libio/tst-ftell-active-handler.c (do_append_test): Add a
21765         test case.
21767         [BZ #16680]
21768         * libio/fileops.c (_IO_file_open): Seek to end of file but
21769         don't cache the offset.
21770         (get_file_offset): Remove function.
21771         (do_ftell): Use cached offset when available.
21772         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
21773         don't cache the offset.
21774         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
21775         case.
21776         (do_one_test): Call it.
21777         (do_ftell_test): Fix up expected old offset for a+ mode.
21778         * libio/wfileops.c (do_ftell_wide): Used cached offset when
21779         available.
21781         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
21782         up test status with function return status.
21783         (do_write_test): Likewise.
21784         (do_append_test): Likewise.
21786         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
21787         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
21788         Remove.
21790 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
21792         * math/gen-libm-test.pl (parse_args): Handle results specified for
21793         each rounding mode separately.
21794         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
21795         tests and results from lrint_tonearest_test_data,
21796         lrint_towardzero_test_data, lrint_downward_test_data and
21797         lrint_upward_test_data.
21798         (lrint_test): Use ALL_RM_TEST.
21799         (lrint_tonearest_test_data): Remove.
21800         (lrint_test_tonearest): Likewise.
21801         (lrint_towardzero_test_data): Likewise.
21802         (lrint_test_towardzero): Likewise.
21803         (lrint_downward_test_data): Likewise.
21804         (lrint_test_downward): Likewise.
21805         (lrint_upward_test_data): Likewise.
21806         (lrint_test_upward): Likewise.
21807         (llrint_test_data): Merge in per-rounding-mode tests and results
21808         from llrint_tonearest_test_data, llrint_towardzero_test_data,
21809         llrint_downward_test_data and llrint_upward_test_data.
21810         (llrint_test): Use ALL_RM_TEST.
21811         (llrint_tonearest_test_data): Remove.
21812         (llrint_test_tonearest): Likewise.
21813         (llrint_towardzero_test_data): Likewise.
21814         (llrint_test_towardzero): Likewise.
21815         (llrint_downward_test_data): Likewise.
21816         (llrint_test_downward): Likewise.
21817         (llrint_upward_test_data): Likewise.
21818         (llrint_test_upward): Likewise.
21819         (rint_test_data): Merge in per-rounding-mode tests and results
21820         from rint_tonearest_test_data, rint_towardzero_test_data,
21821         rint_downward_test_data and rint_upward_test_data.  Add
21822         per-rounding-mode results for tests not in those arrays.
21823         (rint_test): Use ALL_RM_TEST.
21824         (rint_tonearest_test_data): Remove.
21825         (rint_test_tonearest): Likewise.
21826         (rint_towardzero_test_data): Likewise.
21827         (rint_test_towardzero): Likewise.
21828         (rint_downward_test_data): Likewise.
21829         (rint_test_downward): Likewise.
21830         (rint_upward_test_data): Likewise.
21831         (rint_test_upward): Likewise.
21832         (main): Don't call removed functions.
21834 2014-03-14  Roland McGrath  <roland@hack.frob.com>
21836         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
21837         "Compiled on ..." crapola.  It is anti-useful.
21839 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
21841         * scripts/evaluate-test.sh: Handle fourth argument to determine
21842         whether test run should stop on failure.
21843         * Makeconfig (stop-on-test-failure): New variable.
21844         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
21845         $(stop-on-test-failure).
21846         * Makefile (tests): Give a summary of results from testing and
21847         exit with failure status if they include an ERROR or FAIL.
21848         (xtests): Likewise.
21849         * manual/install.texi (Configuring and compiling): Mention
21850         stop-on-test-failure=y.
21851         * INSTALL: Regenerated.
21853 2014-03-14  Roland McGrath  <roland@hack.frob.com>
21855         * scripts/versionlist.awk: New file.
21856         * Makerules [$(build-shared) = yes]
21857         (postclean-generated): Add Versions.def, not Versions.def.v and
21858         Versions.def.v.i.
21859         ($(common-objpfx)Versions.def.v.i): Target removed.
21860         ($(common-objpfx)Versions.def): New target.
21861         ($(common-objpfx)Versions.all): Depend on that rather that
21862         $(common-objpfx)Versions.def.v.
21863         * Versions.def: File removed.
21865         * Makeconfig (+gccwarn): Add -Wundef.
21866         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
21867         a dl-sysdep.h breaking its contract.
21868         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
21869         * include/stackinfo.h: New file.
21870         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
21871         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
21872         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
21873         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
21874         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
21875         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
21876         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
21877         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
21878         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
21879         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
21880         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
21881         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
21882         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
21883         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
21884         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
21886 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21888         [BZ #16707]
21889         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
21890         implementation.
21891         * math/libm-test.inc (round_test_data): Add more tests.
21893         [BZ #16706]
21894         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
21895         implementation.
21896         * math/libm-test.inc (nearbyint_test_data): Add more tests.
21898         [BZ #16701]
21899         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
21900         implementation.
21901         * math/libm-test.inc (ceil_test_data): Add more tests.
21903         * math/libm-test.inc (trunc_test_data): Add more tests related to
21904         BZ#16414.
21906 2014-03-14  Roland McGrath  <roland@hack.frob.com>
21908         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
21909         with #if rather than #ifdef.
21910         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
21912 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
21914         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
21915         first.  Disable AVX-512 GCC support if assembler doesn't support
21916         it.
21917         * sysdeps/x86_64/configure: Regenerated.
21919 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
21921         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
21922         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
21923         (__old_pthread_attr_setstack): Likewise.
21924         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
21925         [!_STACK_GROWS_DOWN]: Likewise.
21927 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
21929         * config.make.in (have-bash2): Delete.
21930         * configure.ac (libc_cv_have_bash2): Delete.
21931         * configure: Regenerate.
21932         * elf/Makefile (common-ldd-rewrite): Rename to ...
21933         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
21934         (sh-ldd-rewrite): Delete.
21935         (bash-ldd-rewrite): Delete.
21936         (have-bash2): Delete checks.
21937         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
21938         ldd-rewrite.
21940         * config.make.in (have-ksh): Delete.
21941         (KSH): Delete.
21942         * configure.ac (libc_cv_have_ksh): Delete.
21943         * configure: Regenerate.
21945         * elf/Makefile: Delete $(have-ksh) check.
21946         ($(objpfx)sotruss): Change KSH to BASH.
21947         * elf/sotruss.ksh: Rename to ...
21948         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
21949         function style to match POSIX.  Drop ksh vim mode setting.
21951         * manual/time.texi (Specifying the Time Zone with TZ): Change
21952         Tuesday to Thursday.
21954         * debug/tst-longjmp_chk2.c: Update header comment.
21955         (stackoverflow_handler): Add comment.  Call assert on pass value.
21957 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
21959         [BZ #16194]
21960         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
21961         (HAVE_AVX512_ASM_SUPPORT): Likewise.
21962         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
21963         (La_x86_64_vector): Add zmm.
21964         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
21965         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
21966         ($(objpfx)tst-audit10): New target.
21967         ($(objpfx)tst-audit10.out): Likewise.
21968         (tst-audit10-ENV): New.
21969         (AVX512-CFLAGS): Likewise.
21970         (CFLAGS-tst-audit10.c): Likewise.
21971         (CFLAGS-tst-auditmod10a.c): Likewise.
21972         (CFLAGS-tst-auditmod10b.c): Likewise.
21973         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
21974         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
21975         * sysdeps/x86_64/configure: Regenerated.
21976         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
21977         AVX-512 zmm register support.
21978         (_dl_x86_64_save_sse): Likewise.
21979         (_dl_x86_64_restore_sse): Likewise.
21980         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
21981         size vector registers.
21982         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
21983         (ZMM_SIZE): Likewise.
21984         * sysdeps/x86_64/tst-audit10.c: New file.
21985         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
21986         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
21988 2014-03-13  Roland McGrath  <roland@hack.frob.com>
21990         * configure.ac (HAVE_EHDR_START): New check.
21991         * configure: Regenerated.
21992         * config.h.in (HAVE_EHDR_START): New #undef.
21993         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
21994         assuming the lowest-addressed segment maps the start of the file.
21996 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
21998         * INSTALL: Regenerated.
22000 2014-03-13  Will Newton  <will.newton@linaro.org>
22002         * manual/setjmp.texi (System V contexts): Improve
22003         clarity and grammar of documentation.
22005 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
22007         [BZ #16381]
22008         * elf/Makefile (tests): Add tst-pie2.
22009         (tests-pie): Add tst-pie2.
22010         * elf/tst-pie2.c: New file.
22011         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
22012         for ET_EXEC.
22013         * elf/rtld.c (map_doit): Load executable as lt_executable.
22014         (dl_main): Likewise.
22016 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
22018         [BZ #16642]
22019         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
22020         (__ASSUME_PSELECT): Undefine.
22022 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22024         [BZ #16689]
22025         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
22026         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
22027         static build.
22028         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
22029         selector for static builds.
22031 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22033         [BZ #16695]
22034         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
22035         key in the buffer.
22037 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22039         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
22040         IFUNC selector for static builds.
22042 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
22044         * sysdeps/mips/math_private.h [__mips_hard_float]
22045         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
22046         libc_feresetround_mips_ctx.
22047         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
22048         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
22049         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
22051         [BZ #16677]
22052         * math/s_nextafter.c (__nextafter): Do not return value from
22053         overflowing computation.
22054         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
22055         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
22056         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
22057         Likewise.
22058         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
22059         Likewise.
22060         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
22061         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
22063 2014-03-11  Roland McGrath  <roland@hack.frob.com>
22065         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
22066         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
22067         Move sfi_sp use from the load-multiple (that no longer sets sp) to
22068         the new mov targetting sp.
22070 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22072         [BZ #16683]
22073         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
22074         Define it for static builds as well.
22075         (NO_BZERO_IMPL): Likewise.
22077 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
22079         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
22080         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
22081         multiarch strspn for PPC64.
22082         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
22083         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
22084         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
22085         (__libc_ifunc_impl_list): Likewise.
22086         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
22087         multiarch optimizations
22088         * string/strspn.c (strspn): Using macro to redefine symbol name.
22090 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
22091             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22093         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
22094         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
22095         multiarch strncat for PPC64.
22096         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
22097         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
22098         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
22099         (__libc_ifunc_impl_list): Likewise.
22100         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
22101         multiarch optimizations
22103 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22105         [BZ #16639]
22106         * nscd/nscd.service: Make service type forking.
22108 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22110         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
22111         sign in non default rounding modes.
22112         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
22114 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
22116         * math/libm-test.inc (ALL_RM_TEST): New macro.
22117         (ceil_test): Use ALL_RM_TEST.
22118         (cimag_test): Likewise.
22119         (conj_test): Likewise.
22120         (copysign_test): Likewise.
22121         (cproj_test): Likewise.
22122         (creal_test): Likewise.
22123         (fabs_test): Likewise.
22124         (floor_test): Likewise.
22125         (fmax_test): Likewise.
22126         (fmin_test): Likewise.
22127         (fmod_test): Likewise.
22128         (fpclassify_test): Likewise.
22129         (frexp_test): Likewise.
22130         (ilogb_test): Likewise.
22131         (isfinite_test): Likewise.
22132         (finite_test): Likewise.
22133         (isgreater_test): Likewise.
22134         (isgreaterequal_test): Likewise.
22135         (isinf_test): Likewise.
22136         (isless_test): Likewise.
22137         (islessequal_test): Likewise.
22138         (islessgreater_test): Likewise.
22139         (isnan_test): Likewise.
22140         (isnormal_test): Likewise.
22141         (issignaling_test): Likewise.
22142         (isunordered_test): Likewise.
22143         (logb_test): Likewise.
22144         (logb_downward_test_data): Remove.
22145         (logb_test_downward): Likewise.
22146         (lround_test): Use ALL_RM_TEST.
22147         (llround_test): Likewise.
22148         (modf_test): Likewise.
22149         (nexttoward_test): Likewise.
22150         (remainder_test): Likewise.
22151         (drem_test): Likewise.
22152         (remainder_tonearest_test_data): Likewise.
22153         (remainder_test_tonearest): Likewise.
22154         (drem_test_tonearest): Likewise.
22155         (remainder_towardzero_test_data): Likewise.
22156         (remainder_test_towardzero): Likewise.
22157         (drem_test_towardzero): Likewise.
22158         (remainder_downward_test_data): Likewise.
22159         (remainder_test_downward): Likewise.
22160         (drem_test_downward): Likewise.
22161         (remainder_upward_test_data): Likewise.
22162         (remainder_test_upward): Likewise.
22163         (drem_test_upward): Likewise.
22164         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
22165         (round_test): Use ALL_RM_TEST.
22166         (signbit_test): Likewise.
22167         (trunc_test): Likewise.
22168         (significand_test): Likewise.
22169         (main): Don't call removed functions.
22171 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
22173         [BZ #16674]
22174         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
22175         || __USE_XOPEN2K8].
22176         (ILL_ILLOPN): Likewise.
22177         (ILL_ILLADR): Likewise.
22178         (ILL_ILLTRP): Likewise.
22179         (ILL_PRVOPC): Likewise.
22180         (ILL_PRVREG): Likewise.
22181         (ILL_COPROC): Likewise.
22182         (ILL_BADSTK): Likewise.
22183         (FPE_INTDIV): Likewise.
22184         (FPE_INTOVF): Likewise.
22185         (FPE_FLTDIV): Likewise.
22186         (FPE_FLTOVF): Likewise.
22187         (FPE_FLTUND): Likewise.
22188         (FPE_FLTRES): Likewise.
22189         (FPE_FLTINV): Likewise.
22190         (FPE_FLTSUB): Likewise.
22191         (SEGV_MAPERR): Likewise.
22192         (SEGV_ACCERR): Likewise.
22193         (BUS_ADRALN): Likewise.
22194         (BUS_ADRERR): Likewise.
22195         (BUS_OBJERR): Likewise.
22196         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
22197         (TRAP_TRACE): Likewise.
22198         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
22199         __USE_XOPEN2K8].
22200         (CLD_KILLED): Likewise.
22201         (CLD_DUMPED): Likewise.
22202         (CLD_TRAPPED): Likewise.
22203         (CLD_STOPPED): Likewise.
22204         (CLD_CONTINUED): Likewise.
22205         (POLL_IN): Likewise.
22206         (POLL_OUT): Likewise.
22207         (POLL_MSG): Likewise.
22208         (POLL_ERR): Likewise.
22209         (POLL_PRI): Likewise.
22210         (POLL_HUP): Likewise.
22211         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
22212         Likewise.
22213         (ILL_ILLOPN): Likewise.
22214         (ILL_ILLADR): Likewise.
22215         (ILL_ILLTRP): Likewise.
22216         (ILL_PRVOPC): Likewise.
22217         (ILL_PRVREG): Likewise.
22218         (ILL_COPROC): Likewise.
22219         (ILL_BADSTK): Likewise.
22220         (FPE_INTDIV): Likewise.
22221         (FPE_INTOVF): Likewise.
22222         (FPE_FLTDIV): Likewise.
22223         (FPE_FLTOVF): Likewise.
22224         (FPE_FLTUND): Likewise.
22225         (FPE_FLTRES): Likewise.
22226         (FPE_FLTINV): Likewise.
22227         (FPE_FLTSUB): Likewise.
22228         (SEGV_MAPERR): Likewise.
22229         (SEGV_ACCERR): Likewise.
22230         (BUS_ADRALN): Likewise.
22231         (BUS_ADRERR): Likewise.
22232         (BUS_OBJERR): Likewise.
22233         (BUS_MCEERR_AR): Likewise.
22234         (BUS_MCEERR_AO): Likewise.
22235         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
22236         (TRAP_TRACE): Likewise.
22237         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
22238         __USE_XOPEN2K8].
22239         (CLD_KILLED): Likewise.
22240         (CLD_DUMPED): Likewise.
22241         (CLD_TRAPPED): Likewise.
22242         (CLD_STOPPED): Likewise.
22243         (CLD_CONTINUED): Likewise.
22244         (POLL_IN): Likewise.
22245         (POLL_OUT): Likewise.
22246         (POLL_MSG): Likewise.
22247         (POLL_ERR): Likewise.
22248         (POLL_PRI): Likewise.
22249         (POLL_HUP): Likewise.
22250         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
22251         (ILL_ILLOPN): Likewise.
22252         (ILL_ILLADR): Likewise.
22253         (ILL_ILLTRP): Likewise.
22254         (ILL_PRVOPC): Likewise.
22255         (ILL_PRVREG): Likewise.
22256         (ILL_COPROC): Likewise.
22257         (ILL_BADSTK): Likewise.
22258         (FPE_INTDIV): Likewise.
22259         (FPE_INTOVF): Likewise.
22260         (FPE_FLTDIV): Likewise.
22261         (FPE_FLTOVF): Likewise.
22262         (FPE_FLTUND): Likewise.
22263         (FPE_FLTRES): Likewise.
22264         (FPE_FLTINV): Likewise.
22265         (FPE_FLTSUB): Likewise.
22266         (SEGV_MAPERR): Likewise.
22267         (SEGV_ACCERR): Likewise.
22268         (BUS_ADRALN): Likewise.
22269         (BUS_ADRERR): Likewise.
22270         (BUS_OBJERR): Likewise.
22271         (BUS_MCEERR_AR): Likewise.
22272         (BUS_MCEERR_AO): Likewise.
22273         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
22274         (TRAP_TRACE): Likewise.
22275         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
22276         __USE_XOPEN2K8].
22277         (CLD_KILLED): Likewise.
22278         (CLD_DUMPED): Likewise.
22279         (CLD_TRAPPED): Likewise.
22280         (CLD_STOPPED): Likewise.
22281         (CLD_CONTINUED): Likewise.
22282         (POLL_IN): Likewise.
22283         (POLL_OUT): Likewise.
22284         (POLL_MSG): Likewise.
22285         (POLL_ERR): Likewise.
22286         (POLL_PRI): Likewise.
22287         (POLL_HUP): Likewise.
22288         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
22289         Likewise.
22290         (ILL_ILLOPN): Likewise.
22291         (ILL_ILLADR): Likewise.
22292         (ILL_ILLTRP): Likewise.
22293         (ILL_PRVOPC): Likewise.
22294         (ILL_PRVREG): Likewise.
22295         (ILL_COPROC): Likewise.
22296         (ILL_BADSTK): Likewise.
22297         (ILL_BADIADDR): Likewise.
22298         (ILL_BREAK): Likewise.
22299         (FPE_INTDIV): Likewise.
22300         (FPE_INTOVF): Likewise.
22301         (FPE_FLTDIV): Likewise.
22302         (FPE_FLTOVF): Likewise.
22303         (FPE_FLTUND): Likewise.
22304         (FPE_FLTRES): Likewise.
22305         (FPE_FLTINV): Likewise.
22306         (FPE_FLTSUB): Likewise.
22307         (FPE_DECOVF): Likewise.
22308         (FPE_DECDIV): Likewise.
22309         (FPE_DECERR): Likewise.
22310         (FPE_INVASC): Likewise.
22311         (FPE_INVDEC): Likewise.
22312         (SEGV_MAPERR): Likewise.
22313         (SEGV_ACCERR): Likewise.
22314         (SEGV_PSTKOVF): Likewise.
22315         (BUS_ADRALN): Likewise.
22316         (BUS_ADRERR): Likewise.
22317         (BUS_OBJERR): Likewise.
22318         (BUS_MCEERR_AR): Likewise.
22319         (BUS_MCEERR_AO): Likewise.
22320         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
22321         (TRAP_TRACE): Likewise.
22322         (TRAP_BRANCH): Likewise.
22323         (TRAP_HWBKPT): Likewise.
22324         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
22325         __USE_XOPEN2K8].
22326         (CLD_KILLED): Likewise.
22327         (CLD_DUMPED): Likewise.
22328         (CLD_TRAPPED): Likewise.
22329         (CLD_STOPPED): Likewise.
22330         (CLD_CONTINUED): Likewise.
22331         (POLL_IN): Likewise.
22332         (POLL_OUT): Likewise.
22333         (POLL_MSG): Likewise.
22334         (POLL_ERR): Likewise.
22335         (POLL_PRI): Likewise.
22336         (POLL_HUP): Likewise.
22337         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
22338         (ILL_ILLOPN): Likewise.
22339         (ILL_ILLADR): Likewise.
22340         (ILL_ILLTRP): Likewise.
22341         (ILL_PRVOPC): Likewise.
22342         (ILL_PRVREG): Likewise.
22343         (ILL_COPROC): Likewise.
22344         (ILL_BADSTK): Likewise.
22345         (FPE_INTDIV): Likewise.
22346         (FPE_INTOVF): Likewise.
22347         (FPE_FLTDIV): Likewise.
22348         (FPE_FLTOVF): Likewise.
22349         (FPE_FLTUND): Likewise.
22350         (FPE_FLTRES): Likewise.
22351         (FPE_FLTINV): Likewise.
22352         (FPE_FLTSUB): Likewise.
22353         (SEGV_MAPERR): Likewise.
22354         (SEGV_ACCERR): Likewise.
22355         (BUS_ADRALN): Likewise.
22356         (BUS_ADRERR): Likewise.
22357         (BUS_OBJERR): Likewise.
22358         (BUS_MCEERR_AR): Likewise.
22359         (BUS_MCEERR_AO): Likewise.
22360         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
22361         (TRAP_TRACE): Likewise.
22362         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
22363         __USE_XOPEN2K8].
22364         (CLD_KILLED): Likewise.
22365         (CLD_DUMPED): Likewise.
22366         (CLD_TRAPPED): Likewise.
22367         (CLD_STOPPED): Likewise.
22368         (CLD_CONTINUED): Likewise.
22369         (POLL_IN): Likewise.
22370         (POLL_OUT): Likewise.
22371         (POLL_MSG): Likewise.
22372         (POLL_ERR): Likewise.
22373         (POLL_PRI): Likewise.
22374         (POLL_HUP): Likewise.
22375         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
22376         (ILL_ILLOPN): Likewise.
22377         (ILL_ILLADR): Likewise.
22378         (ILL_ILLTRP): Likewise.
22379         (ILL_PRVOPC): Likewise.
22380         (ILL_PRVREG): Likewise.
22381         (ILL_COPROC): Likewise.
22382         (ILL_BADSTK): Likewise.
22383         (FPE_INTDIV): Likewise.
22384         (FPE_INTOVF): Likewise.
22385         (FPE_FLTDIV): Likewise.
22386         (FPE_FLTOVF): Likewise.
22387         (FPE_FLTUND): Likewise.
22388         (FPE_FLTRES): Likewise.
22389         (FPE_FLTINV): Likewise.
22390         (FPE_FLTSUB): Likewise.
22391         (SEGV_MAPERR): Likewise.
22392         (SEGV_ACCERR): Likewise.
22393         (BUS_ADRALN): Likewise.
22394         (BUS_ADRERR): Likewise.
22395         (BUS_OBJERR): Likewise.
22396         (BUS_MCEERR_AR): Likewise.
22397         (BUS_MCEERR_AO): Likewise.
22398         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
22399         (TRAP_TRACE): Likewise.
22400         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
22401         __USE_XOPEN2K8].
22402         (CLD_KILLED): Likewise.
22403         (CLD_DUMPED): Likewise.
22404         (CLD_TRAPPED): Likewise.
22405         (CLD_STOPPED): Likewise.
22406         (CLD_CONTINUED): Likewise.
22407         (POLL_IN): Likewise.
22408         (POLL_OUT): Likewise.
22409         (POLL_MSG): Likewise.
22410         (POLL_ERR): Likewise.
22411         (POLL_PRI): Likewise.
22412         (POLL_HUP): Likewise.
22413         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
22414         (ILL_ILLOPN): Likewise.
22415         (ILL_ILLADR): Likewise.
22416         (ILL_ILLTRP): Likewise.
22417         (ILL_PRVOPC): Likewise.
22418         (ILL_PRVREG): Likewise.
22419         (ILL_COPROC): Likewise.
22420         (ILL_BADSTK): Likewise.
22421         (FPE_INTDIV): Likewise.
22422         (FPE_INTOVF): Likewise.
22423         (FPE_FLTDIV): Likewise.
22424         (FPE_FLTOVF): Likewise.
22425         (FPE_FLTUND): Likewise.
22426         (FPE_FLTRES): Likewise.
22427         (FPE_FLTINV): Likewise.
22428         (FPE_FLTSUB): Likewise.
22429         (SEGV_MAPERR): Likewise.
22430         (SEGV_ACCERR): Likewise.
22431         (BUS_ADRALN): Likewise.
22432         (BUS_ADRERR): Likewise.
22433         (BUS_OBJERR): Likewise.
22434         (BUS_MCEERR_AR): Likewise.
22435         (BUS_MCEERR_AO): Likewise.
22436         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
22437         (TRAP_TRACE): Likewise.
22438         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
22439         __USE_XOPEN2K8].
22440         (CLD_KILLED): Likewise.
22441         (CLD_DUMPED): Likewise.
22442         (CLD_TRAPPED): Likewise.
22443         (CLD_STOPPED): Likewise.
22444         (CLD_CONTINUED): Likewise.
22445         (POLL_IN): Likewise.
22446         (POLL_OUT): Likewise.
22447         (POLL_MSG): Likewise.
22448         (POLL_ERR): Likewise.
22449         (POLL_PRI): Likewise.
22450         (POLL_HUP): Likewise.
22451         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
22452         (ILL_ILLOPN): Likewise.
22453         (ILL_ILLADR): Likewise.
22454         (ILL_ILLTRP): Likewise.
22455         (ILL_PRVOPC): Likewise.
22456         (ILL_PRVREG): Likewise.
22457         (ILL_COPROC): Likewise.
22458         (ILL_BADSTK): Likewise.
22459         (ILL_DBLFLT): Likewise.
22460         (ILL_HARDWALL): Likewise.
22461         (FPE_INTDIV): Likewise.
22462         (FPE_INTOVF): Likewise.
22463         (FPE_FLTDIV): Likewise.
22464         (FPE_FLTOVF): Likewise.
22465         (FPE_FLTUND): Likewise.
22466         (FPE_FLTRES): Likewise.
22467         (FPE_FLTINV): Likewise.
22468         (FPE_FLTSUB): Likewise.
22469         (SEGV_MAPERR): Likewise.
22470         (SEGV_ACCERR): Likewise.
22471         (BUS_ADRALN): Likewise.
22472         (BUS_ADRERR): Likewise.
22473         (BUS_OBJERR): Likewise.
22474         (BUS_MCEERR_AR): Likewise.
22475         (BUS_MCEERR_AO): Likewise.
22476         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
22477         (TRAP_TRACE): Likewise.
22478         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
22479         __USE_XOPEN2K8].
22480         (CLD_KILLED): Likewise.
22481         (CLD_DUMPED): Likewise.
22482         (CLD_TRAPPED): Likewise.
22483         (CLD_STOPPED): Likewise.
22484         (CLD_CONTINUED): Likewise.
22485         (POLL_IN): Likewise.
22486         (POLL_OUT): Likewise.
22487         (POLL_MSG): Likewise.
22488         (POLL_ERR): Likewise.
22489         (POLL_PRI): Likewise.
22490         (POLL_HUP): Likewise.
22491         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
22492         (ILL_ILLOPN): Likewise.
22493         (ILL_ILLADR): Likewise.
22494         (ILL_ILLTRP): Likewise.
22495         (ILL_PRVOPC): Likewise.
22496         (ILL_PRVREG): Likewise.
22497         (ILL_COPROC): Likewise.
22498         (ILL_BADSTK): Likewise.
22499         (FPE_INTDIV): Likewise.
22500         (FPE_INTOVF): Likewise.
22501         (FPE_FLTDIV): Likewise.
22502         (FPE_FLTOVF): Likewise.
22503         (FPE_FLTUND): Likewise.
22504         (FPE_FLTRES): Likewise.
22505         (FPE_FLTINV): Likewise.
22506         (FPE_FLTSUB): Likewise.
22507         (SEGV_MAPERR): Likewise.
22508         (SEGV_ACCERR): Likewise.
22509         (BUS_ADRALN): Likewise.
22510         (BUS_ADRERR): Likewise.
22511         (BUS_OBJERR): Likewise.
22512         (BUS_MCEERR_AR): Likewise.
22513         (BUS_MCEERR_AO): Likewise.
22514         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
22515         (TRAP_TRACE): Likewise.
22516         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
22517         __USE_XOPEN2K8].
22518         (CLD_KILLED): Likewise.
22519         (CLD_DUMPED): Likewise.
22520         (CLD_TRAPPED): Likewise.
22521         (CLD_STOPPED): Likewise.
22522         (CLD_CONTINUED): Likewise.
22523         (POLL_IN): Likewise.
22524         (POLL_OUT): Likewise.
22525         (POLL_MSG): Likewise.
22526         (POLL_ERR): Likewise.
22527         (POLL_PRI): Likewise.
22528         (POLL_HUP): Likewise.
22529         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
22530         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
22532         [BZ #16670]
22533         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
22534         before #include of <time.h>.
22535         [!__USE_XOPEN2K] (__need_timespec): Likewise.
22536         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
22537         (test-xfail-UNIX98/sched.h/conform): Likewise.
22539 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
22541         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
22542         error absence of trapping exception support.
22543         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
22545 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
22547         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
22548         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
22549         * timezone/Makefile (testdata): Move definition above include of
22550         Rules.
22551         (test-zones): New variable.
22552         (tests-special): Add zone files.
22553         (build-testdata): Use $(evaluate-test).
22555         * elf/Makefile (tests-special): Rename tests to end with .out.
22556         ($(objpfx)noload-mem): Likewise.
22557         ($(objpfx)tst-leaks1-mem): Likewise.
22558         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
22559         * iconv/Makefile (xtests-special): Change test-iconvconfig to
22560         $(objpfx)test-iconvconfig.out.
22561         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
22562         set -e inside subshell and redirect output to file.
22563         * iconvdata/Makefile (generated): Rename tests to end with .out.
22564         Correct type.
22565         (tests-special): Rename tests to end with .out.
22566         ($(objpfx)mtrace-tst-loading): Likewise.
22567         * intl/Makefile (generated): Likewise.
22568         (tests-special): Likewise.
22569         ($(objpfx)mtrace-tst-gettext): Likewise.
22570         * misc/Makefile (generated): Likewise.
22571         (tests-special): Likewise.
22572         ($(objpfx)tst-error1-mem): Likewise.
22573         * nptl/Makefile (tests-special): Likewise.
22574         ($(objpfx)tst-stack3-mem): Likewise.
22575         (generated): Likewise.
22576         * posix/Makefile (generated): Likewise.
22577         (tests-special): Likewise.
22578         (xtests-special): Likewise.
22579         ($(objpfx)tst-fnmatch-mem): Likewise.
22580         ($(objpfx)bug-regex2-mem): Likewise.
22581         ($(objpfx)bug-regex14-mem): Likewise.
22582         ($(objpfx)bug-regex21-mem): Likewise.
22583         ($(objpfx)bug-regex31-mem): Likewise.
22584         ($(objpfx)tst-vfork3-mem): Likewise.
22585         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
22586         ($(objpfx)tst-pcre-mem): Likewise.
22587         ($(objpfx)tst-boost-mem): Likewise.
22588         ($(objpfx)bug-ga2-mem): Likewise.
22589         ($(objpfx)bug-glob2-mem): Likewise.
22590         * resolv/Makefile (generate): Likewise.
22591         (tests-special): Likewise.
22592         (xtests-special): Likewise.
22593         (generated): Likewise.
22594         ($(objpfx)mtrace-tst-leaks): Likewise.
22595         ($(objpfx)mtrace-tst-leaks2): Likewise.
22597         * scripts/merge-test-results.sh: New file.
22598         * Makefile (tests-special-notdir): New variable.
22599         (tests): Run merge-test-results.sh.
22600         (xtests): Likewise.
22601         * Rules (tests-special-notdir): New variable.
22602         (xtests-special-notdir): Likewise.
22603         (tests): Run merge-test-results.sh
22604         (xtests): Likewise.
22606         * Makeconfig (test-xfail-name): New variable.
22607         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
22608         compute variable name for expected failures.
22609         * conform/Makefile (conformtest-headers-data): New variable.
22610         (conformtest-standards): Likewise.
22611         (conformtest-headers-ISO): Likewise.
22612         (conformtest-headers-ISO99): Likewise.
22613         (conformtest-headers-ISO11): Likewise.
22614         (conformtest-headers-POSIX): Likewise.
22615         (conformtest-headers-XPG3): Likewise.
22616         (conformtest-headers-XPG4): Likewise.
22617         (conformtest-headers-UNIX98): Likewise.
22618         (conformtest-headers-XOPEN2K): Likewise.
22619         (conformtest-headers-POSIX2008): Likewise.
22620         (conformtest-headers-XOPEN2K8): Likewise.
22621         (conformtest-header-list-base): Likewise.
22622         (conformtest-header-list-tests): Likewise.
22623         (conformtest-header-base): Likewise.
22624         (conformtest-header-tests): Likewise.
22625         (tests-special): Add $(conformtest-header-list-tests).  If
22626         [$(fast-check) && !$(cross-compiling)], add
22627         $(conformtest-header-tests) instead of
22628         $(objpfx)run-conformtest.out.
22629         (generated): Add $(conformtest-header-list-base).  If
22630         [$(fast-check) && !$(cross-compiling)], add
22631         $(conformtest-header-base).  Remove previous setting.
22632         ($(conformtest-header-list-tests)): New target.
22633         (test-xfail-run-conformtest): Remove variable.
22634         ($(objpfx)run-conformtest.out): Remove target.
22635         (test-xfail-ISO11/complex.h/conform): New variable.
22636         (test-xfail-ISO11/stdalign.h/conform): Likewise.
22637         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
22638         (test-xfail-XPG3/varargs.h/conform): Likewise.
22639         (test-xfail-XPG4/varargs.h/conform): Likewise.
22640         (test-xfail-UNIX98/varargs.h/conform): Likewise.
22641         (test-xfail-XPG4/ndbm.h/conform): Likewise.
22642         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
22643         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
22644         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
22645         (test-xfail-XPG3/fcntl.h/conform): Likewise.
22646         (test-xfail-XPG3/ftw.h/conform): Likewise.
22647         (test-xfail-XPG3/grp.h/conform): Likewise.
22648         (test-xfail-XPG3/langinfo.h/conform): Likewise.
22649         (test-xfail-XPG3/limits.h/conform): Likewise.
22650         (test-xfail-XPG3/pwd.h/conform): Likewise.
22651         (test-xfail-XPG3/search.h/conform): Likewise.
22652         (test-xfail-XPG3/signal.h/conform): Likewise.
22653         (test-xfail-XPG3/stdio.h/conform): Likewise.
22654         (test-xfail-XPG3/stdlib.h/conform): Likewise.
22655         (test-xfail-XPG3/string.h/conform): Likewise.
22656         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
22657         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
22658         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
22659         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
22660         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
22661         (test-xfail-XPG3/sys/types.h/conform): Likewise.
22662         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
22663         (test-xfail-XPG3/termios.h/conform): Likewise.
22664         (test-xfail-XPG3/time.h/conform): Likewise.
22665         (test-xfail-XPG3/unistd.h/conform): Likewise.
22666         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
22667         (test-xfail-XPG4/fcntl.h/conform): Likewise.
22668         (test-xfail-XPG4/langinfo.h/conform): Likewise.
22669         (test-xfail-XPG4/netdb.h/conform): Likewise.
22670         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
22671         (test-xfail-XPG4/signal.h/conform): Likewise.
22672         (test-xfail-XPG4/stdio.h/conform): Likewise.
22673         (test-xfail-XPG4/stdlib.h/conform): Likewise.
22674         (test-xfail-XPG4/stropts.h/conform): Likewise.
22675         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
22676         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
22677         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
22678         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
22679         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
22680         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
22681         (test-xfail-XPG4/sys/time.h/conform): Likewise.
22682         (test-xfail-XPG4/sys/types.h/conform): Likewise.
22683         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
22684         (test-xfail-XPG4/termios.h/conform): Likewise.
22685         (test-xfail-XPG4/ucontext.h/conform): Likewise.
22686         (test-xfail-XPG4/unistd.h/conform): Likewise.
22687         (test-xfail-XPG4/utmpx.h/conform): Likewise.
22688         (test-xfail-POSIX/sched.h/conform): Likewise.
22689         (test-xfail-POSIX/signal.h/conform): Likewise.
22690         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
22691         (test-xfail-POSIX/tar.h/conform): Likewise.
22692         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
22693         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
22694         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
22695         (test-xfail-UNIX98/netdb.h/conform): Likewise.
22696         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
22697         (test-xfail-UNIX98/sched.h/conform): Likewise.
22698         (test-xfail-UNIX98/signal.h/conform): Likewise.
22699         (test-xfail-UNIX98/stdio.h/conform): Likewise.
22700         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
22701         (test-xfail-UNIX98/stropts.h/conform): Likewise.
22702         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
22703         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
22704         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
22705         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
22706         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
22707         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
22708         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
22709         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
22710         (test-xfail-UNIX98/unistd.h/conform): Likewise.
22711         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
22712         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
22713         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
22714         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
22715         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
22716         (test-xfail-XOPEN2K/math.h/conform): Likewise.
22717         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
22718         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
22719         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
22720         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
22721         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
22722         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
22723         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
22724         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
22725         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
22726         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
22727         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
22728         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
22729         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
22730         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
22731         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
22732         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
22733         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
22734         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
22735         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
22736         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
22737         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
22738         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
22739         (test-xfail-POSIX2008/signal.h/conform): Likewise.
22740         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
22741         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
22742         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
22743         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
22744         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
22745         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
22746         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
22747         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
22748         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
22749         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
22750         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
22751         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
22752         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
22753         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
22754         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
22755         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
22756         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
22757         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
22758         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
22759         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
22760         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
22761         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
22762         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
22763         (conformtest-cc-flags): Likewise.
22764         ($(conformtest-header-tests): New target.
22765         * conform/check-header-lists.sh: New file.
22766         * conform/run-conformtest.sh: Remove.
22768         * conform/conformtest.pl: Allow ' and \ in values given for
22769         constants.
22770         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
22771         inclusion.
22772         [POSIX] (sys/types.h): Likewise.
22773         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
22774         inclusion.
22775         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
22776         inclusion.
22777         * conform/data/signal.h-data (SIGIO): Remove expectation.
22778         [XPG3] (SIGBUS): Do not expect.
22779         [POSIX || XPG3] (SIGPOLL): Likewise.
22780         [POSIX || XPG3] (SIGPROF): Likewise.
22781         [POSIX || XPG3] (SIGSYS): Likewise.
22782         [XPG3] (SIGTRAP): Likewise.
22783         [POSIX || XPG3] (SIGURG): Likewise.
22784         [POSIX || XPG3] (SIGVTALRM): Likewise.
22785         [POSIX || XPG3] (SIGXCPU): Likewise.
22786         [POSIX || XPG3] (SIGXFSZ): Likewise.
22787         [POSIX] (SA_SIGINFO): Expect.
22788         [XPG3] (siginfo_t): Do not expect type or contents.
22789         [POSIX] (si_pid): Do not expect element.
22790         [POSIX] (si_uid): Likewise.
22791         [POSIX] (si_addr): Likewise.
22792         [POSIX] (si_status): Likewise.
22793         [POSIX] (si_band): Likewise.
22794         [XPG4] (si_value): Likewise.
22795         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
22796         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
22797         [POSIX || XPG3] (ILL_ILLADR): Likewise.
22798         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
22799         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
22800         [POSIX || XPG3] (ILL_PRVREG): Likewise.
22801         [POSIX || XPG3] (ILL_COPROC): Likewise.
22802         [POSIX || XPG3] (ILL_BADSTK): Likewise.
22803         [POSIX || XPG3] (FPE_INTDIV): Likewise.
22804         [POSIX || XPG3] (FPE_INTOVF): Likewise.
22805         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
22806         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
22807         [POSIX || XPG3] (FPE_FLTUND): Likewise.
22808         [POSIX || XPG3] (FPE_FLTRES): Likewise.
22809         [POSIX || XPG3] (FPE_FLTINV): Likewise.
22810         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
22811         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
22812         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
22813         [POSIX || XPG3] (BUS_ADRALN): Likewise.
22814         [POSIX || XPG3] (BUS_ADRERR): Likewise.
22815         [POSIX || XPG3] (BUS_OBJERR): Likewise.
22816         [POSIX || XPG3] (CLD_EXITED): Likewise.
22817         [POSIX || XPG3] (CLD_KILLED): Likewise.
22818         [POSIX || XPG3] (CLD_DUMPED): Likewise.
22819         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
22820         [POSIX || XPG3] (CLD_STOPPED): Likewise.
22821         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
22822         [POSIX || XPG3] (POLL_IN): Likewise.
22823         [POSIX || XPG3] (POLL_OUT): Likewise.
22824         [POSIX || XPG3] (POLL_MSG): Likewise.
22825         [POSIX || XPG3] (POLL_ERR): Likewise.
22826         [POSIX || XPG3] (POLL_PRI): Likewise.
22827         [POSIX || XPG3] (POLL_HUP): Likewise.
22828         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
22829         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
22830         (SIG*): Do not allow.
22831         [XPG3] (si_*): Likewise.
22832         [XPG3] (SI_*): Likewise.
22833         [XPG3 || XPG4] (sigev_*): Likewise.
22834         [XPG3 || XPG4] (SIGEV_*): Likewise.
22835         [XPG3 || XPG4] (sival_*): Likewise.
22836         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
22837         [POSIX || XPG3] (BUS_*): Likewise.
22838         [POSIX || XPG3] (CLD_*): Likewise.
22839         [POSIX || XPG3] (FPE_*): Likewise.
22840         [POSIX || XPG3] (ILL_*): Likewise.
22841         [POSIX || XPG3] (POLL_*): Likewise.
22842         [POSIX || XPG3] (SEGV_*): Likewise.
22843         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
22844         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
22845         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
22846         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
22847         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
22848         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
22849         Specify type and value.
22850         (TVERSLEN): Likewise.
22851         (REGTYPE): Likewise.
22852         (AREGTYPE): Likewise.
22853         (LNKTYPE): Likewise.
22854         (SYMTYPE): Likewise.
22855         (CHRTYPE): Likewise.
22856         (BLKTYPE): Likewise.
22857         (DIRTYPE): Likewise.
22858         (FIFOTYPE): Likewise.
22859         (CONTTYPE): Likewise.
22860         (TSUID): Likewise.
22861         (TSGID): Likewise.
22862         (TSVTX): Likewise.
22863         (TUREAD): Likewise.
22864         (TUWRITE): Likewise.
22865         (TUEXEC): Likewise.
22866         (TGREAD): Likewise.
22867         (TGWRITE): Likewise.
22868         (TGEXEC): Likewise.
22869         (TOREAD): Likewise.
22870         (TOWRITE): Likewise.
22871         (TOEXEC): Likewise.
22872         [POSIX] (TSVTX): Expect constant.
22874 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
22876         * Makefile (tests): Change dependencies to ....
22877         (tests-special): ... additions to this variable.
22878         (tests): Depend on $(tests-special).
22879         * Makerules (check-abi-list): New variable.
22880         (check-abi): Depend on $(check-abi-list).
22881         [$(subdir) = elf] (tests-special): Add
22882         $(objpfx)check-abi-libc.out.
22883         [$(build-shared) = yes && subdir] (tests-special): Add
22884         $(check-abi-list).
22885         [$(build-shared) = yes && subdir] (tests): Do not depend on
22886         check-abi.
22887         * Rules (tests): Depend on $(tests-special).
22888         (xtests): Depend on $(xtests-special).
22889         * catgets/Makefile (tests): Change dependencies to ....
22890         (tests-special): ... additions to this variable.
22891         * conform/Makefile (tests): Change dependencies to ....
22892         (tests-special): ... additions to this variable.
22893         * elf/Makefile (tests): Change dependencies to ....
22894         (tests-special): ... additions to this variable.
22895         * grp/Makefile (tests): Change dependencies to ....
22896         (tests-special): ... additions to this variable.
22897         * iconv/Makefile (xtests): Change dependencies to ....
22898         (xtests-special): ... additions to this variable.
22899         * iconvdata/Makefile (tests): Change dependencies to ....
22900         (tests-special): ... additions to this variable.
22901         * intl/Makefile (tests): Change dependencies to ....
22902         (tests-special): ... additions to this variable.  Also add
22903         $(objpfx)tst-gettext.out.
22904         * io/Makefile (tests): Change dependencies to ....
22905         (tests-special): ... additions to this variable.
22906         * libio/Makefile (tests): Change dependencies to ....
22907         (tests-special): ... additions to this variable.
22908         * malloc/Makefile (tests): Change dependencies to ....
22909         (tests-special): ... additions to this variable.
22910         * misc/Makefile (tests): Change dependencies to ....
22911         (tests-special): ... additions to this variable.
22912         * nptl/Makefile (tests): Change dependencies to ....
22913         (tests-special): ... additions to this variable.
22914         * nptl_db/Makefile (tests): Change dependencies to ....
22915         (tests-special): ... additions to this variable.
22916         * posix/Makefile (tests): Change dependencies to ....
22917         (tests-special): ... additions to this variable.
22918         (xtests): Change dependencies to ....
22919         (xtests-special): ... additions to this variable.
22920         * resolv/Makefile (tests): Change dependencies to ....
22921         (tests-special): ... additions to this variable.
22922         (xtests): Change dependencies to ....
22923         (xtests-special): ... additions to this variable.
22924         * stdio-common/Makefile (tests): Change dependencies to ....
22925         (tests-special): ... additions to this variable.
22926         (do-tst-unbputc): Remove target.
22927         (do-tst-printf): Likewise.
22928         * stdlib/Makefile (tests): Change dependencies to ....
22929         (tests-special): ... additions to this variable.
22930         * string/Makefile (tests): Change dependencies to ....
22931         (tests-special): ... additions to this variable.
22932         * sysdeps/x86/Makefile (tests): Change dependencies to ....
22933         (tests-special): ... additions to this variable.
22935         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
22936         whole file.
22937         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
22938         whole file.
22939         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
22940         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
22942         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
22943         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
22944         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
22945         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
22946         * conform/data/libgen.h-data [XPG3]: Likewise.
22947         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
22948         * conform/data/ndbm.h-data [XPG3]: Likewise.
22949         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
22950         * conform/data/netdb.h-data [XPG3]: Likewise.
22951         * conform/data/netinet/in.h-data [XPG3]: Likewise.
22952         * conform/data/poll.h-data [XPG3]: Likewise.
22953         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
22954         * conform/data/strings.h-data [XPG3]: Likewise.
22955         * conform/data/stropts.h-data [XPG3]: Likewise.
22956         * conform/data/sys/mman.h-data [XPG3]: Likewise.
22957         * conform/data/sys/resource.h-data [XPG3]: Likewise.
22958         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
22959         Likewise.
22960         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
22961         * conform/data/sys/time.h-data [XPG3]: Likewise.
22962         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
22963         * conform/data/sys/uio.h-data [XPG3]: Likewise.
22964         * conform/data/sys/un.h-data [XPG3]: Likewise.
22965         * conform/data/syslog.h-data [XPG3]: Likewise.
22966         * conform/data/ucontext.h-data [XPG3]: Likewise.
22967         * conform/data/utmpx.h-data [XPG3]: Likewise.
22968         * conform/data/varargs.h-data [UNIX98]: Enable file.
22970         * manual/Makefile (INSTALL_INFO): Remove variable setting.
22972         * math/libm-test.inc (struct test_f_f_data): Move expected results
22973         into structure for each rounding mode.
22974         (struct test_ff_f_data): Likewise.
22975         (struct test_ff_f_data_nexttoward): Likewise.
22976         (struct test_fi_f_data): Likewise.
22977         (struct test_fl_f_data): Likewise.
22978         (struct test_if_f_data): Likewise.
22979         (struct test_fff_f_data): Likewise.
22980         (struct test_c_f_data): Likewise.
22981         (struct test_f_f1_data): Likewise.
22982         (struct test_fF_f1_data): Likewise.
22983         (struct test_ffI_f1_data): Likewise.
22984         (struct test_c_c_data): Likewise.
22985         (struct test_cc_c_data): Likewise.
22986         (struct test_f_i_data): Likewise.
22987         (struct test_ff_i_data): Likewise.
22988         (struct test_f_l_data): Likewise.
22989         (struct test_f_L_data): Likewise.
22990         (struct test_fFF_11_data): Likewise.
22991         (RM_): New macro.
22992         (RM_FE_DOWNWARD): Likewise.
22993         (RM_FE_TONEAREST): Likewise.
22994         (RM_FE_TOWARDZERO): Likewise.
22995         (RM_FE_UPWARD): Likewise.
22996         (RUN_TEST_LOOP_f_f): Update references to expected results.
22997         (RUN_TEST_LOOP_2_f): Likewise.
22998         (RUN_TEST_LOOP_fff_f): Likewise.
22999         (RUN_TEST_LOOP_c_f): Likewise.
23000         (RUN_TEST_LOOP_f_f1): Likewise.
23001         (RUN_TEST_LOOP_fF_f1): Likewise.
23002         (RUN_TEST_LOOP_fI_f1): Likewise.
23003         (RUN_TEST_LOOP_ffI_f1): Likewise.
23004         (RUN_TEST_LOOP_c_c): Likewise.
23005         (RUN_TEST_LOOP_cc_c): Likewise.
23006         (RUN_TEST_LOOP_f_i): Likewise.
23007         (RUN_TEST_LOOP_f_i_tg): Likewise.
23008         (RUN_TEST_LOOP_ff_i_tg): Likewise.
23009         (RUN_TEST_LOOP_f_b): Likewise.
23010         (RUN_TEST_LOOP_f_b_tg): Likewise.
23011         (RUN_TEST_LOOP_f_l): Likewise.
23012         (RUN_TEST_LOOP_f_L): Likewise.
23013         (RUN_TEST_LOOP_fFF_11): Likewise.
23014         * math/gen-libm-test.pl (parse_args): Output four copies of
23015         expected results for each test.
23017         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
23018         (__ASSUME_UTIMES): Remove.
23019         * sysdeps/unix/sysv/linux/tile/kernel-features.h
23020         (__ASSUME_UTIMES): Likewise.
23022         * math/gen-auto-libm-tests.c: Update comment on output format.
23023         (output_for_one_input_case): Generate before-rounding and
23024         after-rounding information as conditions on output flags not
23025         floating-point format.
23026         * math/auto-libm-test-out: Regenerated.
23027         * math/gen-libm-test.pl (cond_value): New function.
23028         (or_cond_value): Use cond_value.
23029         (generate_testfile): Handle conditional exceptions.
23031 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
23033         * math/libm-test.inc (max_valid_error): New variable.
23034         (init_max_error): Take new argument specifying whether function
23035         results are exactly determined.  Set max_valid_error and bound
23036         other variables for errors based on this argument.
23037         (set_max_error): Do not record results above max_valid_error.
23038         (check_float_internal): Only accept errors of up to 0.5ulps if
23039         also at most max_valid_error.
23040         (START): Take new argument EXACT and pass it to init_max_error.
23041         (acos_test): Update call to START.
23042         (acos_test_tonearest): Likewise.
23043         (acos_test_towardzero): Likewise.
23044         (acos_test_downward): Likewise.
23045         (acos_test_upward): Likewise.
23046         (acosh_test): Likewise.
23047         (asin_test): Likewise.
23048         (asin_test_tonearest): Likewise.
23049         (asin_test_towardzero): Likewise.
23050         (asin_test_downward): Likewise.
23051         (asin_test_upward): Likewise.
23052         (asinh_test): Likewise.
23053         (atan_test): Likewise.
23054         (atanh_test): Likewise.
23055         (atan2_test): Likewise.
23056         (cabs_test): Likewise.
23057         (cacos_test): Likewise.
23058         (cacosh_test): Likewise.
23059         (carg_test): Likewise.
23060         (casin_test): Likewise.
23061         (casinh_test): Likewise.
23062         (catan_test): Likewise.
23063         (catanh_test): Likewise.
23064         (cbrt_test): Likewise.
23065         (ccos_test): Likewise.
23066         (ccosh_test): Likewise.
23067         (ceil_test): Likewise.
23068         (cexp_test): Likewise.
23069         (cimag_test): Likewise.
23070         (clog_test): Likewise.
23071         (clog10_test): Likewise.
23072         (conj_test): Likewise.
23073         (copysign_test): Likewise.
23074         (cos_test): Likewise.
23075         (cos_test_tonearest): Likewise.
23076         (cos_test_towardzero): Likewise.
23077         (cos_test_downward): Likewise.
23078         (cos_test_upward): Likewise.
23079         (cosh_test): Likewise.
23080         (cosh_test_tonearest): Likewise.
23081         (cosh_test_towardzero): Likewise.
23082         (cosh_test_downward): Likewise.
23083         (cosh_test_upward): Likewise.
23084         (cpow_test): Likewise.
23085         (cproj_test): Likewise.
23086         (creal_test): Likewise.
23087         (csin_test): Likewise.
23088         (csinh_test): Likewise.
23089         (csqrt_test): Likewise.
23090         (ctan_test): Likewise.
23091         (ctan_test_tonearest): Likewise.
23092         (ctan_test_towardzero): Likewise.
23093         (ctan_test_downward): Likewise.
23094         (ctan_test_upward): Likewise.
23095         (ctanh_test): Likewise.
23096         (ctanh_test_tonearest): Likewise.
23097         (ctanh_test_towardzero): Likewise.
23098         (ctanh_test_downward): Likewise.
23099         (ctanh_test_upward): Likewise.
23100         (erf_test): Likewise.
23101         (erfc_test): Likewise.
23102         (exp_test): Likewise.
23103         (exp_test_tonearest): Likewise.
23104         (exp_test_towardzero): Likewise.
23105         (exp_test_downward): Likewise.
23106         (exp_test_upward): Likewise.
23107         (exp10_test): Likewise.
23108         (exp10_test_tonearest): Likewise.
23109         (exp10_test_towardzero): Likewise.
23110         (exp10_test_downward): Likewise.
23111         (exp10_test_upward): Likewise.
23112         (pow10_test): Likewise.
23113         (exp2_test): Likewise.
23114         (expm1_test): Likewise.
23115         (expm1_test_tonearest): Likewise.
23116         (expm1_test_towardzero): Likewise.
23117         (expm1_test_downward): Likewise.
23118         (expm1_test_upward): Likewise.
23119         (fabs_test): Likewise.
23120         (fdim_test): Likewise.
23121         (floor_test): Likewise.
23122         (fma_test): Likewise.
23123         (fma_test_towardzero): Likewise.
23124         (fma_test_downward): Likewise.
23125         (fma_test_upward): Likewise.
23126         (fmax_test): Likewise.
23127         (fmin_test): Likewise.
23128         (fmod_test): Likewise.
23129         (fpclassify_test): Likewise.
23130         (frexp_test): Likewise.
23131         (hypot_test): Likewise.
23132         (ilogb_test): Likewise.
23133         (isfinite_test): Likewise.
23134         (finite_test): Likewise.
23135         (isgreater_test): Likewise.
23136         (isgreaterequal_test): Likewise.
23137         (isinf_test): Likewise.
23138         (isless_test): Likewise.
23139         (islessequal_test): Likewise.
23140         (islessgreater_test): Likewise.
23141         (isnan_test): Likewise.
23142         (isnormal_test): Likewise.
23143         (issignaling_test): Likewise.
23144         (isunordered_test): Likewise.
23145         (j0_test): Likewise.
23146         (j1_test): Likewise.
23147         (jn_test): Likewise.
23148         (ldexp_test): Likewise.
23149         (lgamma_test): Likewise.
23150         (gamma_test): Likewise.
23151         (lrint_test): Likewise.
23152         (lrint_test_tonearest): Likewise.
23153         (lrint_test_towardzero): Likewise.
23154         (lrint_test_downward): Likewise.
23155         (lrint_test_upward): Likewise.
23156         (llrint_test): Likewise.
23157         (llrint_test_tonearest): Likewise.
23158         (llrint_test_towardzero): Likewise.
23159         (llrint_test_downward): Likewise.
23160         (llrint_test_upward): Likewise.
23161         (log_test): Likewise.
23162         (log10_test): Likewise.
23163         (log1p_test): Likewise.
23164         (log2_test): Likewise.
23165         (logb_test): Likewise.
23166         (logb_test_downward): Likewise.
23167         (lround_test): Likewise.
23168         (llround_test): Likewise.
23169         (modf_test): Likewise.
23170         (nearbyint_test): Likewise.
23171         (nextafter_test): Likewise.
23172         (nexttoward_test): Likewise.
23173         (pow_test): Likewise.
23174         (pow_test_tonearest): Likewise.
23175         (pow_test_towardzero): Likewise.
23176         (pow_test_downward): Likewise.
23177         (pow_test_upward): Likewise.
23178         (remainder_test): Likewise.
23179         (drem_test): Likewise.
23180         (remainder_test_tonearest): Likewise.
23181         (drem_test_tonearest): Likewise.
23182         (remainder_test_towardzero): Likewise.
23183         (drem_test_towardzero): Likewise.
23184         (remainder_test_downward): Likewise.
23185         (drem_test_downward): Likewise.
23186         (remainder_test_upward): Likewise.
23187         (drem_test_upward): Likewise.
23188         (remquo_test): Likewise.
23189         (rint_test): Likewise.
23190         (rint_test_tonearest): Likewise.
23191         (rint_test_towardzero): Likewise.
23192         (rint_test_downward): Likewise.
23193         (rint_test_upward): Likewise.
23194         (round_test): Likewise.
23195         (scalb_test): Likewise.
23196         (scalbn_test): Likewise.
23197         (scalbln_test): Likewise.
23198         (signbit_test): Likewise.
23199         (sin_test): Likewise.
23200         (sin_test_tonearest): Likewise.
23201         (sin_test_towardzero): Likewise.
23202         (sin_test_downward): Likewise.
23203         (sin_test_upward): Likewise.
23204         (sincos_test): Likewise.
23205         (sinh_test): Likewise.
23206         (sinh_test_tonearest): Likewise.
23207         (sinh_test_towardzero): Likewise.
23208         (sinh_test_downward): Likewise.
23209         (sinh_test_upward): Likewise.
23210         (sqrt_test): Likewise.
23211         (sqrt_test_tonearest): Likewise.
23212         (sqrt_test_towardzero): Likewise.
23213         (sqrt_test_downward): Likewise.
23214         (sqrt_test_upward): Likewise.
23215         (tan_test): Likewise.
23216         (tan_test_tonearest): Likewise.
23217         (tan_test_towardzero): Likewise.
23218         (tan_test_downward): Likewise.
23219         (tan_test_upward): Likewise.
23220         (tanh_test): Likewise.
23221         (tgamma_test): Likewise.
23222         (trunc_test): Likewise.
23223         (y0_test): Likewise.
23224         (y1_test): Likewise.
23225         (yn_test): Likewise.
23226         (significand_test): Likewise.
23228         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
23229         individual tests in comment.
23230         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
23231         (prev_max_error): New variable.
23232         (prev_real_max_error): Likewise.
23233         (prev_imag_max_error): Likewise.
23234         (compare_ulp_data): Don't refer to test names in comment.
23235         (find_test_ulps): Remove function.
23236         (find_function_ulps): Likewise.
23237         (find_complex_function_ulps): Likewise.
23238         (init_max_error): Take function name as argument.  Look up ulps
23239         for that function.
23240         (print_ulps): Remove function.
23241         (print_max_error): Use prev_max_error instead of calling
23242         find_function_ulps.
23243         (print_complex_max_error): Use prev_real_max_error and
23244         prev_imag_max_error instead of calling find_complex_function_ulps.
23245         (check_float_internal): Take max_ulp parameter instead of calling
23246         find_test_ulps.  Don't call print_ulps.
23247         (check_float): Update call to check_float_internal.
23248         (check_complex): Update calls to check_float_internal.
23249         (START): Pass argument to init_max_error.
23250         * math/gen-libm-test.pl (%results): Don't include "kind"
23251         information.
23252         (parse_ulps): Don't handle ulps of individual tests.
23253         (print_ulps_file): Likewise.
23254         (output_ulps): Likewise.
23255         * math/README.libm-test: Update.
23256         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
23257         individual tests.
23258         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
23259         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
23260         * sysdeps/arm/libm-test-ulps: Likewise.
23261         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
23262         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
23263         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
23264         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
23265         * sysdeps/microblaze/libm-test-ulps: Likewise.
23266         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
23267         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
23268         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23269         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
23270         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23271         * sysdeps/sh/libm-test-ulps: Likewise.
23272         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23273         * sysdeps/tile/libm-test-ulps: Likewise.
23274         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23276 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
23278         * math/libm-test.inc (print_complex_max_error): Check separately
23279         whether real and imaginary errors are within allowed range and
23280         pass 0 to print_complex_function_ulps instead of value within
23281         allowed range.
23283 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23285         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
23286         formatting.
23287         (get_handles_fopen): Likewise.
23288         (do_write_test): Likewise.
23290         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
23292         * libio/fileops.c (do_ftell): Use cached offset when
23293         available.
23294         * libio/iofwide.c (do_ftell_wide): Likewise.
23295         * libio/iofdopen.c (_IO_new_fdopen): Don't use
23296         _IO_file_attach.
23297         * libio/wfileops.c (_IO_fwide): Don't cache offset.
23299         [BZ #16532]
23300         * libio/libioP.h (get_file_offset): New function.
23301         * libio/fileops.c (get_file_offset): Likewise.
23302         (do_ftell): Likewise.
23303         (_IO_new_file_seekoff): Split out ftell logic.
23304         * libio/wfileops.c (do_ftell_wide): Likewise.
23305         (_IO_wfile_seekoff): Split out ftell logic.
23306         * libio/tst-ftell-active-handler.c: New test case.
23307         * libio/Makefile (tests): Add it.
23309 2014-03-03  Roland McGrath  <roland@hack.frob.com>
23311         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
23312         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
23314 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23316         [BZ #16639]
23317         * nscd/connections.c (nscd_init): Call do_exit.
23318         (start_threads): Call do_exit and notify_parent.
23319         (begin_drop_privileges): Call do_exit.
23320         (finish_drop_privileges): Likewise.
23321         * nscd/selinux.c (preserve_capabilities): Likewise.
23322         (install_real_capabilities): Likewise.
23323         (nscd_selinux_enabled): Likewise.
23324         (avc_create_thread): Likewise.
23325         (avc_alloc_lock): Likewise.
23326         (nscd_avc_init): Likewise.
23327         * nscd/nscd.c (parent_fd): New static variable.
23328         (main): Create a pipe between parent and child processes.
23329         Skip closing parent_fd.
23330         (monitor_child): New function.
23331         (do_exit): Likewise.
23332         (notify_parent): Likewise.
23333         * nscd/nscd.h (notify_parent): Likewise.
23334         (do_exit): Likewise.
23336 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
23338         * malloc/malloc.c (__libc_calloc): Revert last change.
23340 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23342         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23344 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
23346         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
23347         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
23348         implementation.
23349         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
23350         (__libc_ifunc_impl_list): Likewise.
23351         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
23352         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
23353         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
23354         * string/strrchr.c: Define STRRCHR.
23356 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
23358         * benchtest/bench-strtok.c (simple_strtok): Delete.
23359         (strtok_string): Use as benchmark.
23360         * string/strtok (STRTOK): New macro.
23362 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
23364         * manual/threads.texi: Add header and standard comments to all
23365         functions.
23367         * elf/dl-lookup.c (check_match): New function.
23368         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
23369         (do_lookup_x): Remove nested function check_match. Use non-nested
23370         function check_match.
23372 2014-02-28  Roland McGrath  <roland@hack.frob.com>
23374         * csu/Makefile (generated, before-compile): Use += rather than =.
23375         * catgets/Makefile (generated, generated-dirs): Likewise.
23376         * debug/Makefile (generated): Likewise.
23377         * dlfcn/Makefile (generated): Likewise.
23378         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
23379         * iconvdata/Makefile (before-compile, generated): Likewise.
23380         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
23381         * libio/Makefile (generated): Likewise.
23382         * malloc/Makefile (generated): Likewise.
23383         * manual/Makefile (generated, generated-dirs): Likewise.
23384         * misc/Makefile (generated): Likewise.
23385         * posix/Makefile (generated): Likewise.
23386         * resolv/Makefile (generated): Likewise.
23387         * sunrpc/Makefile (generated, generated-dirs): Likewise.
23388         * timezone/Makefile (generated, generated-dirs): Likewise.
23390         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
23392 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23394         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
23395         power8 implementation.
23396         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
23397         file: POWER8 llround ifunc implementation.
23398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
23399         (__lllround): Add POWER8 implementation.
23400         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
23401         POWER8 llround implementation.
23403         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
23404         power8 implementation.
23405         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
23406         file: POWER8 llrint ifunc implementation.
23407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
23408         Add POWER8 implementation.
23409         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
23410         POWER8 llrint implementation.
23412         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
23413         power8 implementation.
23414         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
23415         file: POWER8 finite ifunc implementation.
23416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
23417         Add POWER8 implementation.
23418         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
23419         Likewise.
23420         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
23421         POWER8 finite implementation.
23422         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
23424         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
23425         power8 implementation.
23426         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
23427         file: POWER8 isinf ifunc implementation.
23428         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
23429         POWER8 implementation.
23430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
23431         Likewise.
23432         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
23433         isinf implementation.
23434         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
23436         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
23437         (INIT_ARCH): Add hwcap2 initialization.
23438         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
23439         power8 implementation.
23440         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
23441         file: POWER8 isnan ifunc implementation.
23442         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
23443         POWER8 implementation.
23444         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
23445         Likewise.
23446         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
23447         isnan implementation.
23448         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
23450 2014-02-27  Joey Ye  <joey.ye@arm.com>
23452         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
23453         (_FP_NANFRAC_Q): Set to zero.
23455 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
23457         [BZ #16623]
23458         * math/auto-libm-test-in: New test inputs.
23459         * math/auto-libm-test-out: Regenerate.
23460         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
23461         and DA.
23462         (__cos): Likewise.
23463         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23465 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
23467         * scripts/evaluate-test.sh: Take new argument indicating whether
23468         failure is expected.
23469         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
23470         indicating whether failure is expected.
23471         * conform/Makefile (test-xfail-run-conformtest): New variable.
23472         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
23473         level.
23474         * posix/Makefile (test-xfail-annexc): New variable.
23475         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
23477 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
23479         * argp/Makefile: Include Makeconfig immediately after defining
23480         subdir.
23481         * assert/Makefile: Likewise.
23482         * benchtests/Makefile: Likewise.
23483         * catgets/Makefile: Likewise.
23484         * conform/Makefile: Likewise.
23485         * crypt/Makefile: Likewise.
23486         * csu/Makefile: Likewise.
23487         (all): Remove target.
23488         * ctype/Makefile: Include Makeconfig immediately after defining
23489         subdir.
23490         * debug/Makefile: Likewise.
23491         * dirent/Makefile: Likewise.
23492         * dlfcn/Makefile: Likewise.
23493         * gmon/Makefile: Likewise.
23494         * gnulib/Makefile: Likewise.
23495         * grp/Makefile: Likewise.
23496         * gshadow/Makefile: Likewise.
23497         * hesiod/Makefile: Likewise.
23498         * hurd/Makefile: Likewise.
23499         (all): Remove target.
23500         * iconvdata/Makefile: Include Makeconfig immediately after
23501         defining subdir.
23502         * inet/Makefile: Likewise.
23503         * intl/Makefile: Likewise.
23504         * io/Makefile: Likewise.
23505         * libio/Makefile: Likewise.
23506         (all): Remove target.
23507         * locale/Makefile: Include Makeconfig immediately after defining
23508         subdir.
23509         * login/Makefile: Likewise.
23510         * mach/Makefile: Likewise.
23511         (all): Remove target.
23512         * malloc/Makefile: Include Makeconfig immediately after defining
23513         subdir.
23514         (all): Remove target.
23515         * manual/Makefile: Include Makeconfig immediately after defining
23516         subdir.
23517         * math/Makefile: Likewise.
23518         * misc/Makefile: Likewise.
23519         * nis/Makefile: Likewise.
23520         * nss/Makefile: Likewise.
23521         * po/Makefile: Likewise.
23522         (all): Remove target.
23523         * posix/Makefile: Include Makeconfig immediately after defining
23524         subdir.
23525         * pwd/Makefile: Likewise.
23526         * resolv/Makefile: Likewise.
23527         * resource/Makefile: Likewise.
23528         * rt/Makefile: Likewise.
23529         * setjmp/Makefile: Likewise.
23530         * shadow/Makefile: Likewise.
23531         * signal/Makefile: Likewise.
23532         * socket/Makefile: Likewise.
23533         * soft-fp/Makefile: Likewise.
23534         * stdio-common/Makefile: Likewise.
23535         * stdlib/Makefile: Likewise.
23536         * streams/Makefile: Likewise.
23537         * string/Makefile: Likewise.
23538         * sunrpc/Makefile: Likewise.
23539         (all): Remove target.
23540         * sysvipc/Makefile: Include Makeconfig immediately after defining
23541         subdir.
23542         * termios/Makefile: Likewise.
23543         * time/Makefile: Likewise.
23544         * timezone/Makefile: Likewise.
23545         (all): Remove target.
23546         * wcsmbs/Makefile: Include Makeconfig immediately after defining
23547         subdir.
23548         * wctype/Makefile: Likewise.
23550 2014-02-26  Steve Ellcey  <sellcey@mips.com>
23552         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
23553         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
23554         (libc_feholdexcept_setround_mips): Ditto.
23555         (libc_feholdsetround): New.
23556         (libc_feholdsetroundf): New.
23557         (libc_feholdsetroundl): New.
23558         (libc_feupdateenv_test_mips): New.
23559         (libc_feupdateenv_test): New.
23560         (libc_feupdateenv_testf): New.
23561         (libc_feupdateenv_testl): New.
23562         (libc_feresetround): New.
23563         (libc_feresetroundf): New.
23564         (libc_feresetroundl): New.
23565         (libc_fetestexcept_mips): New.
23566         (libc_fetestexcept): New.
23567         (libc_fetestexceptf): New.
23568         (libc_fetestexceptl): New.
23569         (HAVE_RM_CTX): New.
23570         (libc_feholdexcept_setround_mips_ctx): New.
23571         (libc_feholdexcept_setround_ctx): New.
23572         (libc_feholdexcept_setroundf_ctx): New.
23573         (libc_feholdexcept_setroundl_ctx): New.
23574         (libc_fesetenv_mips_ctx): New.
23575         (libc_fesetenv_ctx): New.
23576         (libc_fesetenv_ctxf): New.
23577         (libc_fesetenv_ctxl): New.
23578         (libc_feupdateenv_mips_ctx): New.
23579         (libc_feupdateenv_ctx): New.
23580         (libc_feupdateenvf_ctx): New.
23581         (libc_feupdateenvl_ctx): New.
23582         (libc_feholdsetround_mips_ctx): New.
23583         (libc_feholdsetround_ctx): New.
23584         (libc_feholdsetroundf_ctx): New.
23585         (libc_feholdsetroundl_ctx): New.
23586         (libc_feresetround_mips_ctx): New.
23587         (libc_feresetround_ctx): New.
23588         (libc_feresetroundf_ctx): New.
23589         (libc_feresetroundl_ctx): New.
23591 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
23593         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
23595         * manual/ipc.texi: New file.
23596         * manual/Makefile (chapters): Add ipc.
23597         * manual/job.texi: Add "Inter-Process Communication" to next.
23598         * manual/process.texi: Add "Inter-Process Communication" to prev.
23600 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23602         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23604 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
23606         * malloc/malloc.c (__libc_calloc): Simplify implementation.
23608         * manual/arith.texi: Fix spaces after sentences.
23609         * manual/charset.texi: Likewise.
23610         * manual/errno.texi: Likewise.
23611         * manual/install.texi: Likewise.
23612         * manual/llio.texi: Likewise.
23613         * manual/locale.texi: Likewise.
23614         * manual/maint.texi: Likewise.
23615         * manual/math.texi: Likewise.
23616         * manual/memory.texi: Likewise.
23617         * manual/message.texi: Likewise.
23618         * manual/probes.texi: Likewise.
23619         * manual/resource.texi: Likewise.
23620         * manual/signal.texi: Likewise.
23621         * manual/socket.texi: Likewise.
23622         * manual/stdio.texi: Likewise.
23623         * manual/string.texi: Likewise.
23624         * manual/time.texi: Likewise.
23625         * manual/users.texi: Likewise.
23627 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
23629         [BZ #16632]
23630         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
23631         _DEFAULT_SOURCE is defined.
23633 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
23634             Carlos O'Donell  <carlos@redhat.com>
23636         [BZ #16613]
23637         * elf/dl-tls.c (_dl_count_modids): New function.
23638         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
23639         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
23640         audit library and increment generation counter.
23641         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
23642         * elf/tst-audit9.c: New file.
23643         * elf/tst-auditmod9a.c: New file.
23644         * elf/tst-auditmod9b.c: New file.
23645         * elf/Makefile: Add rules to build and run tst-audit9.
23647 2014-02-25  Florian Weimer  <fweimer@redhat.com>
23649         [BZ #15347]
23650         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
23652 2014-02-25  Will Newton  <will.newton@linaro.org>
23654         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
23655         (__longjmp): Restore sp and lr before restoring callee
23656         saved registers.  Add longjmp and longjmp_target
23657         SystemTap probe point.
23658         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
23659         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
23660         Define to zero to match jmpbuf layout.
23661         * sysdeps/arm/setjmp.S: Include stap-probe.h.
23662         (__sigsetjmp): Save sp and lr before saving callee
23663         saved registers.  Add setjmp SystemTap probe point.
23665 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
23667         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
23669 2014-02-24  Andreas Schwab  <schwab@suse.de>
23671         [BZ #15804]
23672         * elf/pldd.c (wait_for_ptrace_stop): New function.
23673         (main): Call it after attaching.
23675 2014-02-22  Roland McGrath  <roland@hack.frob.com>
23677         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
23678         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
23679         Versions files is now verboten.
23680         * hurd/Versions (libc: GLIBC_2.0):
23681         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
23682         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
23683         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
23684         * mach/Versions: Likewise.
23686         * csu/Versions: Remove unused %include.
23687         * resolv/Versions: Likewise.
23689 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
23691         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
23692         ($(objpfx)check-local-headers.out): Likewise.
23693         ($(objpfx)begin-end-check.out): Likewise.
23694         * Makerules (check-abi-%.out): Likewise.
23695         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
23696         ($(objpfx)test2.cat): Likewise.
23697         ($(objpfx)de/libc.cat): Likewise.
23698         ($(objpfx)test-gencat.out): Likewise.
23699         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
23700         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
23701         ($(objpfx)noload-mem): Likewise.
23702         ($(objpfx)tst-pathopt.out): Likewise.
23703         ($(objpfx)tst-rtld-load-self.out): Likewise.
23704         ($(objpfx)tst-array1-cmp.out): Likewise.
23705         ($(objpfx)tst-array1-static-cmp.out): Likewise.
23706         ($(objpfx)tst-array2-cmp.out): Likewise.
23707         ($(objpfx)tst-array3-cmp.out): Likewise.
23708         ($(objpfx)tst-array4-cmp.out): Likewise.
23709         ($(objpfx)tst-array5-cmp.out): Likewise.
23710         ($(objpfx)tst-array5-static-cmp.out): Likewise.
23711         ($(objpfx)check-textrel.out): Likewise.
23712         ($(objpfx)check-execstack.out): Likewise.
23713         ($(objpfx)check-localplt.out): Likewise.
23714         ($(objpfx)order2-cmp.out): Likewise.
23715         ($(objpfx)tst-leaks1-mem): Likewise.
23716         ($(objpfx)tst-leaks1-static-mem): Likewise.
23717         ($(objpfx)tst-initorder-cmp.out): Likewise.
23718         ($(objpfx)tst-initorder2-cmp.out): Likewise.
23719         ($(objpfx)tst-unused-dep.out): Likewise.
23720         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
23721         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
23722         * iconv/Makefile (test-iconvconfig): Likewise.
23723         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
23724         ($(objpfx)iconv-test.out): Likewise.
23725         ($(objpfx)tst-tables.out): Likewise.
23726         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
23727         ($(objpfx)tst-gettext.out): Likewise.
23728         ($(objpfx)tst-translit.out): Likewise.
23729         ($(objpfx)tst-gettext2.out): Likewise.
23730         ($(objpfx)tst-gettext4.out): Likewise.
23731         ($(objpfx)tst-gettext6.out): Likewise.
23732         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
23733         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
23734         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
23735         ($(objpfx)tst-fopenloc-mem.out): Likewise.
23736         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
23737         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
23738         * posix/Makefile ($(objpfx)globtest.out): Likewise.
23739         ($(objpfx)wordexp-tst.out): Likewise.
23740         ($(objpfx)annexc.out): Likewise.
23741         ($(objpfx)tst-fnmatch-mem): Likewise.
23742         ($(objpfx)bug-regex2-mem): Likewise.
23743         ($(objpfx)bug-regex14-mem): Likewise.
23744         ($(objpfx)bug-regex21-mem): Likewise.
23745         ($(objpfx)bug-regex31-mem): Likewise.
23746         ($(objpfx)tst-vfork3-mem): Likewise.
23747         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
23748         ($(objpfx)tst-pcre-mem): Likewise.
23749         ($(objpfx)tst-boost-mem): Likewise.
23750         ($(objpfx)tst-getconf.out): Likewise.
23751         ($(objpfx)bug-ga2-mem): Likewise.
23752         ($(objpfx)bug-glob2-mem): Likewise.
23753         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
23754         ($(objpfx)mtrace-tst-leaks2): Likewise.
23755         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
23756         ($(objpfx)tst-printf.out): Likewise.
23757         ($(objpfx)tst-setvbuf1.out): Likewise.
23758         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
23759         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
23760         ($(objpfx)tst-fmtmsg.out): Likewise.
23761         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
23762         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
23764         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
23765         * bits/sigaction.h [__USE_MISC]: Likewise.
23766         * bits/waitstatus.h: Update #endif comments.
23767         * ctype/ctype.h: Likewise.
23768         * dirent/dirent.h: Likewise.
23769         [__USE_MISC]: Remove redundant conditionals.
23770         * grp/grp.h: Update #endif comments.
23771         [__USE_GNU]: Remove redundant conditionals.
23772         [__USE_MISC]: Likewise.
23773         * inet/netinet/in.h [__USE_GNU]: Likewise.
23774         * io/sys/stat.h [__USE_MISC]: Likewise.
23775         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
23776         * libio/bits/stdio.h: Update #endif comments.
23777         [__USE_MISC]: Remove redundant conditionals.
23778         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
23779         * libio/stdio.h: Update #endif comments.
23780         [__USE_MISC]: Remove redundant conditionals.
23781         * math/bits/math-finite.h [__USE_MISC]: Likewise.
23782         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
23783         * math/math.h: Update #else and #endif comments.
23784         [__USE_MISC]: Remove redundant conditionals.
23785         * misc/sys/uio.h: Update #endif comments.
23786         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
23787         * posix/glob.h [__USE_MISC]: Likewise.
23788         * posix/sys/types.h: Update #endif comments.
23789         [__USE_MISC]: Remove redundant conditionals.
23790         * posix/sys/wait.h: Update #endif comments.
23791         [__USE_MISC]: Remove redundant conditionals.
23792         * posix/unistd.h: Update #endif comments.
23793         [__USE_MISC]: Remove redundant conditionals.
23794         * pwd/pwd.h [__USE_GNU]: Likewise.
23795         [__USE_MISC]: Likewise.
23796         * resolv/netdb.h [__USE_GNU]: Likewise.
23797         * signal/signal.h: Update #endif comments.
23798         [__USE_MISC]: Remove redundant conditionals.
23799         * stdlib/stdlib.h: Update #else and #endif comments.
23800         [__USE_MISC]: Remove redundant conditionals.
23801         [__USE_GNU]: Likewise.
23802         * string/bits/string2.h [__USE_MISC]: Likewise.
23803         * string/string.h: Update #endif comments.
23804         [__USE_MISC]: Remove redundant conditionals.
23805         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
23806         Likewise.
23807         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
23808         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
23809         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
23810         Likewise.
23811         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
23812         Likewise.
23813         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
23814         comments.
23815         [__USE_MISC]: Remove redundant conditionals.
23816         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
23817         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
23818         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
23819         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
23820         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
23821         Likewise.
23822         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
23823         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
23824         Likewise.
23825         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
23826         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
23827         Likewise.
23828         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
23829         Likewise.
23830         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
23831         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
23832         Likewise.
23833         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
23834         Likewise.
23835         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
23836         * sysdeps/x86/bits/string.h: Update #endif comments.
23837         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
23838         conditionals.
23839         * time/sys/time.h: Update #endif comments.
23840         * time/time.h: Likewise.
23841         [__USE_MISC]: Remove redundant conditionals.
23843 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
23845         [BZ #16600]
23846         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
23848 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
23850         * Versions.def (librt): Add GLIBC_2.17.
23852 2014-02-21  Adam Conrad  <adconrad@0c3.net>
23854         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
23855         synonym for _SYS_AUXV_H to allow direct inclusion.
23856         * sysdeps/sparc/bits/hwcap.h: Likewise.
23857         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
23858         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
23859         * sysdeps/sparc/sysdep.h: Likewise.
23861 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23863         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
23865 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
23867         * benchtests/bench-strrchr.c: Print length instead of position.
23869 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
23871         [BZ #16611]
23872         * sysdeps/unix/sysv/linux/kernel-features.h
23873         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
23874         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
23875         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
23876         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
23877         Likewise.
23878         [__i386__ || __powerpc__ || __sh__ || __sparc__]
23879         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
23880         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
23881         (__ASSUME_SENDMMSG): Define instead of using previous
23882         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
23883         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
23884         (__ASSUME_SENDMMSG_SYSCALL): Define.
23885         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
23886         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
23887         Likewise.
23888         * sysdeps/unix/sysv/linux/arm/kernel-features.h
23889         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
23890         Likewise.
23891         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
23892         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
23893         Likewise.
23894         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
23895         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
23896         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
23897         [__ASSUME_SENDMMSG]: Change conditionals to
23898         [__ASSUME_SENDMMSG_SOCKETCALL].
23899         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
23900         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
23901         Define.
23902         * sysdeps/unix/sysv/linux/mips/kernel-features.h
23903         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
23904         Likewise.
23905         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
23906         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
23907         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
23908         [!__ASSUME_SENDMMSG]: Change conditional to
23909         [!__ASSUME_SENDMMSG_SOCKETCALL].
23910         * sysdeps/unix/sysv/linux/tile/kernel-features.h
23911         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
23912         Define.
23914         [BZ #16610]
23915         * sysdeps/unix/sysv/linux/kernel-features.h
23916         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
23917         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
23918         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
23919         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
23920         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
23921         [__i386__ || __sparc__]
23922         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
23923         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
23924         (__ASSUME_RECVMMSG): Define instead of using previous
23925         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
23926         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
23927         (__ASSUME_RECVMMSG_SYSCALL): Define.
23928         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
23929         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
23930         Likewise.
23931         * sysdeps/unix/sysv/linux/arm/kernel-features.h
23932         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
23933         Likewise.
23934         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
23935         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
23936         Likewise.
23937         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
23938         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
23939         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
23940         [__ASSUME_RECVMMSG]: Change condition to
23941         [__ASSUME_RECVMMSG_SOCKETCALL].
23942         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
23943         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
23944         Define.
23945         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
23946         * sysdeps/unix/sysv/linux/mips/kernel-features.h
23947         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
23948         Likewise.
23949         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
23950         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
23951         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
23952         [!__ASSUME_RECVMMSG]: Change condition to
23953         [!__ASSUME_RECVMMSG_SOCKETCALL].
23954         * sysdeps/unix/sysv/linux/tile/kernel-features.h
23955         (__ASSUME_RECVMMSG_SYSCALL): Define.
23957         [BZ #16609]
23958         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
23959         __powerpc__ || __s390__ || __sh__ || __sparc__]
23960         (__ASSUME_SOCKETCALL): Define.
23961         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
23962         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
23963         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
23964         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
23965         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
23966         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
23967         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
23968         (__ASSUME_ACCEPT4): Define instead of using previous
23969         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
23970         __powerpc__ || __sparc__ || __s390__)] condition.
23971         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
23972         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
23973         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
23974         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
23975         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
23976         [!__ASSUME_ACCEPT4]: Change condition to
23977         [!__ASSUME_ACCEPT4_SOCKETCALL].
23978         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
23979         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
23980         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
23981         * sysdeps/unix/sysv/linux/arm/kernel-features.h
23982         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
23983         __ASSUME_ACCEPT4_SYSCALL.
23984         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
23985         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
23986         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
23987         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
23988         __ASSUME_ACCEPT4_SYSCALL.
23989         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
23990         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
23991         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
23992         [__ASSUME_ACCEPT4]: Change condition to
23993         [__ASSUME_ACCEPT4_SOCKETCALL].
23994         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
23995         (__ASSUME_SOCKETCALL): Define.
23996         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
23997         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
23998         (__ASSUME_SOCKETCALL): Define.
23999         (__ASSUME_ACCEPT4): Remove.
24000         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
24001         Define.
24002         * sysdeps/unix/sysv/linux/mips/kernel-features.h
24003         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
24004         Likewise.
24005         * sysdeps/unix/sysv/linux/tile/kernel-features.h
24006         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
24008         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
24009         macro.
24010         (HWCAP_ARM_LPAE): Likewise.
24011         (HWCAP_ARM_EVTSTRM): Likewise.
24012         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
24013         Add vpfd32, lpae and evtstrm.
24014         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
24015         Increase to 22.
24017 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
24019         * math/auto-libm-test-in: Add tests of clog10.
24020         * math/auto-libm-test-out: Regenerated.
24021         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
24022         * sysdeps/i386/fpu/libm-test-ulps: Update.
24023         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24025 2014-02-18  Andreas Schwab  <schwab@suse.de>
24027         [BZ #16574]
24028         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
24029         Store non-zero if the second buffer was newly allocated.
24030         (send_dg): Likewise.
24031         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
24032         to send_vc and send_dg.
24033         (res_nsend): Pass NULL for ansp2_malloced.
24034         * resolv/res_query.c (__libc_res_nquery): Add parameter
24035         answerp2_malloced and pass it down to __libc_res_nsend.
24036         (res_nquery): Pass additional NULL to __libc_res_nquery.
24037         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
24038         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
24039         second answer buffer if answerp2_malloced was set.
24040         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
24041         (__libc_res_nquerydomain): Add parameter
24042         answerp2_malloced and pass it down to __libc_res_nquery.
24043         (res_nquerydomain): Pass additional NULL to
24044         __libc_res_nquerydomain.
24045         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
24046         additional NULL to __libc_res_nsend and __libc_res_nquery.
24047         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
24048         additional NULL to __libc_res_nsearch.
24049         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
24050         parameter of __libc_res_nsearch to check for separately allocated
24051         second buffer.
24052         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
24053         __libc_res_nquery.
24054         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
24055         additional NULL to __libc_res_nquery.
24056         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
24057         __libc_res_nsearch.
24058         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
24059         * include/resolv.h: Update prototypes of __libc_res_nquery,
24060         __libc_res_nsearch, __libc_res_nsend.
24062 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
24064         * math/auto-libm-test-in: Add tests of fma.
24065         * math/auto-libm-test-out: Regenerated.
24066         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
24067         (fma_towardzero_test_data): Likewise.
24068         (fma_downward_test_data): Likewise.
24069         (fma_upward_test_data): Likewise.
24070         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
24071         mpc_mode.
24072         (rounding_modes): Add values for new field.
24073         (func_calc_method): Add value mpfr_fff_f.
24074         (func_calc_desc): Add mpfr_fff_f union field.
24075         (test_function): Add field exact_args.
24076         (FUNC): Add macro argument EXACT_ARGS.
24077         (FUNC_mpfr_f_f): Update call to FUNC.
24078         (FUNC_mpfr_f_f): Likewise.
24079         (FUNC_mpfr_ff_f): Likewise.
24080         (FUNC_mpfr_if_f): Likewise.
24081         (FUNC_mpc_c_f): Likewise.
24082         (FUNC_mpc_c_c): Likewise.
24083         (test_functions): Add fma.  Update calls to FUNC.
24084         (handle_input_arg): Add argument exact_args.
24085         (add_test): Update call to handle_input_arg.
24086         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
24087         (output_for_one_input_case): Update call to calc_generic_results.
24088         Recalculate exact zero results in each rounding mode.
24090         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
24091         non-negative before setting low bit.
24092         * math/auto-libm-test-in: Mark one asin test possibly having
24093         spurious underflow.
24094         * math/auto-libm-test-out: Regenerated.
24095         * sysdeps/i386/fpu/libm-test-ulps: Update.
24096         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24098 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
24100         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
24101         * sysdeps/unix/sysv/linux/microblaze: Move directory from
24102         ports/sysdeps/unix/sysv/linux/microblaze.
24103         * README: Add missing listing for microblaze*-*-linux-gnu.
24105 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
24107         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
24108         duplicate code
24110 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
24112         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
24113         * sysdeps/unix/sysv/linux/ia64: Move directory from
24114         ports/sysdeps/unix/sysv/linux/ia64.
24115         * README: Update listing for ia64-*-linux-gnu.
24117 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
24118             Joseph Myers  <joseph@codesourcery.com>
24120         * Makeconfig (test-name): New variable.
24121         (evaluate-test): Likewise.
24122         * Makerules (do-test-clean): Remove .test-result files.
24123         (common-mostlyclean): Likewise.
24124         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
24125         * scripts/evaluate-test.sh: New file.
24127 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
24129         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
24130         separate $(objpfx)tst-fopenloc-cmp.out and
24131         $(objpfx)tst-fopenloc-mem.out targets.
24132         (tests): Update dependencies.
24133         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
24134         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
24135         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
24136         (tst-rxspencer-no-utf8-ARGS): New variable.
24137         (tst-rxspencer-no-utf8-ENV): Likewise.
24138         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
24139         instead of $(objpfx)tst-rxspencer-mem.
24140         ($(objpfx)tst-rxspencer-mem): Change target to
24141         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
24142         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
24143         * posix/tst-rxspencer-no-utf8.c: New file.
24145         * elf/Makefile ($(objpfx)order.out): Remove rule.
24146         [$(run-built-tests) = yes] (tests): Depend on
24147         $(objpfx)order-cmp.out.
24148         ($(objpfx)order-cmp.out): New rule.
24149         [$(run-built-tests) = yes] (tests): Depend on
24150         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
24151         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
24152         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
24153         $(objpfx)tst-array5-static-cmp.out.
24154         ($(objpfx)tst-array1.out): Remove rule.
24155         ($(objpfx)tst-array1-cmp.out): New rule.
24156         ($(objpfx)tst-array1-static.out): Remove rule.
24157         ($(objpfx)tst-array1-static-cmp.out): New rule.
24158         ($(objpfx)tst-array2.out): Remove rule.
24159         ($(objpfx)tst-array2-cmp.out): New rule.
24160         ($(objpfx)tst-array3.out): Remove rule.
24161         ($(objpfx)tst-array3-cmp.out): New rule.
24162         ($(objpfx)tst-array4.out): Remove rule.
24163         ($(objpfx)tst-array4-cmp.out): New rule.
24164         ($(objpfx)tst-array5.out): Remove rule.
24165         ($(objpfx)tst-array5-cmp.out): New rule.
24166         ($(objpfx)tst-array5-static.out): Remove rule.
24167         ($(objpfx)tst-array5-static-cmp.out): New rule.
24168         [$(run-built-tests) = yes] (tests): Depend on
24169         $(objpfx)order2-cmp.out.
24170         ($(objpfx)order2.out): Remove rule.
24171         ($(objpfx)order2-cmp.out): New rule.
24172         ($(objpfx)tst-initorder.out): Remove rule.
24173         [$(run-built-tests) = yes] (tests): Depend on
24174         $(objpfx)tst-initorder-cmp.out.
24175         ($(objpfx)tst-initorder-cmp.out): New rule.
24176         ($(objpfx)tst-initorder2.out): Remove rule.
24177         [$(run-built-tests) = yes] (tests): Depend on
24178         $(objpfx)tst-initorder2-cmp.out.
24179         ($(objpfx)tst-initorder2-cmp.out): New rule.
24180         [$(run-built-tests) = yes] (tests): Depend on
24181         $(objpfx)tst-unused-dep-cmp.out.
24182         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
24183         ($(objpfx)tst-unused-dep-cmp.out): New rule.
24184         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
24185         on $(objpfx)tst-setvbuf1-cmp.out.
24186         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
24187         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
24188         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
24189         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
24190         ($(objpfx)tst-svc.out): Remove rule.
24191         ($(objpfx)tst-svc-cmp.out): New rule.
24193 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
24195         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
24196         * ctype/ctype.h [__USE_MISC]: Likewise.
24197         * dirent/dirent.h [__USE_MISC]: Likewise.
24198         * grp/grp.h [__USE_MISC]: Likewise.
24199         * io/fcntl.h [__USE_MISC]: Likewise.
24200         * io/sys/stat.h [__USE_MISC]: Likewise.
24201         * libio/stdio.h [__USE_MISC]: Likewise.
24202         * posix/unistd.h [__USE_MISC]: Likewise.
24203         * pwd/pwd.h [__USE_MISC]: Likewise.
24204         * stdlib.h [__USE_MISC]: Likewise.
24205         * string/bits/string2.h [__USE_MISC]: Likewise.
24206         * string/string.h [__USE_MISC]: Likewise.
24207         * time/time.h [__USE_MISC]: Likewise.
24209 2014-02-13  Andreas Schwab  <schwab@suse.de>
24211         [BZ #16574]
24212         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
24213         second answer buffer if it was separately allocated.
24215 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
24217         * sysdeps/mips/math-tests.h: Include <features.h>.
24218         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
24219         (ROUNDING_TESTS_long_double): Do not define.
24220         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
24221         (EXCEPTION_TESTS_long_double): Likewise.
24222         * sysdeps/mips/mips64/libm-test-ulps: Update.
24224         * include/features.h (__USE_BSD): Remove macro definitions.
24225         (__USE_SVID): Likewise.
24226         (_BSD_SOURCE): Likewise.
24227         (_SVID_SOURCE): Likewise.
24228         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
24229         from definition of _DEFAULT_SOURCE.
24230         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
24231         [_DEFAULT_SOURCE].
24232         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
24233         * bits/mman.h [__USE_BSD]: Likewise.
24234         * bits/termios.h [__USE_BSD]: Likewise.
24235         * bits/waitstatus.h [__USE_BSD]: Likewise.
24236         * ctype/ctype.h [__USE_SVID]: Likewise.
24237         * dirent/dirent.h [__USE_BSD]: Likewise.
24238         * grp/grp.h [__USE_SVID]: Likewise.
24239         [__USE_BSD]: Likewise.
24240         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
24241         * io/fcntl.h [__USE_BSD]: Likewise.
24242         * io/ftw.h [__USE_BSD]: Likewise.
24243         * io/sys/stat.h [__USE_BSD]: Likewise.
24244         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
24245         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
24246         * libio/stdio.h [__USE_SVID]: Likewise.
24247         [__USE_BSD]: Likewise.
24248         * math/math.h [__USE_SVID]: Likewise.
24249         [__USE_BSD]: Likewise.
24250         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
24251         * misc/bits/syslog.h [__USE_BSD]: Likewise.
24252         * misc/search.h [__USE_SVID]: Likewise.
24253         * misc/sys/mman.h [__USE_BSD]: Likewise.
24254         * misc/sys/syslog.h [__USE_BSD]: Likewise.
24255         * misc/sys/uio.h [__USE_BSD]: Likewise.
24256         * posix/bits/unistd.h [__USE_BSD]: Likewise.
24257         * posix/glob.h [__USE_BSD]: Likewise.
24258         * posix/regex.h [__USE_BSD]: Likewise.
24259         * posix/sys/types.h [__USE_BSD]: Likewise.
24260         [__USE_SVID]: Likewise.
24261         * posix/sys/utsname.h [__USE_SVID]: Likewise.
24262         * posix/sys/wait.h [__USE_BSD]: Likewise.
24263         [__USE_SVID]: Likewise.
24264         * posix/unistd.h [__USE_BSD]: Likewise.
24265         [__USE_SVID]: Likewise.
24266         * pwd/pwd.h [__USE_SVID]: Likewise.
24267         * resolv/netdb.h [__USE_BSD]: Likewise.
24268         * setjmp/setjmp.h [__USE_BSD]: Likewise.
24269         * signal/signal.h [__USE_BSD]: Likewise.
24270         [__USE_SVID]: Likewise.
24271         * socket/sys/socket.h [__USE_BSD]: Likewise.
24272         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
24273         * stdlib/stdlib.h [__USE_BSD]: Likewise.
24274         [__USE_SVID]: Likewise.
24275         * string/bits/string2.h [__USE_BSD]: Likewise.
24276         [__USE_SVID]: Likewise.
24277         * string/bits/string3.h [__USE_BSD]: Likewise.
24278         * string/endian.h [__USE_BSD]: Likewise.
24279         * string/string.h [__USE_SVID]: Likewise.
24280         [__USE_BSD]: Likewise.
24281         * string/strings.h [__USE_BSD]: Likewise.
24282         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
24283         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
24284         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
24285         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
24286         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
24287         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
24288         Likewise.
24289         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
24290         Likewise.
24291         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
24292         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
24293         Likewise.
24294         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
24295         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
24296         Likewise.
24297         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
24298         Likewise.
24299         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
24300         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
24301         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
24302         Likewise.
24303         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
24304         Likewise.
24305         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
24306         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
24307         * termios/termios.h [__USE_BSD]: Likewise.
24308         * time/sys/time.h [__USE_BSD]: Likewise.
24309         * time/time.h [__USE_BSD]: Likewise.
24310         [__USE_SVID]: Likewise.
24312         * Makefile (subdir_targets): Remove subdir_lint.out.
24314         * stdio-common/Makefile (do-tst-unbputc): Remove target.
24315         (do-tst-printf): Likewise.
24316         (tests): Depend directly on $(objpfx)tst-unbputc.out and
24317         $(objpfx)tst-printf.out.
24319         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
24321         * Makerules (check-abi-%): Change target to
24322         $(objpfx)check-abi-%.out.
24323         (check-abi target): Update dependencies.
24324         (check-abi-pattern variable): Redirect output of diff to $@.
24325         (check-abi variable): Likewise.
24326         * elf/Makefile (check-abi): Update dependencies.
24328         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
24329         unused.
24330         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
24331         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
24332         subnormal range.
24333         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
24334         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
24335         value has largest subnormal exponent.
24336         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
24337         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
24338         * sysdeps/aarch64/soft-fp/sfp-machine.h
24339         (_FP_TININESS_AFTER_ROUNDING): New macro.
24340         * sysdeps/alpha/soft-fp/sfp-machine.h
24341         (_FP_TININESS_AFTER_ROUNDING): Likewise.
24342         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
24343         Likewise.
24344         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
24345         (_FP_TININESS_AFTER_ROUNDING): Likewise.
24346         * sysdeps/mips/soft-fp/sfp-machine.h
24347         (_FP_TININESS_AFTER_ROUNDING): Likewise.
24348         * sysdeps/powerpc/soft-fp/sfp-machine.h
24349         (_FP_TININESS_AFTER_ROUNDING): Likewise.
24350         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
24351         Likewise.
24352         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
24353         (_FP_TININESS_AFTER_ROUNDING): Likewise.
24354         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
24355         (_FP_TININESS_AFTER_ROUNDING): Likewise.
24356         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
24357         Likewise.
24359 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
24361         [BZ #16545]
24362         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
24363         model 1.
24365 2014-02-12  Richard Henderson  <rth@redhat.com>
24367         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
24368         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
24369         * sysdeps/unix/sysv/linux/alpha: Move directory from
24370         ports/sysdeps/unix/sysv/linux/alpha.
24371         * README: Update listing for alpha-*-linux-gnu.
24373 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
24375         * include/features.h: Update comment documenting feature test
24376         macros.
24377         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
24378         _DEFAULT_SOURCE.
24379         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
24380         (_SVID_SOURCE): Likewise.
24381         (_DEFAULT_SOURCE): Update description of default features.
24382         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
24383         with _GNU_SOURCE.
24384         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
24385         (S_ISVTX): Likewise.
24386         * manual/math.texi (Mathematical Constants): Likewise.
24387         * manual/signal.texi (Interrupted Primitives): Likewise.
24388         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
24389         * math/test-matherr.c (_SVID_SOURCE): Do not define.
24390         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
24391         Don't refer to _SVID_SOURCE in warning text.
24393         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
24395         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
24396         already defined.
24397         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
24398         * sysdeps/mips/dl-lookup.c: Remove.
24399         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
24401 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
24403         [BZ #16447]
24404         * math/auto-libm-test-in: Add testcase for expl.
24405         * math/auto-libm-test-out: Regenerate.
24406         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
24407         calculation of unsafe.
24408         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
24410 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
24412         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
24413         * sysdeps/unix/sysv/linux/aarch64: Move directory from
24414         ports/sysdeps/unix/sysv/linux/aarch64.
24415         * README: Update listing for aarch64*-*-linux-gnu.
24417 2014-02-11  Will Newton  <will.newton@linaro.org>
24419         * manual/probes.texi (Mathematical Function Probes): Use
24420         "triggered" instead of "hit".
24422         * manual/probes.texi (Internal Probes): Add documentation
24423         of setjmp, longjmp and longjmp_target probes.
24425         * include/stap-probe.h: Add comment about probe argument
24426         format.
24428         * malloc/mtrace.c (attribute_hidden): Remove unused macro
24429         definition.  (tr_where, tr_freehook, tr_mallochook,
24430         tr_reallochook, tr_memalignhook): Use ANSI protoype.
24432 2014-02-11  David S. Miller  <davem@davemloft.net>
24434         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
24435         processing int_tests.
24437 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
24439         * sysdeps/mips: Move directory from ports/sysdeps/mips.
24440         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
24441         * sysdeps/unix/sysv/linux/mips: Move directory from
24442         ports/sysdeps/unix/sysv/linux/mips.
24443         * README: Update listing for mips-*-linux-gnu and
24444         mips64-*-linux-gnu.
24446 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
24448         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
24449         * sysdeps/unix/sysv/linux/m68k: Move directory from
24450         ports/sysdeps/unix/sysv/linux/m68k.
24451         * README: Update listing for m68k-*-linux-gnu.
24453 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
24455         * sysdeps/tile: Move directory from ports/sysdeps/tile.
24456         * sysdeps/unix/sysv/linux/generic: Move directory from
24457         ports/sysdeps/unix/sysv/linux/generic.
24458         * sysdeps/unix/sysv/linux/tile: Move directory from
24459         ports/sysdeps/unix/sysv/linux/tile.
24460         * README: Update listing for tile*-*-linux-gnu.
24462 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
24464         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
24465         __builtin_expect.
24466         * benchtests/bench-memmem.c (simple_memmem): Likewise.
24467         * catgets/open_catalog.c (__open_catalog): Likewise.
24468         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
24469         * debug/confstr_chk.c: Likewise.
24470         * debug/fread_chk.c (__fread_chk): Likewise.
24471         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
24472         * debug/getgroups_chk.c: Likewise.
24473         * debug/mbsnrtowcs_chk.c: Likewise.
24474         * debug/mbsrtowcs_chk.c: Likewise.
24475         * debug/mbstowcs_chk.c: Likewise.
24476         * debug/memcpy_chk.c: Likewise.
24477         * debug/memmove_chk.c: Likewise.
24478         * debug/mempcpy_chk.c: Likewise.
24479         * debug/memset_chk.c: Likewise.
24480         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
24481         * debug/strcat_chk.c (__strcat_chk): Likewise.
24482         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
24483         * debug/strncat_chk.c (__strncat_chk): Likewise.
24484         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
24485         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
24486         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
24487         * debug/wcpncpy_chk.c: Likewise.
24488         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
24489         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
24490         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
24491         * debug/wcsncpy_chk.c: Likewise.
24492         * debug/wcsnrtombs_chk.c: Likewise.
24493         * debug/wcsrtombs_chk.c: Likewise.
24494         * debug/wcstombs_chk.c: Likewise.
24495         * debug/wmemcpy_chk.c: Likewise.
24496         * debug/wmemmove_chk.c: Likewise.
24497         * debug/wmempcpy_chk.c: Likewise.
24498         * debug/wmemset_chk.c: Likewise.
24499         * dirent/scandirat.c (SCANDIRAT): Likewise.
24500         * dlfcn/dladdr1.c (dladdr1): Likewise.
24501         * dlfcn/dladdr.c (dladdr): Likewise.
24502         * dlfcn/dlclose.c (dlclose_doit): Likewise.
24503         * dlfcn/dlerror.c (__dlerror): Likewise.
24504         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
24505         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
24506         * dlfcn/dlopen.c (dlopen_doit): Likewise.
24507         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
24508         * dlfcn/dlsym.c (dlsym_doit): Likewise.
24509         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
24510         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
24511         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
24512         Likewise.
24513         * elf/dl-conflict.c: Likewise.
24514         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
24515         * elf/dl-dst.h: Likewise.
24516         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
24517         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
24518         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
24519         * elf/dl-init.c (call_init, _dl_init): Likewise.
24520         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
24521         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
24522         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
24523         Likewise.
24524         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
24525         Likewise.
24526         * elf/dl-minimal.c (__libc_memalign): Likewise.
24527         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
24528         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24529         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
24530         * elf/dl-sym.c (do_sym): Likewise.
24531         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
24532         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
24533         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
24534         * elf/dl-writev.h (_dl_writev): Likewise.
24535         * elf/ldconfig.c (search_dir): Likewise.
24536         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
24537         (dl_main): Likewise.
24538         * elf/setup-vdso.h (setup_vdso): Likewise.
24539         * grp/compat-initgroups.c (compat_call): Likewise.
24540         * grp/fgetgrent.c (fgetgrent): Likewise.
24541         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
24542         * grp/putgrent.c (putgrent): Likewise.
24543         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
24544         Likewise.
24545         * hurd/hurdinit.c: Likewise.
24546         * iconvdata/8bit-gap.c (struct): Likewise.
24547         * iconvdata/ansi_x3.110.c : Likewise.
24548         * iconvdata/big5.c : Likewise.
24549         * iconvdata/big5hkscs.c : Likewise.
24550         * iconvdata/cp1255.c: Likewise.
24551         * iconvdata/cp1258.c : Likewise.
24552         * iconvdata/cp932.c : Likewise.
24553         * iconvdata/euc-cn.c: Likewise.
24554         * iconvdata/euc-jisx0213.c : Likewise.
24555         * iconvdata/euc-jp.c: Likewise.
24556         * iconvdata/euc-jp-ms.c : Likewise.
24557         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
24558         * iconvdata/gb18030.c : Likewise.
24559         * iconvdata/gbbig5.c (const): Likewise.
24560         * iconvdata/gbgbk.c: Likewise.
24561         * iconvdata/gbk.c : Likewise.
24562         * iconvdata/ibm1364.c : Likewise.
24563         * iconvdata/ibm930.c : Likewise.
24564         * iconvdata/ibm932.c: Likewise.
24565         * iconvdata/ibm933.c : Likewise.
24566         * iconvdata/ibm935.c : Likewise.
24567         * iconvdata/ibm937.c : Likewise.
24568         * iconvdata/ibm939.c : Likewise.
24569         * iconvdata/ibm943.c: Likewise.
24570         * iconvdata/iso_11548-1.c: Likewise.
24571         * iconvdata/iso-2022-cn.c : Likewise.
24572         * iconvdata/iso-2022-cn-ext.c : Likewise.
24573         * iconvdata/iso-2022-jp-3.c: Likewise.
24574         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
24575         * iconvdata/iso-2022-kr.c : Likewise.
24576         * iconvdata/iso646.c (gconv_end): Likewise.
24577         * iconvdata/iso_6937-2.c : Likewise.
24578         * iconvdata/iso_6937.c : Likewise.
24579         * iconvdata/iso8859-1.c: Likewise.
24580         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
24581         * iconvdata/shift_jisx0213.c : Likewise.
24582         * iconvdata/sjis.c : Likewise.
24583         * iconvdata/t.61.c : Likewise.
24584         * iconvdata/tcvn5712-1.c : Likewise.
24585         * iconvdata/tscii.c: Likewise.
24586         * iconvdata/uhc.c : Likewise.
24587         * iconvdata/unicode.c (gconv_end): Likewise.
24588         * iconvdata/utf-16.c (gconv_end): Likewise.
24589         * iconvdata/utf-32.c (gconv_end): Likewise.
24590         * iconvdata/utf-7.c (base64): Likewise.
24591         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
24592         * iconv/gconv_close.c (__gconv_close): Likewise.
24593         * iconv/gconv_open.c (__gconv_open): Likewise.
24594         * iconv/gconv_simple.c (internal_ucs4_loop_single)
24595         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
24596         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
24597         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
24598         (ucs4le_internal_loop_single): Likewise.
24599         * iconv/iconv.c (iconv): Likewise.
24600         * iconv/iconv_close.c: Likewise.
24601         * iconv/loop.c (SINGLE): Likewise.
24602         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
24603         * include/atomic.h: Likewise.
24604         * inet/inet6_option.c (option_alloc): Likewise.
24605         * intl/bindtextdom.c (set_binding_values): Likewise.
24606         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
24607         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
24608         * intl/localealias.c (read_alias_file): Likewise.
24609         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
24610         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
24611         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
24612         * libio/fmemopen.c (fmemopen): Likewise.
24613         * libio/iofgets.c (_IO_fgets): Likewise.
24614         * libio/iofgets_u.c (fgets_unlocked): Likewise.
24615         * libio/iofgetws.c (fgetws): Likewise.
24616         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
24617         * libio/iogetdelim.c (_IO_getdelim): Likewise.
24618         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
24619         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
24620         * locale/findlocale.c (_nl_find_locale): Likewise.
24621         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
24622         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
24623         Likewise.
24624         * locale/setlocale.c (setlocale): Likewise.
24625         * login/programs/pt_chown.c (main): Likewise.
24626         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
24627         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
24628         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
24629         (mmap, mmap64, mremap, munmap): Likewise.
24630         * math/e_exp2l.c: Likewise.
24631         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
24632         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
24633         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
24634         * math/s_catan.c (__catan): Likewise.
24635         * math/s_catanf.c (__catanf): Likewise.
24636         * math/s_catanh.c (__catanh): Likewise.
24637         * math/s_catanhf.c (__catanhf): Likewise.
24638         * math/s_catanhl.c (__catanhl): Likewise.
24639         * math/s_catanl.c (__catanl): Likewise.
24640         * math/s_ccosh.c (__ccosh): Likewise.
24641         * math/s_ccoshf.c (__ccoshf): Likewise.
24642         * math/s_ccoshl.c (__ccoshl): Likewise.
24643         * math/s_cexp.c (__cexp): Likewise.
24644         * math/s_cexpf.c (__cexpf): Likewise.
24645         * math/s_cexpl.c (__cexpl): Likewise.
24646         * math/s_clog10.c (__clog10): Likewise.
24647         * math/s_clog10f.c (__clog10f): Likewise.
24648         * math/s_clog10l.c (__clog10l): Likewise.
24649         * math/s_clog.c (__clog): Likewise.
24650         * math/s_clogf.c (__clogf): Likewise.
24651         * math/s_clogl.c (__clogl): Likewise.
24652         * math/s_csin.c (__csin): Likewise.
24653         * math/s_csinf.c (__csinf): Likewise.
24654         * math/s_csinh.c (__csinh): Likewise.
24655         * math/s_csinhf.c (__csinhf): Likewise.
24656         * math/s_csinhl.c (__csinhl): Likewise.
24657         * math/s_csinl.c (__csinl): Likewise.
24658         * math/s_csqrt.c (__csqrt): Likewise.
24659         * math/s_csqrtf.c (__csqrtf): Likewise.
24660         * math/s_csqrtl.c (__csqrtl): Likewise.
24661         * math/s_ctan.c (__ctan): Likewise.
24662         * math/s_ctanf.c (__ctanf): Likewise.
24663         * math/s_ctanh.c (__ctanh): Likewise.
24664         * math/s_ctanhf.c (__ctanhf): Likewise.
24665         * math/s_ctanhl.c (__ctanhl): Likewise.
24666         * math/s_ctanl.c (__ctanl): Likewise.
24667         * math/w_pow.c: Likewise.
24668         * math/w_powf.c: Likewise.
24669         * math/w_powl.c: Likewise.
24670         * math/w_scalb.c (sysv_scalb): Likewise.
24671         * math/w_scalbf.c (sysv_scalbf): Likewise.
24672         * math/w_scalbl.c (sysv_scalbl): Likewise.
24673         * misc/error.c (error_tail): Likewise.
24674         * misc/pselect.c (__pselect): Likewise.
24675         * nis/nis_callback.c (__nis_create_callback): Likewise.
24676         * nis/nis_call.c (__nisfind_server): Likewise.
24677         * nis/nis_creategroup.c (nis_creategroup): Likewise.
24678         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
24679         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
24680         * nis/nis_getservlist.c (nis_getservlist): Likewise.
24681         * nis/nis_lookup.c (nis_lookup): Likewise.
24682         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
24683         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
24684         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
24685         * nis/nis_xdr.c (xdr_endpoint): Likewise.
24686         * nis/nss_compat/compat-grp.c (getgrent_next_file)
24687         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
24688         * nis/nss_compat/compat-initgroups.c (add_group)
24689         (internal_getgrent_r): Likewise.
24690         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
24691         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
24692         * nis/nss_compat/compat-spwd.c (getspent_next_file)
24693         (internal_getspnam_r): Likewise.
24694         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
24695         (_nss_nis_getaliasbyname_r): Likewise.
24696         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
24697         (_nss_nis_getntohost_r): Likewise.
24698         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
24699         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
24700         (_nss_nis_getgrgid_r): Likewise.
24701         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
24702         (internal_nis_gethostent_r, internal_gethostbyname2_r)
24703         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
24704         (_nss_nis_gethostbyname4_r): Likewise.
24705         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
24706         (initgroups_netid): Likewise.
24707         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
24708         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
24709         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
24710         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
24711         (_nss_nis_getprotobynumber_r): Likewise.
24712         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
24713         (_nss_nis_getsecretkey): Likewise.
24714         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
24715         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
24716         (_nss_nis_getpwuid_r): Likewise.
24717         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
24718         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
24719         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
24720         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
24721         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
24722         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
24723         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
24724         Likewise.
24725         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
24726         (_nss_nisplus_getntohost_r): Likewise.
24727         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
24728         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
24729         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
24730         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
24731         Likewise.
24732         * nis/nss_nisplus/nisplus-initgroups.c
24733         (_nss_nisplus_initgroups_dyn): Likewise.
24734         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
24735         (_nss_nisplus_getnetbyaddr_r): Likewise.
24736         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
24737         (_nss_nisplus_getprotobynumber_r): Likewise.
24738         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
24739         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
24740         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
24741         Likewise.
24742         * nis/nss_nisplus/nisplus-service.c
24743         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
24744         (_nss_nisplus_getservbyport_r): Likewise.
24745         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
24746         (_nss_nisplus_getspnam_r): Likewise.
24747         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
24748         Likewise.
24749         * nscd/aicache.c (addhstaiX): Likewise.
24750         * nscd/cache.c (cache_search, prune_cache): Likewise.
24751         * nscd/connections.c (register_traced_file, send_ro_fd)
24752         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
24753         (main_loop_epoll): Likewise.
24754         * nscd/grpcache.c (addgrbyX): Likewise.
24755         * nscd/hstcache.c (addhstbyX): Likewise.
24756         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24757         * nscd/mem.c (gc, mempool_alloc): Likewise.
24758         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
24759         (addinnetgrX): Likewise.
24760         * nscd/nscd-client.h (__nscd_acquire_maplock)
24761         (__nscd_drop_map_ref): Likewise.
24762         * nscd/nscd_getai.c (__nscd_getai): Likewise.
24763         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
24764         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
24765         Likewise.
24766         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
24767         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
24768         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
24769         (__nscd_get_map_ref): Likewise.
24770         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
24771         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
24772         Likewise.
24773         * nscd/pwdcache.c (addpwbyX): Likewise.
24774         * nscd/selinux.c (preserve_capabilities): Likewise.
24775         * nscd/servicescache.c (addservbyX): Likewise.
24776         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
24777         * posix/fnmatch.c (fnmatch): Likewise.
24778         * posix/getopt.c (_getopt_internal_r): Likewise.
24779         * posix/glob.c (glob, glob_in_dir): Likewise.
24780         * posix/wordexp.c (exec_comm_child): Likewise.
24781         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
24782         (getanswer_r, gaih_getanswer_slice): Likewise.
24783         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
24784         * resolv/res_init.c: Likewise.
24785         * resolv/res_mkquery.c (res_nmkquery): Likewise.
24786         * resolv/res_query.c (__libc_res_nquery): Likewise.
24787         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
24788         Likewise.
24789         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
24790         * stdio-common/perror.c (perror): Likewise.
24791         * stdio-common/printf_fp.c (___printf_fp): Likewise.
24792         * stdio-common/tmpnam.c (tmpnam): Likewise.
24793         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
24794         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
24795         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
24796         Likewise.
24797         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
24798         * stdlib/putenv.c (putenv): Likewise.
24799         * stdlib/setenv.c (__add_to_environ): Likewise.
24800         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
24801         * stdlib/strtol_l.c (INTERNAL): Likewise.
24802         * string/memmem.c (memmem): Likewise.
24803         * string/strerror.c (strerror): Likewise.
24804         * string/strnlen.c (__strnlen): Likewise.
24805         * string/test-memmem.c (simple_memmem): Likewise.
24806         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
24807         * sunrpc/pm_getport.c (__get_socket): Likewise.
24808         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
24809         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
24810         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
24811         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
24812         Likewise.
24813         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
24814         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
24815         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
24816         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
24817         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
24818         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
24819         Likewise.
24820         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
24821         Likewise.
24822         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
24823         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
24824         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
24825         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
24826         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
24827         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
24828         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
24829         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
24830         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
24831         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
24832         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
24833         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
24834         Likewise.
24835         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
24836         Likewise.
24837         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
24838         Likewise.
24839         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
24840         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
24841         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
24842         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
24843         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
24844         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
24845         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
24846         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
24847         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
24848         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
24849         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
24850         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24851         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
24852         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
24853         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
24854         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
24855         Likewise.
24856         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
24857         Likewise.
24858         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
24859         Likewise.
24860         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
24861         Likewise.
24862         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
24863         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
24864         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
24865         Likewise.
24866         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
24867         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
24868         * sysdeps/posix/opendir.c (__opendirat): Likewise.
24869         * sysdeps/posix/sleep.c: Likewise.
24870         * sysdeps/posix/tempname.c: Likewise.
24871         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
24872         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24873         Likewise.
24874         * sysdeps/powerpc/powerpc32/dl-machine.h
24875         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
24876         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
24877         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24878         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
24879         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
24880         Likewise.
24881         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
24882         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
24883         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
24884         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
24885         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
24886         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
24887         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
24888         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
24889         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24890         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
24891         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
24892         (elf_machine_lazy_rel): Likewise.
24893         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
24894         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
24895         (elf_machine_lazy_rel): Likewise.
24896         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
24897         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
24898         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
24899         * sysdeps/unix/grantpt.c (grantpt): Likewise.
24900         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
24901         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
24902         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
24903         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
24904         Likewise.
24905         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
24906         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
24907         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
24908         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
24909         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
24910         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
24911         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
24912         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
24913         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
24914         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
24915         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
24916         Likewise.
24917         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
24918         (__posix_fallocate64_l64): Likewise.
24919         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
24920         (posix_fallocate): Likewise.
24921         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
24922         Likewise.
24923         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
24924         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
24925         (getifaddrs_internal): Likewise.
24926         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
24927         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
24928         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
24929         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
24930         * sysdeps/unix/sysv/linux/posix_fallocate64.c
24931         (__posix_fallocate64_l64): Likewise.
24932         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
24933         Likewise.
24934         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
24935         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
24936         (__get_clockfreq): Likewise.
24937         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
24938         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
24939         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
24940         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
24941         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
24942         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
24943         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
24944         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
24945         Likewise.
24946         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
24947         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
24948         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
24949         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
24950         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
24951         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
24952         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
24953         Likewise.
24954         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
24955         (posix_fallocate): Likewise.
24956         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
24957         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
24958         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
24959         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
24960         (elf_machine_rela, elf_machine_rela_relative)
24961         (elf_machine_lazy_rel): Likewise.
24962         * time/asctime.c (asctime_internal): Likewise.
24963         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
24964         * time/tzset.c (__tzset_parse_tz): Likewise.
24965         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
24966         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
24967         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
24968         * wcsmbs/wcsmbsload.h: Likewise.
24970         [BZ #15894]
24971         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
24973         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
24974         (arena_get2): Remove THREAD_STATS conditionals.
24975         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
24976         (__malloc_stats, int): Likewise.
24978 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
24980         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
24981         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
24983         * manual/setjmp.texi: Fix typos/grammar errors.
24985         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
24986         Only return early when n is <= 0.  Delete unused return statement.
24988         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
24989         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
24990         * debug/tst-longjmp_chk3.c: New file.
24992         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
24993         (test_main): Replace code with set_fortify_handler call.
24994         * debug/test-strcpy_chk.c: Likewise.
24995         * debug/tst-chk1.c: Likewise.
24996         * debug/tst-longjmp_chk.c: Likewise.
24997         * test-skeleton.c: Include fcntl.h & paths.h
24998         (set_fortify_handler): Define.
25000         * debug/tst-longjmp_chk.c: Add header comment and include
25001         ../test-skeleton.c.
25002         (do_test): Mark static.
25003         (TEST_FUNCTION): Define.
25005         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
25006         (IP_PMTUDISC_INTERFACE): Likewise.
25007         (IP_MULTICAST_IF): Likewise.
25008         (IP_MULTICAST_TTL): Likewise.
25009         (IP_MULTICAST_LOOP): Likewise.
25010         (IP_ADD_MEMBERSHIP): Likewise.
25011         (IP_DROP_MEMBERSHIP): Likewise.
25012         (IP_UNBLOCK_SOURCE): Likewise.
25013         (IP_BLOCK_SOURCE): Likewise.
25014         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
25015         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
25016         (IP_MSFILTER): Likewise.
25017         (MCAST_JOIN_GROUP): Likewise.
25018         (MCAST_BLOCK_SOURCE): Likewise.
25019         (MCAST_UNBLOCK_SOURCE): Likewise.
25020         (MCAST_LEAVE_GROUP): Likewise.
25021         (MCAST_JOIN_SOURCE_GROUP): Likewise.
25022         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
25023         (MCAST_MSFILTER): Likewise.
25024         (IP_MULTICAST_ALL): Likewise.
25025         (IP_UNICAST_IF): Likewise.
25027         * timezone/Makefile: Delete $(have-ksh) check.
25028         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
25029         * timezone/tzselect.ksh: Add +x mode bits.
25031         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
25032         (ANON_INODE_FS_MAGIC): Likewise.
25033         (BDEVFS_MAGIC): Likewise.
25034         (BINFMTFS_MAGIC): Likewise.
25035         (BTRFS_TEST_MAGIC): Likewise.
25036         (CRAMFS_MAGIC_WEND): Likewise.
25037         (DEBUGFS_MAGIC): Likewise.
25038         (ECRYPTFS_SUPER_MAGIC): Likewise.
25039         (EXT3_SUPER_MAGIC): Likewise.
25040         (EXT4_SUPER_MAGIC): Likewise.
25041         (FUTEXFS_SUPER_MAGIC): Likewise.
25042         (HOSTFS_SUPER_MAGIC): Likewise.
25043         (HUGETLBFS_MAGIC): Likewise.
25044         (MINIX3_SUPER_MAGIC): Likewise.
25045         (MTD_INODE_FS_MAGIC): Likewise.
25046         (NILFS_SUPER_MAGIC): Likewise.
25047         (OPENPROM_SUPER_MAGIC): Likewise.
25048         (PIPEFS_MAGIC): Likewise.
25049         (PSTOREFS_MAGIC): Likewise.
25050         (QNX6_SUPER_MAGIC): Likewise.
25051         (RAMFS_MAGIC): Likewise.
25052         (REISERFS_SUPER_MAGIC_STRING): Likewise.
25053         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
25054         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
25055         (SECURITYFS_MAGIC): Likewise.
25056         (SELINUX_MAGIC): Likewise.
25057         (SMACK_MAGIC): Likewise.
25058         (SOCKFS_MAGIC): Likewise.
25059         (SQUASHFS_MAGIC): Likewise.
25060         (STACK_END_MAGIC): Likewise.
25061         (TMPFS_MAGIC): Likewise.
25062         (USBDEVICE_SUPER_MAGIC): Likewise.
25063         (V9FS_MAGIC): Likewise.
25064         (XENFS_SUPER_MAGIC): Likewise.
25065         (CRAMFS_MAGIC): Fix typo in comment.
25066         (EXT2_SUPER_MAGIC): Update comment.
25067         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
25069 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
25071         * sysdeps/arm: Move directory from ports/sysdeps/arm.
25072         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
25073         * sysdeps/unix/sysv/linux/arm: Move directory from
25074         ports/sysdeps/unix/sysv/linux/arm.
25075         * README: Update listing for arm-*-linux-gnueabi.
25077         * README: Remove mention of am33.
25079 2014-02-07  Roland McGrath  <roland@hack.frob.com>
25081         * bits/sigset.h (__sigemptyset): Use a statement expression rather
25082         than the comma operator, to avoid "rhs of comma has no effect"
25083         compiler warnings.
25084         (__sigfillset, __sigandset, __sigorset): Likewise.
25085         * include/signal.h (__sigemptyset): Likewise.
25086         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
25088 2014-02-07  Allan McRae  <allan@archlinux.org>
25090         * version.h (RELEASE): Set to "development".
25091         (VERSION): Set to "2.19.90"
25092         * NEWS: Add 2.20 section.
25094 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
25096         [BZ #16529]
25097         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
25099 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
25101         * manual/contrib.texi: Update entry for Carlos O'Donell,
25102         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
25104 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
25106         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
25108         * sysdeps/unix/sysv/linux/kernel-features.h
25109         [__LINUX_KERNEL_VERSION >= 0x020621]
25110         (__ASSUME_PROC_PID_TASK_COMM): Define.
25112 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
25114         [BZ #16398]
25115         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
25116         conversion when destination buffer does not have enough space.
25117         * libio/tst-ftell-partial-wide.c: New test case.
25118         * libio/Makefile (tests): Add tst-ftell-partial-wide.
25120         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
25121         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
25122         Leonard and Allan McRae.
25124 2014-02-04  David S. Miller  <davem@davemloft.net>
25126         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
25127         32-bit.
25129 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
25132         New file
25133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
25134         New file
25135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
25136         New file.
25137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
25138         New file.
25139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
25140         New file.
25141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
25142         New file.
25143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
25144         New file.
25145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
25146         New file.
25147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
25148         New file.
25149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
25150         New file.
25151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
25152         New file.
25153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
25154         New file.
25155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
25156         New file.
25158 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25160         * nptl/shlib-versions: Change powerpc*le start to 2.17.
25161         * shlib-versions: Likewise.
25163 2014-02-04  Roland McGrath  <roland@hack.frob.com>
25164             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25166         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
25167         (abilist-pattern): New variable, set to %-le.abilist.
25169         * Makerules (abilist-pattern): New variable.
25170         (vpath): Use $(abilist-pattern) in place of %.abilist.
25171         (check-abi-% pattern rule): Likewise.
25172         (check-abi, update-abi): Likewise.
25174 2014-02-04  Eric Wong  <normalperson@yhbt.net>
25176         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25178 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
25180         * manual/startup.texi: Add next, previous, and top entries for
25181         the `Program Arguments' and `Environment Variables' nodes.
25183 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
25185         * manual/macros.texi: Add comments before MTASC-safety macros.
25187         * manual/users.texi: Document MTASC-safety properties.
25189         * manual/threads.texi (pthread_key_create, pthread_key_delete)
25190         (pthread_getspecific, pthread_setspecific): Format with
25191         @deftypefun, and add @safety note.
25192         * manual/signal.texi: Move comments that analyze the above
25193         functions to their home place.
25195 2014-02-03  Allan McRae  <allan@archlinux.org>
25197         * po/sl.po: Update Slovenian translation from translation project.
25199 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
25201         * manual/time.texi (timegm): Add missing blank after @c.
25202         Reported by Joseph Myers <joseph@codesourcery.com>.
25204 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
25206         * manual/check-safety.sh: New.
25207         * manual/Makefile ($(objpfx)stamp-summary): Run it.
25209         * manual/terminal.texi: Document MTASC-safety properties.
25211         * manual/filesys.texi: Document MTASC-safety properties.
25213         * manual/errno.texi: Document MTASC-safety properties.
25215         * manual/intro.texi: Document safety identifiers and
25216         conditionals.
25218         * manual/string.texi (wcstok): Fix prototype.
25219         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
25221         * manual/time.texi: Document MTASC-safety properties.
25223         * manual/string.texi: Document MTASC-safety properties.
25225         * manual/threads.texi: Document MTASC-safety properties.
25227         * manual/stdio.texi: Document MTASC-safety properties.
25229         * manual/syslog.texi: Document MTASC-safety properties.
25231         * manual/sysinfo.texi: Document MTASC-safety properties.
25233         * manual/startup.texi: Document MTASC-safety properties.
25235         * manual/socket.texi: Document MTASC-safety properties.
25237         * manual/signal.texi: Document MTASC-safety properties.
25239 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
25241         * manual/setjmp.texi: Document MTASC-safety properties.
25243         * manual/search.texi: Document MTASC-safety properties.
25245         * manual/resource.texi: Document MTASC-safety properties.
25247         * manual/process.texi: Document MTASC-safety properties.
25249         * manual/platform.texi: Document MTASC-safety properties.
25251         * manual/pipe.texi: Document MTASC-safety properties.
25253         * manual/pattern.texi: Document MTASC-safety properties.
25255         * manual/message.texi: Document MTASC-safety properties.
25257         [BZ #12751]
25258         * manual/memory.texi: Document MTASC-safety properties.
25260         * manual/math.texi: Document MTASC-safety properties.
25262         * manual/locale.texi: Document MTASC-safety properties.
25264         * manual/llio.texi: Document MTASC-safety properties.
25266         * manual/libdl.texi: New.
25268         * manual/lang.texi: Document MTASC-safety properties.
25270         * manual/job.texi: Document MTASC-safety properties.
25272         * manual/getopt.texi: Document MTASC-safety properties.
25274         * manual/ctype.texi: Document MTASC-safety properties.
25276 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
25278         [BZ #16046]
25279         * csu/libc-tls.c (static_map): Remove variable.
25280         (__libc_setup_tls): Use main executable's link map for TLS data.
25281         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
25282         casing for LM_ID_BASE and GL(dl_nns).
25283         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
25284         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
25285         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
25286         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
25287         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
25288         member.
25289         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
25290         l_phnum members.
25292 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
25294         * manual/debug.texi: Document MTASC-safety properties.
25296 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
25298         [BZ #16510]
25299         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
25300         of __x86_64__ when disabling x87 inline functions.
25302 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
25304         * manual/charset.texi: Document MTASC-safety properties.
25306         * manual/crypt.texi: Document MTASC-safety properties.
25308         * manual/conf.texi: Document MTASC-safety properties.
25310         * manual/arith.texi: Document MTASC-safety properties.
25312         * manual/argp.texi: Document MTASC-safety properties.
25314         * manual/macros.texi: Introduce macros to document multi
25315         thread, asynchronous signal and asynchronous cancellation
25316         safety properties.
25317         * manual/intro.texi: Introduce the properties themselves.
25319 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25321         * sysdeps/sh/sh4/Makefile: New file.
25323 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
25325         * math/gen-libm-test.pl ($srcdir): New variable.
25326         ($auto_input): Use it.
25328 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
25330         [BZ #16506]
25331         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
25332         access beyond array bounds when parsing netgroups file.
25334         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
25335         the old buffer before realloc.
25337 2014-01-27  Allan McRae  <allan@archlinux.org>
25339         * po/fr.po: Update French translation from translation project.
25341 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25343         * sysdeps/sh/libm-test-ulps: Regenerate.
25345 2014-01-24  David S. Miller  <davem@davemloft.net>
25347         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
25349 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25351         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
25352         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
25354 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25356         [BZ #16474]
25357         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
25358         string pointers after reallocation.
25360 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25362         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
25363         __SH4A__ instead of __SH_FPU_ANY__.
25365 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25367         * sysdeps/sh/fpu_control.h: New file.
25368         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
25369         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
25370         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
25371         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
25372         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
25373         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
25374         * sysdeps/sh/sys/ucontext.h: Remove.
25375         * sysdeps/sh/sys: Remove directory.
25377 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25379         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
25380         s390/sys/ucontext.h.
25381         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
25382         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
25384 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
25386         [BZ #15605]
25387         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
25389 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25391         [BZ#16431]
25392         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
25393         Adjust the vDSO correctly for internal calls.
25394         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
25396 2014-01-20  Allan McRae  <allan@archlinux.org>
25398         * po/ca.po: Update Catalan translation from translation project.
25400 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
25402         * sysdeps/s390/sotruss-lib.c: New file.
25404 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25406         [BZ#16430]
25407         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
25408         (__GI___gettimeofday): Alias for a different internal symbol to avoid
25409         local calls issues by not having a PLT stub required for IFUNC calls.
25410         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
25412 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
25414         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
25415         * math/test-fpucw-static.c: Likewise.
25417 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25419         [BZ #16453]
25420         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
25422 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25424         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
25425         implementation for powerpc.
25427 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
25429         [BZ #14782]
25430         * sysdeps/posix/system.c (__libc_system): Do not enable
25431         asynchronous cancellation.
25433 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25435         [BZ #16427]
25436         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
25437         handling only for numbers special also in the IEEE case.
25439 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25441         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
25443 2014-01-11  Allan McRae  <allan@archlinux.org>
25445         * po/bg.po: Update Bulgarian translation from translation project.
25447         * po/de.po: Update German translation from translation project.
25449 2014-01-10  Roland McGrath  <roland@hack.frob.com>
25451         * sysdeps/generic/gcc-compat.h: New file.
25453 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25455         * benchtests/asin-inputs: Correct slow inputs.
25456         * benchtests/acos-inputs: Likewise.
25458 2014-01-10  Allan McRae  <allan@archlinux.org>
25460         * po:sv.po: Update Swedish translation from translation project.
25462         * po/vi.po: Update Vietnamese translation from translation project.
25464         * po/eo.po: Update Esperanto translation from translation project.
25466         * po/cs.po: Update Czech translation from translation project.
25468         * po/nl.po: Update Dutch translation from translation project.
25470         * po/pl.po: Update Polish translation from translation project.
25472         * po/ru.po: Update Russian translation from translation project.
25474         * po/uk.po: Update Ukrainian translation from translation project.
25476 2014-01-08  Brooks Moses  <bmoses@google.com>
25478         * elf/dl-load.c: Fix comment typo.
25480 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
25482         * po/header.pot: Rename to...
25483         * po/pot.header: ... this.
25484         * po/Makefile: Use pot.header.
25486 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
25487             Maxim Kuvyrkov  <maxim@kugelworks.com>
25489         [BZ #16394]
25490         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
25491         SRC and DEST against LEN.
25493 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25495         [BZ #16414]
25496         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
25497         implementation.
25498         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
25500 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25502         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25504 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
25506         [BZ #16408]
25507         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
25508         for large positive arguments.
25510 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
25512         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
25514         * math/auto-libm-test-in: Mark various tests with
25515         xfail-rounding:ldbl-128ibm.
25516         * math/auto-libm-test-out: Regenerated.
25518         [BZ #16407]
25519         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
25520         Increase overflow threshold.
25522 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
25524         [BZ #14286]
25525         * stdio-common/vfprintf.c: Check for integer overflow.
25527 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25529         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
25530         the first argument and return value of __tls_get_addr_internal.
25532 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25534         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
25535         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
25537 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25539         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
25540         * sysdeps/s390/rtld-global-offsets.sym: New file.
25541         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
25542         GLIBC_2.19 symbol.
25543         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
25544         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
25545         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
25546         ... this.
25547         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
25548         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
25549         ... this.
25550         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25551         Regenerate.
25552         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25553         Regenerate.
25554         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
25555         halfs of GPRs for high_gprs contexts.
25556         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
25557         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
25558         field.
25559         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
25560         uc_flags field.
25561         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
25562         64 bit versions:
25563         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
25564         for high GPRs (uc_high_gprs) and for future extensions
25565         (__reserved).
25566         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
25567         for future extensions (__reserved).
25568         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
25569         64 bit versions:
25570         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
25571         SC_HIGHGPRS offset definition.
25572         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
25573         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
25575         * Versions.def: Add GLIBC_2.19 for libpthread.
25576         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
25577         siglongjmp for libpthread with GLIBC_2.19 symver.
25578         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
25579         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
25580         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
25581         * sysdeps/s390/__longjmp.c: New file.
25582         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
25583         * sysdeps/s390/longjmp.c: New file.
25584         * sysdeps/s390/setjmp.S: New file.
25585         * sysdeps/s390/sigjmp.S: New file.
25586         * sysdeps/s390/v1-longjmp.c: New file.
25587         * sysdeps/s390/v1-setjmp.h: New file.
25588         * sysdeps/s390/v1-sigjmp.c: New file.
25589         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
25590         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
25591         GLIBC_2.19 version.
25592         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
25593         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
25594         versioned symbols for ____longjmp_chk.
25595         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
25596         Likewise.
25597         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25598         Regenerate.
25599         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25600         Regenerate.
25601         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25602         Regenerate.
25603         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25604         Regenerate.
25605         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
25606         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
25607         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
25608         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
25609         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
25610         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
25611         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
25612         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
25613         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
25614         * sysdeps/s390/rtld-__longjmp.c: New file.
25615         * sysdeps/s390/rtld-setjmp.S: New file.
25617 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
25619         [BZ #16400]
25620         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
25621         Return -__logl (x) for small positive arguments without evaluating
25622         a polynomial.
25624 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
25626         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
25627         Rename to ...
25628         (__ptrace_peeksiginfo_args): ... this.
25629         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25630         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25631         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25633 2014-01-06  Allan McRae  <allan@archlinux.org>
25635         * inet/netinet/in.h: Fix typo in comment.
25637 2014-01-05  Andreas Jaeger  <aj@suse.de>
25639         * sysdeps/i386/fpu/libm-test-ulps: Update.
25641 2014-01-05  Allan McRae  <allan@archlinux.org>
25643         * po/libc.pot: Regenerated.
25645         * malloc/memusagestat.c: Fix gettext call formatting.
25647 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
25649         * nscd/nscd.c: Improve usage() output.
25651 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
25653         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
25654         * sysdeps/unix/sysv/linux/configure: Regenerated.
25655         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
25656         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
25658 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
25660         [BZ #16390]
25661         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
25662         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
25664 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25666         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
25667         extra tokens at end of #undef directive.
25668         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
25669         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
25670         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
25672 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
25674         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
25676         * math/auto-libm-test-in: Mark various tests with
25677         xfail-rounding:ldbl-128ibm.
25678         * math/auto-libm-test-out: Regenerated.
25680 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
25682         [BZ #16386]
25683         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
25684         numbers with subnormal high part when calculating exponent.
25686         [BZ #16385]
25687         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
25688         fabs.
25690         [BZ #16384]
25691         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
25692         M_LN2l.
25693         (__ieee754_acoshl): Use __log1pl not __log1p.
25695 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
25697         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
25698         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
25699         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
25700         (grow_heap, heap_trim, _int_new_arena, get_free_list)
25701         (reused_arena, arena_get2): Convert to GNU style.
25702         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
25703         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
25704         (memalign_check, __malloc_set_state): Likewise.
25705         * malloc/mallocbug.c (main): Likewise.
25706         * malloc/malloc.c (__malloc_assert, malloc_init_state)
25707         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
25708         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
25709         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
25710         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
25711         (__posix_memalign, malloc_info): Likewise.
25712         * malloc/malloc.h: Likewise.
25713         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
25714         (mallochook, memalignhook, reallochook, mabort): Likewise.
25715         * malloc/mcheck.h: Likewise.
25716         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
25717         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
25718         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
25719         * malloc/morecore.c (__default_morecore): Likewise.
25720         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
25721         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
25722         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
25723         (print_and_abort): Likewise.
25724         * malloc/obstack.h: Likewise.
25725         * malloc/set-freeres.c (__libc_freeres): Likewise.
25726         * malloc/tst-mallocstate.c (main): Likewise.
25727         * malloc/tst-mtrace.c (main): Likewise.
25728         * malloc/tst-realloc.c (do_test): Likewise.
25730 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
25732         [BZ #16366]
25733         * nscd/netgroupcache.c (do_notfound): New function.
25734         (addgetnetgrentX): Use it.
25736         [BZ # 16365]
25737         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
25738         NSS_STATUS_NOTFOUND.
25740 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
25742         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25743         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25745 2014-01-01  Allan McRae  <allan@archlinux.org>
25747         * scripts/update-copyrights: Update configure input file suffix.
25749         * NEWS: Update copyright year.
25750         * catgets/gencat.c: Likewise.
25751         * csu/version.c: Likewise.
25752         * debug/catchsegv.sh: Likewise.
25753         * debug/pcprofiledump.c: Likewise.
25754         * debug/xtrace.sh: Likewise.
25755         * elf/ldconfig.c: Likewise.
25756         * elf/ldd.bash.in: Likewise.
25757         * elf/pldd.c: Likewise.
25758         * elf/sotruss.ksh: Likewise.
25759         * elf/sprof.c: Likewise.
25760         * iconv/iconv_prog.c: Likewise.
25761         * iconv/iconvconfig.c: Likewise.
25762         * locale/programs/locale.c: Likewise.
25763         * locale/programs/localedef.c: Likewise.
25764         * login/programs/pt_chown.c: Likewise.
25765         * malloc/memusage.sh: Likewise.
25766         * malloc/memusagestat.c: Likewise.
25767         * malloc/mtrace.pl: Likewise.
25768         * manual/libc.texinfo: Likewise.
25769         * nscd/nscd.c: Likewise.
25770         * nss/getent.c: Likewise.
25771         * nss/makedb.c: Likewise.
25772         * posix/getconf.c: Likewise.
25773         * scripts/test-installation.pl: Likewise.
25775         * All files with FSF copyright notices: Update copyright dates
25776         using scripts/update-copyrights.
25777         * intl/plural.c: Regenerated.
25778         * locale/programs/charmap-kw.h: Likewise.
25779         * locale/programs/locfile-kw.h: Likewise.
25781 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
25783         * sysdeps/unix/sysv/linux/configure: Regenerated.
25784         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
25785         the linux/fanotify.h header.
25786         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
25787         HAVE_LINUX_FANOTIFY_H is defined.
25789 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
25791         * benchtests/cos-inputs: New inputs.
25792         * benchtests/sin-inputs: Likewise.
25794         * benchtests/atan-inputs: New inputs. Fix name of multiple
25795         precision fallback inputs.
25797         * benchtests/atanh-inputs: New inputs.
25798         * benchtests/tanh-inputs: Likewise.
25800         * benchtests/acosh-inputs: New inputs.
25801         * benchtests/asinh-inputs: Likewise.
25803         * benchtests/cosh-inputs: New inputs.
25804         * benchtests/sinh-inputs: Likewise.
25806         * benchtests/acos-inputs: Add more inputs.
25807         * benchtests/asin-inputs: Likewise.
25809 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
25811         [BZ #16375]
25812         * manual/arith.texi: Fix spelling.
25813         * manual/charset.texi: Likewise.
25814         * manual/errno.texi: Likewise.
25815         * manual/filesys.texi: Likewise.
25816         * manual/lang.texi: Likewise.
25817         * manual/llio.texi: Likewise.
25818         * manual/locale.texi: Likewise.
25819         * manual/message.texi: Likewise.
25820         * manual/resource.texi: Likewise.
25821         * manual/search.texi: Likewise.
25822         * manual/setjmp.texi: Likewise.
25823         * manual/stdio.texi: Likewise.
25824         * manual/string.texi: Likewise.
25825         * manual/sysinfo.texi: Likewise.
25826         * manual/time.texi: Likewise.
25828 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
25830         * po/sl.po: New file.
25832 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
25834         * .gitignore: Add core/.gdbinit/.gdb_history.
25836 2013-12-27  Allan McRae  <allan@archlinux.org>
25838         [BZ #16369]
25839         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
25840         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
25842 2013-12-24  Brooks Moses  <bmoses@google.com>
25844         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
25845         all compilers that claim C++98 compliance, not just GCC.
25846         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
25847         Likewise.
25849 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
25851         * NEWS: Restore accidentally deleted bug-fix entries.
25853 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
25854             Ondřej Bílka  <neleai@seznam.cz>
25856         [BZ #15073]
25857         * malloc/malloc.c (_int_free): Perform sanity check only if we
25858         have_lock.
25860 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
25862         [BZ #12986]
25863         * manual/stdio.texi (String Input Conversions): Clarify that character
25864         classes are not supported.
25866 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25868         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25870 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
25872         [BZ #16337]
25873         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
25874         Calculate results for small negative arguments directly rather
25875         than using reflection formula with special underflow handling.
25877         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
25878         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
25879         sysdeps/unix/bsd/bsd4.4/syscalls.list.
25880         (fchflags): Likewise.
25881         (revoke): Likewise.
25882         (setlogin): Likewise.
25883         (sigaltstack): Likewise.
25884         (wait4): Likewise.
25885         (sigblock): Remove.
25886         (sigsetmask): Likewise.
25887         (wait3): Likewise.
25888         (waitpid): Likewise.
25889         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
25890         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
25891         file.
25892         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
25893         * sysdeps/unix/bsd/Makefile: ... here.
25894         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
25895         * sysdeps/unix/bsd/Versions: ... here.
25896         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
25897         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
25898         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
25899         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
25900         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
25901         * sysdeps/unix/bsd/sigblock.c: ... here.
25902         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
25903         * sysdeps/unix/bsd/sigsetmask.c: ... here.
25904         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
25905         * sysdeps/unix/bsd/sigvec.c: ... here.
25906         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
25907         * sysdeps/unix/bsd/tcdrain.c: ... here.
25908         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
25909         * sysdeps/unix/bsd/tcgetattr.c: ... here.
25910         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
25911         * sysdeps/unix/bsd/tcsetattr.c: ... here.
25912         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
25913         * sysdeps/unix/bsd/wait.c: ... here.
25914         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
25915         * sysdeps/unix/bsd/wait3.c: ... here.
25916         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
25917         * sysdeps/unix/bsd/waitpid.c: ... here.
25919 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
25921         [BZ #16356]
25922         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
25923         round-to-nearest for [!USE_AS_EXPM1L].
25924         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
25925         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
25926         more tests of exp and exp10.  Expect some exp10 tests to miss
25927         exceptions or fail in directed rounding modes.
25928         * math/auto-libm-test-out: Regenerated.
25929         * math/libm-test.inc (exp10_tonearest_test_data): New array.
25930         (exp10_test_tonearest): New function.
25931         (exp10_towardzero_test_data): New array.
25932         (exp10_test_towardzero): New function.
25933         (exp10_downward_test_data): New array.
25934         (exp10_test_downward): New function.
25935         (exp10_upward_test_data): New array.
25936         (exp10_test_upward): New function.
25937         (main): Call the new functions.
25938         * sysdeps/i386/fpu/libm-test-ulps: Update.
25939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25941 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
25943         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
25944         asinh, atan, atan2, atanh, cbrt, cos and cosh.
25945         * math/auto-libm-test-out: Regenerated.
25946         * math/libm-test.inc (acosh_test_data): Add more tests.
25947         (atanh_test_data): Likewise.
25948         (ceil_test_data): Likewise.
25949         (copysign_test_data): Likewise.
25950         * sysdeps/i386/fpu/libm-test-ulps: Update.
25951         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25953         * timezone/checktab.awk: Update from tzcode 2013i.
25954         * timezone/private.h: Likewise.
25955         * timezone/scheck.c: Likewise.
25956         * timezone/tzfile.h: Likewise.
25957         * timezone/tzselect.ksh: Likewise.
25958         * timezone/zdump.c: Likewise.
25959         * timezone/zic.c: Likewise.
25961         * math/auto-libm-test-in: Add tests of cpow.
25962         * math/auto-libm-test-out: Regenerated.
25963         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
25964         * math/gen-auto-libm-tests.c (func_calc_method): Add value
25965         mpc_cc_c.
25966         (func_calc_desc): Add mpc_cc_c union field.
25967         (test_functions): Add cpow.
25968         (special_fill_2pi): New function.
25969         (special_real_inputs): Add 2pi.
25970         (calc_generic_results): Handle mpc_cc_c.
25971         * sysdeps/i386/fpu/libm-test-ulps: Update.
25972         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25974         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
25975         csqrt, ctan and ctanh.
25976         * math/auto-libm-test-out: Regenerated.
25977         * math/libm-test.inc (TEST_COND_x86_64): New macro.
25978         (TEST_COND_x86): Likewise.
25979         (ccos_test_data): Use AUTO_TESTS_c_c.
25980         (ccosh_test_data): Likewise.
25981         (cexp_test_data): Likewise.
25982         (clog_test_data): Likewise.
25983         (csqrt_test_data): Likewise.
25984         (ctan_test_data): Likewise.
25985         (ctan_tonearest_test_data): Likewise.
25986         (ctan_towardzero_test_data): Likewise.
25987         (ctan_downward_test_data): Likewise.
25988         (ctan_upward_test_data): Likewise.
25989         (ctanh_test_data): Likewise.
25990         (ctanh_tonearest_test_data): Likewise.
25991         (ctanh_towardzero_test_data): Likewise.
25992         (ctanh_downward_test_data): Likewise.
25993         (ctanh_upward_test_data): Likewise.
25994         * math/gen-auto-libm-tests.c (func_calc_method): Add value
25995         mpc_c_c.
25996         (func_calc_desc): Add mpc_c_c union field.
25997         (FUNC_mpc_c_c): New macro.
25998         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
25999         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
26000         ctanh.
26001         (special_fill_min_subnorm_p120): New function.
26002         (special_real_inputs): Add min_subnorm_p120.
26003         (calc_generic_results): Handle mpc_c_c.
26004         * sysdeps/i386/fpu/libm-test-ulps: Update.
26005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26007 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26009         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
26010         (do_sin_slow): New functions.
26011         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
26012         (cslow2, csloww1, csloww2): Use the new functions.
26014         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
26015         Use M to change sign of result instead of X.  Assume X is
26016         positive.
26017         (csloww1): Likewise.
26018         (__sin): Adjust.
26019         (__cos): Adjust.
26021         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
26022         arguments A and DA.
26023         (__sin): Adjust.
26024         (__cos): Likewise.
26026         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
26027         (__cos): Likewise.
26028         (sloww1): Don't adjust sign of DX.
26029         (csloww1): Likewise.
26030         (sloww2): Use X directly and don't adjust sign of DX.
26031         (csloww2): Likewise.
26033 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
26035         * math/auto-libm-test-in: Add tests of cabs and carg.
26036         * math/auto-libm-test-out: Regenerated.
26037         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
26038         (carg_test_data): Likewise.
26039         * math/gen-auto-libm-tests.c (func_calc_method): Add value
26040         mpc_c_f.
26041         (func_calc_desc): Add mpc_c_f union field.
26042         (test_functions): Add cabs and carg.
26043         (calc_generic_results): Handle mpc_c_f.
26045         * sysdeps/powerpc/powerpc32/libgcc-compat.S
26046         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
26047         as a macro and a compat symbol.
26048         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
26049         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
26050         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
26051         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
26052         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
26053         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
26054         not use .hidden.
26055         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
26056         Likewise.
26057         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
26058         Likewise.
26059         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
26060         Likewise.
26061         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
26062         Likewise.
26063         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
26064         Likewise.
26065         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
26066         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
26067         from GLIBC_2.3.2.
26069 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26071         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26073 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
26075         * manual/texinfo.tex: Update to version 2013-11-26.10 with
26076         trailing whitespace removed.
26077         * scripts/config.guess: Update to version 2013-11-29.
26078         * scripts/config.sub: Update to version 2013-10-01.
26080         * math/auto-libm-test-in: Add tests of sincos.
26081         * math/auto-libm-test-out: Regenerated.
26082         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
26083         * math/gen-auto-libm-tests.c (func_calc_method): Add value
26084         mpfr_f_11.
26085         (func_calc_desc): Add mpfr_f_11 union field.
26086         (test_functions): Add sincos.
26087         (calc_generic_results): Handle mpfr_f_11.
26088         * sysdeps/i386/fpu/libm-test-ulps: Update.
26089         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26091 2013-12-19  Andreas Schwab  <schwab@suse.de>
26093         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
26094         CALL_MCOUNT.
26095         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
26096         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
26097         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
26099 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
26101         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
26102         * sysdeps/i386/fpu/libm-test-ulps: Update.
26103         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26105         [BZ #16293]
26106         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
26107         round-to-nearest mode when using frndint.
26108         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
26109         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
26110         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
26111         Likewise.
26112         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
26113         sinh test to fail.
26114         * math/auto-libm-test-out: Regenerated.
26115         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
26116         (TEST_COND_x86): Likewise.
26117         (expm1_tonearest_test_data): New array.
26118         (expm1_test_tonearest): New function.
26119         (expm1_towardzero_test_data): New array.
26120         (expm1_test_towardzero): New function.
26121         (expm1_downward_test_data): New array.
26122         (expm1_test_downward): New function.
26123         (expm1_upward_test_data): New array.
26124         (expm1_test_upward): New function.
26125         (main): Run the new test functions.
26126         * sysdeps/i386/fpu/libm-test-ulps: Update.
26127         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26129         * include/features.h: Update comment documenting feature test
26130         macros.  Mention _DEFAULT_SOURCE in comment.
26131         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
26132         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
26133         _BSD_SOURCE and _SVID_SOURCE.
26134         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
26135         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
26136         !_SVID_SOURCE]: Likewise.
26137         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
26138         (__USE_POSIX_IMPLICITLY): Define.
26139         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
26140         (_POSIX_SOURCE): Undefine and redefine.
26141         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
26142         (_POSIX_C_SOURCE): Likewise.
26143         * manual/creature.texi (_DEFAULT_SOURCE): Document.
26144         (Feature Test Macros): Update documentation of default features.
26146 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
26148         * benchtests/Makefile: Add bench-strtok.
26149         * benchtests/bench-strtok.c: New file: strtok benchtest.
26151 2013-12-19  Allan McRae  <allan@archlinux.org>
26153         * manual/install.texi: Suppress menu for plain text output.
26154         * INSTALL: Regenerated.
26156 2013-12-18  Brooks Moses  <bmoses@google.com>
26158         [BZ #15846]
26159         * misc/getauxval.c: Include errno.h.
26160         (__getauxval): Set errno to ENOENT if the requested type is not
26161         found.
26162         * misc/sys/auxv.h (getauxval): Document that it may set errno;
26163         don't declare with __attribute_const__.
26164         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
26165         * manual/startup.texi: Document that getauxval sets errno.
26167 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
26169         * math/auto-libm-test-in: Add tests of jn and yn.
26170         * math/auto-libm-test-out: Regenerated.
26171         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
26172         (yn_test_data): Likewise.
26173         * math/gen-auto-libm-tests.c (func_calc_method): Add value
26174         mpfr_if_f.
26175         (func_calc_desc): Add mpfr_if_f union field.
26176         (FUNC_mpfr_if_f): New macro.
26177         (test_functions): Add jn and yn.
26178         (calc_generic_results): Assert type of second input for
26179         mpfr_ff_f.  Handle mpfr_if_f.
26180         (output_for_one_input_case): Disable all checking for arguments
26181         fitting floating-point types in case of an integer argument.
26182         * sysdeps/i386/fpu/libm-test-ulps: Update.
26183         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
26186         Don't expect fegetround reference in libm.so.
26188 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26190         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
26191         $(config-cflags-nofma).
26193 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
26195         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
26196         * math/auto-libm-test-out: Regenerated.
26198         [BZ #16338]
26199         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
26200         to determine exponent and adjust argument to have exponent of -1.
26201         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
26202         log2.
26203         * math/auto-libm-test-out: Regenerated.
26204         * sysdeps/i386/fpu/libm-test-ulps: Update.
26205         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26207 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
26209         * manual/probes.texi: Remove cases when per-thread arenas are
26210         disabled.
26212 2013-12-18  Andreas Schwab  <schwab@suse.de>
26214         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
26215         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
26216         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
26217         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
26218         * sysdeps/i386/i686/multiarch/Makefile: Update.
26219         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
26221 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
26223         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
26224         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
26226 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
26228         [BZ #15968]
26229         Support TZ transition times < 00:00:00.
26230         This is needed for version-3 tz-format files; it supports time
26231         stamps past 2037 for America/Godthab (the only entry in the tz
26232         database for which this change is relevant).
26233         * manual/time.texi (TZ Variable): Document transition times
26234         from -167:59:59 through -00:00:01.
26235         * time/tzset.c (tz_rule): Time of day is now signed.
26236         (__tzset_parse_tz): Parse negative time of day.
26238         Document TZ transition times >= 25:00:00.
26239         * manual/time.texi (TZ Variable): Document transition times from
26240         25:00:00 through 167:59:59.  These are already supported, and this
26241         support will help with version-3 tz-format files.
26243         * manual/time.texi (TZ Variable): Modernize North America example
26244         to reflect current (i.e., 2007-and-later) daylight saving rules.
26246         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
26248 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
26250         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
26251         * sysdeps/unix/bsd/bits/stat.h: Likewise.
26252         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
26253         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
26254         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
26255         * sysdeps/unix/bsd/bsdstat.h: Likewise.
26256         * sysdeps/unix/bsd/clock.c: Likewise.
26257         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
26258         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
26259         * sysdeps/unix/bsd/init-posix.c: Likewise.
26260         * sysdeps/unix/bsd/poll.c: Likewise.
26261         * sysdeps/unix/bsd/ptsname.c: Likewise.
26262         * sysdeps/unix/bsd/seekdir.c: Likewise.
26263         * sysdeps/unix/bsd/setegid.c: Likewise.
26264         * sysdeps/unix/bsd/seteuid.c: Likewise.
26265         * sysdeps/unix/bsd/setgid.c: Likewise.
26266         * sysdeps/unix/bsd/setrgid.c: Likewise.
26267         * sysdeps/unix/bsd/setruid.c: Likewise.
26268         * sysdeps/unix/bsd/setsid.c: Likewise.
26269         * sysdeps/unix/bsd/setuid.c: Likewise.
26270         * sysdeps/unix/bsd/sigaction.c: Likewise.
26271         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
26272         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
26273         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
26274         * sysdeps/unix/bsd/telldir.c: Likewise.
26275         * sysdeps/unix/bsd/times.c: Likewise.
26276         * sysdeps/unix/bsd/usleep.c: Likewise.
26278         * misc/Makefile (install-lib): Remove libbsd-compat.a.
26279         ($(objpfx)libbsd-compat.a): Remove rule.
26281         * include/features.h (__FAVOR_BSD): Do not define.
26282         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
26283         features conflicting with POSIX.
26284         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
26285         (_BSD_SOURCE): Remove description of not being a subset of other
26286         feature test macros.
26287         * manual/job.texi (getpgrp): Do not document BSD version.
26288         (getpgid): Do not document by reference to BSD getpgrp.
26289         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
26290         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
26291         * signal/signal.h [__FAVOR_BSD]: Likewise.
26292         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
26293         instead of making contents conditional on [__FAVOR_BSD].
26294         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
26296 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26298         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26300 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
26302         [BZ #16314]
26303         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
26304         values below 2**-450, not 2**-500.
26305         * math/auto-libm-test-in: Don't allow spurious underflow from
26306         hypot.
26307         * math/auto-libm-test-out: Regenerated.
26309         [BZ #16316]
26310         [BZ #16330]
26311         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
26312         values of ha and hb and sort them after adjusting subnormal
26313         arguments.
26314         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
26315         Likewise.
26316         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
26317         values of ea and eb and sort them after adjusting subnormal
26318         arguments.
26319         * math/auto-libm-test-in: Do not expect some hypot tests of
26320         subnormals to fail.  Add more hypot tests.
26321         * math/auto-libm-test-out: Regenerated.
26323 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26325         [BZ #13304]
26326         * sysdeps/sh/s_fma.c: New file.
26327         * sysdeps/sh/s_fmaf.c: New file.
26328         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
26329         version.
26330         * sysdeps/sh/Implies: Add sh/soft-fp.
26332 2013-12-16  Roland McGrath  <roland@hack.frob.com>
26334         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
26335         level of indirection to members `objname', `errstring', `malloced'.
26336         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
26337         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
26338         it as the __longjmp argument (just pass 1 instead).
26339         (_dl_catch_error): Initialize C with argument pointers and address of
26340         volatile local ERRCODE rather than copying values out of C at return.
26342 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
26344         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
26345         * math/auto-libm-test-out: Regenerated.
26346         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
26347         (hypot_test_data): Likewise.
26348         (pow_test_data): Likewise.
26349         (pow_tonearest_test_data): Likewise.
26350         * math/gen-auto-libm-tests.c (func_calc_method): Add value
26351         mpfr_ff_f.
26352         (func_calc_desc): Add mpfr_ff_f union field.
26353         (FUNC_mpfr_ff_f): New macro.
26354         (test_functions): Add atan2, hypot and pow.
26355         (special_fill_min): New function.
26356         (special_fill_minus_min): Likewise.
26357         (special_fill_min_subnorm): Likewise.
26358         (special_fill_minus_min_subnorm): Likewise.
26359         (special_real_inputs): Add min, -min, min_subnorm and
26360         -min_subnorm.
26361         (calc_generic_results): Handle mpfr_ff_f.
26362         * sysdeps/i386/fpu/libm-test-ulps: Update.
26363         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26365 2013-12-16  Will Newton  <will.newton@linaro.org>
26367         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
26368         (Aligned Memory Blocks): Add documentation for aligned_alloc
26369         and suggest it as an alternative to posix_memalign.
26370         (Hooks for Malloc): Document __memalign_hook is also called
26371         for aligned_alloc.  (Summary of Malloc): Add summary for
26372         aligned alloc.  Document __memalign_hook is also called
26373         for aligned_alloc.
26375 2013-12-16  Will Newton  <will.newton@linaro.org>
26377         * manual/memory.texi (Malloc Examples): Clarify default
26378         alignment documentation.  Suggest posix_memalign rather
26379         than memalign or valloc.
26380         (Aligned Memory Blocks): Remove suggestion to use memalign
26381         or valloc.  Remove obsolete comment about BSD.
26382         Document memalign errno values and mark the function obsolete.
26383         Document posix_memalign returned error codes.  Mark valloc
26384         as obsolete.  (Hooks for Malloc): __memalign_hook is also
26385         called for posix_memalign and valloc.
26386         (Summary of Malloc): Add posix_memalign to function summary.
26387         __memalign_hook is also called for posix_memalign and valloc.
26389 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26391         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
26392         TAYLOR_SIN.
26393         (__sin): Adjust.
26394         (__cos): Likewise.
26395         (sloww): Use mynumber union.  Expand ternary operator into
26396         if-else statements.
26397         (cslow): use mynumber union.
26399 2013-12-16  Allan McRae  <allan@archlinux.org>
26401         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
26402         * configure: Regenerated.
26404         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
26406         [BZ #14120]
26407         * configure.ac: Added --enable-maintainer-mode. Check for
26408         autoconf when enabled.
26409         * configure: Regenerated.
26411         * nscd/nscd.service: New file.
26412         * nscd/nscd.tmpfiles: New file.
26414 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
26416         [BZ #12100]
26417         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
26418         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
26419         * sysdeps/x86_64/multiarch/strstr.c: ... here.
26420         (strstr): Add __strstr_sse2_unaligned ifunc.
26421         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
26422         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
26423         (strcasestr): Remove __strcasestr_sse42 ifunc.
26424         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
26425         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26426         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
26428 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26430         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
26431         * sysdeps/sh/bits/fenv.h: ... here.
26432         * sysdeps/sh/sh4/fpu/bits: Remove directory.
26434 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26436         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
26438         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
26439         hypotf multiarch implementations.
26440         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
26441         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
26442         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
26443         multiarch hypot for PPC64.
26444         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
26445         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
26446         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
26447         multiarch hypotf for PPC64.
26449         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
26450         modff multiarch implementations.
26451         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
26452         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
26453         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
26454         multiarch modf for PPC64.
26455         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
26456         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
26457         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
26458         multiarch modff for PPC64.
26460         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
26461         and logl multiarch implementations.
26462         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
26463         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
26464         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
26465         multiarch logb for PPC64.
26466         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
26467         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
26468         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
26469         multiarch logb for PPC64.
26470         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
26471         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
26472         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
26473         multiarch logb for PPC64.
26475         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
26476         isinff multiarch implementation.
26477         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
26478         file.
26479         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
26480         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
26481         multiarch isinf for PPC64.
26482         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
26483         file.
26484         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
26485         multiarch isinff for PPC64.
26487         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
26488         finitef multiarch implementation.
26489         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
26490         file.
26491         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
26492         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
26493         multiarch finite for PPC64.
26494         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
26495         file.
26496         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
26497         multiarch finitef for PPC64.
26499         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
26500         lrint multiarch implementation.
26501         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
26502         file.
26503         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
26504         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
26505         multiarch llrint for PPC64.
26506         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
26507         multiarch lrint for PPC64.
26509         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
26510         copysignf multiarch implementation.
26511         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
26512         file.
26513         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
26514         file.
26515         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
26516         multiarch copysign for PPC64.
26517         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
26518         multiarch copysignf for PPC64.
26520         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
26521         multiarch implementation.
26522         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
26523         file.
26524         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
26525         file.
26526         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
26527         file.
26528         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
26529         file.
26530         multiarch llround for PPC64.
26531         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
26532         multiarch trunc for PPC64.
26533         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
26534         multiarch truncf for PPC64.
26536         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
26537         multiarch implementation.
26538         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
26539         file.
26540         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
26541         file.
26542         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
26543         file.
26544         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
26545         file.
26546         multiarch llround for PPC64.
26547         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
26548         multiarch round for PPC64.
26549         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
26550         multiarch roundf for PPC64.
26552         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
26553         multiarch implementation.
26554         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
26555         file.
26556         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
26557         file.
26558         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
26559         file.
26560         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
26561         file.
26562         multiarch llround for PPC64.
26563         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
26564         multiarch floor for PPC64.
26565         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
26566         multiarch floorf for PPC64.
26568         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
26569         multiarch implementation.
26570         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
26571         file.
26572         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
26573         file.
26574         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
26575         file.
26576         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
26577         file.
26578         multiarch llround for PPC64.
26579         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
26580         multiarch ceil for PPC64.
26581         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
26582         multiarch ceilf for PPC64.
26584         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
26585         multiarch implementation.
26586         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
26587         file.
26588         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
26589         file.
26590         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
26591         file.
26592         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
26593         multiarch llround for PPC64.
26594         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
26595         multiarch lround for PPC64.
26597         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
26598         multiarch implementation.
26599         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
26600         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
26601         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
26602         file.
26603         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
26604         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
26605         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
26606         multiarch isnan for PPC64.
26607         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
26608         multiarch isnanf for PPC64.
26610         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
26611         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
26612         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
26613         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
26614         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
26615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
26617         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
26618         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
26619         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26620         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26622         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
26623         multiarch implementations.
26624         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26625         (__libc_ifunc_impl_list): Likewise.
26626         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
26627         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
26628         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
26629         multiarch stpcpy for PPC64.
26631         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
26632         multiarch implementations.
26633         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26634         (__libc_ifunc_impl_list): Likewise.
26635         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
26636         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
26637         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
26638         multiarch strcpy for PPC64.
26640         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
26641         redefine function name.
26642         (_wordcopy_fwd_dest_aligned): Likewise.
26643         (_wordcopy_bwd_aligned): Likewise.
26644         (_wordcopy_bwd_dest_aligned): Likewise.
26645         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
26646         multiarch implementations.
26647         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26648         (__libc_ifunc_impl_list): Likewise.
26649         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
26650         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
26651         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
26652         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
26653         multiarch wcscpy for PPC64.
26655         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
26656         multiarch implementations.
26657         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26658         (__libc_ifunc_impl_list): Likewise.
26659         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
26660         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
26661         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
26662         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
26663         multiarch wcscpy for PPC64.
26665         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
26666         multiarch implementations.
26667         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26668         (__libc_ifunc_impl_list): Likewise.
26669         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
26670         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
26671         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
26672         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
26673         multiarch wcsrchr for PPC64.
26675         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
26676         multiarch implementations.
26677         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26678         (__libc_ifunc_impl_list): Likewise.
26679         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
26680         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
26681         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
26682         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
26683         multiarch wcschr for PPC64.
26685         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
26686         multiarch implementations.
26687         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26688         (__libc_ifunc_impl_list): Likewise.
26689         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
26690         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
26691         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
26692         multiarch strchrnul for PPC64.
26694         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
26695         implementations.
26696         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26697         (__libc_ifunc_impl_list): Likewise.
26698         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
26699         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
26700         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
26701         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
26702         strchr for PPC64.
26704         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
26705         implementations.
26706         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26707         (__libc_ifunc_impl_list): Likewise.
26708         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
26709         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
26710         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
26711         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
26712         strncmp for PPC64.
26714         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
26715         multiarch implementations.
26716         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26717         (__libc_ifunc_impl_list): Likewise.
26718         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
26719         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
26720         strncasecmp for PPC64.
26721         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
26722         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
26723         multiarch strncasecmp_l for PPC64.
26725         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
26726         multiarch implementations.
26727         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
26728         (__libc_ifunc_impl_list): Likewise.
26729         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
26730         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
26731         multiarch strcasecmp for PPC64.
26732         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
26733         file.
26734         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
26735         multiarch strcasecmp_l for PPC64.
26737         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
26738         implementations.
26739         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26740         (__libc_ifunc_impl_list): Likewise.
26741         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
26742         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
26743         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
26744         strnlen for PPC64.
26746         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
26747         implementations.
26748         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26749         (__libc_ifunc_impl_list): Likewise.
26750         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
26751         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
26752         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
26753         strlen for PPC64.
26755         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
26756         implementations.
26757         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26758         (__libc_ifunc_impl_list): Likewise.
26759         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
26760         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
26761         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
26762         rawmemrchr for PPC64.
26764         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
26765         implementation.
26766         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26767         (__libc_ifunc_impl_list): Likewise.
26768         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
26769         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
26770         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
26771         memrchr for PPC64.
26773         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
26774         implementation.
26775         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26776         (__libc_ifunc_impl_list): Likewise.
26777         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
26778         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
26779         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
26780         memchr for PPC64.
26782         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
26783         implementation.
26784         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26785         (__libc_ifunc_impl_list): Likewise.
26786         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
26787         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
26788         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
26789         mempcpy for PPC64.
26791         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
26792         avoid cretion of __bzero symbol.
26793         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
26794         Likewise.
26795         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
26796         Likewise.
26797         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
26798         Likewise.
26799         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
26800         multiarch implementations.
26801         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26802         (__libc_ifunc_impl_list): Likewise.
26803         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
26804         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
26805         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
26806         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
26807         bzero for PPC32.
26808         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
26809         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
26810         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
26811         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
26812         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
26813         memset for PPC64.
26814         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
26816         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
26817         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
26818         implementations.
26819         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
26820         (__libc_ifunc_impl_list): Likewise.
26821         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
26822         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
26823         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
26824         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
26825         memcmp for PPC64.
26827         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
26828         multiarch for POWER/PPC64.
26829         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
26830         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
26831         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
26832         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
26833         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
26834         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
26835         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
26836         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
26837         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
26838         memcpy for PPC64.
26840         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
26841         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
26842         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
26843         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
26844         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
26845         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
26846         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
26847         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
26848         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
26849         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
26850         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
26851         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
26852         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
26853         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
26854         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
26855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
26856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
26857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
26858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
26859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
26860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
26861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
26863 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26865         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
26867 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26869         * benchtests/Makefile (bench): Add exp2 and log2.
26870         (LDLIBS-bench-exp2): Add -lm.
26871         (LDLIBS-bench-log2): Likewise.
26872         * benchtests/exp2-inputs: New inputs file.
26873         * benchtests/log2-inputs: New inputs file.
26874         * benchtests/log-inputs: Add new inputs.
26875         * benchtests/tan-inputs: Likewise.
26877 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26879         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
26880         definition...
26881         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
26882         (csloww2): ... from here.
26884         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
26885         instead of structures.
26886         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
26887         (POLYNOMIAL): Likewise.
26888         (TAYLOR_SLOW): Likewise.
26889         (__sin): Likewise.
26890         (__cos): Likewise.
26891         (slow1): Likewise.
26892         (slow2): Likewise.
26893         (sloww): Likewise.
26894         (sloww1); Likewise.
26895         (sloww2): Likewise.
26896         (bsloww1): Likewise.
26897         (bsloww2): Likewise.
26898         (cslow2): Likewise.
26899         (csloww): Likewise.
26900         (csloww1): Likewise.
26901         (csloww2): Likewise.
26903 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
26905         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
26906         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
26907         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
26908         * malloc/hooks.c (realloc_check): Likewise.
26910         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
26911         * malloc/arena.c: Remove PER_THREAD conditional.
26912         [!PER_THREAD]: Remove code.
26913         (ptmalloc_unlock_all2): Likewise.
26914         (ptmalloc_init): Likewise.
26915         (_int_new_arena): Likewise.
26916         (arena_get2): Likewise.
26917         * malloc/hooks.c (__malloc_get_state): Likewise.
26918         (__malloc_set_state): Likewise.
26919         * malloc/malloc.c: Likewise.
26920         (struct malloc_state): Likewise.
26921         (struct malloc_par): Likewise.
26922         (__libc_realloc): Likewise.
26923         (__libc_mallopt): Likewise.
26925 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26927         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
26929 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
26931         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
26932         macro to a function.  Check for zero perturb_byte.
26933         (_int_malloc, _int_free): Remove zero perturb_byte checks.
26935         * malloc/malloc.c: (force_reg): Remove.
26936         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
26937         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
26938         force_reg by atomic_forced_read.
26939         * malloc/arena.c (ptmalloc_init): Likewise.
26940         * malloc/hooks.c (top_check): Likewise.
26942 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26944         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26946 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
26948         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26950 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
26952         * math/auto-libm-test-in: Add tests of lgamma.
26953         * math/auto-libm-test-out: Regenerated.
26954         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
26955         (M_LOG_2_SQRT_PIl): Likewise.
26956         (lgamma_test_data): Use AUTO_TESTS_f_f1.
26957         * math/gen-auto-libm-tests.c (func_calc_method): Add value
26958         mpfr_f_f1.
26959         (func_calc_desc): Add mpfr_f_f1 union field.
26960         (ARGS1): New macro.
26961         (ARGS2): Likewise.
26962         (ARGS3): Likewise.
26963         (ARGS4): Likewise.
26964         (RET1): Likewise.
26965         (RET2): Likewise.
26966         (CALC): Likewise.
26967         (FUNC): Likewise.
26968         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
26969         (test_functions): Add lgamma.
26970         (calc_generic_results): Handle mpfr_f_f1.
26971         * sysdeps/i386/fpu/libm-test-ulps: Update.
26972         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26974 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26976         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
26977         __mpn_add_n for PowerPC64/POWER7.
26978         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
26979         __mpn_sub_n for PowerPC64/POWER7.
26981         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
26982         __mpn_addmul_1 for PowerPC64.
26983         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
26984         __mpn_submul_1 for PowerPC64.
26985         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
26986         for PowerPC64.
26987         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
26988         for PowerPC64.
26990 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
26992         [BZ #15089]
26993         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
26995 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26997         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
26999         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
27000         add multiarch folders.
27001         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
27002         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
27003         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
27004         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
27005         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
27006         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
27007         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
27008         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
27009         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
27010         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
27011         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
27012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
27013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
27014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
27015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
27016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
27017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
27019         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
27020         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
27021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
27022         New file.
27023         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
27024         New file.
27025         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
27026         multiarch __ieee754_hypot for PowerPC32.
27027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
27028         New file.
27029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
27030         New file.
27031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
27032         multiarch __ieee754_hypotf for PowerPC32.
27034         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
27035         long_double_symbol only if __logbl is defined.
27036         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
27037         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
27038         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
27039         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
27040         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
27041         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
27042         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
27043         path for implementation.
27044         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
27045         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
27046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
27047         logb, and logbl multiarch implementations for PowerPC32.
27048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
27049         file.
27050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
27051         file.
27052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
27053         multiarch logb for PowerPC32.
27054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
27055         file.
27056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
27057         file.
27058         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
27059         multiarch logbf for PowerPC32.
27060         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
27061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
27062         file.
27063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
27064         multiarch logbl implementation for PowerPC32.
27066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
27067         and modff multiarch implementations.
27068         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
27069         New file.
27070         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
27071         New file.
27072         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
27073         multiarch modf for PowerPC32.
27074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
27075         New file.
27076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
27077         New file.
27078         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
27079         multiarch modff for PowerPC32.
27081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
27082         and lrintf multiarch implementations.
27083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
27084         New file.
27085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
27086         New file.
27087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
27088         multiarch lrint for PowerPC32.
27089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
27090         file: multiarch lrintf for PowerPC32.
27092         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
27093         and lroundf multiarch implementations.
27094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
27095         New file.
27096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
27097         New file.
27098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
27099         New file.
27100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
27101         multiarch lround for PowerPC32.
27102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
27103         file: multiarch lroundf for PowerPC32.
27105         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
27106         copysign and copysignf multiarch implementations.
27107         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
27108         New file.
27109         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
27110         New file.
27111         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
27112         file: multiarch copysign for PowerPC32.
27113         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
27114         file: multiarch copysignf for PowerPC32.
27116         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
27117         and truncf multiarch implementations.
27118         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
27119         New file.
27120         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
27121         file.
27122         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
27123         multiarch trunc for PowerPC32.
27124         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
27125         New file.
27126         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
27127         New file.
27128         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
27129         multiarch truncf for PowerPC32.
27131         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
27132         and roundf multiarch implementations.
27133         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
27134         New file.
27135         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
27136         file.
27137         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
27138         multiarch round for PowerPC32.
27139         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
27140         New file.
27141         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
27142         New file.
27143         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
27144         multiarch roundf for PowerPC32.
27146         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
27147         and floorf multiarch implementations.
27148         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
27149         New file.
27150         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
27151         file.
27152         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
27153         multiarch floor for PowerPC32.
27154         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
27155         New file.
27156         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
27157         New file.
27158         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
27159         multiarch floorf for PowerPC32.
27161         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
27162         and ceilf multiarch implementations.
27163         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
27164         New file.
27165         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
27166         file.
27167         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
27168         multiarch ceil for PowerPC32.
27169         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
27170         New file.
27171         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
27172         file.
27173         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
27174         multiarch ceilf for PowerPC32.
27176         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
27177         is defined.
27178         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
27179         FINITEF is defined.
27180         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
27181         and finitef multiarch implementations.
27182         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
27183         New file.
27184         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
27185         file.
27186         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
27187         multiarch finite for PowerPC32.
27188         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
27189         New file.
27190         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
27191         file: multiarch finitef for PowerPC32.
27193         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
27194         and isinff multiarch implementations.
27195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
27196         file.
27197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
27198         file.
27199         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
27200         multiarch isinf for PowerPC32.
27201         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
27202         New file.
27203         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
27204         multiarch isinff for PowerPC32.
27206         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
27207         alias when __isnan is defined.
27208         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
27209         and isnanf multiarch implementations.
27210         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
27211         file.
27212         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
27213         file.
27214         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
27215         file.
27216         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
27217         file.
27218         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
27219         multiarch isnan for PowerPC32.
27220         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
27221         New file.
27222         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
27223         New file.
27224         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
27225         multiarch isnanf for PowerPC32.
27227         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
27228         and sqrtf multiarch implementations.
27229         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
27230         file.
27231         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
27232         file.
27233         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
27234         multiarch sqrt for PowerPC32.
27235         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
27236         file.
27237         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
27238         file.
27239         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
27240         multiarch sqrtf for PowerPC32.
27242         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
27243         and llroundf multiarch implementations.
27244         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
27245         New file.
27246         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
27247         New file.
27248         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
27249         New file.
27250         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
27251         file: multiarch llround for PowerPC32.
27252         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
27253         file: multiarch llroundf for PowerPC32.
27255         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
27256         multiarch PowerPC32 fpu implementations.
27257         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
27258         New file.
27259         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
27260         New file.
27261         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
27262         multiarch llrint for PowerPC32.
27263         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
27264         New file.
27265         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
27266         New file.
27267         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
27268         file.
27270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
27272         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
27273         file.
27274         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
27275         file.
27276         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
27277         file.
27278         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
27279         multiarch wordcopy for PPC32.
27280         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
27281         wordcopy objects.
27282         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
27283         (__libc_ifunc_impl_list): Likewise.
27284         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
27285         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
27286         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
27287         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
27288         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
27289         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
27291         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
27292         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
27293         file.
27294         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
27295         file.
27296         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
27297         file.
27298         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
27299         multiarch wcscpy for PPC32.
27300         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
27301         multiarch objects.
27302         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
27303         (__libc_ifunc_impl_list): Likewise.
27304         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
27305         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
27306         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
27307         sysdeps/powerpc/power6/wcscpy.c.
27309         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
27310         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
27311         file.
27312         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
27313         file.
27314         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
27315         file.
27316         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
27317         multiarch wcsrchr for PPC32.
27318         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
27319         multiarch objects.
27320         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
27321         (__libc_ifunc_impl_list): Likewise.
27322         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
27323         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
27324         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
27325         sysdeps/powerpc/power6/wcsrchr.c.
27327         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
27328         file.
27329         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
27330         file.
27331         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
27332         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
27333         multiarch wcschr for PPc32.
27334         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
27335         multiarch objects.
27336         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
27337         (__libc_ifunc_impl_list): Likewise.
27338         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
27339         * sysdeps/powerpc/power6/wcschr.c: ... to here.
27340         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
27341         sysdeps/powerpc/power6/wcschr.c.
27343         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
27344         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
27345         file.
27346         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
27347         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
27348         file: multiarch strchr for PPC32.
27349         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
27350         multiarch objects.
27351         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
27352         (__libc_ifunc_impl_list): Likewise.
27354         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
27355         name.
27356         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
27357         file.
27358         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
27359         file.
27360         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
27361         multiarch strchrnul for PPC32.
27362         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
27363         multiarch objects.
27364         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
27365         (__libc_ifunc_impl_list): Likewise.
27367         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
27368         file.
27369         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
27370         multiarch strncasecmp for PPC32.
27371         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
27372         file.
27373         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
27374         multiarch strncasecmp_l for PPC32.
27375         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
27376         strncasecmp multiarch objects.
27377         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
27378         (__libc_ifunc_impl_list): Likewise.
27380         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
27381         file.
27382         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
27383         multiarch strncasecmp for PPC32.
27384         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
27385         New file.
27386         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
27387         multiarch strcasecmp_l for PPC32.
27388         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
27389         multiarch objects.
27390         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
27391         (__libc_ifunc_impl_list): Likewise.
27393         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
27394         file.
27395         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
27396         file.
27397         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
27398         multiarch strncmp for PPC32.
27399         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
27400         multiarch objects.
27401         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
27402         (__libc_ifunc_impl_list): Likewise.
27404         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
27405         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
27406         file.
27407         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
27408         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
27409         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
27410         multiarch objects.
27411         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
27412         (__libc_ifunc_impl_list): Likewise.
27414         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
27415         file.
27416         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
27417         file.
27418         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
27419         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
27420         multiarch objects.
27421         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
27422         (__libc_ifunc_impl_list): Likewise.
27424         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
27425         file.
27426         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
27427         file.
27428         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
27429         multiarch rawmemchr for PPC32.
27430         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
27431         multiarch objects.
27432         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
27433         (__libc_ifunc_impl_list): Likewise.
27435         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
27436         file.
27437         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
27438         file.
27439         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
27440         file: memrchr multiarch for PPC32.
27441         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
27442         multiarch objects.
27443         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
27444         (__libc_ifunc_impl_list): Likewise.
27446         * string/memchr.c (__memchr): Using macro to redefine symbol name.
27447         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
27448         file.
27449         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
27450         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
27451         multiarch memchr for PPC32.
27452         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
27453         multiarch objects.
27454         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
27455         (__libc_ifunc_impl_list): Likewise.
27457         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
27458         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
27459         file.
27460         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
27461         file.
27462         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
27463         file: multiarch mempcpy for PPC32.
27464         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
27465         multiarch objects.
27466         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
27467         (__libc_ifunc_impl_list): Likewise.
27469         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
27470         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
27471         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
27472         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
27473         multiarch bzero for PPC32.
27474         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
27475         file.
27476         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
27477         file.
27478         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
27479         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
27480         file: multiarch memset for PPC32.
27481         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
27482         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
27483         memset multiarch objects.
27484         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
27485         (__libc_ifunc_impl_list): Likewise.
27487         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
27488         file.
27489         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
27490         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
27491         memcmp for PPC32.
27492         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
27493         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
27494         multiarch objects.
27495         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
27496         (__libc_ifunc_impl_list): Likewise.
27498         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
27499         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
27500         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
27501         file.
27502         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
27503         file.
27504         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
27505         file.
27506         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
27507         multiarch memcpy for PPC32.
27508         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
27509         multiarch objects.
27510         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
27511         (__libc_ifunc_impl_list): Likewise.
27513         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
27514         support multiarch for POWER/PPC32.
27515         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
27516         Likewise.
27517         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
27518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
27519         Implies file to make multiarch folder appers before the fpu and
27520         default folder for power4 configuration.
27522 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27524         * scripts/bench.pl: Append volatile keyword to type.
27526 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
27528         * sysdeps/sh/sotruss-lib.c: New file.
27529         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
27531 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27533         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27535 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
27537         [BZ #6810]
27538         * math/w_tgamma.c: Include <errno.h>.
27539         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
27540         * math/w_tgammaf.c: Include <errno.h>.
27541         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
27542         * math/w_tgammal.c: Include <errno.h>.
27543         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
27544         * math/auto-libm-test-in: Do not allow missing errno on tgamma
27545         underflow.  Add more tgamma tests.
27546         * math/auto-libm-test-out: Regenerated.
27547         * sysdeps/i386/fpu/libm-test-ulps: Update.
27548         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27550         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
27551         sin, sinh, tan, tanh, tgamma, y0 and y1.
27552         * math/auto-libm-test-out: Regenerated.
27553         * math/libm-test.inc (TEST_COND_x86_64): New macro.
27554         (TEST_COND_x86): Likewise.
27555         (M_E2l): Remove macro.
27556         (M_E3l): Likewise.
27557         (M_2_SQRT_PIl): Likewise.
27558         (M_SQRT_PIl): Likewise.
27559         (M_1_DIV_El): Likewise.
27560         (log_test_data): Use AUTO_TESTS_f_f.
27561         (log10_test_data): Likewise.
27562         (log1p_test_data): Likewise.
27563         (log2_test_data): Likewise.
27564         (sin_test_data): Likewise.
27565         (sin_tonearest_test_data): Likewise.
27566         (sin_towardzero_test_data): Likewise.
27567         (sin_downward_test_data): Likewise.
27568         (sin_upward_test_data): Likewise.
27569         (sinh_test_data): Likewise.
27570         (sinh_tonearest_test_data): Likewise.
27571         (sinh_towardzero_test_data): Likewise.
27572         (sinh_downward_test_data): Likewise.
27573         (sinh_upward_test_data): Likewise.
27574         (tan_test_data): Likewise.
27575         (tan_tonearest_test_data): Likewise.
27576         (tan_towardzero_test_data): Likewise.
27577         (tan_downward_test_data): Likewise.
27578         (tan_upward_test_data): Likewise.
27579         (tanh_test_data): Likewise.
27580         (tgamma_test_data): Likewise.
27581         (y0_test_data): Likewise.
27582         (y1_test_data): Likewise.
27583         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
27584         (special_real_inputs): Add pi/4.
27585         * sysdeps/i386/fpu/libm-test-ulps: Update.
27586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27588 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27590         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
27591         "longjmp_target" static probes.
27592         (__longjmp): Rename to __longjmp_symbol.
27593         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
27594         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
27595         on which longjmp to generate.
27596         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
27597         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
27598         probe.
27599         (__sigsetjmp): Rename to __sigsetjmp_symbol.
27600         (__sigjmp_save): Rename to __sigjmp_save_symbol.
27601         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
27602         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
27603         and __sigjmp_save_symbol based on which sigsetjmp to generated.
27604         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
27605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
27606         __longjmp_symbol based on which __longjmp to generate.
27607         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
27608         probe.
27609         (setjmp): Rename to setjmp_symbol.
27610         (__sigsetjmp): Rename to __sigsetjmp_symbol.
27611         (_setjmp): Rename to _setjmp_symbol.
27612         (__sigsetjmp): Rename to __sigsetjmp_symbol.
27613         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
27614         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
27615         which setjmp to generate.
27616         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
27617         "longjmp_target" static probes.
27619 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
27621         * benchtests/README: Add note about output arguments.
27622         * benchtests/bench-sincos.c: Remove file.
27623         * benchtests/sincos-inputs: New file.
27624         * scripts/bench.pl: Identify output arguments and define
27625         static variables for them.
27627         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
27629         [BZ #15941]
27630         * Makefile (INSTALL): Add install-plain.texi as the primary
27631         dependency.
27632         * manual/install-plain.texi: New file.
27633         * manual/install.texi: Include node directive only for
27634         non-plaintext output.
27636 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
27638         * stdlib/longlong.h: Update from GCC.
27640         [BZ #6807]
27641         [BZ #15901]
27642         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
27643         * math/w_j0f.c (y0f): Likewise.
27644         * math/w_j0l.c (__y0l): Likewise.
27645         * math/w_j1.c (y1): Likewise.
27646         * math/w_j1f.c (y1f): Likewise.
27647         * math/w_j1l.c (__y1l): Likewise
27648         * math/w_jn.c (yn): Likewise.
27649         * math/w_jnf.c (ynf): Likewise.
27650         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
27651         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
27652         value for Bessel function domain errors outside _SVID_ mode.
27653         Adjust sign of return value for yn (negative integer, 0).
27654         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
27655         by zero in return for negative x and set sign appropriately for
27656         negative n.
27657         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
27658         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
27659         * math/libm-test.inc (y0_test_data): Add more tests and adjust
27660         expectations in error cases.
27661         (y1_test_data): Likewise.
27662         (yn_test_data): Likewise.
27663         * sysdeps/i386/fpu/libm-test-ulps: Update.
27664         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27666 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
27668         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
27669         "64" to "64-v1".  Add "64-v2".
27670         (abi-64-options): Rename to ...
27671         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
27672         (abi-64-condition): Rename to ...
27673         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
27674         (abi-64-ld-soname): Rename to ...
27675         (abi-64-v1-ld-soname): ... this.
27676         (abi-64-v2-options): Define.
27677         (abi-64-v2-condition): Likewise.
27678         (abi-64-v2-ld-soname): Likewise.
27679         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
27680         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
27681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
27682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
27683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
27685 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
27686             Alan Modra  <amodra@gmail.com>
27688         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
27689         New versions for use with the ELFv2 ABI.
27690         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
27691         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
27692         declaration.
27693         (struct La_ppc64v2_retval): Likewise.
27694         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
27695         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
27696         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
27697         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
27698         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
27699         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
27700         Do not save or restore CR.
27701         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
27702         (_dl_profile_resolve): Do no save or restore CR.  Support extended
27703         return values for ELFv2 ABI.  Fix location of FPR return registers.
27704         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
27705         updated values for _CALL_ELF == 2.
27706         (La_regs, La_retval, int_retval): Likewise.
27708 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
27710         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
27711         (FRAME_MIN_SIZE_PARM): Likewise.
27712         (FRAME_BACKCHAIN): Likewise.
27713         (FRAME_CR_SAVE): Likewise.
27714         (FRAME_LR_SAVE): Likewise.
27715         (FRAME_TOC_SAVE): Likewise.
27716         (FRAME_PARM_SAVE): Likewise.
27717         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
27718         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
27719         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
27720         (call_mcount_parm_offset): New macro.
27721         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
27722         (PROF): Use symbolic stack frame offsets.
27723         (TAIL_CALL_SYSCALL_ERROR): Likewise.
27724         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
27725         Redefine in terms of FRAME_MIN_SIZE.
27726         (_dl_runtime_resolve): Use symbolic stack frame offsets.
27727         (_dl_profile_resolve): Likewise.  Update comment.
27728         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
27729         symbols stack frame offsets.
27730         (__sigsetjmp): Likewise.
27731         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
27732         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
27733         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
27734         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
27736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
27737         (FRAME_BACKCHAIN): Remove.
27738         (FRAME_CR_SAVE): Likewise.
27739         (FRAME_LR_SAVE): Likewise.
27740         (FRAME_COMPILER_DW): Likewise.
27741         (FRAME_LINKER_DW): Likewise.
27742         (FRAME_TOC_SAVE): Likewise.
27743         (FRAME_PARM_SAVE): Likewise.
27744         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
27745         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
27746         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
27747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
27748         (CHECK_SP): Use symbolic stack frame offsets.
27749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
27750         zone" instead of caller's parameter save area for temp storage.
27751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
27752         Likewise.  Also, use symbolic stack frame offsets.
27753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
27754         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
27755         our own stack frame instead of the caller's.
27756         (__socket): Use symbolic stack frame offsets.
27758 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
27759             Alan Modra  <amodra@gmail.com>
27761         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
27762         Define.
27763         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
27764         (PPC64_LOCAL_ENTRY_OFFSET): Define.
27765         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
27766         New function.
27767         (elf_machine_fixup_plt): Call it.
27768         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
27769         reloc arguments.
27770         (elf_machine_rela): Update call to elf_machine_plt_conflict.
27771         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
27772         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
27773         r2 before calling target.
27775 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
27776             Alan Modra  <amodra@gmail.com>
27778         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
27779         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
27780         versions of macros to support ELFv2 ABI.
27781         (LOCALENTRY): New macro.
27782         (ENTRY, EALIGN): Use it.
27783         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
27784         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
27785         fall through into ENTRY entry point.
27786         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
27787         Only define if _CALL_ELF != 2.
27789         (elf_machine_matches_host): Verify ABI version matches.
27790         (RTLD_START): Use LOCALENTRY.
27791         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
27792         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
27793         (PLT_ENTRY_WORDS): New macro.
27794         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
27795         (elf_machine_runtime_setup): Support ELFv2 ABI.
27796         (elf_machine_fixup_plt): Likewise.
27797         (elf_machine_plt_conflict): Likewise.
27798         (resolve_ifunc): Likewise.
27799         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
27800         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
27801         Likewise.
27802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
27803         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
27804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
27805         (makecontext): Support ELFv2 ABI.
27806         * elf/elf.h (EF_PPC64_ABI): Define.
27808 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
27810         * sysdeps/powerpc/powerpc64/sysdep.h
27811         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
27812         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
27813         (ENTRY) [ASSEMBLER]: ... but instead here ...
27814         (EALIGN) [ASSEMBLER]: ... and here.
27815         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
27816         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
27817         (ENTRY_2) [!ASSEMBLER]: Use it.
27818         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
27819         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
27820         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
27821         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
27822         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
27823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
27824         Use PPC64_LOAD_FUNCPTR.
27826         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
27828 2013-12-04  Alan Modra  <amodra@gmail.com>
27830         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
27831         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
27832         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
27833         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
27835         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
27836         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
27837         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
27838         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
27839         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
27840         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
27842 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
27844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
27845         (__makecontext): Fix incorrect CFI when backtracing out of
27846         context created via makecontext.
27847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
27848         (__setcontext): Fix incorrect CFI during switch to new context.
27849         (__novec_setcontext): Likewise.
27851 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
27853         [BZ #4772]
27854         * time/strptime_l.c (__strptime_internal): Allow modifiers
27855         in strptime.
27856         * time/tst-strptime.c (day_tests): Add testcase.
27858 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27860         * scripts/bench.pl: Skip over blank lines.
27862 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
27864         [BZ #926]
27865         * manual/time.texi (Calendar Time): Clarify what timezone functions
27866         use.
27868 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27870         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27872 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
27874         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
27875         implementation.
27876         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
27877         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
27878         * debug/memset_chk.c (__memset_chk): Likewise.
27879         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
27880         * debug/strncpy_chk.c: Likewise.
27882 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
27884         [BZ #15268]
27885         [BZ #15425]
27886         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
27887         (__ieee754_exp): For possibly underflowing results, check size of
27888         result and force underflow exception if required.
27889         * math/auto-libm-test-in: Add more tests of exp.
27890         * math/auto-libm-test-out: Regenerated.
27891         * sysdeps/i386/fpu/libm-test-ulps: Update.
27892         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27894         [BZ #16283]
27895         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
27896         * math/w_exp2f.c (__exp2f): Likewise.
27897         * math/w_exp2l.c (__exp2l): Likewise.
27898         * math/auto-libm-test-in: Do not allow missing errno on exp2
27899         underflow.
27900         * math/auto-libm-test-out: Regenerated.
27902 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
27904         [BZ #16274]
27905         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
27906         handle filename validation.
27907         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
27908         (do_open): Delete.
27910 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
27912         [BZ #6786]
27913         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
27914         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
27915         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
27916         <float.h>.
27917         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
27918         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
27919         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
27920         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
27921         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
27922         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
27923         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
27924         * math/auto-libm-test-in: Don't allow missing errno from erfc.
27925         Add more erfc tests.
27926         * math/auto-libm-test-out: Regenerated.
27927         * sysdeps/i386/fpu/libm-test-ulps: Update.
27928         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27930         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
27931         exp2, expm1, j0 and j1.
27932         * math/auto-libm-test-out: Regenerated.
27933         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
27934         (erfc_test_data): Likewise.
27935         (exp_test_data): Likewise.
27936         (exp_tonearest_test_data): Likewise.
27937         (exp_towardzero_test_data): Likewise.
27938         (exp_downward_test_data): Likewise.
27939         (exp_upward_test_data): Likewise.
27940         (exp10_test_data): Likewise.
27941         (exp2_test_data): Likewise.
27942         (expm1_test_data): Likewise.
27943         (j0_test_data): Likewise.
27944         (j1_test_data): Likewise.
27945         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
27946         (input_flag_type): Add flag_xfail_rounding.
27947         (input_flags): Add xfail-rounding.
27948         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
27949         (output_for_one_input_case): Handle flag_xfail_rounding.
27950         * sysdeps/i386/fpu/libm-test-ulps: Update.
27951         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27953 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
27955         [BZ #16289]
27956         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
27957         division by 0.
27959 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27961         [BZ #16195]
27962         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
27963         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
27964         (STAP_PROBE0): New macro.
27965         (STAP_PROBE1): Likewise.
27966         (STAP_PROBE2): Likewise.
27967         (STAP_PROBE3): Likewise.
27968         (STAP_PROBE4): Likewise.
27970 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
27972         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
27974 2013-12-02  Steve Ellcey  <sellcey@mips.com>
27976         * benchtests/Makefile (bench): Add sqrt.
27977         (LDLIBS-bench-sqrt): New.
27978         * benchtests/sqrt-input: New.
27980 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
27982         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
27983         (GAIH_EAI): Likewise.
27984         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
27985         (gaih_inet): Likewise.
27986         (getaddrinfo): Don't use GAIH_EAI.
27988         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
27989         (struct gaih): Remove definition.
27991 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27993         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
27994         Use HERRNOP directly.
27996 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27998         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28000 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
28002         * math/gen-auto-libm-tests.c (test_functions): Add more
28003         single-argument functions.
28004         (special_fill_pi_2): New function.
28005         (special_fill_minus_pi_2): Likewise.
28006         (special_fill_pi_6): Likewise.
28007         (special_fill_minus_pi_6): Likewise.
28008         (special_fill_pi_3): Likewise.
28009         (special_fill_2pi_3): Likewise.
28010         (special_fill_e): Likewise.
28011         (special_fill_1_e): Likewise.
28012         (special_fill_e_minus_1): Likewise.
28013         (special_real_inputs): Add more special inputs.
28014         (output_for_one_input_case): Do not require ERANGE on underflow to
28015         zero if round-to-nearest result does not underflow to zero, unless
28016         exact results required.
28017         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
28018         atan, atanh, cbrt, cos and cosh.
28019         * math/auto-libm-test-out: Regenerated.
28020         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
28021         (acos_tonearest_test_data): Likewise.
28022         (acos_towardzero_test_data): Likewise.
28023         (acos_downward_test_data): Likewise.
28024         (acos_upward_test_data): Likewise.
28025         (acosh_test_data): Likewise.
28026         (asin_test_data): Likewise.
28027         (asin_tonearest_test_data): Likewise.
28028         (asin_towardzero_test_data): Likewise.
28029         (asin_upward_test_data): Likewise.
28030         (asinh_test_data): Likewise.
28031         (atan_test_data): Likewise.
28032         (atanh_test_data): Likewise.
28033         (cbrt_test_data): Likewise.
28034         (cos_test_data): Likewise.
28035         (cos_tonearest_test_data): Likewise.
28036         (cos_towardzero_test_data): Likewise.
28037         (cos_downward_test_data): Likewise.
28038         (cos_upward_test_data): Likewise.
28039         (cosh_test_data): Likewise.
28040         (cosh_tonearest_test_data): Likewise.
28041         (cosh_towardzero_test_data): Likewise.
28042         (cosh_downward_test_data): Likewise.
28043         (cosh_upward_test_data): Likewise.
28044         * sysdeps/i386/fpu/libm-test-ulps: Update.
28045         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28047 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
28049         [BZ #6787]
28050         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
28051         * math/w_exp10f.c (__exp10f): Likewise.
28052         * math/w_exp10l.c (__exp10l): Likewise.
28053         * math/libm-test.inc (exp10_test_data): Add more tests and expect
28054         errno settings in existing tests.
28056         [BZ #14032]
28057         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
28058         precision control set to double precision.
28059         * sysdeps/i386/fpu/w_sqrt.c: New file.
28060         * math/auto-libm-test-in: Add more tests.
28061         * math/auto-libm-test-out: Update.
28063         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
28064         (sqrt_test_tonearest): New function.
28065         (sqrt_towardzero_test_data): New variable.
28066         (sqrt_test_towardzero): New function.
28067         (sqrt_downward_test_data): New variable.
28068         (sqrt_test_downward): New function.
28069         (sqrt_upward_test_data): New variable.
28070         (sqrt_test_upward): New function.
28071         (main): Call the new functions.
28073         * math/gen-auto-libm-tests.c: New file.
28074         * math/auto-libm-test-in: Likewise.
28075         * math/auto-libm-test-out: New generated file.
28076         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
28077         variables.
28078         (%beautify): Add generated representations of zero.
28079         (top level): Set $auto_input and call parse_auto_input.
28080         (beautify): Remove trailing "f" from hex float constants.
28081         (parse_args): Handle XFAIL_TEST.
28082         (convert_condition): New function.
28083         (or_value): Likewise.
28084         (or_cond_value): Likewise.
28085         (generate_testfile): Handle AUTO_TESTS_* lines.
28086         (parse_auto_input): New function.
28087         * math/libm-test.inc (XFAIL_TEST): New macro.
28088         (ERRNO_UNCHANGED): Update value.
28089         (ERRNO_EDOM): Likewise.
28090         (ERRNO_ERANGE): Likewise.
28091         (IGNORE_RESULT): Likewise.
28092         (TEST_COND_flt_32): New macro.
28093         (TEST_COND_dbl_64): Likewise.
28094         (TEST_COND_ldbl_96_intel): Likewise.
28095         (TEST_COND_ldbl_96_m68k): Likewise.
28096         (TEST_COND_ldbl_128): Likewise.
28097         (TEST_COND_ldbl_128ibm): Likewise.
28098         (TEST_COND_long32): Likewise.
28099         (TEST_COND_long64): Likewise.
28100         (TEST_COND_before_rounding): Likewise.
28101         (TEST_COND_after_rounding): Likewise.
28102         (enable_test): Handle XFAIL_TEST flag.
28103         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
28104         with finite results.
28105         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
28106         auto-libm-test-out.
28108 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28109             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28111         [BZ #16214]
28112         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
28113         __tls_get_addr_internal instead of __tls_get_offset in order to
28114         avoid GOT pointer dependency.  Make rtld export
28115         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
28116         __tls_get_addr since we are a __tls_get_offset platform.
28117         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
28118         GOT pointer being set up before.
28119         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
28121 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
28123         * manual/math.texi (Errors in Math Functions): Document accuracy
28124         goals.
28126         [BZ #15004]
28127         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
28128         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
28129         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
28130         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
28131         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
28132         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
28133         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
28134         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
28135         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
28136         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
28137         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
28138         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
28139         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
28140         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
28141         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
28142         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
28144         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
28145         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
28146         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
28147         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
28148         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
28149         Likewise.
28150         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
28151         Likewise.
28152         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
28153         Likewise.
28154         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
28155         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
28156         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
28157         atomic-feupdateenv and flt-rounds.
28158         * sysdeps/powerpc/nofpu/Versions (libc): Add
28159         __atomic_feholdexcept, __atomic_feclearexcept,
28160         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
28161         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
28162         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
28163         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
28164         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
28165         here.
28166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
28167         Update.
28169         * manual/arith.texi (FP Exceptions): Document that exceptions may
28170         not be raised when matherr is used.
28171         (Math Error Reporting): Document overflow in directed rounding
28172         modes.  Document that errno may not be set when finite values are
28173         returned on overflow.  Document intent to set errno on underflow
28174         only for underflow to zero.
28176         [BZ #16271]
28177         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
28178         round-to-nearest then adjust result for other rounding modes.
28179         * include/fenv.h (fegetround): Use libm_hidden_proto.
28180         * math/fegetround.c (fegetround): Use libm_hidden_def.
28181         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
28182         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
28183         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
28184         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
28185         Likewise.
28186         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
28187         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
28188         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
28189         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
28191 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28193         [BZ #16077]
28194         * nss/Versions (libnss_files): Add
28195         _nss_files_gethostbyname3_r.
28196         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
28197         New function.
28198         (HOST_DB_LOOKUP): Remove macro.
28199         (_nss_files_gethostbyname_r): Implement function without the
28200         HOST_DB_LOOKUP macro.
28201         (_nss_files_gethostbyname2_r): Likewise.
28203 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
28205         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
28207 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
28209         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
28210         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
28211         warning.
28213 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28215         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
28216         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
28217         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
28218         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
28219         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
28220         __fe_nomask_env_priv and attribute_hidden.
28221         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
28222         (libc_feupdateenv_test_ppc): Likewise.
28223         (libc_feresetround_ppc): Likewise.
28224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
28225         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
28226         compat_symbol macro.
28227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
28228         (__fe_nomask_env): Likewise.
28229         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
28231 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
28233         * string/Makefile: Remove ifunc tests.
28234         * string/test-string.h: Define TEST_IFUNC.
28235         * string/test-bcopy-ifunc.c: Remove.
28236         * string/test-bzero-ifunc.c: Likewise.
28237         * string/test-memccpy-ifunc.c: Likewise.
28238         * string/test-memchr-ifunc.c: Likewise.
28239         * string/test-memcmp-ifunc.c: Likewise.
28240         * string/test-memcpy-ifunc.c: Likewise.
28241         * string/test-memmem-ifunc.c: Likewise.
28242         * string/test-memmove-ifunc.c: Likewise.
28243         * string/test-mempcpy-ifunc.c: Likewise.
28244         * string/test-memrchr-ifunc.c: Likewise.
28245         * string/test-memset-ifunc.c: Likewise.
28246         * string/test-rawmemchr-ifunc.c: Likewise.
28247         * string/test-stpcpy-ifunc.c: Likewise.
28248         * string/test-stpncpy-ifunc.c: Likewise.
28249         * string/test-strcasecmp-ifunc.c: Likewise.
28250         * string/test-strcasestr-ifunc.c: Likewise.
28251         * string/test-strcat-ifunc.c: Likewise.
28252         * string/test-strchr-ifunc.c: Likewise.
28253         * string/test-strchrnul-ifunc.c: Likewise.
28254         * string/test-strcmp-ifunc.c: Likewise.
28255         * string/test-strcpy-ifunc.c: Likewise.
28256         * string/test-strcspn-ifunc.c: Likewise.
28257         * string/test-strlen-ifunc.c: Likewise.
28258         * string/test-strncasecmp-ifunc.c: Likewise.
28259         * string/test-strncat-ifunc.c: Likewise.
28260         * string/test-strncmp-ifunc.c: Likewise.
28261         * string/test-strncpy-ifunc.c: Likewise.
28262         * string/test-strnlen-ifunc.c: Likewise.
28263         * string/test-strpbrk-ifunc.c: Likewise.
28264         * string/test-strrchr-ifunc.c: Likewise.
28265         * string/test-strspn-ifunc.c: Likewise.
28266         * string/test-strstr-ifunc.c: Likewise.
28268 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
28270         * benchtests/Makefile: Remove ifunc tests.
28271         * benchtests/bench-string.h: Define TEST_IFUNC.
28272         * benchtests/bench-bcopy-ifunc.c: Remove.
28273         * benchtests/bench-bzero-ifunc.c: Likewise.
28274         * benchtests/bench-memccpy-ifunc.c: Likewise.
28275         * benchtests/bench-memchr-ifunc.c: Likewise.
28276         * benchtests/bench-memcmp-ifunc.c: Likewise.
28277         * benchtests/bench-memcpy-ifunc.c: Likewise.
28278         * benchtests/bench-memmem-ifunc.c: Likewise.
28279         * benchtests/bench-memmove-ifunc.c: Likewise.
28280         * benchtests/bench-mempcpy-ifunc.c: Likewise.
28281         * benchtests/bench-memrchr-ifunc.c: Likewise.
28282         * benchtests/bench-memset-ifunc.c: Likewise.
28283         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
28284         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
28285         * benchtests/bench-stpcpy-ifunc.c: Likewise.
28286         * benchtests/bench-stpncpy-ifunc.c: Likewise.
28287         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
28288         * benchtests/bench-strcasestr-ifunc.c: Likewise.
28289         * benchtests/bench-strcat-ifunc.c: Likewise.
28290         * benchtests/bench-strchr-ifunc.c: Likewise.
28291         * benchtests/bench-strchrnul-ifunc.c: Likewise.
28292         * benchtests/bench-strcmp-ifunc.c: Likewise.
28293         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
28294         * benchtests/bench-strcpy-ifunc.c: Likewise.
28295         * benchtests/bench-strcspn-ifunc.c: Likewise.
28296         * benchtests/bench-strlen-ifunc.c: Likewise.
28297         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
28298         * benchtests/bench-strncat-ifunc.c: Likewise.
28299         * benchtests/bench-strncmp-ifunc.c: Likewise.
28300         * benchtests/bench-strncpy-ifunc.c: Likewise.
28301         * benchtests/bench-strnlen-ifunc.c: Likewise.
28302         * benchtests/bench-strpbrk-ifunc.c: Likewise.
28303         * benchtests/bench-strrchr-ifunc.c: Likewise.
28304         * benchtests/bench-strsep-ifunc.c: Likewise.
28305         * benchtests/bench-strspn-ifunc.c: Likewise.
28306         * benchtests/bench-strstr-ifunc.c: Likewise.
28308 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
28310         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
28312 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
28314         * resolv/netdb.h: Use __glibc_reserved instead __unused.
28315         * rt/aio.h: Likewise.
28316         * sysdeps/gnu/bits/utmp.h: Likewise.
28317         * sysdeps/gnu/bits/utmpx.h: Likewise.
28318         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
28319         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
28320         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
28321         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
28322         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
28323         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
28324         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
28325         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
28326         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
28327         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
28328         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
28329         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
28330         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
28331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
28332         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
28333         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
28334         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
28335         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
28336         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
28337         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
28338         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
28339         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
28340         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
28341         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
28342         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
28343         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
28344         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
28345         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
28346         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
28347         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
28348         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
28349         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
28350         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
28351         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
28352         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
28353         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
28354         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
28355         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
28356         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
28357         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
28358         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
28359         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
28361 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
28363         [BZ #16245]
28364         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
28365         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
28367 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
28369         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
28370         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
28371         Likewise.
28373 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28375         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
28376         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
28377         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
28378         (__fesetround): Remove define.
28379         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
28380         rounding and exceptions handling.
28381         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
28382         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
28383         (__fe_nomask_env): Likewise.
28384         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
28385         __fegetround instead of fegetround.
28386         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
28387         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
28389 2013-11-21  Roland McGrath  <roland@hack.frob.com>
28391         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
28392         it's there.
28394         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
28396 2013-11-21  Meador Inge  <meadori@codesourcery.com>
28398         [BZ #11157]
28399         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
28400         (encrypt_r): Likewise.
28401         * malloc/obstack.h (obstack_free): Likewise.
28402         * posix/unistd.h (encrypt): Likewise.
28404 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
28406         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
28407         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
28408         DL_CALL_DT_FINI() that call the functions directly.
28409         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
28410         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
28411         * elf/dl-fini.c: Likewise.
28413 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
28415         * malloc/hooks.c (memalign_check): Add alignment rounding.
28416         * malloc/malloc.c (_mid_memalign): New function.
28417         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
28418         Implement by calling _mid_memalign.
28419         * manual/probes.texi (Memory Allocation Probes): Remove
28420         memory_valloc_retry and memory_pvalloc_retry.
28422 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28424         * locale/programs/locarchive.c (open_archive): Add const
28425         qualifier to ARCHIVEFNAME and copy default fname to
28426         DEFAULT_FNAME.
28428         [BZ #15601]
28429         * libio/tst-widetext.input: Rename Oriya to Odia.
28430         * locale/iso-639.def: Likewise.
28432         * manual/probes.texi (Mathematical Function Probes): Add
28433         documentation for sin, cos, asin and acos probes.
28434         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
28435         (__sin32): Add slowasin probe.
28436         (__cos32): Add slowacos probe.
28437         (__mpsin): Add slowsin probe.
28438         (__mpcos): Add slowcos probe.
28440 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
28442         [BZ #15483]
28443         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
28444         thread-local __sim_exceptions_thread and global
28445         __sim_exceptions_global.
28446         (__sim_disabled_exceptions): Change to thread-local
28447         __sim_disabled_exceptions_thread and global
28448         __sim_disabled_exceptions_global.
28449         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
28450         and global __sim_round_mode_global.
28451         (__simulate_exceptions): Use thread-local floating-point state and
28452         set global state from it as needed.
28453         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
28454         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
28455         __sim_round_mode_thread.
28456         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
28457         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
28458         and global __sim_exceptions_global.
28459         (__sim_disabled_exceptions): Change to thread-local
28460         __sim_disabled_exceptions_thread and global
28461         __sim_disabled_exceptions_global.
28462         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
28463         and global __sim_round_mode_global.
28464         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
28465         (SIM_SET_GLOBAL): Likewise.
28466         * sysdeps/powerpc/soft-fp/sfp-machine.h
28467         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
28468         __sim_round_mode_thread.
28469         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
28470         __sim_disabled_exceptions_thread.
28471         (__sim_exceptions): Change to __sim_exceptions_thread.
28472         (__sim_disabled_exceptions): Change to
28473         __sim_disabled_exceptions_thread.
28474         (__sim_round_mode): Change to __sim_round_mode_thread.
28475         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
28476         thread-local floating-point state and set global state from it as
28477         needed.
28478         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
28479         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
28480         (__sim_disabled_exceptions): Remove extern declaration.
28481         (feenableexcept): Use thread-local floating-point state and set
28482         global state from it as needed.
28483         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
28484         extern declaration.
28485         (__sim_disabled_exceptions): Likewise.
28486         (__sim_round_mode): Likewise.
28487         (__fegetenv): Use thread-local floating-point state.
28488         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
28489         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
28490         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
28491         floating-point state and set global state from it as needed.
28492         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
28493         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
28494         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
28495         Likewise.
28496         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
28497         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
28498         Likewise.
28499         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
28500         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
28501         Use __sim_round_mode_thread.
28502         * math/test-fenv-tls.c: New file.
28503         * math/Makefile (tests): Add test-fenv-tls.
28504         ($(objpfx)test-fenv-tls): Depend on
28505         $(common-objpfx)nptl/libpthread.so.
28507 2013-11-19  Andreas Schwab  <schwab@suse.de>
28509         * locale/programs/locale.c (show_info): Decode wordarray elements.
28510         * locale/categories.def (LC_MONETARY): Add element for
28511         _NL_MONETARY_CRNCYSTR.
28512         * locale/C-monetary.c (conversion_rate): New variable.
28513         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
28514         element.
28516 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
28518         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
28519         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
28521 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
28523         * elf/Makefile (tst-auxv): New test.
28524         * elf/tst-auxv.c: New
28525         * elf/rtld.c (dl_main): Adjust AT_EXECFN
28527 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
28529         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
28530         (hidden_proto): Caller changed.
28531         (hidden_tls_proto): New macro.
28532         (libc_hidden_tls_proto): Likewise.
28533         (rtld_hidden_tls_proto): Likewise.
28534         (libm_hidden_tls_proto): Likewise.
28535         (libresolv_hidden_tls_proto): Likewise.
28536         (librt_hidden_tls_proto): Likewise.
28537         (libdl_hidden_tls_proto): Likewise.
28538         (libnss_files_hidden_tls_proto): Likewise.
28539         (libnsl_hidden_tls_proto): Likewise.
28540         (libnss_nisplus_hidden_tls_proto): Likewise.
28541         (libutil_hidden_tls_proto): Likewise.
28543 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
28545         [BZ #10253]
28546         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
28547         (decompose_rpath): Defer expansion to fillin_rpath.
28548         (_dl_init_paths): Pass linkmap to fillin_rpath.
28550 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
28552         * benchtests/Makefile: Add strsep.
28553         * benchtests/bench-strsep.c: New file: strsep benchtest.
28554         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
28556 2013-11-18  Andreas Schwab  <schwab@suse.de>
28558         * locale/programs/locale.c (show_info) [case byte]: Check for
28559         '\377' instead of '\177'.
28560         * locale/C-monetary.c (not_available): Always use "\377".
28561         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
28562         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
28563         detect unavailable sign_posn locale elements.
28564         * locale/localeconv.c (__localeconv): For grouping and
28565         mon_grouping handle "\177" and "\377" like no grouping.
28566         (INT_ELEM): New macro.  Use it to set all numeric members.
28567         * locale/programs/ld-monetary.c (monetary_read)
28568         <tok_mon_grouping>: Normalize single -1 to the empty string.
28569         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
28570         Likewise.
28572 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
28574         [BZ #16055]
28575         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
28576         when we match (nil).
28577         * stdio-common/tst-sscanf.c (struct test): Add testcase.
28579 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
28581         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
28582         (NO_TEST_INLINE): Update value.
28583         (ERRNO_UNCHANGED): Likewise.
28584         (ERRNO_EDOM): Likewise.
28585         (ERRNO_ERANGE): Likewise.
28586         (IGNORE_RESULT): Likewise.
28587         (check_float_internal): Check signs of NaN results if
28588         TEST_NAN_SIGN used.
28589         (check_complex): Pass TEST_NAN_SIGN flag through to second
28590         check_float_internal call.
28591         (copysign_test_data): Add tests with quiet NaNs as second
28592         argument.  Use TEST_NAN_SIGN.
28593         (fabs_test_data): Add test of negative quiet NaN argument.  Use
28594         TEST_NAN_SIGN.
28595         (signbit_test_data): Add tests of quiet NaN argument.
28596         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
28598         * math/gen-libm-test.pl (show_exceptions): Take extra argument
28599         $ignore_result.
28600         (parse_args): Handle function results specified as IGNORE.
28601         * math/libm-test.inc (IGNORE_RESULT): New macro.
28602         (check_float_internal): Do not check numerical result if flag
28603         IGNORE_RESULT set.
28604         (check_complex): Pass through IGNORE_RESULT to second
28605         check_float_internal call.
28606         (check_int): Do not check numerical result if flag IGNORE_RESULT
28607         set.
28608         (check_long): Likewise.
28609         (check_bool): Likewise.
28610         (check_longlong): Likewise.
28611         (lrint_test_data): Add tests of infinite and NaN arguments.
28612         (lrint_tonearest_test_data): Likewise.
28613         (lrint_towardzero_test_data): Likewise.
28614         (lrint_downward_test_data): Likewise.
28615         (lrint_upward_test_data): Likewise.
28616         (llrint_test_data): Likewise.
28617         (llrint_tonearest_test_data): Likewise.
28618         (llrint_towardzero_test_data): Likewise.
28619         (llrint_downward_test_data): Likewise.
28620         (llrint_upward_test_data): Likewise.
28621         (lround_test_data): Likewise.
28622         (llround_test_data): Likewise.
28624         * math/libm-test.inc (NO_TEST_INLINE): New macro.
28625         (ERRNO_UNCHANGED): Update value.
28626         (ERRNO_EDOM): Likewise.
28627         (ERRNO_ERANGE): Likewise.
28628         (NO_TEST_INLINE_FLOAT): New macro.
28629         (NO_TEST_INLINE_DOUBLE): Likewise.
28630         (enable_test): New function.
28631         (RUN_TEST_f_f): Check enable_test before running test.
28632         (RUN_TEST_2_f): Likewise.
28633         (RUN_TEST_fff_f): Likewise.
28634         (RUN_TEST_c_f): Likewise.
28635         (RUN_TEST_f_f1): Likewise.
28636         (RUN_TEST_fF_f1): Likewise.
28637         (RUN_TEST_fI_f1): Likewise.
28638         (RUN_TEST_ffI_f1): Likewise.
28639         (RUN_TEST_c_c): Likewise.
28640         (RUN_TEST_cc_c): Likewise.
28641         (RUN_TEST_f_i): Likewise.
28642         (RUN_TEST_f_i_tg): Likewise.
28643         (RUN_TEST_ff_i_tg): Likewise.
28644         (RUN_TEST_f_b): Likewise.
28645         (RUN_TEST_f_b_tg): Likewise.
28646         (RUN_TEST_f_l): Likewise.
28647         (RUN_TEST_f_L): Likewise.
28648         (RUN_TEST_fFF_11): Likewise.
28649         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
28650         conditionals.
28651         (cosh_test_data): Likewise.
28652         (exp_test_data): Likewise.
28653         (expm1_test_data): Likewise.
28654         (hypot_test_data): Likewise.
28655         (pow_test_data): Likewise.
28656         (sinh_test_data): Likewise.
28657         (tanh_test_data): Likewise.
28658         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
28659         flags argument.
28661         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
28662         tests with quiet NaN input and output.
28663         (acosh_test_data): Likewise.
28664         (asin_test_data): Likewise.
28665         (asinh_test_data): Likewise.
28666         (atan_test_data): Likewise.
28667         (atanh_test_data): Likewise.
28668         (atan2_test_data): Likewise.
28669         (cbrt_test_data): Likewise.
28670         (cos_test_data): Likewise.
28671         (cosh_test_data): Likewise.
28672         (erf_test_data): Likewise.
28673         (erfc_test_data): Likewise.
28674         (exp_test_data): Likewise.
28675         (exp10_test_data): Likewise.
28676         (exp2_test_data): Likewise.
28677         (expm1_test_data): Likewise.
28678         (hypot_test_data): Likewise.
28679         (j0_test_data): Likewise.
28680         (j1_test_data): Likewise.
28681         (jn_test_data): Likewise.
28682         (lgamma_test_data): Likewise.
28683         (log_test_data): Likewise.
28684         (log10_test_data): Likewise.
28685         (log1p_test_data): Likewise.
28686         (log2_test_data): Likewise.
28687         (pow_test_data): Likewise.
28688         (scalb_test_data): Likewise.
28689         (sin_test_data): Likewise.
28690         (sincos_test_data): Likewise.
28691         (sinh_test_data): Likewise.
28692         (tan_test_data): Likewise.
28693         (tanh_test_data): Likewise.
28694         (tgamma_test_data): Likewise.
28695         (y0_test_data): Likewise.
28696         (y1_test_data): Likewise.
28697         (yn_test_data): Likewise.
28699         [BZ #16167]
28700         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
28701         argument being NaN and avoid computations with second argument in
28702         that case.
28703         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
28704         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
28705         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
28707 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
28709         * locale/iso-639.def: Add Chitwani Tharu (the).
28711 2013-11-14  Andreas Schwab  <schwab@suse.de>
28713         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
28714         word instead of empty string.
28716 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
28719         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
28720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
28721         (__fe_nomask_env): Likewise.
28723 2013-11-13  Steve Ellcey  <sellcey@mips.com>
28725         * benchtests/bench-timing.h: Include time.h.
28727 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
28729         [BZ #15997]
28730         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
28731         to 3.4.0 for x32.
28732         * sysdeps/unix/sysv/linux/configure: Regenerated.
28734 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
28736         [BZ #16151]
28737         * stdlib/strtod_l.c (round_and_return): Do not consider
28738         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
28739         exponent one less than half the least subnormal exponent.
28740         * stdlib/test-strtod-round-data: Add more tests.
28741         * stdlib/tst-strtod-round.c (tests): Regenerated.
28743 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28745         [BZ #14143]
28746         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
28747         (__fe_mask_env): Likewise.
28748         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
28749         libm_hidden_proto and add function prototype.
28750         (__fe_mask_env): Add function prototype.
28751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
28752         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
28753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
28754         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
28755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
28756         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
28758 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28760         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
28761         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
28763 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28765         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
28766         of htab_find_slot().
28768 2013-11-11  David S. Miller  <davem@davemloft.net>
28770         [BZ #16150]
28771         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
28772         symbol in the non-vis3 case in static builds.
28773         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
28774         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
28775         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
28776         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
28778 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
28780         [BZ #387]
28781         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
28782         it is empty.
28784 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28786         * benchtests/Makefile: Add bench-strtod.
28787         * benchtests/bench-strtod.c: New file: strtod benchtest
28789 2013-11-11  Andreas Schwab  <schwab@suse.de>
28791         [BZ #16153]
28792         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
28793         terminating NUL in key length.
28795 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28797         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
28798         Add artificial ODP entry for vDSO symbol for PPC64.
28799         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
28800         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
28802 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
28804         [BZ #15374]
28805         * nss/getent.c (services_keys): Recognize services starting with digit.
28807 2013-11-06  David S. Miller  <davem@davemloft.net>
28809         [BZ #15985]
28810         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
28811         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
28813 2013-11-06  Will Newton  <will.newton@linaro.org>
28815         * manual/memory.texi (Malloc Examples): Remove register
28816         keyword from examples.
28818 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
28820         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
28822 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
28824         [BZ #6981]
28825         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
28826         depending on [__GCC_IEC_559 > 0].
28827         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
28828         depending on [__GCC_IEC_559_COMPLEX > 0].
28830 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
28832         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
28833         to iso-639.def.
28835 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
28837         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
28839 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
28841         [BZ #16112]
28842         * malloc/malloc (malloc_info): Do not handle first bin as
28843         special case.
28845 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
28847         * locale/iso-639.def: Add Central Nahuatl (nhn).
28849 2013-11-01  Bruno Haible  <bruno@clisp.org>
28851         [BZ #7003]
28852         * manual/math.texi (BSD Random): Specify range upper bound as
28853         in POSIX.
28855 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
28857         * locale/iso-639.def: Add Meadow Mari (mhr).
28859 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
28861         [BZ #14752], [BZ #15763]
28862         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
28863         Validate name.
28864         * rt/tst_shm.c: Add test for escaping directory.
28866 2013-10-31  Andreas Schwab  <schwab@suse.de>
28868         [BZ #15917]
28869         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
28870         followed by 'x' as part of digit sequence.
28871         * stdio-common/tst-sscanf.c (double_tests2): New tests.
28873 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
28875         [BZ #16037]
28876         * configure.ac: allow GNU Make 4.0 and greater.
28877         * configure: Regenerated.
28879 2013-10-30  Will Newton  <will.newton@linaro.org>
28881         [BZ #16038]
28882         * malloc/hooks.c (memalign_check): Limit alignment to the
28883         maximum representable power of two.
28884         * malloc/malloc.c (__libc_memalign): Likewise.
28885         * malloc/tst-memalign.c (do_test): Add test for very
28886         large alignment values.
28887         * malloc/tst-posix_memalign.c (do_test): Likewise.
28889 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
28891         [BZ #11087]
28892         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
28893         (munmap_chunk): Likewise.
28894         (mremap_chunk): Likewise.
28896 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
28898         [BZ #15799]
28899         * stdlib/div.c (div): Remove obsolete code.
28900         * stdlib/ldiv.c (ldiv): Likewise.
28901         * stdlib/lldiv.c (lldiv): Likewise.
28903 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28905         [BZ #16071]
28906         * nss/nss_files/files-XXX.c (get_contents_ret): New
28907         enumerator.
28908         (get_contents): New function.
28909         (internal_getent): Use it.  Expand size of LINEBUFLEN.
28911 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
28913         * configure.in: Moved to ...
28914         * configure.ac: ... here. Change reference to configure.in
28915         to configure.ac.
28916         * sysdeps/arm/preconfigure.ac: ... here.
28917         configure.in to configure.ac.
28918         * sysdeps/gnu/configure.in: Moved to ...
28919         * sysdeps/gnu/configure.ac: ... here.
28920         * sysdeps/i386/configure.in: Moved to ...
28921         * sysdeps/i386/configure.ac: ... here.
28922         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
28923         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
28924         * sysdeps/mach/configure.in: Moved to ...
28925         * sysdeps/mach/configure.ac: ... here.
28926         * sysdeps/mach/hurd/configure.in: Moved to ...
28927         * sysdeps/mach/hurd/configure.ac: ... here.
28928         * sysdeps/powerpc/configure.in: Moved to ...
28929         * sysdeps/powerpc/configure.ac: ... here.
28930         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
28931         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
28932         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
28933         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
28934         * sysdeps/s390/s390-32/configure.in: Moved to ...
28935         * sysdeps/s390/s390-32/configure.ac: ... here.
28936         * sysdeps/s390/s390-64/configure.in: Moved to ...
28937         * sysdeps/s390/s390-64/configure.ac: ... here.
28938         * sysdeps/sh/configure.in: Moved to ...
28939         * sysdeps/sh/configure.ac: ... here.
28940         * sysdeps/sparc/configure.in: Moved to ...
28941         * sysdeps/sparc/configure.ac: ... here.
28942         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
28943         * sysdeps/unix/sysv/linux/configure.ac: ... here.
28944         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
28945         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
28946         * sysdeps/x86_64/configure.in: Moved to ...
28947         * sysdeps/x86_64/configure.ac: ... here.
28948         * sysdeps/x86_64/preconfigure.in: Moved to ...
28949         * sysdeps/x86_64/preconfigure.ac: ... here.
28950         * aclocal.m4: Change reference to configure.in to configure.ac.
28951         * config.h.in: Likewise.
28952         * manual/install.texi: Likewise.
28953         * manual/maint.texi: Likewise.
28954         * Makefile: Likewise.
28955         * malloc/Makefile: Likewise.
28956         * nscd/Makefile: Likewise.
28957         * Makeconfig: Change reference to configure.in and
28958         preconfigure.in to configure.ac and preconfigure.ac
28959         respectively.
28960         * INSTALL: Regenerated.
28961         * configure: Likewise.
28962         * sysdeps/gnu/configure: Likewise.
28963         * sysdeps/i386/configure: Likewise.
28964         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
28965         * sysdeps/mach/configure: Likewise.
28966         * sysdeps/mach/hurd/configure: Likewise.
28967         * sysdeps/powerpc/configure: Likewise.
28968         * sysdeps/powerpc/powerpc32/configure: Likewise.
28969         * sysdeps/powerpc/powerpc64/configure: Likewise.
28970         * sysdeps/s390/s390-32/configure: Likewise.
28971         * sysdeps/s390/s390-64/configure: Likewise.
28972         * sysdeps/sh/configure: Likewise.
28973         * sysdeps/sparc/configure: Likewise.
28974         * sysdeps/unix/sysv/linux/configure: Likewise.
28975         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
28976         * sysdeps/x86_64/configure: Likewise.
28977         * sysdeps/x86_64/preconfigure: Likewise.
28979 2013-10-29  Andreas Schwab  <schwab@suse.de>
28981         * stdio-common/Makefile (tst-swscanf-ENV): Define.
28983 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28985         * benchtests/pow-inputs: Add new inputs.
28987         * benchtests/exp-inputs: Add new inputs.
28989         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
28990         conditional check for return value.
28991         (__cos32): Likewise.
28993 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28995         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
28996         to provide a boost for large inputs with word alignment.
28997         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
28998         implementation based on optimized PPC64 strcpy.
28999         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
29000         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
29001         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
29002         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
29004 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
29006         [BZ #2801]
29007         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
29009 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
29011         [BZ #14876]
29012         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
29013         * time/tst-strptime.c (day_tests): Add testcase.
29015 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
29017         [BZ #14029]
29018         * manual/pattern.texi: Acknowledge that fnmatch can fail.
29020 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
29022         [BZ #16074]
29023         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
29024         MAP_FAILED on error.
29026 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
29028         [BZ #16072]
29029         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
29030         heap for large requests.
29032 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
29034         [BZ #9954]
29035         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
29036         result if the result has no associated interface.
29037         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
29038         interface for all 127.X.Y.Z addresses.
29040 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
29042         * locale/iso-639.def: Add Ligurian (lij)
29044 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
29046         [BZ #15825]
29047         * sunrpc/rpc_main.c: Document rpcgen -5.
29049 2013-10-19  Michael Stahl  <mstahl@redhat.com>
29051         * elf/rtld.c (do_preload): Print the reason why preloading failed.
29053 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
29055         [BZ #10278]
29056         * posix/glob.c: Match only directories when trailing slash is present.
29057         * posix/tst-gnuglob.c (my_opendir): Do not open files.
29058         (main): Add testcase.
29060 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
29062         [BZ #15670]
29063         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
29065 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
29067         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
29068         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
29069         AUTH_DES and cindex for FIPS 140-2.
29070         (DES Encryption): Add cindex FIPS 46-3.
29072         * locale/locarchive.h (struct locarhandle): Add fname.
29073         * locale/programs/localedef.c (main): Pass ARGV[remaining]
29074         if an optional argument was specified to --list-archive,
29075         otherwise NULL.
29076         * locale/programs/locarchive.c (show_archive_content): Take new
29077         argument fname and pass it via ah.fname to open_archive.
29078         * locale/programs/localedef.h: Update decl.
29079         (open_archive): If AH->fname is non-null, open that file
29080         rather than the default file name, and don't ignore ENOENT.
29081         (create_archive): Set AH.fname to NULL.
29082         (delete_locales_from_archive): Likewise.
29083         (add_locales_to_archive): Likewise.
29084         * locale/programs/locfile.c (write_all_categories): Likewise.
29086 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
29087             Aldy Hernandez  <aldyh@redhat.com>
29089         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
29090         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
29091         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
29092         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
29093         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
29094         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
29095         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
29096         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
29097         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
29098         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
29099         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
29100         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
29101         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
29102         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
29103         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
29104         Likewise.
29105         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
29106         Likewise.
29107         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
29108         Likewise.
29109         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
29110         Likewise.
29111         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
29112         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
29113         Likewise.
29114         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
29115         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
29116         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
29117         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
29118         Likewise.
29119         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
29120         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
29121         * sysdeps/powerpc/preconfigure: Likewise.
29122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
29123         Likewise.
29124         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
29125         Replace contents of file by #include of <fenv_libc.h>.
29126         * sysdeps/powerpc/soft-fp/sfp-machine.h
29127         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
29128         and <sys/prctl.h>.
29129         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
29130         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
29131         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
29132         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
29133         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
29134         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
29135         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
29136         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
29137         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
29138         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
29139         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
29140         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
29141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
29142         Allow copysignl PLT reference to be missing.
29144 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
29145             Joseph Myers  <joseph@codesourcery.com
29147         [BZ #15948]
29148         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
29149         single character.
29150         (add_to_tablewc): Assert sequence of wide characters is nonempty.
29152 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29154         * elf/tst-tls-dlinfo.c: Don't include tls.h.
29155         * elf/tst-tls1.c: Likewise.
29156         * elf/tst-tls10.h: Likewise.
29157         * elf/tst-tls14.c: Likewise.
29158         * elf/tst-tls2.c: Likewise.
29159         * elf/tst-tls3.c: Likewise.
29160         * elf/tst-tls4.c: Likewise.
29161         * elf/tst-tls5.c: Likewise.
29162         * elf/tst-tls6.c: Likewise.
29163         * elf/tst-tls7.c: Likewise.
29164         * elf/tst-tls8.c: Likewise.
29165         * elf/tst-tls9.c: Likewise.
29166         * elf/tst-tlsmod1.c: Likewise.
29167         * elf/tst-tlsmod13.c: Likewise.
29168         * elf/tst-tlsmod13a.c: Likewise.
29169         * elf/tst-tlsmod14a.c: Likewise.
29170         * elf/tst-tlsmod16a.c: Likewise.
29171         * elf/tst-tlsmod16b.c: Likewise.
29172         * elf/tst-tlsmod2.c: Likewise.
29173         * elf/tst-tlsmod3.c: Likewise.
29174         * elf/tst-tlsmod4.c: Likewise.
29175         * elf/tst-tlsmod5.c: Likewise.
29176         * elf/tst-tlsmod6.c: Likewise.
29178 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
29180         [BZ #12486]
29181         * malloc/malloc.c: remove checks for statistics.
29183 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
29185         [BZ #15277]
29186         * inet/inet_net.c (inet_network): Detect additional invalid strings.
29187         * inet/tst-network.c: Add testcase.
29189 2013-10-17  Andreas Schwab  <schwab@suse.de>
29191         [BZ #15218]
29192         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
29193         to determine canonical name.
29195 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
29197         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
29198         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
29199         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29200         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
29201         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
29202         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
29203         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
29204         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
29205         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
29206         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
29207         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
29208         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
29209         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
29210         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
29211         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
29212         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
29213         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29214         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
29215         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
29216         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
29217         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
29218         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
29219         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
29220         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
29221         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
29222         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
29223         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
29224         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
29225         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
29226         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
29227         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
29228         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
29229         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
29230         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
29231         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
29232         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
29233         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
29234         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
29235         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
29236         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
29237         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
29238         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
29239         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
29240         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
29241         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
29242         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
29243         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
29244         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
29245         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
29246         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
29247         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
29248         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
29249         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
29250         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
29251         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
29252         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
29253         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
29254         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
29256 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
29258         [BZ #16041]
29259         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
29260         make result into a quiet NaN.
29262 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
29264         * soft-fp/adddf3.c: Fix horizontal whitespace.
29265         * soft-fp/addsf3.c: Likewise.
29266         * soft-fp/addtf3.c: Likewise.
29267         * soft-fp/divdf3.c: Likewise.
29268         * soft-fp/divsf3.c: Likewise.
29269         * soft-fp/divtf3.c: Likewise.
29270         * soft-fp/double.h: Likewise.
29271         * soft-fp/eqdf2.c: Likewise.
29272         * soft-fp/eqsf2.c: Likewise.
29273         * soft-fp/eqtf2.c: Likewise.
29274         * soft-fp/extenddftf2.c: Likewise.
29275         * soft-fp/extended.h: Likewise.
29276         * soft-fp/extendsfdf2.c: Likewise.
29277         * soft-fp/extendsftf2.c: Likewise.
29278         * soft-fp/extendxftf2.c: Likewise.
29279         * soft-fp/fixdfdi.c: Likewise.
29280         * soft-fp/fixdfsi.c: Likewise.
29281         * soft-fp/fixdfti.c: Likewise.
29282         * soft-fp/fixsfdi.c: Likewise.
29283         * soft-fp/fixsfsi.c: Likewise.
29284         * soft-fp/fixsfti.c: Likewise.
29285         * soft-fp/fixtfdi.c: Likewise.
29286         * soft-fp/fixtfsi.c: Likewise.
29287         * soft-fp/fixtfti.c: Likewise.
29288         * soft-fp/fixunsdfdi.c: Likewise.
29289         * soft-fp/fixunsdfsi.c: Likewise.
29290         * soft-fp/fixunsdfti.c: Likewise.
29291         * soft-fp/fixunssfdi.c: Likewise.
29292         * soft-fp/fixunssfsi.c: Likewise.
29293         * soft-fp/fixunssfti.c: Likewise.
29294         * soft-fp/fixunstfdi.c: Likewise.
29295         * soft-fp/fixunstfsi.c: Likewise.
29296         * soft-fp/fixunstfti.c: Likewise.
29297         * soft-fp/floatdidf.c: Likewise.
29298         * soft-fp/floatdisf.c: Likewise.
29299         * soft-fp/floatditf.c: Likewise.
29300         * soft-fp/floatsidf.c: Likewise.
29301         * soft-fp/floatsisf.c: Likewise.
29302         * soft-fp/floatsitf.c: Likewise.
29303         * soft-fp/floattidf.c: Likewise.
29304         * soft-fp/floattisf.c: Likewise.
29305         * soft-fp/floattitf.c: Likewise.
29306         * soft-fp/floatundidf.c: Likewise.
29307         * soft-fp/floatundisf.c: Likewise.
29308         * soft-fp/floatunditf.c: Likewise.
29309         * soft-fp/floatunsidf.c: Likewise.
29310         * soft-fp/floatunsisf.c: Likewise.
29311         * soft-fp/floatunsitf.c: Likewise.
29312         * soft-fp/floatuntidf.c: Likewise.
29313         * soft-fp/floatuntisf.c: Likewise.
29314         * soft-fp/floatuntitf.c: Likewise.
29315         * soft-fp/fmadf4.c: Likewise.
29316         * soft-fp/fmasf4.c: Likewise.
29317         * soft-fp/fmatf4.c: Likewise.
29318         * soft-fp/gedf2.c: Likewise.
29319         * soft-fp/gesf2.c: Likewise.
29320         * soft-fp/getf2.c: Likewise.
29321         * soft-fp/ledf2.c: Likewise.
29322         * soft-fp/lesf2.c: Likewise.
29323         * soft-fp/letf2.c: Likewise.
29324         * soft-fp/muldf3.c: Likewise.
29325         * soft-fp/mulsf3.c: Likewise.
29326         * soft-fp/multf3.c: Likewise.
29327         * soft-fp/negdf2.c: Likewise.
29328         * soft-fp/negsf2.c: Likewise.
29329         * soft-fp/negtf2.c: Likewise.
29330         * soft-fp/op-1.h: Likewise.
29331         * soft-fp/op-2.h: Likewise.
29332         * soft-fp/op-4.h: Likewise.
29333         * soft-fp/op-8.h: Likewise.
29334         * soft-fp/op-common.h: Likewise.
29335         * soft-fp/quad.h: Likewise.
29336         * soft-fp/single.h: Likewise.
29337         * soft-fp/soft-fp.h: Likewise.
29338         * soft-fp/sqrtdf2.c: Likewise.
29339         * soft-fp/sqrtsf2.c: Likewise.
29340         * soft-fp/sqrttf2.c: Likewise.
29341         * soft-fp/subdf3.c: Likewise.
29342         * soft-fp/subsf3.c: Likewise.
29343         * soft-fp/subtf3.c: Likewise.
29344         * soft-fp/truncdfsf2.c: Likewise.
29345         * soft-fp/trunctfdf2.c: Likewise.
29346         * soft-fp/trunctfsf2.c: Likewise.
29347         * soft-fp/trunctfxf2.c: Likewise.
29348         * soft-fp/unorddf2.c: Likewise.
29349         * soft-fp/unordsf2.c: Likewise.
29350         * soft-fp/unordtf2.c: Likewise.
29352 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
29354         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
29355         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
29357 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
29359         * elf/dl-libc.c: Clear initfini list after freeing.
29361 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
29363         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
29364         * soft-fp/addsf3.c: Likewise.
29365         * soft-fp/addtf3.c: Likewise.
29366         * soft-fp/divdf3.c: Likewise.
29367         * soft-fp/divsf3.c: Likewise.
29368         * soft-fp/divtf3.c: Likewise.
29369         * soft-fp/double.h: Likewise.
29370         * soft-fp/eqdf2.c: Likewise.
29371         * soft-fp/eqsf2.c: Likewise.
29372         * soft-fp/eqtf2.c: Likewise.
29373         * soft-fp/extenddftf2.c: Likewise.
29374         * soft-fp/extended.h: Likewise.
29375         * soft-fp/extendsfdf2.c: Likewise.
29376         * soft-fp/extendsftf2.c: Likewise.
29377         * soft-fp/extendxftf2.c: Likewise.
29378         * soft-fp/fixdfdi.c: Likewise.
29379         * soft-fp/fixdfsi.c: Likewise.
29380         * soft-fp/fixdfti.c: Likewise.
29381         * soft-fp/fixsfdi.c: Likewise.
29382         * soft-fp/fixsfsi.c: Likewise.
29383         * soft-fp/fixsfti.c: Likewise.
29384         * soft-fp/fixtfdi.c: Likewise.
29385         * soft-fp/fixtfsi.c: Likewise.
29386         * soft-fp/fixtfti.c: Likewise.
29387         * soft-fp/fixunsdfdi.c: Likewise.
29388         * soft-fp/fixunsdfsi.c: Likewise.
29389         * soft-fp/fixunsdfti.c: Likewise.
29390         * soft-fp/fixunssfdi.c: Likewise.
29391         * soft-fp/fixunssfsi.c: Likewise.
29392         * soft-fp/fixunssfti.c: Likewise.
29393         * soft-fp/fixunstfdi.c: Likewise.
29394         * soft-fp/fixunstfsi.c: Likewise.
29395         * soft-fp/fixunstfti.c: Likewise.
29396         * soft-fp/floatdidf.c: Likewise.
29397         * soft-fp/floatdisf.c: Likewise.
29398         * soft-fp/floatditf.c: Likewise.
29399         * soft-fp/floatsidf.c: Likewise.
29400         * soft-fp/floatsisf.c: Likewise.
29401         * soft-fp/floatsitf.c: Likewise.
29402         * soft-fp/floattidf.c: Likewise.
29403         * soft-fp/floattisf.c: Likewise.
29404         * soft-fp/floattitf.c: Likewise.
29405         * soft-fp/floatundidf.c: Likewise.
29406         * soft-fp/floatundisf.c: Likewise.
29407         * soft-fp/floatunsidf.c: Likewise.
29408         * soft-fp/floatunsisf.c: Likewise.
29409         * soft-fp/floatuntidf.c: Likewise.
29410         * soft-fp/floatuntisf.c: Likewise.
29411         * soft-fp/floatuntitf.c: Likewise.
29412         * soft-fp/fmadf4.c: Likewise.
29413         * soft-fp/fmasf4.c: Likewise.
29414         * soft-fp/fmatf4.c: Likewise.
29415         * soft-fp/gedf2.c: Likewise.
29416         * soft-fp/gesf2.c: Likewise.
29417         * soft-fp/getf2.c: Likewise.
29418         * soft-fp/ledf2.c: Likewise.
29419         * soft-fp/lesf2.c: Likewise.
29420         * soft-fp/letf2.c: Likewise.
29421         * soft-fp/muldf3.c: Likewise.
29422         * soft-fp/mulsf3.c: Likewise.
29423         * soft-fp/multf3.c: Likewise.
29424         * soft-fp/negdf2.c: Likewise.
29425         * soft-fp/negsf2.c: Likewise.
29426         * soft-fp/negtf2.c: Likewise.
29427         * soft-fp/op-1.h: Likewise.
29428         * soft-fp/op-2.h: Likewise.
29429         * soft-fp/op-4.h: Likewise.
29430         * soft-fp/op-8.h: Likewise.
29431         * soft-fp/op-common.h: Likewise.
29432         * soft-fp/quad.h: Likewise.
29433         * soft-fp/single.h: Likewise.
29434         * soft-fp/soft-fp.h: Likewise.
29435         * soft-fp/sqrtdf2.c: Likewise.
29436         * soft-fp/sqrtsf2.c: Likewise.
29437         * soft-fp/sqrttf2.c: Likewise.
29438         * soft-fp/subdf3.c: Likewise.
29439         * soft-fp/subsf3.c: Likewise.
29440         * soft-fp/subtf3.c: Likewise.
29441         * soft-fp/truncdfsf2.c: Likewise.
29442         * soft-fp/trunctfdf2.c: Likewise.
29443         * soft-fp/trunctfsf2.c: Likewise.
29444         * soft-fp/trunctfxf2.c: Likewise.
29445         * soft-fp/unorddf2.c: Likewise.
29446         * soft-fp/unordsf2.c: Likewise.
29447         * soft-fp/unordtf2.c: Likewise.
29449 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
29451         [BZ #15672]
29452         * misc/error.c (error_tail): Fix possible buffer overflow.
29454 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
29456         [BZ #13028]
29457         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
29458         address.
29460 2013-10-14  P. J. McDermott  <pj@pehjota.net>
29462         [BZ #832]
29463         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
29464         testing pipefail option.
29466 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
29468         * soft-fp/double.h: Indent preprocessor directives inside #if.
29469         * soft-fp/extended.h: Likewise.
29470         * soft-fp/op-2.h: Likewise.
29471         * soft-fp/op-4.h: Likewise.
29472         * soft-fp/op-common.h: Likewise.
29473         * soft-fp/quad.h: Likewise.
29474         * soft-fp/single.h: Likewise.
29475         * soft-fp/soft-fp.h: Likewise.
29477 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
29479         * iconv/iconv_prog.c: Fix typos.
29480         * stdio-common/psiginfo-data.h: Likewise.
29482 2013-10-12   Reuben Thomas <rrt@sc3d.org>
29484         [BZ #15764]
29485         * locale/setlocale.c: Fix typo.
29487 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
29489         [BZ #16036]
29490         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
29491         signaling NaN arguments.
29492         * soft-fp/unordsf2.c (__unordsf2): Likewise.
29493         * soft-fp/unordtf2.c (__unordtf2): Likewise.
29495         [BZ #14910]
29496         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
29497         unordered operands.
29498         * soft-fp/gesf2.c (__gesf2): Likewise.
29499         * soft-fp/getf2.c (__getf2): Likewise.
29500         * soft-fp/ledf2.c (__ledf2): Likewise.
29501         * soft-fp/lesf2.c (__lesf2): Likewise.
29502         * soft-fp/letf2.c (__letf2): Likewise.
29504         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
29505         * soft-fp/eqsf2.c (__eqsf2): Likewise.
29506         * soft-fp/eqtf2.c (__eqtf2): Likewise.
29507         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
29508         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
29509         * soft-fp/fixdfti.c (__fixdfti): Likewise.
29510         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
29511         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
29512         * soft-fp/fixsfti.c (__fixsfti): Likewise.
29513         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
29514         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
29515         * soft-fp/fixtfti.c (__fixtfti): Likewise.
29516         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
29517         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
29518         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
29519         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
29520         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
29521         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
29522         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
29523         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
29524         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
29525         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
29526         * soft-fp/floatdisf.c (__floatdisf): Likewise.
29527         * soft-fp/floatsisf.c (__floatsisf): Likewise.
29528         * soft-fp/floattidf.c (__floattidf): Likewise.
29529         * soft-fp/floattisf.c (__floattisf): Likewise.
29530         * soft-fp/floattitf.c (__floattitf): Likewise.
29531         * soft-fp/floatundidf.c (__floatundidf): Likewise.
29532         * soft-fp/floatundisf.c (__floatundisf): Likewise.
29533         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
29534         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
29535         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
29536         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
29537         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
29538         * soft-fp/gesf2.c (__gesf2): Likewise.
29539         * soft-fp/getf2.c (__getf2): Likewise.
29540         * soft-fp/ledf2.c (__ledf2): Likewise.
29541         * soft-fp/lesf2.c (__lesf2): Likewise.
29542         * soft-fp/letf2.c (__letf2): Likewise.
29544         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
29545         Undefine and redefine.
29546         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
29547         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
29548         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
29549         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
29550         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
29551         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
29552         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
29553         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
29554         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
29555         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
29556         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
29557         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
29558         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
29559         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
29560         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
29562         [BZ #16032]
29563         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
29564         without decrementing exponent if mantissa >= that for the
29565         denominator, not >.
29566         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
29567         denominator, not >.  Decrement exponent in < case instead of
29568         incrementing in >= case.
29569         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
29570         without decrementing exponent if mantissa >= that for the
29571         denominator, not >.
29573         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
29574         computing saturated result for unsigned overflow.
29576 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
29577             Jeff Law  <law@redhat.com>
29579         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
29580         (atan2Mp): Add systemtap probe marker.
29581         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
29582         (__ieee754_log): Add systemtap probe marker.
29583         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
29584         (atanMp): Add systemtap probe marker.
29585         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
29586         (tanMp): Add systemtap probe marker.
29587         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
29588         (__slowexp): Add systemtap probe marker.
29589         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
29590         (__slowpow): Add systemtap probe marker.
29591         * manual/probes.texi: Document probes.
29593 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
29595         [BZ #15362]
29596         * libio/fileops.c (_IO_new_file_write): Return count of bytes
29597         written.
29598         (_IO_new_file_xsputn): Don't return EOF if nothing has been
29599         written.
29600         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
29601         written to buffer but not flushed.
29602         * libio/iofwrite_u.c:  Likewise.
29603         * libio/iopadn.c:  Return bytes returned even if EOF was
29604         encountered.
29605         * libio/iowpadn.c:  Likewise.
29606         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
29607         if _IO_padn does not write the whole buffer.
29608         [!COMPILE_WPRINTF] (PAD): Likewise.
29610 2013-10-10  David S. Miller  <davem@davemloft.net>
29612         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
29613         directory block.
29615 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
29617         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
29618         instead of FSF address.
29619         * soft-fp/fixdfti.c: Likewise.
29620         * soft-fp/fixsfti.c: Likewise.
29621         * soft-fp/fixtfti.c: Likewise.
29622         * soft-fp/fixunsdfti.c: Likewise.
29623         * soft-fp/fixunssfti.c: Likewise.
29624         * soft-fp/fixunstfti.c: Likewise.
29625         * soft-fp/floattidf.c: Likewise.
29626         * soft-fp/floattisf.c: Likewise.
29627         * soft-fp/floattitf.c: Likewise.
29628         * soft-fp/floatuntidf.c: Likewise.
29629         * soft-fp/floatuntisf.c: Likewise.
29630         * soft-fp/floatuntitf.c: Likewise.
29631         * soft-fp/trunctfxf2.c: Likewise.
29633         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
29634         * soft-fp/fixdfti.c: Likewise.
29635         * soft-fp/fixsfti.c: Likewise.
29636         * soft-fp/fixtfti.c: Likewise.
29637         * soft-fp/fixunsdfti.c: Likewise.
29638         * soft-fp/fixunssfti.c: Likewise.
29639         * soft-fp/fixunstfti.c: Likewise.
29640         * soft-fp/floattidf.c: Likewise.
29641         * soft-fp/floattisf.c: Likewise.
29642         * soft-fp/floattitf.c: Likewise.
29643         * soft-fp/floatuntidf.c: Likewise.
29644         * soft-fp/floatuntisf.c: Likewise.
29645         * soft-fp/floatuntitf.c: Likewise.
29646         * soft-fp/trunctfxf2.c: Likewise.
29648 2013-10-10  David S. Miller  <davem@davemloft.net>
29650         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29652 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
29654         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
29655         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
29656         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
29657         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
29658         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
29659         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
29660         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
29662         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
29663         for NaNs before doing comparisons on argument.
29664         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
29665         Likewise.
29667 2013-10-10  Will Newton  <will.newton@linaro.org>
29669         * malloc/hooks.c (memalign_check): Ensure the value of bytes
29670         passed to _int_memalign does not overflow.
29672 2013-10-10  Torvald Riegel  <triegel@redhat.com>
29674         * scripts/bench.pl: Add include-sources directive.
29675         * benchtests/README: Update documentation.
29677 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
29679         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
29680         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
29681         instead of FP_INIT_ROUNDMODE.
29682         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
29683         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
29685         [BZ #16034]
29686         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
29687         copy class of input value.
29688         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
29689         not handle exceptions.
29690         * soft-fp/negsf2.c (__negsf2): Likewise.
29691         * soft-fp/negtf2.c (__negtf2): Likewise.
29692         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
29694 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
29696         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
29697         semicolon.  From Linux kernel.
29699 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
29701         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
29703 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
29705         [BZ #156]
29706         * manual/socket.texi: Added statement about buffer
29707         for gethostbyname2_r.
29709 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
29711         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
29712         Use .p2align directive instead, throughout.
29713         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
29714         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
29715         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
29716         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
29717         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
29718         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
29719         * sysdeps/x86_64/strchr.S: Likewise.
29720         * sysdeps/x86_64/strrchr.S: Likewise.
29722 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
29724         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
29726         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
29728         * sysdeps/generic/math_private.h (__mpsin1): Remove
29729         declaration.
29730         (__mpcos1): Likewise.
29731         (__mpsin): New argument __range_reduce.
29732         (__mpcos): Likewise.
29733         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
29734         (slow): Use __mpsin and __mpcos.
29735         (slow1): Likewise.
29736         (slow2): Likewise.
29737         (sloww): Likewise.
29738         (sloww1): Likewise.
29739         (sloww2): Likewise.
29740         (bsloww): Likewise.
29741         (bsloww1): Likewise.
29742         (bsloww2): Likewise.
29743         (cslow2): Likewise.
29744         (csloww): Likewise.
29745         (csloww1): Likewise.
29746         (csloww2): Likewise.
29747         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
29748         range_reduce.  Merge in __mpsin1.
29749         (__mpcos): Likewise.
29750         (__mpsin1): Remove.
29751         (__mpcos1): Likewise.
29753 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
29755         * locale/loadlocale.c (_nl_intern_locale_data): Use
29756         LOCFILE_ALIGNED_P.
29757         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
29758         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
29759         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
29760         obstack data is appropriately aligned.
29761         (obstack_int32_grow_fast): Likewise.
29762         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
29763         * locale/programs/locfile.c (add_locale_uint32): Likewise.
29764         (add_locale_uint32_array): Likewise.
29766 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
29768         * benchtests/Makefile: Remove ARGLIST and RET variables.
29769         ($(objpfx)bench-%.c): Pass only function name to the script.
29770         * benchtests/README: Update documentation.
29771         * benchtests/acos-inputs: Add new directives.
29772         * benchtests/acosh-inputs: Likewise.
29773         * benchtests/asin-inputs: Likewise.
29774         * benchtests/asinh-inputs: Likewise.
29775         * benchtests/atan-inputs: Likewise.
29776         * benchtests/atanh-inputs: Likewise.
29777         * benchtests/cos-inputs: Likewise.
29778         * benchtests/cosh-inputs: Likewise.
29779         * benchtests/exp-inputs: Likewise.
29780         * benchtests/log-inputs: Likewise.
29781         * benchtests/pow-inputs: Likewise.
29782         * benchtests/rint-inputs: Likewise.
29783         * benchtests/sin-inputs: Likewise.
29784         * benchtests/sinh-inputs: Likewise.
29785         * benchtests/tan-inputs: Likewise.
29786         * benchtests/tanh-inputs: Likewise.
29787         * scripts/bench.pl: Add support for new directives.
29789 2013-10-07  Alan Modra  <amodra@gmail.com>
29791         * README: Fix careless merge.
29793 2013-10-05  Alan Modra  <amodra@gmail.com>
29795         * NEWS: Mention powerpc64le support and bugs fixed.
29796         * README: Both big-endian and little-endian powerpc64 supported.
29798 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29800         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
29801         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
29802         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
29803         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
29805 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
29807         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
29808         match prototype.
29810 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
29812         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
29813         Move -mhard-float appending from
29814         ports/sysdeps/powerpc/powerpc32/Makefile.
29815         [$(with-fp) = yes] (ASFLAGS): Likewise.
29816         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
29817         * sysdeps/powerpc/nofpu: Move directory from
29818         ports/sysdeps/powerpc/nofpu.
29819         * sysdeps/powerpc/soft-fp: Move directory from
29820         ports/sysdeps/powerpc/soft-fp.
29821         * sysdeps/powerpc/powerpc32/405: Move directory from
29822         ports/sysdeps/powerpc/powerpc32/405.
29823         * sysdeps/powerpc/powerpc32/440: Move directory from
29824         ports/sysdeps/powerpc/powerpc32/440.
29825         * sysdeps/powerpc/powerpc32/464: Move directory from
29826         ports/sysdeps/powerpc/powerpc32/464.
29827         * sysdeps/powerpc/powerpc32/476: Move directory from
29828         ports/sysdeps/powerpc/powerpc32/476.
29829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
29830         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
29831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
29832         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
29833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
29834         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
29835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
29836         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
29837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
29838         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
29839         * README: Update for powerpc-*-linux-gnu software floating point
29840         support in libc.
29842         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
29843         case to powerpc/powerpc32*.
29844         * sysdeps/unix/sysv/linux/configure: Regenerated.
29846         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
29847         (_FPU_MASK_OM): Define as 0x04.
29848         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
29849         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
29850         0x00c10080.
29851         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
29852         0x0000003c.
29853         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
29855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
29856         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
29857         getcontext_e500.
29858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
29859         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
29860         setcontext_e500.
29861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
29862         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
29863         and setcontext_e500.
29865 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
29867         * locale/iso-3166.def: Update iso-1366.def and related occurrences
29869 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
29871         * manual/threads.texi (Default Thread Attributes): Fix typo.
29873 2013-10-04  Will Newton  <will.newton@linaro.org>
29875         * malloc/Makefile: Add tst-memalign.
29876         * malloc/tst-memalign.c: New file.
29878         * malloc/tst-posix_memalign.c: Add comments.
29879         (do_test): Add comments and call free on all potentially
29880         allocated pointers. Add space after cast.
29882         * malloc/tst-pvalloc.c: Add comments.
29883         (do_test): Add comments and call free on all potentially
29884         allocated pointers. Remove duplicate check for NULL pointer.
29885         Add space after cast.
29887         * malloc/tst-valloc.c: Add comments.
29888         (do_test): Add comments and call free on all potentially
29889         allocated pointers. Remove duplicate check for NULL pointer.
29890         Add space after cast.
29892 2013-10-04  Alan Modra  <amodra@gmail.com>
29894         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
29895         Use stdint types in rather than __attribute__((mode())).
29896         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
29898 2013-10-04  Alan Modra  <amodra@gmail.com>
29900         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
29901         Correct handling of unaligned relocs for little-endian.
29902         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
29904 2013-10-04  Alan Modra  <amodra@gmail.com>
29906         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
29907         * configure: Regenerate.
29908         * nptl/shlib-versions: Powerpc*le starts at 2.18.
29909         * shlib-versions: Likewise.
29911 2013-10-04  Alan Modra  <amodra@gmail.com>
29913         * string/tester.c (test_memrchr): Increment reported test cycle.
29915 2013-10-04  Alan Modra  <amodra@gmail.com>
29917         * string/test-memcpy.c (do_one_test): When reporting errors, print
29918         string address and don't overrun end of string.
29920 2013-10-04  Alan Modra  <amodra@gmail.com>
29922         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
29923         insrdi.  Make better use of reg selection to speed exit slightly.
29924         Schedule entry path a little better.  Remove useless "are we done"
29925         checks on entry to main loop.  Handle wrapping around zero address.
29926         Correct main loop count.  Handle single left-over word from main
29927         loop inline rather than by using loop_small.  Remove extra word
29928         case in loop_small caused by wrong loop count.  Add little-endian
29929         support.
29930         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
29931         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
29932         cache hint.
29933         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
29934         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
29935         support.  Avoid rlwimi.
29936         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
29938 2013-10-04  Alan Modra  <amodra@gmail.com>
29940         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
29941         insrdi.  Formatting.
29942         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
29943         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
29944         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
29945         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
29946         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
29947         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
29949 2013-10-04  Alan Modra  <amodra@gmail.com>
29951         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
29952         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
29953         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
29954         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
29955         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
29956         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
29957         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
29958         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
29959         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
29960         use of regs.  Use power7 mtocrf.  Tidy function tails.
29962 2013-10-04  Alan Modra  <amodra@gmail.com>
29964         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
29965         Formatting.  Consistently use rXXX register defines or rN defines.
29966         Use early exit labels that avoid restoring unused non-volatile regs.
29967         Make cr field use more consistent with rWORDn compares.  Rename
29968         regs used as shift registers for unaligned loop, using rN defines
29969         for short lifetime/multiple use regs.
29970         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
29971         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
29972         addi 1,1,64 to pop stack frame.  Simplify return value code.
29973         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
29975 2013-10-04  Alan Modra  <amodra@gmail.com>
29977         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
29978         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
29979         rather than rlwimi.
29980         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
29981         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
29982         little-endian support.  Correct typos.
29983         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
29984         rather than rlwimi.
29985         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
29986         in loop and entry code to keep "and." results.
29987         (strchr): Add little-endian support.  Comment.  Move cntlzd
29988         earlier in tail.
29989         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
29991 2013-10-04  Alan Modra  <amodra@gmail.com>
29993         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
29994         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
29995         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
29996         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
29998 2013-10-04  Alan Modra  <amodra@gmail.com>
30000         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
30001         (rTMP): Define as r11.
30002         (strcmp): Add little-endian support.  Optimise tail.
30003         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
30004         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30005         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30006         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30007         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30008         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30009         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30011 2013-10-04  Alan Modra  <amodra@gmail.com>
30013         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
30014         little-endian support.  Remove unnecessary "are we done" tests.
30015         Handle "s" wrapping around zero and extremely large "size".
30016         Correct main loop count.  Handle single left-over word from main
30017         loop inline rather than by using small_loop.  Correct comments.
30018         Delete "zero" tail, use "end_max" instead.
30019         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
30021 2013-10-04  Alan Modra  <amodra@gmail.com>
30023         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
30024         support.  Don't branch over align.
30025         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
30026         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
30027         support.  Rearrange tmp reg use to suit.  Comment.
30028         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
30030 2013-10-04  Alan Modra  <amodra@gmail.com>
30032         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
30034 2013-10-04  Alan Modra  <amodra@gmail.com>
30036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
30037         conditional form of branch and link when obtaining pc.
30038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
30040 2013-10-04  Alan Modra  <amodra@gmail.com>
30042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
30043         HIWORD/LOWORD.
30044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
30045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
30047 2013-10-04  Alan Modra  <amodra@gmail.com>
30049         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
30050         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
30051         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
30052         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
30053         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
30054         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
30055         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
30056         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
30057         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
30058         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
30060 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
30061             Alistair Popple <alistair@ozlabs.au.ibm.com>
30062             Alan Modra <amodra@gmail.com>
30064         [BZ #15723]
30065         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
30066         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
30067         _dl_hwcap access for little-endian.
30068         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
30069         destroy vmx regs when saving unaligned.
30070         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
30071         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
30072         destroy vmx regs when saving unaligned.
30074 2013-10-04  Alan Modra  <amodra@gmail.com>
30076         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
30077         Don't use a union to pack hi/low value.
30079 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
30081         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
30082         for little-endian.
30083         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
30084         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
30085         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30086         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
30087         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
30089 2013-10-04  Alan Modra  <amodra@gmail.com>
30091         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
30092         constants to usual value for .cst8 section, and remove redundant
30093         high address load.
30094         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
30095         constant for 0x1p52.  Load little-endian words of double from
30096         correct stack offsets.
30098 2013-10-04  Alan Modra  <amodra@gmail.com>
30100         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
30101         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
30102         words of double from correct stack offsets.
30103         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
30104         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
30105         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
30106         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
30107         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
30108         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
30109         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
30110         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
30111         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
30112         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
30113         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
30114         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
30115         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
30116         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
30117         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
30118         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
30119         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
30121 2013-10-04  Alan Modra  <amodra@gmail.com>
30123         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
30124         64-bit int/double union.
30125         (_FPU_SETCW): Likewise.
30126         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
30127         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
30129 2013-10-04  Alan Modra  <amodra@gmail.com>
30131         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
30132         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
30134 2013-10-04  Alan Modra  <amodra@gmail.com>
30136         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
30137         use vector int constants.
30138         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
30140 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
30142         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
30143         array with long long.
30144         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
30145         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
30146         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
30147         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
30148         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
30149         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
30150         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
30151         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
30152         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
30153         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
30154         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
30155         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
30156         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
30158 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
30160         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
30161         (__signbit): Likewise.  Correct for little-endian.
30162         (__signbitl): Call __signbit.
30163         (lrint): Correct for little-endian.
30164         (lrintf): Call lrint.
30166 2013-10-04  Alan Modra  <amodra@gmail.com>
30168         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
30169         union 32-bit int array member with 64-bit int array.
30170         (t515, tm256): Double rather than long double.
30171         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
30173 2013-10-04  Alan Modra  <amodra@gmail.com>
30175         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
30176         Delete.
30177         (IEEE854_LONG_DOUBLE_BIAS): Delete.
30178         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
30179         version of math_ldbl.h.
30181 2013-10-04  Alan Modra  <amodra@gmail.com>
30183         [BZ #15734], [BZ #15735]
30184         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
30185         all uses of ieee875 long double macros and unions.  Simplify test
30186         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
30187         ldbl_extract_mantissa value for ix,iy exponents.  Properly
30188         normalize after ldbl_extract_mantissa, and don't add hidden bit
30189         already handled.  Don't treat low word of ieee854 mantissa like
30190         low word of IBM long double and mask off bit when testing for
30191         zero.
30192         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
30193         all uses of ieee875 long double macros and unions.  Simplify tests
30194         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
30195         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
30196         two1022, instead use their values.  Recognise that tests for large
30197         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
30198         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
30199         Rewrite all uses of ieee875 long double macros and unions.  Simplify
30200         test for 0.0L and nan.  Correct negation.
30201         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
30202         ieee875 long double macros and unions.  Correct output for large
30203         magnitude x.  Correct absolute value calculation.
30204         (__erfcl): Likewise.
30205         * math/libm-test.inc: Add tests for errors discovered in IBM long
30206         double versions of fmodl, remainderl, erfl and erfcl.
30208 2013-10-04  Alan Modra  <amodra@gmail.com>
30210         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
30211         all uses of ieee854 long double macros and unions.  Simplify tests
30212         for long doubles that are fully specified by the high double.
30213         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
30214         Likewise.
30215         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
30216         Remove dead code too.
30217         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
30218         (__ieee754_ynl): Likewise.
30219         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
30220         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
30221         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
30222         Remove dead code too.
30223         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
30224         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
30225         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
30226         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
30227         Simplify.
30228         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
30229         Simplify.
30230         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
30231         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
30232         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
30233         Comment on variable precision.
30234         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
30235         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
30236         Likewise.
30237         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
30238         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
30239         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
30240         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
30241         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
30243 2013-10-04  Alan Modra  <amodra@gmail.com>
30245         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
30246         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
30247         all uses of ieee854 long double macros and unions.
30248         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
30249         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
30250         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
30251         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
30252         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
30253         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30254         Likewise.
30255         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
30256         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
30257         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
30258         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
30259         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
30260         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
30261         Simplify sign and nan test too.
30262         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
30263         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
30264         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
30265         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
30266         Likewise.
30267         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30268         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
30269         Likewise.
30270         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30271         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
30272         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
30273         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
30274         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
30275         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
30277 2013-10-04  Alan Modra  <amodra@gmail.com>
30279         * stdio-common/printf_size.c (__printf_size): Don't use
30280         union ieee854_long_double in fpnum union.
30281         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
30282         signbit macro to retrieve sign from long double.
30283         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
30284         retrieve sign from long double.
30285         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
30286         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
30287         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
30288         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
30289         * math/test-misc.c (main): Don't use union ieee854_long_double.
30291 2013-10-04  Alan Modra  <amodra@gmail.com>
30293         [BZ #15680]
30294         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
30295         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
30296         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
30297         calculation.  Remove unnecessary test for denormal exponent.
30298         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
30299         Correct handling of denormals.  Avoid undefined shift behaviour.
30300         Correct normalisation of low mantissa when low double is denormal.
30301         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
30302         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
30303         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
30304         Correct normalisation of low mantissa.  Test for overflow of high
30305         mantissa and normalise.
30306         (ldbl_nearbyint): Use more readable constant for two52.
30307         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
30308         (__mpn_construct_long_double): Fix test for overflow of high
30309         mantissa and correct normalisation.  Avoid undefined shift.
30311 2013-10-04  Alan Modra  <amodra@gmail.com>
30313         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
30314         (union ibm_extended_long_double): Define as an array of ieee754_double.
30315         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
30316         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
30317         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
30318         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
30319         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
30320         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
30321         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
30322         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30323         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
30324         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
30325         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
30327 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
30329         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
30330         page size instead of calling getpagesize.
30332         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
30333         (LOCFILE_ALIGN_MASK): Likewise.
30334         (LOCFILE_ALIGN_UP): Likewise.
30335         (LOCFILE_ALIGNED_P): Likewise.
30336         * locale/programs/ld-collate.c (collate_output): Use the new
30337         macros instead of __alignof__ (int32_t).
30338         * locale/weight.h (findidx): Likewise.
30340 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
30342         [BZ #431]
30343         * manual/string.texi: Fix strncat and wcsncat.
30345 2013-10-03  Brooks Moses  <bmoses@google.com>
30347         [BZ #15915]
30348         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
30349         * Makerules: ...here, and adjust associated comments.
30351 2013-10-02  Will Newton  <will.newton@linaro.org>
30353         * malloc/Makefile: Add tst-pvalloc.
30354         * malloc/tst-pvalloc.c: New file.
30356 2013-10-02  Will Newton  <will.newton@linaro.org>
30358         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
30359         improve test coverage.
30361 2013-10-02  Will Newton  <will.newton@linaro.org>
30363         * malloc/Makefile: Add tst-posix_memalign.
30364         * malloc/tst-posix_memalign.c: New file.
30366 2013-10-01  Eric Blake  <eblake@redhat.com>
30368         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
30369         Use __THROWNL rather than __THROW on static functions.
30371 2013-09-30  Petr Machata  <pmachata@redhat.com>
30373         * elf/elf.h (R_AARCH64_ABS16): New macro.
30374         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
30375         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
30376         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
30377         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
30378         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
30379         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
30380         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
30381         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
30382         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
30383         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
30384         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
30385         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
30386         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
30387         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
30388         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
30389         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
30390         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
30391         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
30392         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
30393         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
30394         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
30395         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
30396         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
30397         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
30398         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
30399         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
30400         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
30401         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
30402         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
30403         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
30404         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
30405         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
30406         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
30407         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
30408         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
30409         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
30410         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
30411         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
30412         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
30413         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
30414         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
30415         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
30416         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
30417         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
30418         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
30419         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
30420         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
30421         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
30422         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
30423         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
30424         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
30425         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
30426         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
30427         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
30428         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
30429         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
30430         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
30431         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
30432         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
30433         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
30434         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
30435         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
30436         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
30437         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
30438         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
30439         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
30440         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
30441         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
30442         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
30443         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
30444         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
30445         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
30446         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
30447         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
30448         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
30449         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
30450         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
30451         (R_AARCH64_TLSDESC_LDR): Likewise.
30452         (R_AARCH64_TLSDESC_ADD): Likewise.
30453         (R_AARCH64_TLSDESC_CALL): Likewise.
30455 2013-09-30  Andreas Schwab  <schwab@suse.de>
30457         [BZ #15048]
30458         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
30459         the nss database lookup.
30460         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30461         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
30463 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
30465         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
30467 2013-09-28  P. J. McDermott  <pj@pehjota.net>
30469         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
30470         ${Bash-specific parameter/pattern/string} parameter expansion.
30471         * sysdeps/unix/make-syscalls.sh: Likewise.
30473 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
30475         * sysdeps/sh/stackguard-macros.h: New file.
30477 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
30479         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
30480         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
30481         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
30482         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
30483         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30484         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
30486 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30488         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
30489         Fix thread ID register.
30491 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
30493         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
30494         [POSIX || UNIX98]: Require rather than permitting all symbols from
30495         <time.h>.
30496         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
30497         element of struct sched_param.
30498         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
30499         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
30500         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
30501         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
30502         constant.
30504 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
30506         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
30507         argument calculation.
30509 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
30511         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
30512         Expect macro.
30513         [POSIX] (pthread_attr_t): Do not require type.
30514         [POSIX] (pthread_cond_t): Likewise.
30515         [POSIX] (pthread_condattr_t): Likewise.
30516         [POSIX] (pthread_key_t): Likewise.
30517         [POSIX] (pthread_mutex_t): Likewise.
30518         [POSIX] (pthread_mutexattr_t): Likewise.
30519         [POSIX] (pthread_once_t): Likewise.
30520         [POSIX] (pthread_t): Likewise.
30521         [POSIX-based standards] (pthread_atfork): Expect function.
30523 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
30524             Richard Sandiford  <richard@codesourcery.com>
30526         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
30527         (swap_endianness_p): New extern variable.
30528         (set_big_endian): New inline function.
30529         (maybe_swap_uint32): Likewise.
30530         (maybe_swap_uint32_array): Likewise.
30531         (maybe_swap_uint32_obstack): Likewise.
30532         * locale/programs/locfile.c: Include <stdbool.h>.
30533         (swap_endianness_p): New variable.
30534         (add_locale_uint32): Call maybe_swap_uint32.
30535         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
30536         (write_locale_data): Call maybe_swap_uint32_array.
30537         * locale/programs/ld-collate.c (obstack_int32_grow): Call
30538         maybe_swap_uint32.
30539         (obstack_int32_grow_fast): Likewise.
30540         (output_weightwc): Call maybe_swap_uint32_obstack.
30541         (collate_output): Likewise.
30542         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
30543         (OPT_LITTLE_ENDIAN): Likewise.
30544         (options): Add --little-endian and --big-endian options.
30545         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
30546         * locale/programs/locarchive.c: Include "locfile.h".
30547         (GET): New macro.
30548         (SET): Likewise.
30549         (INC): Likewise.
30550         (create_archive): Use the new macros to access fields of
30551         structures directly mapped from or written to locale archives.
30552         (oldlocrecentcmp): Likewise.
30553         (enlarge_archive): Likewise.
30554         (insert_name): Likewise.
30555         (add_alias): Likewise.
30556         (add_locale): Likewise.
30557         (delete_locales_from_archive): Likewise.
30558         (show_archive_content): Likewise.
30559         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
30560         locale data.
30562 2013-09-24  Roland McGrath  <roland@hack.frob.com>
30564         * manual/freemanuals.texi: Updated from (newly) canonical copy at
30565         http://www.gnu.org/doc/freemanuals.texi.
30566         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
30568 2013-09-24  Will Newton  <will.newton@linaro.org>
30570         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
30571         macro.
30573 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
30575         * locale/hashval.h (compute_hashval): Interpret bytes of key as
30576         unsigned char.
30578 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
30580         * manual/threads.texi (POSIX Threads): Fix a typo.
30582 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30584         [BZ #14547]
30585         * string/tst-strcoll-overflow.c: New test case.
30586         * string/Makefile (xtests): Add tst-strcoll-overflow.
30587         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
30588         cache if string sizes may cause integer overflow.
30590         [BZ #14547]
30591         * string/strcoll_l.c (coll_seq): New members rule, idx,
30592         save_idx and back_us.
30593         (get_next_seq_nocache): New function.
30594         (do_compare_nocache): New function.
30595         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
30596         when malloc fails.
30598 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
30600         [BZ #15754]
30601         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
30602         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
30603         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
30605         [BZ #15754]
30606         * elf/Makefile (tests): Add tst-ptrguard1.
30607         (tests-static): Add tst-ptrguard1-static.
30608         (tst-ptrguard1-ARGS): Define.
30609         (tst-ptrguard1-static-ARGS): Define.
30610         * elf/tst-ptrguard1.c: New file.
30611         * elf/tst-ptrguard1-static.c: New file.
30612         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
30613         * sysdeps/i386/stackguard-macros.h: Likewise.
30614         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
30615         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
30616         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
30617         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
30618         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
30619         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
30621 2013-09-23  Hector Marco  <hecmargi@upv.es>
30622             Ismael Ripoll  <iripoll@disca.upv.es>
30623             Carlos O'Donell  <carlos@redhat.com>
30625         [BZ #15754]
30626         * sysdeps/generic/stackguard-macros.h: Define
30627         __pointer_chk_guard_local and POINTER_CHK_GUARD.
30628         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
30629         Define __pointer_chk_guard_local.
30630         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
30631         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
30633 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
30635         [BZ #15859]
30636         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
30638 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
30640         * include/string.h (__ffs): Declare as hidden.
30641         * string/ffs.c (__ffs): Define as hidden.
30642         * sysdeps/i386/ffs.c (__ffs): Likewise.
30643         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
30644         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
30645         * sysdeps/s390/ffs.c (__ffs): Likewise.
30646         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
30648 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
30650         * NEWS: Mention malloc probes.
30652         * malloc/arena.c (new_heap): New memory_heap_new probe.
30653         (grow_heap): New memory_heap_more probe.
30654         (shrink_heap): New memory_heap_less probe.
30655         (heap_trim): New memory_heap_free probe.
30656         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
30657         (systrim): New memory_sbrk_less probe.
30658         * manual/probes.texi: Document them.
30660         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
30661         * manual/probes.texi: Document it.
30663         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
30664         (__libc_realloc): Add memory_realloc_retry probe.
30665         (__libc_memalign): Add memory_memalign_retry probe.
30666         (__libc_valloc): Add memory_valloc_retry probe.
30667         (__libc_pvalloc): Add memory_pvalloc_retry probe.
30668         (__libc_calloc): Add memory_calloc_retry probe.
30669         * manual/probes.texi: Document them.
30671         * malloc/arena.c (get_free_list): Add probe
30672         memory_arena_reuse_free_list.
30673         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
30674         and memory_arena_reuse.
30675         (arena_get2) [!PER_THREAD]: Likewise.
30676         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
30677         memory_arena_reuse_realloc.
30678         * manual/probes.texi: Document them.
30680         * malloc/malloc.c (__libc_free): Add
30681         memory_mallopt_free_dyn_thresholds probe.
30682         (__libc_mallopt): Add multiple memory_mallopt probes.
30683         * manual/probes.texi: Document them.
30685         * malloc/malloc.c: Include stap-probe.h.
30686         (__libc_mallopt): Add memory_mallopt probe.
30687         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
30688         * manual/probes.texi: New.
30689         * manual/Makefile (chapters): Add probes.
30690         * manual/threads.texi: Set next node.
30692 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
30694         [BZ #15963, #13985]
30695         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
30696         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
30697         Add `Chinese' to `nan' entry name.
30699 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30701         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
30702         (POLYNOMIAL): Likewise.
30703         (TAYLOR_SINCOS): Likewise.
30704         (TAYLOR_SLOW): Likewise.
30705         (__sin): Use TAYLOR_SINCOS.
30706         (__cos): Likewise.
30707         (slow): Use TAYLOR_SLOW.
30708         (sloww): Likewise.
30709         (bsloww): Likewise.
30710         (csloww): Likewise.
30712 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
30714         * stdlib/strtod_l.c: Fix buffer overrun.
30716 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30718         * benchtests/Makefile (bench): Add sincos.
30719         * benchtests/bench-sincos.c: New file.
30721         * math/libm-test.inc (cos_test_data): New test inputs.
30722         (sin_test_data): Likewise.
30724         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
30725         macro.
30726         (__sin): Use it.
30727         (__cos): Likewise.
30728         (slow1): Likewise.
30729         (slow2): Likewise.
30730         (sloww1): Likewise.
30731         (sloww2): Likewise.
30732         (bsloww1): Likewise.
30733         (bsloww2): Likewise.
30734         (cslow2): Likewise.
30735         (csloww1): Likewise.
30736         (csloww2): Likewise.
30738         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
30739         function.
30740         (__sin): Use it.
30741         (__cos): Likewise.
30743         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
30744         gotos.
30745         (__cos): Likewise.
30747 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
30749         * config.h.in (HAVE_MIPS_NAN2008): New macro.
30750         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
30751         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
30752         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
30753         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
30754         * elf/cache.c (print_entry): Handle the new cache flags.
30756 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
30757             Aldy Hernandez  <aldyh@redhat.com>
30759         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
30760         Change condition to [_SOFT_FLOAT].
30761         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
30762         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
30763         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
30764         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
30765         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
30766         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
30767         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
30768         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
30769         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
30770         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
30771         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
30772         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
30773         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
30774         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
30775         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
30776         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
30777         declaration.
30779 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
30781         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
30782         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
30783         (__longjmp): Use LOAD_GP to load saved GPRs.
30784         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
30785         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
30786         (__sigsetjmp): Use SAVE_GP to save GPRs.
30788         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
30789         Do not append -msoft-float.
30790         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
30792 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30794         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
30796 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
30798         [BZ #15966]
30799         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
30800         (_FPU_GETCW): Use initial "__" on variable and field names but not
30801         on macro parameter name.
30802         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
30803         parentheses around reference to macro parameter.
30805 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
30807         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
30808         prototype.
30809         (ctype_startup): Use uint32_t in cast and sizeof for
30810         ctype->charnames.
30812 2013-09-11  Jia Liu  <proljc@gmail.com>
30814         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
30815         __daddr_t_defined.
30816         [__FreeBSD__]: Likewise.
30818 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
30820         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
30821         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
30822         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
30823         (strchr): Remove __strchr_sse42 ifunc selection.
30824         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
30825         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
30827 2013-09-11  Will Newton  <will.newton@linaro.org>
30829         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
30830         parameter to RES. Remove hardcoded 1000 value.
30831         * benchtests/bench-skeleton.c (main): Pass RES parameter
30832         to TIMING_INIT and multiply result by 1000.
30834 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30836         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30838 2013-09-11  Andreas Schwab  <schwab@suse.de>
30840         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
30841         if not defined.
30842         (O_TMPFILE) [__USE_GNU]: Define.
30843         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
30844         Define.
30846 2013-09-11  Will Newton  <will.newton@linaro.org>
30848         [BZ #15857]
30849         * malloc/malloc.c (__libc_memalign): Check the value of bytes
30850         does not overflow.
30852 2013-09-11  Will Newton  <will.newton@linaro.org>
30854         [BZ #15856]
30855         * malloc/malloc.c (__libc_valloc): Check the value of bytes
30856         does not overflow.
30858 2013-09-11  Will Newton  <will.newton@linaro.org>
30860         [BZ #15855]
30861         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
30862         does not overflow.
30864 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
30866         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
30867         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
30868         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
30869         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
30870         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
30872 2013-09-10  Allan McRae  <allan@archlinux.org>
30874         [BZ #15748]
30875         * manual/arith.texi (Parsing of Floats): Clarify
30876         cross-reference.
30878         [BZ #15849]
30879         * manual/install.texi (Running make install): Mention
30880         --enable-pt-chown.
30881         * INSTALL: Regenerated.
30883 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
30885         * csu/init-first.c (_init): Remove the !SHARED condition around
30886         FPU control word initialization.
30887         * elf/dl-support.c (_dl_fpu_control): New variable.
30888         (_dl_aux_init) <AT_FPUCW>: Initialize it.
30889         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
30890         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
30891         * math/test-fpucw-static.c: New file.
30892         * math/test-fpucw-ieee.c: New file.
30893         * math/test-fpucw-ieee-static.c: New file.
30894         * math/Makefile (tests): Add `test-fpucw-ieee' and
30895         `$(tests-static)'.
30896         (tests-static): New variable.
30897         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
30898         dependency to...
30899         [($(build-shared),yes)]
30900         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
30901         ... this.
30902         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
30903         New dependency.
30905 2013-09-09  Allan McRae  <allan@archlinux.org>
30907         [BZ #15939]
30908         * manual/string.texi (Collation Functions): Fix typo in
30909         strcoll example.
30910         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
30912         [BZ #15893]
30913         * stdlib/isomac.c (get_null_defines): Fix memory leak.
30915         [BZ #15892]
30916         * libio/memstream.c (open_memstream): Fix memory leak.
30917         * libio/wmemstream.c (open_wmemstream): Likewise.
30919         [BZ #15895]
30920         * nscd/netgroupcache.c: Fix nesting of ifdefs.
30922 2013-09-09  Will Newton  <will.newton@linaro.org>
30924         * malloc/Makefile: Add tst-realloc to tests.
30925         * malloc/tst-realloc.c: New file.
30927 2013-09-09  Allan McRae  <allan@archlinux.org>
30929         [BZ #15844]
30930         * COPYING: Update from GNU website to fix FSF address.
30931         * COPYING.LIB: Likewise.
30933 2013-09-06  David S. Miller  <davem@davemloft.net>
30935         * po/zh_TW.po: Update Chinese (traditional) translation from
30936         translation project.
30938 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
30939             Joseph Myers  <joseph@codesourcery.com>
30941         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
30942         "localeinfo.h".
30943         (obstack_chunk_alloc): New macro.
30944         (obstack_chunk_free): Likewise.
30945         (record_offset): New function.
30946         (init_locale_data): Likewise.
30947         (align_locale_data): Likewise.
30948         (add_locale_empty): Likewise.
30949         (add_locale_raw_data): Likewise.
30950         (add_locale_raw_obstack): Likewise.
30951         (add_locale_string): Likewise.
30952         (add_locale_wstring): Likewise.
30953         (add_locale_uint32): Likewise.
30954         (add_locale_uint32_array): Likewise.
30955         (add_locale_char): Likewise.
30956         (start_locale_structure): Likewise.
30957         (end_locale_structure): Likewise.
30958         (start_locale_prelude): Likewise.
30959         (end_locale_prelude): Likewise.
30960         (write_locale_data): Take locale_file structure rather than an
30961         iovec.
30962         * locale/programs/locfile.h: Include "obstack.h".
30963         (struct locale_file): Change to store locale file contents instead
30964         of header.
30965         (init_locale_data): New prototype.
30966         (align_locale_data): Likewise.
30967         (add_locale_empty): Likewise.
30968         (add_locale_raw_data): Likewise.
30969         (add_locale_raw_obstack): Likewise.
30970         (add_locale_string): Likewise.
30971         (add_locale_wstring): Likewise.
30972         (add_locale_uint32): Likewise.
30973         (add_locale_uint32_array): Likewise.
30974         (add_locale_char): Likewise.
30975         (start_locale_structure): Likewise.
30976         (end_locale_structure): Likewise.
30977         (start_locale_prelude): Likewise.
30978         (end_locale_prelude): Likewise.
30979         (write_locale_data): Update prototype.
30980         * locale/programs/3level.h (struct TABLE): Remove result field.
30981         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
30982         Use new locale_file interface.
30983         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
30984         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
30985         * locale/programs/ld-address.c (address_output): Use new
30986         locale_file interface.
30987         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
30988         NO_ADD_LOCALE.
30989         (collate_finish): Don't call collseq_table_finalize.
30990         (collate_output): Use new locale_file interface.
30991         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
30992         in file.
30993         (NO_FINALIZE): Change to NO_ADD_LOCALE.
30994         (TABLE): Move defines earlier in file.
30995         (ELEMENT): Likewise.
30996         (DEFAULT): Likewise.
30997         (wctrans_table_add): Move macro and inline function earlier in
30998         file.
30999         (struct wctype_table): Move type earlier in file.
31000         (add_locale_wctype_table): New static prototype.
31001         (struct locale_ctype_t): Use logical types instead of struct iovec
31002         pointers for members.
31003         (ctype_output): Use new locale_file interface.
31004         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
31005         new locale_file interface.
31006         (allocate_arrays): Update for use of new locale_file interface.
31007         * locale/programs/ld-identification.c (identification_output): Use
31008         new locale_file interface.
31009         * locale/programs/ld-measurement.c (measurement_output): Likewise.
31010         * locale/programs/ld-messages.c (messages_output): Likewise.
31011         * locale/programs/ld-monetary.c (monetary_output): Likewise.
31012         * locale/programs/ld-name.c (name_output): Likewise.
31013         * locale/programs/ld-numeric.c (numeric_output): Likewise.
31014         * locale/programs/ld-paper.c (paper_output): Likewise.
31015         * locale/programs/ld-telephone.c (telephone_output): Likewise.
31016         * locale/programs/ld-time.c (time_output): Likewise.
31018 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31020         * benchtests/Makefile: Add memrchr benchmark.
31021         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
31022         benchmark as memrchr.
31023         * benchtests/bench-memrchr-ifunc.c: New file.
31024         * benchtests/bench-memrchr.c: New file.
31026 2013-09-06   Will Newton  <will.newton@linaro.org>
31028         * benchtests/Makefile (string-bench): Add memcpy.
31030 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
31031             Cong Wang  <amwang@redhat.com>
31033         [BZ #15850]
31034         * sysdeps/unix/sysv/linux/bits/in.h
31035         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
31036         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
31037         before __USE_KERNEL_IPV6_DEFS uses.
31038         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
31039         IPPROTO_BEETPH.
31040         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
31041         sockaddr_in6, or ipv6_mreq.
31043 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31045         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
31046         memory access for final bytes in some large inputs.
31047         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
31049 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31051         * string/test-memrchr.c: New file.
31052         * string/test-memrchr-ifunc.c: New file.
31053         * string/Makefile: Add new memrchr testcase.
31055 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
31057         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
31058         fanotify_init returns EPERM.
31060 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
31062         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
31063         errors.
31064         (top level): Treat second token from macro or constant entries for
31065         allowed headers as allowed.
31066         * include/complex.h: Condition internal declarations on
31067         [!_ISOMAC].
31068         * include/fenv.h: Condition include of <stdbool.h> and internal
31069         declarations on [!_ISOMAC].
31071 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
31073         [BZ #15923]
31074         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
31076 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
31078         * configure.in (--enable-versioning): Remove configure option.
31079         (libc_cv_asm_symver_directive): Remove configure test.
31080         (libc_cv_ld_version_script_option): Likewise.
31081         (VERSIONING): Remove variable and AC_SUBST.
31082         (DO_VERSIONING): Remove AC_DEFINE.
31083         * configure: Regenerated.
31084         * config.h.in (DO_VERSIONING): Remove macro.
31085         * Makerules [$(versioning) = yes]: Change conditionals to
31086         [$(build-shared) = yes].
31087         * config.make.in (versioning): Remove variable.
31088         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
31089         [$(build-shared) = yes].
31090         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
31091         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
31092         * elf/Makefile [$(versioning) = yes]: Change conditionals to
31093         [$(build-shared) = yes].
31094         * extra-lib.mk [$(versioning) = yes]: Likewise.
31095         * hurd/Makefile [$(versioning) = yes]: Likewise.
31096         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
31097         [SHARED].
31098         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
31099         [SHARED].
31100         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
31101         [SHARED && !NO_HIDDEN].
31102         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
31103         [SHARED].
31104         [SHARED && DO_VERSIONING]: Likewise..
31105         * libio/Makefile [$(versioning) = yes]: Change conditionals to
31106         [$(build-shared) = yes].
31107         * manual/install.texi (--disable-versioning): Remove
31108         documentation.
31109         * INSTALL: Regenerated.
31110         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
31111         to [SHARED].
31112         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
31113         [$(build-shared) = yes].
31114         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
31115         * sysdeps/i386/i686/multiarch/strstr-c.c
31116         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
31117         [SHARED && !NO_HIDDEN].
31118         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
31119         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
31120         * sysdeps/powerpc/powerpc32/dl-machine.c
31121         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
31122         * sysdeps/powerpc/powerpc32/sysdep.h
31123         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
31124         to [SHARED && PIC && !NO_HIDDEN].
31125         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
31126         conditional to [SHARED].
31128 2013-09-04   Will Newton  <will.newton@linaro.org>
31130         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
31131         * benchtests/bench-string.h: Include bench-timing.h instead
31132         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
31133         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
31134         call to HP_TIMING_DIFF_INIT.
31135         * benchtests/bench-memccpy.c: Use bench-timing.h macros
31136         instead of hp-timing.h macros.
31137         * benchtests/bench-memchr.c: Likewise.
31138         * benchtests/bench-memcmp.c: Likewise.
31139         * benchtests/bench-memcpy.c: Likewise.
31140         * benchtests/bench-memmem.c: Likewise.
31141         * benchtests/bench-memmove.c: Likewise.
31142         * benchtests/bench-memset.c: Likewise.
31143         * benchtests/bench-rawmemchr.c: Likewise.
31144         * benchtests/bench-strcasecmp.c: Likewise.
31145         * benchtests/bench-strcasestr.c: Likewise.
31146         * benchtests/bench-strcat.c: Likewise.
31147         * benchtests/bench-strchr.c: Likewise.
31148         * benchtests/bench-strcmp.c: Likewise.
31149         * benchtests/bench-strcpy.c: Likewise.
31150         * benchtests/bench-strcpy_chk.c: Likewise.
31151         * benchtests/bench-strlen.c: Likewise.
31152         * benchtests/bench-strncasecmp.c: Likewise.
31153         * benchtests/bench-strncat.c: Likewise.
31154         * benchtests/bench-strncmp.c: Likewise.
31155         * benchtests/bench-strncpy.c: Likewise.
31156         * benchtests/bench-strnlen.c: Likewise.
31157         * benchtests/bench-strpbrk.c: Likewise.
31158         * benchtests/bench-strrchr.c: Likewise.
31159         * benchtests/bench-strspn.c: Likewise.
31160         * benchtests/bench-strstr.c: Likewise.
31162 2013-09-04  Will Newton  <will.newton@linaro.org>
31164         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
31166 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
31168         [BZ #15427]
31169         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
31170         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
31171         * math/libm-test.inc (lgamma_test_data): Add more tests.
31172         * sysdeps/i386/fpu/libm-test-ulps: Update.
31173         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31175 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
31177         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
31178         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31179         Add ifunc.
31180         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31181         Add strcmp-sse2-unaligned
31182         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
31184 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
31186         * Versions.def (libc): Add GLIBC_2.19.
31188 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
31190         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
31191         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
31193 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
31195         [BZ #14155]
31196         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
31197         intermediate calculations in recurrence.
31198         (__ieee754_ynf): Likewise.
31199         * math/libm-test.inc (jn_test_data): Do not allow spurious
31200         underflow exception.  Add more tests.
31201         (yn_test_data): Add more tests.
31202         * sysdeps/i386/fpu/libm-test-ulps: Update.
31203         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31205 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
31207         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
31209 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
31211         * csu/init-first.c: Fix then/than typos.
31212         * locale/programs/ld-collate.c: Likewise.
31213         * locale/programs/linereader.h: Likewise.
31214         * manual/charset.texi: Likewise.
31215         * manual/filesys.texi: Likewise.
31216         * manual/stdio.texi: Likewise.
31217         * manual/string.texi: Likewise.
31218         * stdlib/fmtmsg.c: Likewise.
31219         * sysdeps/i386/stpncpy.S: Likewise.
31220         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
31221         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
31222         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
31223         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
31225 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
31227         * elf/dl-open.c: Fix typos.
31228         * iconvdata/gbbig5.c: Likewise.
31229         * iconvdata/iso-2022-jp.c: Likewise.
31230         * iconv/gconv_int.h: Likewise.
31231         * iconv/loop.c: Likewise.
31232         * nis/rpcsvc/nis.h: Likewise.
31233         * resolv/ns_name.c: Likewise.
31234         * stdio-common/vfscanf.c: Likewise.
31235         * streams/stropts.h: Likewise.
31236         * sunrpc/rpc_thread.c: Likewise.
31237         * sysdeps/i386/strpbrk.S: Likewise.
31238         * sysdeps/ieee754/k_standard.c: Likewise.
31239         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
31240         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
31241         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
31242         * sysdeps/mach/hurd/profil.c: Likewise.
31243         * sysdeps/s390/dl-procinfo.h: Likewise.
31244         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
31245         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
31246         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
31247         * sysdeps/x86_64/dl-trampoline.S: Likewise.
31248         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
31250 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
31252         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
31253         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
31255 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
31257         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
31258         aix specific files.
31259         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
31260         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
31261         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
31262         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
31263         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
31264         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
31265         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
31266         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
31268 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
31269             Roland McGrath  <roland@hack.frob.com>
31271         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
31272         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
31274 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31276         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
31277         __executable_start symbol instead of _start.
31279 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
31281         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
31282         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
31283         Move macros to...
31284         * sysdeps/gnu/ldsodefs.h: ... this new file.
31286         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
31287         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
31288         instead of ELFOSABI_LINUX.
31290         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
31291         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
31292         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
31293         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
31294         Likewise.
31295         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
31296         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
31297         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
31298         Likewise.
31299         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
31300         (ibm_extended_long_double): Add ieee_nan member.
31301         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
31302         (do_test): New function.
31304         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
31305         TEST_TRUNC.
31306         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
31307         functions, renamed from truncdfsf_test, trunctfsf_test,
31308         trunctfdf_test.
31309         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
31310         functions.
31311         (do_test): Run all these.
31313 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
31315         * argp/argp-help.c: Fix typos.
31316         * argp/argp-parse.c: Likewise.
31317         * debug/backtracesyms.c: Likewise.
31318         * elf/elf.h: Likewise.
31319         * malloc/malloc.c: Likewise.
31320         * nis/nis_print.c: Likewise.
31321         * resolv/res_comp.c: Likewise.
31322         * stdlib/stdlib.h: Likewise.
31323         * sunrpc/clnt_tcp.c: Likewise.
31324         * sunrpc/clnt_udp.c: Likewise.
31325         * sunrpc/clnt_unix.c: Likewise.
31326         * sysdeps/unix/bsd/ptsname.c: Likewise.
31327         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
31328         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
31329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
31330         Likewise.
31331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
31332         Likewise.
31333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
31334         Likewise.
31335         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
31337 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31339         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
31340         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
31342 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
31344         [BZ #15897]
31345         * dlfcn/Makefile (tests): Add bug-dl-leaf.
31346         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
31347         ($(objpfx)bug-dl-leaf): New rule.
31348         ($(objpfx)bug-dl-leaf.so): Likewise.
31349         ($(objpfx)bug-dl-leaf.out): Likewise.
31350         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
31351         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
31352         * dlfcn/bug-dl-leaf.c: New test.
31353         * dlfcn/bug-dl-leaf-lib.c: Likewise.
31354         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
31355         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
31356         (dlclose): Likewise.
31357         (dlmopen): Likewise.
31359 2013-08-27  Roland McGrath  <roland@hack.frob.com>
31361         * include/netdb.h [!_ISOMAC]:
31362         Don't include <tls.h>.
31363         (h_errno, __libc_h_errno): Move declaration and macros out of
31364         [_LIBC_REENTRANT].
31366         * include/resolv.h [_RESOLV_H_]:
31367         Don't include <tls.h>.
31368         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
31369         * resolv/res_libc.c: Don't include <tls.h>.
31370         (_res): Use __attribute__ ((nocommon)) in place of
31371         __attribute__ ((section (".bss"))).
31373         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
31374         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
31376         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
31378         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
31379         only under [SIOCGIFCONF && SIOCGIFNETMASK].
31381         * resolv/res_mkquery.c: Include <sys/time.h>.
31383         * inet/ifreq.c: Moved to ...
31384         * sysdeps/unix/ifreq.c: ... here.
31385         * inet/ifreq.c: New file, true stub version.
31387         * socket/sa_len.c: New file.
31388         * socket/Makefile (aux): Add it.
31389         * sysdeps/unix/sysv/linux/Makefile
31390         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
31391         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
31392         and #include <socket/sa_len.c>.
31393         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
31394         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
31396         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
31397         * bits/socket.h: ... here.
31399         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
31400         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
31401         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
31403 2013-08-27  Andreas Schwab  <schwab@suse.de>
31405         [BZ #15736]
31406         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
31407         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
31408         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
31409         * string/test-strcasecmp.c (test_main): Run tests in several
31410         locales.
31411         * string/test-strncasecmp.c (test_main): Likewise.
31413         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
31414         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
31415         to __strcasecmp_nonascii and __strncasecmp_nonascii.
31416         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
31417         (__strncasecmp_ssse3) [PIC]: Likewise.
31419 2013-08-26  Roland McGrath  <roland@hack.frob.com>
31421         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
31423         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
31424         instead of explicitly declaring xdecrypt.
31425         * nis/nss_nis/nis-publickey.c: Likewise.
31427 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31429         [BZ #15890]
31430         * nscd/aicache.c: Include res_hconf.h.
31431         (addhstaiX): Initialize res_hconf.
31433 2013-08-26  Andreas Schwab  <schwab@suse.de>
31435         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
31436         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
31438 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31440         * nscd/aicache.c (addhstaiX): Fix indentation.
31442 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
31444         * configure.ac: Quote $build_pt_chown test.
31445         * configure: Regenerated.
31447 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
31449         [BZ #15532]
31450         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
31451         * math/s_cexpf.c (__cexpf): Likewise.
31452         * math/s_cexpl.c (__cexpl): Likewise.
31453         * math/libm-test.inc (cexp_test_data): Correct expected return
31454         value for NaN + i0.  Add another test.
31456 2013-08-22  David S. Miller  <davem@davemloft.net>
31458         * po/ca.po: Update Catalan translation from translation project.
31459         * po/uk.po: Add Ukrainian translations from translation project.
31461 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
31463         [BZ #15797]
31464         * math/s_fdim.c (__fdim): Check for infinite arguments if result
31465         is infinite, not alongside NaN test.
31466         * math/s_fdimf.c (__fdimf): Likewise.
31467         * math/s_fdiml.c (__fdiml): Likewise.
31468         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
31469         errno is unchanged.
31471 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
31473         * argp/argp-help.c: Fix typos.
31474         * crypt/speeds.c: Likewise.
31475         * csu/check_fds.c: Likewise.
31476         * elf/dl-load.c: Likewise.
31477         * elf/dl-open.c: Likewise.
31478         * elf/reldep3.c: Likewise.
31479         * elf/reldep.c: Likewise.
31480         * elf/sprof.c: Likewise.
31481         * iconv/iconv_charmap.c: Likewise.
31482         * iconv/skeleton.c: Likewise.
31483         * iconv/strtab.c: Likewise.
31484         * io/lockf64.c: Likewise.
31485         * libio/libioP.h: Likewise.
31486         * resolv/gai_notify.c: Likewise.
31487         * resolv/ns_name.c: Likewise.
31488         * resolv/ns_samedomain.c: Likewise.
31489         * resolv/res_send.c: Likewise.
31490         * stdlib/random.c: Likewise.
31491         * sunrpc/rpc/xdr.h: Likewise.
31492         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
31493         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
31494         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
31495         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
31496         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
31497         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
31498         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
31499         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
31500         * sysdeps/mach/hurd/check_fds.c: Likewise.
31501         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
31502         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
31503         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
31504         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
31505         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
31506         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
31507         * sysdeps/pthread/aio_notify.c: Likewise.
31508         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
31509         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
31510         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
31511         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
31512         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
31514 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
31516         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
31517         version if bit_Slow_SSE4_2 is set.
31518         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
31519         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
31521 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31523         [BZ #15867]
31524         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
31525         trampoline stack frame information.
31526         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
31527         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
31528         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
31529         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
31530         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
31531         * sysdeps/unix/sysv/linux/powerpc/init-first.c
31532         (_libc_vdso_platform_setup): Initialize the signal trampolines.
31533         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
31534         sa_flags value.
31535         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
31536         interrupting a syscall and set with option SA_SIGINFO.
31538 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
31540         [BZ #15531]
31541         * math/s_cproj.c (__cproj): Only return an infinity if one part of
31542         argument is infinite.
31543         * math/s_cprojf.c (__cprojf): Likewise.
31544         * math/s_cprojl.c (__cprojl): Likewise.
31545         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
31546         * math/libm-test.inc (cproj_test_data): Add more tests.
31548         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
31550         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
31551         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
31552         size.  Use __ffs to determine corresponding shift.
31554 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
31555             Roland McGrath  <roland@hack.frob.com>
31557         * Makefile (INSTALL): Remove trailing blank lines from output of
31558         makeinfo.
31560 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31562         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
31563         Align 32 bit compat elf_greg to 8 bytes.
31565 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
31567         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
31569 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31571         * string/strcoll_l.c (coll_seq): New structure.
31572         (get_next_seq_cached): New function.
31573         (get_next_seq): New function.
31574         (do_compare): New function.
31575         (STRCOLL): Use GNU style definition.  Simplify implementation
31576         by using get_next_seq, get_next_seq_cached and do_compare.
31578 2013-08-16  Florian Weimer  <fweimer@redhat.com>
31580         [BZ #14699]
31581         CVE-2013-4237
31582         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
31583         member.
31584         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
31585         member.
31586         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
31587         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
31588         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
31589         conditional.
31590         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
31591         GETDENTS_64BIT_ALIGNED.
31592         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
31593         * manual/filesys.texi (Reading/Closing Directory): Document
31594         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
31595         strongly.
31596         * manual/conf.texi (Limits for Files): Add portability note to
31597         NAME_MAX, PATH_MAX.
31598         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
31600 2013-08-13  Andreas Schwab  <schwab@suse.de>
31602         [BZ #15749]
31603         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
31604         of fabs.
31605         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
31606         LDBL_MAX_EXP >= 16384]: Add tests for it.
31608 2013-08-12  David S. Miller  <davem@davemloft.net>
31610         * version.h (RELEASE): Set to "development".
31611         (VERSION): Set to "2.18.90".
31612         * NEWS: Add 2.19 section.
31614 2013-08-03  David S. Miller  <davem@davemloft.net>
31616         * po/ko.po: Update Korean translation from translation project.
31618 2013-08-01  David S. Miller  <davem@davemloft.net>
31620         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
31621         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
31622         Bilka.
31624 2013-07-30  David S. Miller  <davem@davemloft.net>
31626         * po/fr.po: Update French translation from translation project.
31628 2013-07-28  David S. Miller  <davem@davemloft.net>
31630         * po/cs.po: Update Czech translation from translation project.
31632         * po/sv.po: Update Swedish translation from translation project.
31634 2013-07-27  David S. Miller  <davem@davemloft.net>
31636         * po/eo.po: Update Esperanto translation from translation project.
31638         * po/vi.po: Update Vietnamese translation from translation project.
31640         * po/de.po: Update German translation from translation project.
31642 2013-07-26  David S. Miller  <davem@davemloft.net>
31644         * po/bg.po: Update Bulgarian translation from translation project.
31646         * po/nl.po: Update Dutch translation from translation project.
31647         * po/pl.po: Update Polish translation from translation project.
31648         * po/ru.po: Update Russian translation from translation project.
31650 2013-07-24  David S. Miller  <davem@davemloft.net>
31652         * po/libc.pot: Update.
31654 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31656         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
31657         variable page size.
31658         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
31659         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
31660         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
31662 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31664         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
31666 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31667             Andreas Schwab  <schwab@suse.de>
31668             Roland McGrath  <roland@hack.frob.com>
31669             Joseph Myers  <joseph@codesourcery.com>
31670             Carlos O'Donell  <carlos@redhat.com>
31672         [BZ #15755]
31673         * config.h.in: Define HAVE_PT_CHOWN.
31674         * config.make.in (build-pt-chown): New variable.
31675         * configure.in (--enable-pt_chown): New configure option.
31676         * configure: Regenerate.
31677         * login/Makefile: Include Makeconfig.  Build pt_chown only if
31678         build-pt-chown is enabled.
31679         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
31680         pt_chown to fix pty ownership.
31681         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
31682         CLOSE_ALL_FDS.
31683         * manual/install.texi (Configuring and compiling): Mention
31684         --enable-pt_chown. Add @findex for grantpt.
31685         * INSTALL: Regenerate.
31687 2013-07-20  David S. Miller  <davem@davemloft.net>
31689         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
31690         difference between 32-bit and 64-bit.
31692 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
31694         [BZ #15711]
31695         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
31696         Avoid system header dependency with -ffreestanding.
31697         ($(objpfx)bits/syscall%d): Likewise.
31699 2013-07-13  David S. Miller  <davem@davemloft.net>
31701         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
31702         underflows from atanl/atan2l due to bug 15319.
31703         (casinh_test_data): Likewise.
31705 2013-07-07  David S. Miller  <davem@davemloft.net>
31707         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
31709 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
31711         * sysdeps/i386/fpu/libm-test-ulps: Update.
31712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31714 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
31716         * configure.in (--enable-lock-elision): Fix message text.
31717         * INSTALL: Regenerate.
31718         * configure: Regenerate.
31720 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31722         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31724 2013-07-03  Andreas Jaeger  <aj@suse.de>
31726         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
31727         define.
31728         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
31729         (ptrace_peeksiginfo_args): Add.
31730         (__ptrace_peeksiginfo_flags): Add.
31731         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
31732         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
31733         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
31735 2013-07-03  Allan McRae  <allan@archlinux.org>
31737         * sysdeps/i386/fpu/libm-test-ulps: Update.
31739 2013-07-02  David S. Miller  <davem@davemloft.net>
31741         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31743 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
31745         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31747 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
31749         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
31750         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31752 2013-07-02  Andi Kleen <ak@linux.intel.com>
31754         * config.h.in (ENABLE_LOCK_ELISION): Add.
31755         * configure.in (--enable-lock-elision): Add option.
31756         * manual/install.texi: Document --enable lock elision.
31757         * configure: Regenerate
31758         * INSTALL: Regenerate.
31760 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
31762         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
31763         SSE4.2 strcasecmp for libc.a.
31764         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
31766 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
31768         [BZ #13304]
31769         * soft-fp/op-common.h (_FP_FMA): New macro.
31770         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
31771         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
31772         (_FP_MUL_MEAT_1_imm): ... here.
31773         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
31774         (_FP_MUL_MEAT_1_wide): ... here.
31775         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
31776         (_FP_MUL_MEAT_1_hard): ... here.
31777         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
31778         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
31779         (_FP_MUL_MEAT_2_wide): ... here.
31780         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
31781         (_FP_MUL_MEAT_2_wide_3mul): ... here.
31782         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
31783         (_FP_MUL_MEAT_2_gmp): ... here.
31784         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
31785         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
31786         (_FP_MUL_MEAT_4_wide): ... here.
31787         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
31788         (_FP_MUL_MEAT_4_gmp): ... here.
31789         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
31790         (_FP_WFRACBITS_DW_S): Likewise.
31791         (_FP_WFRACXBITS_DW_S): Likewise.
31792         (_FP_HIGHBIT_DW_S): Likewise.
31793         (FP_FMA_S): Likewise.
31794         (_FP_FRAC_HIGH_DW_S): Likewise.
31795         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
31796         (_FP_WFRACBITS_DW_D): Likewise.
31797         (_FP_WFRACXBITS_DW_D): Likewise.
31798         (_FP_HIGHBIT_DW_D): Likewise.
31799         (FP_FMA_D): Likewise.
31800         (_FP_FRAC_HIGH_DW_D): Likewise.
31801         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
31802         (_FP_WFRACBITS_DW_E): Likewise.
31803         (_FP_WFRACXBITS_DW_E): Likewise.
31804         (_FP_HIGHBIT_DW_E): Likewise.
31805         (FP_FMA_E): Likewise.
31806         (_FP_FRAC_HIGH_DW_E): Likewise.
31807         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
31808         (_FP_WFRACBITS_DW_Q): Likewise.
31809         (_FP_WFRACXBITS_DW_Q): Likewise.
31810         (_FP_HIGHBIT_DW_Q): Likewise.
31811         (FP_FMA_Q): Likewise.
31812         (_FP_FRAC_HIGH_DW_Q): Likewise.
31813         * soft-fp/fmasf4.c: New file.
31814         * soft-fp/fmadf4.c: Likewise.
31815         * soft-fp/fmatf4.c: Likewise.
31817 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
31819         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
31820         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
31821         Silvermont.
31822         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
31823         macro.
31824         (index_Slow_SSE4_2): Likewise.
31825         (index_Prefer_PMINUB_for_stringop): Likewise.
31826         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
31827         bit_Slow_SSE4_2 is set.
31828         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
31829         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
31831 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
31833         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
31834         rtld_global._dl_hwcap2.
31835         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
31836         POWER8.
31837         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
31838         POWER8 feature descriptions defined in _dl_hwcap2.
31839         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
31840         string handling for POWER8 feature bits.
31841         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
31842         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
31843         _dl_powerpc_cap_flags.
31844         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
31845         * sysdeps/powerpc/rtld-global-offsets.sym
31846         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
31847         _dl_hwcap2 in the rtld_global_ro structure.
31849 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
31851         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
31852         hardware capabilities in support of AT_HWCAP2.
31853         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
31854         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
31855         GLRO(dl_hwcap2).
31856         (_dl_show_auxv): Add support for calling _dl_procinfo to display
31857         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
31858         explicitly the unknown a_type display mechanism is used.
31859         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
31860         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
31861         struct member.
31862         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
31863         to macro prototype for AT_HWCAP2 support.
31864         * sysdeps/i386/dl-procinfo.h: Likewise.
31865         * sysdeps/s390/dl-procinfo.h: Likewise.
31866         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
31867         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
31868         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
31869         return -1 for unknown a_type display fallback.
31870         * sysdeps/sparc/dl-procinfo.h: Likewise.
31871         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
31872         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
31874 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
31876         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
31877         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
31879 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
31881         [BZ #12492]
31882         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
31883         mprotect making __stack_prot writable.
31885 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
31886             Joseph Myers  <joseph@codesourcery.com>
31888         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
31889         as being properly aligned.
31891 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
31893         * dlfcn/modstatic5.c: New file.
31894         * dlfcn/tststatic5.c: New file.
31895         * dlfcn/Makefile (tests): Add tststatic5.
31896         (tests-static): Likewise.
31897         (modules-names): Add modstatic5.
31898         (tststatic5-ENV): New variable.
31899         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
31901         [BZ #15022]
31902         * elf/dl-support.c (_dl_main_map): New variable.
31903         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
31904         (_dl_nns, _dl_load_adds): Set to 1.
31905         (_dl_initial_searchlist): Refer to _dl_main_map.
31906         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
31907         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
31908         call to _dl_get_origin.
31909         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
31910         around call_map.
31911         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
31912         * dlfcn/modstatic3.c: New file.
31913         * dlfcn/tststatic3.c: New file.
31914         * dlfcn/tststatic4.c: New file.
31915         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
31916         (tests-static): Likewise.
31917         (modules-names): Add modstatic3.
31918         (tststatic3-ENV, tststatic4-ENV): New variables.
31919         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
31920         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
31922 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
31924         * configure.in (CC): Require GCC version 4.4 or later.
31925         * configure: Regenerated.
31926         * manual/install.texi (Tools for Compilation): Update GCC version
31927         requirement.
31928         * INSTALL: Regenerated.
31930 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
31932         [BZ #15674]
31933         * string/test-memcmp.c (check2): New.
31934         (main): Call check2.
31936         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
31938 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
31940         [BZ #15022]
31941         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
31942         over to...
31943         (dl_open_worker) [!SHARED]: ... here.
31945 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
31947         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
31949 2013-06-25  Richard Henderson  <rth@redhat.com>
31951         * locale/programs/locarchive.c: Include <libc-internal.h>
31953 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
31955         * manual/texinfo.tex: Update to version 2013-06-21.17, with
31956         trailing whitespace removed.
31958 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
31960         [BZ #10283]
31961         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
31962         * locale/programs/locarchive.c: Include libc-mmap.h.
31963         (prepare_address_space): Take two new outputs (the mmap base and len).
31964         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
31965         values.
31966         (create_archive): Declare new mmap base and len values for
31967         prepare_address_space, and store the result in ah.
31968         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
31969         (enlarge_archive): If ah->mmap_base is not NULL, use that and
31970         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
31971         Declare new mmap base and len values for
31972         prepare_address_space, and store the result in new_ah.
31973         (open_archive): Declare new mmap base and len values for
31974         prepare_address_space, and store the result in ah.
31975         (close_archive): If ah->mmap_base is not NULL, use that and
31976         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
31977         * sysdeps/generic/libc-mmap.h: New file.
31979 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
31981         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
31982         (ALIGN_UP): Likewise.
31983         (PTR_ALIGN_DOWN): Likewise.
31984         (PTR_ALIGN_UP): Likewise.
31986 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
31988         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
31989         entry mapped to PPC_PLATFORM_POWER8.
31990         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
31991         POWER8.
31992         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
31993         (_dl_string_platform): Add case for exporting platform position for
31994         POWER8.
31995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
31996         search path to sysdeps/powerpc/powerpc32/power8 directory.
31997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
31998         search path to sysdeps/powerpc/powerpc64/power8 directory.
31999         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
32000         power7 directories.
32001         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
32002         power7 directories.
32004 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
32006         * INSTALL: Regenerate.
32008         * nscd/connections.c (nscd_init): Fix comment.
32010 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
32012         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
32014         [BZ #15667]
32015         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
32016         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
32018 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
32020         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
32021         DL_DST_REQ_STATIC.
32022         (DL_DST_REQ_STATIC): Remove macro.
32024 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
32026         [BZ #7006]
32027         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
32028         with a shift of 0 bits.
32030 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
32032         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
32033         $(tststatic-ENV).
32035 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
32037         [BZ #15655]
32038         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
32040 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32042         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
32043         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
32044         accepts -fno-tree-loop-distribute-patterns.
32045         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
32046         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
32047         recursive call.
32048         * string/memset.c (memset): Likewise.
32049         * string/test-memmove.c (simple_memmove): Disable loop transformation
32050         to library calls.
32051         * string/test-memset.c (simple_memset): Likewise.
32052         * benchtests/bench-memmove.c (simple_memmove): Likewise.
32053         * benchtests/bench-memset.c (simple_memset): Likewise.
32054         * configure: Regenerated.
32056 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
32058         * math/test-misc.c (main): Ignore fesetround failure when failures
32059         of subsequent rounding tests would be ignored.
32061         [BZ #15654]
32062         * math/fedisblxcpt.c (fedisableexcept): Return 0.
32063         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
32064         * math/fegetenv.c (__fegetenv): Return 0.
32065         * math/fegetexcept.c (fegetexcept): Return 0.
32066         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
32067         FE_TONEAREST.
32068         * math/feholdexcpt.c (feholdexcept): Return 0.
32069         * math/fesetenv.c (__fesetenv): Return 0.
32070         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
32071         argument FE_TONEAREST.
32072         * math/feupdateenv.c (__feupdateenv): Return 0.
32073         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
32075 2013-06-18  Roland McGrath  <roland@hack.frob.com>
32077         * elf/rtld-Rules (rtld-compile-command.S): New variable.
32078         (rtld-compile-command.s, rtld-compile-command.c): New variables.
32079         ($(objpfx)rtld-%.os rules): Use them.
32081 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32083         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
32084         fields.
32086 2013-06-17  Roland McGrath  <roland@hack.frob.com>
32088         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
32089         length of target pattern, then descending length of dependency pattern.
32090         * configure.in (AWK): Require gawk 3.1.2 or newer.
32091         * manual/install.texi (Tools for Compilation): Say that we do.
32092         * configure: Regenerated.
32094         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
32095         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
32096         * scripts/sysd-rules.awk: ... this new script.
32097         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
32098         than a glob-style pattern.
32100 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
32102         * math/test-misc.c (main): Do not treat incorrectly rounded
32103         conversions as failure unless ROUNDING_TESTS passes.
32105 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
32107         [BZ #15631]
32108         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
32109         restore exception state around main square root computation, then
32110         check for inexactness explicitly.
32112         * math/libm-test.inc (fma_test_data): Add another test.
32114 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32116         * manual/threads.texi (Non-POSIX Extensions): New document
32117         node.  Document pthread_getattr_default_np and
32118         pthread_setattr_default_np.
32120         * Versions.def (libpthread): Add GLIBC_2.18.
32121         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
32122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
32123         Likewise.
32124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
32125         Likewise.
32126         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
32127         Likewise.
32128         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
32129         Likewise.
32130         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
32131         Likewise.
32132         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
32133         Likewise.
32134         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
32135         Likewise.
32136         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
32137         Likewise.
32138         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
32139         Likewise.
32141 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
32143         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32144         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
32146 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32147             H.J. Lu  <hjl.tools@gmail.com>
32149         [BZ #15627]
32150         * sysdeps/x86_64/rtld-memset.c: Remove file.
32151         * sysdeps/x86_64/rtld-memset.S: New file.
32153 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
32155         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
32156         (test_in_one_mode): Take arguments for whether the rounding mode
32157         is supported for each floating-point type.
32158         (do_test): Pass new arguments to test_in_one_mode using
32159         ROUNDING_TESTS.
32161 2013-06-13  Roland McGrath  <roland@hack.frob.com>
32163         * posix/tst-waitid.c (do_test): Distinguish different instances of
32164         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
32165         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
32166         before entering the kernel for waitpid.
32168 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32170         * NEWS: Fix note on clock function precision.  Text by Roland
32171         McGrath.
32173 2013-06-13  Roland McGrath  <roland@hack.frob.com>
32175         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
32176         it into place only when and if the sanity check passes.
32178 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
32180         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
32181         output for whether conversion result is exact.  Take argument
32182         indicating whether type is IBM long double.
32183         (round_for_all): Change need_exact field to ibm_ld.
32184         * stdlib/tst-strtod-round.c (struct exactness): New type.
32185         (struct test): Change bool ld_ok field to struct exactness exact.
32186         (TEST): Update all definitions for change to field.
32187         (tests): Regenerate array contents.
32188         (test_in_one_mode): Take pointer to new field instead of old ld_ok
32189         field value.  Check for IBM long double here.
32190         (do_test): Update calls to test_in_one_mode.
32192 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32194         [BZ #12515]
32195         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
32196         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
32198 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32200         [BZ #15605]
32201         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
32202         generated by the compiler on loop optimizations.
32203         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
32204         general definitions.
32206 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
32208         * math/bug-nextafter.c: Include <math-tests.h>.
32209         (main): Only test for exceptions if EXCEPTION_TESTS is true for
32210         the relevant type.
32211         * math/bug-nexttoward.c: Include <math-tests.h>.
32212         (main): Only test for exceptions if EXCEPTION_TESTS is true for
32213         the relevant type.
32214         * math/test-misc.c: Include <math-tests.h>.
32215         (main): Only test for exceptions if EXCEPTION_TESTS is true for
32216         the relevant type.
32218 2013-06-12  Andreas Jaeger  <aj@suse.de>
32220         * po/ia.po: Update Interlingua translation from translation
32221         project.
32223 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
32225         * include/fenv.h: Include stdbool.h.
32226         (struct rm_ctx): New structure.
32227         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
32228         Define macro.
32229         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
32230         (SET_RESTORE_ROUNDF): Likewise.
32231         (SET_RESTORE_ROUNDL): Likewise.
32232         (SET_RESTORE_ROUND_NOEX): Likewise.
32233         (SET_RESTORE_ROUND_NOEXF): Likewise.
32234         (SET_RESTORE_ROUND_NOEXL): Likewise.
32235         (SET_RESTORE_ROUND_53BIT): Likewise.
32236         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
32237         (libc_feresetround_noexf_ctx): Likewise.
32238         (libc_feresetround_noexl_ctx): Likewise.
32239         (libc_feholdsetround_53bit_ctx): Likewise.
32240         (libc_feresetround_53bit_ctx): Likewise.
32241         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
32242         (libc_feholdexcept_setround_sse_ctx): New function.
32243         (libc_fesetenv_sse_ctx): Likewise.
32244         (libc_feupdateenv_sse_ctx): Likewise.
32245         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
32246         (libc_feholdexcept_setround_387_ctx): Likewise.
32247         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
32248         (libc_feholdsetround_387_prec_ctx): Likewise.
32249         (libc_feholdsetround_387_ctx): Likewise.
32250         (libc_feholdsetround_387_53bit_ctx): Likewise.
32251         (libc_feholdsetround_sse_ctx): Likewise.
32252         (libc_feresetround_sse_ctx): Likewise.
32253         (libc_feresetround_387_ctx): Likewise.
32254         (libc_feupdateenv_387_ctx): Likewise.
32255         (libc_feholdexcept_setroundf_ctx): Define macro.
32256         (libc_fesetenvf_ctx): Likewise.
32257         (libc_feupdateenvf_ctx): Likewise.
32258         (libc_feholdsetroundf_ctx): Likewise.
32259         (libc_feresetroundf_ctx): Likewise.
32260         (libc_feholdexcept_setround_ctx): Likewise.
32261         (libc_fesetenv_ctx): Likewise.
32262         (libc_feupdateenv_ctx): Likewise.
32263         (libc_feholdsetround_ctx): Likewise.
32264         (libc_feresetround_ctx): Likewise.
32265         (libc_feholdexcept_setroundl_ctx): Likewise.
32266         (libc_feupdateenvl_ctx): Likewise.
32267         (libc_feholdsetroundl_ctx): Likewise.
32268         (libc_feresetroundl_ctx): Likewise.
32269         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
32270         (libc_feresetround_53bit_ctx): Likewise.
32272 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
32274         * locale/iso-639.def: Convert to UTF-8.
32276 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
32278         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
32279         (EXCEPTION_TESTS_double): Likewise.
32280         (EXCEPTION_TESTS_long_double): Likewise.
32281         (EXCEPTION_TESTS): Likewise.
32282         * math/libm-test.inc (test_exceptions): Only test exceptions if
32283         EXCEPTION_TESTS (FLOAT).
32285 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
32287         * benchtests/Makefile (string-bench): Add strcpy_chk and
32288         stpcpy_chk.
32289         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
32290         * benchtests/bench-stpcpy_chk.c: New file.
32291         * benchtests/bench-strcpy_chk-ifunc.c: New file.
32292         * benchtests/bench-strcpy_chk.c: New file.
32293         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
32294         code.
32295         (do_test): Likewise.
32297 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32299         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
32300         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
32301         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
32302         with tabs where appropriate.
32303         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
32304         dl-procinfo.h.
32305         [PPC_PLATFORM_PPC440]: Likewise.
32306         [PPC_PLATFORM_PPC464]: Likewise.
32307         [PPC_PLATFORM_PPC476]: Likewise.
32308         (_dl_string_platform): Add support for detecting ppc405, ppc440,
32309         ppc464, and ppc476 platform strings merging from ports/
32310         dl-procinfo.h.
32312 2013-06-11  Andreas Schwab  <schwab@suse.de>
32314         [BZ #14991]
32315         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
32316         (from_ucs4_idx): Regenerate.
32317         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
32318         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
32319         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
32320         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
32321         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
32322         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
32323         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
32324         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
32325         from FROM_LOOP and TO_LOOP specific macros.
32326         (BODY): Handle combining characters.
32327         * iconvdata/BIG5HKSCS.irreversible: Update.
32328         * iconvdata/BIG5HKSCS.precomposed: New file.
32329         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
32330         characters.
32331         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
32333 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
32335         * include/sys/time.h: Fix indentation and add copyright header.
32337         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
32338         (do_test): Likewise.
32339         * string/test-memchr.c (do_one_test): Likewise.
32340         (do_test): Likewise.
32341         * string/test-memcmp.c (do_one_test): Likewise.
32342         (do_test): Likewise.
32343         * string/test-memcpy.c (do_one_test): Likewise.
32344         (do_test): Likewise.
32345         * string/test-memmem.c (do_one_test): Likewise.
32346         (do_test): Likewise.
32347         (do_random_tests): Likewise.
32348         * string/test-memmove.c (do_one_test): Likewise.
32349         (do_test): Likewise.
32350         * string/test-memset.c (do_one_test): Likewise.
32351         (do_test): Likewise.
32352         * string/test-rawmemchr.c (do_one_test): Likewise.
32353         (do_test): Likewise.
32354         * string/test-strcasecmp.c (do_one_test): Likewise.
32355         (do_test): Likewise.
32356         * string/test-strcasestr.c (do_one_test): Likewise.
32357         (do_test): Likewise.
32358         * string/test-strcat.c (do_one_test): Likewise.
32359         (do_test): Likewise.
32360         * string/test-strchr.c (do_one_test): Likewise.
32361         (do_test): Likewise.
32362         * string/test-strcmp.c (do_one_test): Likewise.
32363         (do_test): Likewise.
32364         * string/test-strcpy.c (do_one_test): Likewise.
32365         (do_test): Likewise.
32366         * string/test-string.h: Likewise.
32367         (test_init): Likewise.
32368         * string/test-strlen.c (do_one_test): Likewise.
32369         (do_test): Likewise.
32370         * string/test-strncasecmp.c (do_one_test): Likewise.
32371         (do_test): Likewise.
32372         * string/test-strncat.c (do_one_test): Likewise.
32373         (do_test): Likewise.
32374         * string/test-strncmp.c (do_one_test): Likewise.
32375         (do_test_limit): Likewise.
32376         (do_test): Likewise.
32377         * string/test-strncpy.c (do_one_test): Likewise.
32378         (do_test): Likewise.
32379         * string/test-strnlen.c (do_one_test): Likewise.
32380         (do_test): Likewise.
32381         * string/test-strpbrk.c (do_one_test): Likewise.
32382         (do_test): Likewise.
32383         * string/test-strrchr.c (do_one_test): Likewise.
32384         (do_test): Likewise.
32385         * string/test-strspn.c (do_one_test): Likewise.
32386         (do_test): Likewise.
32387         * string/test-strstr.c (do_one_test): Likewise.
32388         (do_test): Likewise.
32390         * benchtests/Makefile (string-bench): Add string benchmarks.
32391         * benchtests/bench-bcopy-ifunc.c: New file.
32392         * benchtests/bench-bcopy.c: New file.
32393         * benchtests/bench-bzero-ifunc.c: New file.
32394         * benchtests/bench-bzero.c: New file.
32395         * benchtests/bench-memccpy-ifunc.c: New file.
32396         * benchtests/bench-memccpy.c: New file.
32397         * benchtests/bench-memchr-ifunc.c: New file.
32398         * benchtests/bench-memchr.c: New file.
32399         * benchtests/bench-memcmp-ifunc.c: New file.
32400         * benchtests/bench-memcmp.c: New file.
32401         * benchtests/bench-memmem-ifunc.c: New file.
32402         * benchtests/bench-memmem.c: New file.
32403         * benchtests/bench-memmove-ifunc.c: New file.
32404         * benchtests/bench-memmove.c: New file.
32405         * benchtests/bench-mempcpy-ifunc.c: New file.
32406         * benchtests/bench-mempcpy.c: New file.
32407         * benchtests/bench-memset-ifunc.c: New file.
32408         * benchtests/bench-memset.c: New file.
32409         * benchtests/bench-rawmemchr-ifunc.c: New file.
32410         * benchtests/bench-rawmemchr.c: New file.
32411         * benchtests/bench-stpcpy-ifunc.c: New file.
32412         * benchtests/bench-stpcpy.c: New file.
32413         * benchtests/bench-stpncpy-ifunc.c: New file.
32414         * benchtests/bench-stpncpy.c: New file.
32415         * benchtests/bench-strcasecmp-ifunc.c: New file.
32416         * benchtests/bench-strcasecmp.c: New file.
32417         * benchtests/bench-strcasestr-ifunc.c: New file.
32418         * benchtests/bench-strcasestr.c: New file.
32419         * benchtests/bench-strcat-ifunc.c: New file.
32420         * benchtests/bench-strcat.c: New file.
32421         * benchtests/bench-strchr-ifunc.c: New file.
32422         * benchtests/bench-strchr.c: New file.
32423         * benchtests/bench-strchrnul-ifunc.c: New file.
32424         * benchtests/bench-strchrnul.c: New file.
32425         * benchtests/bench-strcmp-ifunc.c: New file.
32426         * benchtests/bench-strcmp.c: New file.
32427         * benchtests/bench-strcpy-ifunc.c: New file.
32428         * benchtests/bench-strcpy.c: New file.
32429         * benchtests/bench-strcspn-ifunc.c: New file.
32430         * benchtests/bench-strcspn.c: New file.
32431         * benchtests/bench-strlen-ifunc.c: New file.
32432         * benchtests/bench-strlen.c: New file.
32433         * benchtests/bench-strncasecmp-ifunc.c: New file.
32434         * benchtests/bench-strncasecmp.c: New file.
32435         * benchtests/bench-strncat-ifunc.c: New file.
32436         * benchtests/bench-strncat.c: New file.
32437         * benchtests/bench-strncmp-ifunc.c: New file.
32438         * benchtests/bench-strncmp.c: New file.
32439         * benchtests/bench-strncpy-ifunc.c: New file.
32440         * benchtests/bench-strncpy.c: New file.
32441         * benchtests/bench-strnlen-ifunc.c: New file.
32442         * benchtests/bench-strnlen.c: New file.
32443         * benchtests/bench-strpbrk-ifunc.c: New file.
32444         * benchtests/bench-strpbrk.c: New file.
32445         * benchtests/bench-strrchr-ifunc.c: New file.
32446         * benchtests/bench-strrchr.c: New file.
32447         * benchtests/bench-strspn-ifunc.c: New file.
32448         * benchtests/bench-strspn.c: New file.
32449         * benchtests/bench-strstr-ifunc.c: New file.
32450         * benchtests/bench-strstr.c: New file.
32452         * benchtests/Makefile: Disable parallel execution of targets.
32453         (string-bench): Add memcpy.
32454         (benchset): New variable to store a list of benchmark sets.
32455         (bench-func): Renamed from bench.
32456         (bench-set): New target.
32457         (bench): Depend on bench-func and bench-set.
32458         * benchtests/README: Add section on benchmark sets.
32459         * benchtests/bench-memcpy-ifunc.c: New file.
32460         * benchtests/bench-memcpy.c: New file.
32461         * benchtests/bench-string.h: New file.
32463 2013-06-11  Andreas Schwab  <schwab@suse.de>
32465         [BZ #15577]
32466         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
32467         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
32468         values in the triple.
32469         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
32470         terminator in the group key.
32472 2013-06-11  Andreas Jaeger  <aj@suse.de>
32474         * po/zh_TW.po: Update Chinese (traditional) translation from
32475         translation project.
32477 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
32479         * include/time.h (__clock_gettime): Add libc_hidden_proto.
32480         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
32481         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
32482         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32483         (clock_getcpuclockid): Likewise.
32484         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
32485         Add weak_alias and libc_hidden_def.
32486         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
32487         * rt/clock_gettime.c (clock_gettime): Rename to
32488         __clock_gettime.  Add weak_alias and libc_hidden_def.
32489         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
32490         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
32491         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
32492         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
32493         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
32494         Likewise.
32495         * rt/clock_settime.c (clock_settime): Rename to
32496         __clock_settime.  Add weak_alias and libc_hidden_def.
32497         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
32499 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
32501         * mach/err_boot.sub: Remove trailing whitespace.
32502         * mach/err_ipc.sub: Likewise.
32503         * mach/err_mach.sub: Likewise.
32505         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
32506         (ROUNDING_TESTS_double): Likewise.
32507         (ROUNDING_TESTS_long_double): Likewise.
32508         (ROUNDING_TESTS): Likewise.
32509         * math/libm-test.inc: Include <math-tests.h>.
32510         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
32511         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
32512         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
32513         (IF_ROUND_INIT_FE_UPWARD): Likewise.
32515 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
32517         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
32518         of assigning.
32520 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
32522         * sysdeps/gnu/errlist.awk: Do not generate space at end of
32523         otherwise empty TRANS lines.
32524         * sysdeps/gnu/errlist.c: Regenerated.
32526         * catgets/gencat.c (error_print): Use (void) in function
32527         definition.
32528         * crypt/crypt_util.c (__init_des): Likewise.
32529         * crypt/speeds.c (Stop): Likewise.
32530         (main): Likewise.
32531         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
32532         * inet/ruserpass.c (token): Likewise.
32533         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
32534         * intl/localealias.c (extend_alias_table): Likewise.
32535         * intl/plural-exp.c (init_germanic_plural): Likewise.
32536         * libio/fcloseall.c (__fcloseall): Likewise.
32537         * libio/genops.c (_IO_flush_all): Likewise.
32538         (_IO_flush_all_linebuffered): Likewise.
32539         (_IO_cleanup): Likewise.
32540         (_IO_iter_begin): Likewise.
32541         (_IO_iter_end): Likewise.
32542         (_IO_list_lock): Likewise.
32543         (_IO_list_unlock): Likewise.
32544         (_IO_list_resetlock): Likewise.
32545         * libio/getchar.c (getchar): Likewise.
32546         * libio/getchar_u.c (getchar_unlocked): Likewise.
32547         * libio/getwchar.c (getwchar): Likewise.
32548         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
32549         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
32550         * login/getpt.c (__getpt): Likewise.
32551         * login/tst-utmp.c (main): Likewise.
32552         * malloc/hooks.c (__malloc_check_init): Likewise.
32553         * malloc/malloc.c (__malloc_stats): Likewise.
32554         * malloc/mtrace.c (tr_break): Likewise.
32555         (mtrace): Likewise.
32556         (muntrace): Likewise.
32557         * misc/fstab.c (endfsent): Likewise.
32558         * misc/getclktck.c (__getclktck): Likewise.
32559         * misc/getdtsz.c (__getdtablesize): Likewise.
32560         * misc/gethostid.c (gethostid): Likewise.
32561         * misc/getpagesize.c (__getpagesize): Likewise.
32562         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
32563         (__get_nprocs): Likewise.
32564         (__get_phys_pages): Likewise.
32565         (__get_avphys_pages): Likewise.
32566         * misc/getttyent.c (getttyent): Likewise.
32567         (setttyent): Likewise.
32568         (endttyent): Likewise.
32569         * misc/getusershell.c (getusershell): Likewise.
32570         (endusershell): Likewise.
32571         (setusershell): Likewise.
32572         (initshells): Likewise.
32573         * misc/hsearch.c (__hdestroy): Likewise.
32574         * misc/sync.c (sync): Likewise.
32575         * misc/syslog.c (closelog_internal): Likewise.
32576         (closelog): Likewise.
32577         * misc/ttyslot.c (ttyslot): Likewise.
32578         * misc/vhangup.c (vhangup): Likewise.
32579         * posix/fork.c (__fork): Likewise.
32580         * posix/getegid.c (__getegid): Likewise.
32581         * posix/geteuid.c (__geteuid): Likewise.
32582         * posix/getgid.c (__getgid): Likewise.
32583         * posix/getpid.c (__getpid): Likewise.
32584         * posix/getppid.c (__getppid): Likewise.
32585         * posix/getuid.c (__getuid): Likewise.
32586         * posix/pause.c (pause): Likewise.
32587         * posix/setpgrp.c (setpgrp): Likewise.
32588         * posix/setsid.c (__setsid): Likewise.
32589         * posix/test-vfork.c (noop): Likewise.
32590         * resolv/gethnamaddr.c (_endhtent): Likewise.
32591         (_gethtent): Likewise.
32592         (ht_endhostent): Likewise.
32593         (gethostent): Likewise.
32594         (dns_service): Likewise.
32595         * stdlib/drand48.c (drand48): Likewise.
32596         * stdlib/lrand48.c (lrand48): Likewise.
32597         * stdlib/mrand48.c (mrand48): Likewise.
32598         * stdlib/rand.c (rand): Likewise.
32599         * stdlib/random.c (__random): Likewise.
32600         * stdlib/setenv.c (clearenv): Likewise.
32601         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
32602         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
32603         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
32604         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
32605         (__get_nprocs): Likewise.
32606         (__get_phys_pages): Likewise.
32607         (__get_avphys_pages): Likewise.
32608         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
32609         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
32610         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
32611         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
32612         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
32613         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
32614         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
32615         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
32616         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
32617         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
32618         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
32619         * sysdeps/mach/hurd/sync.c (sync): Likewise.
32620         * sysdeps/posix/clock.c (clock): Likewise.
32621         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
32622         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
32623         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
32624         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
32625         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
32626         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
32627         (__get_nprocs_conf): Likewise.
32628         (__get_phys_pages): Likewise.
32629         (__get_avphys_pages): Likewise.
32630         * time/clock.c (clock): Likewise.
32631         * time/tzset.c (__tzname_max): Likewise.
32633 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
32635         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
32636         (__bswap_32): Do not use "register".
32637         * crypt/crypt.c (_ufc_doit_r): Likewise.
32638         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
32639         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
32640         * gmon/gmon.c (__monstartup): Likewise.
32641         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
32642         * hurd/hurdmalloc.c (more_memory): Likewise.
32643         (malloc): Likewise.
32644         (free): Likewise.
32645         (realloc): Likewise.
32646         (malloc_fork_prepare): Likewise.
32647         (malloc_fork_parent): Likewise.
32648         (malloc_fork_child): Likewise.
32649         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
32650         (_svcauth_des): Likewise.
32651         * inet/inet_lnaof.c (inet_lnaof): Likewise.
32652         * inet/inet_net.c (inet_network): Likewise.
32653         * inet/inet_netof.c (inet_netof): Likewise.
32654         * inet/rcmd.c (__validuser2_sa): Likewise.
32655         * io/fts.c (fts_open): Likewise.
32656         (fts_load): Likewise.
32657         (fts_close): Likewise.
32658         (fts_read): Likewise.
32659         (fts_children): Likewise.
32660         (fts_build): Likewise.
32661         (fts_stat): Likewise.
32662         (fts_sort): Likewise.
32663         (fts_alloc): Likewise.
32664         (fts_lfree): Likewise.
32665         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
32666         (_IO_file_xsgetn): Likewise.
32667         (_IO_file_xsgetn_mmap): Likewise.
32668         * libio/iofopncook.c (_IO_cookie_read): Likewise.
32669         (_IO_cookie_write): Likewise.
32670         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
32671         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
32672         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
32673         * malloc/obstack.c (_obstack_begin): Likewise.
32674         (_obstack_begin_1): Likewise.
32675         (_obstack_newchunk): Likewise.
32676         (_obstack_allocated_p): Likewise.
32677         (obstack_free): Likewise.
32678         (_obstack_memory_used): Likewise.
32679         * misc/getttyent.c (getttynam): Likewise.
32680         (getttyent): Likewise.
32681         (skip): Likewise.
32682         (value): Likewise.
32683         * misc/getusershell.c (initshells): Likewise.
32684         * misc/syslog.c (__vsyslog_chk): Likewise.
32685         * misc/ttyslot.c (ttyslot): Likewise.
32686         * nis/nis_hash.c (__nis_hash): Likewise.
32687         * posix/fnmatch_loop.c (FCT): Likewise.
32688         * posix/getconf.c (print_all): Likewise.
32689         (main): Likewise.
32690         * posix/getopt.c (exchange): Likewise.
32691         * posix/glob.c (globfree): Likewise.
32692         (prefix_array): Likewise.
32693         (__glob_pattern_type): Likewise.
32694         * resolv/arpa/nameser.h (NS_GET16): Likewise.
32695         (NS_GET32): Likewise.
32696         (NS_PUT16): Likewise.
32697         (NS_PUT32): Likewise.
32698         * resolv/gethnamaddr.c (getanswer): Likewise.
32699         (gethostbyname2): Likewise.
32700         (gethostbyaddr): Likewise.
32701         (_gethtent): Likewise.
32702         (_gethtbyname2): Likewise.
32703         (_gethtbyaddr): Likewise.
32704         * resolv/ns_print.c (dst_s_get_int16): Likewise.
32705         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
32706         * resolv/res_init.c (__res_vinit): Likewise.
32707         (net_mask): Likewise.
32708         * resolv/res_mkquery.c (outchar): Likewise.
32709         (PRINT): Likewise.
32710         * stdio-common/printf_fp.c (outchar): Likewise.
32711         (PRINT): Likewise.
32712         * stdio-common/printf_fphex.c (outchar): Likewise.
32713         (PRINT): Likewise.
32714         * stdio-common/printf_size.c (outchar): Likewise.
32715         (PRINT): Likewise.
32716         * stdio-common/test_rdwr.c (main): Likewise.
32717         * stdio-common/tfformat.c (matches): Likewise.
32718         * stdio-common/vfprintf.c (outchar): Likewise.
32719         (printf_unknown): Likewise.
32720         (buffered_vfprintf): Likewise.
32721         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
32722         * stdio-common/xbug.c (AppendToBuffer): Likewise.
32723         (ReadFile): Likewise.
32724         * stdlib/qsort.c (SWAP): Likewise.
32725         (_quicksort): Likewise.
32726         * stdlib/setenv.c (__add_to_environ): Likewise.
32727         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
32728         * stdlib/strtol_l.c (__strtol_l): Likewise.
32729         * stdlib/tst-strtod.c (main): Likewise.
32730         * stdlib/tst-strtol.c (main): Likewise.
32731         * stdlib/tst-strtoll.c (main): Likewise.
32732         * string/bits/string2.h (__strcmp_cc): Likewise.
32733         (__strcmp_cg): Likewise.
32734         (__strcspn_c1): Likewise.
32735         (__strcspn_c2): Likewise.
32736         (__strcspn_c3): Likewise.
32737         (__strspn_c1): Likewise.
32738         (__strspn_c2): Likewise.
32739         (__strspn_c3): Likewise.
32740         (__strsep_1c): Likewise.
32741         (__strsep_2c): Likewise.
32742         (__strsep_3c): Likewise.
32743         * string/memccpy.c (__memccpy): Likewise.
32744         * string/stpcpy.c (__stpcpy): Likewise.
32745         * string/strcmp.c (strcmp): Likewise.
32746         * string/strrchr.c (strrchr): Likewise.
32747         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
32748         Likewise.
32749         * sysdeps/mach/hurd/getcwd.c
32750         (_hurd_canonicalize_directory_name_internal): Likewise.
32751         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
32752         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
32753         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
32754         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
32755         Likewise, in both definitions.
32756         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
32757         definitions.
32758         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
32759         64] (__bswap_64): Likewise.
32760         * time/test_time.c (main): Likewise.
32761         * time/tzfile.c (__tzfile_read): Likewise.
32762         (__tzfile_compute): Likewise.
32763         * time/tzset.c (__tzset_parse_tz): Likewise.
32764         (tzset_internal): Likewise.
32765         (compute_change): Likewise.
32766         * wcsmbs/wcscat.c (__wcscat): Likewise.
32767         * wcsmbs/wcschr.c (wcschr): Likewise.
32768         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
32769         * wcsmbs/wcscspn.c (wcscspn): Likewise.
32770         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
32771         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
32772         * wcsmbs/wcsspn.c (wcsspn): Likewise.
32773         * wcsmbs/wcsstr.c (wcsstr): Likewise.
32774         * wcsmbs/wmemchr.c (wmemchr): Likewise.
32775         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
32776         * wcsmbs/wmemset.c (wmemset): Likewise.
32778 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
32780         * scripts/config.guess: Update to version 2013-05-16.
32781         * scripts/config.sub: Update to version 2013-04-24.
32782         * scripts/install-sh: Update to version 2011-11-20.07.
32783         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
32784         * scripts/move-if-change: Update to version 2012-01-06 07:23.
32786 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
32788         * debug/fgetws_u_chk.c: Fix leading whitespaces.
32789         * elf/sln.c: Likewise.
32790         * hurd/hurd/ioctl.h: Likewise.
32791         * hurd/hurdmalloc.c: Likewise.
32792         * hurd/xattr.c: Likewise.
32793         * include/shlib-compat.h: Likewise.
32794         * inet/ruserpass.c: Likewise.
32795         * libio/iofgets_u.c: Likewise.
32796         * libio/iofgetws_u.c: Likewise.
32797         * locale/programs/ld-identification.c: Likewise.
32798         * locale/programs/ld-time.c: Likewise.
32799         * mach/msg-destroy.c: Likewise.
32800         * nss/nss_files/files-netgrp.c: Likewise.
32801         * resolv/res_data.c: Likewise.
32802         * soft-fp/op-1.h: Likewise.
32803         * soft-fp/op-2.h: Likewise.
32804         * soft-fp/op-4.h: Likewise.
32805         * soft-fp/op-common.h: Likewise.
32806         * stdio-common/printf_fphex.c: Likewise.
32807         * stdlib/strtod_l.c: Likewise.
32808         * sunrpc/rpc/clnt.h: Likewise.
32809         * sysdeps/generic/framestate.c: Likewise.
32810         * sysdeps/i386/bsd-_setjmp.S: Likewise.
32811         * sysdeps/i386/bsd-setjmp.S: Likewise.
32812         * sysdeps/i386/__longjmp.S: Likewise.
32813         * sysdeps/i386/setjmp.S: Likewise.
32814         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
32815         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
32816         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
32817         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
32818         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
32819         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
32820         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
32821         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
32822         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
32823         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
32824         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
32825         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
32826         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
32827         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
32828         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
32829         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
32830         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
32831         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
32832         * sysdeps/ieee754/support.c: Likewise.
32833         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
32834         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
32835         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
32836         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
32837         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
32838         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
32839         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
32840         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
32841         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
32842         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
32843         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
32844         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
32845         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
32846         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
32847         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
32848         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
32849         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
32852 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
32854         * posix/transbug.c: Remove executable mode.
32856 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
32858         * crypt/speeds.c: Remove trailing whitespace.
32859         * dlfcn/default.c: Likewise.
32860         * elf/ifuncdep2.c: Likewise.
32861         * elf/ifuncmain1.c: Likewise.
32862         * elf/ifuncmain1vis.c: Likewise.
32863         * elf/testobj.h: Likewise.
32864         * elf/tst-stackguard1.c: Likewise.
32865         * gmon/sys/gmon.h: Likewise.
32866         * hurd/hurdmsg.c: Likewise.
32867         * hurd/new-fd.c: Likewise.
32868         * hurd/ports-get.c: Likewise.
32869         * iconvdata/ibm1008_420.c: Likewise.
32870         * inet/tst-getni1.c: Likewise.
32871         * inet/tst-getni2.c: Likewise.
32872         * libio/ioungetc.c: Likewise.
32873         * libio/wfiledoalloc.c: Likewise.
32874         * manual/libm-err-tab.pl: Likewise.
32875         * math/w_dremf.c: Likewise.
32876         * misc/ftruncate.c: Likewise.
32877         * posix/bug-glob2.c: Likewise.
32878         * posix/tst-pcre.c: Likewise.
32879         * posix/wait4.c: Likewise.
32880         * resolv/README: Likewise.
32881         * resolv/res_debug.h: Likewise.
32882         * resolv/tst-inet_ntop.c: Likewise.
32883         * setjmp/bug269-setjmp.c: Likewise.
32884         * soft-fp/extended.h: Likewise.
32885         * soft-fp/op-1.h: Likewise.
32886         * soft-fp/op-2.h: Likewise.
32887         * soft-fp/op-4.h: Likewise.
32888         * soft-fp/op-8.h: Likewise.
32889         * soft-fp/testit.c: Likewise.
32890         * stdio-common/bug16.c: Likewise.
32891         * stdlib/random.c: Likewise.
32892         * sunrpc/rpcsvc/rquota.x: Likewise.
32893         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
32894         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
32895         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
32896         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
32897         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
32898         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
32899         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
32900         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
32901         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
32902         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
32903         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
32904         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
32905         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
32906         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
32907         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
32908         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
32909         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
32910         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
32911         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
32912         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
32913         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
32914         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
32915         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
32916         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
32917         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
32918         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
32919         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
32920         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
32921         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
32922         * sysdeps/ieee754/s_lib_version.c: Likewise.
32923         * sysdeps/mach/hurd/check_fds.c: Likewise.
32924         * sysdeps/mach/hurd/getsockname.c: Likewise.
32925         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
32926         * sysdeps/mach/hurd/recvfrom.c: Likewise.
32927         * sysdeps/powerpc/bits/link.h: Likewise.
32928         * sysdeps/powerpc/dl-procinfo.c: Likewise.
32929         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
32930         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
32931         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
32932         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
32933         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
32934         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
32935         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
32936         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
32937         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
32938         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
32939         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
32940         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
32941         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
32942         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
32943         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
32944         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
32945         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
32946         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
32947         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
32948         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
32949         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
32950         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
32951         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
32952         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
32953         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
32954         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
32955         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
32956         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
32957         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
32958         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
32959         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
32960         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
32961         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
32962         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
32963         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
32964         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
32965         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
32966         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
32967         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
32968         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
32969         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
32970         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
32971         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
32972         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
32973         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
32974         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
32975         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
32976         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
32977         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
32978         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
32979         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
32980         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
32981         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
32982         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
32983         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
32984         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
32985         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
32986         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
32987         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
32988         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
32989         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
32990         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
32991         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
32992         * sysdeps/powerpc/sysdep.h: Likewise.
32993         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32994         * sysdeps/s390/s390-64/sub_n.S: Likewise.
32995         * sysdeps/sh/dl-trampoline.S: Likewise.
32996         * sysdeps/sh/memset.S: Likewise.
32997         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
32998         * sysdeps/sh/strlen.S: Likewise.
32999         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
33000         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
33001         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
33002         * sysdeps/sparc/sparc32/rem.S: Likewise.
33003         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
33004         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
33005         * sysdeps/sparc/sparc32/strchr.S: Likewise.
33006         * sysdeps/sparc/sparc32/udiv.S: Likewise.
33007         * sysdeps/sparc/sparc32/urem.S: Likewise.
33008         * sysdeps/sparc/sparc64/add_n.S: Likewise.
33009         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
33010         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
33011         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
33012         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
33013         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
33014         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
33015         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
33016         * sysdeps/unix/bsd/times.c: Likewise.
33017         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
33018         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
33019         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
33020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
33021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
33022         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
33023         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
33024         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
33025         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
33026         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
33027         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
33028         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
33029         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
33030         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
33031         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
33032         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
33033         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
33034         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
33035         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
33036         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
33037         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
33038         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
33039         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
33040         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
33041         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
33042         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
33043         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
33044         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
33045         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
33046         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
33047         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
33048         * sysdeps/x86_64/strcspn.S: Likewise.
33050 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
33052         * locale/C-translit.h: Revert #include <stdint.h> because this is a
33053         generated file.  Regenerate properly from gen-translit.pl.
33054         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
33055         locale/C-translit.h.
33057 2013-06-05  Andreas Schwab  <schwab@suse.de>
33059         [BZ #15100]
33060         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
33061         week as 6 instead of -1.
33062         * time/tst-strptime.c (day_tests): Add test case.
33064 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
33066         * sysdeps/generic/math_private.h
33067         (libc_feholdexcept_setround_53bit): Replace with
33068         libc_feholdsetround_53bit.
33069         (libc_feupdateenv_53bit): Replace with
33070         libc_feresetround_53bit.
33071         (SET_RESTORE_ROUND_53BIT): Adjust.
33073 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
33075         * string/test-strchrnul.c: Add copyright header.
33077         * posix/tst-getaddrinfo4.c: Increase test timeout.
33079 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
33081         [BZ #15536]
33082         * math/libm-test.inc (MAX_EXP): Remove
33083         (MIN_EXP): Define.
33084         (ulp): Use MIN_EXP - MANT_DIG.
33085         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
33087 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
33089         * po/be.po: Revert last change.
33090         * po/zh_CN.po: Likewise.
33091         * po/header.pot: Likewise.
33093 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
33095         * Makefile ($(common-objpfx)linkobj/libc.so): Define
33096         link-libc-deps to empty as target-specific variable.
33097         * Makerules (link-libc-args): New variable.
33098         (libc-for-link): Likewise.
33099         (link-libc-deps): Likewise.
33100         (lib%.so): Depend on $(link-libc-deps).  Link with
33101         $(link-libc-args).
33102         (build-module): Link with $(link-libc-args).
33103         (build-module-asneeded): Likewise.
33104         (build-module-helper-objlist): Filter out $(link-libc-deps) from
33105         list of objects.
33106         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
33107         target-specific variable.
33108         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
33109         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
33110         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
33111         libc.
33112         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
33113         libc and ld.so.
33114         ($(objpfx)libpcprofile.so): Likewise.
33115         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
33116         libc_nonshared.a.
33117         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
33118         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
33119         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
33120         $(link-libc-deps).
33121         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
33122         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
33123         * login/Makefile ($(objpfx)libutil.so): Likewise.
33124         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
33125         * math/Makefile ($(objpfx)libm.so): Likewise.
33126         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
33127         $(objpfx)libnsl.so): Define libc-for-link as target-specific
33128         variable instead of depending directly on libc.
33129         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
33130         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
33131         $(link-libc-deps).
33132         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
33133         libc.
33134         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
33135         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
33136         ($(objpfx)libanl.so): Likewise.
33137         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
33138         ld.so.
33139         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
33140         $(link-libc-deps).
33141         * sysdeps/i386/fpu/Makefile: Remove file.
33142         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
33143         ($(objpfx)libm.so): Remove dependency on ld.so.
33145 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
33147         [BZ # 15553]
33148         * nis/yp_xdr.c (XDRMAXNAME): Define.
33149         (XDRMAXRECORD): Define.
33150         (xdr_domainname): Use XDRMAXNAME.
33151         (xdr_mapname): Likewise.
33152         (xdr_peername): Likewise.
33153         (xdr_keydat): Use XDRMAXRECORD.
33154         (xdr_valdat): Likewise.
33156 2013-05-30  Jeff Law  <law@redhat.com>
33158         [BZ #14256]
33159         * manual/errno.texi (ESTALE): Update to account for more than
33160         just NFS file systems.
33161         * sysdeps/gnu/errlist.c: Regenerated.
33163 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
33165         [BZ #15465]
33166         * elf/Makefile (tests): Add tst-null-argv.
33167         (modules-names):  Add tst-null-argv-lib.
33168         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
33169         (tst-null-argv-ENV): Set environment for tst-null-argv.
33170         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
33171         (RTLD_PROGNAME): New macro.
33172         * elf/tst-null-argv.c: New test case.
33173         * elf/tst-null-argv-lib.c: Library for test case.
33174         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
33175         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
33176         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
33177         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
33178         * elf/dl-init.c (call_init): Likewise.
33179         (_dl_init): Likewise.
33180         * elf/dl-load.c (print_search_path): Likewise.
33181         (_dl_map_object): Likewise.
33182         * elf/dl-lookup.c (do_lookup_x): Likewise.
33183         (add_dependency): Likewise.
33184         (_dl_lookup_symbol_x): Likewise.
33185         (_dl_debug_bindings): Likewise.
33186         * elf/dl-open.c (_dl_show_scope): Likewise.
33187         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
33188         * elf/dl-version.c (match_symbol): Likewise.
33189         (_dl_check_map_versions): Likewise.
33190         * elf/rtld.c (dl_main): Likewise.
33191         (print_unresolved): Use RTLD_PROGNAME.
33192         (print_missing_version): Likewise.
33193         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
33194         (elf_machine_rela): Likewise.
33195         * sysdeps/powerpc/powerpc32/dl-machine.c
33196         (__process_machine_rela): Likewise.
33197         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
33198         Likewise.
33199         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33200         Likewise.
33201         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
33202         Likewise.
33203         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
33204         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
33205         Likewise.
33206         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
33207         Likewise.
33208         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
33210 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
33212         * po/be.po: Add descriptive title.
33213         * po/zh_CN.po: Likewise.
33214         * po/header.pot: Likewise.
33216 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
33218         * locale/programs/locarchive.c (create_archive): Inlucde fname in
33219         error message.
33220         (enlarge_archive): Likewise.
33222 2013-05-28  Ben North  <ben@redfrontdoor.org>
33224         * manual/arith.texi (frexp): It is the magnitude of the return
33225         value which lies in [0.5, 1), not the return value itself.
33227 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33229         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33231 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
33233         * stdio-common/bug26.c (main): Correct fscanf template.
33235         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
33236         declare _dl_skip_args.
33238         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
33239         Don't declare.
33241         * manual/platform.texi: Add missing @end deftypefun.
33243 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
33245         [BZ #15529]
33246         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
33247         bit of mantissa of 2^16382.
33248         * math/libm-test.inc (hypot_test_data): Add more tests.
33250         * math/libm-test.inc: Add drem and pow10 to list of tested
33251         functions.
33252         (pow10_test): New function.
33253         (drem_test): Likewise.
33254         (drem_test_tonearest): Likewise.
33255         (drem_test_towardzero): Likewise.
33256         (drem_test_downward): Likewise.
33257         (drem_test_upward): Likewise.
33258         (main): Call the new functions.
33260         * math/libm-test.inc (finite_test_data): Remove.
33261         (finite_test): Run tests from isfinite_test_data.
33262         (gamma_test_data): Remove.
33263         (gamma_test): Run tests from lgamma_test_data.
33264         * sysdeps/i386/fpu/libm-test-ulps: Update.
33265         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33267 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33269         * manual/platform.texi: Add PowerPC PPR function set documentation.
33270         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
33271         implementation.
33273 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
33275         * math/libm-test.inc (MAX_EXP): Define.
33276         (ULPDIFF): Define.
33277         (ulp): New function.
33278         (check_float_internal): Use ULPDIFF.
33279         (cpow_test): Disable failing test.
33280         (check_ulp): Test ulp() implemetnation.
33281         (main): Call check_ulp before starting tests.
33283 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
33285         * math/gen-libm-test.pl (generate_testfile): Do not handle
33286         START_DATA and END_DATA.
33287         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
33288         END_DATA.
33289         (acos_tonearest_test_data): Likewise.
33290         (acos_towardzero_test_data): Likewise.
33291         (acos_downward_test_data): Likewise.
33292         (acos_upward_test_data): Likewise.
33293         (acosh_test_data): Likewise.
33294         (asin_test_data): Likewise.
33295         (asin_tonearest_test_data): Likewise.
33296         (asin_towardzero_test_data): Likewise.
33297         (asin_downward_test_data): Likewise.
33298         (asin_upward_test_data): Likewise.
33299         (asinh_test_data): Likewise.
33300         (atan_test_data): Likewise.
33301         (atanh_test_data): Likewise.
33302         (atan2_test_data): Likewise.
33303         (cabs_test_data): Likewise.
33304         (cacos_test_data): Likewise.
33305         (cacosh_test_data): Likewise.
33306         (carg_test_data): Likewise.
33307         (casin_test_data): Likewise.
33308         (casinh_test_data): Likewise.
33309         (catan_test_data): Likewise.
33310         (catanh_test_data): Likewise.
33311         (cbrt_test_data): Likewise.
33312         (ccos_test_data): Likewise.
33313         (ccosh_test_data): Likewise.
33314         (ceil_test_data): Likewise.
33315         (cexp_test_data): Likewise.
33316         (cimag_test_data): Likewise.
33317         (clog_test_data): Likewise.
33318         (clog10_test_data): Likewise.
33319         (conj_test_data): Likewise.
33320         (copysign_test_data): Likewise.
33321         (cos_test_data): Likewise.
33322         (cos_tonearest_test_data): Likewise.
33323         (cos_towardzero_test_data): Likewise.
33324         (cos_downward_test_data): Likewise.
33325         (cos_upward_test_data): Likewise.
33326         (cosh_test_data): Likewise.
33327         (cosh_tonearest_test_data): Likewise.
33328         (cosh_towardzero_test_data): Likewise.
33329         (cosh_downward_test_data): Likewise.
33330         (cosh_upward_test_data): Likewise.
33331         (cpow_test_data): Likewise.
33332         (cproj_test_data): Likewise.
33333         (creal_test_data): Likewise.
33334         (csin_test_data): Likewise.
33335         (csinh_test_data): Likewise.
33336         (csqrt_test_data): Likewise.
33337         (ctan_test_data): Likewise.
33338         (ctan_tonearest_test_data): Likewise.
33339         (ctan_towardzero_test_data): Likewise.
33340         (ctan_downward_test_data): Likewise.
33341         (ctan_upward_test_data): Likewise.
33342         (ctanh_test_data): Likewise.
33343         (ctanh_tonearest_test_data): Likewise.
33344         (ctanh_towardzero_test_data): Likewise.
33345         (ctanh_downward_test_data): Likewise.
33346         (ctanh_upward_test_data): Likewise.
33347         (erf_test_data): Likewise.
33348         (erfc_test_data): Likewise.
33349         (exp_test_data): Likewise.
33350         (exp_tonearest_test_data): Likewise.
33351         (exp_towardzero_test_data): Likewise.
33352         (exp_downward_test_data): Likewise.
33353         (exp_upward_test_data): Likewise.
33354         (exp10_test_data): Likewise.
33355         (exp2_test_data): Likewise.
33356         (expm1_test_data): Likewise.
33357         (fabs_test_data): Likewise.
33358         (fdim_test_data): Likewise.
33359         (finite_test_data): Likewise.
33360         (floor_test_data): Likewise.
33361         (fma_test_data): Likewise.
33362         (fma_towardzero_test_data): Likewise.
33363         (fma_downward_test_data): Likewise.
33364         (fma_upward_test_data): Likewise.
33365         (fmax_test_data): Likewise.
33366         (fmin_test_data): Likewise.
33367         (fmod_test_data): Likewise.
33368         (fpclassify_test_data): Likewise.
33369         (frexp_test_data): Likewise.
33370         (gamma_test_data): Likewise.
33371         (hypot_test_data): Likewise.
33372         (ilogb_test_data): Likewise.
33373         (isfinite_test_data): Likewise.
33374         (isgreater_test_data): Likewise.
33375         (isgreaterequal_test_data): Likewise.
33376         (isinf_test_data): Likewise.
33377         (isless_test_data): Likewise.
33378         (islessequal_test_data): Likewise.
33379         (islessgreater_test_data): Likewise.
33380         (isnan_test_data): Likewise.
33381         (isnormal_test_data): Likewise.
33382         (issignaling_test_data): Likewise.
33383         (isunordered_test_data): Likewise.
33384         (j0_test_data): Likewise.
33385         (j1_test_data): Likewise.
33386         (jn_test_data): Likewise.
33387         (ldexp_test_data): Likewise.
33388         (lgamma_test_data): Likewise.
33389         (lrint_test_data): Likewise.
33390         (lrint_tonearest_test_data): Likewise.
33391         (lrint_towardzero_test_data): Likewise.
33392         (lrint_downward_test_data): Likewise.
33393         (lrint_upward_test_data): Likewise.
33394         (llrint_test_data): Likewise.
33395         (llrint_tonearest_test_data): Likewise.
33396         (llrint_towardzero_test_data): Likewise.
33397         (llrint_downward_test_data): Likewise.
33398         (llrint_upward_test_data): Likewise.
33399         (log_test_data): Likewise.
33400         (log10_test_data): Likewise.
33401         (log1p_test_data): Likewise.
33402         (log2_test_data): Likewise.
33403         (logb_test_data): Likewise.
33404         (logb_downward_test_data): Likewise.
33405         (lround_test_data): Likewise.
33406         (llround_test_data): Likewise.
33407         (modf_test_data): Likewise.
33408         (nearbyint_test_data): Likewise.
33409         (nextafter_test_data): Likewise.
33410         (nexttoward_test_data): Likewise.
33411         (pow_test_data): Likewise.
33412         (pow_tonearest_test_data): Likewise.
33413         (pow_towardzero_test_data): Likewise.
33414         (pow_downward_test_data): Likewise.
33415         (pow_upward_test_data): Likewise.
33416         (remainder_test_data): Likewise.
33417         (remainder_tonearest_test_data): Likewise.
33418         (remainder_towardzero_test_data): Likewise.
33419         (remainder_downward_test_data): Likewise.
33420         (remainder_upward_test_data): Likewise.
33421         (remquo_test_data): Likewise.
33422         (rint_test_data): Likewise.
33423         (rint_tonearest_test_data): Likewise.
33424         (rint_towardzero_test_data): Likewise.
33425         (rint_downward_test_data): Likewise.
33426         (rint_upward_test_data): Likewise.
33427         (round_test_data): Likewise.
33428         (scalb_test_data): Likewise.
33429         (scalbn_test_data): Likewise.
33430         (scalbln_test_data): Likewise.
33431         (signbit_test_data): Likewise.
33432         (sin_test_data): Likewise.
33433         (sin_tonearest_test_data): Likewise.
33434         (sin_towardzero_test_data): Likewise.
33435         (sin_downward_test_data): Likewise.
33436         (sin_upward_test_data): Likewise.
33437         (sincos_test_data): Likewise.
33438         (sinh_test_data): Likewise.
33439         (sinh_tonearest_test_data): Likewise.
33440         (sinh_towardzero_test_data): Likewise.
33441         (sinh_downward_test_data): Likewise.
33442         (sinh_upward_test_data): Likewise.
33443         (sqrt_test_data): Likewise.
33444         (tan_test_data): Likewise.
33445         (tan_tonearest_test_data): Likewise.
33446         (tan_towardzero_test_data): Likewise.
33447         (tan_downward_test_data): Likewise.
33448         (tan_upward_test_data): Likewise.
33449         (tanh_test_data): Likewise.
33450         (tgamma_test_data): Likewise.
33451         (trunc_test_data): Likewise.
33452         (y0_test_data): Likewise.
33453         (y1_test_data): Likewise.
33454         (yn_test_data): Likewise.
33455         (significand_test_data): Likewise.
33457         * math/gen-libm-test.pl (@functions): Remove variable.
33458         (generate_testfile): Don't handle START and END lines.
33459         * math/libm-test.inc (START): New macro.
33460         (END): Likewise.
33461         (END_COMPLEX): Likewise.
33462         (acos_test): Use END macro without arguments.
33463         (acos_test_tonearest): Likewise.
33464         (acos_test_towardzero): Likewise.
33465         (acos_test_downward): Likewise.
33466         (acos_test_upward): Likewise.
33467         (acosh_test): Likewise.
33468         (asin_test): Likewise.
33469         (asin_test_tonearest): Likewise.
33470         (asin_test_towardzero): Likewise.
33471         (asin_test_downward): Likewise.
33472         (asin_test_upward): Likewise.
33473         (asinh_test): Likewise.
33474         (atan_test): Likewise.
33475         (atanh_test): Likewise.
33476         (atan2_test): Likewise.
33477         (cabs_test): Likewise.
33478         (cacos_test): Use END_COMPLEX macro without arguments.
33479         (cacosh_test): Likewise.
33480         (carg_test): Use END macro without arguments.
33481         (casin_test): Use END_COMPLEX macro without arguments.
33482         (casinh_test): Likewise.
33483         (catan_test): Likewise.
33484         (catanh_test): Likewise.
33485         (cbrt_test): Use END macro without arguments.
33486         (ccos_test): Use END_COMPLEX macro without arguments.
33487         (ccosh_test): Likewise.
33488         (ceil_test): Use END macro without arguments.
33489         (cexp_test): Use END_COMPLEX macro without arguments.
33490         (cimag_test): Use END macro without arguments.
33491         (clog_test): Use END_COMPLEX macro without arguments.
33492         (clog10_test): Likewise.
33493         (conj_test): Likewise.
33494         (copysign_test): Use END macro without arguments.
33495         (cos_test): Likewise.
33496         (cos_test_tonearest): Likewise.
33497         (cos_test_towardzero): Likewise.
33498         (cos_test_downward): Likewise.
33499         (cos_test_upward): Likewise.
33500         (cosh_test): Likewise.
33501         (cosh_test_tonearest): Likewise.
33502         (cosh_test_towardzero): Likewise.
33503         (cosh_test_downward): Likewise.
33504         (cosh_test_upward): Likewise.
33505         (cpow_test): Use END_COMPLEX macro without arguments.
33506         (cproj_test): Likewise.
33507         (creal_test): Use END macro without arguments.
33508         (csin_test): Use END_COMPLEX macro without arguments.
33509         (csinh_test): Likewise.
33510         (csqrt_test): Likewise.
33511         (ctan_test): Likewise.
33512         (ctan_test_tonearest): Likewise.
33513         (ctan_test_towardzero): Likewise.
33514         (ctan_test_downward): Likewise.
33515         (ctan_test_upward): Likewise.
33516         (ctanh_test): Likewise.
33517         (ctanh_test_tonearest): Likewise.
33518         (ctanh_test_towardzero): Likewise.
33519         (ctanh_test_downward): Likewise.
33520         (ctanh_test_upward): Likewise.
33521         (erf_test): Use END macro without arguments.
33522         (erfc_test): Likewise.
33523         (exp_test): Likewise.
33524         (exp_test_tonearest): Likewise.
33525         (exp_test_towardzero): Likewise.
33526         (exp_test_downward): Likewise.
33527         (exp_test_upward): Likewise.
33528         (exp10_test): Likewise.
33529         (exp2_test): Likewise.
33530         (expm1_test): Likewise.
33531         (fabs_test): Likewise.
33532         (fdim_test): Likewise.
33533         (finite_test): Likewise.
33534         (floor_test): Likewise.
33535         (fma_test): Likewise.
33536         (fma_test_towardzero): Likewise.
33537         (fma_test_downward): Likewise.
33538         (fma_test_upward): Likewise.
33539         (fmax_test): Likewise.
33540         (fmin_test): Likewise.
33541         (fmod_test): Likewise.
33542         (fpclassify_test): Likewise.
33543         (frexp_test): Likewise.
33544         (gamma_test): Likewise.
33545         (hypot_test): Likewise.
33546         (ilogb_test): Likewise.
33547         (isfinite_test): Likewise.
33548         (isgreater_test): Likewise.
33549         (isgreaterequal_test): Likewise.
33550         (isinf_test): Likewise.
33551         (isless_test): Likewise.
33552         (islessequal_test): Likewise.
33553         (islessgreater_test): Likewise.
33554         (isnan_test): Likewise.
33555         (isnormal_test): Likewise.
33556         (issignaling_test): Likewise.
33557         (isunordered_test): Likewise.
33558         (j0_test): Likewise.
33559         (j1_test): Likewise.
33560         (jn_test): Likewise.
33561         (ldexp_test): Likewise.
33562         (lgamma_test): Likewise.
33563         (lrint_test): Likewise.
33564         (lrint_test_tonearest): Likewise.
33565         (lrint_test_towardzero): Likewise.
33566         (lrint_test_downward): Likewise.
33567         (lrint_test_upward): Likewise.
33568         (llrint_test): Likewise.
33569         (llrint_test_tonearest): Likewise.
33570         (llrint_test_towardzero): Likewise.
33571         (llrint_test_downward): Likewise.
33572         (llrint_test_upward): Likewise.
33573         (log_test): Likewise.
33574         (log10_test): Likewise.
33575         (log1p_test): Likewise.
33576         (log2_test): Likewise.
33577         (logb_test): Likewise.
33578         (logb_test_downward): Likewise.
33579         (lround_test): Likewise.
33580         (llround_test): Likewise.
33581         (modf_test): Likewise.
33582         (nearbyint_test): Likewise.
33583         (nextafter_test): Likewise.
33584         (nexttoward_test): Likewise.
33585         (pow_test): Likewise.
33586         (pow_test_tonearest): Likewise.
33587         (pow_test_towardzero): Likewise.
33588         (pow_test_downward): Likewise.
33589         (pow_test_upward): Likewise.
33590         (remainder_test): Likewise.
33591         (remainder_test_tonearest): Likewise.
33592         (remainder_test_towardzero): Likewise.
33593         (remainder_test_downward): Likewise.
33594         (remainder_test_upward): Likewise.
33595         (remquo_test): Likewise.
33596         (rint_test): Likewise.
33597         (rint_test_tonearest): Likewise.
33598         (rint_test_towardzero): Likewise.
33599         (rint_test_downward): Likewise.
33600         (rint_test_upward): Likewise.
33601         (round_test): Likewise.
33602         (scalb_test): Likewise.
33603         (scalbn_test): Likewise.
33604         (scalbln_test): Likewise.
33605         (signbit_test): Likewise.
33606         (sin_test): Likewise.
33607         (sin_test_tonearest): Likewise.
33608         (sin_test_towardzero): Likewise.
33609         (sin_test_downward): Likewise.
33610         (sin_test_upward): Likewise.
33611         (sincos_test): Likewise.
33612         (sinh_test): Likewise.
33613         (sinh_test_tonearest): Likewise.
33614         (sinh_test_towardzero): Likewise.
33615         (sinh_test_downward): Likewise.
33616         (sinh_test_upward): Likewise.
33617         (sqrt_test): Likewise.
33618         (tan_test): Likewise.
33619         (tan_test_tonearest): Likewise.
33620         (tan_test_towardzero): Likewise.
33621         (tan_test_downward): Likewise.
33622         (tan_test_upward): Likewise.
33623         (tanh_test): Likewise.
33624         (tgamma_test): Likewise.
33625         (trunc_test): Likewise.
33626         (y0_test): Likewise.
33627         (y1_test): Likewise.
33628         (yn_test): Likewise.
33629         (significand_test): Likewise.
33631 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
33633         [BZ #15381]
33634         * libio/genops.c (_IO_no_init): Initialize wide struct info.
33636 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
33638         [BZ #14894]
33639         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
33640         __ppc_mdoio and __ppc_mdoom.
33641         * manual/platform.texi: Document new functions __ppc_yield,
33642         __ppc_mdoio and __ppc_mdoom.
33644 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
33646         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
33647         (main): Mention "tls" pseudo-hwcap is legacy.
33648         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
33650 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
33652         * math/gen-libm-test.pl (parse_args): Output only string of
33653         arguments as text for test name, not full call or descriptions of
33654         tests for extra outputs.
33655         (generate_testfile): Do not pass function name to parse_args.
33656         Generate this_func variable from START.
33657         * math/libm-test.inc (struct test_f_f_data): Rename test_name
33658         field to arg_str.
33659         (struct test_ff_f_data): Likewise.
33660         (test_ff_f_data_nexttoward): Likewise.
33661         (struct test_fi_f_data): Likewise.
33662         (struct test_fl_f_data): Likewise.
33663         (struct test_if_f_data): Likewise.
33664         (struct test_fff_f_data): Likewise.
33665         (struct test_c_f_data): Likewise.
33666         (struct test_f_f1_data): Likewise.  Remove field extra_name.
33667         (struct test_fF_f1_data): Likewise.
33668         (struct test_ffI_f1_data): Likewise.
33669         (struct test_c_c_data): Rename test_name field to arg_str.
33670         (struct test_cc_c_data): Likewise.
33671         (struct test_f_i_data): Likewise.
33672         (struct test_ff_i_data): Likewise.
33673         (struct test_f_l_data): Likewise.
33674         (struct test_f_L_data): Likewise.
33675         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
33676         and extra2_name.
33677         (COMMON_TEST_SETUP): New macro.
33678         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
33679         (COMMON_TEST_CLEANUP): Likewise.
33680         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
33681         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
33682         macros.
33683         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
33684         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
33685         macros.
33686         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
33687         (RUN_TEST_fff_f): Take argument string.  Call new setup and
33688         cleanup macros.
33689         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
33690         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
33691         macros.
33692         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
33693         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
33694         macros.
33695         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
33696         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
33697         cleanup macros.
33698         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
33699         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
33700         cleanup macros.
33701         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
33702         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
33703         cleanup macros.
33704         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
33705         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
33706         macros.
33707         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
33708         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
33709         macros.
33710         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
33711         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
33712         macros.
33713         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
33714         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
33715         cleanup macros.
33716         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
33717         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
33718         cleanup macros.
33719         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
33720         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
33721         macros.
33722         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
33723         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
33724         cleanup macros.
33725         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
33726         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
33727         macros.
33728         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
33729         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
33730         macros.
33731         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
33732         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
33733         cleanup macros.
33734         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
33736 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
33738         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
33739         to _sifields.sigfault.
33740         (si_addr_lsb): Define new macro.
33741         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
33742         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
33743         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
33745 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
33747         [BZ #15441]
33748         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
33749         returns -1.
33750         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
33751         null return -1.
33752         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
33753         loading the domain.
33755 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
33757         * math/gen-libm-test.pl (parse_args): Do not include expected
33758         result in test name.
33759         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
33760         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
33761         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
33762         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
33763         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
33764         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33766 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
33768         * benchtests/Makefile: Sort function entries.
33770         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
33771         tanh, asinh, acosh, atanh.
33772         * benchtests/acos-inputs: New file.
33773         * benchtests/acosh-inputs: New file.
33774         * benchtests/asin-inputs: New file.
33775         * benchtests/asinh-inputs: New file.
33776         * benchtests/atanh-inputs: New file.
33777         * benchtests/cosh-inputs: New file.
33778         * benchtests/log-inputs: New file.
33779         * benchtests/sinh-inputs: New file.
33780         * benchtests/tanh-inputs: New file.
33782 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
33784         [BZ #15339]
33785         * posix/tst-getaddrinfo4.c: New test.
33786         * posix/Makefile (tests): Add it.
33788 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
33790         [BZ #15339]
33791         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
33792         when no services were used.
33793         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
33794         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
33796 2013-05-21  Andreas Schwab  <schwab@suse.de>
33798         [BZ #15014]
33799         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
33800         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
33801         successful.
33802         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
33803         redundant variable declarations and reallocation of buffer when
33804         parsing as IPv6 address.  Always set NSS status when called from
33805         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
33806         buffer too small.  Correct computation of needed size.
33807         * nss/Makefile (tests): Add test-digits-dots.
33808         * nss/test-digits-dots.c: New test.
33810 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
33812         * benchtests/Makefile: Remove instructions for adding
33813         benchmark tests.
33814         * benchtests/README: New file to explain how to execute and
33815         enhance the benchmark tests.
33817 2013-05-21  Andreas Schwab  <schwab@suse.de>
33819         [BZ #15493]
33820         * setjmp/Makefile (tests): Add tst-sigsetjmp.
33821         * setjmp/tst-sigsetjmp.c: New test.
33823 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
33825         * sysdeps/x86_64/memset.S (memset): New implementation.
33826         (__bzero): Likewise.
33827         (__memset_tail): New function.
33829 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
33831         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
33832         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
33833         __memcpy_sse2_unaligned ifunc selection.
33834         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
33835         Add memcpy-sse2-unaligned.S.
33836         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
33837         Add: __memcpy_sse2_unaligned.
33839 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
33841         [BZ #15490]
33842         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33843         math_force_eval before restoring floating-point envrionment.
33844         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
33845         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
33846         Likewise.
33847         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
33848         <math_private.h>.
33849         (__nearbyintl): Use math_force_eval before restoring
33850         floating-point environment.
33851         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
33853         * math/gen-libm-test.pl (special_functions): Remove.
33854         (parse_args): Don't handle TEST_extra.  Handle functions with no
33855         return value.
33856         * math/libm-test.inc (struct test_sincos_data): Replace with
33857         struct test_fFF_11_data.
33858         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
33859         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
33860         (sincos_test_data): Change element type to struct
33861         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
33862         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
33863         RUN_TEST_LOOP_sincos.
33864         * math/README.libm-test: Don't mention special handling of
33865         individual functions.
33866         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
33867         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
33868         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
33869         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
33870         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
33871         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33873         * math/gen-libm-test.pl (get_variable): Remove function.
33874         (parse_args): Don't show pointer parameters to call in test
33875         names.  Use "extra output N" in test names for extra outputs
33876         rather than naming variables.
33878 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
33880         [BZ #15488]
33881         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
33882         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
33883         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
33884         double tests.
33885         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
33886         disable.
33887         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
33888         check_long_double.
33890         * math/gen-libm-test.pl (@tests): Remove variable.
33891         ($count): Likewise.
33892         (new_test): Remove function.
33893         (show_exceptions): New function.
33894         (special_functions): Use show_exceptions instead of new_test.
33895         (parse_args): Likewise.
33896         (generate_testfile): Pass only function name in generated call to
33897         print_max_error or print_complex_max_error.
33898         (get_ulps): Do not handle complex tests specially.
33899         (output_test): Rename to ...
33900         (get_all_ulps_for_test): ... this.  Return a string rather than
33901         printing to a file.  Require ulps to be present.
33902         (output_ulps): Generate arrays rather than #defines.
33903         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
33904         (struct ulp_data): New type.
33905         (BUILD_COMPLEX_ULP): Remove macro.
33906         (compare_ulp_data): New function.
33907         (find_ulps): Likewise.
33908         (find_test_ulps): Likewise.
33909         (find_function_ulps): Likewise.
33910         (find_complex_function_ulps): Likewise.
33911         (print_max_error): Determine allowed ulps using
33912         find_function_ulps.
33913         (print_complex_max_error): Determine allowed ulps using
33914         find_complex_function_ulps.
33915         (check_float_internal): Determine max ulps using find_test_ulps.
33916         (check_float): Do not take max_ulp parameter.  Update call to
33917         check_float_internal.
33918         (check_complex): Likewise.
33919         (check_int): Do not take max_ulp parameter.
33920         (check_long): Likewise.
33921         (check_bool): Likewise.
33922         (check_longlong): Likewise.
33923         (struct test_f_f_data): Remove max_ulp field.
33924         (struct test_ff_f_data): Likewise.
33925         (struct test_ff_f_data_nexttoward): Likewise.
33926         (struct test_fi_f_data): Likewise.
33927         (struct test_fl_f_data): Likewise.
33928         (struct test_if_f_data): Likewise.
33929         (struct test_fff_f_data): Likewise.
33930         (struct test_c_f_data): Likewise.
33931         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
33932         (struct test_fF_f1_data): Likewise.
33933         (struct test_ffI_f1_data): Likewise.
33934         (struct test_c_c_data): Remove max_ulp field.
33935         (struct test_cc_c_data): Likewise.
33936         (struct test_f_i_data): Likewise.
33937         (struct test_ff_i_data): Likewise.
33938         (struct test_f_l_data): Likewise.
33939         (struct test_f_L_data): Likewise.
33940         (struct test_sincos_data): Likewise.
33941         (RUN_TEST_f_f): Do not handle ulps.
33942         (RUN_TEST_LOOP_f_f): Likewise.
33943         (RUN_TEST_2_f): Likewise.
33944         (RUN_TEST_LOOP_2_f): Likewise.
33945         (RUN_TEST_fff_f): Likewise.
33946         (RUN_TEST_LOOP_fff_f): Likewise.
33947         (RUN_TEST_c_f): Likewise.
33948         (RUN_TEST_LOOP_c_f): Likewise.
33949         (RUN_TEST_f_f1): Likewise.
33950         (RUN_TEST_LOOP_f_f1): Likewise.
33951         (RUN_TEST_fF_f1): Likewise.
33952         (RUN_TEST_LOOP_fF_f1): Likewise.
33953         (RUN_TEST_fI_f1): Likewise.
33954         (RUN_TEST_LOOP_fI_f1): Likewise.
33955         (RUN_TEST_ffI_f1): Likewise.
33956         (RUN_TEST_LOOP_ffI_f1): Likewise.
33957         (RUN_TEST_c_c): Likewise.
33958         (RUN_TEST_LOOP_c_c): Likewise.
33959         (RUN_TEST_cc_c): Likewise.
33960         (RUN_TEST_LOOP_cc_c): Likewise.
33961         (RUN_TEST_f_i): Likewise.
33962         (RUN_TEST_LOOP_f_i): Likewise.
33963         (RUN_TEST_f_i_tg): Likewise.
33964         (RUN_TEST_LOOP_f_i_tg): Likewise.
33965         (RUN_TEST_ff_i_tg): Likewise.
33966         (RUN_TEST_LOOP_ff_i_tg): Likewise.
33967         (RUN_TEST_f_b): Likewise.
33968         (RUN_TEST_LOOP_f_b): Likewise.
33969         (RUN_TEST_f_b_tg): Likewise.
33970         (RUN_TEST_LOOP_f_b_tg): Likewise.
33971         (RUN_TEST_f_l): Likewise.
33972         (RUN_TEST_LOOP_f_l): Likewise.
33973         (RUN_TEST_f_L): Likewise.
33974         (RUN_TEST_LOOP_f_L): Likewise.
33975         (RUN_TEST_sincos): Likewise.
33976         (RUN_TEST_LOOP_sincos): Likewise.
33978 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
33980         [BZ #15480]
33981         [BZ #15485]
33982         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
33983         main case of finite arguments, set rounding mode to FE_TONEAREST
33984         and discard exceptions.
33985         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
33986         exceptions.
33987         (remainder_tonearest_test_data): New variable.
33988         (remainder_test_tonearest): New function.
33989         (remainder_towardzero_test_data): New variable.
33990         (remainder_test_towardzero): New function.
33991         (remainder_downward_test_data): New variable.
33992         (remainder_test_downward): New function.
33993         (remainder_upward_test_data): New variable.
33994         (remainder_test_upward): New function.
33995         (main): Call the new test functions.
33997         * math/libm-test.inc (struct test_f_f1_data): Remove field
33998         extra_init.
33999         (struct test_fF_f1_data): Likewise.
34000         (struct test_ffI_f1_data): Likewise.
34001         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
34002         based on value of EXTRA_EXPECTED.
34003         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
34004         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
34005         EXTRA_VAR based on value of EXTRA_EXPECTED.
34006         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
34007         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
34008         EXTRA_VAR based on value of EXTRA_EXPECTED.
34009         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
34010         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
34011         EXTRA_VAR based on value of EXTRA_EXPECTED.
34012         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
34013         * math/gen-libm-test.pl (parse_args): Don't output initializers
34014         for extra output values.
34016         * math/libm-test.inc (check_int): Expect result to be exactly
34017         equal to expected value and do not handle ulps.
34018         (check_long): Likewise.
34019         (check_longlong): Likewise.
34021         * math/libm-test.inc (ceil_test_data): Test for "inexact"
34022         exceptions.
34023         (cimag_test_data): Likewise.
34024         (conj_test_data): Likewise.
34025         (copysign_test_data): Likewise.
34026         (cproj_test_data): Likewise.
34027         (creal_test_data): Likewise.
34028         (fabs_test_data): Likewise.
34029         (fdim_test_data): Likewise.
34030         (finite_test_data): Likewise.
34031         (floor_test_data): Likewise.
34032         (fmax_test_data): Likewise.
34033         (fmin_test_data): Likewise.
34034         (fmod_test_data): Likewise.
34035         (fpclassify_test_data): Likewise.
34036         (frexp_test_data): Likewise.
34037         (ilogb_test_data): Likewise.
34038         (isfinite_test_data): Likewise.
34039         (isgreater_test_data): Likewise.
34040         (isgreaterequal_test_data): Likewise.
34041         (isinf_test_data): Likewise.
34042         (isless_test_data): Likewise.
34043         (islessequal_test_data): Likewise.
34044         (islessgreater_test_data): Likewise.
34045         (isnan_test_data): Likewise.
34046         (isnormal_test_data): Likewise.
34047         (issignaling_test_data): Likewise.
34048         (isunordered_test_data): Likewise.
34049         (ldexp_test_data): Likewise.
34050         (lrint_test_data): Likewise.
34051         (lrint_test_data) [TEST_FLOAT]: Disable one test.
34052         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
34053         (lrint_tonearest_test_data): Test for "inexact" exceptions.
34054         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
34055         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
34056         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
34057         test input.
34058         (lrint_towardzero_test_data): Test for "inexact" exceptions.
34059         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
34060         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
34061         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
34062         that test input.
34063         (lrint_downward_test_data): Test for "inexact" exceptions.
34064         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
34065         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
34066         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
34067         test input.
34068         (lrint_upward_test_data): Test for "inexact" exceptions.
34069         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
34070         test input.
34071         (llrint_test_data): Test for "inexact" exceptions.
34072         (llrint_test_data) [TEST_FLOAT]: Disable one test.
34073         (llrint_tonearest_test_data): Test for "inexact" exceptions.
34074         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
34075         (llrint_towardzero_test_data): Test for "inexact" exceptions.
34076         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
34077         (llrint_downward_test_data): Test for "inexact" exceptions.
34078         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
34079         (llrint_upward_test_data): Test for "inexact" exceptions.
34080         (logb_test_data): Likewise.
34081         (logb_downward_test_data): Likewise.
34082         (nextafter_test_data): Likewise.
34083         (nexttoward_test_data): Likewise.
34084         (remainder_test_data): Likewise.
34085         (remquo_test_data): Likewise.
34086         (scalbn_test_data): Likewise.
34087         (scalbln_test_data): Likewise.
34088         (signbit_test_data): Likewise.
34089         (sqrt_test_data): Likewise.
34090         (significand_test_data): Likewise.
34092 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
34094         [BZ #15424]
34095         * benchtests/bench-modf.c (struct args): Mark arg0 as
34096         volatile.
34097         * scripts/bench.pl: Mark members of struct args as volatile.
34099 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34101         [BZ # 15497]
34102         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
34103         negative infinity on POWER6 or lower.
34104         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
34106 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
34108         [BZ #15442]
34109         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
34110         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
34111         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
34112         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
34113         (_FP_SETQNAN): New macro.
34114         (_FP_SETQNAN_SEMIRAW): Likewise.
34115         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
34116         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
34117         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
34118         (FP_EXTEND): Use _FP_FRAC_SNANP.
34119         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
34120         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
34121         into account.
34122         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
34123         New macro.
34124         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
34125         Likewise.
34127 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
34129         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
34130         with DIVIDE_BY_ZERO_EXCEPTION.
34131         (gamma_test_data): Likewise.
34132         (lgamma_test_data): Likewise.
34133         (log_test_data): Likewise.
34134         (log10_test_data): Likewise.
34135         (log2_test_data): Likewise.
34136         (tgamma_test_data): Likewise.
34138         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
34139         (acos_test_tonearest): Likewise.
34140         (acos_test_towardzero): Likewise.
34141         (acos_test_downward): Likewise.
34142         (acos_test_upward): Likewise.
34143         (acosh_test): Likewise.
34144         (asin_test): Likewise.
34145         (asin_test_tonearest): Likewise.
34146         (asin_test_towardzero): Likewise.
34147         (asin_test_downward): Likewise.
34148         (asin_test_upward): Likewise.
34149         (asinh_test): Likewise.
34150         (atan_test): Likewise.
34151         (atanh_test): Likewise.
34152         (atan2_test): Likewise.
34153         (cabs_test): Likewise.
34154         (cacos_test): Likewise.
34155         (cacosh_test): Likewise.
34156         (casin_test): Likewise.
34157         (casinh_test): Likewise.
34158         (catan_test): Likewise.
34159         (catanh_test): Likewise.
34160         (cbrt_test): Likewise.
34161         (ccos_test): Likewise.
34162         (ccosh_test): Likewise.
34163         (cexp_test): Likewise.
34164         (clog_test): Likewise.
34165         (clog10_test): Likewise.
34166         (cos_test): Likewise.
34167         (cos_test_tonearest): Likewise.
34168         (cos_test_towardzero): Likewise.
34169         (cos_test_downward): Likewise.
34170         (cos_test_upward): Likewise.
34171         (cosh_test): Likewise.
34172         (cosh_test_tonearest): Likewise.
34173         (cosh_test_towardzero): Likewise.
34174         (cosh_test_downward): Likewise.
34175         (cosh_test_upward): Likewise.
34176         (cpow_test): Likewise.
34177         (csin_test): Likewise.
34178         (csinh_test): Likewise.
34179         (csqrt_test): Likewise.
34180         (ctan_test): Likewise.
34181         (ctan_test_tonearest): Likewise.
34182         (ctan_test_towardzero): Likewise.
34183         (ctan_test_downward): Likewise.
34184         (ctan_test_upward): Likewise.
34185         (ctanh_test): Likewise.
34186         (ctanh_test_tonearest): Likewise.
34187         (ctanh_test_towardzero): Likewise.
34188         (ctanh_test_downward): Likewise.
34189         (ctanh_test_upward): Likewise.
34190         (erf_test): Likewise.
34191         (erfc_test): Likewise.
34192         (exp_test): Likewise.
34193         (exp_test_tonearest): Likewise.
34194         (exp_test_towardzero): Likewise.
34195         (exp_test_downward): Likewise.
34196         (exp_test_upward): Likewise.
34197         (exp10_test): Likewise.
34198         (exp2_test): Likewise.
34199         (expm1_test): Likewise.
34200         (fmod_test): Likewise.
34201         (gamma_test): Likewise.
34202         (hypot_test): Likewise.
34203         (j0_test): Likewise.
34204         (j1_test): Likewise.
34205         (jn_test): Likewise.
34206         (lgamma_test): Likewise.
34207         (log_test): Likewise.
34208         (log10_test): Likewise.
34209         (log1p_test): Likewise.
34210         (log2_test): Likewise.
34211         (logb_test_downward): Likewise.
34212         (pow_test): Likewise.
34213         (pow_test_tonearest): Likewise.
34214         (pow_test_towardzero): Likewise.
34215         (pow_test_downward): Likewise.
34216         (pow_test_upward): Likewise.
34217         (remainder_test): Likewise.
34218         (remquo_test): Likewise.
34219         (sin_test): Likewise.
34220         (sin_test_tonearest): Likewise.
34221         (sin_test_towardzero): Likewise.
34222         (sin_test_downward): Likewise.
34223         (sin_test_upward): Likewise.
34224         (sincos_test): Likewise.
34225         (sinh_test): Likewise.
34226         (sinh_test_tonearest): Likewise.
34227         (sinh_test_towardzero): Likewise.
34228         (sinh_test_downward): Likewise.
34229         (sinh_test_upward): Likewise.
34230         (sqrt_test): Likewise.
34231         (tan_test): Likewise.
34232         (tan_test_tonearest): Likewise.
34233         (tan_test_towardzero): Likewise.
34234         (tan_test_downward): Likewise.
34235         (tan_test_upward): Likewise.
34236         (tanh_test): Likewise.
34237         (tgamma_test): Likewise.
34238         (y0_test): Likewise.
34239         (y1_test): Likewise.
34240         (yn_test): Likewise.
34242         * math/gen-libm-test.pl (adjust_arg): Remove function.
34243         (special_function): Remove argument $in_func.  Only handle
34244         generating output for tables of tests, not inside functions.
34245         (parse_args): Likewise.
34246         (generate_testfile): Remove variable $in_func.  Update call to
34247         parse_args.
34248         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
34249         (MINUS_ZERO_INIT): Rename macro to minus_zero.
34250         (PLUS_INFTY_INIT): Rename macro to plus_infty.
34251         (MINUS_INFTY_INIT): Rename macro to minus_infty.
34252         (QNAN_VALUE_INIT): Rename macro to qnan_value.
34253         (MAX_VALUE_INIT): Rename macro to max_value.
34254         (MIN_VALUE_INIT): Rename macro to min_value.
34255         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
34256         (plus_zero): Remove variable.
34257         (minus_zero): Likewise.
34258         (plus_infty): Likewise.
34259         (minus_infty): Likewise.
34260         (qnan_value): Likewise.
34261         (max_value): Likewise.
34262         (min_value): Likewise.
34263         (min_subnorm_value): Likewise.
34265 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
34267         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
34268         uint64_t or uint32_t usage.
34269         * crypt/sha256-block.c: Likewise.
34270         * crypt/sha256-crypt.c: Likewise.
34271         * crypt/sha256.c: Likewise.
34272         * crypt/sha512-block.c: Likewise.
34273         * crypt/sha512-crypt.c: Likewise.
34274         * crypt/sha512.c: Likewise.
34275         * debug/backtrace-tst.c: Likewise.
34276         * debug/pcprofiledump.c: Likewise.
34277         * elf/cache.c: Likewise.
34278         * elf/dl-cache.c: Likewise.
34279         * elf/dl-misc.c: Likewise.
34280         * elf/dl-profile.c: Likewise.
34281         * elf/dl-support.c: Likewise.
34282         * elf/ldconfig.c: Likewise.
34283         * elf/sprof.c: Likewise.
34284         * iconv/dummy-repertoire.c: Likewise.
34285         * iconv/iconv_charmap.c: Likewise.
34286         * iconv/skeleton.c: Likewise.
34287         * iconvdata/8bit-generic.c: Likewise.
34288         * iconvdata/cp737.h: Likewise.
34289         * iconvdata/cp775.h: Likewise.
34290         * iconvdata/ibm1008.h: Likewise.
34291         * iconvdata/ibm1025.h: Likewise.
34292         * iconvdata/ibm1046.h: Likewise.
34293         * iconvdata/ibm1097.h: Likewise.
34294         * iconvdata/ibm1112.h: Likewise.
34295         * iconvdata/ibm1122.h: Likewise.
34296         * iconvdata/ibm1123.h: Likewise.
34297         * iconvdata/ibm1124.h: Likewise.
34298         * iconvdata/ibm1129.h: Likewise.
34299         * iconvdata/ibm1130.h: Likewise.
34300         * iconvdata/ibm1132.h: Likewise.
34301         * iconvdata/ibm1133.h: Likewise.
34302         * iconvdata/ibm1137.h: Likewise.
34303         * iconvdata/ibm1140.h: Likewise.
34304         * iconvdata/ibm1141.h: Likewise.
34305         * iconvdata/ibm1142.h: Likewise.
34306         * iconvdata/ibm1143.h: Likewise.
34307         * iconvdata/ibm1144.h: Likewise.
34308         * iconvdata/ibm1145.h: Likewise.
34309         * iconvdata/ibm1146.h: Likewise.
34310         * iconvdata/ibm1147.h: Likewise.
34311         * iconvdata/ibm1148.h: Likewise.
34312         * iconvdata/ibm1149.h: Likewise.
34313         * iconvdata/ibm1153.h: Likewise.
34314         * iconvdata/ibm1154.h: Likewise.
34315         * iconvdata/ibm1155.h: Likewise.
34316         * iconvdata/ibm1156.h: Likewise.
34317         * iconvdata/ibm1157.h: Likewise.
34318         * iconvdata/ibm1158.h: Likewise.
34319         * iconvdata/ibm1160.h: Likewise.
34320         * iconvdata/ibm1161.h: Likewise.
34321         * iconvdata/ibm1162.h: Likewise.
34322         * iconvdata/ibm1163.h: Likewise.
34323         * iconvdata/ibm1164.h: Likewise.
34324         * iconvdata/ibm1166.h: Likewise.
34325         * iconvdata/ibm1167.h: Likewise.
34326         * iconvdata/ibm12712.h: Likewise.
34327         * iconvdata/ibm1390.h: Likewise.
34328         * iconvdata/ibm1399.h: Likewise.
34329         * iconvdata/ibm16804.h: Likewise.
34330         * iconvdata/ibm4517.h: Likewise.
34331         * iconvdata/ibm4899.h: Likewise.
34332         * iconvdata/ibm4909.h: Likewise.
34333         * iconvdata/ibm4971.h: Likewise.
34334         * iconvdata/ibm5347.h: Likewise.
34335         * iconvdata/ibm803.h: Likewise.
34336         * iconvdata/ibm856.h: Likewise.
34337         * iconvdata/ibm901.h: Likewise.
34338         * iconvdata/ibm902.h: Likewise.
34339         * iconvdata/ibm9030.h: Likewise.
34340         * iconvdata/ibm9066.h: Likewise.
34341         * iconvdata/ibm921.h: Likewise.
34342         * iconvdata/ibm922.h: Likewise.
34343         * iconvdata/ibm9448.h: Likewise.
34344         * iconvdata/isiri-3342.h: Likewise.
34345         * iconvdata/jis0201.h: Likewise.
34346         * include/link.h: Likewise.
34347         * include/netdb.h: Likewise.
34348         * inet/check_native.c: Likewise.
34349         * inet/check_pf.c: Likewise.
34350         * inet/getipv4sourcefilter.c: Likewise.
34351         * inet/getnameinfo.c: Likewise.
34352         * inet/getsourcefilter.c: Likewise.
34353         * inet/htonl.c: Likewise.
34354         * inet/setipv4sourcefilter.c: Likewise.
34355         * inet/setsourcefilter.c: Likewise.
34356         * inet/test-inet6_opt.c: Likewise.
34357         * inet/tst-network.c: Likewise.
34358         * locale/C-collate.c: Likewise.
34359         * locale/C-ctype.c: Likewise.
34360         * locale/C-time.c: Likewise.
34361         * locale/C-translit.h: Likewise.
34362         * locale/loadarchive.c: Likewise.
34363         * locale/programs/3level.h: Likewise.
34364         * locale/programs/charmap.c: Likewise.
34365         * locale/programs/charmap.h: Likewise.
34366         * locale/programs/ld-address.c: Likewise.
34367         * locale/programs/ld-collate.c: Likewise.
34368         * locale/programs/ld-ctype.c: Likewise.
34369         * locale/programs/ld-identification.c: Likewise.
34370         * locale/programs/ld-measurement.c: Likewise.
34371         * locale/programs/ld-messages.c: Likewise.
34372         * locale/programs/ld-monetary.c: Likewise.
34373         * locale/programs/ld-name.c: Likewise.
34374         * locale/programs/ld-numeric.c: Likewise.
34375         * locale/programs/ld-paper.c: Likewise.
34376         * locale/programs/ld-telephone.c: Likewise.
34377         * locale/programs/ld-time.c: Likewise.
34378         * locale/programs/linereader.c: Likewise.
34379         * locale/programs/locale.c: Likewise.
34380         * locale/programs/locarchive.c: Likewise.
34381         * locale/programs/locfile.h: Likewise.
34382         * locale/programs/repertoire.c: Likewise.
34383         * locale/programs/simple-hash.c: Likewise.
34384         * locale/programs/simple-hash.h: Likewise.
34385         * malloc/memusage.c: Likewise.
34386         * malloc/memusagestat.c: Likewise.
34387         * nis/nis_defaults.c: Likewise.
34388         * nis/nis_hash.c: Likewise.
34389         * nis/nis_print.c: Likewise.
34390         * nis/nis_xdr.c: Likewise.
34391         * nscd/connections.c: Likewise.
34392         * nscd/hstcache.c: Likewise.
34393         * nscd/nscd_gethst_r.c: Likewise.
34394         * nscd/nscd_getserv_r.c: Likewise.
34395         * nscd/nscd_helper.c: Likewise.
34396         * nscd/servicescache.c: Likewise.
34397         * nss/makedb.c: Likewise.
34398         * nss/nss_db/db-XXX.c: Likewise.
34399         * nss/nss_db/db-initgroups.c: Likewise.
34400         * nss/nss_db/db-netgrp.c: Likewise.
34401         * nss/nss_files/files-network.c: Likewise.
34402         * nss/nss_files/files-parse.c: Likewise.
34403         * posix/bug-regex5.c: Likewise.
34404         * posix/fnmatch_loop.c: Likewise.
34405         * posix/regcomp.c: Likewise.
34406         * posix/regexec.c: Likewise.
34407         * posix/tst-rfc3484-2.c: Likewise.
34408         * posix/tst-rfc3484-3.c: Likewise.
34409         * posix/tst-rfc3484.c: Likewise.
34410         * resolv/nss_dns/dns-canon.c: Likewise.
34411         * resolv/nss_dns/dns-network.c: Likewise.
34412         * resolv/res_init.c: Likewise.
34413         * resolv/res_mkquery.c: Likewise.
34414         * resolv/tst-aton.c: Likewise.
34415         * stdlib/cxa_atexit.c: Likewise.
34416         * stdlib/cxa_finalize.c: Likewise.
34417         * stdlib/gen-fpioconst.c: Likewise.
34418         * stdlib/strtol_l.c: Likewise.
34419         * string/tst-endian.c: Likewise.
34420         * sunrpc/auth_des.c: Likewise.
34421         * sunrpc/clnt_udp.c: Likewise.
34422         * sunrpc/rtime.c: Likewise.
34423         * sunrpc/svcauth_des.c: Likewise.
34424         * sunrpc/xdr.c: Likewise.
34425         * sunrpc/xdr_intXX_t.c: Likewise.
34426         * sunrpc/xdr_rec.c: Likewise.
34427         * sysdeps/generic/ldconfig.h: Likewise.
34428         * sysdeps/generic/ldsodefs.h: Likewise.
34429         * sysdeps/generic/memusage.h: Likewise.
34430         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
34431         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
34432         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
34433         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
34434         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
34435         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
34436         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
34437         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
34438         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
34439         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
34440         * sysdeps/posix/getaddrinfo.c: Likewise.
34441         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
34442         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
34443         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
34444         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
34445         * sysdeps/powerpc/test-gettimebase.c: Likewise.
34446         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
34447         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
34448         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
34449         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
34450         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
34451         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
34452         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
34453         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
34454         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
34455         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
34456         * sysdeps/x86_64/dl-tls.h: Likewise.
34457         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
34458         * time/alt_digit.c: Likewise.
34459         * time/era.c: Likewise.
34460         * wcsmbs/tst-c16c32-1.c: Likewise.
34462 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
34464         * math/libm-test.inc (struct test_sincos_data): New type.
34465         (RUN_TEST_LOOP_sincos): New macro.
34466         (sincos_test_data): New variable.
34467         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
34469 2013-05-16  Richard Henderson  <rth@redhat.com>
34471         * math/atest-exp2.c (LIMB64): New macro.
34472         (CONSTSZ): New macro.
34473         (mp_exp1, mp_exp_m1, mp_log2): New variables.
34474         (hexdig): Move ...
34475         (print_mpn_fp): ... to function scope.
34476         (read_mpn_hex): Remove.
34477         (get_log2): Remove.
34478         (exp2_mpn): Use mp_log2.
34479         (main): Use mp_exp1.
34481 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
34483         * math/libm-test.inc: Remove comment about not testing "inexact"
34484         exceptions.
34485         (INEXACT_EXCEPTION): New macro.
34486         (NO_INEXACT_EXCEPTION): Likewise.
34487         (INVALID_EXCEPTION_OK): Update value.
34488         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
34489         (OVERFLOW_EXCEPTION_OK): Likewise.
34490         (UNDERFLOW_EXCEPTION_OK): Likewise.
34491         (IGNORE_ZERO_INF_SIGN): Likewise.
34492         (ERRNO_UNCHANGED): Likewise.
34493         (ERRNO_EDOM): Likewise.
34494         (ERRNO_ERANGE): Likewise.
34495         (test_exceptions): Handle testing "inexact" exceptions.
34496         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
34497         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
34498         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
34499         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
34500         INEXACT_EXCEPTION.
34501         (rint_towardzero_test_data): Likewise.
34502         (rint_downward_test_data): Likewise.
34503         (rint_upward_test_data): Likewise.
34505         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
34506         with OVERFLOW_EXCEPTION.
34507         (exp10_test_data): Likewise.
34508         (exp2_test_data): Likewise.
34509         (expm1_test_data): Likewise.
34510         (lgamma_test_data): Likewise.
34511         (pow_test_data): Likewise.
34512         (tgamma_test_data): Likewise.
34513         (yn_test_data): Remove duplicate test of overflow.
34515         * math/libm-test.inc (struct test_cc_c_data): New type.
34516         (RUN_TEST_LOOP_cc_c): New macro.
34517         (cpow_test_data): New variable.
34518         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
34520         * math/libm-test.inc (struct test_f_L_data): New type.
34521         (RUN_TEST_LOOP_f_L): New macro.
34522         (llrint_test_data): New variable.
34523         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
34524         (llrint_tonearest_test_data): New variable.
34525         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
34526         (llrint_towardzero_test_data): New variable.
34527         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
34528         (llrint_downward_test_data): New variable.
34529         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
34530         (llrint_upward_test_data): New variable.
34531         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
34532         (llround_test_data): New variable.
34533         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
34535 2013-05-13  Peter Collingbourne  <pcc@google.com>
34537         * math/atest-exp2.c (get_log2): Remove const attribute.
34539 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
34541         * math/libm-test.inc (struct test_f_l_data): New type.
34542         (RUN_TEST_LOOP_f_l): New macro.
34543         (lrint_test_data): New variable.
34544         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
34545         (lrint_tonearest_test_data): New variable.
34546         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
34547         (lrint_towardzero_test_data): New variable.
34548         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
34549         (lrint_downward_test_data): New variable.
34550         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
34551         (lrint_upward_test_data): New variable.
34552         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
34553         (lround_test_data): New variable.
34554         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
34556 2013-05-15  Peter Collingbourne  <pcc@google.com>
34558         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
34559         (EXTRACT_WORDS64) Use where appropriate.
34560         (INSERT_WORDS64) Likewise.
34562         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
34563         constraints with x constraints.
34564         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
34566         * malloc/obstack.c (_obstack_compat): Add initializer.
34568 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
34570         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
34571         si_trapno and add si_addr_lsb to _sifields.sigfault.
34572         (si_trapno): Remove macro.
34573         (si_addr_lsb): Define new macro.
34574         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
34576 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
34578         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
34579         instead of TEST_f_l.
34580         (llrint_test_tonearest): Likewise.
34581         (llrint_test_towardzero): Likewise.
34582         (llrint_test_downward): Likewise.
34583         (llrint_test_upward): Likewise.
34584         (llround_test): Likewise.
34586         * math/libm-test.inc (struct test_f_i_data): Add comment.
34587         (RUN_TEST_LOOP_f_b): New macro.
34588         (RUN_TEST_LOOP_f_b_tg): Likewise.
34589         (finite_test_data): New variable.
34590         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
34591         (isfinite_test_data): New variable.
34592         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
34593         (isinf_test_data): New variable.
34594         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
34595         (isnan_test_data): New variable.
34596         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
34597         (isnormal_test_data): New variable.
34598         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
34599         (issignaling_test_data): New variable.
34600         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
34601         (signbit_test_data): New variable.
34602         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
34604         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
34605         with INVALID_EXCEPTION.
34606         (acosh_test_data): Likewise.
34607         (asin_test_data): Likewise.
34608         (atanh_test_data): Likewise.
34609         (fmod_test_data): Likewise.
34610         (log_test_data): Likewise.
34611         (log10_test_data): Likewise.
34612         (log2_test_data): Likewise.
34613         (pow_test_data): Likewise.
34614         (sqrt_test_data): Likewise.
34615         (y0_test_data): Likewise.
34616         (y1_test_data): Likewise.
34617         (yn_test_data): Likewise.
34619         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
34620         function contents.
34622         * math/libm-test.inc (struct test_ff_i_data): New type.
34623         (RUN_TEST_LOOP_ff_i_tg): New macro.
34624         (isgreater_test_data): New variable.
34625         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
34626         (isgreaterequal_test_data): New variable.
34627         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
34628         (isless_test_data): New variable.
34629         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
34630         (islessequal_test_data): New variable.
34631         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
34632         (islessgreater_test_data): New variable.
34633         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
34634         (isunordered_test_data): New variable.
34635         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
34637 2013-05-14  David S. Miller  <davem@davemloft.net>
34639         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34641 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
34643         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
34645         * math/libm-test.inc (struct test_fF_f1_data): Change type of
34646         extra_test to int.
34647         (struct test_f_i_data): Change type of max_ulp to int.
34649         * math/libm-test.inc (test_ffI_f1_data): New type.
34650         (RUN_TEST_LOOP_ffI_f1): New macro.
34651         (remquo_test_data): New variable.
34652         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
34654         * setjmp/tst-setjmp-fp.c: New file.
34655         * setjmp/Makefile (tests): Add tst-setjmp-fp.
34656         (link-libm): New variable.
34657         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
34659         * math/libm-test.inc (struct test_f_i_data): New type.
34660         (RUN_TEST_LOOP_f_i): New macro.
34661         (RUN_TEST_LOOP_f_i_tg): Likewise.
34662         (fpclassify_test_data): New variable.
34663         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
34664         (ilogb_test_data): New variable.
34665         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
34667         * math/libm-test.inc (scalbln_test): Correct function name in END
34668         call.
34670         * math/libm-test.inc (struct test_f_f1_data): Add comment.
34671         (RUN_TEST_LOOP_fI_f1): New macro.
34672         (frexp_test_data): New variable.
34673         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
34675         * math/libm-test.inc (struct test_fF_f1_data): New type.
34676         (RUN_TEST_LOOP_fF_f1): New macro.
34677         (modf_test_data): New variable.
34678         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
34680         * math/libm-test.inc (struct test_f_f1_data): New type.
34681         (RUN_TEST_LOOP_f_f1): New macro.
34682         (gamma_test_data): New variable.
34683         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
34684         (lgamma_test_data): New variable.
34685         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
34687 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
34689         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
34690         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
34691         (main): Comment "tls" pseudo-hwcap.
34693 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
34695         * math/libm-test.inc (struct test_fl_f_data): New type.
34696         (RUN_TEST_LOOP_fl_f): New variable.
34697         (scalbln_test_data): New variable.
34698         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
34700         * math/libm-test.inc (struct test_fi_f_data): New type.
34701         (RUN_TEST_LOOP_fi_f): New macro.
34702         (ldexp_test_data): New variable.
34703         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
34704         (scalbn_test_data): New variable.
34705         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
34707         * math/libm-test.inc (struct test_c_f_data): New type.
34708         (RUN_TEST_LOOP_c_f): New macro.
34709         (cabs_test_data): New variable.
34710         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
34711         (carg_test_data): New variable.
34712         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
34713         (cimag_test_data): New variable.
34714         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
34715         (creal_test_data): New variable.
34716         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
34718         * math/libm-test.inc (struct test_if_f_data): New type.
34719         (RUN_TEST_LOOP_if_f): New macro.
34720         (jn_test_data): New variable.
34721         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
34722         (yn_test_data): New variable.
34723         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
34725         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
34727 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34729         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
34730         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
34732 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
34734         * benchtests/Makefile (CPPFLAGS-nonlib): Add
34735         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
34736         (bench-deps): Add bench-timing.h.
34737         * benchtests-bench-skeleton.c: Include bench-timing.h.
34738         (main): Use TIMING_* macros instead of clock_gettime.
34739         * benchtests/bench-timing.h: New file.
34741         [BZ #14582]
34742         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
34743         Renamed from _LIB_VERSION.
34744         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
34746 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
34748         * math/libm-test.inc (struct test_fff_f_data): New type.
34749         (RUN_TEST_LOOP_fff_f): New macro.
34750         (fma_test_data): New variable.
34751         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
34752         (fma_towardzero_test_data): New variable.
34753         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
34754         (fma_downward_test_data): New variable.
34755         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
34756         (fma_upward_test_data): New variable.
34757         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
34759         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
34760         (struct test_c_c_data): New type.
34761         (RUN_TEST_LOOP_c_c): New macro.
34762         (cacos_test_data): New variable.
34763         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
34764         (cacosh_test_data): New variable.
34765         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
34766         (casin_test_data): New variable.
34767         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
34768         (casinh_test_data): New variable.
34769         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
34770         (catan_test_data): New variable.
34771         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
34772         (catanh_test_data): New variable.
34773         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
34774         (ccos_test_data): New variable.
34775         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
34776         (ccosh_test_data): New variable.
34777         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
34778         (cexp_test_data): New variable.
34779         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
34780         (clog_test_data): New variable.
34781         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
34782         (clog10_test_data): New variable.
34783         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
34784         (conj_test_data): New variable.
34785         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
34786         (cproj_test_data): New variable.
34787         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
34788         (csin_test_data): New variable.
34789         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
34790         (csinh_test_data): New variable.
34791         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
34792         (csqrt_test_data): New variable.
34793         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
34794         (ctan_test_data): New variable.
34795         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
34796         (ctan_tonearest_test_data): New variable.
34797         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
34798         (ctan_towardzero_test_data): New variable.
34799         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
34800         (ctan_downward_test_data): New variable.
34801         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
34802         (ctan_upward_test_data): New variable.
34803         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
34804         (ctanh_test_data): New variable.
34805         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
34806         (ctanh_tonearest_test_data): New variable.
34807         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
34808         (ctanh_towardzero_test_data): New variable.
34809         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
34810         (ctanh_downward_test_data): New variable.
34811         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
34812         (ctanh_upward_test_data): New variable.
34813         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
34814         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
34815         of BUILD_COMPLEX.
34817         * math/libm-test.inc (struct test_ff_f_data): New type.
34818         (struct test_ff_f_data_nexttoward): Likewise.
34819         (RUN_TEST_LOOP_2_f): New macro.
34820         (RUN_TEST_LOOP_ff_f): Likewise.
34821         (atan2_test_data): New variable.
34822         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
34823         (copysign_test_data): New variable.
34824         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
34825         (fdim_test_data): New variable.
34826         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
34827         (fmax_test_data): New variable.
34828         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
34829         (fmin_test_data): New variable.
34830         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
34831         (fmod_test_data): New variable.
34832         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
34833         (hypot_test_data): New variable.
34834         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
34835         (nextafter_test_data): New variable.
34836         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
34837         (nexttoward_test_data): New variable.
34838         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
34839         (pow_test_data): New variable.
34840         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
34841         (pow_tonearest_test_data): New variable.
34842         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
34843         (pow_towardzero_test_data): New variable.
34844         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
34845         (pow_downward_test_data): New variable.
34846         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
34847         (pow_upward_test_data): New variable.
34848         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
34849         (remainder_test_data): New variable.
34850         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
34851         (scalb_test_data): New variable.
34852         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
34853         * sysdeps/i386/fpu/libm-test-ulps: Update.
34855 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
34857         * math/libm-test.inc (fma_test): Use max_value instead of local
34858         variable fltmax.
34859         (nextafter_test): Likewise.
34861         * math/libm-test.inc (acos_towardzero_test_data): New variable.
34862         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
34863         (acos_downward_test_data): New variable.
34864         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
34865         (acos_upward_test_data): New variable.
34866         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
34867         (acosh_test_data): New variable.
34868         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
34869         (asin_test_data): New variable.
34870         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
34871         (asin_tonearest_test_data): New variable.
34872         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
34873         (asin_towardzero_test_data): New variable.
34874         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
34875         (asin_downward_test_data): New variable.
34876         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
34877         (asin_upward_test_data): New variable.
34878         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
34879         (asinh_test_data): New variable.
34880         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
34881         (atan_test_data): New variable.
34882         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
34883         (atanh_test_data): New variable.
34884         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
34885         (cbrt_test_data): New variable.
34886         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
34887         (ceil_test_data): New variable.
34888         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
34889         (cos_test_data): New variable.
34890         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
34891         (cos_tonearest_test_data): New variable.
34892         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
34893         (cos_towardzero_test_data): New variable.
34894         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
34895         (cos_downward_test_data): New variable.
34896         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
34897         (cos_upward_test_data): New variable.
34898         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
34899         (cosh_test_data): New variable.
34900         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
34901         (cosh_tonearest_test_data): New variable.
34902         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
34903         (cosh_towardzero_test_data): New variable.
34904         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
34905         (cosh_downward_test_data): New variable.
34906         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
34907         (cosh_upward_test_data): New variable.
34908         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
34909         (erf_test_data): New variable.
34910         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
34911         (erfc_test_data): New variable.
34912         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
34913         (exp_test_data): New variable.
34914         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
34915         (exp_tonearest_test_data): New variable.
34916         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
34917         (exp_towardzero_test_data): New variable.
34918         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
34919         (exp_downward_test_data): New variable.
34920         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
34921         (exp_upward_test_data): New variable.
34922         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
34923         (exp10_test_data): New variable.
34924         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
34925         (exp2_test_data): New variable.
34926         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
34927         (expm1_test_data): New variable.
34928         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
34929         (fabs_test_data): New variable.
34930         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
34931         (floor_test_data): New variable.
34932         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
34933         (j0_test_data): New variable.
34934         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
34935         (j1_test_data): New variable.
34936         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
34937         (log_test_data): New variable.
34938         (log_test): Run tests with RUN_TEST_LOOP_f_f.
34939         (log10_test_data): New variable.
34940         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
34941         (log1p_test_data): New variable.
34942         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
34943         (log2_test_data): New variable.
34944         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
34945         (logb_test_data): New variable.
34946         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
34947         (logb_downward_test_data): New variable.
34948         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
34949         (nearbyint_test_data): New variable.
34950         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
34951         (rint_test_data): New variable.
34952         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
34953         (rint_tonearest_test_data): New variable.
34954         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
34955         (rint_towardzero_test_data): New variable.
34956         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
34957         (rint_downward_test_data): New variable.
34958         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
34959         (rint_upward_test_data): New variable.
34960         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
34961         (round_test_data): New variable.
34962         (round_test): Run tests with RUN_TEST_LOOP_f_f.
34963         (sin_test_data): New variable.
34964         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
34965         (sin_tonearest_test_data): New variable.
34966         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
34967         (sin_towardzero_test_data): New variable.
34968         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
34969         (sin_downward_test_data): New variable.
34970         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
34971         (sin_upward_test_data): New variable.
34972         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
34973         (sinh_test_data): New variable.
34974         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
34975         (sinh_tonearest_test_data): New variable.
34976         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
34977         (sinh_towardzero_test_data): New variable.
34978         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
34979         (sinh_downward_test_data): New variable.
34980         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
34981         (sinh_upward_test_data): New variable.
34982         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
34983         (sqrt_test_data): New variable.
34984         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
34985         (tan_test_data): New variable.
34986         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
34987         (tan_tonearest_test_data): New variable.
34988         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
34989         (tan_towardzero_test_data): New variable.
34990         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
34991         (tan_downward_test_data): New variable.
34992         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
34993         (tan_upward_test_data): New variable.
34994         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
34995         (tanh_test_data): New variable.
34996         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
34997         (tgamma_test_data): New variable.
34998         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
34999         (trunc_test_data): New variable.
35000         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
35001         (y0_test_data): New variable.
35002         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
35003         (y1_test_data): New variable.
35004         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
35005         (significand_test_data): New variable.
35006         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
35008 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
35010         [BZ #12387]
35011         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
35013 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35015         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
35017 2013-05-10  Andreas Jaeger  <aj@suse.de>
35019         [BZ #15448]
35020         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
35021         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
35023 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
35025         * math/gen-libm-test.pl (adjust_arg): New function.
35026         (special_functions): Handle generating output in both functions
35027         and arrays.
35028         (parse_args): Likewise.
35029         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
35030         $in_func argument to parse_args.
35031         * math/libm-test.inc (struct test_f_f_data): New type.
35032         (IF_ROUND_INIT_): New macro.
35033         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
35034         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
35035         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
35036         (IF_ROUND_INIT_FE_UPWARD): Likewise.
35037         (ROUND_RESTORE_): Likewise.
35038         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
35039         (ROUND_RESTORE_FE_TONEAREST): Likewise.
35040         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
35041         (ROUND_RESTORE_FE_UPWARD): Likewise.
35042         (RUN_TEST_LOOP_f_f): New macro.
35043         (acos_test_data): New variable.
35044         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
35045         (acos_tonearest_test_data): New variable.
35046         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
35048 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
35050         * benchtests/bench-skeleton.c (startup): Fix coding style.
35052 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
35054         [BZ #6809]
35055         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
35056         negative infinity argument.
35057         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
35058         negative infinity argument.
35059         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
35060         negative infinity argument.
35061         * math/libm-test.inc (tgamma_test): Expect errno to be set for
35062         domain errors.
35064 2013-05-10  Florian Weimer  <fweimer@redhat.com>
35066         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
35067         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
35068         * iconv/iconv_prog.c (main): Likewise.
35069         * locale/programs/charmap-dir.c (charmap_readdir)
35070         (fopen_uncompressed): Likewise.
35071         * locale/programs/locfile.c (siblings_uncached)
35072         (write_locale_data): Use lstat64 instead of lstat.
35073         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
35074         stat.
35076 2013-05-10  Andreas Jaeger  <aj@suse.de>
35078         [BZ #15395]
35079         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
35080         localization.
35081         Include <locale.h>.
35083 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
35085         * elf/dl-close.c (_dl_close_worker): Add comments.
35087 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
35089         [BZ #15359]
35090         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
35091         high part of pi/2.
35092         (__ieee754_rem_pio2l): Update comments.
35094         [BZ #15429]
35095         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
35096         high part of pi/2.
35097         (__ieee754_rem_pio2l): Update comments.
35099         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
35100         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
35102         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
35103         M_PI_4l.
35105         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
35106         (M_PI_34_LOG10El): Likewise.
35107         (M_PI2_LOG10El): Likewise.
35108         (M_PI4_LOG10El): Likewise.
35109         (M_PI_LOG10El): Likewise.
35111 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35113         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35115 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
35117         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
35118         (MINUS_ZERO_INIT): Likewise.
35119         (PLUS_INFTY_INIT): Likewise.
35120         (MINUS_INFTY_INIT): Likewise.
35121         (QNAN_VALUE_INIT): Likewise.
35122         (MAX_VALUE_INIT): Likewise.
35123         (MIN_VALUE_INIT): Likewise.
35124         (MIN_SUBNORM_VALUE_INIT): Likewise.
35125         (plus_zero): Initialize with PLUS_ZERO_INIT.
35126         (minus_zero): Initialize with MINUS_ZERO_INIT.
35127         (plus_infty): Initialize with PLUS_INFTY_INIT.
35128         (minus_infty): Initialize with MINUS_INFTY_INIT.
35129         (qnan_value): Initialize with QNAN_VALUE_INIT.
35130         (max_value): Initialize with MAX_VALUE_INIT.
35131         (min_value): Initialize with MIN_VALUE_INIT.
35132         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
35134         * math/libm-test.inc (RUN_TEST_if_f): New macro.
35135         (jn_test): Use TEST_if_f instead of TEST_ff_f.
35136         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
35137         (yn_test): Use TEST_if_f instead of TEST_ff_f.
35139         * math/libm-test.inc (RUN_TEST_f_f): New macro.
35140         (RUN_TEST_2_f): Likewise.
35141         (RUN_TEST_ff_f): Likewise.
35142         (RUN_TEST_fi_f): Likewise.
35143         (RUN_TEST_fl_f): Likewise.
35144         (RUN_TEST_fff_f): Likewise.
35145         (RUN_TEST_c_f): Likewise.
35146         (RUN_TEST_f_f1): Likewise.
35147         (RUN_TEST_fF_f1): Likewise.
35148         (RUN_TEST_fI_f1): Likewise.
35149         (RUN_TEST_ffI_f1): Likewise.
35150         (RUN_TEST_c_c): Likewise.
35151         (RUN_TEST_cc_c): Likewise.
35152         (RUN_TEST_f_i): Likewise.
35153         (RUN_TEST_f_i_tg): Likewise.
35154         (RUN_TEST_ff_i_tg): Likewise.
35155         (RUN_TEST_f_b): Likewise.
35156         (RUN_TEST_f_b_tg): Likewise.
35157         (RUN_TEST_f_l): Likewise.
35158         (RUN_TEST_f_L): Likewise.
35159         (RUN_TEST_sincos): Likewise.
35160         * math/gen-libm-test.pl (new_test): Take new argument to indicate
35161         whether to show exceptions.  Do not include ");\n" in return
35162         value.
35163         (special_functions): Output call to RUN_TEST_sincos instead of
35164         check_float calls.  Update calls to new_test.
35165         (parse_args): Output call to single RUN_TEST_* macro instead of
35166         check_* calls and other assignments.  Update calls to new_test.
35168         [BZ #2546]
35169         [BZ #2560]
35170         [BZ #5159]
35171         [BZ #15426]
35172         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
35173         input to result for tgamma overflow.
35174         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
35175         (gamma_coeff): New variable.
35176         (NCOEFF): New macro.
35177         (gamma_positive): New function.
35178         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
35179         underflow here.  Use gamma_positive instead of exp (lgamma) for
35180         other arguments.
35181         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
35182         (gamma_coeff): New variable.
35183         (NCOEFF): New macro.
35184         (gammaf_positive): New function.
35185         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
35186         underflow here.  Use gamma_positive instead of exp (lgamma) for
35187         other arguments.
35188         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
35189         (gamma_coeff): New variable.
35190         (NCOEFF): New macro.
35191         (gammal_positive): New function.
35192         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
35193         underflow here.  Use gamma_positive instead of exp (lgamma) for
35194         other arguments.
35195         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
35196         (gamma_coeff): New variable.
35197         (NCOEFF): New macro.
35198         (gammal_positive): New function.
35199         (__ieee754_gammal_r): Handle positive infinity, overflow and
35200         underflow here.  Handle NaN the same as positive infinity.  Remove
35201         check x < 0xffffffff for negative integers.  Use gamma_positive
35202         instead of exp (lgamma) for other arguments.
35203         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
35204         (gamma_coeff): New variable.
35205         (NCOEFF): New macro.
35206         (gammal_positive): New function.
35207         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
35208         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
35209         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
35210         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
35211         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
35212         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
35213         * sysdeps/generic/math_private.h (__gamma_productf): New
35214         prototype.
35215         (__gamma_product): Likewise.
35216         (__gamma_productl): Likewise.
35217         * math/Makefile (libm-calls): Add gamma_product.
35218         * math/libm-test.inc (tgamma_test): Add more tests.
35219         * sysdeps/i386/fpu/libm-test-ulps: Update.
35220         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35222 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
35224         * benchtests/bench-skeleton.c (main): Preheat CPU.
35226 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
35228         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
35230 2013-05-07  Roland McGrath  <roland@hack.frob.com>
35232         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
35233         and _dl_skip_args_internal.
35235 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
35237         * manual/message.texi (Message Translation): Talk about users.
35238         Message to key mapping impacts design.
35240 2013-05-06  Roland McGrath  <roland@hack.frob.com>
35242         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
35244         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
35246         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
35247         * sysdeps/wordsize-64/glob64.c: ... here.
35249         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
35250         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
35251         New macros.
35253         * debug/getlogin_r_chk.c: Moved to ...
35254         * login/getlogin_r_chk.c: ... here.
35255         * debug/Makefile (routines): Move getlogin_r_chk to ...
35256         * login/Makefile (routines): ... here.
35257         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
35258         * login/Versions (libc: GLIBC_2.4): ... here.
35260         * io/poll.c (__poll): Renamed from poll.
35261         Add libc_hidden_def.
35262         (poll): Define as weak alias.
35264         * debug/ptsname_r_chk.c: Moved to ...
35265         * login/ptsname_r_chk.c: ... here.
35266         * debug/Makefile (routines): Move ptsname_r_chk to ...
35267         * login/Makefile (routines): ... here.
35268         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
35269         * login/Versions (libc: GLIBC_2.4): ... here.
35271         * posix/getlogin.c: Moved to ...
35272         * login/getlogin.c: ... here.
35273         * posix/getlogin_r.c: Moved to ...
35274         * login/getlogin_r.c: ... here.
35275         * posix/getlogin_r.c: Moved to ...
35276         * login/getlogin_r.c: ... here.
35277         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
35278         * login/Makefile (routines): ... here.
35279         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
35280         * login/Versions (libc: GLIBC_2.0): ... here.
35282         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
35283         (setrlimit): Define as weak alias.
35285         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
35286         Call __ names for open, ftruncate, and close.
35287         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
35288         (truncate): Define as weak alias.
35290 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
35292         * math/gen-libm-test.pl (parse_args): Initialize x before each
35293         test of frexp, modf and remquo.
35295         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
35296         test signgam value.
35298 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35300         [BZ #15418]
35301         [BZ #15419]
35302         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
35303         internal tests.
35304         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
35306 2013-05-06  Roland McGrath  <roland@hack.frob.com>
35308         * elf/dl-writev.h: New file.
35309         * elf/dl-misc.c: Include it.
35310         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
35311         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
35313 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
35315         * math/libm-test.inc (noXFails): Remove variable.
35316         (noXPasses): Likewise.
35317         (BUILD_COMPLEX_INT): Remove macro.
35318         (print_screen): Remove xfail argument.
35319         (print_screen_max_error): Likewise.
35320         (update_stats): Likewise.
35321         (print_max_error): Likewise.  Update calls to other affected
35322         functions.
35323         (print_complex_max_error): Likewise.
35324         (test_single_exception): Update calls to print_screen.
35325         (test_single_errno): Likewise.
35326         (check_float_internal): Remove xfail argument.  Update calls to
35327         other affected functions.
35328         (check_float): Likewise.
35329         (check_complex): Likewise.
35330         (check_int): Likewise.
35331         (check_long): Likewise.
35332         (check_bool): Likewise.
35333         (check_longlong): Likewise.
35334         (main): Don't print noXFails and noXPasses.
35335         * math/gen-libm-test.pl (top level): Don't mention expected
35336         failure handling in comment.
35337         (new_test): Don't handle expected failures.
35338         (parse_args): Don't mention expected failure handling in comment.
35339         (generate_testfile): Don't handle expected failures.
35340         (parse_ulps): Likewise.
35341         (print_ulps_file): Likewise.
35342         (get_failure): Remove function.
35343         (output_test): Don't handle expected failures.
35344         * make/README.libm-test: Don't mention expected failure handling.
35346         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
35347         (minus_zero): Likewise.
35348         (plus_infty): Likewise.
35349         (minus_infty): Likewise.
35350         (qnan_value): Likewise.
35351         (max_value): Likewise.
35352         (min_value): Likewise.
35353         (min_subnorm_value): Likewise.
35354         (initialize): Do not initialize those variables dynamically.
35356 2013-05-03  Roland McGrath  <roland@hack.frob.com>
35358         * io/open.c (__open_2): Moved to ...
35359         * io/open_2.c: ... this new file.
35360         * io/open64.c (__open64_2): Moved to ...
35361         * io/open64_2.c: ... this new file.
35362         * io/openat.c (__openat_2): Moved to ...
35363         * io/openat_2.c: ... this new file.
35364         * io/openat64.c (__openat64_2): Moved to ...
35365         * io/openat64_2.c: ... this new file.
35366         * io/Makefile (routines): Add them.
35367         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
35368         * sysdeps/unix/sysv/linux/open_2.c: File removed.
35369         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
35370         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
35371         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
35372         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
35373         (__openat64): Add hidden_ver.
35374         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
35375         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
35377         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
35378         Separately conditionalize setting of GLRO(dl_sysinfo) so
35379         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
35380         as well, but the actual setting is only under [NEED_DL_SYSINFO].
35382 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35384         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
35385         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
35386         definition.
35387         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
35388         * sysdeps/unix/sysv/linux/powerpc/init-first.c
35389         (_libc_vdso_platform_setup): Add __vdso_time initialization.
35390         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
35391         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
35393 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
35395         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
35396         test signgam value.
35398         * math/libm-test.inc (hypot_test): Do not use
35399         IGNORE_ZERO_INF_SIGN.
35401 2013-05-03  Andreas Jaeger  <aj@suse.de>
35403         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
35404         Linux 3.9.
35405         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
35406         (PF_MAX): Adjust for VSOCK change.
35408 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35410         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35412 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
35414         [BZ #15264]
35415         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
35416         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
35417         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
35419 2013-05-02  David S. Miller  <davem@davemloft.net>
35421         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35423 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
35425         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
35427 2013-05-01  Roland McGrath  <roland@hack.frob.com>
35429         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
35431 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
35433         [BZ #14952]
35434         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
35435         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
35436         Use __attribute__ ((__gnu_inline__)).
35437         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
35438         Don't use __attribute__ ((__gnu_inline__)).
35440 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
35442         [BZ #15423]
35443         * math/s_catan.c (__catan): Handle small real or imaginary part of
35444         input specially to avoid spurious underflow.
35445         * math/s_catanf.c (__catanf): Likewise.
35446         * math/s_catanh.c (__catanh): Likewise.
35447         * math/s_catanhf.c (__catanhf): Likewise.
35448         * math/s_catanhl.c (__catanhl): Likewise.
35449         * math/s_catanl.c (__catanl): Likewise.
35450         * math/libm-test.inc (catan_test): Add more tests.
35451         (catanh_test): Likewise.
35452         * sysdeps/i386/fpu/libm-test-ulps: Update.
35453         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35455 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35457         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35459 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
35461         [BZ #15416]
35462         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
35463         accurately for denominator in atan2.
35464         * math/s_catanf.c (__catanf): Likewise.
35465         * math/s_catanh.c (__catanh): Likewise.
35466         * math/s_catanhf.c (__catanhf): Likewise.
35467         * math/s_catanhl.c (__catanhl): Likewise.
35468         * math/s_catanl.c (__catanl): Likewise.
35469         * math/libm-test.inc (catan_test): Add more tests.
35470         (catanh_test): Likewise.
35471         * sysdeps/i386/fpu/libm-test-ulps: Update.
35472         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35474 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35476         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
35478         * benchtests/Makefile (bench): Remove slow benchmarks.
35479         * benchtests/atan-inputs: Add slow benchmark inputs.
35480         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
35481         (BENCH_FUNC): Accept variant offset.
35482         (VARIANT): Define.
35483         * benchtests/bench-skeleton.c (main): Run benchmark for each
35484         variant.
35485         * benchtests/cos-inputs: Add slow benchmark inputs.
35486         * benchtests/exp-inputs: Likewise.
35487         * benchtests/pow-inputs: Likewise.
35488         * benchtests/sin-inputs: Likewise.
35489         * benchtests/slowatan-inputs: Remove.
35490         * benchtests/slowatan.c: Remove.
35491         * benchtests/slowcos-inputs: Remove.
35492         * benchtests/slowcos.c: Remove.
35493         * benchtests/slowexp-inputs: Remove.
35494         * benchtests/slowexp.c: Remove.
35495         * benchtests/slowpow-inputs: Remove.
35496         * benchtests/slowpow.c: Remove.
35497         * benchtests/slowsin-inputs: Remove.
35498         * benchtests/slowsin.c: Remove.
35499         * benchtests/slowtan-inputs: Remove.
35500         * benchtests/slowtan.c: Remove.
35501         * benchtests/tan-inputs: Add slow benchmark inputs.
35502         * scripts/bench.pl: Parse comments and directives.
35504         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
35505         in CPPFLAGS.
35506         ($(objpfx)bench-%.c): Remove *-ITER.
35507         * benchtests/bench-modf.c: Remove definition of ITER.
35508         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
35509         (main): Loop for DURATION seconds instead of fixed number of
35510         iterations.
35511         * scripts/bench.pl: Don't expect iterations in parameters.
35513 2013-04-29  Roland McGrath  <roland@hack.frob.com>
35515         * io/fchdir.c (__fchdir): Renamed from fchdir.
35516         (fchdir): Define as weak alias.
35518 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
35520         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
35521         (ERRNO_EDOM): Likewise.
35522         (ERRNO_ERANGE): Likewise.
35523         (noErrnoTests): New variable.
35524         (init_max_error): Set errno to 0.
35525         (test_single_errno): New function.
35526         (test_errno): Likewise.
35527         (check_float_internal): Call test_errno.  Set errno to 0.
35528         (check_complex): Refer to errno tests in comment.
35529         (check_int): Call test_errno.  Set errno to 0.
35530         (check_long): Likewise.
35531         (check_bool): Likewise.
35532         (check_longlong): Likewise.
35533         (cos_test): Use ERRNO_* flags for errno tests instead of
35534         check_int.
35535         (expm1_test): Likewise.
35536         (fmod_test): Likewise.
35537         (ilogb_test): Likewise.
35538         (lgamma_test): Likewise.
35539         (pow_test): Likewise.
35540         (remainder_test): Likewise.
35541         (sin_test): Likewise.
35542         (tan_test): Likewise.
35543         (yn_test): Likewise.
35544         (initialize): Set errno to 0.
35545         (main): Print number of errno tests.
35546         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
35548 2013-04-29  Andreas Jaeger  <aj@suse.de>
35550         [BZ #15084]
35551         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
35552         and RES_USEVC.
35554         [BZ #15085]
35555         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
35556         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
35557         unimplemented.
35559         [BZ #15380]
35560         * stdlib/random.c (__initstate): Return NULL if
35561         __initstate fails.
35563         [BZ #15086]
35564         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
35565         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
35566         RES_SNGLKUPREOP.
35568 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35570         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35572 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
35574         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
35575         of individual tests.
35576         (casin_test): Likewise.
35577         (casinh_test): Likewise.
35579 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
35581         [BZ #15409]
35582         * math/s_catan.c (__catan): Handle arguments with large real or
35583         imaginary part separately without squaring.
35584         * math/s_catanf.c (__catanf): Likewise.
35585         * math/s_catanh.c (__catanh): Likewise.
35586         * math/s_catanhf.c (__catanhf): Likewise.
35587         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
35588         and redefine.
35589         (__catanhl): Handle arguments with large real or imaginary part
35590         separately without squaring.
35591         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
35592         and redefine.
35593         (__catanl): Handle arguments with large real or imaginary part
35594         separately without squaring.
35595         * math/libm-test.inc (catan_test): Add more tests.
35596         (catanh_test): Likewise.
35597         * sysdeps/i386/fpu/libm-test-ulps: Update.
35598         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35600 2013-04-27  Andreas Jaeger  <aj@suse.de>
35602         [BZ #15007]
35603         * stdlib/stdlib.h: Update guards for qecvt.
35604         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
35605         <stdlib.h>.
35607 2013-04-27  Allan McRae  <allan@archlinux.org>
35609         * sysdeps/i386/fpu/libm-test-ulps: Update.
35611 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
35613         [BZ #15406]
35614         * math/s_catan.c: Include <float.h>.
35615         (__catan): Ensure underflow exception occurs for underflowed
35616         result.
35617         * math/s_catanf.c: Include <float.h>.
35618         (__catanf): Ensure underflow exception occurs for underflowed
35619         result.
35620         * math/s_catanh.c: Include <float.h>.
35621         (__catanh): Ensure underflow exception occurs for underflowed
35622         result.
35623         * math/s_catanhf.c: Include <float.h>.
35624         (__catanhf): Ensure underflow exception occurs for underflowed
35625         result.
35626         * math/s_catanhl.c: Include <float.h>.
35627         (__catanhl): Ensure underflow exception occurs for underflowed
35628         result.
35629         * math/s_catanl.c: Include <float.h>.
35630         (__catanl): Ensure underflow exception occurs for underflowed
35631         result.
35632         * math/libm-test.inc (catan_test): Add more tests.
35633         (catanh_test): Likewise.
35635         [BZ #15405]
35636         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
35637         underflowed result.
35638         * math/s_ccoshf.c (__ccoshf): Likewise.
35639         * math/s_ccoshl.c (__ccoshl): Likewise.
35640         * math/s_csin.c (__csin): Likewise.
35641         * math/s_csinf.c (__csinf): Likewise.
35642         * math/s_csinh.c (__csinh): Likewise.
35643         * math/s_csinhf.c (__csinhf): Likewise.
35644         * math/s_csinhl.c (__csinhl): Likewise.
35645         * math/s_csinl.c (__csinl): Likewise.
35646         * math/libm-test.inc (ccos_test): Add more tests.
35647         (ccosh_test): Likewise.
35648         (csin_test): Likewise.
35649         (csinh_test): Likewise.
35651 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35653         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
35654         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
35655         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
35656         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
35657         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
35658         powerpc/power5+/fpu folders.
35659         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
35662 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
35664         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35666 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
35668         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
35669         additions to variable.
35670         [$(config-machine) = x86_64] (modules-names): Likewise.
35671         ($(objpfx)tst-audit3): Remove dependency.
35672         ($(objpfx)tst-audit3.out): Likewise.
35673         ($(objpfx)tst-audit4): Likewise.
35674         ($(objpfx)tst-audit4.out): Likewise.
35675         ($(objpfx)tst-audit5): Likewise.
35676         ($(objpfx)tst-audit5.out): Likewise.
35677         ($(objpfx)tst-audit6): Likewise.
35678         ($(objpfx)tst-audit6.out): Likewise.
35679         ($(objpfx)tst-audit7): Likewise.
35680         ($(objpfx)tst-audit7.out): Likewise.
35681         (tst-audit3-ENV): Remove variable.
35682         (tst-audit4-ENV): Likewise.
35683         (tst-audit5-ENV): Likewise.
35684         (tst-audit6-ENV): Likewise.
35685         (tst-audit7-ENV): Likewise.
35686         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
35687         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
35688         addition to variable.
35689         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
35690         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
35691         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
35692         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
35693         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
35694         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
35695         tst-audit3, tst-audit4 and tst-audit5.
35696         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
35697         tst-audit6 and tst-audit7.
35698         [$(subdir) = elf] (modules-names): Add audit modules for those
35699         tests.
35700         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
35701         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
35702         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
35703         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
35704         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
35705         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
35706         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
35707         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
35708         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
35709         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
35710         [$(subdir) = elf] (tst-audit3-ENV): New variable.
35711         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
35712         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
35713         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
35714         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
35715         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
35716         Likewise.
35717         [$(subdir) = elf && $(config-cflags-avx) = yes]
35718         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
35719         [$(subdir) = elf && $(config-cflags-avx) = yes]
35720         (CFLAGS-tst-auditmod4a.c): Likewise.
35721         [$(subdir) = elf && $(config-cflags-avx) = yes]
35722         (CFLAGS-tst-auditmod4b.c): Likewise.
35723         [$(subdir) = elf && $(config-cflags-avx) = yes]
35724         (CFLAGS-tst-auditmod6b.c): Likewise.
35725         [$(subdir) = elf && $(config-cflags-avx) = yes]
35726         (CFLAGS-tst-auditmod6c.c): Likewise.
35727         [$(subdir) = elf && $(config-cflags-avx) = yes]
35728         (CFLAGS-tst-auditmod7b.c): Likewise.
35729         * elf/tst-audit3.c: Move to ...
35730         * sysdeps/x86_64/tst-audit3.c: ... here.
35731         * elf/tst-audit4.c: Move to ...
35732         * sysdeps/x86_64/tst-audit4.c: ... here.
35733         * elf/tst-audit5.c: Move to ...
35734         * sysdeps/x86_64/tst-audit5.c: ... here.
35735         * elf/tst-audit6.c: Move to ...
35736         * sysdeps/x86_64/tst-audit6.c: ... here.
35737         * elf/tst-audit7.c: Move to ...
35738         * sysdeps/x86_64/tst-audit7.c: ... here.
35739         * elf/tst-auditmod3a.c: Move to ...
35740         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
35741         * elf/tst-auditmod3b.c: Move to ...
35742         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
35743         * elf/tst-auditmod4a.c: Move to ...
35744         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
35745         * elf/tst-auditmod4b.c: Move to ...
35746         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
35747         * elf/tst-auditmod5a.c: Move to ...
35748         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
35749         * elf/tst-auditmod5b.c: Move to ...
35750         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
35751         * elf/tst-auditmod6a.c: Move to ...
35752         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
35753         * elf/tst-auditmod6b.c: Move to ...
35754         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
35755         * elf/tst-auditmod6c.c: Move to ...
35756         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
35757         * elf/tst-auditmod7a.c: Move to ...
35758         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
35759         * elf/tst-auditmod7b.c: Move to ...
35760         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
35762 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
35764         [BZ #15366]
35765         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
35766         define unconditionally.
35767         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
35768         define unconditionally.
35769         (INT8_C, INT16_C, etc.): Likewise.
35771 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
35773         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
35774         __ehdr_start with hidden visibility.
35776         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
35778 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
35780         * math/libm-test.inc (cos_test): Use accurate hex constants.
35781         (sincost_test): Likewise.
35783 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
35785         * math/libm-test.inc (catan_test): Add more tests.
35786         (catanh_test): Likewise.
35788         * math/s_catanf.c (__catanf): Use suffixed floating-point
35789         constants.
35790         * math/s_catanhf.c (__catanhf): Likewise.
35791         * math/s_catanhl.c (__catanhl): Likewise.
35792         * math/s_catanl.c (__catanl): Likewise.
35794         [BZ #15394]
35795         * math/s_catan.c (__catan): Calculate imaginary part of result
35796         with log1p not log unless computing log of number close to 0.
35797         * math/s_catanf.c (__catanf): Likewise.
35798         * math/s_catanl.c (__catanl): Likewise.
35799         * math/s_catanh.c (__catanh): Calculate real part of result with
35800         log1p not log unless computing log of number close to 0.
35801         * math/s_catanhf.c (__catanhf): Likewise.
35802         * math/s_catanhl.c (__catanhl): Likewise.
35803         * math/libm-test.inc (catan_test): Add more tests.
35804         (catanh_test): Likewise.
35805         * sysdeps/i386/fpu/libm-test-ulps: Update.
35806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35808 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
35810         * benchtests/Makefile: Mention files in which fast and slow
35811         paths of math functions are implemented.
35813 2013-04-23  Roland McGrath  <roland@hack.frob.com>
35815         * sysdeps/posix/timespec_get.c: New file.
35817 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35819         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
35820         POWER.
35821         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
35822         for POWER.
35823         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
35824         powerpc/power5/fpu folders.
35825         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
35826         * benchtests/Makefile: Add modf testcase.
35827         * benchtests/bench-modf.c: New file: Benchmark test for mo
35829 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
35831         [BZ #14888]
35832         * time/Makefile (tests): Add tst-strptime-whitespace.
35833         * time/strptime_l.c (get_number): Use ISSPACE.
35834         (__strptime_internal): Likewise.
35835         * time/tst-strptime-whitespace.c: New test case.
35837 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
35839         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
35840         member.
35841         (_nss_files_init): Set it here.
35843 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
35845         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
35846         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
35847         unsigned.
35849 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
35851         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
35853 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
35855         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
35856         size just once.
35858 2013-04-21  David S. Miller  <davem@davemloft.net>
35860         * po/ru.po: Update Russion translation from translation project.
35862 2013-04-17  Adam Conrad  <adconrad@0c3.net>
35864         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
35865         and setfsgid.
35867 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
35869         * configure.in: Remove i386 configure warning. Remove i386 case.
35870         * configure: Regenerate.
35871         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
35872         Add example to error message.
35873         * sysdeps/i386/configure: Regenerate.
35875 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
35877         * benchtests/Makefile (bench): Add cos, tan, slowcos and
35878         slowtan.
35879         * benchtests/cos-inputs: New file.
35880         * benchtests/slowcos-inputs: New file.
35881         * benchtests/slowcos.c: New file.
35882         * benchtests/slowtan-inputs: New file.
35883         * benchtests/slowtan.c: New file.
35884         * benchtests/tan-inputs: New file.
35886 2013-04-16  Roland McGrath  <roland@hack.frob.com>
35888         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
35889         considered kosher.
35891 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35893         * benchtests/Makefile: Include cppflags-iterator.mk to add
35894         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
35896         * Makefile.in (bench-clean): New target.
35897         * benchtests/Makefile (bench-clean): Likewise.
35899 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
35901         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
35903 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
35905         * stdio-common/tstdiomisc.c: Fix coding-style violation.
35907 2013-04-15  Andreas Schwab  <schwab@suse.de>
35909         * nscd/grpcache.c (cache_addgr): Properly check for short write.
35910         * nscd/initgrcache.c (addinitgroupsX): Likewise.
35911         * nscd/pwdcache.c (cache_addpw): Likewise.
35912         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
35913         more than recsize.
35915 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
35917         * benchtests/Makefile (bench): Write all output to
35918         bench-out.tmp together.
35920 2013-04-15  Andreas Schwab  <schwab@suse.de>
35922         * nscd/nscd.c (main): Don't fork again after closing files.
35924 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
35926         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
35928         * benchtests/Rules (bench-deps): Collect dependencies into a
35929         single variable.  Add Makefile to dependencies.
35930         ($(objpfx)bench-%.c): Depend on bench-deps.
35932 2013-04-12  Roland McGrath  <roland@hack.frob.com>
35933             Xavier Roche  <roche+kml2@exalead.com>
35935         [BZ #15361]
35936         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
35937         just that it's a file descriptor.
35938         * manual/llio.texi (Synchronizing AIO Operations): Update description
35939         for EBADF error from aio_fsync.
35941 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
35943         * Rules (bench): Move target definition...
35944         * benchtests/Makefile: ... here.
35946 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
35948         * math/libm-test.inc (cos_test): Fix PI/2 test.
35949         (sincos_test): Likewise.
35950         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
35951         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
35953 2013-04-11  Andreas Schwab  <schwab@suse.de>
35955         [BZ #13988]
35956         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
35957         accept exponent character only when digits were seen.
35958         * stdio-common/Makefile (tests): Add bug26.
35959         * stdio-common/bug26.c: New file.
35961         [BZ #14293]
35962         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
35963         non-freeable.
35965 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
35967         * Makeconfig (rtld-prefix): Define built linker prefix.
35968         * Rules (run-bench): Use it.
35969         * math/Makefile (run-regen-ulps): Likewise.
35971         * Rules (bench): Remove eval.
35973 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
35974             Roland McGrath  <roland@hack.frob.com>
35975             Ondrej Bilka  <neleai@seznam.cz>
35977         [BZ #15346]
35978         * time/getdate.c: Include ctype.h and alloca.h.
35979         (__getdate_r): Trim leading and trailing spaces of input.
35980         * time/tst-getdate.c (tests): Add tests with leading and
35981         trailing spaces.
35983 2013-04-08  Roland McGrath  <roland@hack.frob.com>
35985         [BZ #14280]
35986         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
35987         when computing value.
35989 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
35991         * math/README.libm-test (How can I generate "libm-test-ulps"?):
35992         Use testrun.sh to run libm tests.
35994         [BZ #15309]
35995         * elf/dl-open.c (dl_open_worker): memset all of seen array.
35997 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
35999         [BZ #15264]
36000         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
36002 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
36004         * Makefile.in (regen-ulps): New target.
36005         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
36006         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
36007         [ifneq (no,$(PERL)] (regen-ulps): New target.
36008         [ifeq (no,$(PERL)] (regen-ulps): New target.
36009         * math/libm-test.inc (ulps_file_name): Define.
36010         (output_dir): New variable.
36011         (options): Add "output-dir" option.
36012         (parse_opt): Handle 'o' case.
36013         (main): If output_dir is non-NULL use it as a prefix
36014         otherwise use "".
36015         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
36017 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
36019         [BZ #10060, #10062]
36020         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
36021         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
36022         fail configure if __sync_val_compare_and_swap is not inlined.
36023         * sysdeps/i386/configure: Regenerate.
36024         * configure.in: Build for i686 when configured for i386.
36025         * configure: Regenerate.
36026         * README: Remove i386 reference.
36028 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
36030         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
36031         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36033 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
36035         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
36036         (lmsnanval): New variables.
36037         (F): Add conversion tests.
36038         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
36039         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
36041         * stdio-common/tstdiomisc.c (F): Properly collect individual
36042         tests' results.
36044         [BZ #14686, #15336]
36045         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
36046         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
36047         Instead, use input NaN values or generate a qNaN by arithmetic
36048         operation.  Also fix bugs to comply with the standard.
36049         * math/libm-test.inc (remainder_test): Add more tests.
36051         [BZ #15335, #15342]
36052         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
36053         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
36054         input NaN values or generate a qNaN by arithmetic operation.
36056         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
36057         unreachable code.
36059         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
36060         definitions.
36062 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
36064         [BZ #14478]
36065         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
36066         underflowed result.
36067         * math/s_cexpf.c (__cexpf): Likewise.
36068         * math/s_cexpl.c (__cexpl): Likewise.
36069         * math/libm-test.inc (cexp_test): Add more tests.
36071 2013-04-03  Andreas Schwab  <schwab@suse.de>
36073         [BZ #15330]
36074         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
36075         order arrays from heap if bigger than alloca cutoff.
36077 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
36079         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
36080         (SNAN_TESTS_double): Refer to GCC PR56831.
36081         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
36082         GCC PR56828.
36084 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
36086         * Rules (bench): Move bench.out after the run is complete.
36088         * Rules (bench): Echo currently running benchmark.
36090         * benchtests/Makefile (bench): Add atan and slowatan.
36091         * benchtests/atan-inputs: New file.
36092         * benchtests/slowatan-inputs: New file.
36093         * benchtests/slowatan.c: New file.
36095         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
36096         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
36097         its value.
36099         [BZ #15305]
36100         * sysdeps/unix/sysv/linux/kernel-features.h
36101         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
36102         __ASSUME_XFS_RESTRICTED_CHOWN.
36103         * sysdeps/unix/sysv/linux/pathconf.c
36104         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
36105         Save and restore errno.
36107 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
36109         [BZ #15327]
36110         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
36111         arguments using __kernel_casinh.
36112         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
36113         arguments using __kernel_casinhf.
36114         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
36115         arguments using __kernel_casinhl.
36116         * math/libm-test.inc (cacosh_test): Add more tests.
36117         * sysdeps/i386/fpu/libm-test-ulps: Update.
36118         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36120 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
36122         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
36123         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
36125         * bench/Makefile (bench): Add sin and slowsin.
36126         * benchtests/sin-inputs: New file.
36127         * benchtests/slowsin-inputs: New file.
36128         * benchtests/slowsin.c: New file.
36130         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
36131         (bench): Add slowexp and slowpow.
36132         (exp-ITER): Increase iterations.
36133         (pow-ITER): Likewise.
36134         * benchtests/exp-inputs: Change input.
36135         * benchtests/pow-inputs: Likewise.
36136         * benchtests/slowexp-inputs: New file.
36137         * benchtests/slowexp.c: New file.
36138         * benchtests/slowpow-inputs: New file.
36139         * benchtests/slowpow.c: New file.
36141 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36143         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
36144         instructions.
36145         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
36146         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
36147         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
36148         * benchtests/Makefile: Add rint benchtest.
36149         * benchtests/rint-inputs: Input for rint benchtest.
36151 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
36153         * Versions.def (libm): Add GLIBC_2.18.
36154         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
36155         hidden libm prototypes.
36156         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
36157         * math/Makefile (libm-calls): Add s_issignaling.
36158         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
36159         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
36160         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
36161         declaration.
36162         * math/math.h [__USE_GNU] (issignaling): New macro.
36163         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
36164         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
36165         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
36166         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
36167         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
36168         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
36169         * manual/arith.texi (issignaling): New section.
36170         * manual/libm-err-tab.pl (@all_functions): Update comment.
36171         * math/gen-libm-test.pl (parse_args): Apply special handling for
36172         issignaling.
36173         * math/libm-test.inc (print_float, issignaling_test): New
36174         functions.
36175         (check_float_internal): Add issignaling checks.
36176         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
36177         default definition.
36178         * sysdeps/powerpc/math-tests.h: New file.
36179         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
36180         tests.
36181         * math/test-snan.c (TEST_FUNC): Likewise.
36183 2013-03-30  David S. Miller  <davem@davemloft.net>
36185         * po/de.po: Update from translation team.
36187 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
36189         [BZ #10357]
36190         * math/k_casinh.c (__kernel_casinh): Handle arguments with
36191         imaginary part less than 1.0 and real part less than 0.5
36192         specially.
36193         * math/k_casinhf.c (__kernel_casinhf): Likewise.
36194         * math/k_casinhl.c (__kernel_casinhl): Likewise.
36195         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
36196         (cacos_test): Add more tests.
36197         (casin_test): Likewise.
36198         (casinh_test): Likewise.
36199         * sysdeps/i386/fpu/libm-test-ulps: Update.
36200         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36202 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
36204         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
36205         ONE with its value.
36207         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
36208         (__pow_mp): Replace ONE and MONE with their values.
36209         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
36210         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
36211         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
36212         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
36213         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
36214         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
36216         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
36218         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
36219         (__pow_mp): Replace ZERO and MZERO with their values.
36220         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
36221         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
36222         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
36223         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
36224         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
36225         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
36226         (__sqr): Likewise.
36228         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
36230         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
36232 2013-03-28  Roland McGrath  <roland@hack.frob.com>
36234         * include/stdlib.h [!SHARED] (__call_tls_dtors):
36235         Declare with __attribute__ ((weak)).
36236         * stdlib/exit.c (__libc_atexit) [!SHARED]:
36237         Call __call_tls_dtors only if it's not NULL.
36239 2013-03-28  Roland McGrath  <roland@hack.frob.com>
36241         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
36242         didn't do it already, then set _dl_phdr and _dl_phnum based on the
36243         magic __ehdr_start linker symbol if it's defined.
36244         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
36245         them up here if it was already done.
36247         * elf/dl-support.c (_dl_phdr): Make pointer to const.
36248         (_dl_aux_init): Use const in cast when setting it.
36249         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
36250         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
36251         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
36253         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
36254         Declare them here.
36255         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
36256         * csu/libc-tls.c: Nor here.
36257         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
36259         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
36260         (__libc_message): Never call vsyslog.
36262 2013-03-28  Alan Modra  <amodra@gmail.com>
36264         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
36265         Define as empty.
36266         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
36267         Likewise.
36269 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36271         [BZ #15214]
36272         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
36273         underflow.
36274         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36276 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
36278         [BZ #15304]
36279         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
36280         Don't add gid passed as argument.
36282         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
36284 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
36286         [BZ #15307]
36287         * math/k_casinh.c (__kernel_casinh): Handle arguments with
36288         imaginary part between 1.0 and 1.5 and real part less than 0.5
36289         specially.
36290         * math/k_casinhf.c (__kernel_casinhf): Likewise.
36291         * math/k_casinhl.c (__kernel_casinhl): Likewise.
36292         * math/libm-test.inc (cacos_test): Add more tests.
36293         (casin_test): Likewise.
36294         (casinh_test): Likewise.
36295         * sysdeps/i386/fpu/libm-test-ulps: Update.
36296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36298 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
36300         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
36301         constants.
36302         (norm): Likewise.
36303         (denorm): Likewise.
36304         (__dbl_mp): Likewise.
36305         (add_magnitudes): Likewise.
36306         (sub_magnitudes): Likewise.
36307         (__add): Likewise.
36308         (__sub): Likewise.
36309         (__mul): Likewise.
36310         (__sqr): Likewise.
36311         (__inv): Likewise.
36312         (__dvd): Likewise.
36314         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
36315         commented code.
36316         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
36317         (__dubcos): Likewise.
36318         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
36319         (__ieee754_acos): Likewise.
36320         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
36321         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
36322         (__exp1): Likewise.
36323         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
36324         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
36325         (log1): Likewise.
36326         (my_log2): Likewise.
36327         (checkint): Likewise.
36328         * sysdeps/ieee754/dbl-64/e_remainder.c
36329         (__ieee754_remainder): Likewise.
36330         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
36331         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
36332         (bsloww): Likewise.
36333         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
36335         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
36336         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
36337         MANTISSA_STORE_T to store computations on mantissa.  Use
36338         macros for rounding and division.
36339         (denorm): Likewise.
36340         (__dbl_mp): Likewise.
36341         (add_magnitudes): Likewise.
36342         (sub_magnitudes): Likewise.
36343         (__mul): Likewise.
36344         (__sqr): Likewise.
36345         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
36346         powers of two in terms of TWOPOW macro.
36347         (mp_no): Make type of mantissa as MANTISSA_T.
36348         [!RADIXI]: Define RADIXI.
36349         [!TWO52]: Define TWO52.
36350         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
36352 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36354         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
36355         llroundl symbol when building for PPC32.
36357 2013-03-24  Mark H Weaver  <mhw@netris.org>
36359         * manual/arith.texi (Normalization Functions): Fix prototypes for
36360         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
36362 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36364         [BZ #13889]
36365         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
36366         high value to check if expl overflow.
36367         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
36368         to check for underflow and overflow.
36369         * math/libm-test.inc: Add exp test.
36371 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
36373         [BZ #11120]
36374         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
36375         with NOT_IN_libc.
36377 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36379         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
36380         symbol.
36382 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
36384         * math/gen-libm-test.pl (parse_args, special_functions): Properly
36385         wrap blocks consisting of several statements.
36387         * sysdeps/generic/math-tests.h: New file.
36388         * sysdeps/i386/fpu/math-tests.h: Likewise.
36389         * math/test-snan.c: Include it.
36390         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
36392 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
36394         [BZ #15285]
36395         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
36396         (__ieee754_j0l): Do not improve calculations using cos of twice
36397         input for inputs above LDBL_MAX / 2.0L.
36398         (__ieee754_y0l): Likewise.
36399         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
36400         (__ieee754_j1l): Do not improve calculations using cos of twice
36401         input for inputs above LDBL_MAX / 2.0L.
36402         (__ieee754_y1l): Likewise.
36403         * math/libm-test.inc (j0_test): Add another test.
36404         (j1_test): Likewise.
36405         (y0_test): Likewise.
36406         (y1_test): Likewise.
36407         * sysdeps/i386/fpu/libm-test-ulps: Update.
36409 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
36411         * Rules ($(objpfx)bench-%.c): Include code from a C source
36412         file.
36414 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
36416         [BZ #15287]
36417         * math/k_casinh.c (__kernel_casinh): Handle arguments with
36418         imaginary part 1.0 and real part less than 0.5 specially.
36419         * math/k_casinhf.c (__kernel_casinhf): Likewise.
36420         * math/k_casinhl.c (__kernel_casinhl): Likewise.
36421         * math/libm-test.inc (cacos_test): Add more tests.
36422         (casin_test): Likewise.
36423         (casinh_test): Likewise.
36424         * sysdeps/i386/fpu/libm-test-ulps: Update.
36425         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36427 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
36429         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
36430         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
36432 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
36434         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
36435         * config.make.in (config-cflags-sse4): Remove variable.
36436         (config-cflags-avx): Likewise.
36437         (config-cflags-sse2avx): Likewise.
36438         (config-cflags-novzeroupper): Likewise.
36439         (config-asflags-i686): Likewise.
36440         (have-mfma4): Likewise.
36441         (have-as-vis3): Likewise.
36442         (MIG): Likewise.
36443         * configure.in (MIG): Do not AC_SUBST.
36444         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
36445         (libc_cv_cc_sse4): Do not AC_SUBST.
36446         (libc_cv_cc_avx): Likewise.
36447         (libc_cv_cc_sse2avx): Likewise.
36448         (libc_cv_cc_novzeroupper): Likewise.
36449         (libc_cv_cc_fma4): Likewise.
36450         (libc_cv_as_i686): Likewise.
36451         (libc_cv_sparc_as_vis3): Likewise.
36452         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
36453         LIBC_CONFIG_VAR.
36454         (config-asflags-i686): Likewise.
36455         (config-cflags-avx): Likewise.
36456         (config-cflags-sse2avx): Likewise.
36457         (have-mfma4): Likewise.
36458         (config-cflags-novzeroupper): Likewise.
36459         * sysdeps/mach/configure.in (MIG): Likewise.
36460         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
36461         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
36462         LIBC_CONFIG_VAR.
36463         (config-cflags-avx): Likewise.
36464         (config-cflags-sse2avx): Likewise.
36465         (have-mfma4): Likewise.
36466         (config-cflags-novzeroupper): Likewise.
36467         * configure: Regenerated.
36468         * sysdeps/i386/configure: Likewise.
36469         * sysdeps/mach/configure: Likewise.
36470         * sysdeps/sparc/configure: Likewise.
36471         * sysdeps/x86_64/configure: Likewise.
36473 2013-03-20  Roland McGrath  <roland@hack.frob.com>
36475         [BZ #14812]
36476         * locale/programs/localedef.c (options): Put N_ translation marker
36477         on argument names, not just descriptions.
36479 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36481         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
36483 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
36485         [BZ #14176]
36486         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
36488 2013-03-19  Roland McGrath  <roland@hack.frob.com>
36490         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
36491         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
36492         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
36493         [!BEFORE_ABORT] (before_abort): New function.
36494         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
36495         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
36496         (writev_for_fatal): New function.
36497         (WRITEV_FOR_FATAL): New macro; call that.
36498         (backtrace_and_maps): New function.
36499         (BEFORE_ABORT): New macro; call that.
36500         (struct str_list): Type removed.
36501         (__libc_message, __libc_fatal): Functions removed.
36502         Include <sysdeps/posix/libc_fatal.c> instead.
36504 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
36506         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
36507         constants.
36508         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
36509         double constants.
36511 2013-03-19  Andreas Schwab  <schwab@suse.de>
36513         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
36514         * sysdeps/gnu/configure: Regenerate.
36516         * configure.in: Substitute libc_cv_rtlddir.
36517         * configure: Regenerate.
36518         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
36519         * Makeconfig (rtlddir, inst_rtlddir): New variables.
36520         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
36521         * elf/Makefile (install-others, CFLAGS-interp.c)
36522         (ldso_install, common-ldd-rewrite): Likewise.
36523         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
36524         $(inst_slibdir)/$(rtld-installed-name).
36525         * scripts/rellns-sh: Add -p option.
36526         * Makerules (make-shlib-link): Use rellns-sh to get relative name
36527         for source.
36529 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
36531         * manual/nptl.texi: Renamed to ...
36532         * manual/threads.texi: ... this.
36533         * manual/Makefile (chapters): Update.
36535 2013-03-18  Roland McGrath  <roland@hack.frob.com>
36537         [BZ #14812]
36538         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
36539         on argument names, not just descriptions.
36540         * malloc/memusagestat.c (options): Likewise.
36541         * nss/getent.c (options): Likewise.
36543 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
36545         [BZ #14812]
36546         * iconv/iconv_prog.c (options): Put N_ translation marker
36547         on argument names, not just descriptions.
36548         * iconv/iconvconfig.c (options): Likewise.
36550 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
36552         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
36553         implementation which is faster on all x86_64 architectures.
36554         Tested on AMD, Intel Nehalem, SNB, IVB.
36555         * sysdeps/x86_64/strnlen.S: Likewise.
36557         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
36558         Remove all multiarch strlen and strnlen versions.
36559         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
36560         Remove strlen and strnlen related parts.
36562         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
36563         Inline strlen part.
36564         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
36566         * sysdeps/x86_64/multiarch/strlen.S: Remove.
36567         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
36568         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
36569         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
36570         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
36571         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
36573 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
36575         * manual/memory.texi (Malloc Tunable Parameters):
36576         Sort parameters alphabetically. Add comments for missing entries.
36578 2013-03-17  David S. Miller  <davem@davemloft.net>
36580         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36582 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
36584         [BZ #15283]
36585         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
36586         for arguments at most half maximum finite value.
36587         * math/libm-test.inc (j0_test): Add more tests.
36588         (j1_test): Likewise.
36589         (y0_test): Likewise.
36590         (y1_test): Likewise.
36591         * sysdeps/i386/fpu/libm-test-ulps: Update.
36592         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36594         [BZ #14155]
36595         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
36596         1 / x and functions P and Q for arguments above 0x1p256L.
36597         (__ieee754_y0l): Likewise.
36598         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
36599         (__ieee754_y1l): Likewise.
36600         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
36601         (j1_test): Likewise.
36602         (y0_test): Likewise.
36603         (y1_test): Likewise.
36605 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
36607         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
36608         variable.
36610 2013-03-15  Roland McGrath  <roland@hack.frob.com>
36612         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
36613         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
36614         zero since it's initialized to EXEC_PAGESIZE.
36616         * sysdeps/unix/sysv/linux/ldsodefs.h
36617         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
36618         * sysdeps/generic/ldsodefs.h: ... here.
36620 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
36622         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
36624         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
36625         math/test-snan.c.
36626         * math/test-snan.c: Renamed from
36627         sysdeps/powerpc/fpu/test-powerpc-snan.c.
36628         * math/Makefile (tests): Add test-snan.
36629         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
36630         test-powerpc-snan.
36632         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
36633         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
36634         functions.
36635         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
36636         __builtin_nan family of functions.
36637         * math/libm-test.inc (initialize): Initialize qnan_value with
36638         __builtin_nan family of functions.
36639         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
36640         Remove variables.
36641         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
36642         Remove functions.
36643         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
36644         storage class.  Initialize qNaN_var and sNaN_var with
36645         __builtin_nan and __builtin_nans families of functions,
36646         respectively.
36648         * math/libm-test.inc (acosh_test): Also test with qNaN input.
36649         (sqrt_test): Remove duplicate test with qNaN input.
36650         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
36651         (round_test, signbit_test, significand_test): Note missing +/-Inf
36652         as well as qNaN tests.
36654         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
36655         qNaN_var.  Fix a few strings, too.
36656         * math/libm-test.inc (nan_value): Rename to qnan_value.
36657         * math/gen-libm-test.pl (%beautify): Adjust to that.
36658         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
36659         * math/test-misc.c (main): Likewise.
36660         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
36661         to __qnan_bytes, and __qnan_union, respectively.
36662         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
36663         Likewise.
36664         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
36665         and lqnanval, respectively.
36666         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
36667         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
36668         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
36669         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
36671         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
36672         * math/test-misc.c (main) [__x86_64__]: Enable test for long
36673         doubles.
36675         * math/test-misc.c (main): Fix copy'n'pastos.
36676         * misc/tst-efgcvt.c (special): Likewise.
36678         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
36679         Remove declarations.
36681 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
36683         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
36684         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
36685         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
36686         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
36688 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36690         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
36691         macro to return vdso values correctly in IFUNC implementations.
36692         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
36693         Optimization by using IFUNC.
36695 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
36696             Richard Henderson  <rth@redhat.com>
36697             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36699         * Makefile.in (bench): New target.
36700         * NEWS: Mention the benchmark framework.
36701         * Rules (bench): Likewise.
36702         (binaries-bench): Generate binaries for functions to
36703         benchmark.
36704         * benchtests/Makefile: New makefile for benchmark tests.
36705         * benchtests/bench-skeleton.c: New skeleton file for benchmark
36706         programs.
36707         * benchtests/exp-inputs: New input file for EXP function.
36708         * benchtests/pow-inputs: New input file for POW function.
36709         * scripts/bench.pl: New script to generate source files for
36710         benchmark programs.
36712 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
36714         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
36715         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
36716         computations on mantissa.  Use macros for rounding and
36717         division.
36718         (denorm): Likewise.
36719         (__dbl_mp): Likewise.
36720         (add_magnitudes): Likewise.
36721         (sub_magnitudes): Likewise.
36722         (__mul): Likewise.
36723         (__sqr): Likewise.
36724         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
36725         powers of two in terms of TWOPOW macro.
36726         (mp_no): Make type of mantissa as MANTISSA_T.
36727         [!RADIXI]: Define RADIXI.
36728         [!TWO52]: Define TWO52.
36729         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
36731         * manual/nptl.texi (cindex): Modify threads to pthreads.
36733 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
36735         * sysdeps/x86_64/preconfigure: Regenerated.
36737 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
36739         [BZ #14155]
36740         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
36741         0x1p28 and above.
36742         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
36743         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
36744         0x1p28 and above.
36745         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
36746         * math/libm-test.inc (j0_test): Do not allow one spurious
36747         underflow exception.
36748         (y1_test): Likewise.
36750 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
36752         * manual/Makefile (chapters): Add nptl.
36753         * manual/debug.texi (Debugging Support): Add link to Threads
36754         chapter.
36755         * manual/nptl.texi: New file.
36757         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
36759 2013-03-14  Petr Baudis  <pasky@ucw.cz>
36761         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
36762         for non-NULL pointer before the memory validity test. Pointed
36763         out by Holger Brunck <holger.brunck@keymile.com>.
36765 2013-03-13  Andreas Schwab  <schwab@suse.de>
36767         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
36768         instead of .os.
36770 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
36772         * timezone/zic.c: Update from tzcode 2013b.
36774 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
36776         * manual/install.texi (Configuring and compiling):
36777         Mention i686 and i586.
36778         * INSTALL: Regenerate.
36780 2013-03-12  Roland McGrath  <roland@hack.frob.com>
36782         * sysdeps/init_array/elf-init.c: New file.
36783         * csu/elf-init.c
36784         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
36785         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
36787         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
36788         __gmon_start__ as global, but as static with a .preinit_array pointer.
36789         * sysdeps/init_array/gmon-start.c: New file.  Use that.
36790         * sysdeps/init_array/crti.S: New file, empty except for comments.
36791         * sysdeps/init_array/crtn.S: Likewise.
36793 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
36795         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
36796         definining bcopy.
36797         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36798         Remove Prefer_SSE_for_memop.
36799         * sysdeps/x86_64/multiarch/init-arch.h: Remove
36800         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
36801         HAS_PREFER_SSE_FOR_MEMOP.
36802         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
36803         memset-x86-64.
36804         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
36805         Remove bzero, memset ifunc support.
36806         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
36807         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
36808         * sysdeps/x86_64/multiarch/memset.S: Likewise.
36809         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
36811 2013-03-11  Andreas Schwab  <schwab@suse.de>
36813         [BZ #15234]
36814         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
36815         by SHLIB_COMPAT.
36816         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
36817         (GLIBC_2.16): Remove pthread_atfork.
36819 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
36821         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
36822         (ptestcases.h): Likewise.
36824 2013-03-08  Roland McGrath  <roland@hack.frob.com>
36826         * Makeconfig ($(common-objpfx)config.status): Depend on
36827         sysdeps/*/preconfigure{,.in} too.
36829 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
36831         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
36832         (__free_hook): Use void * instead of __malloc_ptr_t.
36833         (__malloc_hook): Likewise.
36834         (__realloc_hook): Likewise.
36835         (__memalign_hook): Likewise.
36836         (__after_morecore_hook): Likewise.
36837         * malloc/arena.c (save_malloc_hook): Likewise.
36838         (save_free_hook): Likewise.
36839         * malloc/hooks.c (malloc_hook_ini): Likewise.
36840         (realloc_hook_ini): Likewise.
36841         (memalign_hook_ini): Likewise.
36842         * malloc/malloc.c (malloc_hook_ini): Likewise.
36843         (realloc_hook_ini): Likewise.
36844         (memalign_hook_ini): Likewise.
36845         (__free_hook): Likewise.
36846         (__malloc_hook): Likewise.
36847         (__realloc_hook): Likewise.
36848         (__memalign_hook): Likewise.
36849         (__libc_malloc): Likewise.
36850         (__libc_free): Likewise.
36851         (__libc_realloc): Likewise.
36852         (__libc_memalign): Likewise.
36853         (__libc_valloc): Likewise.
36854         (__libc_pvalloc): Likewise.
36855         (__libc_calloc): Likewise.
36856         (__posix_memalign): Likewise.
36857         * malloc/morecore.c (__sbrk): Likewise.
36858         (__default_morecore): Likewise.
36860         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
36862         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
36863         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
36864         __malloc_ptrdiff_t.
36866         * malloc/malloc.h (__malloc_size_t): Remove macro.
36867         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
36868         __malloc_size_t.
36869         (old_memalign_hook): Likewise.
36870         (old_realloc_hook): Likewise.
36871         (struct hdr): Likewise.
36872         (flood): Likewise.
36873         (mallochook): Likewise.
36874         (memalignhook): Likewise.
36875         (reallochook): Likewise.
36876         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
36877         (tr_old_realloc_hook): Likewise.
36878         (tr_old_memalign_hook): Likewise.
36879         (tr_mallochook): Likewise.
36880         (tr_reallochook): Likewise.
36881         (tr_memalignhook): Likewise.
36883 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36885         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
36886         default_ldbl_pack and using as default implementation.
36887         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
36888         implementation.
36889         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
36890         redundant definition.
36891         (ldbl_insert_mantissa): Likewise.
36892         (ldbl_canonicalize): Likewise.
36893         (ldbl_nearbyint): Likewise.
36894         (ldbl_pack): Rename to ldbl_pack_ppc.
36895         (ldbl_unpack): Rename to ldbl_unpack_ppc.
36896         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
36897         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
36899 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
36901         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
36902         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
36903         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
36904         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
36905         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
36906         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
36907         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
36908         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
36910 2013-03-07  Andreas Jaeger  <aj@suse.de>
36912         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36913         bits/mman-linux.h.
36915 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
36917         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
36918         Include mpa.h and declare __MPEXP.
36919         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
36920         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
36921         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
36922         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
36923         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
36924         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
36925         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
36927         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
36928         (__slowpow): Use long double EXPL and LOGL functions to
36929         compute POW.
36930         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
36931         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
36932         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
36933         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
36934         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
36935         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
36937         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
36938         intermediate variable to calculate exponent.
36939         (__sqr): Likewise.
36940         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
36941         Likewise.
36942         (__sqr): Likewise.
36944         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
36945         [!NO__SQR]: Define __sqr.
36946         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
36947         and NO__SQR.  Remove all code except __mul and __sqr.  Include
36948         sysdeps/ieee754/dbl-64/mpa.c.
36949         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
36951         [BZ #12723]
36952         * posix/Makefile (tests): Add tst-pathconf.
36953         * posix/tst-pathconf.c: New test case.
36954         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
36955         _PC_PIPE_BUF.
36956         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
36958 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
36960         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
36962 2013-03-06  Andreas Jaeger  <aj@suse.de>
36964         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
36965         definition via __MAP_ANONYMOUS.
36967         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
36968         it's not part of Linux headers.
36970         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
36971         (MAP_HUGE_MASK): Define.
36973         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
36974         Define.
36975         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
36976         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
36977         Define.
36978         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
36979         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
36980         Define.
36981         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
36982         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
36983         Define.
36984         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
36986         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
36987         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
36988         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
36989         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
36990         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
36991         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
36993         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
36994         Handle f2fs.
36996         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
36997         Handle f2fs and efivarfs.
36999         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
37000         f2fs.
37002         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
37003         (EFIVARFS_MAGIC): Add.
37004         (F2FS_LINK_MAX): Add.
37006 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
37008         * stdio-common/vfprintf.c: Replace __builtin_expect with
37009         __glibc_unlikely.
37011 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
37013         [BZ #13550]
37014         * sysdeps/generic/bp-sym.h: Remove file.
37015         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
37016         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
37017         <bp-sym.h> and <bp-asm.h>.
37018         (__longjmp): Don't use BP_SYM.
37019         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
37020         and <bp-asm.h>.
37021         (memcpy): Don't use BP_SYM.
37022         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
37023         <bp-sym.h> and <bp-asm.h>.
37024         (memcpy): Don't use BP_SYM.
37025         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
37026         <bp-asm.h>.
37027         (memcpy): Don't use BP_SYM.
37028         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
37029         <bp-asm.h>.
37030         (memset): Don't use BP_SYM.
37031         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
37032         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
37033         (__bzero): Don't use BP_SYM.
37034         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
37035         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
37036         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
37037         <bp-sym.h> and <bp-asm.h>.
37038         (memcmp): Don't use BP_SYM.  Remove comment about bounded
37039         pointers.
37040         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
37041         <bp-sym.h> and <bp-asm.h>.
37042         (memcpy): Don't use BP_SYM.
37043         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
37044         <bp-sym.h> and <bp-asm.h>.
37045         (memset): Don't use BP_SYM.
37046         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
37047         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
37048         (__bzero): Don't use BP_SYM.
37049         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
37050         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
37051         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
37052         <bp-sym.h> and <bp-asm.h>.
37053         (strncmp): Don't use BP_SYM.  Remove comment about bounded
37054         pointers.
37055         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
37056         <bp-sym.h> and <bp-asm.h>.
37057         (memcpy): Don't use BP_SYM.
37058         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
37059         <bp-sym.h> and <bp-asm.h>.
37060         (memset): Don't use BP_SYM.
37061         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
37062         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
37063         (__bzero): Don't use BP_SYM.
37064         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
37065         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
37066         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
37067         <bp-sym.h> and <bp-asm.h>.
37068         (__memchr): Don't use BP_SYM.
37069         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
37070         <bp-sym.h> and <bp-asm.h>.
37071         (memcmp): Don't use BP_SYM.  Remove comment about bounded
37072         pointers.
37073         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
37074         <bp-sym.h> and <bp-asm.h>.
37075         (memcpy): Don't use BP_SYM.
37076         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
37077         <bp-sym.h> and <bp-asm.h>.
37078         (__mempcpy): Don't use BP_SYM.
37079         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
37080         <bp-sym.h> and <bp-asm.h>.
37081         (__memrchr): Don't use BP_SYM.
37082         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
37083         <bp-sym.h> and <bp-asm.h>.
37084         (memset): Don't use BP_SYM.
37085         (__bzero): Likewise.
37086         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
37087         <bp-sym.h> and <bp-asm.h>.
37088         (__rawmemchr): Don't use BP_SYM.
37089         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
37090         <bp-sym.h> and <bp-asm.h>.
37091         (__STRCMP): Don't use BP_SYM.
37092         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
37093         <bp-sym.h> and <bp-asm.h>.
37094         (strchr): Don't use BP_SYM.
37095         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
37096         <bp-sym.h> and <bp-asm.h>.
37097         (__strchrnul): Don't use BP_SYM.
37098         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
37099         <bp-sym.h> and <bp-asm.h>.
37100         (strlen): Don't use BP_SYM.
37101         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
37102         <bp-sym.h> and <bp-asm.h>.
37103         (strncmp): Don't use BP_SYM.  Remove comment about bounded
37104         pointers.
37105         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
37106         <bp-sym.h> and <bp-asm.h>.
37107         (__strnlen): Don't use BP_SYM.
37108         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
37109         <bp-sym.h> and <bp-asm.h>.
37110         (__GI__setjmp): Don't use BP_SYM.
37111         (_setjmp): Likewise.
37112         (__sigsetjmp): Likewise.
37113         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
37114         (L(start_addresses)): Don't use BP_SYM.
37115         (_start): Likewise.
37116         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
37117         <bp-asm.h>.
37118         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
37119         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
37120         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
37121         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
37122         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
37123         <bp-asm.h>.
37124         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
37125         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
37126         about bounded pointers.
37127         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
37128         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
37129         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
37130         <bp-asm.h>.
37131         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
37132         about bounded pointers.  Remove GKM FIXME comments.
37133         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
37134         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
37135         <bp-asm.h>.
37136         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
37137         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
37138         Remove GKM FIXME comments.
37139         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
37140         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
37141         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
37142         <bp-asm.h>.
37143         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
37144         about bounded pointers.  Remove GKM FIXME comment.
37145         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
37146         and <bp-asm.h>.
37147         (strncmp): Don't use BP_SYM.  Remove comment about bounded
37148         pointers.
37149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
37150         <bp-sym.h> and <bp-asm.h>.
37151         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
37152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
37153         <bp-sym.h> and <bp-asm.h>.
37154         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
37155         comment.
37157 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
37159         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
37160         call free(NULL).
37162 2013-03-05  David S. Miller  <davem@davemloft.net>
37164         * po/es.po: Update from translation team.
37166 2013-03-05  Andreas Jaeger  <aj@suse.de>
37168         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
37169         <bits/mman-linux.h>.
37170         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
37171         is fine.
37172         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
37173         <bits/mman-linux.h> to end of file.
37174         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
37175         is fine.
37176         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
37177         <bits/mman-linux.h> to end of file.
37178         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
37179         is fine.
37180         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
37181         <bits/mman-linux.h> to end of file.
37183         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
37184         (MCL_CURRENT, MCL_FUTURE): Define here.
37186 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37188         [BZ #15232]
37189         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
37190         attribute_hidden.
37191         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
37193 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37195         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
37196         fourth parameter needed for rt_sigprocmask syscall.
37197         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
37198         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
37199         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
37200         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
37201         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
37202         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
37204 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
37206         [BZ #13550]
37207         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
37208         comment about bounded pointers.
37209         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
37210         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
37212 2013-03-04  Andreas Jaeger  <aj@suse.de>
37214         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
37215         common definitions.
37217         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
37218         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
37219         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
37220         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
37221         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
37222         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
37224 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37226         [BZ #15055]
37227         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
37228         __ieee754_sqrl instead of __sqrl.
37230 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
37232         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
37233         * sysdeps/powerpc/fpu_control.h: ... here.
37234         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
37235         * sysdeps/powerpc/bits/fenvinline.h: ... here.
37236         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
37237         * sysdeps/powerpc/bits/mathinline.h: ... here.
37239 2013-03-01  Roland McGrath  <roland@hack.frob.com>
37241         * elf/dl-hwcaps.c (_dl_important_hwcaps):
37242         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
37243         to just [NEED_DL_SYSINFO_DSO].
37244         * elf/dl-support.c: Likewise.
37245         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
37246         * elf/rtld.c (dl_main): Likewise.
37247         * elf/setup-vdso.h (setup_vdso): Likewise.
37248         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
37249         * sysdeps/unix/sysv/linux/dl-sysdep.c
37250         (_dl_discover_osversion): Likewise.
37252 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
37254         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
37255         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
37257 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
37259         * NEWS: Mention libm performance improvements and non-x86 PI
37260         futex support.
37262         * csu/libc-start.c (__pthread_initialize_minimal): Change
37263         function arguments.
37264         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
37266 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
37268         [BZ #13550]
37269         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
37270         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
37271         <bp-sym.h> and <bp-asm.h>.
37272         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
37273         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
37274         and <bp-asm.h>.
37275         (memcpy): Don't use BP_SYM.
37276         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
37277         <bp-asm.h>.
37278         (__mpn_add_n): Don't use BP_SYM.
37279         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
37280         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
37281         and <bp-asm.h>.
37282         (__mpn_addmul_1): Don't use BP_SYM.
37283         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
37284         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
37285         <bp-sym.h>.
37286         (_setjmp): Don't use BP_SYM.
37287         (__novmx_setjmp): Likewise.
37288         (__GI__setjmp): Likewise.
37289         (__vmx_setjmp): Likewise.
37290         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
37291         <bp-sym.h>.
37292         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
37293         (__bzero): Don't use BP_SYM.
37294         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
37295         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
37296         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
37297         <bp-sym.h> and <bp-asm.h>.
37298         (memcpy): Don't use BP_SYM.
37299         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
37300         <bp-sym.h> and <bp-asm.h>.
37301         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
37302         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
37303         <bp-sym.h> and <bp-asm.h>.
37304         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
37305         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
37306         <bp-asm.h>.
37307         (__mpn_lshift): Don't use BP_SYM.
37308         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
37309         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
37310         <bp-asm.h>.
37311         (memset): Don't use BP_SYM.
37312         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
37313         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
37314         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
37315         <bp-asm.h>.
37316         (__mpn_mul_1): Don't use BP_SYM.
37317         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
37318         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
37319         <bp-sym.h> and <bp-asm.h>.
37320         (memcmp): Don't use BP_SYM.
37321         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
37322         <bp-sym.h> and <bp-asm.h>.
37323         (memcpy): Don't use BP_SYM.
37324         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
37325         <bp-sym.h> and <bp-asm.h>.
37326         (memset): Don't use BP_SYM.
37327         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
37328         <bp-sym.h> and <bp-asm.h>.
37329         (strncmp): Don't use BP_SYM.
37330         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
37331         <bp-sym.h> and <bp-asm.h>.
37332         (memcpy): Don't use BP_SYM.
37333         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
37334         <bp-sym.h> and <bp-asm.h>.
37335         (memset): Don't use BP_SYM.
37336         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
37337         <bp-sym.h> and <bp-asm.h>.
37338         (__memchr): Don't use BP_SYM.
37339         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
37340         <bp-sym.h> and <bp-asm.h>.
37341         (memcmp): Don't use BP_SYM.
37342         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
37343         <bp-sym.h> and <bp-asm.h>.
37344         (memcpy): Don't use BP_SYM.
37345         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
37346         <bp-sym.h> and <bp-asm.h>.
37347         (__mempcpy): Don't use BP_SYM.
37348         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
37349         <bp-sym.h> and <bp-asm.h>.
37350         (__memrchr): Don't use BP_SYM.
37351         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
37352         <bp-sym.h> and <bp-asm.h>.
37353         (memset): Don't use BP_SYM.
37354         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
37355         <bp-sym.h> and <bp-asm.h>.
37356         (__rawmemchr): Don't use BP_SYM.
37357         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
37358         <bp-sym.h> and <bp-asm.h>.
37359         (__STRCMP): Don't use BP_SYM.
37360         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
37361         <bp-sym.h> and <bp-asm.h>.
37362         (strchr): Don't use BP_SYM.
37363         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
37364         <bp-sym.h> and <bp-asm.h>.
37365         (__strchrnul): Don't use BP_SYM.
37366         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
37367         <bp-sym.h> and <bp-asm.h>.
37368         (strlen): Don't use BP_SYM.
37369         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
37370         <bp-sym.h> and <bp-asm.h>.
37371         (strncmp): Don't use BP_SYM.
37372         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
37373         <bp-sym.h> and <bp-asm.h>.
37374         (__strnlen): Don't use BP_SYM.
37375         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
37376         <bp-asm.h>.
37377         (__mpn_rshift): Don't use BP_SYM.
37378         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
37379         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
37380         <bp-sym.h> and <bp-asm.h>.
37381         (__sigsetjmp): Don't use BP_SYM.
37382         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
37383         (L(start_addresses)): Don't use BP_SYM.
37384         (_start): Likewise.
37385         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
37386         <bp-asm.h>.
37387         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
37388         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
37389         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
37390         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
37391         <bp-asm.h>.
37392         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
37393         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
37394         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
37395         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
37396         <bp-asm.h>.
37397         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
37398         comments.
37399         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
37400         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
37401         <bp-asm.h>.
37402         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
37403         FIXME comments.
37404         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
37405         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
37406         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
37407         <bp-asm.h>.
37408         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
37409         comment.
37410         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
37411         and <bp-asm.h>.
37412         (strncmp): Don't use BP_SYM,
37413         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
37414         <bp-asm.h>.
37415         (__mpn_sub_n): Don't use BP_SYM.
37416         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
37417         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
37418         and <bp-asm.h>.
37419         (__mpn_submul_1): Don't use BP_SYM.
37420         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
37421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
37422         <bp-sym.h> and <bp-asm.h>.
37423         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
37424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
37425         <bp-sym.h> and <bp-asm.h>.
37426         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
37427         comment.
37429 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37431         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
37432         Use ZK to minimize writes to Z.
37433         (sub_magnitudes): Simplify code a bit.
37434         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
37435         Use ZK to minimize writes to Z.
37436         (sub_magnitudes): Simplify code a bit.
37438 2013-02-27  Roland McGrath  <roland@hack.frob.com>
37440         * csu/gmon-start.c: Add special exception to license text.
37442 2013-02-27  Richard Henderson  <rth@redhat.com>
37444         * scripts/config.guess: Update from config.git.
37445         * scripts/config.sub: Likewise.
37447 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
37449         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
37451         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
37453         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
37455         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
37457         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
37459 2013-02-26  Roland McGrath  <roland@hack.frob.com>
37461         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
37462         [$(build-shared = yes].
37464 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37466         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
37467         (__mul): Reduce iterations for calculating mantissa.
37469         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
37470         MPTWO.
37471         (__mpranred): Likewise.
37473         [BZ #15160]
37474         * malloc/memusagestat.c (main): Draw graphs for heap and stack
37475         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
37477 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
37479         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
37480         Define __attribute__.
37482 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37484         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
37485         unused.
37486         * posix/regex_internal.h (__attribute): Remove.
37487         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
37488         (re_string_context_at): Likewise.
37489         (bitset_not): Use __attribute__ and mark function as possibly
37490         unused.
37491         (bitset_merge): Likewise.
37492         (bitset_mask): Likewise.
37493         (re_string_char_size_at): Likewise.
37494         (re_string_wchar_at): Likewise.
37495         (re_string_elem_size_at): Likewise.
37497 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37499         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
37500         code.
37501         (cc32): Likewise.
37503         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
37504         (__acr): Likewise.
37505         (__cpy): Likewise.
37506         (norm): Likewise.
37507         (denorm): Likewise.
37508         (__dbl_mp): Likewise.
37509         (add_magnitudes): Likewise.
37510         (sub_magnitudes): Likewise.
37511         (__mul): Likewise.
37512         (__inv): Likewise.
37514         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
37515         style.
37517         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
37518         style.
37520         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
37521         code.
37523         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
37524         up changes with default code.
37525         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
37526         Likewise.
37528 2013-02-24  Allan McRae  <allan@archlinux.org>
37530         * manual/socket.texi (The Internet Namespace): Order menu items
37531         to match that in the file.
37533         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
37534         node listing of the info page menu.
37536 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
37538         [BZ #13550]
37539         * sysdeps/i386/bp-asm.h: Remove file.
37540         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
37541         (PARMS): Do not use macros from bp-asm.h.
37542         (S1): Likewise.
37543         (S2): Likewise.
37544         (SIZE): Likewise.
37545         (__mpn_add_n): Do not use BP_SYM
37546         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
37547         "bp-asm.h".
37548         (PARMS): Do not use macros from bp-asm.h.
37549         (S1): Likewise.
37550         (SIZE): Likewise.
37551         (__mpn_addmul_1): Do not use BP_SYM
37552         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
37553         "bp-asm.h".
37554         (PARMS): Do not use macros from bp-asm.h.
37555         (SIGMSK): Likewise.
37556         (_setjmp): Likewise.  Do not use BP_SYM.
37557         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
37558         "bp-asm.h".
37559         (PARMS): Do not use macros from bp-asm.h.
37560         (SIGMSK): Likewise.
37561         (setjmp): Likewise.  Do not use BP_SYM.
37562         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
37563         "bp-asm.h".
37564         (PARMS): Do not use macros from bp-asm.h.
37565         (__frexp): Do not use BP_SYM.
37566         (frexp): Likewise.
37567         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
37568         "bp-asm.h".
37569         (PARMS): Do not use macros from bp-asm.h.
37570         (__frexpf): Do not use BP_SYM.
37571         (frexpf): Likewise.
37572         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
37573         "bp-asm.h".
37574         (PARMS): Do not use macros from bp-asm.h.
37575         (__frexpl): Do not use BP_SYM.
37576         (frexpl): Likewise.
37577         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
37578         "bp-asm.h".
37579         (PARMS): Do not use macros from bp-asm.h.
37580         (__remquo): Do not use BP_SYM.
37581         (remquo): Likewise.
37582         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
37583         "bp-asm.h".
37584         (PARMS): Do not use macros from bp-asm.h.
37585         (__remquof): Do not use BP_SYM.
37586         (remquof): Likewise.
37587         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
37588         "bp-asm.h".
37589         (PARMS): Do not use macros from bp-asm.h.
37590         (__remquol): Do not use BP_SYM.
37591         (remquol): Likewise.
37592         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
37593         "bp-asm.h".
37594         (PARMS): Do not use macros from bp-asm.h.
37595         (DEST): Likewise.
37596         (SRC): Likewise.
37597         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
37598         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
37599         "bp-asm.h".
37600         (PARMS): Do not use macros from bp-asm.h.
37601         (strlen): Do not use BP_SYM.
37602         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
37603         "bp-asm.h".
37604         (PARMS): Do not use macros from bp-asm.h.
37605         (S1): Likewise.
37606         (S2): Likewise.
37607         (SIZE): Likewise.
37608         (__mpn_add_n): Do not use BP_SYM.
37609         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
37610         "bp-asm.h".
37611         (PARMS): Do not use macros from bp-asm.h.
37612         (S1): Likewise.
37613         (SIZE): Likewise.
37614         (__mpn_addmul_1): Do not use BP_SYM.
37615         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
37616         weak_alias.
37617         (bzero): Likewise.
37618         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
37619         "bp-asm.h".
37620         (PARMS): Do not use macros from bp-asm.h.
37621         (S): Likewise.
37622         (SIZE): Likewise.
37623         (__mpn_lshift): Do not use BP_SYM.
37624         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
37625         "bp-asm.h".
37626         (PARMS): Do not use macros from bp-asm.h.
37627         (DEST): Likewise.
37628         (SRC): Likewise.
37629         (LEN): Likewise.
37630         (memcpy): Likewise.  Do not use BP_SYM.
37631         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
37632         libc_hidden_def and weak_alias.
37633         (mempcpy): Do not use BP_SYM in weak_alias.
37634         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
37635         "bp-asm.h".
37636         (PARMS): Do not use macros from bp-asm.h.
37637         (DEST): Likewise.
37638         (LEN): Likewise.
37639         [!BZERO_P] (CHR): Likewise.
37640         (memset): Likewise.  Do not use BP_SYM.
37641         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
37642         "bp-asm.h".
37643         (PARMS): Do not use macros from bp-asm.h.
37644         (S1): Likewise.
37645         (SIZE): Likewise.
37646         (__mpn_mul_1): Do not use BP_SYM.
37647         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
37648         "bp-asm.h".
37649         (PARMS): Do not use macros from bp-asm.h.
37650         (S): Likewise.
37651         (SIZE): Likewise.
37652         (__mpn_rshift): Do not use BP_SYM.
37653         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
37654         "bp-asm.h".
37655         (PARMS): Do not use macros from bp-asm.h.
37656         (STR): Likewise.
37657         (CHR): Likewise.
37658         (strchr): Likewise.  Do not use BP_SYM.
37659         (index): Do not use BP_SYM in weak_alias.
37660         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
37661         "bp-asm.h".
37662         (PARMS): Do not use macros from bp-asm.h.
37663         (DEST): Likewise.
37664         (SRC): Likewise.
37665         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
37666         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
37667         "bp-asm.h".
37668         (PARMS): Do not use macros from bp-asm.h.
37669         (strlen): Do not use BP_SYM.
37670         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
37671         "bp-asm.h".
37672         (PARMS): Do not use macros from bp-asm.h.
37673         (S1): Likewise.
37674         (S2): Likewise.
37675         (SIZE): Likewise.
37676         (__mpn_sub_n): Do not use BP_SYM.
37677         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
37678         "bp-asm.h".
37679         (PARMS): Do not use macros from bp-asm.h.
37680         (S1): Likewise.
37681         (SIZE): Likewise.
37682         (__mpn_submul_1): Do not use BP_SYM.
37683         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
37684         "bp-asm.h".
37685         (PARMS): Do not use macros from bp-asm.h.
37686         (S1): Likewise.
37687         (S2): Likewise.
37688         (SIZE): Likewise.
37689         (__mpn_add_n): Do not use BP_SYM.
37690         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
37691         weak_alias.
37692         (bzero): Likewise.
37693         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
37694         "bp-asm.h".
37695         (PARMS): Do not use macros from bp-asm.h.
37696         (BLK2): Likewise.
37697         (LEN): Likewise.
37698         (memcmp): Do not use BP_SYM.
37699         (bcmp): Do not use BP_SYM in weak_alias.
37700         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
37701         "bp-asm.h".
37702         (PARMS): Do not use macros from bp-asm.h.
37703         (DEST): Likewise.
37704         (SRC): Likewise.
37705         (LEN): Likewise.
37706         (memcpy): Likewise.  Do not use BP_SYM.
37707         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
37708         "bp-asm.h".
37709         (PARMS): Do not use macros from bp-asm.h.
37710         (DEST): Likewise.
37711         (SRC): Likewise.
37712         (LEN): Likewise.
37713         (memmove): Likewise.  Do not use BP_SYM.
37714         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
37715         "bp-asm.h".
37716         (PARMS): Do not use macros from bp-asm.h.
37717         (DEST): Likewise.
37718         (SRC): Likewise.
37719         (LEN): Likewise.
37720         (__mempcpy): Likewise.  Do not use BP_SYM.
37721         (mempcpy): Do not use BP_SYM in weak_alias.
37722         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
37723         "bp-asm.h".
37724         (PARMS): Do not use macros from bp-asm.h.
37725         (DEST): Likewise.
37726         (LEN): Likewise.
37727         [!BZERO_P] (CHR): Likewise.
37728         (memset): Likewise.  Do not use BP_SYM.
37729         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
37730         "bp-asm.h".
37731         (PARMS): Do not use macros from bp-asm.h.
37732         (STR2): Likewise.
37733         (strcmp): Do not use BP_SYM.
37734         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
37735         "bp-asm.h".
37736         (PARMS): Do not use macros from bp-asm.h.
37737         (STR): Likewise.
37738         (DELIM): Likewise.
37739         [USE_AS_STRTOK_R] (SAVE): Likewise.
37740         (FUNCTION): Likewise.  Do not use BP_SYM.
37741         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
37742         aliases.
37743         (strtok_r): Likewise.
37744         (__GI___strtok_r): Likewise.
37745         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
37746         (PARMS): Do not use macros from bp-asm.h.
37747         (S): Likewise.
37748         (SIZE): Likewise.
37749         (__mpn_lshift): Do not use BP_SYM.
37750         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
37751         (PARMS): Do not use macros from bp-asm.h.
37752         (STR): Likewise.
37753         (CHR): Likewise.
37754         (__memchr): Do not use BP_SYM.
37755         (memchr): Do not use BP_SYM in weak_alias.
37756         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
37757         (PARMS): Do not use macros from bp-asm.h.
37758         (BLK2): Likewise.
37759         (LEN): Likewise.
37760         (memcmp): Do not use BP_SYM.
37761         (bcmp): Do not use BP_SYM in weak_alias.
37762         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
37763         (PARMS): Do not use macros from bp-asm.h.
37764         (S1): Likewise.
37765         (SIZE): Likewise.
37766         (__mpn_mul_1): Do not use BP_SYM.
37767         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
37768         "bp-asm.h".
37769         (PARMS): Do not use macros from bp-asm.h.
37770         (STR): Likewise.
37771         (CHR): Likewise.
37772         (__rawmemchr): Do not use BP_SYM.
37773         (rawmemchr): Do not use BP_SYM in weak_alias.
37774         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
37775         (PARMS): Do not use macros from bp-asm.h.
37776         (S): Likewise.
37777         (SIZE): Likewise.
37778         (__mpn_rshift): Do not use BP_SYM.
37779         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
37780         (PARMS): Do not use macros from bp-asm.h.
37781         (SIGMSK): Likewise.
37782         (__sigsetjmp): Likewise.  Do not use BP_SYM.
37783         * sysdeps/i386/start.S: Do not include "bp-sym.h".
37784         (_start): Do not use BP_SYM.
37785         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
37786         (PARMS): Do not use macros from bp-asm.h.
37787         (DEST): Likewise.
37788         (SRC): Likewise.
37789         (__stpcpy): Likewise.  Do not use BP_SYM.
37790         (stpcpy): Do not use BP_SYM in weak_alias.
37791         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
37792         "bp-asm.h".
37793         (PARMS): Do not use macros from bp-asm.h.
37794         (DEST): Likewise.
37795         (SRC): Likewise.
37796         (LEN): Likewise.
37797         (__stpncpy): Likewise.  Do not use BP_SYM.
37798         (stpncpy): Do not use BP_SYM in weak_alias.
37799         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
37800         (PARMS): Do not use macros from bp-asm.h.
37801         (STR): Likewise.
37802         (CHR): Likewise.
37803         (strchr): Likewise.  Do not use BP_SYM.
37804         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
37805         "bp-asm.h".
37806         (PARMS): Do not use macros from bp-asm.h.
37807         (STR): Likewise.
37808         (CHR): Likewise.
37809         (__strchrnul): Likewise.  Do not use BP_SYM.
37810         (strchrnul): Do not use BP_SYM in weak_alias.
37811         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
37812         "bp-asm.h".
37813         (PARMS): Do not use macros from bp-asm.h.
37814         (STOP): Likewise.
37815         (strcspn): Do not use BP_SYM.
37816         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
37817         "bp-asm.h".
37818         (PARMS): Do not use macros from bp-asm.h.
37819         (STR): Likewise.
37820         (STOP): Likewise.
37821         (strpbrk): Likewise.  Do not use BP_SYM.
37822         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
37823         "bp-asm.h".
37824         (PARMS): Do not use macros from bp-asm.h.
37825         (STR): Likewise.
37826         (CHR): Likewise.
37827         (strrchr): Likewise.  Do not use BP_SYM.
37828         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
37829         (PARMS): Do not use macros from bp-asm.h.
37830         (SKIP): Likewise.
37831         (strspn): Do not use BP_SYM.
37832         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
37833         (PARMS): Do not use macros from bp-asm.h.
37834         (STR): Likewise.
37835         (DELIM): Likewise.
37836         (SAVE): Likewise.
37837         (FUNCTION): Likewise.  Do not use BP_SYM.
37838         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
37839         aliases.
37840         (strtok_r): Likewise.
37841         (__GI___strtok_r): Likewise.
37842         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
37843         (PARMS): Do not use macros from bp-asm.h.
37844         (S1): Likewise.
37845         (S2): Likewise.
37846         (SIZE): Likewise.
37847         (__mpn_sub_n): Do not use BP_SYM.
37848         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
37849         "bp-asm.h".
37850         (PARMS): Do not use macros from bp-asm.h.
37851         (S1): Likewise.
37852         (SIZE): Likewise.
37853         (__mpn_submul_1): Do not use BP_SYM.
37854         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
37855         <bp-sym.h>.
37856         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
37857         and <bp-asm.h>.
37858         (PARMS): Do not use macros from bp-asm.h.
37859         (FLAGS): Likewise.
37860         (PTID): Likewise.
37861         (TLS): Likewise.
37862         (CTID): Likewise.
37863         (__clone): Do not use BP_SYM.
37864         (clone): Do not use BP_SYM in weak_alias.
37865         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
37866         and <bp-asm.h>.
37867         (PARMS): Do not use macros from bp-asm.h.
37868         (LEN): Likewise.
37869         (__mmap64): Do not use BP_SYM.
37870         (mmap64): Do not use BP_SYM in weak_alias.
37871         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
37872         <bp-sym.h> and <bp-asm.h>.
37873         (PARMS): Do not use macros from bp-asm.h.
37874         (__posix_fadvise64_l64): Do not use BP_SYM.
37875         * sysdeps/unix/sysv/linux/i386/semtimedop.S
37876         (PARMS): Do not use macros from bp-asm.h.
37877         (NSOPS): Likewise.
37878         (semtimedop): Do not use BP_SYM.
37879         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
37880         and <bp-asm.h>.
37882 2013-02-21  Allan McRae  <allan@archlinux.org>
37884         * manual/message.texi (Charset conversion in gettext):
37885         Move @end statement to beginning of line.
37887 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
37889         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
37890         static.
37891         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
37892         Likewise.
37894         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
37895         (denorm): Likewise.
37896         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
37897         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
37899 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37901         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
37902         tail-call to the resolved function if pltexit isn't needed.
37904 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
37906         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
37907         or Y being zero as being unlikely.
37908         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
37909         Likewise.
37911 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
37913         * manual/nss.texi (System Databases and Name Service Switch):
37914         Remove frobnicate @pxref.
37916 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
37918         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
37919         __attribute__ ((unused)) to __attribute__ ((__unused__)).
37921 2013-02-20  Petr Machata  <pmachata@redhat.com>
37923         * elf/elf.h (R_ARM_TARGET1): New macro.
37924         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
37925         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
37926         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
37927         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
37928         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
37929         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
37930         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
37931         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
37932         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
37933         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
37934         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
37935         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
37936         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
37937         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
37938         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
37939         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
37940         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
37941         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
37942         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
37943         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
37944         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
37945         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
37946         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
37947         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
37948         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
37949         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
37950         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
37951         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
37952         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
37953         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
37954         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
37955         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
37956         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
37957         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
37958         (R_ARM_THM_GOT_BREL12): Likewise.
37959         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
37960         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
37961         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
37962         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
37963         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
37964         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
37965         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
37966         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
37967         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
37969 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
37971         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
37972         __attribute_used__ to __attribute__ ((unused)).
37974 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
37976         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
37977         powerpc mpa.c.
37978         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
37979         comment formatting.
37980         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
37982 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
37984         [BZ #13550]
37985         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
37986         Remove macro.
37987         (ENTER): Remove both macro definitions.
37988         (LEAVE): Likewise.
37989         (CHECK_BOUNDS_LOW): Likewise.
37990         (CHECK_BOUNDS_HIGH): Likewise.
37991         (CHECK_BOUNDS_BOTH): Likewise.
37992         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
37993         (RETURN_BOUNDED_POINTER): Likewise.
37994         (RETURN_NULL_BOUNDED_POINTER): Likewise.
37995         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
37996         (POP_ERRNO_LOCATION_RETURN): Likewise.
37997         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
37998         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
37999         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
38000         macros.
38001         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
38002         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
38003         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
38004         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
38005         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
38006         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
38007         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
38008         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
38009         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
38010         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
38011         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
38012         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
38013         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
38014         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
38015         removed macros.
38016         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
38017         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
38018         macros.
38019         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
38020         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
38021         * sysdeps/i386/i586/memset.S (memset): Likewise.
38022         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
38023         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
38024         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
38025         macros.
38026         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
38027         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
38028         Change uses of L(2) to L(out).
38029         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
38030         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
38031         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
38032         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
38033         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
38034         removed macros.
38035         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
38036         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
38037         macros.
38038         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
38039         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
38040         (RETURN): Do not use macro LEAVE.
38041         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
38042         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
38043         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
38044         * sysdeps/i386/i686/memset.S (memset): Likewise.
38045         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
38046         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
38047         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
38048         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
38049         Likewise.
38050         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
38051         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
38052         L(1_2) and L(1_3) into L(1).
38053         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
38054         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
38055         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
38056         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
38057         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
38058         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
38059         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
38060         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
38061         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
38062         macros.
38063         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
38064         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
38065         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
38066         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
38067         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
38068         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
38069         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
38070         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
38071         * sysdeps/i386/strcspn.S (strcspn): Likewise.
38072         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
38073         * sysdeps/i386/strrchr.S (strrchr): Likewise.
38074         * sysdeps/i386/strspn.S (strspn): Likewise.
38075         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
38076         conditional code.
38077         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
38078         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
38079         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
38080         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
38081         L(1_3) into L(1_1).
38082         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
38083         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
38084         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
38085         macros.
38086         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
38088 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
38090         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
38091         macro.
38093 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
38095         * math/atest-exp.c (exp_mpn): Remove ROUND.
38096         * math/atest-exp2.c (exp_mpn): Likewise.
38097         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
38099         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
38100         * stdlib/tst-tls-atexit-lib.c: Likewise.
38101         * stdlib/tst-tls-atexit.c: Likewise.
38103 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
38105         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
38106         and __attribute_alloc_size__.
38108 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
38110         * include/programs/xmalloc.h: Change __attribute_alloc_size to
38111         __attribute_alloc_size__.
38112         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
38113         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
38115 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
38117         * include/programs/xmalloc.h: New file.
38118         * catgets/gencat.c: Include it.
38119         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
38120         * elf/pldd.c: Likewise.
38121         * iconv/iconv_charmap.c: Likewise.
38122         * iconv/iconvconfig.c: Likewise.
38123         * iconv/strtab.c: Likewise.
38124         * locale/programs/locale.c: Likewise.
38125         * locale/programs/localedef.h: Likewise.
38126         * locale/programs/simple-hash.c: Likewise.
38127         * nscd/nscd.h: Likewise.
38128         * nss/makedb.c: Likewise.
38129         * sysdeps/generic/ldconfig.h: Likewise.
38131 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
38133         * Versions.def: Add GLIBC_2.18.
38134         * include/link.h (struct link_map): New member l_tls_dtor_count.
38135         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
38136         (__call_tls_dtors): Likewise.
38137         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
38138         __cxa_thread_atexit_impl.
38139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38140         Likewise.
38141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38142         Likewise.
38143         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
38144         Likewise.
38145         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
38146         Likewise.
38147         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
38148         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
38149         Likewise.
38150         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
38151         Likewise.
38152         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
38153         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38154         Likewise.
38155         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
38156         (tests): Add test case tst-tls-atexit.
38157         (modules-names): Add shared library for tst-tls-atexit.
38158         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
38159         (GLIBC_PRIVATE): Add __call_tls_dtors.
38160         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
38161         for libstdc++.
38162         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
38163         * stdlib/tst-tls-atexit.c: New test case.
38164         * stdlib/tst-tls-atexit-lib.c: New test case.
38166         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
38168         * elf/Versions (ld): Add _dl_find_dso_for_object.
38169         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
38170         * elf/dl-open.c (_dl_find_dso_for_object): New function.
38171         (dl_open_worker): Use _dl_find_dso_for_object.
38172         * elf/dl-sym.c (do_sym): Likewise.
38173         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
38175 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38177         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
38178         Syntactic changes only.
38179         (_dl_runtime_profile): Do a tail-call to the resolved function.
38181 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
38183         [BZ #13550]
38184         * sysdeps/x86_64/bp-asm.h: Remove file.
38185         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
38186         <bp-sym.h> and <bp-asm.h>.
38187         (__clone): Do not use BP_SYM.
38188         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
38189         <bp-sym.h> and <bp-asm.h>.
38190         * sysdeps/unix/x86_64/sysdep.S: Likewise.
38191         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
38192         "bp-asm.h".
38193         (_setjmp): Do not use BP_SYM.
38194         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
38195         "bp-asm.h".
38196         (setjmp): Do not use BP_SYM.
38197         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
38198         libc_hidden_def.
38199         (mempcpy): Do not use BP_SYM in weak_alias.
38200         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
38201         "bp-asm.h".
38202         (strchr): Do not use BP_SYM.
38203         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
38204         "bp-asm.h".
38205         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
38206         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
38207         (_start): Do not use BP_SYM.
38208         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
38209         "bp-asm.h".
38210         (strcat): Do not use BP_SYM.
38211         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
38212         "bp-asm.h".
38213         (STRCMP): Do not use BP_SYM.
38214         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
38215         "bp-asm.h".
38216         (STRCPY): Do not use BP_SYM.
38217         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
38218         "bp-asm.h".
38219         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
38220         "bp-asm.h".
38221         (FUNCTION): Do not use BP_SYM.
38222         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
38223         weak_alias.
38224         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
38226 2013-02-17  Andreas Jaeger  <aj@suse.de>
38228         * time/Versions: Sort entries.
38229         * string/Versions: Likewise.
38230         * resolv/Versions: Likewise.
38231         * posix/Versions: Likewise.
38232         * iconv/Versions: Likewise.
38233         * elf/Versions: Likewise.
38234         * wcsmbs/Versions: Likewise.
38236 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
38238         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
38239         loop termination condition.
38241         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
38242         variable to calculate EZ.
38243         (__sqr): Likewise.
38245         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
38246         the lower precision input.
38248 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
38250         [BZ #13550]
38251         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
38252         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
38253         (run-via-rtld-prefix): Do not handle %-bp tests.
38254         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
38255         (all-object-suffixes): Remove .ob.
38256         (bppfx): Remove variable.
38257         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
38258         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
38259         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
38260         [$(build-bounded) = yes] (libtype.ob): Likewise.
38261         * Makerules (elide-routines.ob): Remove variable.
38262         (do-tests-clean): Do not handle *-bp.out.
38263         (common-mostlyclean): Do not handle *-bp and *-bp.out.
38264         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
38265         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
38266         (tests): Do not include $(tests-bp.out).
38267         (xtests): Do not include $(xtests-bp.out).
38268         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
38269         [$(build-bounded) = yes] ($(addprefix
38270         $(objpfx),$(binaries-bounded))): Remove rule.
38271         ($(objpfx)%-bp.out): Remove rule.
38272         * config.make.in (build-bounded): Remove variable.
38273         * crypt/Makefile [$(build-bounded) = yes]
38274         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
38275         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
38276         append to variable.
38277         [$(build-bounded) = yes] (install-lib): Likewise.
38278         [$(build-bounded) = yes] (generated): Likewise.
38279         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
38280         Remove rule.
38281         * intl/Makefile [$(build-bounded) = yes]
38282         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
38283         * math/Makefile [$(build-bounded) = yes]
38284         ($(tests:%=$(objpfx)%-bp): Likewise.
38285         * misc/Makefile [$(build-bounded) = yes]
38286         ($(objpfx)tst-tsearch-bp): Likewise.
38287         * nptl/Makeconfig (bounded-thread-library): Remove variable.
38288         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
38289         Remove dependency.
38290         * string/Makefile (o-objects.ob): Remove variable.
38291         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
38292         (CFLAGS-.ob): Remove variable.
38293         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
38294         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
38295         both definitions of variable.
38296         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
38297         (ASFLAGS-.ob): Remove variable.
38299 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
38301         [BZ #13550]
38302         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
38303         Remove __BOUNDED_POINTERS__ from condition.
38304         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
38305         * string/bits/string2.h [!__NO_STRING_INLINES &&
38306         !__BOUNDED_POINTERS__]: Likewise.
38307         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
38308         Likewise.
38309         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
38310         Remove conditional code.
38311         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
38312         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
38313         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
38314         condition.
38316         [BZ #13550]
38317         * csu/libc-start.c: Do not include <bp-sym.h>.
38318         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
38319         * elf/dl-open.c: Do not include <bp-sym.h>.
38320         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
38321         * math/fegetenv.c: Do not include <bp-sym.h>.
38322         (fegetenv): Do not use BP_SYM in versioned symbols.
38323         * nptl/sysdeps/pthread/bits/libc-lockP.h
38324         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
38325         <bp-sym.h>.
38326         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38327         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
38328         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38329         (__pthread_mutex_destroy): Likewise.
38330         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38331         (__pthread_mutex_lock): Likewise.
38332         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38333         (__pthread_mutex_trylock): Likewise.
38334         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38335         (__pthread_mutex_unlock): Likewise.
38336         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38337         (__pthread_mutexattr_init): Likewise.
38338         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38339         (__pthread_mutexattr_destroy): Likewise.
38340         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38341         (__pthread_mutexattr_settype): Likewise.
38342         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38343         (__pthread_rwlock_init): Likewise.
38344         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38345         (__pthread_rwlock_destroy): Likewise.
38346         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38347         (__pthread_rwlock_rdlock): Likewise.
38348         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38349         (__pthread_rwlock_tryrdlock): Likewise.
38350         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38351         (__pthread_rwlock_wrlock): Likewise.
38352         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38353         (__pthread_rwlock_trywrlock): Likewise.
38354         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38355         (__pthread_rwlock_unlock): Likewise.
38356         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38357         (__pthread_key_create): Likewise.
38358         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38359         (__pthread_setspecific): Likewise.
38360         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38361         (__pthread_getspecific): Likewise.
38362         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
38363         Likewise.
38364         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38365         (_pthread_cleanup_push_defer): Likewise.
38366         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38367         (_pthread_cleanup_pop_restore): Likewise.
38368         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
38369         (pthread_setcancelstate): Likewise.
38370         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
38371         <bp-sym.h>.
38372         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
38373         (memchr): Do not use BP_SYM in weak_alias.
38374         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
38375         (fegetenv): Do not use BP_SYM in versioned symbols.
38376         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
38377         (fesetenv): Do not use BP_SYM in versioned symbols.
38378         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
38379         (feupdateenv): Do not use BP_SYM in versioned symbols.
38380         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
38381         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
38382         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
38383         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
38384         (open64): Do not use BP_SYM in weak_alias.
38385         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
38386         (fegetenv): Do not use BP_SYM in versioned symbols.
38387         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
38388         (fesetenv): Do not use BP_SYM in versioned symbols.
38389         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
38390         (feupdateenv): Do not use BP_SYM in versioned symbols.
38391         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
38392         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
38393         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
38394         (feraiseexcept): Do not use BP_SYM in versioned symbols.
38395         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
38396         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
38397         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
38398         <bp-sym.h>.
38399         (__libc_start_main): Do not use BP_SYM.
38401 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
38403         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
38404         redundant return line.
38405         (norm): Likewise.
38406         (denorm): Likewise.
38407         (dbl_mp): Likewise.
38408         (sub_magnitudes): Likewise.
38409         (__add): Likewise.
38410         (__sub): Likewise.
38411         (__mul): Likewise.
38412         (__inv): Likewise.
38413         (__dvd): Likewise.
38414         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
38415         (norm): Likewise.
38416         (denorm): Likewise.
38417         (dbl_mp): Likewise.
38418         (sub_magnitudes): Likewise.
38419         (__add): Likewise.
38420         (__sub): Likewise.
38421         (__mul): Likewise.
38422         (__inv): Likewise.
38423         (__dvd): Likewise.
38425         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
38426         instead of __mul.
38427         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
38428         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
38429         (cc32): Likewise.
38431         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
38432         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
38433         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
38434         of __mul for squares.
38435         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
38436         function
38437         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
38438         Likewise.
38439         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
38440         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
38442 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
38444         [BZ #13550]
38445         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
38446         code.
38447         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
38448         prototype or function definition.  Rename ubp_* variables and
38449         parameters.  Remove argv definitions conditional on
38450         [__BOUNDED_POINTERS__].
38451         * debug/backtrace.c (__backtrace): Do not use __unbounded.
38452         * elf/dl-runtime.c (_dl_fixup): Likewise.
38453         * include/set-hooks.h (RUN_HOOK): Likewise.
38454         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
38455         definition.
38456         * string/strcpy.c (strcpy): Do not use __unbounded.
38457         * sysdeps/generic/frame.h (struct layout): Likewise.
38458         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
38459         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
38460         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
38461         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
38462         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
38463         (__backtrace): Likewise.
38464         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
38465         use __ptrvalue.
38466         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
38467         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
38468         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
38469         Likewise.
38470         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
38471         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
38472         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
38473         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
38474         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
38475         Do not use __unbounded.
38476         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
38477         Rename __unboundedrlimits parameter to rlimits in prototype.
38478         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
38479         Do not use __unbounded.
38480         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
38481         not use __ptrvalue.
38482         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
38483         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
38484         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
38485         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
38486         __ptrvalue or __unbounded.
38487         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
38488         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
38489         use __unbounded.
38490         (__new_msgctl): Do not use __ptrvalue.
38491         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
38492         __unbounded.
38493         (__libc_msgrcv): Do not use __ptrvalue.
38494         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
38495         startup_info): Do not use __unbounded.
38496         (__libc_start_main): Likewise.  Rename ubp_* variables and
38497         parameters.  Remove argv definitions conditional on
38498         [__BOUNDED_POINTERS__].
38499         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
38500         __ptrvalue.
38501         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
38502         use __unbounded.
38503         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
38504         or __ptrvalue.
38505         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
38506         use __unbounded.
38507         (__new_shmctl): Do not use __ptrvalue.
38508         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
38509         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
38510         Likewise.
38511         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
38512         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
38513         (__libc_sigaction): Likewise.
38514         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
38515         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
38516         Likewise.
38517         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
38519 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
38521         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
38523         * string/mempcpy.c: Implement by calling memcpy.
38525 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
38527         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
38529         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
38530         evaluation.
38532         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
38533         values in the mantissa.
38535         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
38536         minimize writes to Z.
38537         (sub_magnitudes): Simplify code a bit.
38539 2013-02-12  Roland McGrath  <roland@hack.frob.com>
38541         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
38542         from the message.  The linker prefixes all warnings with that already.
38544 2013-02-12  Andreas Schwab  <schwab@suse.de>
38546         [BZ #15078]
38547         * posix/regexec.c (extend_buffers): Add parameter min_len.
38548         (check_matching): Pass minimum needed length.
38549         (clean_state_log_if_needed): Likewise.
38550         (get_subexp): Likewise.
38551         * posix/Makefile (tests): Add bug-regex34.
38552         (bug-regex34-ENV): Define.
38553         * posix/bug-regex34.c: New file.
38555         [BZ #11561]
38556         * posix/regcomp.c (parse_bracket_exp): When looking up collating
38557         elements compare against the byte sequence of it, not its name.
38558         * posix/Makefile (tests): Add bug-regex35.
38559         (bug-regex35-ENV): Define.
38560         * posix/bug-regex35.c: New file.
38562 2013-02-11  Tom de Vries  <tom@codesourcery.com>
38564         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
38565         comment.
38566         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
38567         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
38568         (CHECK_EOL): Add undef.
38570 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
38572         * bits/stdlib-bsearch.h: New file.
38573         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
38574         * stdlib/stdlib.h: Likewise.
38576 2013-02-11  Roland McGrath  <roland@hack.frob.com>
38578         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
38579         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
38580         declaration.
38581         * manual/search.texi (Array Search Function): Add missing const in
38582         lfind prototype.
38583         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
38584         declaration to use rlim_t.
38585         (Basic Scheduling Functions): Remove erroneous const from
38586         sched_getparam prototype.  Remove erroneous * from
38587         sched_get_priority_max and sched_get_priority_min prototypes.
38588         (Resource Usage): Fix summary @comment on vtimes to refer to
38589         sys/vtimes.h rather than vtimes.h.
38590         Add missing *s in vtimes prototype.
38591         (Limits on Resources): Fix ulimit prototype to return long int.
38592         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
38593         prototypes to use long int rather than double.
38594         (BSD Random): Fix initstate and setstate to use char *, not void *.
38595         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
38596         prototype to make second argument 'struct aiocb64 *const[]'.
38597         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
38598         (Status of AIO Operations): Remove erroneous const in aio_return and
38599         aio_return64 prototypes.
38600         (Synchronizing I/O): Fix sync prototype to return void.
38601         * manual/startup.texi (Suboptions): Remove an erroneous const in
38602         getsubopt prototype.
38603         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
38604         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
38605         use size_t rather than int.
38606         (Scanning All Users): Likewise for getpwent_r.
38607         (Setting Groups): Add missing const to setgroups prototype.
38608         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
38609         * manual/socket.texi (Host Names): Fix gethostbyaddr and
38610         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
38611         'const void *' rather than 'const char *'.
38612         (Host Address Functions): Likewise for inet_ntop.
38613         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
38614         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
38615         ssize_t for return value.
38616         (Sending Data): Likewise for send, sendto, sendmsg.
38617         (Socket Option Functions): Add a missing const in setsockopt prototype.
38618         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
38619         use wchar_t for the argument.
38620         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
38621         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
38622         take no arguments.
38623         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
38624         double/float/long double for second argument.
38625         Fix return types of significand, significandf, significandl.
38626         * manual/filesys.texi (Setting Permissions): Use mode_t for second
38627         argument in fchmod prototype.
38628         (File Owner): Use uid_t and gid_t in fchown prototype.
38629         (File Times): Add const to utimes, futimes, and lutimes prototypes.
38630         (Making Special Files): Use mode_t and dev_t in mknod prototype.
38631         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
38632         use 'const struct dirent **' as argument types to CMP function pointer
38633         argument.
38634         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
38635         (File Times): Fix summary magic @comment for struct utimbuf and utime
38636         to refer to utime.h, not time.h.
38637         * manual/string.texi (Argz Functions): Add missing const in
38638         argz_extract and argz_next prototypes.
38639         (Finding Tokens in a String): Likewise for basename.
38640         (String/Array Comparison): Fix typo in wcscasecmp prototype.
38641         (Copying and Concatenation): Fix typo in wmemmove prototype.
38642         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
38643         (Signal Stack): Remove erroneous const in sigstack prototype.
38644         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
38645         prototype.
38646         (Simple Calendar Time): Likewise for stime.
38647         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
38648         prototype.
38649         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
38650         say sys/sysctl.h instead.
38651         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
38652         and vsyslog prototypes.
38654 2013-02-11  Tom de Vries  <tom@codesourcery.com>
38656         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
38657         Remove.
38659 2013-02-11  Roland McGrath  <roland@hack.frob.com>
38661         * misc/sys/mman.h: Fix typo in mremap comment.
38663 2013-02-08  Roland McGrath  <roland@hack.frob.com>
38665         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
38666         the '\0' terminator.
38668 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
38670         [BZ #13550]
38671         * debug/segfault.c: Don't include <bp-checks.h>.
38672         * sysdeps/generic/bp-checks.h: Remove file.
38673         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
38674         (__GETDENTS): Don't use CHECK_N.
38675         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
38676         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
38677         (__getgroups): Don't use CHECK_N.
38678         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
38679         (setgroups): Don't use CHECK_N.
38680         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
38681         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
38682         (__libc_msgrcv): Don't use CHECK_N.
38683         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
38684         (__libc_msgsnd): Don't use CHECK_N.
38685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
38686         <bp-checks.h>.
38687         (__libc_pread): Don't use CHECK_N.
38688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
38689         include <bp-checks.h>.
38690         (__libc_pread64): Don't use CHECK_N.
38691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
38692         include <bp-checks.h>.
38693         (__libc_pwrite): Don't use CHECK_N.
38694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
38695         include <bp-checks.h>.
38696         (__libc_pwrite64): Don't use CHECK_N.
38697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
38698         <bp-checks.h>.
38699         (__libc_pread): Don't use CHECK_N.
38700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
38701         include <bp-checks.h>.
38702         (__libc_pread64): Don't use CHECK_N.
38703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
38704         include <bp-checks.h>.
38705         (__libc_pwrite): Don't use CHECK_N.
38706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
38707         include <bp-checks.h>.
38708         (__libc_pwrite64): Don't use CHECK_N.
38709         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
38710         (do_pread): Don't use CHECK_N.
38711         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
38712         (do_pread64): Don't use CHECK_N.
38713         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
38714         (do_pwrite): Don't use CHECK_N.
38715         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
38716         (do_pwrite64): Don't use CHECK_N.
38717         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
38718         (__libc_readv): Don't use CHECK_N.
38719         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
38720         (semop): Don't use CHECK_N.
38721         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
38722         <bp-checks.h>.
38723         (semtimedop): Don't use CHECK_N.
38724         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
38725         (__libc_pread): Don't use CHECK_N.
38726         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
38727         <bp-checks.h>.
38728         (__libc_pread64): Don't use CHECK_N.
38729         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
38730         <bp-checks.h>.
38731         (__libc_pwrite): Don't use CHECK_N.
38732         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
38733         <bp-checks.h>.
38734         (__libc_pwrite64): Don't use CHECK_N.
38735         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
38736         <bp-checks.h>.
38737         (__libc_msgrcv): Don't use CHECK_N.
38738         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
38739         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
38740         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
38741         (__libc_writev): Don't use CHECK_N.
38743 2013-02-08  Roland McGrath  <roland@hack.frob.com>
38745         * string/strcpy.c: Removed unused variable.
38747         * Makeconfig (+sysdep-includes): Define with := rather than =.
38748         Use an existing include/ subdir of each sysdeps dir before it.
38750 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
38752         * nscd/connection.c (register_traced_file): Comment function.
38753         [HAVE_INOTIFY] (union __inev): Define.
38754         [HAVE_INOTIFY] (inotify_check_files): New function.
38755         [HAVE_INOTIFY] (clear_db_cache): Likewise.
38756         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
38757         clear_db_cache.
38758         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
38760 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
38762         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
38763         loaded if not already and that a failure is permanent.
38765 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
38767         [BZ #15006]
38768         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
38769         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
38771 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
38773         [BZ #13550]
38774         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
38775         (CHECK_1_NULL_OK): Likewise.
38776         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
38777         (__fxstat): Do not use CHECK_1.
38778         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
38779         <bp-checks.h>.
38780         (___fxstat64): Do not use CHECK_1.
38781         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
38782         <bp-checks.h>.
38783         (__fxstatat): Do not use CHECK_1.
38784         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
38785         <bp-checks.h>.
38786         (__fxstatat64): Do not use CHECK_1.
38787         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
38788         <bp-checks.h>.
38789         (__fxstat): Do not use CHECK_1.
38790         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
38791         <bp-checks.h>.
38792         (__fxstatat): Do not use CHECK_1.
38793         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38794         <bp-checks.h>.
38795         (__getresgid): Do not use CHECK_1.
38796         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38797         <bp-checks.h>.
38798         (__getresuid): Do not use CHECK_1.
38799         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
38800         <bp-checks.h>.
38801         (__lxstat): Do not use CHECK_1.
38802         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38803         <bp-checks.h>.
38804         (__old_msgctl): Do not use CHECK_1.
38805         (__new_msgctl): Likewise.
38806         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
38807         <bp-checks.h>.
38808         (__new_setrlimit): Do not use CHECK_1.
38809         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38810         <bp-checks.h>.
38811         (__old_shmctl): Do not use CHECK_1.
38812         (__new_shmctl): Likewise.
38813         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
38814         <bp-checks.h>.
38815         (__xstat): Do not use CHECK_1.
38816         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
38817         (__lxstat): Do not use CHECK_1.
38818         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
38819         <bp-checks.h>.
38820         (___lxstat64): Do not use CHECK_1.
38821         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
38822         (__old_msgctl): Do not use CHECK_1.
38823         (__new_msgctl): Likewise.
38824         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
38825         <bp-checks.h>.
38826         (__gettimeofday): Do not use CHECK_1.
38827         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
38828         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
38829         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
38830         <bp-checks.h>.
38831         (__gettimeofday): Do not use CHECK_1.
38832         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
38833         (__old_shmctl): Do not use CHECK_1_NULL_OK.
38834         (__new_shmctl): Do not use CHECK_1.
38835         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
38836         <bp-checks.h>.
38837         (do_sigtimedwait): Do not use CHECK_1.
38838         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
38839         <bp-checks.h>.
38840         (do_sigwaitinfo): Do not use CHECK_1.
38841         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
38842         <bp-checks.h>.
38843         (msgctl): Do not use CHECK_1.
38844         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
38845         <bp-checks.h>.
38846         (shmctl): Do not use CHECK_1.
38847         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
38848         (ustat): Do not use CHECK_1.
38849         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
38850         <bp-checks.h>.
38851         (__fxstat): Do not use CHECK_1.
38852         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
38853         <bp-checks.h>.
38854         (__fxstatat): Do not use CHECK_1.
38855         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
38856         <bp-checks.h>.
38857         (__lxstat): Do not use CHECK_1.
38858         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
38859         <bp-checks.h>.
38860         (__xstat): Do not use CHECK_1.
38861         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
38862         (__xstat): Do not use CHECK_1.
38863         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
38864         (___xstat64): Do not use CHECK_1.
38866         [BZ #13550]
38867         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
38868         definitions.
38869         (CHECK_BOUNDS_HIGH): Likewise.
38870         * string/strcpy.c: Do not include <bp-checks.h>.
38871         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
38873 2013-02-07  Roland McGrath  <roland@hack.frob.com>
38875         * nscd/nscd-client.h (__nscd_drop_map_ref):
38876         Add __attribute__ ((unused)).
38877         * nis/nss-nisplus.h (niserr2nss): Likewise.
38879         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
38880         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
38882         * csu/libc-tls.c (init_static_tls, init_slotinfo):
38883         Remove inline keyword.
38884         * include/rounding-mode.h (round_away): Likewise.
38885         * libio/wfileops.c (adjust_wide_data): Likewise.
38886         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
38887         (__m128i_strloadu_tolower): Likewise.
38888         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
38889         (__m128i_strloadu_tolower): Likewise.
38890         * time/mktime.c (ydhms_diff): Likewise.
38891         * locale/elem-hash.h (elem_hash): Likewise.
38892         * locale/setlocale.c (setdata): Likewise.
38893         * posix/regex_internal.h (re_string_char_size_at): Likewise.
38894         (re_string_wchar_at): Likewise.
38895         (bitset_not, bitset_merge, bitset_mask): Likewise.
38896         [!(__GNUC__ > 3)] (inline): Remove macro.
38897         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
38898         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
38899         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
38900         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
38901         * string/memcmp.c (memcmp_bytes): Likewise.
38902         * locale/programs/locarchive.c (compute_hashval): Likewise.
38903         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
38904         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
38905         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
38906         * nss/getent.c (print_rpc, print_protocols): Likewise.
38907         (print_passwd, print_group, print_aliases): Likewise.
38908         * nis/nss-nisplus.h (niserr2nss): Likewise.
38909         * nscd/connections.c (restart_p): Likewise.
38910         Change return type to bool.
38912 2013-02-05  Roland McGrath  <roland@hack.frob.com>
38914         * Makeconfig (all-Depend-files): Add existing
38915         $(sorted-subdirs:=/Depend) files.
38916         (all-subdirs): Remove nss.
38917         * sysdeps/unix/inet/Subdirs: Add it here instead.
38918         * hesiod/Depend: New file.
38920         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
38921         instead of calling alloca.
38923         * io/lseek.c (__lseek): Rename to __libc_lseek.
38924         Define __lseek as an alias.
38926         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
38928 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
38930         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
38931         else clause and remove check for non-standard endianness.
38933 2013-02-04  David S. Miller  <davem@davemloft.net>
38935         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38937 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
38939         [BZ #13550]
38940         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
38941         (__ubp_memchr): Remove prototype.
38942         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
38943         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
38944         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
38945         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
38946         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
38947         Remove alias.
38948         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
38949         (__ubp_memchr): Likewise.
38950         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
38951         (__ubp_memchr): Likewise.
38952         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
38953         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
38954         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
38955         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
38956         CHECK_STRING.
38957         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
38958         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
38959         (__getcwd): Do not use CHECK_STRING.
38960         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38961         <bp-checks.h>.
38962         (__real_chown): Do not use CHECK_STRING.
38963         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
38964         <bp-checks.h>.
38965         (fchownat): Do not use CHECK_STRING.
38966         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
38967         CHECK_STRING.
38968         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38969         <bp-checks.h>.
38970         (__lchown): Do not use CHECK_STRING.
38971         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
38972         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
38973         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
38974         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
38975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38976         include <bp-checks.h>.
38977         (truncate64): Do not use CHECK_STRING.
38978         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38979         <bp-checks.h>.
38980         (__real_chown): Do not use CHECK_STRING.
38981         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38982         <bp-checks.h>.
38983         (__lchown): Do not use CHECK_STRING.
38984         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38985         <bp-checks.h>.
38986         (__chown): Do not use CHECK_STRING.
38987         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
38988         <bp-checks.h>.
38989         (truncate64): Do not use CHECK_STRING.
38990         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
38991         Likewise.
38992         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
38993         (__xmknod): Do not use CHECK_STRING.
38994         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
38995         <bp-checks.h>.
38996         (__xmknodat): Do not use CHECK_STRING.
38997         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
38998         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
39000 2013-02-04  Andreas Schwab  <schwab@suse.de>
39002         [BZ #14142]
39003         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
39004         * include/netdb.h: Likewise for h_errno.
39005         * elf/tst-stackguard1.c: Include <tls.h>.
39007 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
39009         * elf/link.h (struct link_map): Extend the l_addr comment.
39010         * include/link.h (struct link_map): Likewise.
39012 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
39014         [BZ #13550]
39015         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
39016         (BOUNDED_1): Remove macro.
39017         * debug/backtrace.c: Don't include <bp-checks.h>.
39018         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
39019         (__backtrace): Likewise.
39020         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
39021         <bp-checks.h>.
39022         (__backtrace): Don't use BOUNDED_1.
39023         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
39024         <bp-checks.h>.
39025         (__backtrace): Don't use BOUNDED_1.
39026         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
39027         (__backtrace): Don't use BOUNDED_1.
39028         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
39029         (shmat): Don't use BOUNDED_N.
39031 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
39033         [BZ #13550]
39034         * sysdeps/generic/bp-start.h: Remove file.
39035         * csu/libc-start.c: Don't include <bp-start.h>.
39036         (LIBC_START_MAIN): Set up __environ directly instead of using
39037         INIT_ARGV_and_ENVIRON.
39038         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
39039         <bp-start.h>.
39041         [BZ #13550]
39042         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
39043         definitions.
39044         (CHECK_FCNTL): Likewise.
39045         (CHECK_N_PAGES): Likewise.
39047         [BZ #13550]
39048         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
39049         definitions.
39050         (CHECK_SIGSET_NULL_OK): Likewise.
39051         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
39052         <bp-checks.h>.
39053         (sigpending): Don't use CHECK_SIGSET.
39054         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
39055         <bp-checks.h>.
39056         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
39057         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
39058         <bp-checks.h>.
39059         (do_sigsuspend): Don't use CHECK_SIGSET.
39060         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
39061         use CHECK_SIGSET.
39062         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
39063         (do_sigwait): Don't use CHECK_SIGSET.
39064         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
39065         use CHECK_SIGSET.
39066         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
39067         include <bp-checks.h>.
39068         (sigpending): Don't use CHECK_SIGSET.
39069         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
39070         include <bp-checks.h>.
39071         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
39072         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
39073         <bp-checks.h>.
39074         (sigpending): Don't use CHECK_SIGSET.
39075         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
39076         <bp-checks.h>.
39077         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
39079         [BZ #13550]
39080         * sysdeps/generic/bp-semctl.h: Remove file.
39081         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
39082         <bp-checks.h> and <bp-semctl.h>.
39083         (__old_semctl): Don't use CHECK_SEMCTL.
39084         (__new_semctl): Likewise.
39085         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
39086         and <bp-semctl.h>.
39087         (__old_semctl): Don't use CHECK_SEMCTL.
39088         (__new_semctl): Likewise.
39089         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
39090         <bp-checks.h> and <bp-semctl.h>.
39091         (__old_semctl): Don't use CHECK_SEMCTL.
39092         (__new_semctl): Likewise.
39093         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
39094         <bp-checks.h> and <bp-semctl.h>.
39095         (semctl): Don't use CHECK_SEMCTL.
39097         [BZ #13550]
39098         * Makerules (elide-bp-thunks): Remove variable.
39099         (elide-routines.oS): Don't use $(elide-bp-thunks).
39100         (elide-routines.os): Likewise.
39101         (elide-routines.o): Likewise.
39102         (elide-routines.op): Likewise.
39103         (elide-routines.og): Likewise.
39104         (objects): Don't use $(bp-thunks).
39105         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
39106         include.
39107         (common-generated): Do not add s-proto-bp.d.
39108         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
39109         (int): Likewise.
39110         (typ): Likewise.
39111         Do not generate makefile rules for bounded-pointer thunks.
39112         * sysdeps/generic/bp-thunks.h: Remove file.
39113         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
39114         * sysdeps/unix/s-proto-bp.S: Likewise.
39116         [BZ #15062]
39117         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
39118         parts of result separately when argument is not close to line from
39119         -i to i and one part of argument is small.
39120         * math/k_casinhf.c (__kernel_casinhf): Likewise.
39121         * math/k_casinhl.c (__kernel_casinhl): Likewise.
39122         * math/libm-test.inc (cacos_test): Add more tests.
39123         (casin_test): Likewise.
39124         (casinh_test): Likewise.
39125         * sysdeps/i386/fpu/libm-test-ulps: Update.
39126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39128 2013-01-31  David S. Miller  <davem@davemloft.net>
39130         * po/de.po: Update from translation team.
39132 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
39134         * time/tzfile.c: Include stdint.h for SIZE_MAX.
39136 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
39138         * configure.in (_AC_PROG_CC_C89): New definition.
39139         * configure: Regenerate.
39141         * configure.in (AC_PROG_CPP): New definition.
39142         * configure: Regenerate.
39144 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
39146         * debug/tst-backtrace.h: New file.
39147         * debug/tst-backtrace2.c: Include tst-backtrace.h.
39148         (ret): Remove variable.
39149         (x): Likewise.
39150         (FAIL): Remove macro.
39151         (NO_INLINE): Likewise.
39152         (fn1): Use match function instead of strstr.
39153         * debug/tst-backtrace3.c: Include tst-backtrace.h.
39154         (ret): Remove variable.
39155         (x): Likewise.
39156         (FAIL): Remove macro.
39157         (NO_INLINE): Likewise.
39158         (fn): Use match function instead of strstr.
39159         * debug/tst-backtrace4.c: Include tst-backtrace.h.
39160         (ret): Remove variable.
39161         (x): Likewise.
39162         (FAIL): Remove macro.
39163         (NO_INLINE): Likewise.
39164         (handle_signal): Use match function instead of strstr.
39165         * debug/tst-backtrace5.c: Include tst-backtrace.h.
39166         (ret): Remove variable.
39167         (x): Likewise.
39168         (FAIL): Remove macro.
39169         (NO_INLINE): Likewise.
39170         (handle_signal): Use match function instead of strstr.
39172 2013-01-23  Roland McGrath  <roland@hack.frob.com>
39174         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
39176 2013-01-23  David S. Miller  <davem@davemloft.net>
39178         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
39179         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
39180         argument of CAS if possible.
39181         * sysdeps/sparc/sparc64/bits/atomic.h
39182         (__arch_compare_and_exchange_val_32_acq): Likewise.
39183         (__arch_compare_and_exchange_val_64_acq): Likewise.
39185 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
39187         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
39188         * sysdeps/posix/ulimit.c: ... this.
39189         Include <limits.h>.
39190         * sysdeps/unix/bsd/ulimit.c: Remove file.
39192 2013-01-23  Adam Conrad  <adconrad@0c3.net>
39194         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
39195         (LDFLAGS-tst-array5): Likewise.
39197 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
39199         [BZ #15036]
39200         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
39201         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
39202         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
39203         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
39205 2013-01-21  David S. Miller  <davem@davemloft.net>
39207         * sysdeps/sparc/backtrace.c: New file.
39208         * sysdeps/sparc/sparc32/backtrace.h: New file.
39209         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
39210         * sysdeps/sparc/sparc64/backtrace.h: New file.
39211         * sysdeps/sparc/sparc64/backtrace.c: Delete.
39212         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
39213         -funwind-tables.
39215 2013-01-21  Andreas Schwab  <schwab@suse.de>
39217         [BZ #15020]
39218         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
39219         closed its stdout.
39221 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
39223         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
39224         "mpa2.h".
39225         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
39227 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
39228             Mark Mitchell  <mark@codesourcery.com>
39229             Tom de Vries  <tom@codesourcery.com>
39230             Paul Pluzhnikov  <ppluzhnikov@google.com>
39232         * debug/tst-backtrace2.c: New file.
39233         * debug/tst-backtrace3.c: Likewise.
39234         * debug/tst-backtrace4.c: Likewise.
39235         * debug/tst-backtrace5.c: Likewise.
39236         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
39237         (CFLAGS-tst-backtrace3.c): Likewise.
39238         (CFLAGS-tst-backtrace4.c): Likewise.
39239         (CFLAGS-tst-backtrace5.c): Likewise.
39240         (LDFLAGS-tst-backtrace2): Likewise.
39241         (LDFLAGS-tst-backtrace3): Likewise.
39242         (LDFLAGS-tst-backtrace4): Likewise.
39243         (LDFLAGS-tst-backtrace5): Likewise.
39244         (tests): Add new tests tst-backtrace2, tst-backtrace3,
39245         tst-backtrace4 and tst-backtrace5.
39247 2013-01-18  Anton Blanchard  <anton@samba.org>
39248             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
39250         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
39251         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
39252         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
39253         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
39254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
39255         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
39256         "+r" and remove output regs list as redundant.  Add explicit inline
39257         asm to specify register of return val to work around compiler codegen
39258         bug.  Remove (int) cast on return value.  Add return type parameter to
39259         use in macro so that this macro does not truncate return value for
39260         64-bit values.
39261         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
39262         pass to INTERNAL_VSYSCALL_NCS.
39263         (INLINE_VSYSCALL): Add 'long int' as return type to
39264         INTERNAL_VSYSCALL_NCS macro invocation.
39265         (INTERNAL_VSYSCALL): Add 'long int' as return type to
39266         INTERNAL_VSYSCALL_NCS macro invocation.
39267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
39269 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
39271         [BZ #14496]
39272         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
39273         Fix application of SIMD FP exception mask.
39275         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
39276         mp_no from a power of two.
39277         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
39278         __mpexp_twomm1.  Use __pow_mp.
39280         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
39281         multiplication.
39283 2013-01-17  David S. Miller  <davem@davemloft.net>
39285         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39287 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
39289         [BZ #15023]
39290         * include/complex.h: Condition contents on [!_COMPLEX_H].
39291         (__kernel_casinhf): New prototype.
39292         (__kernel_casinh): Likewise.
39293         (__kernel_casinhl): Likewise.
39294         * math/Makefile (libm_calls): Add k_casinh.
39295         * math/k_casinh.c: New file.
39296         * math/k_casinhf.c: Likewise.
39297         * math/k_casinhl.c: Likewise.
39298         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
39299         finite nonzero arguments.
39300         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
39301         finite nonzero arguments.
39302         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
39303         finite nonzero arguments.
39304         * math/s_casinh.c: Do not include <float.h>.
39305         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
39306         * math/s_casinhf.c: Do not include <float.h>.
39307         (__casinhf): Move code for finite nonzero arguments to
39308         k_casinhf.c.
39309         * math/s_casinhl.c: Do not include <float.h>.
39310         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
39311         redefine.
39312         (__casinhl): Move code for finite nonzero arguments to
39313         k_casinhl.c.
39314         * math/libm-test.inc (cacos_test): Add more tests.
39315         * sysdeps/i386/fpu/libm-test-ulps: Update.
39316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39318 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
39320         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
39321         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
39322         [!HAVE_MREMAP]: Remove [defined linux] case.
39323         * malloc/arena.c: Do not include <malloc-sysdep.h>.
39325 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
39327         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
39329 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
39331         * elf/elf.h (R_386_SIZE32): New relocation.
39332         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
39333         R_386_SIZE32.
39334         (elf_machine_rela): Likewise.
39335         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
39336         R_X86_64_SIZE64 and R_X86_64_SIZE32.
39338 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
39340         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
39341         (FP_FAST_FMA): Do not define.
39342         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
39343         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
39344         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
39345         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
39346         !_SOFT_FLOAT]: Likewise.
39347         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
39348         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
39349         value.
39350         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
39351         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
39352         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
39353         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
39354         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
39355         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
39356         file.
39358 2013-01-16  Andreas Schwab  <schwab@suse.de>
39360         [BZ #14327]
39361         * include/stdlib.h (__mktemp): Add declaration.
39362         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
39363         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
39365 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
39367         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
39368         definitions.
39369         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
39370         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
39371         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
39372         definitions here.
39373         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
39374         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
39375         definitions.
39376         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
39377         and ONE.
39378         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
39379         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
39380         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
39381         definitions.
39382         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
39383         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
39384         definitions.
39385         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
39387         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
39389 2013-01-15  David S. Miller  <davem@davemloft.net>
39391         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
39392         trunc{,f} to libm-sysdep_routes.
39393         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
39394         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
39395         file.
39396         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
39397         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
39398         file.
39399         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
39400         file.
39401         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
39402         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
39403         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
39404         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
39405         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
39406         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
39407         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
39408         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
39410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
39411         nearbyint{,f} to libm-sysdep_routes.
39412         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
39413         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
39414         New file.
39415         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
39416         file.
39417         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
39418         New file.
39419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
39420         file.
39421         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
39422         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
39423         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
39424         file.
39425         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
39426         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
39427         file.
39428         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
39429         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
39430         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
39432         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
39433         libc_feholdexcept and libc_fesetenv.
39435 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
39437         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
39439 2013-01-14  David S. Miller  <davem@davemloft.net>
39441         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
39442         (SPARC_ASM_VIS2_IFUNC): Likewise.
39443         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
39444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
39445         use of 'siam' instruction.
39446         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
39447         Likewise.
39448         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
39449         Likewise.
39450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
39451         Likewise.
39452         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
39453         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
39454         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
39455         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
39456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
39457         file.
39458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
39459         file.
39460         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
39461         file.
39462         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
39463         file.
39464         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
39465         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
39466         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
39467         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
39468         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
39469         new VIS2 routines.
39470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
39471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
39473         Likewise.
39474         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
39475         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
39476         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
39477         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
39478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
39479         routines to libm-sysdep_routines.
39480         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
39482         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
39483         fdim/fdimf to libm-sysdep_routines.
39484         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
39485         file.
39486         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
39487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
39488         file.
39489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
39490         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
39491         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
39492         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
39493         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
39494         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
39495         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
39497 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
39499         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
39500         to optimize copies.
39502         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
39503         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
39504         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
39506         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
39507         local variable MPTWO.
39508         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
39509         Likewise.
39511 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
39513         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
39514         GLOB_NOESCAPE.
39516 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
39518         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
39520 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
39522         * manual/pattern.texi (glob_t): Document gl_flags.
39523         (glob64_t): Likewise.
39525 2013-01-11  David S. Miller  <davem@davemloft.net>
39527         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
39528         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
39529         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
39530         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
39531         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
39532         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
39533         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
39534         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
39535         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
39536         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
39537         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
39538         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
39539         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
39541         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
39542         sparc V9 rather than using V8 code.
39543         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
39544         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
39546         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
39547         Move to...
39548         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
39549         Here.
39551 2013-01-11  Roland McGrath  <roland@hack.frob.com>
39553         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
39554         not in the main loop.
39555         * configure: Regenerated.
39557 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
39559         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
39560         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
39561         to just #else.
39562         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
39563         [!__GLIBC_HAVE_LONG_LONG] case.
39564         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
39565         condition to just #else.
39566         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
39567         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
39568         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
39569         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
39570         unconditional.
39571         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
39572         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
39573         #elif condition to just #else.
39574         * sysdeps/unix/sysv/linux/sys/sysmacros.h
39575         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
39576         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
39577         #elif condition to just #else.
39579 2013-01-11  Steve Ellcey  <sellcey@mips.com>
39581         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
39582         (EF_MIPS_ARCH_64): Fix value.
39583         (EF_MIPS_ARCH_32R2): New.
39584         (EF_MIPS_ARCH_64R2): New.
39586 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
39588         * Makeconfig (+link-pie-before-libc): New.
39589         (+link-pie-after-libc): Likewise.
39590         (+link-pie-tests): Likewise.
39591         (+link-pie): Rewritten.
39592         (link-before-libc): Remove $(config-LDFLAGS).
39593         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
39594         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
39595         (config-LDFLAGS): Renamed to ...
39596         (rtld-LDFLAGS): This.
39597         (rtld-tests-LDFLAGS): New macro.
39598         (link-libc-rpath-link): Likewise.
39599         (link-libc-tests-rpath-link): Likewise.
39600         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
39601         (link-libc): Prepand $(link-libc-rpath-link).
39602         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
39603         (test-program-prefix): New macro.
39604         (test-via-rtld-prefix): Likewise.
39605         (test-program-cmd): Likewise.
39606         (host-test-program-cmd): Likewise.
39607         * Makefile ($(common-objpfx)testrun.sh): Replace
39608         $(run-program-prefix) with $(test-program-prefix).
39609         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
39610         $(rtld-LDFLAGS).
39611         ($(common-objpfx)shlib.lds): Likewise.
39612         (build-module-helper): Likewise.
39613         ($(common-objpfx)format.lds): Likewise.
39614         * Rules (binaries-pie-tests): New.
39615         (binaries-pie-notests): Likewise.
39616         (binaries-pie): Rewritten.
39617         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
39618         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
39619         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
39620         (make-test-out): Replace $(host-built-program-cmd) with
39621         $(host-test-program-cmd).
39622         * config.make.in (build-hardcoded-path-in-tests): New variable.
39623         * configure.in (--enable-hardcoded-path-in-tests): New configure
39624         option.
39625         (hardcoded_path_in_tests): New AC_SUBST.
39626         * configure: Regenerated.
39627         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
39628         $(built-program-cmd) with $(test-program-cmd).
39629         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
39630         (test_program_cmd): This.
39631         * elf/Makefile ($(objpfx)order.out): Run test with
39632         $(test-program-prefix).
39633         ($(objpfx)order2.out): Likewise.
39634         ($(objpfx)tst-initorder.out): Likewise.
39635         ($(objpfx)tst-initorder2.out): Likewise.
39636         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
39637         $(test-program-cmd).
39638         ($(objpfx)tst-array1-static.out): Likewise.
39639         ($(objpfx)tst-array2.out): Likewise.
39640         ($(objpfx)tst-array3.out): Likewise.
39641         ($(objpfx)tst-array4.out): Likewise.
39642         ($(objpfx)tst-array5.out): Likewise.
39643         ($(objpfx)tst-array5-static.out): Likewise.
39644         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
39645         $(test-program-cmd).
39646         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
39647         $(run-program-prefix) with $(test-program-prefix).
39648         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
39649         (test_program_prefix): This.
39650         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
39651         $(run-program-prefix) with $(test-program-prefix).
39652         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
39653         (test_program_prefix): This.
39654         * iconvdata/tst-tables.sh: Likewise.
39655         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
39656         $(run-program-prefix) with $(test-program-prefix).
39657         ($(objpfx)tst-translit.out): Likewise.
39658         ($(objpfx)tst-gettext2.out): Likewise.
39659         ($(objpfx)tst-gettext4.out): Likewise.
39660         ($(objpfx)tst-gettext6.out): Likewise.
39661         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
39662         (test_program_prefix): This.
39663         * intl/tst-gettext2.sh: Likewise.
39664         * intl/tst-gettext4.sh  Likewise.
39665         * intl/tst-gettext6.sh: Likewise.
39666         * intl/tst-translit.sh: Likewise.
39667         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
39668         with $(test-program-cmd).
39669         * libio/Makefile ($(objpfx)test-freopen.out): Replace
39670         $(run-program-prefix) with $(test-program-prefix).
39671         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
39672         (test_program_prefix): This.
39673         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
39674         $(run-program-prefix) with $(test-program-prefix).
39675         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
39676         (test_program_prefix): This.
39677         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
39678         * posix/Makefile ($(objpfx)globtest.out): Replace
39679         $(run-via-rtld-prefix) and $(test-wrapper) with
39680         $(test-program-prefix) and $(test-via-rtld-prefix).
39681         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
39682         $(test-program-prefix).
39683         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
39684         $(host-test-program-cmd).
39685         (tst-spawn-ARGS): Likewise.
39686         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
39687         $(test-program-prefix).
39688         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
39689         (test_via_rtld_prefix): This.
39690         (test_wrapper): Renamed to ...
39691         (test_program_prefix): This.
39692         (run_program_prefix): Replaced by test_program_prefix.
39693         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
39694         (test_program_prefix): This.
39695         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
39696         with $(host-test-program-cmd).
39697         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
39698         $(run-program-prefix) with $(test-program-prefix).
39699         ($(objpfx)tst-printf.out): Likewise.
39700         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
39701         $(test-program-cmd).
39702         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
39703         (test_program_prefix): This.
39704         * stdio-common/tst-unbputc.sh: Likewise.
39705         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
39706         $(run-program-prefix) with $(test-program-prefix).
39707         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
39708         (test_program_prefix): This.
39709         * string/Makefile ($(objpfx)tst-svc.out):  Replace
39710         $(built-program-cmd) with $(test-program-cmd).
39712 2013-01-11  Andreas Jaeger  <aj@suse.de>
39714         [BZ #15003]
39715         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
39716         value. Sync with Linux 3.7.
39718 2013-01-10  David S. Miller  <davem@davemloft.net>
39720         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
39721         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
39722         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
39724 2013-01-10  Roland McGrath  <roland@hack.frob.com>
39726         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
39727         never set.
39728         * configure: Regenerated.
39730 2013-01-10  David S. Miller  <davem@davemloft.net>
39732         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
39733         sparc V9 rather than using V8 code.
39734         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
39735         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
39737 2013-01-10  Roland McGrath  <roland@hack.frob.com>
39739         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
39740         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
39741         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
39742         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
39743         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
39744         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
39745         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
39746         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
39747         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
39748         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
39749         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
39750         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
39751         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
39752         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
39753         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
39754         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
39755         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
39756         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
39757         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
39758         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
39759         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
39760         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
39761         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
39762         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
39763         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
39764         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
39765         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
39767 2013-01-10  David S. Miller  <davem@davemloft.net>
39769         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39771 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
39773         * posix/Makefile (tests-static): New variable.
39774         (tests): Add $(tests-static).
39775         (tst-exec-static-ARGS): New variable.
39776         (tst-spawn-static-ARGS): Likewise.
39777         * posix/tst-exec-static.c: New file.
39778         * posix/tst-spawn-static.c: Likewise.
39779         * posix/tst-exec.c: Support run directly.
39780         * posix/tst-spawn.c: Likewise.
39782 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
39784         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
39785         long.
39786         * math/bits/mathcalls.h (llrint): Likewise.
39787         (llround): Likewise.
39788         * stdlib/stdlib.h (struct drand48_data): Likewise.
39789         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
39790         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
39791         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
39792         Likewise.
39793         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
39794         Likewise.
39795         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
39796         (elf_greg_t): Likewise.
39797         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
39798         (__jmp_buf): Likewise.
39799         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
39800         definitions.
39801         (llrint): Likewise, for all definitions.
39802         (llrintl): Likewise.
39804         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
39805         Remove [__GNUC__] condition.
39806         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
39807         condition to just [__USE_ISOC99].
39808         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
39810 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
39812         [BZ #14200]
39813         * sysdeps/unix/sysv/linux/x86/bits/environments.h
39814         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
39815         defined.
39816         (_POSIX_V6_ILP32_OFF32): Likewise.
39817         (_XBS5_ILP32_OFF32): Likewise.
39818         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
39819         (__ILP32_OFFBIG_LDFLAGS): Likewise.
39821 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
39823         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
39825         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
39826         doubles __mpexp_twomm1.  Adjust usage.
39827         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
39828         Remove.
39830 2013-01-10  Andreas Schwab  <schwab@suse.de>
39832         [BZ #14964]
39833         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
39834         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
39836 2013-01-09  David S. Miller  <davem@davemloft.net>
39838         [BZ #15003]
39839         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
39840         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
39841         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
39842         (TCP_FASTOPEN): Define.
39843         (tcp_repair_opt): New structure.
39844         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
39845         enum values.
39846         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
39847         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
39848         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
39849         (tcp_cookie_transactions): New structure.
39851 2013-01-09  Anton Blanchard  <anton@samba.org>
39853         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
39854         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
39855         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
39856         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
39858 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
39860         * include/features.h (__USE_ANSI): Remove.
39862 2013-01-09  Roland McGrath  <roland@hack.frob.com>
39864         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
39866         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
39868 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
39870         * sysdeps/s390/fpu/libm-test-ulps: Update.
39872         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39874         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
39875         (__acr): Likewise.
39876         (__cpy): Likewise.
39877         (norm): Likewise.
39878         (denorm): Likewise.
39879         (__mp_dbl): Likewise.
39880         (__dbl_mp): Likewise.
39881         (add_magnitudes): Likewise.
39882         (sub_magnitudes): Likewise.
39883         (__add): Likewise.
39884         (__sub): Likewise.
39885         (__mul): Likewise.
39886         (__inv): Likewise.
39887         (__dvd): Likewise.
39888         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
39889         (__acr): Likewise.
39890         (__cpy): Likewise.
39891         (norm): Likewise.
39892         (denorm): Likewise.
39893         (__mp_dbl): Likewise.
39894         (__dbl_mp): Likewise.
39895         (add_magnitudes): Likewise.
39896         (sub_magnitudes): Likewise.
39897         (__add): Likewise.
39898         (__sub): Likewise.
39899         (__mul): Likewise.
39900         (__inv): Likewise.
39901         (__dvd): Likewise.
39902         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
39903         (__acr): Likewise.
39904         (__cpy): Likewise.
39905         (norm): Likewise.
39906         (denorm): Likewise.
39907         (__mp_dbl): Likewise.
39908         (__dbl_mp): Likewise.
39909         (add_magnitudes): Likewise.
39910         (sub_magnitudes): Likewise.
39911         (__add): Likewise.
39912         (__sub): Likewise.
39913         (__mul): Likewise.
39914         (__inv): Likewise.
39915         (__dvd): Likewise.
39917 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
39919         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
39920         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
39921         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
39922         2 && __USE_EXTERN_INLINES]: Likewise.
39924 2013-01-08  Andreas Jaeger  <aj@suse.de>
39926         [BZ# 14985]
39927         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
39928         Remove.
39929         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
39930         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
39932 2013-01-07  Anton Blanchard  <anton@samba.org>
39934         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
39935         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
39936         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
39937         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
39938         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
39939         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
39940         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
39941         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
39942         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
39943         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
39944         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
39945         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
39946         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
39947         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
39948         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
39949         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
39950         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
39951         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
39952         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
39953         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
39954         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
39955         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
39956         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
39957         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
39958         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
39959         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
39960         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
39961         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
39962         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
39963         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
39964         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
39965         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
39966         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
39967         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
39968         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
39969         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
39970         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
39971         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39972         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
39973         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
39974         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
39975         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
39976         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
39978 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
39980         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
39981         (__MALLOC_PMT): Likewise.
39982         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
39983         [__GNUC__], only on [_LIBC].
39984         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
39985         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
39986         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
39987         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
39988         forward declaration.
39989         (realloc_hook_ini): Likewise.
39990         (memalign_hook_ini): Likewise.
39991         (__libc_memalign): Do not use __MALLOC_PMT in variable
39992         declaration.
39993         (__libc_valloc): Likewise.
39994         (__libc_pvalloc): Likewise.
39995         (__libc_calloc): Likewise.
39996         (__posix_memalign): Likewise.
39998         [BZ #14996]
39999         * math/s_casinh.c: Include <float.h>.
40000         (__casinh): Do not do computation with squaring and square root
40001         for large arguments.
40002         * math/s_casinhf.c: Include <float.h>.
40003         (__casinhf): Do not do computation with squaring and square root
40004         for large arguments.
40005         * math/s_casinhl.c: Include <float.h>.
40006         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
40007         (__casinhl): Do not do computation with squaring and square root
40008         for large arguments.
40009         * math/libm-test.inc (casin_test): Add more tests.
40010         (casinh_test): Likewise.
40011         * sysdeps/i386/fpu/libm-test-ulps: Update.
40012         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40014 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
40016         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
40017         (__x86_64_raw_data_cache_size): Likewise.
40018         (__x86_64_data_cache_size_half): Likewise.
40019         (__x86_64_raw_data_cache_size_half): Likewise.
40020         (__x86_64_shared_cache_size): Likewise.
40021         (__x86_64_raw_shared_cache_size): Likewise.
40022         (__x86_64_shared_cache_size_half): Likewise.
40023         (__x86_64_raw_shared_cache_size_half): Likewise.
40024         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
40025         to ...
40026         (__x86_data_cache_size): This.
40027         (__x86_64_raw_data_cache_size): Renamed to ...
40028         (__x86_raw_data_cache_size): This.
40029         (__x86_64_data_cache_size_half): Renamed to ...
40030         (__x86_data_cache_size_half): This.
40031         (__x86_64_raw_data_cache_size_half): Renamed to ...
40032         (__x86_raw_data_cache_size_half): This.
40033         (__x86_64_shared_cache_size): Renamed to ...
40034         (__x86_shared_cache_size): This.
40035         (__x86_64_raw_shared_cache_size): Renamed to ...
40036         (__x86_raw_shared_cache_size): This.
40037         (__x86_64_shared_cache_size_half): Renamed to ...
40038         (__x86_shared_cache_size_half): This.
40039         (__x86_64_raw_shared_cache_size_half): Renamed to ...
40040         (__x86_raw_shared_cache_size_half): This.
40041         * sysdeps/x86_64/memcpy.S: Updated.
40042         * sysdeps/x86_64/memset.S: Likewise.
40043         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
40044         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
40045         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
40047 2013-01-04  David S. Miller  <davem@davemloft.net>
40049         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40051 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
40053         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
40054         1 to avoid redefinition warning.
40055         (__USE_GNU): Don't define.
40056         (init_signaling_nan): Protoize.
40058         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40060 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40062         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
40063         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
40064         (__cpymn): Likewise.
40065         (norm): Remove commented code.
40066         (denorm): Likewise.
40067         (__mp_dbl): Likewise.
40068         (__inv): Likewise.
40069         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
40070         (__cpymn): Likewise.
40071         (norm): Remove commented code.
40072         (denorm): Likewise.
40073         (__mp_dbl): Likewise.
40074         (__inv): Likewise.
40076         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
40077         mp_no value for 1.0 and 2.0.
40078         (norm): Use RADIXI instead of radixi.d.
40079         (denorm): Likewise.
40080         (__mul): Use 0.0 instead of zero.d.
40081         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
40082         mp_no value for 1.0 and 2.0.
40083         (norm): Use RADIXI instead of radixi.d.
40084         (denorm): Likewise.
40085         (__mul): Use 0.0 instead of zero.d.
40087 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
40089         [BZ #14994]
40090         * math/s_casinh.c (__casinh): Reduce finite argument to first
40091         quadrant then set signs of results at the end.
40092         * math/s_casinhf.c (__casinhf): Likewise.
40093         * math/s_casinhl.c (__casinhl): Likewise.
40094         * math/libm-test.inc (casin_test): Add more tests.
40095         (casinh_test): Likewise.
40096         * sysdeps/i386/fpu/libm-test-ulps: Update.
40097         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40099 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
40101         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
40103         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
40105         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
40106         declarations.
40107         (denorm): Likewise.
40108         (__mp_dbl): Likewise.
40109         (__inv): Likewise.
40111         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
40112         and adjust the header comment.
40114         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
40115         variable name from declaration.
40117 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
40119         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
40120         Initialize COMMON_CPUID_INDEX_7 element.
40121         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
40122         (CPUID_RTM): Likewise.
40123         (HAS_RTM): Likewise.
40124         (COMMON_CPUID_INDEX_7): New enum.
40126 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
40128         [BZ #14981]
40129         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
40130         size is zero, record memory as freed.
40132 2013-01-03  Andreas Jaeger  <aj@suse.de>
40134         * po/ia.po: Add new Interlingua translation.
40136 2012-01-03  Allan McRae  <allan@archlinux.org>
40138         * locale/programs/localedef.c: Fix description of '--posix' flag.
40140 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
40142         * NEWS: Update dates in second copyright notice.
40143         * README: Update copyright dates in example.
40144         * manual/libc.texinfo: Update copyright dates.
40145         * scripts/test-installation.pl: Update copyright date in --version
40146         output.
40148         * hurd/ctty-input.c: Fix copyright notice formatting.
40149         * hurd/ctty-output.c: Likewise.
40150         * hurd/dtable.c: Likewise.
40151         * hurd/hurd-raise.c: Likewise.
40152         * hurd/hurdprio.c: Likewise.
40153         * hurd/msgportdemux.c: Likewise.
40154         * misc/sys/file.h: Likewise.
40155         * misc/sys/ioctl.h: Likewise.
40156         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
40157         * sysdeps/mach/hurd/chdir.c: Likewise.
40158         * sysdeps/mach/hurd/fchdir.c: Likewise.
40159         * sysdeps/mach/hurd/rename.c: Likewise.
40160         * sysdeps/mach/hurd/rmdir.c: Likewise.
40161         * sysdeps/mach/hurd/seekdir.c: Likewise.
40162         * sysdeps/mach/hurd/setsid.c: Likewise.
40163         * sysdeps/posix/wait3.c: Likewise.
40165         * All files with FSF copyright notices: Update copyright dates
40166         using scripts/update-copyrights.
40167         * intl/plural.c: Regenerated.
40168         * locale/programs/charmap-kw.h: Likewise.
40169         * locale/programs/locfile-kw.h: Likewise.
40171 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
40173         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
40174         four values.
40176         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
40177         calculation loop and add branch prediction.
40179         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
40180         check access beyond bounds of m1np.
40182         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
40183         MPTWO.
40184         (__inv): Remove local variable MPTWO to use the global
40185         constant.
40186         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
40187         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
40188         variable MPTWO.
40189         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
40190         MP3HALFS static const.
40192 2013-01-01  David S. Miller  <davem@davemloft.net>
40194         * po/ca.po: Update from translation team.
40196 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
40198         * scripts/update-copyrights: New file.
40199         * Makeconfig: Reformat copyright notice.
40200         * ctype/ctype.h: Likewise.
40201         * debug/swprintf_chk.c: Likewise.
40202         * elf/dl-cache.c: Likewise.
40203         * elf/dl-debug.c: Likewise.
40204         * elf/dl-object.c: Likewise.
40205         * grp/initgroups.c: Likewise.
40206         * hurd/Makefile: Likewise.
40207         * hurd/hurd/signal.h: Likewise.
40208         * hurd/hurdfault.c: Likewise.
40209         * hurd/hurdioctl.c: Likewise.
40210         * hurd/hurdlookup.c: Likewise.
40211         * hurd/intr-msg.c: Likewise.
40212         * iconv/gconv_open.c: Likewise.
40213         * libio/swprintf.c: Likewise.
40214         * locale/lc-ctype.c: Likewise.
40215         * locale/nl_langinfo.c: Likewise.
40216         * mach/Machrules: Likewise.
40217         * mach/Makefile: Likewise.
40218         * malloc/obstack.h: Likewise.
40219         * manual/Makefile: Likewise.
40220         * manual/tsort.awk: Likewise.
40221         * misc/bits/stab.def: Likewise.
40222         * nis/nis_print_group_entry.c: Likewise.
40223         * nis/nis_table.c: Likewise.
40224         * nis/nss_compat/compat-pwd.c: Likewise.
40225         * nis/nss_compat/compat-spwd.c: Likewise.
40226         * po/Makefile: Likewise.
40227         * posix/fnmatch.c: Likewise.
40228         * posix/regex.h: Likewise.
40229         * resolv/Makefile: Likewise.
40230         * resolv/nss_dns/dns-network.c: Likewise.
40231         * resolv/res_hconf.c: Likewise.
40232         * scripts/gen-sorted.awk: Likewise.
40233         * soft-fp/soft-fp.h: Likewise.
40234         * stdio-common/printf.h: Likewise.
40235         * stdlib/monetary.h: Likewise.
40236         * stdlib/random.c: Likewise.
40237         * stdlib/random_r.c: Likewise.
40238         * sysdeps/generic/Makefile: Likewise.
40239         * sysdeps/gnu/Makefile: Likewise.
40240         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
40241         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
40242         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
40243         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
40244         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
40245         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
40246         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
40247         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
40248         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
40249         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
40250         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
40251         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
40252         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
40253         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
40254         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
40255         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
40256         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
40257         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
40258         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
40259         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
40260         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
40261         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
40262         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
40263         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
40264         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
40265         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
40266         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
40267         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
40268         * sysdeps/mach/hurd/errnos.awk: Likewise.
40269         * sysdeps/mach/hurd/fork.c: Likewise.
40270         * sysdeps/mach/hurd/getcwd.c: Likewise.
40271         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
40272         * sysdeps/mach/hurd/mmap.c: Likewise.
40273         * sysdeps/mach/hurd/utimes.c: Likewise.
40274         * sysdeps/mach/hurd/xmknod.c: Likewise.
40275         * sysdeps/posix/profil.c: Likewise.
40276         * sysdeps/posix/readdir_r.c: Likewise.
40277         * sysdeps/powerpc/bits/mathdef.h: Likewise.
40278         * sysdeps/powerpc/bits/setjmp.h: Likewise.
40279         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
40280         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
40281         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
40282         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
40283         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
40284         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40285         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
40286         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
40287         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
40288         * sysdeps/pthread/lio_listio.c: Likewise.
40289         * sysdeps/sparc/dl-procinfo.h: Likewise.
40290         * sysdeps/unix/i386/sysdep.S: Likewise.
40291         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
40292         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
40293         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
40294         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
40295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
40296         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
40297         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
40298         * sysdeps/unix/sysv/linux/speed.c: Likewise.
40299         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
40300         * sysdeps/wordsize-32/divdi3.c: Likewise.
40301         * time/sys/time.h: Likewise.
40302         * wcsmbs/Makefile: Likewise.
40304 2013-01-01  David S. Miller  <davem@davemloft.net>
40306         * po/fr.po: Update from translation team.
40308         * catgets/gencat.c: Update copyright year.
40309         * csu/version.c: Likewise.
40310         * debug/catchsegv.sh: Likewise.
40311         * debug/pcprofiledump.c: Likewise.
40312         * debug/xtrace.sh: Likewise.
40313         * elf/ldconfig.c: Likewise.
40314         * elf/ldd.bash.in: Likewise.
40315         * elf/pldd.c: Likewise.
40316         * elf/sotruss.ksh: Likewise.
40317         * elf/sprof.c: Likewise.
40318         * iconv/iconv_prog.c: Likewise.
40319         * iconv/iconvconfig.c: Likewise.
40320         * locale/programs/locale.c: Likewise.
40321         * locale/programs/localedef.c: Likewise.
40322         * login/programs/pt_chown.c: Likewise.
40323         * malloc/memusage.sh: Likewise.
40324         * malloc/memusagestat.c: Likewise.
40325         * malloc/mtrace.pl: Likewise.
40326         * nscd/nscd.c: Likewise.
40327         * nss/getent.c: Likewise.
40328         * nss/makedb.c: Likewise.
40329         * posix/getconf.c: Likewise.
40331 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
40333         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
40334         numbers.
40336 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
40338         * math/bits/mathcalls.h (modf): Use __nonnull.
40340 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
40342         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
40343         (split): Use macro CN instead of the bare value.
40344         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
40345         could be used.
40346         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
40347         instead of the bare value.
40348         (power1): Likewise.
40350 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
40352         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
40353         __ATAN_TWOM.
40354         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
40356         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
40357         their values.
40358         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
40359         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
40360         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
40361         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
40363 2012-12-28  Andreas Jaeger  <aj@suse.de>
40365         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
40366         values are from Linux 3.7.
40368         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
40369         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
40371 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
40373         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
40374         TRUE case.
40376         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
40377         (norm): Likewise.
40378         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
40379         variables with preprocessor constants.
40380         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
40381         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
40382         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
40384 2012-12-27  Bruno Haible  <bruno@clisp.org>
40386         [BZ #14317]
40387         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
40388         only if needed.
40390 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
40392         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
40393         and use variable directly.
40394         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
40396         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
40397         MPONE.
40398         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
40399         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
40400         variable MPONE.
40401         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
40402         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
40403         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
40404         include directive.  Remove local variable MPONE.
40405         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
40406         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
40407         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
40409 2012-12-25  David S. Miller  <davem@davemloft.net>
40411         * version.h (RELEASE): Set to "development".
40412         (VERSION): Set to "2.17.90".
40413         * NEWS: Add 2.18 section.
40415 2012-12-21  David S. Miller  <davem@davemloft.net>
40417         * po/hr.po: Update from translation team.
40419 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40421         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
40423 2012-12-19  Steve Ellcey  <sellcey@mips.com>
40425         * NEWS:  Mention new memcpy for MIPS.
40427 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
40429         * manual/contrib.texi (Contributors): Spelling correction.
40431 2012-12-15  David S. Miller  <davem@davemloft.net>
40433         * po/ru.po: Update from translation team.
40435 2012-12-13  David S. Miller  <davem@davemloft.net>
40437         * NEWS: Mention IFUNC testsuite enhancements.
40439         * po/pl.po: Update from translation team.
40440         * po/bg.po: Likewise.
40442         * manual/contrib.texi (Contributors): Update entries for Hongjiu
40443         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
40445 2012-12-11  David S. Miller  <davem@davemloft.net>
40447         * po/sv.po: Update from translation team.
40449         * po/vi.po: Update from translation team.
40451         * po/cs.po: Update from translation team.
40453         * po/de.po: Update from translation team.
40454         * po/eo.po: Likewise.
40455         * po/nl.po: Likewise.
40457 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
40459         [BZ #14246]
40460         * manual/argp.texi (Argp Helper Functions): Move node to follow
40461         Argp Parsing State.
40463         [BZ #14872]
40464         * manual/conf.texi (Limits on File System Capacity): Mention if
40465         terminating null is included in the max size.
40467 2012-12-10  Andreas Jaeger  <aj@suse.de>
40469         * po/cs.po: Update from translation team.
40471 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
40473         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
40474         void pointer and cast to uintptr_t.
40475         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
40476         path.
40477         * sysdeps/s390/s390-64/memcpy.S: Likewise.
40478         * sysdeps/s390/s390-64/memset.S: Likewise.
40480 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
40482         [BZ #14833]
40483         * menual/message.texi (Message Translation): Fix typos.
40484         (Helper programs for gettext): Likewise.
40486 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
40488         [BZ #14898]
40489         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
40490         Change to -1.
40492 2012-12-07  David S. Miller  <davem@davemloft.net>
40494         * po/libc.pot: Update.
40496 2012-12-07  Richard Henderson  <rth@redhat.com>
40498         [BZ #10114]
40499         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
40500         normal/normal case to before the switch.
40501         (_FP_DIV): Likewise.
40503 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
40504             Mike Frysinger  <vapier@gentoo.org>
40506         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
40507         check for __NR_fadvise64_64.
40509 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
40511         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
40512         0, not just to plain "0" as a statement.
40513         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
40514         with cw.
40516 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
40518         * NEWS: Use sourceware.org in Bugzilla URL.
40520 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
40522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
40523         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
40525         * stdio-common/tst-put-error.c (do_test): Add newline to the
40526         padded test to ensure flush.
40528 2012-12-05  Jeff Law  <law@redhat.com>
40530         * sunrpc/etc.rpc (fedfs_admin): Add entry.
40532 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
40534         * README: Don't refer to ports add-on as distributed separately.
40535         Mention AArch64 in list of systems supported in the ports add-on.
40537         * LICENSES: Add more non-FSF copyright and license notices.
40539         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
40540         ((unused)).
40542         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
40544         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
40545         10000 as width of padded output.
40547 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
40549         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
40551         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
40552         variable LX with __attribute__ ((unused)).
40553         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
40554         Likewise.
40555         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
40556         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40557         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
40558         with __attribute__ ((unused)).
40560 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
40562         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
40564 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
40566         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
40567         (CFLAGS-nldbl-acos.c): New variable.
40568         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
40569         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
40570         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
40571         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
40572         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
40573         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
40574         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
40575         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
40576         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
40577         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
40578         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
40579         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
40580         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
40581         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
40582         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
40583         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
40584         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
40585         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
40586         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
40587         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
40588         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
40589         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
40590         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
40591         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
40592         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
40593         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
40594         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
40595         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
40596         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
40597         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
40598         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
40599         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
40600         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
40601         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
40602         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
40603         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
40604         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
40605         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
40606         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
40607         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
40608         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
40609         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
40610         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
40611         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
40612         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
40613         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
40614         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
40615         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
40616         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
40617         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
40618         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
40619         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
40620         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
40621         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
40622         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
40623         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
40624         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
40625         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
40626         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
40627         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
40628         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
40629         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
40630         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
40631         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
40632         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
40633         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
40634         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
40635         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
40636         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
40637         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
40638         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
40639         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
40640         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
40641         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
40642         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
40643         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
40644         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
40645         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
40646         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
40647         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
40648         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
40649         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
40650         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
40651         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
40652         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
40653         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
40654         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
40655         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
40656         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
40657         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
40658         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
40659         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
40660         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
40661         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
40662         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
40663         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
40664         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
40666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
40667         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
40669         [BZ #14914]
40670         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
40671         whole low double instead of just low 47 bits when splitting values
40672         into two parts.
40674 2012-12-03  Allan McRae  <allan@archlinux.org>
40676         * manual/stdio.texi (Predefined Printf Handlers): Remove
40677         @hsep and @vsep usage.
40679 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
40681         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
40682         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
40684 2012-12-03  Jeff Law  <law@redhat.com>
40686         * time/sys/time.h (settimeofday): Do not mark TV argument
40687         as __nonnull.
40689 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
40691         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
40692         when currently writing and seek to current position when not.
40693         * libio/Makefile (tests): Remove bug-fclose1.
40694         * libio/bug-fclose1.c: Delete.
40696 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
40698         * manual/arith.texi (feenableexcept): Fix typo.
40699         (fedisableexcept): Likewise.
40701 2012-11-30  Roland McGrath  <roland@hack.frob.com>
40703         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
40704         second, differently-typed declaration, rather than a cast.
40706 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
40708         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
40709         * include/rpc/svc.h: ... here.
40711 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
40713         [BZ #13013]
40714         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
40715         depending n and resplen2 to catch cases where answer
40716         equals answerp2.
40718 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
40720         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
40721         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
40723 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
40725         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
40727 2012-11-29  Roland McGrath  <roland@hack.frob.com>
40729         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
40731 2012-11-28  Jeff Law  <law@redhat.com>
40733         [BZ #13761]
40734         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
40735         dataset_temporary.  Track alloca usage into alloca_used.
40736         If dataset is large allocate and release it via malloc/free.
40738 2012-06-04  Florian Weimer  <fweimer@redhat.com>
40740         [BZ #14197]
40741         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
40743 2012-11-28  David S. Miller  <davem@davemloft.net>
40745         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40747 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
40749         [BZ #14803]
40750         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
40751         of pi/2 rounded to nearest to 64 bits.
40752         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
40753         nearest to 64 bits.
40754         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
40755         bits.
40757 2012-11-28  Jeff Law <law@redhat.com>
40758             Martin Osvald <mosvald@redhat.com>
40760         [BZ #14889]
40761         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
40762         * sunrpc/svc.c: Include time.h.
40763         (__svc_accept_failed): New function.
40764         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
40765         any reason other than EINTR, call __svc_accept_failed.
40766         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
40767         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
40769 2012-11-28  Andreas Schwab  <schwab@suse.de>
40771         * scripts/abilist.awk: Also handle indirect functions in .opd
40772         section.
40774 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
40776         [BZ #13881]
40777         * sysdeps/x86/fpu/powl_helper.c: New file.
40778         * sysdeps/x86/fpu/Makefile: Likewise.
40779         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
40780         (p3): New object.
40781         (__ieee754_powl): Use __powl_helper for finite arguments except
40782         integer exponents below 8.
40783         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
40784         (p3): New object.
40785         (__ieee754_powl): Use __powl_helper for finite arguments except
40786         integer exponents below 8.
40787         * math/libm-test.inc (pow_test): Add more tests and enable some
40788         previously disabled tests.
40789         * sysdeps/i386/fpu/libm-test-ulps: Update.
40790         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40792 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
40793             Carlos O'Donell  <carlos_odonell@mentor.com>
40795         * nss/makedb.c (is_prime): Assert that input is odd and greater
40796         than 4.  Note that fact in a comment too.
40797         (next_prime): Add 4 to input.
40799 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
40801         [BZ #11741]
40802         * libio/Makefile (tests): Add test case tst-fwrite-error.
40803         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
40804         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
40805         * libio/tst-fwrite-error.c: New test case.
40807 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
40809         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
40810         before casting to void *.
40811         * include/libc-internal.h (__pointer_type): New macro.
40812         (__integer_if_pointer_type_sub): Likewise.
40813         (__integer_if_pointer_type): Likewise.
40814         (cast_to_integer): Likewise.
40815         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
40816         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
40817         before casting to atomic64_t.
40818         (atomic_exchange_acq): Likewise.
40819         (__arch_exchange_and_add_body): Likewise.
40820         (__arch_add_body): Likewise.
40821         (atomic_add_negative): Likewise.
40822         (atomic_add_zero): Likewise.
40824 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
40826         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
40827         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
40828         (add_fdes): Likewise.
40829         (linear_search_fdes): Likewise.
40830         (binary_search_unencoded_fdes): Likewise.
40832 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
40834         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
40836 2012-11-24  Adam Conrad  <adconrad@0c3.net>
40838         * configure.in: Autodetect C++ header directories.
40839         * configure: Regenerated.
40841 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
40843         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
40845 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
40847         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40849 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
40851         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
40852         LDBL_MANT_DIG == 106]: Disable some tests.
40853         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
40854         Likewise.
40855         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
40856         Likewise.
40858         [BZ #14871]
40859         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
40860         input for small inputs.  Return +/- pi/2 for large inputs.
40861         * math/libm-test.inc (atan_test): Add more tests.
40863         * sysdeps/generic/unwind-dw2-fde-glibc.c
40864         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
40865         __attribute__ ((unused)).
40867         [BZ #14645]
40868         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
40869         x * y if x and y are nonzero and z is zero.
40871         [BZ #14811]
40872         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
40873         nonzero exponents with absolute value below 0x1p-117 to +/-
40874         0x1p-117.
40876         [BZ #14869]
40877         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
40878         up arguments below 2**-450, not just those below 2**-500.
40879         * math/libm-test.inc (hypot_test): Add another test.
40881         [BZ #14868]
40882         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
40883         Return a+b for ratio over 2**120, not 2**60.
40884         * math/libm-test.inc (hypot_test): Add another test.
40886         * math/libm-test.inc (clog_test): Use
40887         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
40888         (clog10_test): Likewise.
40890         [BZ #6778]
40891         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
40893 2012-11-22  Andreas Schwab  <schwab@suse.de>
40895         * sysdeps/i386/fpu/libm-test-ulps: Update.
40897 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
40899         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
40900         printf output with newline.
40902 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
40904         [BZ #14865]
40905         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
40906         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
40907         -z nodlopen, -z initfirst and -z execstack support.
40908         * configure: Regenerated.
40910         * elf/elf.h (DF_1_NODIRECT): New macro.
40911         (DF_1_IGNMULDEF): Likewise.
40912         (DF_1_NOKSYMS): Likewise.
40913         (DF_1_NOHDR): Likewise.
40914         (DF_1_EDITED): Likewise.
40915         (DF_1_NORELOC): Likewise.
40916         (DF_1_SYMINTPOSE): Likewise.
40917         (DF_1_GLOBAUDIT): Likewise.
40918         (DF_1_SINGLETON): Likewise.
40919         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
40920         DT_1_SUPPORTED_MASK bits.
40921         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
40923 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
40925         * sysdeps/unix/make-syscalls.sh: Document prefixes.
40927 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
40929         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
40930         macro.
40932         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
40933         (sendmmsg): Move declarations...
40934         * socket/sys/socket.h: ... here.
40935         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
40936         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
40937         include it from...
40938         * socket/recvmmsg.c: ... this new file.
40939         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
40940         (sendmmsg): Rename to __sendmmsg, create weak alias and make
40941         definition of __sendmmsg hidden.
40942         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
40943         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
40944         Move ENOSYS stub into and include it from...
40945         * socket/sendmmsg.c: ... this new file.
40946         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
40947         (sysdep_routines): Move recvmmsg and sendmmsg...
40948         * socket/Makefile (routines): ... here.
40949         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
40950         (GLIBC_PRIVATE): Add __sendmmsg.
40951         * include/sys/socket.h (__sendmmsg): Add declarations.
40952         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
40953         sendmmsg.
40955 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
40957         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
40958         variable I1 with __attribute__ ((unused)).
40959         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
40961 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
40963         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
40964         DUMMY variables with __attribute__ ((unused)).
40966         * bits/byteswap.h: Include <bits/types.h>.
40967         (__bswap_64): Use __uint64_t instead of unsigned long long int.
40969 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
40971         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
40972         string_t.  Do not manually set errno.
40973         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
40974         length with __strnlen.  Make sure to both set errno and return it on
40975         failure.
40977 2012-11-19  David S. Miller  <davem@davemloft.net>
40979         With help from Joseph Myers.
40980         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
40981         very large arguments properly.
40982         * math/libm-test.inc (atan_test): New tests.
40983         (atan2_test): New tests.
40984         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40985         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40987 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
40989         [BZ #14856]
40990         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
40991         Define to 3.
40993         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
40994         [POSIX] (EADDRNOTAVAIL): Likewise.
40995         [POSIX] (EAFNOSUPPORT): Likewise.
40996         [POSIX] (EALREADY): Likewise.
40997         [POSIX] (ECONNABORTED): Likewise.
40998         [POSIX] (ECONNREFUSED): Likewise.
40999         [POSIX] (ECONNRESET): Likewise.
41000         [POSIX] (EDESTADDRREQ): Likewise.
41001         [POSIX] (EDQUOT): Likewise.
41002         [POSIX] (EHOSTUNREACH): Likewise.
41003         [POSIX] (EIDRM): Likewise.
41004         [POSIX] (EISCONN): Likewise.
41005         [POSIX] (ELOOP): Likewise.
41006         [POSIX] (EMULTIHOP): Likewise.
41007         [POSIX] (ENETDOWN): Likewise.
41008         [POSIX] (ENETUNREACH): Likewise.
41009         [POSIX] (ENOBUFS): Likewise.
41010         [POSIX] (ENODATA): Likewise.
41011         [POSIX] (ENOLINK): Likewise.
41012         [POSIX] (ENOMSG): Likewise.
41013         [POSIX] (ENOPROTOOPT): Likewise.
41014         [POSIX] (ENOSR): Likewise.
41015         [POSIX] (ENOSTR): Likewise.
41016         [POSIX] (ENOTCONN): Likewise.
41017         [POSIX] (ENOTSOCK): Likewise.
41018         [POSIX] (EOPNOTSUPP): Likewise.
41019         [POSIX] (EOVERFLOW): Likewise.
41020         [POSIX] (EPROTO): Likewise.
41021         [POSIX] (EPROTONOSUPPORT): Likewise.
41022         [POSIX] (EPROTOTYPE): Likewise.
41023         [POSIX] (ESTALE): Likewise.
41024         [POSIX] (ETIME): Likewise.
41025         [POSIX] (ETXTBSY): Likewise.
41026         [POSIX] (EWOULDBLOCK): Likewise.
41027         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
41028         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
41029         [POSIX] (SEEK_CUR): Likewise.
41030         [POSIX] (SEEK_END): Likewise.
41031         [POSIX || UNIX98] (mode_t): Do not require.
41032         [POSIX] (off_t): Likewise.
41033         [POSIX] (pid_t): Likewise.
41034         [POSIX] (sys/stat.h): Do not allow header.
41035         [POSIX] (unistd.h): Likewise.
41036         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
41037         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
41038         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
41039         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
41040         require.
41041         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
41042         sigevent): Specify elements.
41043         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
41044         entry.
41045         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
41046         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
41048         * conform/data/cpio.h-data [POSIX]: Disable whole file.
41049         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
41050         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
41051         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
41052         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
41053         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
41054         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
41055         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
41056         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
41057         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
41058         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
41059         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
41060         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
41061         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
41062         Likewise.
41063         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
41064         Likewise.
41065         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
41066         Likewise.
41067         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
41068         Likewise.
41069         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
41070         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
41071         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
41072         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
41073         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
41074         Specify lower bound on value.
41075         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
41076         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
41077         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
41078         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
41079         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
41080         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
41081         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
41082         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
41083         value.
41084         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
41085         as optional.
41086         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
41087         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
41088         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
41089         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
41090         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
41091         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
41092         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
41093         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
41094         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
41095         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
41096         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
41097         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
41098         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
41099         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
41100         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
41101         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
41102         entry.
41103         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
41104         optional.
41105         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
41106         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
41107         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
41108         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
41109         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
41110         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
41111         Likewise.
41112         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
41113         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
41114         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
41115         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
41116         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
41117         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
41118         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
41119         as optional.
41120         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
41121         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
41122         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
41123         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
41124         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
41125         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
41126         specify as optional.
41127         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
41128         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
41129         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
41130         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
41131         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
41132         [XPG3] (NL_LANGMAX): Likewise.
41133         [POSIX || XPG3] (NL_MSGMAX): Likewise.
41134         [POSIX || XPG3] (NL_NMAX): Likewise.
41135         [POSIX || XPG3] (NL_SETMAX): Likewise.
41136         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
41137         [XPG3] (NZERO): Likewise.
41138         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
41139         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
41140         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
41141         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
41142         (REG_ERANGE): Expect.
41143         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
41144         optional-constant.
41145         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
41146         Use (void) in prototype.
41147         [POSIX] (*_t): Allow.
41148         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
41149         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
41150         (WRDE_BADVAL): Expect.
41152         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
41153         expect.
41154         [XPG3 || XPG4] (O_RSYNC): Likewise.
41155         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
41156         Likewise.
41157         [XPG3 || XPG4] (pthread_sigmask): Likewise.
41158         [XPG3 || XPG4] (sigqueue): Likewise.
41159         [XPG3 || XPG4] (sigtimedwait): Likewise.
41160         [XPG3 || XPG4] (sigwaitinfo): Likewise.
41161         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
41162         [XPG3 || XPG4] (vsnprintf): Likewise.
41163         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
41164         Likewise.
41165         [XPG3 || XPG4] (blksize_t): Likewise.
41166         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
41167         Likewise.
41168         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
41169         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
41170         [XPG3 || XPG4] (struct itimerspec): Likewise.
41171         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
41172         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
41173         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
41174         [XPG3 || XPG4] (clockid_t): Likewise.
41175         [XPG3 || XPG4] (timer_t): Likewise.
41176         [XPG3 || XPG4] (clock_getres): Likewise.
41177         [XPG3 || XPG4] (clock_gettime): Likewise.
41178         [XPG3 || XPG4] (clock_settime): Likewise.
41179         [XPG3 || XPG4] (nanosleep): Likewise.
41180         [XPG3 || XPG4] (timer_create): Likewise.
41181         [XPG3 || XPG4] (timer_delete): Likewise.
41182         [XPG3 || XPG4] (timer_gettime): Likewise.
41183         [XPG3 || XPG4] (timer_getoverrun): Likewise.
41184         [XPG3 || XPG4] (timer_settime): Likewise.
41185         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
41186         [XPG3 || XPG4] (getlogin_r): Likewise.
41187         [XPG3 || XPG4] (pread): Likewise.
41188         [XPG3 || XPG4] (pthread_atfork): Likewise.
41189         [XPG3 || XPG4] (pwrite): Likewise.
41191         [BZ #14835]
41192         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
41193         <bits/siginfo.h>.
41195 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
41197         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
41198         finalizing MALLSTREAM.
41200         * sysdeps/mach/hurd/syncfs.c: New file.
41202 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
41204         [BZ #14719]
41205         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
41206         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
41207         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
41208         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
41209         (_nss_dns_gethostbyname4_r): Likewise.
41210         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
41211         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
41213 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
41215         [BZ #13763]
41216         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
41218 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
41220         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
41221         * elf/cache.c (print_entry): Print ",AArch64" for
41222         FLAG_AARCH64_LIB64
41224         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
41225         * elf/cache.c (print_entry): Print ",hard-float" for
41226         FLAG_ARM_LIBHF.
41228 2012-11-18  David S. Miller  <davem@davemloft.net>
41230         With help from Joseph Myers.
41231         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
41232         cutoff to 2**-13.
41233         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
41234         cutoff to 2**-25.
41235         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
41236         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
41237         small.
41238         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
41239         * math/libm-test.inc (y0_test): New tests.
41240         (y1_test): New tests.
41241         * sysdeps/i386/fpu/libm-test-ulps: Update.
41242         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41243         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41245 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
41247         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
41248         64-bit targets.
41249         * configure: Regenerated.
41251 2012-11-17  David S. Miller  <davem@davemloft.net>
41253         [BZ #14811]
41254         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
41255         nonzero exponents with absolute value below 0x1p-128 to +/-
41256         0x1p-128.
41258 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
41260         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
41262         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
41264         * posix/getconf-speclist.c: New file.
41265         * posix/posix-envs.def: Likewise.
41266         * posix/confstr.c (START_ENV_GROUP): New macro.
41267         (END_ENV_GROUP): Likewise.
41268         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
41269         (KNOWN_PRESENT_ENV_STRING): Likewise.
41270         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
41271         (UNKNOWN_ENVIRONMENT): Likewise.
41272         (confstr): Include posix-envs.def instead of handling
41273         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
41274         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
41275         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
41276         (END_ENV_GROUP): Likewise.
41277         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
41278         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
41279         (UNKNOWN_ENVIRONMENT): Likewise.
41280         (__sysconf): Include posix-envs.def instead of handling associated
41281         cases directly here.
41282         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
41283         preprocessing getconf-speclist.c rather than running getconf or
41284         generating empty file.
41286 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
41288         * scripts/check-local-headers.sh: Ignore 'mach' headers.
41290 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
41292         [BZ #14672]
41293         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
41295 2012-11-16  David S. Miller  <davem@davemloft.net>
41297         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
41298         smaller than LDBL_EPSILON/2.0L, just return xm1.
41300 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
41302         * elf/tst-array1.c (init): Set constructor priority to 1000.
41303         (fini): Set destructor priority to 1000.
41304         * elf/tst-array2dep.c: Likewise.
41306 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
41308         [BZ #11741]
41309         * libio/fileops.c (_IO_new_file_write): Correctly return error.
41310         (_IO_new_file_xsputn): Also return EOF if none of the input
41311         data was written when overflow failed.
41312         * libio/iopadn.c (_IO_padn): Likewise.
41313         * libio/iowpadn.c (_IO_wpadn): Likewise.
41314         * stdio-common/tst-put-error.c: Add copyright notice.
41315         (do_test): Add case for printing padded string.
41316         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
41317         _IO_padn returned error.
41318         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
41319         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
41320         return EOF.
41322 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
41324         * libio/libioP.h: Add comment note that the references to C++
41325         bits are now obsolete.
41327 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
41329         * math/libm-test.inc (check_complex): Use asprintf.
41331 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
41333         * debug/pcprofiledump.c (print_version): Update copyright year.
41334         * malloc/memusagestat.c (print_version): Likewise.
41336 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
41338         [BZ #14831]
41339         * elf/Makefile (tests): Add tst-audit8.
41340         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
41341         ($(objpfx)tst-audit8.out): New target.
41342         (tst-audit8-ENV): New variable.
41343         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
41344         audit if l_reloc_result is NULL.
41345         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
41346         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
41347         * elf/tst-audit8.c: New file.
41349 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
41351         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
41352         * misc/Makefile (CFLAGS-select.c): Define.
41353         * posix/Makefile (CFLAGS-pause.c): Define.
41355 2012-11-13  David S. Miller  <davem@davemloft.net>
41357         * crypt/Makefile: Move test targets after toplevel Rules
41358         inclusion.  Grab any necessary sysdep routines when linking.
41359         * crypt/md5.c (md5_process_block): Remove define, we will always
41360         name it __md5_process_block.
41361         (md5_finish_ctx): Update md5_process_block call.
41362         (md5_stream): Likewise.
41363         (md5_process_bytes): Likewise.
41364         (md5_process_block): Rename to __md5_process_block and move to ...
41365         * crypt/md5-block.c: ... here.
41366         * crypt/sha256.c (sha256_process_block): Move to ...
41367         * crypt/sha256-block.c: ... here.
41368         * crypt/sha512.c (sha512_process_block): Move to ...
41369         * crypt/sha512-block.c: ... here.
41370         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
41371         path.
41372         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
41373         * sysdeps/sparc/sparc64/multiarch/Makefile
41374         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
41375         crypt subdir.
41376         (localedef-aux): Add md5 crypto assembler when in locale subdir.
41377         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
41378         multiarch changes.
41379         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
41380         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
41381         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
41382         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
41383         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
41384         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
41385         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
41386         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
41387         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
41388         file.
41389         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
41390         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
41391         file.
41392         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
41394 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
41396         * timezone/tzselect.ksh: Update from tzcode git revision
41397         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
41398         * timezone/zdump.c: Likewise.
41399         * timezone/zic.c: Likewise.
41400         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
41401         in TZVERSION setting, not $(PKGVERSION).
41402         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
41403         REPORT_BUGS_TO settings.
41405         [BZ #14838]
41406         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
41407         macro.
41409 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
41411         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
41412         detection to immediately after _FP_ROUND().
41413         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
41414         bits are 0.
41416 2012-11-11  David S. Miller  <davem@davemloft.net>
41418         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
41419         inttypes.h
41420         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
41421         __close rather than their public counterparts.
41423 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
41425         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
41426         file.
41427         [UNIX98] (sem_timedwait): Do not expect.
41428         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
41429         [XPG4 || UNIX98] (sockatmark): Do not expect.
41430         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
41431         (clock_getcpuclockid): Do not expect.
41432         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
41433         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
41434         Do not expect.
41435         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
41436         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
41437         [UNIX98] (vwscanf): Likewise.
41438         [UNIX98] (vswscanf): Likewise.
41440 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
41442         * timezone/version.h: Remove file.
41443         * timezone/README: Do not refer to version.h.
41444         * timezone/Makefile ($(objpfx)zic.o): New dependency on
41445         $(objpfx)version.h.
41446         ($(objpfx)zdump.o): Likewise.
41447         ($(objpfx)version.h): New target.
41449         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
41450         2012i.
41451         * timezone/README: Don't mention modification to tzselect.ksh.
41452         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
41453         work on unmodified tzselect.ksh.  Substitute version numbers in
41454         tzselect.ksh.
41456         * Makefile (format-me): Remove.
41457         (INSTALL): Adjust indentation.  Use commands directly instead of
41458         using $(format-me).
41460         * aclocal.m4 (ACX_PKGVERSION): New macro.
41461         (ACX_BUGURL): Likewise.
41462         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
41463         (PKGVERSION): New AC_DEFINE_UNQUOTED.
41464         (REPORT_BUGS_TO): Likewise.
41465         * configure: Regenerated.
41466         * config.h.in (PKGVERSION): New macro.
41467         (REPORT_BUGS_TO): Likewise.
41468         * config.make.in (PKGVERSION): New variable.
41469         (PKGVERSION_TEXI): Likewise.
41470         (REPORT_BUGS_TO): Likewise.
41471         (REPORT_BUGS_TEXI): Likewise.
41472         * Makefile (format-me): Use -I$(common-objpfx)manual.
41473         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
41474         ($(common-objpfx)manual/%): New target.
41475         (manual/%): Remove target.
41476         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
41477         (print_version): Use PKGVERSION.
41478         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
41479         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
41480         and REPORT_BUGS_TO.
41481         ($(objpfx)xtrace): Likewise.
41482         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
41483         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
41484         (print_version): Use PKGVERSION.
41485         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
41486         (do_version): Use PKGVERSION.
41487         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
41488         REPORT_BUGS_TO.
41489         (common-ldd-rewrite): Likewise.
41490         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
41491         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
41492         (print_version): Use PKGVERSION.
41493         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
41494         * elf/pldd.c (argp_program_bug_address): Remove variable.
41495         (more_help): New function.
41496         (argp): Use more_help.
41497         (print_version): Use PKGVERSION.
41498         * elf/sln.c (main): Use PKGVERSION.
41499         (usage): Use REPORT_BUGS_TO.
41500         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
41501         (top level): Use PKGVERSION.
41502         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
41503         (print_version): Use PKGVERSION.
41504         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
41505         (print_version): Use PKGVERSION.
41506         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
41507         (print_version): Use PKGVERSION.
41508         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
41509         (print_version): Use PKGVERSION.
41510         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
41511         (print_version): Use PKGVERSION.
41512         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
41513         (print_version): Use PKGVERSION.
41514         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
41515         and BUGURL.
41516         ($(objpfx)memusage): Likewise.
41517         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
41518         (do_version): Use PKGVERSION.
41519         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
41520         (print_version): Use PKGVERSION.
41521         * malloc/mtrace.pl ($PACKAGE): Remove variable.
41522         ($PKGVERSION): New variable.
41523         ($REPORT_BUGS_TO): Likewise.
41524         (usage): Use $REPORT_BUGS_TO.
41525         (top level): Use $PKGVERSION.
41526         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
41527         ($(objpfx)pkgvers.texi): New rule.
41528         ($(objpfx)stamp-pkgvers): Likewise.
41529         * manual/install.texi: Include pkgvers.texi.
41530         (--with-pkgversion): Document new configure option.
41531         (--with-bugurl): Likewise.
41532         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
41533         than necessarily for this particular distribution.  Use
41534         REPORT_BUGS_TO for where to report bugs.
41535         * INSTALL: Regenerated.
41536         * manual/libc.texinfo: Include pkgvers.texi.
41537         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
41538         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
41539         (print_version): Use PKGVERSION.
41540         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
41541         (print_version): Use PKGVERSION.
41542         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
41543         (print_version): Use PKGVERSION.
41544         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
41545         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
41546         macro.
41547         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
41548         (print_version): Use PKGVERSION.
41549         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
41550         (print_version): Use PKGVERSION.
41551         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
41552         and PKGVERSION.
41554         * timezone/checktab.awk: Update from tzcode 2012i.
41555         * timezone/ialloc.c: Likewise.
41556         * timezone/private.h: Likewise.
41557         * timezone/scheck.c: Likewise.
41558         * timezone/tzfile.h: Likewise.
41559         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
41560         (TZVERSION): Hardcode tzcode version number.
41561         * timezone/zdump.c: Update from tzcode 2012i.
41562         * timezone/zic.c: Likewise.
41563         * timezone/version.h: New file.
41564         * timezone/README: Describe version.h.  Update upstream location.
41566         [BZ #14824]
41567         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
41568         (mktemp): Enable declaration.
41569         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
41570         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
41571         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
41572         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
41573         Likewise.
41574         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
41575         Likewise.
41576         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
41577         Likewise.
41578         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
41579         Likewise.
41580         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
41581         Likewise.
41582         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
41583         Likewise.
41585         [BZ #14821]
41586         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
41587         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
41588         for copies of such integer values.
41589         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
41590         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
41592 2012-11-09  Andreas Jaeger  <aj@suse.de>
41594         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
41595         definitions and declarations that are provided by
41596         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
41598 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41600         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
41601         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
41602         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
41603         definition.
41605 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
41607         * elf/elf.h: Update comment before AArch64 relocations.
41609 2012-11-07  David S. Miller  <davem@davemloft.net>
41611         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
41612         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41613         (__start_context): Declare.
41614         (__makecontext_ret): Delete.
41615         (__makecontext): Hook up __start_context instead of
41616         __makecontext_ret.
41617         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
41618         (sysdep_routines): Add __start_context when in stdlib.
41620 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
41622         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
41623         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
41624         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
41625         hardcoded "nm".
41626         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
41627         (READELF): New variable.  Use it instead of hardcoded "readelf".
41629 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
41631         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
41632         * sysdeps/x86/Makefile: Here.
41633         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
41634         * sysdeps/x86/tst-xmmymm.sh: This.
41636 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
41638         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
41639         expectations.
41640         [UNIX98] (pthread_barrier_t): Do not expect.
41641         [UNIX98] (pthread_barrierattr_t): Likewise.
41642         [UNIX98] (pthread_spinlock_t): Likewise.
41643         [UNIX98] (pthread_barrier_destroy): Likewise.
41644         [UNIX98] (pthread_barrier_init): Likewise.
41645         [UNIX98] (pthread_barrier_wait): Likewise.
41646         [UNIX98] (pthread_barrierattr_destroy): Likewise.
41647         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
41648         [UNIX98] (pthread_barrierattr_init): Likewise.
41649         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
41650         [UNIX98] (pthread_getcpuclockid): Likewise.
41651         [UNIX98] (pthread_mutex_timedlock): Likewise.
41652         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
41653         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
41654         [UNIX98] (pthread_sigmask): Likewise.
41655         [UNIX98] (pthread_spin_destroy): Likewise.
41656         [UNIX98] (pthread_spin_init): Likewise.
41657         [UNIX98] (pthread_spin_lock): Likewise.
41658         [UNIX98] (pthread_spin_trylock): Likewise.
41659         [UNIX98] (pthread_spin_unlock): Likewise.
41660         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
41661         Do not expect.
41662         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
41663         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
41664         [XPG3 || XPG4] (pthread_cond_t): Likewise.
41665         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
41666         [XPG3 || XPG4] (pthread_key_t): Likewise.
41667         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
41668         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
41669         [XPG3 || XPG4] (pthread_once_t): Likewise.
41670         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
41671         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
41672         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
41673         [XPG3 || XPG4] (pthread_t): Likewise.
41675         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
41676         not expect.
41677         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
41679         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
41680         Change function return type to int.
41682         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
41683         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
41684         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
41685         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
41686         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
41687         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
41688         [!POSIX] (posix_madvise): Likewise.
41689         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
41690         && !UNIX98].
41691         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
41692         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
41693         (mode_t): Likewise.
41694         (posix_mem_offset): Likewise.
41695         (posix_typed_mem_get_info): Likewise.
41696         (posix_typed_mem_open): Likewise.
41698         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
41699         Change condition to [XOPEN2K8].
41701         * conform/conformtest.pl: Preprocess allow-header data with -x c
41702         instead of from stdin.
41703         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
41704         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
41705         [C99-based standards] (cerfc): Likewise.
41706         [C99-based standards] (cexp2): Likewise.
41707         [C99-based standards] (cexpm1): Likewise.
41708         [C99-based standards] (clog10): Likewise.
41709         [C99-based standards] (clog1p): Likewise.
41710         [C99-based standards] (clog2): Likewise.
41711         [C99-based standards] (clgamma): Likewise.
41712         [C99-based standards] (ctgamma): Likewise.
41713         [C99-based standards] (cerff): Likewise.
41714         [C99-based standards] (cerfcf): Likewise.
41715         [C99-based standards] (cexp2f): Likewise.
41716         [C99-based standards] (cexpm1f): Likewise.
41717         [C99-based standards] (clog10f): Likewise.
41718         [C99-based standards] (clog1pf): Likewise.
41719         [C99-based standards] (clog2f): Likewise.
41720         [C99-based standards] (clgammaf): Likewise.
41721         [C99-based standards] (ctgammaf): Likewise.
41722         [C99-based standards] (cerfl): Likewise.
41723         [C99-based standards] (cerfcl): Likewise.
41724         [C99-based standards] (cexp2l): Likewise.
41725         [C99-based standards] (cexpm1l): Likewise.
41726         [C99-based standards] (clog10l): Likewise.
41727         [C99-based standards] (clog1pl): Likewise.
41728         [C99-based standards] (clog2l): Likewise.
41729         [C99-based standards] (clgammal): Likewise.
41730         [C99-based standards] (ctgammal): Likewise.
41731         * conform/data/inttypes.h-data [C99-based standards]: Include
41732         stdint.h-data.  Remove all expectations for stdint.h contents.
41733         [C99-based standards] (PRI*): Do not allow.
41734         [C99-based standards] (SCN*): Likewise.
41735         [C99-based standards] (*_t): Likewise.
41736         [C99-based-standards] (PRId8): Expect macro.
41737         [C99-based-standards] (PRIi8): Likewise.
41738         [C99-based-standards] (PRIo8): Likewise.
41739         [C99-based-standards] (PRIu8): Likewise.
41740         [C99-based-standards] (PRIx8): Likewise.
41741         [C99-based-standards] (PRIX8): Likewise.
41742         [C99-based-standards] (SCNd8): Likewise.
41743         [C99-based-standards] (SCNi8): Likewise.
41744         [C99-based-standards] (SCNo8): Likewise.
41745         [C99-based-standards] (SCNu8): Likewise.
41746         [C99-based-standards] (SCNx8): Likewise.
41747         [C99-based-standards] (PRIdLEAST8): Likewise.
41748         [C99-based-standards] (PRIiLEAST8): Likewise.
41749         [C99-based-standards] (PRIoLEAST8): Likewise.
41750         [C99-based-standards] (PRIuLEAST8): Likewise.
41751         [C99-based-standards] (PRIxLEAST8): Likewise.
41752         [C99-based-standards] (PRIXLEAST8): Likewise.
41753         [C99-based-standards] (SCNdLEAST8): Likewise.
41754         [C99-based-standards] (SCNiLEAST8): Likewise.
41755         [C99-based-standards] (SCNoLEAST8): Likewise.
41756         [C99-based-standards] (SCNuLEAST8): Likewise.
41757         [C99-based-standards] (SCNxLEAST8): Likewise.
41758         [C99-based-standards] (PRIdFAST8): Likewise.
41759         [C99-based-standards] (PRIiFAST8): Likewise.
41760         [C99-based-standards] (PRIoFAST8): Likewise.
41761         [C99-based-standards] (PRIuFAST8): Likewise.
41762         [C99-based-standards] (PRIxFAST8): Likewise.
41763         [C99-based-standards] (PRIXFAST8): Likewise.
41764         [C99-based-standards] (SCNdFAST8): Likewise.
41765         [C99-based-standards] (SCNiFAST8): Likewise.
41766         [C99-based-standards] (SCNoFAST8): Likewise.
41767         [C99-based-standards] (SCNuFAST8): Likewise.
41768         [C99-based-standards] (SCNxFAST8): Likewise.
41769         [C99-based-standards] (PRId16): Likewise.
41770         [C99-based-standards] (PRIi16): Likewise.
41771         [C99-based-standards] (PRIo16): Likewise.
41772         [C99-based-standards] (PRIu16): Likewise.
41773         [C99-based-standards] (PRIx16): Likewise.
41774         [C99-based-standards] (PRIX16): Likewise.
41775         [C99-based-standards] (SCNd16): Likewise.
41776         [C99-based-standards] (SCNi16): Likewise.
41777         [C99-based-standards] (SCNo16): Likewise.
41778         [C99-based-standards] (SCNu16): Likewise.
41779         [C99-based-standards] (SCNx16): Likewise.
41780         [C99-based-standards] (PRIdLEAST16): Likewise.
41781         [C99-based-standards] (PRIiLEAST16): Likewise.
41782         [C99-based-standards] (PRIoLEAST16): Likewise.
41783         [C99-based-standards] (PRIuLEAST16): Likewise.
41784         [C99-based-standards] (PRIxLEAST16): Likewise.
41785         [C99-based-standards] (PRIXLEAST16): Likewise.
41786         [C99-based-standards] (SCNdLEAST16): Likewise.
41787         [C99-based-standards] (SCNiLEAST16): Likewise.
41788         [C99-based-standards] (SCNoLEAST16): Likewise.
41789         [C99-based-standards] (SCNuLEAST16): Likewise.
41790         [C99-based-standards] (SCNxLEAST16): Likewise.
41791         [C99-based-standards] (PRIdFAST16): Likewise.
41792         [C99-based-standards] (PRIiFAST16): Likewise.
41793         [C99-based-standards] (PRIoFAST16): Likewise.
41794         [C99-based-standards] (PRIuFAST16): Likewise.
41795         [C99-based-standards] (PRIxFAST16): Likewise.
41796         [C99-based-standards] (PRIXFAST16): Likewise.
41797         [C99-based-standards] (SCNdFAST16): Likewise.
41798         [C99-based-standards] (SCNiFAST16): Likewise.
41799         [C99-based-standards] (SCNoFAST16): Likewise.
41800         [C99-based-standards] (SCNuFAST16): Likewise.
41801         [C99-based-standards] (SCNxFAST16): Likewise.
41802         [C99-based-standards] (PRId32): Likewise.
41803         [C99-based-standards] (PRIi32): Likewise.
41804         [C99-based-standards] (PRIo32): Likewise.
41805         [C99-based-standards] (PRIu32): Likewise.
41806         [C99-based-standards] (PRIx32): Likewise.
41807         [C99-based-standards] (PRIX32): Likewise.
41808         [C99-based-standards] (SCNd32): Likewise.
41809         [C99-based-standards] (SCNi32): Likewise.
41810         [C99-based-standards] (SCNo32): Likewise.
41811         [C99-based-standards] (SCNu32): Likewise.
41812         [C99-based-standards] (SCNx32): Likewise.
41813         [C99-based-standards] (PRIdLEAST32): Likewise.
41814         [C99-based-standards] (PRIiLEAST32): Likewise.
41815         [C99-based-standards] (PRIoLEAST32): Likewise.
41816         [C99-based-standards] (PRIuLEAST32): Likewise.
41817         [C99-based-standards] (PRIxLEAST32): Likewise.
41818         [C99-based-standards] (PRIXLEAST32): Likewise.
41819         [C99-based-standards] (SCNdLEAST32): Likewise.
41820         [C99-based-standards] (SCNiLEAST32): Likewise.
41821         [C99-based-standards] (SCNoLEAST32): Likewise.
41822         [C99-based-standards] (SCNuLEAST32): Likewise.
41823         [C99-based-standards] (SCNxLEAST32): Likewise.
41824         [C99-based-standards] (PRIdFAST32): Likewise.
41825         [C99-based-standards] (PRIiFAST32): Likewise.
41826         [C99-based-standards] (PRIoFAST32): Likewise.
41827         [C99-based-standards] (PRIuFAST32): Likewise.
41828         [C99-based-standards] (PRIxFAST32): Likewise.
41829         [C99-based-standards] (PRIXFAST32): Likewise.
41830         [C99-based-standards] (SCNdFAST32): Likewise.
41831         [C99-based-standards] (SCNiFAST32): Likewise.
41832         [C99-based-standards] (SCNoFAST32): Likewise.
41833         [C99-based-standards] (SCNuFAST32): Likewise.
41834         [C99-based-standards] (SCNxFAST32): Likewise.
41835         [C99-based-standards] (PRId64): Likewise.
41836         [C99-based-standards] (PRIi64): Likewise.
41837         [C99-based-standards] (PRIo64): Likewise.
41838         [C99-based-standards] (PRIu64): Likewise.
41839         [C99-based-standards] (PRIx64): Likewise.
41840         [C99-based-standards] (PRIX64): Likewise.
41841         [C99-based-standards] (SCNd64): Likewise.
41842         [C99-based-standards] (SCNi64): Likewise.
41843         [C99-based-standards] (SCNo64): Likewise.
41844         [C99-based-standards] (SCNu64): Likewise.
41845         [C99-based-standards] (SCNx64): Likewise.
41846         [C99-based-standards] (PRIdLEAST64): Likewise.
41847         [C99-based-standards] (PRIiLEAST64): Likewise.
41848         [C99-based-standards] (PRIoLEAST64): Likewise.
41849         [C99-based-standards] (PRIuLEAST64): Likewise.
41850         [C99-based-standards] (PRIxLEAST64): Likewise.
41851         [C99-based-standards] (PRIXLEAST64): Likewise.
41852         [C99-based-standards] (SCNdLEAST64): Likewise.
41853         [C99-based-standards] (SCNiLEAST64): Likewise.
41854         [C99-based-standards] (SCNoLEAST64): Likewise.
41855         [C99-based-standards] (SCNuLEAST64): Likewise.
41856         [C99-based-standards] (SCNxLEAST64): Likewise.
41857         [C99-based-standards] (PRIdFAST64): Likewise.
41858         [C99-based-standards] (PRIiFAST64): Likewise.
41859         [C99-based-standards] (PRIoFAST64): Likewise.
41860         [C99-based-standards] (PRIuFAST64): Likewise.
41861         [C99-based-standards] (PRIxFAST64): Likewise.
41862         [C99-based-standards] (PRIXFAST64): Likewise.
41863         [C99-based-standards] (SCNdFAST64): Likewise.
41864         [C99-based-standards] (SCNiFAST64): Likewise.
41865         [C99-based-standards] (SCNoFAST64): Likewise.
41866         [C99-based-standards] (SCNuFAST64): Likewise.
41867         [C99-based-standards] (SCNxFAST64): Likewise.
41868         [C99-based-standards] (PRIdMAX): Likewise.
41869         [C99-based-standards] (PRIiMAX): Likewise.
41870         [C99-based-standards] (PRIoMAX): Likewise.
41871         [C99-based-standards] (PRIuMAX): Likewise.
41872         [C99-based-standards] (PRIxMAX): Likewise.
41873         [C99-based-standards] (PRIXMAX): Likewise.
41874         [C99-based-standards] (SCNdMAX): Likewise.
41875         [C99-based-standards] (SCNiMAX): Likewise.
41876         [C99-based-standards] (SCNoMAX): Likewise.
41877         [C99-based-standards] (SCNuMAX): Likewise.
41878         [C99-based-standards] (SCNxMAX): Likewise.
41879         [C99-based-standards] (PRIdPTR): Likewise.
41880         [C99-based-standards] (PRIiPTR): Likewise.
41881         [C99-based-standards] (PRIoPTR): Likewise.
41882         [C99-based-standards] (PRIuPTR): Likewise.
41883         [C99-based-standards] (PRIxPTR): Likewise.
41884         [C99-based-standards] (PRIXPTR): Likewise.
41885         [C99-based-standards] (SCNdPTR): Likewise.
41886         [C99-based-standards] (SCNiPTR): Likewise.
41887         [C99-based-standards] (SCNoPTR): Likewise.
41888         [C99-based-standards] (SCNuPTR): Likewise.
41889         [C99-based-standards] (SCNxPTR): Likewise.
41890         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
41891         allow.
41892         * conform/data/stdint.h-data: Update comments to clarify
41893         requirements.
41894         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
41895         type.
41896         [C99-based standards] (INT8_MAX): Likewise.
41897         [C99-based standards] (INT16_MIN): Likewise.
41898         [C99-based standards] (INT16_MAX): Likewise.
41899         [C99-based standards] (INT32_MIN): Likewise.
41900         [C99-based standards] (INT32_MAX): Likewise.
41901         [C99-based standards] (INT64_MIN): Likewise.
41902         [C99-based standards] (INT64_MAX): Likewise.
41903         [C99-based standards] (UINT8_MAX): Likewise.
41904         [C99-based standards] (UINT16_MAX): Likewise.
41905         [C99-based standards] (UINT32_MAX): Likewise.
41906         [C99-based standards] (UINT64_MAX): Likewise.
41907         [C99-based standards] (INT_LEAST8_MIN): Likewise.
41908         [C99-based standards] (INT_LEAST8_MAX): Likewise.
41909         [C99-based standards] (INT_LEAST16_MIN): Likewise.
41910         [C99-based standards] (INT_LEAST16_MAX): Likewise.
41911         [C99-based standards] (INT_LEAST32_MIN): Likewise.
41912         [C99-based standards] (INT_LEAST32_MAX): Likewise.
41913         [C99-based standards] (INT_LEAST64_MIN): Likewise.
41914         [C99-based standards] (INT_LEAST64_MAX): Likewise.
41915         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
41916         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
41917         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
41918         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
41919         [C99-based standards] (INT_FAST8_MIN): Likewise.
41920         [C99-based standards] (INT_FAST8_MAX): Likewise.
41921         [C99-based standards] (INT_FAST16_MIN): Likewise.
41922         [C99-based standards] (INT_FAST16_MAX): Likewise.
41923         [C99-based standards] (INT_FAST32_MIN): Likewise.
41924         [C99-based standards] (INT_FAST32_MAX): Likewise.
41925         [C99-based standards] (INT_FAST64_MIN): Likewise.
41926         [C99-based standards] (INT_FAST64_MAX): Likewise.
41927         [C99-based standards] (UINT_FAST8_MAX): Likewise.
41928         [C99-based standards] (UINT_FAST16_MAX): Likewise.
41929         [C99-based standards] (UINT_FAST32_MAX): Likewise.
41930         [C99-based standards] (UINT_FAST64_MAX): Likewise.
41931         [C99-based standards] (INTPTR_MIN): Likewise.
41932         [C99-based standards] (INTPTR_MAX): Likewise.
41933         [C99-based standards] (UINTPTR_MAX): Likewise.
41934         [C99-based standards] (INTMAX_MIN): Likewise.
41935         [C99-based standards] (INTMAX_MAX): Likewise.
41936         [C99-based standards] (UINTMAX_MAX): Likewise.
41937         [C99-based standards] (PTRDIFF_MIN): Likewise.
41938         [C99-based standards] (PTRDIFF_MAX): Likewise.
41939         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
41940         [C99-based standards] (SIZE_MAX): Likewise.
41941         [C99-based standards] (WCHAR_MAX): Likewise.
41942         [C99-based standards] (WINT_MAX): Likewise.
41943         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
41944         constraint on value.
41945         [C99-based standards] (WCHAR_MIN): Likewise.
41946         [C99-based standards] (WINT_MIN): Likewise.
41947         [C99-based standards] (*_t): Allow.
41948         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
41949         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
41950         Include math.h-data and complex.h-data.  Remove all expectations
41951         of math.h and complex.h contents.
41952         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
41953         at end of line.
41954         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
41955         (struct tm): Expect tag.
41956         [C99-based-standards] (wcstof): Expect function.
41957         [C99-based-standards] (wcstold): Likewise.
41958         [C99-based-standards] (wcstoll): Likewise.
41959         [C99-based-standards] (wcstoull): Likewise.
41960         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
41961         macro-int-constant.  Specify type.
41962         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
41963         constraint on value.
41964         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
41965         Specify type.
41966         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
41967         Specify value.
41968         [ISO C standards]: Do not allow headers.
41969         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
41970         wcs[abcdefghijklmnopqrstuvwxyz]*.
41971         [ISO C standards] (*_t): Do not allow.
41972         * conform/data/wctype.h-data [C99-based standards] (iswblank):
41973         Expect function.
41974         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
41975         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
41976         Specify type.
41977         [ISO C standards]: Do not allow headers.
41978         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
41979         is[abcdefghijklmnopqrstuvwxyz]*.
41980         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
41981         to[abcdefghijklmnopqrstuvwxyz]*.
41982         [ISO C standards] (*_t): Do not allow.
41983         * conform/data/stdalign.h-data: New file.
41984         * conform/data/stdbool.h-data: Likewise.
41985         * conform/data/stdnoreturn.h-data: Likewise.
41987 2012-11-07  Roland McGrath  <roland@hack.frob.com>
41989         [BZ #14815]
41990         * manual/filesys.texi (Directory Entries): Typo fix.
41991         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
41993 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
41995         * elf/elf.h (EM_AARCH64): New macro.
41996         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
41997         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
41998         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
41999         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
42000         (R_AARCH64_TLSDESC): Likewise.
42001         (NT_ARM_TLS): Likewise.
42002         (NT_ARM_HW_BREAK): Likewise.
42003         (NT_ARM_HW_WATCH): Likewise.
42005 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
42007         [BZ #14811]
42008         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
42009         (__ieee754_powl): Saturate nonzero exponents with absolute value
42010         below 0x1p-79 to +/- 0x1p-79.
42011         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
42012         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
42013         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
42014         nonzero exponents with absolute value below 0x1p-32 to +/-
42015         0x1p-32.
42016         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
42017         (__ieee754_powl): Saturate nonzero exponents with absolute value
42018         below 0x1p-79 to +/- 0x1p-79.
42019         * math/libm-test.inc (pow_test): Add more tests.
42021 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42023         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
42024         _dl_s390_cap_flags with kernel. Increase string length.
42025         (_dl_s390_platforms): Add z196 and zEC12.
42027 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
42029         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
42030         Change XOPEN21K to XOPEN2K.
42032 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
42034         * string/memmove.c: Use memcpy when possible.
42036 2012-11-06  Andreas Jaeger  <aj@suse.de>
42038         * po/eo.po: Update from translation team.
42040 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
42042         [BZ #14793]
42043         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
42044         exponent and small x and y exponents, scale x or y up.  Increase
42045         by 2 the exponent used in scaling up.
42046         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
42047         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
42048         * math/libm-test.inc (fma_test): Add more tests.
42049         (fma_test_towardzero): Likewise.
42050         (fma_test_downward): Likewise.
42051         (fma_test_upward): Likewise.
42053 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
42055         [BZ #14805]
42056         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
42057         fenv_t *.
42059         [BZ #14801]
42060         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
42061         namespace for names of struct fields.
42062         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
42063         fenv_t fields.
42064         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
42065         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
42067 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42069         [BZ #3665]
42070         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
42072 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
42074         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
42075         PTR_DEMANGLE.
42077         [BZ #5246]
42078         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
42079         PTR_DEMANGLE.
42081 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
42083         [BZ #14797]
42084         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
42085         definitely overflow as x * y not x * y + z.
42086         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
42087         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
42088         * math/libm-test.inc (fma_test): Add more tests.
42089         (fma_test_towardzero): Likewise.
42090         (fma_test_downward): Likewise.
42091         (fma_test_upward): Likewise.
42093 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
42095         [BZ #157]
42097         * include/stub-tag.h: Remove file.
42098         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
42099         '#include' of it.
42100         * manual/maint.texi (Porting): Don't reference it.
42101         * Makerules ($(objpfx)stubs): Likewise.
42102         * dirent/closedir.c: Don't include <stub-tag.h>.
42103         * dirent/dirfd.c: Likewise.
42104         * dirent/fdopendir.c: Likewise.
42105         * dirent/getdents.c: Likewise.
42106         * dirent/getdents64.c: Likewise.
42107         * dirent/opendir.c: Likewise.
42108         * dirent/readdir.c: Likewise.
42109         * dirent/readdir64.c: Likewise.
42110         * dirent/readdir64_r.c: Likewise.
42111         * dirent/readdir_r.c: Likewise.
42112         * dirent/rewinddir.c: Likewise.
42113         * dirent/seekdir.c: Likewise.
42114         * dirent/telldir.c: Likewise.
42115         * gmon/profil.c: Likewise.
42116         * grp/setgroups.c: Likewise.
42117         * inet/if_index.c: Likewise.
42118         * io/access.c: Likewise.
42119         * io/chdir.c: Likewise.
42120         * io/chmod.c: Likewise.
42121         * io/chown.c: Likewise.
42122         * io/close.c: Likewise.
42123         * io/dup.c: Likewise.
42124         * io/dup2.c: Likewise.
42125         * io/dup3.c: Likewise.
42126         * io/euidaccess.c: Likewise.
42127         * io/faccessat.c: Likewise.
42128         * io/fchdir.c: Likewise.
42129         * io/fchmod.c: Likewise.
42130         * io/fchmodat.c: Likewise.
42131         * io/fchown.c: Likewise.
42132         * io/fchownat.c: Likewise.
42133         * io/fcntl.c: Likewise.
42134         * io/flock.c: Likewise.
42135         * io/fstatfs.c: Likewise.
42136         * io/fstatfs64.c: Likewise.
42137         * io/fstatvfs.c: Likewise.
42138         * io/fstatvfs64.c: Likewise.
42139         * io/futimens.c: Likewise.
42140         * io/fxstat.c: Likewise.
42141         * io/fxstat64.c: Likewise.
42142         * io/fxstatat.c: Likewise.
42143         * io/fxstatat64.c: Likewise.
42144         * io/getcwd.c: Likewise.
42145         * io/isatty.c: Likewise.
42146         * io/lchmod.c: Likewise.
42147         * io/lchown.c: Likewise.
42148         * io/link.c: Likewise.
42149         * io/linkat.c: Likewise.
42150         * io/lseek.c: Likewise.
42151         * io/lseek64.c: Likewise.
42152         * io/lxstat64.c: Likewise.
42153         * io/mkdir.c: Likewise.
42154         * io/mkdirat.c: Likewise.
42155         * io/mkfifo.c: Likewise.
42156         * io/mkfifoat.c: Likewise.
42157         * io/open.c: Likewise.
42158         * io/open64.c: Likewise.
42159         * io/openat.c: Likewise.
42160         * io/openat64.c: Likewise.
42161         * io/pipe.c: Likewise.
42162         * io/pipe2.c: Likewise.
42163         * io/poll.c: Likewise.
42164         * io/posix_fadvise.c: Likewise.
42165         * io/posix_fadvise64.c: Likewise.
42166         * io/posix_fallocate.c: Likewise.
42167         * io/posix_fallocate64.c: Likewise.
42168         * io/read.c: Likewise.
42169         * io/readlink.c: Likewise.
42170         * io/readlinkat.c: Likewise.
42171         * io/rmdir.c: Likewise.
42172         * io/sendfile.c: Likewise.
42173         * io/sendfile64.c: Likewise.
42174         * io/statfs.c: Likewise.
42175         * io/statfs64.c: Likewise.
42176         * io/statvfs.c: Likewise.
42177         * io/statvfs64.c: Likewise.
42178         * io/symlink.c: Likewise.
42179         * io/symlinkat.c: Likewise.
42180         * io/ttyname.c: Likewise.
42181         * io/ttyname_r.c: Likewise.
42182         * io/umask.c: Likewise.
42183         * io/unlink.c: Likewise.
42184         * io/unlinkat.c: Likewise.
42185         * io/utime.c: Likewise.
42186         * io/utimensat.c: Likewise.
42187         * io/write.c: Likewise.
42188         * io/xmknod.c: Likewise.
42189         * io/xmknodat.c: Likewise.
42190         * io/xstat.c: Likewise.
42191         * io/xstat64.c: Likewise.
42192         * login/getpt.c: Likewise.
42193         * login/grantpt.c: Likewise.
42194         * login/unlockpt.c: Likewise.
42195         * math/e_acoshl.c: Likewise.
42196         * math/e_acosl.c: Likewise.
42197         * math/e_asinl.c: Likewise.
42198         * math/e_atan2l.c: Likewise.
42199         * math/e_atanhl.c: Likewise.
42200         * math/e_coshl.c: Likewise.
42201         * math/e_expl.c: Likewise.
42202         * math/e_fmodl.c: Likewise.
42203         * math/e_gammal_r.c: Likewise.
42204         * math/e_hypotl.c: Likewise.
42205         * math/e_j0l.c: Likewise.
42206         * math/e_j1l.c: Likewise.
42207         * math/e_jnl.c: Likewise.
42208         * math/e_lgammal_r.c: Likewise.
42209         * math/e_log10l.c: Likewise.
42210         * math/e_log2l.c: Likewise.
42211         * math/e_logl.c: Likewise.
42212         * math/e_powl.c: Likewise.
42213         * math/e_rem_pio2l.c: Likewise.
42214         * math/e_sinhl.c: Likewise.
42215         * math/e_sqrtl.c: Likewise.
42216         * math/fclrexcpt.c: Likewise.
42217         * math/fedisblxcpt.c: Likewise.
42218         * math/feenablxcpt.c: Likewise.
42219         * math/fegetenv.c: Likewise.
42220         * math/fegetexcept.c: Likewise.
42221         * math/fegetround.c: Likewise.
42222         * math/feholdexcpt.c: Likewise.
42223         * math/fesetenv.c: Likewise.
42224         * math/fesetround.c: Likewise.
42225         * math/feupdateenv.c: Likewise.
42226         * math/fgetexcptflg.c: Likewise.
42227         * math/fraiseexcpt.c: Likewise.
42228         * math/fsetexcptflg.c: Likewise.
42229         * math/ftestexcept.c: Likewise.
42230         * math/k_cosl.c: Likewise.
42231         * math/k_rem_pio2l.c: Likewise.
42232         * math/k_sinl.c: Likewise.
42233         * math/k_tanl.c: Likewise.
42234         * math/s_asinhl.c: Likewise.
42235         * math/s_atanl.c: Likewise.
42236         * math/s_cbrtl.c: Likewise.
42237         * math/s_erfl.c: Likewise.
42238         * math/s_expm1l.c: Likewise.
42239         * math/s_log1pl.c: Likewise.
42240         * math/s_tanhl.c: Likewise.
42241         * misc/acct.c: Likewise.
42242         * misc/brk.c: Likewise.
42243         * misc/chflags.c: Likewise.
42244         * misc/chroot.c: Likewise.
42245         * misc/fchflags.c: Likewise.
42246         * misc/fgetxattr.c: Likewise.
42247         * misc/flistxattr.c: Likewise.
42248         * misc/fremovexattr.c: Likewise.
42249         * misc/fsetxattr.c: Likewise.
42250         * misc/fsync.c: Likewise.
42251         * misc/ftruncate.c: Likewise.
42252         * misc/futimes.c: Likewise.
42253         * misc/futimesat.c: Likewise.
42254         * misc/getdomain.c: Likewise.
42255         * misc/getdtsz.c: Likewise.
42256         * misc/gethostid.c: Likewise.
42257         * misc/gethostname.c: Likewise.
42258         * misc/getloadavg.c: Likewise.
42259         * misc/getpagesize.c: Likewise.
42260         * misc/getsysstats.c: Likewise.
42261         * misc/getxattr.c: Likewise.
42262         * misc/gtty.c: Likewise.
42263         * misc/ioctl.c: Likewise.
42264         * misc/lgetxattr.c: Likewise.
42265         * misc/listxattr.c: Likewise.
42266         * misc/llistxattr.c: Likewise.
42267         * misc/lremovexattr.c: Likewise.
42268         * misc/lsetxattr.c: Likewise.
42269         * misc/lutimes.c: Likewise.
42270         * misc/madvise.c: Likewise.
42271         * misc/mincore.c: Likewise.
42272         * misc/mlock.c: Likewise.
42273         * misc/mlockall.c: Likewise.
42274         * misc/mmap.c: Likewise.
42275         * misc/mprotect.c: Likewise.
42276         * misc/msync.c: Likewise.
42277         * misc/munlock.c: Likewise.
42278         * misc/munlockall.c: Likewise.
42279         * misc/munmap.c: Likewise.
42280         * misc/preadv.c: Likewise.
42281         * misc/preadv64.c: Likewise.
42282         * misc/ptrace.c: Likewise.
42283         * misc/pwritev.c: Likewise.
42284         * misc/pwritev64.c: Likewise.
42285         * misc/readv.c: Likewise.
42286         * misc/reboot.c: Likewise.
42287         * misc/remap_file_pages.c: Likewise.
42288         * misc/removexattr.c: Likewise.
42289         * misc/revoke.c: Likewise.
42290         * misc/select.c: Likewise.
42291         * misc/setdomain.c: Likewise.
42292         * misc/setegid.c: Likewise.
42293         * misc/seteuid.c: Likewise.
42294         * misc/sethostid.c: Likewise.
42295         * misc/sethostname.c: Likewise.
42296         * misc/setregid.c: Likewise.
42297         * misc/setreuid.c: Likewise.
42298         * misc/setxattr.c: Likewise.
42299         * misc/sstk.c: Likewise.
42300         * misc/stty.c: Likewise.
42301         * misc/swapoff.c: Likewise.
42302         * misc/swapon.c: Likewise.
42303         * misc/sync.c: Likewise.
42304         * misc/syncfs.c: Likewise.
42305         * misc/syscall.c: Likewise.
42306         * misc/truncate.c: Likewise.
42307         * misc/ualarm.c: Likewise.
42308         * misc/usleep.c: Likewise.
42309         * misc/ustat.c: Likewise.
42310         * misc/utimes.c: Likewise.
42311         * misc/vhangup.c: Likewise.
42312         * misc/writev.c: Likewise.
42313         * posix/_exit.c: Likewise.
42314         * posix/alarm.c: Likewise.
42315         * posix/execve.c: Likewise.
42316         * posix/fexecve.c: Likewise.
42317         * posix/fork.c: Likewise.
42318         * posix/fpathconf.c: Likewise.
42319         * posix/getaddrinfo.c: Likewise.
42320         * posix/getegid.c: Likewise.
42321         * posix/geteuid.c: Likewise.
42322         * posix/getgid.c: Likewise.
42323         * posix/getgroups.c: Likewise.
42324         * posix/getlogin.c: Likewise.
42325         * posix/getlogin_r.c: Likewise.
42326         * posix/getpgid.c: Likewise.
42327         * posix/getpid.c: Likewise.
42328         * posix/getppid.c: Likewise.
42329         * posix/getresgid.c: Likewise.
42330         * posix/getresuid.c: Likewise.
42331         * posix/getsid.c: Likewise.
42332         * posix/getuid.c: Likewise.
42333         * posix/glob64.c: Likewise.
42334         * posix/nanosleep.c: Likewise.
42335         * posix/pathconf.c: Likewise.
42336         * posix/pause.c: Likewise.
42337         * posix/posix_madvise.c: Likewise.
42338         * posix/pread.c: Likewise.
42339         * posix/pread64.c: Likewise.
42340         * posix/pwrite.c: Likewise.
42341         * posix/pwrite64.c: Likewise.
42342         * posix/sched_getaffinity.c: Likewise.
42343         * posix/sched_getp.c: Likewise.
42344         * posix/sched_gets.c: Likewise.
42345         * posix/sched_primax.c: Likewise.
42346         * posix/sched_primin.c: Likewise.
42347         * posix/sched_rr_gi.c: Likewise.
42348         * posix/sched_setaffinity.c: Likewise.
42349         * posix/sched_setp.c: Likewise.
42350         * posix/sched_sets.c: Likewise.
42351         * posix/sched_yield.c: Likewise.
42352         * posix/setgid.c: Likewise.
42353         * posix/setlogin.c: Likewise.
42354         * posix/setpgid.c: Likewise.
42355         * posix/setresgid.c: Likewise.
42356         * posix/setresuid.c: Likewise.
42357         * posix/setsid.c: Likewise.
42358         * posix/setuid.c: Likewise.
42359         * posix/sleep.c: Likewise.
42360         * posix/spawni.c: Likewise.
42361         * posix/sysconf.c: Likewise.
42362         * posix/times.c: Likewise.
42363         * posix/wait.c: Likewise.
42364         * posix/wait3.c: Likewise.
42365         * posix/wait4.c: Likewise.
42366         * posix/waitpid.c: Likewise.
42367         * resolv/gai_sigqueue.c: Likewise.
42368         * resource/getpriority.c: Likewise.
42369         * resource/getrlimit.c: Likewise.
42370         * resource/getrusage.c: Likewise.
42371         * resource/nice.c: Likewise.
42372         * resource/setpriority.c: Likewise.
42373         * resource/setrlimit.c: Likewise.
42374         * resource/ulimit.c: Likewise.
42375         * rt/aio_cancel.c: Likewise.
42376         * rt/aio_fsync.c: Likewise.
42377         * rt/aio_read.c: Likewise.
42378         * rt/aio_sigqueue.c: Likewise.
42379         * rt/aio_suspend.c: Likewise.
42380         * rt/aio_write.c: Likewise.
42381         * rt/clock_getres.c: Likewise.
42382         * rt/clock_gettime.c: Likewise.
42383         * rt/clock_nanosleep.c: Likewise.
42384         * rt/clock_settime.c: Likewise.
42385         * rt/lio_listio.c: Likewise.
42386         * rt/mq_close.c: Likewise.
42387         * rt/mq_getattr.c: Likewise.
42388         * rt/mq_notify.c: Likewise.
42389         * rt/mq_open.c: Likewise.
42390         * rt/mq_receive.c: Likewise.
42391         * rt/mq_send.c: Likewise.
42392         * rt/mq_setattr.c: Likewise.
42393         * rt/mq_timedreceive.c: Likewise.
42394         * rt/mq_timedsend.c: Likewise.
42395         * rt/mq_unlink.c: Likewise.
42396         * rt/shm_open.c: Likewise.
42397         * rt/shm_unlink.c: Likewise.
42398         * rt/timer_create.c: Likewise.
42399         * rt/timer_delete.c: Likewise.
42400         * rt/timer_getoverr.c: Likewise.
42401         * rt/timer_gettime.c: Likewise.
42402         * rt/timer_settime.c: Likewise.
42403         * setjmp/__longjmp.c: Likewise.
42404         * setjmp/setjmp.c: Likewise.
42405         * signal/kill.c: Likewise.
42406         * signal/killpg.c: Likewise.
42407         * signal/raise.c: Likewise.
42408         * signal/sigaction.c: Likewise.
42409         * signal/sigaltstack.c: Likewise.
42410         * signal/sigblock.c: Likewise.
42411         * signal/sigignore.c: Likewise.
42412         * signal/sigintr.c: Likewise.
42413         * signal/signal.c: Likewise.
42414         * signal/sigpause.c: Likewise.
42415         * signal/sigpending.c: Likewise.
42416         * signal/sigqueue.c: Likewise.
42417         * signal/sigreturn.c: Likewise.
42418         * signal/sigset.c: Likewise.
42419         * signal/sigsetmask.c: Likewise.
42420         * signal/sigstack.c: Likewise.
42421         * signal/sigsuspend.c: Likewise.
42422         * signal/sigtimedwait.c: Likewise.
42423         * signal/sigvec.c: Likewise.
42424         * signal/sigwait.c: Likewise.
42425         * signal/sigwaitinfo.c: Likewise.
42426         * signal/sysv_signal.c: Likewise.
42427         * socket/accept.c: Likewise.
42428         * socket/accept4.c: Likewise.
42429         * socket/bind.c: Likewise.
42430         * socket/connect.c: Likewise.
42431         * socket/getpeername.c: Likewise.
42432         * socket/getsockname.c: Likewise.
42433         * socket/getsockopt.c: Likewise.
42434         * socket/isfdtype.c: Likewise.
42435         * socket/listen.c: Likewise.
42436         * socket/recv.c: Likewise.
42437         * socket/recvfrom.c: Likewise.
42438         * socket/recvmsg.c: Likewise.
42439         * socket/send.c: Likewise.
42440         * socket/sendmsg.c: Likewise.
42441         * socket/sendto.c: Likewise.
42442         * socket/setsockopt.c: Likewise.
42443         * socket/shutdown.c: Likewise.
42444         * socket/sockatmark.c: Likewise.
42445         * socket/socket.c: Likewise.
42446         * socket/socketpair.c: Likewise.
42447         * stdio-common/ctermid.c: Likewise.
42448         * stdio-common/cuserid.c: Likewise.
42449         * stdio-common/remove.c: Likewise.
42450         * stdio-common/rename.c: Likewise.
42451         * stdio-common/renameat.c: Likewise.
42452         * stdio-common/tempname.c: Likewise.
42453         * stdlib/getcontext.c: Likewise.
42454         * stdlib/makecontext.c: Likewise.
42455         * stdlib/setcontext.c: Likewise.
42456         * stdlib/swapcontext.c: Likewise.
42457         * stdlib/system.c: Likewise.
42458         * streams/fattach.c: Likewise.
42459         * streams/fdetach.c: Likewise.
42460         * streams/getmsg.c: Likewise.
42461         * streams/getpmsg.c: Likewise.
42462         * streams/putmsg.c: Likewise.
42463         * streams/putpmsg.c: Likewise.
42464         * sysdeps/unix/bsd/getpt.c: Likewise.
42465         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
42466         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
42467         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
42468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
42469         Likewise.
42470         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
42471         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
42472         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
42473         * sysvipc/msgctl.c: Likewise.
42474         * sysvipc/msgget.c: Likewise.
42475         * sysvipc/msgrcv.c: Likewise.
42476         * sysvipc/msgsnd.c: Likewise.
42477         * sysvipc/semctl.c: Likewise.
42478         * sysvipc/semget.c: Likewise.
42479         * sysvipc/semop.c: Likewise.
42480         * sysvipc/semtimedop.c: Likewise.
42481         * sysvipc/shmat.c: Likewise.
42482         * sysvipc/shmctl.c: Likewise.
42483         * sysvipc/shmdt.c: Likewise.
42484         * sysvipc/shmget.c: Likewise.
42485         * termios/tcdrain.c: Likewise.
42486         * termios/tcflow.c: Likewise.
42487         * termios/tcflush.c: Likewise.
42488         * termios/tcgetattr.c: Likewise.
42489         * termios/tcgetpgrp.c: Likewise.
42490         * termios/tcsendbrk.c: Likewise.
42491         * termios/tcsetattr.c: Likewise.
42492         * termios/tcsetpgrp.c: Likewise.
42493         * time/adjtime.c: Likewise.
42494         * time/clock.c: Likewise.
42495         * time/getitimer.c: Likewise.
42496         * time/gettimeofday.c: Likewise.
42497         * time/setitimer.c: Likewise.
42498         * time/settimeofday.c: Likewise.
42499         * time/stime.c: Likewise.
42500         * time/time.c: Likewise.
42502 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
42504         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
42505         /usr/old/bin.
42507         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
42508         instead of spaces.
42509         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
42511 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
42513         [BZ #14796]
42514         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
42515         FE_TONEAREST before applying Dekker multiplication and Knuth
42516         addition.  Clear inexact exceptions and check for exact zero
42517         results afterwards.
42518         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
42519         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
42520         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
42521         * math/libm-test.inc (fma_test): Add more tests.
42522         (fma_test_towardzero): Likewise.
42523         (fma_test_downward): Likewise.
42524         (fma_test_upward): Likewise.
42525         * sysdeps/generic/math_private.h (default_libc_fesetround): New
42526         function.
42527         (libc_fesetround): New macro.
42528         (libc_fesetroundf): Likewise.
42529         (libc_fesetroundl): Likewise.
42530         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
42531         function.
42532         (libc_fesetround_387): Likewise.
42533         (libc_fesetroundf): New macro.
42534         (libc_fesetround): Likewise.
42535         (libc_fesetroundl): Likewise.
42536         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
42537         function.
42538         (libc_fesetroundf): New macro.
42539         (libc_fesetround): Likewise.
42540         (libc_fesetroundl): Likewise.
42541         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
42542         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
42543         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
42544         libm_hidden_ver.
42545         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
42546         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
42547         libm_hidden_def.
42548         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
42549         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
42550         libm_hidden_ver.
42551         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
42552         libm_hidden_def.
42554         [BZ #3439]
42555         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
42556         integer constant usable in #if and use that to give value to enum
42557         constant.
42558         (FE_DIVBYZERO): Likewise.
42559         (FE_UNDERFLOW): Likewise.
42560         (FE_OVERFLOW): Likewise.
42561         (FE_INVALID): Likewise.
42562         (FE_INVALID_SNAN): Likewise.
42563         (FE_INVALID_ISI): Likewise.
42564         (FE_INVALID_IDI): Likewise.
42565         (FE_INVALID_ZDZ): Likewise.
42566         (FE_INVALID_IMZ): Likewise.
42567         (FE_INVALID_COMPARE): Likewise.
42568         (FE_INVALID_SOFTWARE): Likewise.
42569         (FE_INVALID_SQRT): Likewise.
42570         (FE_INVALID_INTEGER_CONVERSION): Likewise.
42571         (FE_TONEAREST): Likewise.
42572         (FE_TOWARDZERO): Likewise.
42573         (FE_UPWARD): Likewise.
42574         (FE_DOWNWARD): Likewise.
42575         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
42576         (FE_DIVBYZERO): Likewise.
42577         (FE_OVERFLOW): Likewise.
42578         (FE_UNDERFLOW): Likewise.
42579         (FE_INEXACT): Likewise.
42580         (FE_TONEAREST): Likewise.
42581         (FE_DOWNWARD): Likewise.
42582         (FE_UPWARD): Likewise.
42583         (FE_TOWARDZERO): Likewise.
42584         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
42585         (FE_UNDERFLOW): Likewise.
42586         (FE_OVERFLOW): Likewise.
42587         (FE_DIVBYZERO): Likewise.
42588         (FE_INVALID): Likewise.
42589         (FE_TONEAREST): Likewise.
42590         (FE_TOWARDZERO): Likewise.
42591         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
42592         (FE_OVERFLOW): Likewise.
42593         (FE_UNDERFLOW): Likewise.
42594         (FE_DIVBYZERO): Likewise.
42595         (FE_INEXACT): Likewise.
42596         (FE_TONEAREST): Likewise.
42597         (FE_TOWARDZERO): Likewise.
42598         (FE_UPWARD): Likewise.
42599         (FE_DOWNWARD): Likewise.
42600         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
42601         (FE_DIVBYZERO): Likewise.
42602         (FE_OVERFLOW): Likewise.
42603         (FE_UNDERFLOW): Likewise.
42604         (FE_INEXACT): Likewise.
42605         (FE_TONEAREST): Likewise.
42606         (FE_DOWNWARD): Likewise.
42607         (FE_UPWARD): Likewise.
42608         (FE_TOWARDZERO): Likewise.
42610 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
42612         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
42614 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
42616         * scripts/cross-test-ssh.sh (command): Use newlines to separate
42617         commands.  Quote $PWD.
42618         (blacklist_exports): Don't use remove_newlines.  Replace "declare
42619         -x" by "export".
42620         (remove_newlines): Remove.
42622 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
42624         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
42625         * stdlib/stdlib.h (atof): Moved to ...
42626         * include/bits/stdlib-float.h: Here.  New file.
42627         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
42628         * stdlib/bits/stdlib-float.h: New file.
42629         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
42630         -mno-sse -mno-mmx.
42631         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
42632         <xmmintrin.h>.
42634 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
42636         * conform/conformtest.pl (@headers): Add fenv.h.
42637         * conform/data/fenv.h-data: New file.
42638         * include/fenv.h [_ISOMAC]: Disable all contents of file except
42639         include of <math/fenv.h>.
42641         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
42642         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
42643         && !UNIX98].  Enables tests for XOPEN2K8.
42644         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
42645         POSIX2008]: Likewise.
42647         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
42648         (struct rusage): Do not expect type or its members.
42650         [BZ #3439]
42651         * math/math.h (FP_NAN): Define macro to integer constant usable in
42652         #if and use that to give value to enum constant.
42653         (FP_INFINITE): Likewise.
42654         (FP_ZERO): Likewise.
42655         (FP_SUBNORMAL): Likewise.
42656         (FP_NORMAL): Likewise.
42658 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
42660         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
42661         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
42662         arguments.
42664 2012-11-02  Roland McGrath  <roland@hack.frob.com>
42666         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
42667         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
42668         autoconf-time if not.
42669         * configure.in: Remove AC_PREREQ.
42671 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42673         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
42674         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
42675         of the internal implementation.
42677 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
42679         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
42680         except include of <misc/sys/syslog.h>.
42682 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
42684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
42685         function returns with a NULL context exit with zero.
42687 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42689         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
42691 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
42693         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
42694         (run_program_cmd): This.
42695         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
42696         (tst_langinfo): New variable.  Use it.
42698 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
42700         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
42701         floating point opcodes.
42703 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
42705         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
42706         variable.
42708         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
42710         * sysdeps/mach/hurd/powerpc: Remove directory.
42711         * sysdeps/mach/powerpc: Likewise.
42713 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
42715         * scripts/check-local-headers.sh: Ignore c++ headers.
42717 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
42719         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
42720         __libc_cleanup_region_start argument.
42722 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
42724         [BZ #14784]
42725         [BZ #14785]
42726         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
42727         x * y using scaling, not as x * y + z.
42728         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
42729         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
42730         * math/libm-test.inc (fma_test): Add more tests.
42731         (fma_test_towardzero): Likewise.
42732         (fma_test_downward): Likewise.
42733         (fma_test_upward): Likewise.
42735 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
42737         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
42739 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
42741         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
42742         New variable.
42744 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
42746         * rt/tst-shm.c (worker): Correct checking for mmap failure.
42748 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
42750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42751         Fix sort order.
42752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42753         Likewise.
42755 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42758         Fix the order of the list for glibc 2.17.
42759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42760         Likewise.
42762 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
42764         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42766 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
42768         [BZ #14610]
42769         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
42770         for low part of x being zero before using __atanl (y).
42771         * math/libm-test.inc (atan2_test): Add another test.
42773         * manual/install.texi (Configuring and compiling): Document
42774         general use of test-wrapper and test-wrapper-env.
42775         * INSTALL: Regenerated.
42777         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
42778         (__fma): Do not extract and scale down low bits on after-rounding
42779         systems when result rounded to normal precision would have normal
42780         exponent.
42781         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
42782         (__fmal): Do not extract and scale down low bits on after-rounding
42783         systems when result rounded to normal precision would have normal
42784         exponent.
42785         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
42786         (__fmal): Do not extract and scale down low bits on after-rounding
42787         systems when result rounded to normal precision would have normal
42788         exponent.
42789         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
42790         macro.
42791         (fma_test): Add more tests.
42792         (fma_test_towardzero): Likewise.
42793         (fma_test_downward): Likewise.
42794         (fma_test_upward): Likewise.
42796 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
42798         * sysdeps/i386/tininess.h: Renamed to ...
42799         * sysdeps/x86/tininess.h: This.
42800         * sysdeps/x86_64/tininess.h: Removed.
42802 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
42804         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
42805         input.  Use $(build-program-cmd).
42806         ($(objpfx)tst-array1-static.out): Likewise.
42807         ($(objpfx)tst-array2.out): Likewise.
42808         ($(objpfx)tst-array3.out): Likewise.
42809         ($(objpfx)tst-array4.out): Likewise.
42810         ($(objpfx)tst-array5.out): Likewise.
42811         ($(objpfx)tst-array5-static.out): Likewise.
42813 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
42815         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
42816         if defined.
42818         * nss/nsswitch.h (nss_interface_function): Provide new
42819         macro for use with NSS functions.
42820         * grp/initgroups.c: Use new macro.
42821         * nss/getXXbyYY.c: Likewise.
42822         * nss/getXXbyYY_r.c: Likewise.
42823         * nss/getXXent.c: Likewise.
42824         * nss/getXXent_r.c: Likewise.
42825         * sysdeps/posix/getaddrinfo.c: Likewise.
42827 2012-10-30  Andreas Jaeger  <aj@suse.de>
42829         * po/ru.po: Update Russion translation from translation project.
42831 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
42833         [BZ #14152]
42834         [BZ #14783]
42835         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
42836         result and shift together with sticky bit instead of replicating
42837         round-to-nearest rounding.
42838         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
42839         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
42840         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
42841         missing underflow exceptions.
42842         (fma_test_towardzero): Add more tests.
42843         (fma_test_downward): Likewise.
42844         (fma_test_upward): Likewise.
42846         [BZ #14047]
42847         * sysdeps/generic/tininess.h: New file.
42848         * sysdeps/i386/tininess.h: Likewise.
42849         * sysdeps/sh/tininess.h: Likewise.
42850         * sysdeps/x86_64/tininess.h: Likewise.
42851         * stdlib/tst-strtod-underflow.c: Likewise.
42852         * stdlib/tst-tininess.c: Likewise.
42853         * stdlib/strtod_l.c: Include <tininess.h>.
42854         (round_and_return): Do not set errno for exact underflow cases.
42855         Force an underflow exception when setting errno for underflow.
42856         Determine underflow based on rounding to normal precision if
42857         TININESS_AFTER_ROUNDING.
42858         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
42859         ERANGE for exact underflow cases.
42860         * stdlib/Makefile (tests): Add tst-tininess and
42861         tst-strtod-underflow.
42862         ($(objpfx)tst-tininess): Use $(link-libm).
42863         ($(objpfx)tst-strtod-underflow): Likewise.
42865 2012-10-30  Andreas Jaeger  <aj@suse.de>
42867         [BZ#14767]
42868         * elf/Makefile (tests): Remove conditional for have-initfini-array
42869         since this is now always required and the variable does not exist
42870         anymore.
42871         (tests-static): Likewise.
42872         (modules-names): Likewise.
42874         * po/eo.po: Add Esperanto translation from translation project.
42876         * elf/tst-array1.c (fini_array): Make writeable so that it can be
42877         merged with constructor/destructor.
42878         (init_array): Likewise.
42879         * elf/tst-array2dep.c (fini_array): Likewise.
42880         (init_array): Likewise.
42882 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
42884         * manual/message.texi: Delete @cartouche tags.
42886 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
42888         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
42889         EOPNOTSUPP.
42890         * sysdeps/mach/hurd/fsync.c: Likewise.
42892         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
42893         [_POSIX_REALTIME_SIGNALS]: Change condition to
42894         [_POSIX_REALTIME_SIGNALS > 0].
42896 2012-10-27  Andreas Jaeger  <aj@suse.de>
42898         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
42899         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
42900         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
42901         [__WORDSIZE != 64]: Likewise.
42903 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
42905         *  iconvdata/tst-table.sh: Remove ${SHELL}.
42906         *  iconvdata/tst-tables.sh: Likewise.
42908 2012-10-25  David S. Miller  <davem@davemloft.net>
42910         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42911         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
42912         of strtoull.
42914         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
42915         ifunc-impl-list.c
42916         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42917         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
42918         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
42919         file.
42921 2012-10-25  Roland McGrath  <roland@hack.frob.com>
42923         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42924         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
42925         __getdirentries.
42927 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
42928             Jim Blandy  <jimb@codesourcery.com>
42930         * scripts/cross-test-ssh.sh: New file.
42931         * manual/install.texi (Configuring and compiling): Document use of
42932         cross-test-ssh.sh.
42933         * INSTALL: Regenerated.
42935 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
42937         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
42938         EOPNOTSUPP.
42940 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
42942         * Makeconfig (run-program-prefix): Fix comment.
42944 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
42945             Jim Blandy  <jimb@codesourcery.com>
42947         * Makeconfig (test-wrapper): New variable,
42948         (test-wrapper-env): Likewise.
42949         [$(cross-compiling) = yes && $(test-wrapper) != ""]
42950         (run-built-tests): Define to yes.
42951         (run-program-prefix): Use $(test-wrapper).
42952         (built-program-cmd): Likewise.
42953         * Rules (make-test-out): Use $(test-wrapper-env) and
42954         $(host-built-program-cmd).
42955         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
42956         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
42957         tst-pathopt.sh.
42958         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
42959         $(test-wrapper-env) to tst-rtld-load-self.sh.
42960         ($(objpfx)order2.out): Use $(test-wrapper).
42961         ($(objpfx)tst-initorder.out): Likewise.
42962         ($(objpfx)tst-initorder2.out): Likewise.
42963         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
42964         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
42965         (test_wrapper_env): New variable.  Use it to run ld.so.
42966         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
42967         Use it to run ld.so.
42968         (test_wrapper_env): Likewise.
42969         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
42970         $(test-wrapper) to run-iconv-test.sh.
42971         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
42972         (ICONV): Use $test_wrapper.
42973         * posix/Makefile ($(objpfx)globtest.out): Pass
42974         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
42975         globtest.sh, not $(run-program-prefix).
42976         * posix/globtest.sh (run_via_rtld_prefix): New variable.
42977         (test_wrapper): Likewise.
42978         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
42979         set together with run_via_rtld_prefix.
42980         (run_program_prefix): Define in terms of test_wrapper and
42981         run_via_rtld_prefix.
42983 2012-10-24  Roland McGrath  <roland@hack.frob.com>
42985         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
42986         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
42987         Targets removed.
42989         [BZ #14743]
42990         * include/time.h: Remove librt_hidden_proto (clock_gettime).
42991         Declare __clock_getres, __clock_gettime, __clock_settime,
42992         __clock_nanosleep, and __clock_getcpuclockid.
42993         * rt/clock_gettime.c: Define __clock_gettime as an alias.
42994         Remove librt_hidden_def (clock_gettime).
42995         * sysdeps/unix/clock_gettime.c: Likewise.
42996         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
42997         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
42998         * rt/clock_getres.c: Define __clock_getres as an alias.
42999         * sysdeps/posix/clock_getres.c: Likewise.
43000         * rt/clock_settime.c: Define __clock_settime as an alias.
43001         * sysdeps/unix/clock_settime.c: Likewise.
43002         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
43003         * sysdeps/unix/clock_nanosleep.c: Likewise.
43004         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
43005         * rt/clock-compat.c: New file.
43006         * rt/Makefile (librt-routines): Add clock-compat and move
43007         $(clock-routines) to ...
43008         (routines): ... here, new variable.
43009         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
43010         Don't add get_clockfreq here.
43011         * rt/Versions (libc: GLIBC_2.17): New version set.
43012         Add clock_* symbols here.
43013         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
43014         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
43015         (GLIBC_2.17): Add clock_* symbols.
43016         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
43017         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
43018         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
43019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
43020         Likewise.
43021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43022         Likewise.
43023         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
43024         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
43025         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
43026         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
43027         * NEWS: Mention the move.
43029         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
43030         Use __open, __read, __close rather than their public counterparts.
43031         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
43032         (__get_clockfreq_via_cpuinfo): Likewise.
43033         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
43034         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
43036         * config.h.in (HAVE_IFUNC): New #undef.
43037         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
43038         was successful.
43039         * configure: Regenerated.
43041 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
43043         * configure.in: Move READELF check to start of file.
43044         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
43045         libc_cv_asm_gnu_indirect_function in the process.
43046         * configure: Regenerated.
43048 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
43050         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
43051         send the output to /dev/null.
43052         (libc_cv_cc_with_libunwind): Likewise.
43053         (libc_cv_as_noexecstack): Likewise.
43054         * configure: Regenerate.
43056 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
43058         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
43060         * posix/globtest.sh (TMPDIR): Do not set.
43061         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
43062         (testout): Likewise.
43064 2012-10-24  Andreas Jaeger  <aj@suse.de>
43066         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
43067         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
43068         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
43069         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
43070         posix_fadvise64, posix_fallocate64.
43072         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
43073         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
43074         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
43075         Likewise.
43076         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
43077         Likewise.
43078         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
43080         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
43081         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
43082         <bits/fcntl-linux.h>.
43083         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
43085         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
43086         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
43087         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
43088         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
43089         [__WORDSIZE != 64]: Likewise.
43091 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
43093         * Makeconfig (run-built-tests): New variable.
43094         * Rules [$(cross-compiling) = yes]: Change condition to
43095         [$(run-built-tests) = no].
43096         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
43097         to [$(run-built-tests) = yes].
43098         * elf/Makefile [$(cross-compiling) = no]: Likewise
43099         * grp/Makefile [$(cross-compiling) = no]: Likewise.
43100         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
43101         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
43102         * intl/Makefile [$(cross-compiling) = no]: Likewise.
43103         * io/Makefile [$(cross-compiling) = no]: Likewise.
43104         * libio/Makefile [$(cross-compiling) = no]: Likewise.
43105         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
43106         * misc/Makefile [$(cross-compiling) = no]: Likewise.
43107         * posix/Makefile [$(cross-compiling) = no]: Likewise.
43108         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
43109         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
43110         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
43111         * string/Makefile [$(cross-compiling) = no]: Likewise.
43113         * posix/Makefile ($(objpfx)globtest.out): Pass
43114         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
43115         $(rtld-installed-name).
43116         * posix/globtest.sh (elf_objpfx): Remove variable.
43117         (rtld_installed_name): Likewise.
43118         (library_path): Likewise.
43119         (run_program_prefix): New variable.  Use for running globtest
43120         binary.
43122 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
43123             Joseph Myers  <joseph@codesourcery.com>
43125         * Makeconfig (host-built-program-cmd): New variable.
43126         * elf/Makefile (tst-stackguard1-ARGS): Use
43127         $(host-built-program-cmd).
43128         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
43129         (tst-spawn-ARGS): Likewise.
43130         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
43132 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
43133             Jim Blandy  <jimb@codesourcery.com>
43135         * Makeconfig (run-via-rtld-prefix): New variable.
43136         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
43137         (built-program-cmd): Likewise.
43139 2012-10-22  Andreas Jaeger  <aj@suse.de>
43141         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
43142         __O_RSYNC if it exists, otherwise to O_SYNC.
43144 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
43145             Joseph Myers  <joseph@codesourcery.com>
43147         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
43148         /dev/null.
43149         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
43150         from /dev/null
43151         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
43152         /dev/null.
43154 2012-10-22  Andreas Jaeger  <aj@suse.de>
43156         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
43157         Define always.
43158         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
43160         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43161         bits/fcntl-linux.h.
43163         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
43164         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
43166         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
43167         to __O_LARGEFILE.
43168         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
43169         to __O_LARGEFILE.
43171 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
43172             Joseph Myers  <joseph@codesourcery.com>
43174         * config.make.in (NM): New variable.
43176 2012-10-21  Andreas Jaeger  <aj@suse.de>
43178         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
43179         definitions and declarations that are provided by
43180         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
43182 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
43184         [BZ #14683]
43185         * elf/Makefile (tests-static): Add tst-leaks1-static.
43186         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
43187         ($(objpfx)tst-leaks1-static): New rule.
43188         ($(objpfx)tst-leaks1-static-mem): Likewise.
43189         (tst-leaks1-static-ENV): New macro.
43190         * elf/dl-open.c (dl_open_worker): Check the main application
43191         only if SHARED is defined.
43192         * elf/tst-leaks1-static.c: New file.
43194 2012-10-20  Andreas Jaeger  <aj@suse.de>
43196         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
43197         generic values for Linux.
43198         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
43199         and declarations that are provided by <bits/fcntl-linux.h> and
43200         include <bits/fcntl-linux.h>.
43201         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
43202         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
43204 2012-10-20  Roland McGrath  <roland@hack.frob.com>
43206         * io/fcntl.h: Move include of <bits/types.h> to the top and
43207         include it unconditionally.
43209 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
43211         * wcsmbs/Makefile (tests-ifunc): New variable.
43212         (tests): Add $(tests-ifunc).
43213         * wcsmbs/test-wcschr-ifunc.c: New file.
43214         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
43215         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
43216         * wcsmbs/test-wcslen-ifunc.c: Likewise.
43217         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
43218         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
43220         * string/Makefile (tests-ifunc): New variable.
43221         (tests): Add $(tests-ifunc).
43222         * string/test-memccpy.c (TEST_NAME): New macro.
43223         * string/test-memchr.c (TEST_NAME): Likewise.
43224         * string/test-memcmp.c (TEST_NAME): Likewise.
43225         * string/test-memcpy.c (TEST_NAME): Likewise.
43226         * string/test-memmem.c (TEST_NAME): Likewise.
43227         * string/test-memmove.c (TEST_NAME): Likewise.
43228         * string/test-memset.c (TEST_NAME): Likewise.
43229         * string/test-rawmemchr.c (TEST_NAME): Likewise.
43230         * string/test-stpcpy.c (TEST_NAME): Likewise.
43231         * string/test-stpncpy.c (TEST_NAME): Likewise.
43232         * string/test-strcasecmp.c (TEST_NAME): Likewise.
43233         * string/test-strcasestr.c (TEST_NAME): Likewise.
43234         * string/test-strcat.c (TEST_NAME): Likewise.
43235         * string/test-strchr.c (TEST_NAME): Likewise.
43236         * string/test-strcmp.c(TEST_NAME): Likewise.
43237         * string/test-strcpy.c (TEST_NAME): Likewise.
43238         * string/test-strcspn.c (TEST_NAME): Likewise.
43239         * string/test-strlen.c (TEST_NAME): Likewise.
43240         * string/test-strncasecmp.c (TEST_NAME): Likewise.
43241         * string/test-strncmp.c (TEST_NAME): Likewise.
43242         * string/test-strncpy.c (TEST_NAME): Likewise.
43243         * string/test-strnlen.c (TEST_NAME): Likewise.
43244         * string/test-strpbrk.c (TEST_NAME): Likewise.
43245         * string/test-strrchr.c (TEST_NAME): Likewise.
43246         * string/test-strspn.c (TEST_NAME): Likewise.
43247         * string/test-strstr.c (TEST_NAME): Likewise.
43248         * string/test-bcopy-ifunc.c: New file.
43249         * string/test-bzero-ifunc.c: Likewise.
43250         * string/test-memccpy-ifunc.c: Likewise.
43251         * string/test-memchr-ifunc.c: Likewise.
43252         * string/test-memcmp-ifunc.c: Likewise.
43253         * string/test-memcpy-ifunc.c: Likewise.
43254         * string/test-memmem-ifunc.c: Likewise.
43255         * string/test-memmove-ifunc.c: Likewise.
43256         * string/test-mempcpy-ifunc.c: Likewise.
43257         * string/test-memset-ifunc.c: Likewise.
43258         * string/test-rawmemchr-ifunc.c: Likewise.
43259         * string/test-stpcpy-ifunc.c: Likewise.
43260         * string/test-stpncpy-ifunc.c: Likewise.
43261         * string/test-strcasecmp-ifunc.c: Likewise.
43262         * string/test-strcasestr-ifunc.c: Likewise.
43263         * string/test-strcat-ifunc.c: Likewise.
43264         * string/test-strchr-ifunc.c: Likewise.
43265         * string/test-strchrnul-ifunc.c: Likewise.
43266         * string/test-strcmp-ifunc.c: Likewise.
43267         * string/test-strcpy-ifunc.c: Likewise.
43268         * string/test-strcspn-ifunc.c: Likewise.
43269         * string/test-strlen-ifunc.c: Likewise.
43270         * string/test-strncasecmp-ifunc.c: Likewise.
43271         * string/test-strncat-ifunc.c: Likewise.
43272         * string/test-strncmp-ifunc.c: Likewise.
43273         * string/test-strncpy-ifunc.c: Likewise.
43274         * string/test-strnlen-ifunc.c: Likewise.
43275         * string/test-strpbrk-ifunc.c: Likewise.
43276         * string/test-strrchr-ifunc.c: Likewise.
43277         * string/test-strspn-ifunc.c: Likewise.
43278         * string/test-strstr-ifunc.c: Likewise.
43280         * debug/Makefile (tests-ifunc): New variable.
43281         (tests): Add $(tests-ifunc).
43282         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
43283         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
43284         * debug/test-stpcpy_chk-ifunc.c: New file.
43285         * debug/test-strcpy_chk-ifunc.c: Likewise.
43287 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
43289         [BZ #13601]
43290         * elf/dl-load.c (open_verify): Retry read if the entire ELF
43291         header is not read in.
43293 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
43295         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
43296         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
43297         directly.  Pass built executable to script as
43298         $(built-program-cmd).
43299         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
43300         $testprogram without using LD_LIBRARY_PATH and $ldso.
43302         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
43303         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
43304         $(rtld-installed-name).
43305         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
43306         (rtld_installed_name): Likewise.
43307         (library_path): Likewise.
43308         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
43309         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
43310         $(run-program-prefix) to tst-tables.sh.
43311         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
43312         it to run tst-table-from and tst-table-to.
43313         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
43314         Pass it to tst-table.sh.
43315         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
43316         $(run-program-prefix) to tst-gettext.sh.
43317         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
43318         tst-translit.sh.
43319         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
43320         tst-gettext2.sh.
43321         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
43322         to run tst-gettext.
43323         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
43324         to run tst-gettext2.
43325         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
43326         to run tst-translit.
43327         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
43328         $(run-program-prefix) to tst-mtrace.sh.
43329         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
43330         to run tst-mtrace.
43331         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
43332         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
43333         $(rtld-installed-name).
43334         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
43335         (rtld_installed_name): Likewise.
43336         (run_program_prefix): New variable.  Use it to run wordexp-test.
43338         * Makeconfig (ARCH): Remove all definitions.
43339         (machine): Likewise.
43340         [ARCH]: Remove conditional code.
43341         [!objdir]: Give error.
43342         [!objdir] (objpfx): Remove.
43343         [!objdir] (common-objpfx): Likewise.
43344         [!objdir] (common-objdir): Likewise.
43345         * configure.in (config_makefile): Remove.  Hardcode Makefile in
43346         AC_CONFIG_FILES call.
43347         * configure: Regenerated.
43349         [BZ #13888]
43350         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
43351         or TMPDIR.
43352         (testout): Likewise.
43354         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
43355         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
43356         $(rtld-installed-name).
43357         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
43358         (rtld_installed_name): Likwise.
43359         (runit): Remove function.
43360         (run_getconf): New variable,  Use it for running getconf binary.
43362 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
43364         [BZ #14716]
43365         * string/test-memmem.c (check_result): New function.
43366         (do_one_test): Use it.
43367         (check1): New function.
43368         (test_main): Use it.
43370 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
43372         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
43374 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
43376         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
43377         (_G_LSEEK64): Likewise.
43378         (_G_MMAP64): Likewise.
43379         (_G_FSTAT64): Likewise.
43380         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
43381         (_G_LSEEK64): Likewise.
43382         (_G_MMAP64): Likewise.
43383         (_G_FSTAT64): Likewise.
43384         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
43385         unconditional.  Call __mmap64 directly.
43386         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
43387         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
43388         __lseek64 directly.
43389         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
43390         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
43391         __mmap64 directly.
43392         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
43393         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
43394         __lseek64 directly.
43395         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
43396         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
43397         __lseek64 directly.
43398         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
43399         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
43400         __lseek64 directly.
43401         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
43402         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
43403         __fxstat64 directly.
43404         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
43405         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
43406         unconditional.
43407         (freopen64) [!_G_OPEN64]: Remove conditional code.
43408         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
43409         unconditional.
43410         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
43411         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
43412         unconditional.
43413         (ftello64) [!_G_LSEEK64]: Remove conditional code.
43414         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
43415         unconditional.
43416         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
43417         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
43418         unconditional.
43419         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
43420         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
43421         unconditional.
43422         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
43423         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
43424         unconditional.
43425         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
43426         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
43427         unconditional.
43428         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
43430 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
43432         [BZ #12140]
43433         * manual/memory.texi (Malloc Tunable Parameters): Add note
43434         about free list pointers overwriting some perturb bytes.
43435         Wording suggested by Roland McGrath.
43437 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
43439         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
43440         (lgamma_test): Likewise.
43441         (tgamma_test): Likewise.
43443 2012-10-16  Florian Weimer  <fweimer@redhat.com>
43445         [BZ #14700]
43446         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
43447         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
43449 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
43451         * NEWS: Mention BZ #14716.
43452         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
43453         when removing AVAILABLE1_USES_J macro.
43455 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
43457         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
43458         (__bswap_64): __uint64_t for unsigned 64-bit int.
43460 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
43462         * include/string.h (memmem): Declare libc hidden alias.
43463         * string/memmem.c (memmem): Define libc hidden alias.
43464         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
43465         __read, __close instead of open, read, close.
43467 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
43469         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
43470         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
43471         global and hidden.
43472         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
43473         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
43474         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
43475         Likewise.
43476         (__rawmemchr_sse2): Likewise.
43477         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
43478         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
43479         (__strchr_sse2): Likewise.
43480         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
43481         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
43482         (__strcasecmp_sse2): Likewise.
43483         (__strncasecmp_sse2): Likewise.
43484         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
43485         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
43486         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
43487         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
43488         (__strrchr_sse2): Likewise.
43489         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
43490         ifunc-impl-list.c.
43491         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
43492         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
43493         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
43494         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
43495         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
43496         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
43497         * sysdeps/x86_64/multiarch/memset.S: Likewise.
43498         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
43499         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
43500         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
43501         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
43502         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
43503         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
43504         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
43505         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
43506         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
43507         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
43508         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
43509         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
43510         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
43511         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
43512         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
43513         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
43514         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
43515         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
43516         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
43517         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
43518         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
43519         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
43520         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
43522         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
43523         global and hidden.
43524         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
43525         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
43526         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
43527         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
43528         Likewise.
43529         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
43530         Likewise.
43531         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
43532         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
43533         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
43534         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
43535         ifunc-impl-list.c.
43536         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43537         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43538         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43539         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43540         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43541         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43542         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43543         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43544         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43545         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43546         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43547         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43548         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43549         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
43550         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
43551         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43552         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
43553         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
43554         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43555         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43556         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43557         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43558         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43559         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43560         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43561         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
43562         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
43563         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
43564         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
43565         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43566         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
43567         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43568         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43569         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
43570         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43571         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43572         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43573         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43574         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43575         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43576         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
43578         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
43579         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
43580         * include/ifunc-impl-list.h: New file.
43581         * misc/ifunc-impl-list.c: Likewise.
43582         * misc/Makefile (routines): Add ifunc-impl-list.
43583         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
43584         * string/test-string.h: Include <ifunc-impl-list.h>.
43585         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
43586         TEST_NAME]: New variables.
43587         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
43588         are defined.
43589         (test_init): Call __libc_ifunc_impl_list to initialize
43590         func_list if TEST_IFUNC and TEST_NAME are defined.
43592         * string/Makefile (strop-tests): Add bcopy and bzero.
43593         * string/test-bcopy.c: New file.
43594         * string/test-bzero.c: Likewise.
43595         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
43596         defined.
43597         * string/test-memset.c: Support bzero test if TEST_BZERO is
43598         defined.
43599         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
43600         __libc_memmove.
43601         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
43602         __libc_memset.
43603         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
43604         of memset.
43606 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
43608         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
43609         * configure: Regenerated.
43611         * Makeconfig (+link-static-before-libc): Don't include
43612         $(link-static-libc).
43614         * libio/libio.h (_IO_pos_t): Remove.
43616 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
43618         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
43619         McGrath.
43621 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
43623         * crypt/crypt-entry.c: Include fips-private.h.
43624         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
43625         * crypt/md5c-test.c (main): Tolerate disabled MD5.
43626         * sysdeps/unix/sysv/linux/fips-private.h: New file.
43627         * sysdeps/generic/fips-private.h: New file, dummy fallback.
43629 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
43631         * crypt/crypt-private.h: Include stdbool.h.
43632         (_ufc_setup_salt_r): Return bool.
43633         * crypt/crypt-entry.c: Include errno.h.
43634         (__crypt_r): Return NULL with EINVAL for bad salt.
43635         * crypt/crypt_util.c (bad_for_salt): New.
43636         (_ufc_setup_salt_r): Check that salt is long enough and within
43637         the specified alphabet.
43638         * crypt/badsalttest.c: New file.
43639         * crypt/Makefile (tests): Add it.
43640         ($(objpfx)badsalttest): New.
43642 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
43644         * NEWS: Add entry for BZ #14602.
43646 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
43648         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
43649         type-generic.
43650         * math/libm-test.inc: Update comment listing what functions and
43651         macros are tested.
43652         (isgreater_test): New function.
43653         (isgreaterequal_test): Likewise.
43654         (isless_test): Likewise.
43655         (islessequal_test): Likewise.
43656         (islessgreater_test): Likewise.
43657         (isunordered_test): Likewise.
43658         (main): Call the new functions.
43660 2012-10-09  Roland McGrath  <roland@hack.frob.com>
43662         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
43663         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
43664         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
43665         * sysdeps/i386/configure: Regenerated.
43666         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
43667         * sysdeps/mach/configure: Regenerated.
43668         * sysdeps/mach/hurd/configure: Regenerated.
43669         * sysdeps/powerpc/configure: Regenerated.
43670         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43671         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43672         * sysdeps/s390/s390-32/configure: Regenerated.
43673         * sysdeps/s390/s390-64/configure: Regenerated.
43674         * sysdeps/sh/configure: Regenerated.
43675         * sysdeps/sparc/configure: Regenerated.
43676         * sysdeps/unix/sysv/linux/configure: Regenerated.
43677         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
43678         * sysdeps/x86_64/configure: Regenerated.
43680         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
43681         defined.  Don't check if MAP is NULL.
43683 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
43685         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
43686         (_G_stat64): Likewise.
43687         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
43688         (_G_stat64): Likewise.
43689         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
43690         instead of struct _G_stat64.
43691         * libio/fileops.c (mmap_remap_check): Likewise.
43692         (decide_maybe_mmap): Likewise.
43693         (_IO_new_file_seekoff): Likewise.
43694         (_IO_file_stat): Likewise.
43695         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
43696         _G_off64_t.
43697         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
43698         instead of struct _G_stat64.
43699         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
43701 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
43703         [BZ #14602]
43704         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
43705         Replace with ...
43706         (CHECK_EOL): New macro.
43707         (two_way_short_needle): Check beginning of haystack for EOL.  Use
43708         CHECK_EOL.
43709         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
43710         Replace with CHECK_EOL.
43711         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
43712         Replace with CHECK_EOL.
43714 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
43716         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
43717         type-generic.
43718         * math/libm-test.inc: Update comment listing what functions and
43719         macros are tested.
43720         (finite_test): New function.
43721         (isinf_test): Likewise.
43722         (isnan_test): Likewise.
43723         (fpclassify_test): Test subnormal input.
43724         (isfinite_test): Likewise.
43725         (isnormal_test): Likewise.
43726         (main): Call the new functions.
43728 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
43730         [BZ #14660]
43731         * Makerules (%.dynsym): Force C locale when running
43732         $(OBJDUMP) --dynamic-syms.
43734 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
43736         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
43737         <stdint.h>.
43739 2012-10-06  David S. Miller  <davem@davemloft.net>
43741         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
43742         upper 32-bits of the length value in %o2 since we use branch-on-register
43743         tests which consider the entire 64-bit register.
43745 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
43747         * string/test-strstr.c (check2): Add a test for page boundary.
43749 2012-10-05  David S. Miller  <davem@davemloft.net>
43751         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
43752         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
43753         file.
43754         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
43755         sysdep_routines.
43756         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
43757         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
43758         and bzero when HWCAP_SPARC_CRYPTO is present.
43760 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
43762         [BZ #14602]
43763         * string/test-strstr.c (check2): New function.
43764         (test_main): Call check2.
43766         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
43767         and bug-strchr1.
43768         * string/bug-strcasestr1.c (do_test): Moved to ...
43769         * string/test-strcasestr.c (check1): Here.  New function.
43770         (do_one_test): Break out result checking code into ...
43771         (check_result): This.  New function.
43772         (do_one_test): Call check_result.
43773         (test_main): Call check1.
43774         * string/bug-strchr1.c (do_test): Moved to ...
43775         * string/test-strchr.c (check1): Here.  New function.
43776         (do_one_test): Break out result checking code into ...
43777         (check_result): This.  New function.
43778         (do_one_test): Call check_result.
43779         (test_main): Call check1.
43780         * string/bug-strstr1.c (main): Moved to ...
43781         * string/test-strstr.c (check1): Here.  New function.
43782         (do_one_test): Break out result checking code into ...
43783         (check_result): This.  New function.
43784         (do_one_test): Call check_result.
43785         (test_main): Call check1.
43786         * string/bug-strcasestr1.c: Removed.
43787         * string/bug-strchr1.c: Likewise.
43788         * string/bug-strstr1.c: Likewise.
43790         * elf/Makefile (dl-routines): Add hwcaps.
43791         * elf/dl-support.c (_dl_important_hwcaps): Removed.
43792         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
43793         (_dl_important_hwcaps): Moved to ...
43794         * elf/dl-hwcaps.c: Here.  New file.
43795         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
43797         [BZ #14557]
43798         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
43799         if IS_IN_rtld isn't defined.
43801         * elf/dl-support.c (_dl_sysinfo_map): New.
43802         Include "get-dynamic-info.h" and "setup-vdso.h".
43803         (_dl_non_dynamic_init): Call setup_vdso.
43804         * elf/dynamic-link.h: Don't include <assert.h>.
43805         (elf_get_dynamic_info): Moved to ...
43806         * elf/get-dynamic-info.h: Here.  New file.
43807         * elf/dynamic-link.h: Include "get-dynamic-info.h".
43808         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
43809         * elf/setup-vdso.h: Here.  New file.
43810         * elf/rtld.c: Include "setup-vdso.h".
43811         (dl_main): Call setup_vdso.
43813 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
43815         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
43816         creal in comment listing functions tested.  List finite, isinf,
43817         isnan, isless, islessequal, isgreater, isgreaterequal,
43818         islessgreater, isunordered, lgamma_r and pow10 as functions and
43819         macros not tested.  Mention which functions not tested are aliases
43820         for other functions.  Fix typo.  Note that signs of NaNs are not
43821         tested.
43823         * scripts/config.guess: Update from config.git.
43824         * scripts/config.sub: Likewise.
43826 2012-10-04  Roland McGrath  <roland@hack.frob.com>
43828         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
43829         * misc/madvise.c (madvise): Renamed to __madvise.
43830         Make madvise a weak alias.
43831         * include/sys/mman.h: Declare __madvise.
43832         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
43833         * sysdeps/unix/syscalls.list
43834         (madvise): Make __madvise the strong name, and madvise a weak alias.
43835         * sysdeps/unix/sysv/linux/syscalls.list
43836         (madvise, mmap): Remove redundant entries.
43837         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
43838         * malloc/malloc.c (mtrim): Likewise.
43839         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
43841 2012-10-03  Roland McGrath  <roland@hack.frob.com>
43843         * sysdeps/mach/hurd/dl-cache.c: File removed.
43844         * config.h.in (USE_LDCONFIG): New #undef.
43845         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
43846         * configure: Regenerated.
43847         * elf/Makefile (dl-routines): Add dl-cache only under
43848         [$(use-ldconfig) = yes].
43849         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
43850         cache on [USE_LDCONFIG].
43851         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
43852         [USE_LDCONFIG].
43853         * elf/rtld.c (dl_main): Likewise.
43855 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
43857         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
43858         _SC_LEVEL4_CACHE_LINESIZE.
43860 2012-10-03  Roland McGrath  <roland@hack.frob.com>
43862         * sysdeps/unix/bsd/confstr.h: File removed.
43864 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
43866         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
43867         sys/sdt-config.h.
43869 2012-10-02  Roland McGrath  <roland@hack.frob.com>
43871         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
43872         Make 'mapoff' field ElfW(Off) rather than off_t.
43874 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
43876         * nscd/Makefile: Remove nscd-cflags and all its users.
43877         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
43878         (CFLAGS-nonlib): Add compiler flags for nscd modules.
43880         [BZ #10631]
43881         * malloc.c (malloc_printerr): Clarify error message.
43883 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
43885         [BZ #14648]
43886         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43887         Set bit_FMA_Usable if FMA is supported.
43888         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
43889         macro.
43890         (bit_FMA4_Usable): Updated.
43891         (index_FMA_Usable): New macro.
43892         (CPUID_FMA): Likewise
43893         (HAS_FMA): Defined with bit_FMA_Usable.
43895 2012-10-01  Roland McGrath  <roland@hack.frob.com>
43897         * bits/types.h (__swblk_t): Type removed.
43898         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
43899         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
43900         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43901         (__SWBLK_T_TYPE): Likewise.
43902         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
43903         (__SWBLK_T_TYPE): Likewise.
43904         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43905         (__SWBLK_T_TYPE): Likewise.
43906         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43907         (__SWBLK_T_TYPE): Likewise.
43909 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
43910             Honza Horak <hhorak@redhat.com>
43912         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
43913         (xdr_mapname): Use YPMAXMAP as maxsize.
43914         (xdr_peername): Use YPMAXPEER as maxsize.
43915         (xdr_keydat): Use YPAXRECORD as maxsize.
43916         (xdr_valdat): Use YPMAXRECORD as maxsize.
43918 2012-10-01  Roland McGrath  <roland@hack.frob.com>
43920         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
43922         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
43923         * csu/init-first.c: ... here.
43924         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
43925         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
43926         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
43927         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
43928         * sysdeps/i386/init-first.c: File removed.
43929         * sysdeps/sh/init-first.c: File removed.
43931 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
43933         [BZ #14645]
43934         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
43935         if x * y might underflow to zero and z is zero.
43936         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
43937         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
43938         * math/libm-test.inc (min_subnorm_value): New variable.
43939         (fma_test): Add more tests.
43940         (fma_test_towardzero): Likewise.
43941         (fma_test_downward): Likewise
43942         (fma_test_upward): Likewise.
43943         (initialize): Set min_subnorm_value.
43945 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
43947         [BZ #14638]
43948         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
43949         0 + 0.
43950         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
43951         mode for addition resulting in exact zero.
43952         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
43953         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
43954         exact 0 + 0.
43955         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
43956         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
43957         * math/libm-test.inc (fma_test): Add more tests.
43958         (fma_test_towardzero): New function.
43959         (fma_test_downward): Likewise.
43960         (fma_test_upward): Likewise.
43961         (main): Call the new functions.
43963 2012-09-28  David S. Miller  <davem@davemloft.net>
43965         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
43967 2012-09-28  Roland McGrath  <roland@hack.frob.com>
43969         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
43970         instead of SIGALRM.
43972         * sysdeps/gnu/_G_config.h: Moved to ...
43973         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
43974         * sysdeps/mach/hurd/_G_config.h: Moved to ...
43975         * sysdeps/generic/_G_config.h: ... here.
43977         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
43979         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
43981         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
43982         Conditionalize target on [libnss_test1.so-version].
43984         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
43986         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
43987         (elfobjdir): Move out of conditionals.
43989         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
43990         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
43991         (__nss_lookup_function): Conditionalize label remove_from_tree on
43992         [!DO_STATIC_NSS || SHARED], matching its only use.
43994 2012-09-28  David S. Miller  <davem@davemloft.net>
43996         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
43997         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
43998         file.
43999         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
44000         sysdep_routines.
44001         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
44002         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
44003         when HWCAP_SPARC_CRYPTO is present.
44005 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
44007         * io/tst-mknodat.c: Create a FIFO instead of a socket.
44009 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
44011         [BZ #6530]
44012         * stdio-common/vfprintf.c (process_string_arg): Revert
44013         2000-07-22 change.
44015 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
44017         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
44018         for testcase.
44019         * stdio-common/tst-sprintf.c: Include <locale.h>
44020         (main): Test sprintf's handling of incomplete multibyte
44021         characters.
44023 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
44025         * elf/dl-runtime.c (VERSYMIDX): Removed.
44026         * elf/dl-version.c (VERSYMIDX): Likewise.
44027         * elf/do-rel.h (VERSYMIDX): Likewise.
44028         (VALIDX): Likewise.
44029         * elf/dynamic-link.h (VERSYMIDX): Likewise.
44030         * elf/rtld.c (VALIDX): Likewise.
44031         (ADDRIDX): Likewise.
44032         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
44033         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
44034         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
44035         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
44036         (VALIDX): Likewise.
44037         (ADDRIDX): Likewise.
44039 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
44041         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
44043 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
44045         [BZ #11438]
44046         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
44047         to global scope.
44048         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
44049         addresses are in the same scope as 192.0.2/24.
44050         * posix/gai.conf: Document new scope table defaults.
44052 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
44054         [BZ #5298]
44055         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
44056         for ftell.  Compute offsets from write pointers instead.
44057         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
44059 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
44061         [BZ #14543]
44062         * libio/Makefile (tests): New test case tst-fseek.
44063         * libio/tst-fseek.c: New test case to verify that fseek/ftell
44064         combination works in wide mode.
44065         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
44066         state when the external buffer state changes.
44068 2012-09-27  David S. Miller  <davem@davemloft.net>
44070         [BZ #14376]
44071         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
44072         pass reloc->r_addend in as the 'high' argument to
44073         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
44075         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44077 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
44079         * rt/tst-aio2.c: Include <pthread.h>.
44080         * rt/tst-aio3.c: Likewise.
44082 2012-09-27  Steve Ellcey  <sellcey@mips.com>
44084         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
44086 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
44088         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
44089         contents on [SHARED].
44091 2012-09-26  Marek Polacek  <polacek@redhat.com>
44093         [BZ #14530]
44094         [BZ #13741]
44095         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
44096         for C++ and GCC <4.3 as well as for non GCC compilers.
44098 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
44100         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44102 2012-09-25  Roland McGrath  <roland@hack.frob.com>
44104         * Makefile.in (all, install): Declare with .PHONY.
44105         Reported by Michael Hope <michael.hope@linaro.org>.
44107 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
44109         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
44110         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
44111         system header.
44112         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
44113         Likewise.
44114         (sydep_routines): Add the new and the internal functions.
44115         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
44116         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
44117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
44118         (GLIBC_2.17): Add the new function.
44119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
44120         (GLIBC_2.17): Likewise.
44121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
44122         (GLIBC_2.17): Likewise.
44123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
44124         (GLIBC_2.17): Likewise.
44125         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
44127 2012-09-25  Alan Modra  <amodra@gmail.com>
44129         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
44130         Add release barrier before setting once_control to say
44131         initialisation is done.  Add hints on lwarx.  Use macro in
44132         place of isync.
44133         (clear_once_control): Add release barrier.
44135 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
44137         [BZ #13629]
44138         * math/s_clog.c (__clog): Handle more values close to |z| = 1
44139         specially.
44140         * math/s_clog10.c (__clog10): Likewise.
44141         * math/s_clog10f.c (__clog10f): Likewise.
44142         * math/s_clog10l.c (__clog10l): Likewise.
44143         * math/s_clogf.c (__clogf): Likewise.
44144         * math/s_clogl.c (__clogl): Likewise.
44145         * math/Makefile (libm-calls): Add x2y2m1.
44146         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
44147         (__x2y2m1): Likewise.
44148         (__x2y2m1l): Likewise.
44149         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
44150         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
44151         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
44152         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
44153         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
44154         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
44155         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
44156         * sysdeps/i386/fpu/libm-test-ulps: Update.
44157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44159         [BZ #14621]
44160         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
44161         int as type of variable DEPTH.
44162         (glob): Use size_t instead of int as type of variables NEWCOUNT
44163         and OLD_PATHC.
44165 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44167         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
44168         Add s_sincosf-sse2.
44169         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
44170         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
44171         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
44172         macros for using routine as __sincosf_ia32.
44173         Use macro for function declaration and weak_alias.
44174         * sysdeps/i386/fpu/libm-test-ulps: Update.
44176         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
44177         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44179         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
44180         subnormal argument.
44181         * math/s_cexpf.c (__cexpf): Likewise.
44182         * math/s_csinf.c (__csinf): Likewise.
44183         * math/s_csinhf.c (__csinhf): Likewise.
44184         * math/s_ctanf.c (__ctanf): Likewise.
44185         * math/s_ctanhf.c (__ctanhf): Likewise.
44186         * math/s_ccosh.c (__ccoshf): Likewise.
44187         * math/s_cexp.c (__cexpl): Likewise.
44188         * math/s_csin.c (__csin): Likewise.
44189         * math/s_csinh.c (__csinh): Likewise.
44190         * math/s_ctan.c (__ctan): Likewise.
44191         * math/s_ctanh.c (ctanh): Likewise.
44192         * math/s_ccoshl.c (__ccoshl): Likewise.
44193         * math/s_cexpl.c (__cexpl): Likewise.
44194         * math/s_csinl.c (__csinl): Likewise.
44195         * math/s_csinhl.c (__csinhl): Likewise.
44196         * math/s_ctanl.c (__ctanl): Likewise.
44197         * math/s_ctanhl.c (__ctanhl): Likewise.
44199 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
44201         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
44202         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
44203         (_IO_off_t): Define to __off_t, not _G_off_t.
44204         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
44205         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
44206         (_IO_wint_t): Define to wint_t, not _G_wint_t.
44207         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
44208         type of __dummy and __dummy2 fields.
44209         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
44210         (_G_ssize_t): Likewise.
44211         (_G_off_t): Likewise.
44212         (_G_pid_t): Likewise.
44213         (_G_uid_t): Likewise.
44214         (_G_wchar_t): Likewise.
44215         (_G_wint_t): Likewise.
44216         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
44217         (_G_ssize_t): Likewise.
44218         (_G_off_t): Likewise.
44219         (_G_pid_t): Likewise.
44220         (_G_uid_t): Likewise.
44221         (_G_wchar_t): Likewise.
44222         (_G_wint_t): Likewise.
44223         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
44224         (_G_ssize_t): Likewise.
44225         (_G_off_t): Likewise.
44226         (_G_pid_t): Likewise.
44227         (_G_uid_t): Likewise.
44228         (_G_wchar_t): Likewise.
44229         (_G_wint_t): Likewise.
44231 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
44233         * malloc/arena.c: Include malloc-sysdep.h.
44234         (shrink_heap): Use check_may_shrink_heap to decide if madvise
44235         is sufficient to shrink the heap or an unmap is needed.
44236         * sysdeps/generic/malloc-sysdep.h: New file.  Define
44237         new function check_may_shrink_heap.
44238         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
44239         new function check_may_shrink_heap.
44241 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
44243         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
44244         comments.
44246 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
44248         * catgets/test-gencat.sh: Add "set -e".
44249         * elf/tst-pathopt.sh: Likewise.
44250         * grp/tst_fgetgrent.sh: Likewise.
44251         * iconvdata/run-iconv-test.sh: Likewise.
44252         * intl/tst-gettext.sh: Likewise.
44253         * intl/tst-gettext2.sh: Likewise.
44254         * intl/tst-gettext4.sh: Likewise.
44255         * intl/tst-gettext6.sh: Likewise.
44256         * intl/tst-translit.sh: Likewise.
44257         * io/ftwtest-sh: Likewise.
44258         * libio/test-freopen.sh: Likewise.
44259         * malloc/tst-mtrace.sh: Likewise.
44260         * posix/globtest.sh: Likewise.
44261         * posix/tst-getconf.sh: Likewise.
44262         * posix/wordexp-tst.sh: Likewise.
44263         * stdio-common/tst-printf.sh: Likewise.
44264         * stdio-common/tst-unbputc.sh: Likewise.
44265         * stdlib/tst-fmtmsg.sh: Likewise.
44266         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
44267         * catgets/Makefile: Do not specify -e option when running
44268         testsuite shell scripts.
44269         * elf/Makefile: Likewise.
44270         * grp/Makefile: Likewise.
44271         * iconvdata/Makefile: Likewise.
44272         * intl/Makefile: Likewise.
44273         * io/Makefile: Likewise.
44274         * libio/Makefile: Likewise.
44275         * malloc/Makefile: Likewise.
44276         * posix/Makefile: Likewise.
44277         * stdio-common/Makefile: Likewise.
44278         * stdlib/Makefile: Likewise.
44279         * sysdeps/x86_64/Makefile: Likewise.
44281         * io/ftwtest-sh: Add copyright header.
44282         * posix/globtest.sh: Likewise.
44283         * posix/tst-getconf.sh: Likewise.
44284         * posix/wordexp-tst.sh: Likewise.
44285         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
44287 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
44289         [BZ #13679]
44290         * Makeconfig (+link): Defined as $(+link-static) if
44291         $(build-shared) isn't yes.
44292         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
44293         isn't yes.
44294         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
44296         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
44298         [BZ #14562]
44299         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
44300         new chunk size with MALLOC_ALIGN_MASK.
44302 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
44304         [BZ #5044]
44305         * stdio-common/printf_fphex.c: Include <stdbool.h> and
44306         <rounding-mode.h>.
44307         (__printf_fphex): Determine rounding using get_rounding_mode and
44308         round_away.
44309         * stdio-common/tst-printf-round.c (struct hex_test): New
44310         structure.
44311         (hex_tests): New variable.
44312         (test_hex_in_one_mode): New function.
44313         (do_test): Also run tests for hex float output.
44315 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
44317         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
44318         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
44319         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
44320         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
44321         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
44322         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
44323         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
44324         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
44326 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
44328         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
44329         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
44330         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
44331         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
44333 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
44335         [BZ #14579]
44336         * elf/rtld.c (dl_main): Limit the check for self loading to normal
44337         mode only.
44338         * elf/tst-rtld-load-self.sh: New test.
44339         * elf/Makefile: Run it.
44341 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
44343         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
44344         (tst-writev-ENV): Remove.
44345         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
44347 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
44349         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
44351 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
44353         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
44354         unconditional.
44355         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
44356         Likewise.
44357         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
44358         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
44359         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
44360         Likewise.
44362 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
44364         [BZ #14587]
44365         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
44366         * config.make.in (have-cpp-asm-debuginfo): Removed.
44367         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
44368         * configure: Regenerated.
44370 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
44372         [BZ #5044]
44373         * stdio-common/printf_fp.c: Include <stdbool.h> and
44374         <rounding-mode.h>.
44375         (___printf_fp): Determine rounding using get_rounding_mode and
44376         round_away.
44377         * stdio-common/tst-printf-round.c: New file.
44378         * stdio-common/Makefile (tests): Add tst-printf-round.
44379         (link-libm): New variable.
44380         ($(objpfx)tst-printf-round): Depend in $(link-libm).
44382 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
44384         [BZ #14576]
44385         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
44386         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
44387         Likewise.
44388         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
44389         Likewise.
44391 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
44393         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
44394         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
44395         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
44396         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
44398 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
44400         [BZ #14518]
44401         * include/rounding-mode.h: New file.
44402         * sysdeps/generic/get-rounding-mode.h: Likewise.
44403         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
44404         * stdlib/strtod_l.c: Include <rounding-mode.h>.
44405         (MAX_VALUE): New macro.
44406         (MIN_VALUE): Likewise.
44407         (overflow_value): New function.
44408         (underflow_value): Likewise.
44409         (round_and_return): Use overflow_value and underflow_value to
44410         determine return values in overflow and underflow cases.  Use
44411         round_away to determine rounding depending on rounding mode.
44412         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
44413         determine return values in overflow and underflow cases.
44414         * stdlib/tst-strtod-round.c: Include <fenv.h>.
44415         (struct test_results): New structure.
44416         (struct test): Use struct test_results to store expected results
44417         for all rounding modes.
44418         (TEST): Include expected results for all rounding modes.
44419         (test_in_one_mode): New function.
44420         (do_test): Use test_in_one_mode to compute and check results.
44421         Check results for all rounding modes.
44422         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
44423         $(link-libm).
44425 2012-12-09  Allan McRae  <allan@archlinux.org>
44427         * sysdeps/i386/fpu/libm-test-ulps: Update
44429 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
44431         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
44432         (_G_int32_t): Likewise.
44433         (_G_uint16_t): Likewise.
44434         (_G_uint32_t): Likewise.
44435         (_G_HAVE_BOOL): Likewise.
44436         (_G_HAVE_ATEXIT): Likewise.
44437         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
44438         (_G_HAVE_IO_FILE_OPEN): Likewise.
44439         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
44440         (_G_int32_t): Likewise.
44441         (_G_uint16_t): Likewise.
44442         (_G_uint32_t): Likewise.
44443         (_G_HAVE_BOOL): Likewise.
44444         (_G_HAVE_ATEXIT): Likewise.
44445         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
44446         (_G_HAVE_IO_FILE_OPEN): Likewise.
44447         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
44448         (_G_int32_t): Likewise.
44449         (_G_uint16_t): Likewise.
44450         (_G_uint32_t): Likewise.
44451         (_G_HAVE_BOOL): Likewise.
44452         (_G_HAVE_ATEXIT): Likewise.
44453         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
44454         (_G_HAVE_IO_FILE_OPEN): Likewise.
44456 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
44458         * csu/libc-tls.c: Update copyright years.
44460 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
44462         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
44463         [!_G_USING_THUNKS]: Remove conditional code.
44464         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
44465         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
44467         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
44468         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
44469         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
44470         (_G_VTABLE_LABEL_PREFIX): Likewise.
44471         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
44472         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
44473         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
44474         (_G_VTABLE_LABEL_PREFIX): Likewise.
44475         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
44476         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
44477         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
44478         (_G_VTABLE_LABEL_PREFIX): Likewise.
44479         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
44481 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
44483         * libio/Makefile: Include ../Makeconfig before tests.
44484         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
44485         only if $(build-shared) is yes.
44487         * iconv/gconv_db.c: Update copyright years.
44489 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44491         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
44492         unwind info if defined PIC. Fix special cases description.
44493         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
44495         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
44496         DP_HI_MASK entry.
44497         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
44499 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
44501         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
44503         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
44504         is NULL.
44506         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
44507         (LDLIBS-tst-chk4): This.
44508         (LDFLAGS-tst-chk5): Renamed to ...
44509         (LDLIBS-tst-chk5): This.
44510         (LDFLAGS-tst-chk6): Renamed to ...
44511         (LDLIBS-tst-chk6): This.
44512         (LDFLAGS-tst-lfschk4): Renamed to ...
44513         (LDLIBS-tst-lfschk4): This.
44514         (LDFLAGS-tst-lfschk5): Renamed to ...
44515         (LDLIBS-tst-lfschk5): This.
44516         (LDFLAGS-tst-lfschk6): Renamed to ...
44517         (LDLIBS-tst-lfschk6): This.
44519         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
44520         on $(common-objpfx)soversions.mk.
44522 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
44524         [BZ #10014]
44525         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
44526         example host name.
44528 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
44530         * malloc/arena.c (arena_get_retry): New function that gets
44531         another arena for the caller to try its request on.
44532         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
44533         current arena cannot fulfill the request.
44534         (__libc_memalign): Likewise.
44535         (__libc_memalign): Likewise.
44536         (__libc_pvalloc): Likewise.
44537         (__libc_calloc): Likewise.
44539 2012-09-05  John Tobey  <john.tobey@gmail.com>
44541         [BZ #13542]
44542         * manual/arith.texi (Operations on Complex): Fix description
44543         of carg branch cut.
44545 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
44547         [BZ #10014]
44548         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
44549         host name.
44551         [BZ #10038]
44552         * manual/memory.texi (Memory): Make order of menu items match
44553         order of sections.
44555 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
44557         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
44558         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
44559         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
44561 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
44563         * csu/libc-tls.c (static_dtv): Renamed to ...
44564         (_dl_static_dtv): This.  Make it global.
44565         (_dl_initial_dtv): Removed.
44566         (__libc_setup_tls): Updated.
44567         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
44568         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
44569         DL_INITIAL_DTV.
44571 2012-09-06  Petr Machata  <pmachata@redhat.com>
44573         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
44574         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
44575         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
44576         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
44578 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
44580         [BZ #14545]
44581         * csu/libc-tls.c (_dl_initial_dtv): New variable.
44582         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
44583         freeing dtv[-1].
44585 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
44587         [BZ #14544]
44588         * Makeconfig (link-static-before-libc): Replace $(+prector)
44589         with $(+prectorT).
44590         (link-static-after-libc): Replace $(+postctor) with
44591         $(+postctorT).
44592         (link-bounded): Replace $(+prector)/$(+postctor) with
44593         $(+prectorT)/$(+postctorT).
44594         (+prectorT): New macro.
44595         (+postctorT): Likewise.
44597 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
44599         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
44600         (round_str): Handle values above the maximum for IBM long double
44601         as inexact.
44602         * stdlib/tst-strtod-round.c (tests): Regenerated.
44604 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44606         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
44607         assembler flag.
44608         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
44609         zarch_nohighgprs around the zarch optimized routines.
44610         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
44611         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
44612         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
44613         for zarch.
44615 2012-09-05  David S. Miller  <davem@davemloft.net>
44617         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44619         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
44620         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
44621         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
44622         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
44623         entries.
44625 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
44627         * malloc/arena.c: Fold copyright years.
44628         * malloc/mcheck.c, malloc/memusage.c: Likewise.
44630 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
44632         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
44634 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
44636         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
44638 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
44640         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
44641         change internal state upon failure.
44643 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
44645         * malloc/mcheck.c (mcheck_check_all): Fix typo.
44646         * malloc/memusage.c (mmap): Likewise.
44647         (mmap64, mremap): Likewise.  Adjust name in comment.
44649 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
44651         * libio/fileops.c: Fix typos in comments.
44652         * libio/oldfileops.c: Likewise.
44653         * libio/wfileops.c: Likewise.
44655 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
44657         [BZ #1349]
44658         * malloc/Makefile (tests): Add tst-malloc-usable test case.
44659         (tst-malloc-usable-ENV): Set environment for test case.
44660         * malloc/hooks.c (malloc_check_get_size): New function to get
44661         requested size.
44662         * malloc/malloc.c (musable): Use malloc_check_get_size.
44663         * malloc/tst-malloc-usable.c: New test case.
44665 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
44667         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
44669 2012-09-05  Allan McRae  <allan@archlinux.org>
44671         [BZ #13966]
44672         * configure.in (CXX_SYSINCLUDES): Use compiler output to
44673         determine header location.
44674         * configure: Regenerated.
44676 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
44678         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
44679         float format.
44680         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
44681         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
44682         format.
44683         (test): Regenerate.
44685 2012-09-04  David S. Miller  <davem@davemloft.net>
44687         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
44688         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
44689         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
44691 2012-09-04  Florian Weimer  <fweimer@redhat.com>
44693         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
44694         failures.
44696         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
44698 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
44700         [BZ #9914]
44701         * libio/iogetdelim.c: Include <limits.h>.
44702         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
44703         + len + 1 would overflow.
44705 2012-09-03  Andreas Jaeger  <aj@suse.de>
44707         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44708         * sysdeps/i386/fpu/libm-test-ulps: Update.
44710 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44712         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
44713         Add s_sinf-sse2, s_conf-sse2.
44715         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
44716         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
44717         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
44718         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
44720         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
44721         for using routine as __sinf_ia32.
44722         Use macro for function declaration and weak_alias.
44723         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
44724         for using routine as __cosf_ia32.
44725         Use macro for function declaration and weak_alias.
44727         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
44728         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
44730         * sysdeps/x86_64/fpu/s_sinf.S: New file.
44731         * sysdeps/x86_64/fpu/s_cosf.S: New file.
44732         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44734         * math/libm-test.inc (cos_test): Add more test cases.
44735         (sin_test): Likewise.
44736         (sincos_test): Likewise.
44738 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44740         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
44741         (IFUNC_RESOLVE): Make pointers to the specialized implementations
44742         hidden.
44743         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
44745 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
44747         [BZ #14538]
44748         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
44749         first element of the GOT.
44750         (elf_machine_load_address): Return the difference between
44751         the runtime address of _DYNAMIC and elf_machine_dynamic ().
44753 2012-09-01  Allan McRae  <allan@archlinux.org>
44755         [BZ #13412]
44756         * configure.in (AWK): Require gawk version 3.0 or later.
44757         * configure: Regenerated.
44759 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
44761         * sysdeps/unix/sysv/linux/kernel-features.h
44762         (__ASSUME_POSIX_CPU_TIMERS): Remove.
44763         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
44764         [__NR_clock_getres]: Make code unconditional.
44765         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
44766         (clock_getcpuclockid): Remove code left unreachable by removal of
44767         conditionals.
44768         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
44769         code unconditional.
44770         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
44771         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
44772         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
44773         Make code unconditional.
44774         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
44775         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
44776         * sysdeps/unix/sysv/linux/clock_settime.c
44777         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
44778         conditional code.
44779         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
44780         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
44782 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
44784         [BZ #14476]
44785         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
44786         scripts/test-installation.pl.
44788         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
44789         and $ld_so_version if it is set.
44791 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
44793         [BZ #14516]
44794         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
44795         failure if reading from procfs failed.
44796         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
44798 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
44800         * sysdeps/unix/sysv/linux/kernel-features.h
44801         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
44802         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
44803         Remove conditional code.
44804         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
44805         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
44806         Remove conditional code.
44807         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
44808         * sysdeps/unix/sysv/linux/i386/fxstat.c
44809         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
44810         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
44811         * sysdeps/unix/sysv/linux/i386/fxstatat.c
44812         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
44813         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
44814         * sysdeps/unix/sysv/linux/i386/lxstat.c
44815         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
44816         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
44817         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
44818         Remove conditional code.
44819         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
44820         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
44821         Remove conditional code.
44822         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
44823         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
44824         <kernel-features.h>.
44825         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
44826         Remove.
44827         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
44828         Remove conditional code.
44829         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
44830         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
44831         Remove conditional.
44833 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
44835         [BZ #5400]
44836         * NEWS: Add fixed bug number.
44838 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
44840         [BZ #14519]
44841         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
44842         underflowing exponent in case of negative sign.
44843         * stdlib/tst-strtod-round-data: Add more tests.
44844         * stdlib/tst-strtod-round.c (tests): Regenerated.
44846         [BZ #3479]
44847         * stdlib/strtod_l.c (NDIG): Remove.
44848         (HEXNDIG): Likewise.
44849         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
44850         smallest representable value.
44851         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
44852         lie within an exact representation of 1/2 ulp of the result.
44853         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
44854         unconditionally.
44855         (TENS_P9_IDX): Define unconditionally.
44856         (TENS_P9_SIZE): Likewise.
44857         (TENS_P10_IDX): Likewise.
44858         (TENS_P10_SIZE): Likewise.
44859         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
44860         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
44861         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
44862         entries for 10^2^13 and 10^2^14.
44863         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
44864         (TENS_P13_IDX): Define.
44865         (TENS_P13_SIZE): Likewise.
44866         (TENS_P14_IDX): Likewise.
44867         (TENS_P14_SIZE): Likewise.
44868         (_fpioconst_pow10): Change array size to
44869         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
44870         unconditional.
44871         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
44872         1024]: Add entries for 10^2^13 and 10^2^14.
44873         [LAST_POW10 > _LAST_POW10]: Remove #error.
44874         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
44875         (_fpioconst_pow10): Change array size to
44876         FPIOCONST_POW10_ARRAY_SIZE.
44877         * stdlib/gen-fpioconst.c: New file.
44878         * stdlib/gen-tst-strtod-round.c: Likewise.
44879         * stdlib/tst-strtod-round-data: Likewise.
44880         * stdlib/tst-strtod-round.c: Likewise.
44881         * stdlib/Makefile (tests): Add tst-strtod-round.
44883         [BZ #14459]
44884         * stdlib/strtod_l.c: Include <stdint.h>.
44885         (NDEBUG): Do not define.
44886         (round_and_return): Change EXPONENT parameter to type intmax_t.
44887         Rearrange calculations to avoid internal overflow possibilities.
44888         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
44889         Rearrange calculations to avoid internal overflow possibilities.
44890         Assert that number fits inside MPNSIZE limbs.
44891         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
44892         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
44893         calculations and add assertions to avoid internal overflow
44894         possibilities.  Add casts to avoid signed/unsigned operations.
44895         * stdlib/tst-strtod-overflow.c: New file.
44896         * stdlib/Makefile (tests): Add tst-strtod-overflow.
44898 2012-08-25  Marek Polacek  <polacek@redhat.com>
44900         * time/time.h: Fix some typos in comments.
44902 2012-08-23  Roland McGrath  <roland@hack.frob.com>
44904         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
44905         * posix/tst-rfc3484-2.c: Likewise.
44906         * posix/tst-rfc3484-3.c: Likewise.
44908 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
44910         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
44911         (EF_ARM_ABI_FLOAT_HARD): Likewise.
44913 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
44915         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
44916         #include of fxstatat64.c.
44918 2012-08-22  Roland McGrath  <roland@hack.frob.com>
44920         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
44921         * shadow/getspent_r.c: Likewise.
44922         * shadow/getspnam.c: Likewise.
44923         * shadow/getspnam_r.c: Likewise.
44924         * gshadow/getsgent.c: Likewise.
44925         * gshadow/getsgent_r.c: Likewise.
44926         * gshadow/getsgnam.c: Likewise.
44927         * gshadow/getsgnam_r.c: Likewise.
44928         * inet/getnetbyad.c: Likewise.
44929         * inet/getnetbyad_r.c: Likewise.
44930         * inet/getnetbynm.c: Likewise.
44931         * inet/getnetbynm_r.c: Likewise.
44932         * inet/getnetent.c: Likewise.
44933         * inet/getnetent_r.c: Likewise.
44934         * inet/getproto.c: Likewise.
44935         * inet/getproto_r.c: Likewise.
44936         * inet/getprtent.c: Likewise.
44937         * inet/getprtent_r.c: Likewise.
44938         * inet/getprtname.c: Likewise.
44939         * inet/getprtname_r.c: Likewise.
44940         * inet/getrpcbyname.c: Likewise.
44941         * inet/getrpcbyname_r.c: Likewise.
44942         * inet/getrpcbynumber.c: Likewise.
44943         * inet/getrpcbynumber_r.c: Likewise.
44944         * inet/getrpcent.c: Likewise.
44945         * inet/getrpcent_r.c: Likewise.
44946         * inet/getaliasent.c: Likewise.
44947         * inet/getaliasent_r.c: Likewise.
44948         * inet/getaliasname.c: Likewise.
44949         * inet/getaliasname_r.c: Likewise.
44950         * nscd/getgrgid_r.c: Likewise.
44951         * nscd/getgrnam_r.c: Likewise.
44952         * nscd/gethstbyad_r.c: Likewise.
44953         * nscd/gethstbynm3_r.c: Likewise.
44954         * nscd/getpwnam_r.c: Likewise.
44955         * nscd/getpwuid_r.c: Likewise.
44956         * nscd/getsrvbynm_r.c: Likewise.
44957         * nscd/getsrvbypt_r.c: Likewise.
44958         * nscd/gai.c: Likewise.
44960         * configure.in (build_nscd): New substituted variable, set
44961         by --disable-build-nscd and defaults to $use_nscd.
44962         * configure: Regenerated.
44963         * config.make.in (build-nscd): New substituted variable.
44964         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
44965         Change conditional to require [$(build-nscd) = yes] as well.
44966         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
44968         [BZ# 13696]
44969         * configure.in (use_nscd): New substituted variable, set by
44970         --disable-nscd.  If enabled, define USE_NSCD.
44971         * configure: Regenerated.
44972         * config.h.in: Add USE_NSCD.
44973         * config.make.in (use-nscd): New substituted variable.
44974         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
44975         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
44976         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
44977         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
44978         (CFLAGS-getgrnam_r.c): Likewise.
44979         (CFLAGS-initgroups.c): Likewise.
44980         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
44981         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
44982         Variables removed.
44983         * inet/getnetgrent_r.c
44984         (nscd_setnetgrent): New function, broken out of ...
44985         (setnetgrent): ... here.  Call it.
44986         (innetgr): Conditionalize nscd bits on [USE_NSCD].
44987         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
44988         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
44989         * nscd/Makefile (routines, aux): Move definitions after include of
44990         Makeconfig.  Conditionalize on [$(use-nscd) != no].
44991         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
44992         Conditionalize on [USE_NSCD].
44993         (is_nscd, nscd_init_cb): Likewise.
44994         (nss_load_library): Conditionalize init callback on [USE_NSCD].
44995         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
44996         * nss/nss_db/db-init.c: Likewise.
44997         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
44998         [USE_NSCD].
44999         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
45000         (make_request): Use it.
45001         (cache_valid_p): New function.
45002         (__check_pf): Use it.
45003         * NEWS: Add item for --disable-nscd.
45005 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
45007         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
45008         to support sed >= 4.2.1-20-ga9bf076.
45009         * configure: Regenerated.
45011 2012-08-22  Roland McGrath  <roland@hack.frob.com>
45013         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
45014         Conditionalize whole body on [IREL].
45016 2012-08-22  Jeff Law <law@redhat.com>
45018         [BZ #14505]
45019         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
45020         if the family is PF_UNSPEC.
45022 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
45024         * Makerules (lib-version): Rename from V.
45025         (install-lib-nosubdir): Change V to lib-version.
45027 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
45029         [BZ #14252]
45030         * powerpc32/power6/wcschr.c: New file.
45031         * powerpc32/power6/wcscpy.c: New file.
45032         * powerpc32/power6/wcsrchr.c: New file.
45033         * powerpc64/power6/wcschr.c: New file.
45034         * powerpc64/power6/wcscpy.c: New file.
45035         * powerpc64/power6/wcsrchr.c: New file.
45037 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
45039         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
45040         (two_way_short_needle): Use it.
45041         * string/strstr.c (AVAILABLE1_USES_J): Define.
45042         * string/strcasestr.c: Likewise.
45044         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
45045         array references.
45046         * string/strcasestr.c (TOLOWER): Make side-effect safe.
45048         [BZ #11607]
45049         * NEWS: Add an entry.
45050         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
45051         define their defaults.
45052         (two_way_short_needle): Detect end-of-string on-the-fly.
45053         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
45054         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
45055         * string/bug-strcasestr1.c: New test.
45056         * string/Makefile: Run it.
45058 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
45060         [BZ #11607]
45061         * string/str-two-way.h (two_way_short_needle): Optimize matching of
45062         the first character.
45064 2012-08-21  Roland McGrath  <roland@hack.frob.com>
45066         * csu/elf-init.c (__libc_csu_irel): Function removed.
45067         * csu/libc-start.c (apply_irel): New function.
45068         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
45070 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
45072         * sysdeps/unix/sysv/linux/kernel-features.h
45073         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
45074         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
45075         <kernel-features.h>.
45076         [__NR_fadvise64_64]: Make code unconditional.
45077         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
45078         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
45079         !__NR_fadvise64_64)]: Likewise.
45080         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
45081         !__NR_fadvise64_64))]: Likewise.
45082         [__NR_fadvise64]: Make code unconditional.
45083         [!__NR_fadvise64]: Remove conditional code.
45084         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
45085         <kernel-features.h>.
45086         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
45087         unconditional.
45088         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
45089         conditional code.
45090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
45091         not include <kernel-features.h>.
45092         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
45093         unconditional.
45094         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
45095         conditional code.
45096         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
45097         include <kernel-features.h>.
45098         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
45099         unconditional.
45100         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
45101         conditional code.
45103 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
45105         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
45106         slight instruction rearrangements per scrollpipe analysis.
45107         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
45109 2012-08-20  Roland McGrath  <roland@hack.frob.com>
45111         * manual/syslog.texi (syslog; vsyslog, closelog):
45112         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
45113         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
45115         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
45116         DSOCAPS to match condition on defining it.
45118 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
45120         * sysdeps/unix/sysv/linux/kernel-features.h
45121         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
45122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
45123         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
45124         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
45125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
45126         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
45127         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
45128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
45129         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
45130         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
45132         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
45133         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
45135         * sysdeps/unix/sysv/linux/kernel-features.h
45136         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
45137         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
45138         unconditional.
45139         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
45140         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
45141         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
45142         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
45143         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
45144         Make code unconditional.
45145         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
45146         (__mmap64) [!__NR_mmap2]: Likewise.
45147         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
45148         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
45149         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
45150         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
45151         [__NR_mmap2]: Make code unconditional.
45152         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
45153         (__mmap64) [!__NR_mmap2]: Likewise.
45155 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45157         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
45159 2012-08-18  Andreas Jaeger  <aj@suse.de>
45161         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
45163 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
45165         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
45166         * include/unistd.h (__have_sock_cloexec): Likewise.
45167         (__have_pipe2): Likewise.
45168         (__have_dup3): Likewise.
45170 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
45172         [BZ #9685]
45173         * include/unistd.h (__have_pipe2): Change define into an extern int.
45174         (__have_dup3): Likewise.
45175         * socket/have_sock_cloexec.c: Include fcntl.h.
45176         (__have_pipe2): New variable.
45177         (__have_dup3): Likewise.
45179 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
45181         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
45183 2012-08-17  Marek Polacek  <polacek@redhat.com>
45185         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
45186         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
45188 2012-08-17  Roland McGrath  <roland@hack.frob.com>
45190         * configure.in: Add AC_SUBST for sysheaders.
45191         * configure: Regenerated.
45192         * config.make.in (sysheaders): New substituted variable.
45194         * sysdeps/unix/mkfifo.c: Moved ...
45195         * sysdeps/posix/mkfifo.c: ... here.
45196         * sysdeps/unix/mkfifoat.c: Moved ...
45197         * sysdeps/posix/mkfifoat.c: ... here.
45199         * sysdeps/unix/utime.c: Moved ...
45200         * sysdeps/posix/utime.c: ... here.
45202         * sysdeps/unix/time.c: Moved ...
45203         * sysdeps/posix/time.c: ... here.
45204         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
45205         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
45207         * sysdeps/unix/nice.c: Moved ...
45208         * sysdeps/posix/nice.c: ... here.
45210         * sysdeps/unix/alarm.c: Moved ...
45211         * sysdeps/posix/alarm.c: ... here.
45213         * intl/Makefile ($(codeset_mo)): Depend on the input file.
45215 2012-08-17  Jeff Law <law@redhat.com>
45217         * intl/Makefile (codeset_mo): New variable.
45218         ($(codeset_mo)): New target.
45219         (tst-codeset.out): Depend on that.  Remove explicit rule.
45220         (tst-gettext3.out, tst-gettext5.out): Likewise.
45221         (LOCPATH-ENV, tst-codeset-ENV): New variables.
45222         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
45223         * intl/tst-codeset.sh: Remove.
45224         * intl/tst-gettext3.sh: Likewise.
45225         * intl/tst-gettext5.sh: Likewise.
45227 2012-08-17  Roland McGrath  <roland@hack.frob.com>
45229         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
45230         * sysdeps/unix/syscalls.list: ... here.
45232         * sysdeps/posix/getaddrinfo.c
45233         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
45234         (gaiconf_init, gaiconf_reload): Use them.
45235         [!_STATBUF_ST_NSEC]
45236         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
45237         Define using time_t rather than struct timespec.
45239         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
45240         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
45241         Macros removed.
45242         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
45243         [!NO_THREADS].
45244         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
45245         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
45246         Likewise.
45248         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
45249         __libc_cleanup_push argument.
45251         * bits/param.h: New file.
45252         * misc/sys/param.h: New file.
45253         * include/sys/param.h: New file.
45254         * misc/Makefile (headers): Add bits/param.h.
45255         * sysdeps/generic/sys/param.h: File removed.
45256         * sysdeps/unix/sysv/linux/bits/param.h: New file.
45257         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
45258         * sysdeps/mach/hurd/bits/param.h: New file.
45259         * sysdeps/mach/hurd/sys/param.h: File removed.
45261         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
45262         last change.
45264         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
45265         [_IO_MTSAFE_IO].
45266         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
45267         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
45268         New macros.
45270         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
45271         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
45272         rather than -D_IO_MTSAFE_IO conditionally.
45273         * stdio-common/Makefile (CPPFLAGS): Likewise.
45274         * wcsmbs/Makefile (CPPFLAGS): Likewise.
45275         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
45276         Use $(libio-mtsafe).
45277         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
45278         of -D_IO_MTSAFE_IO.
45279         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
45280         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
45281         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
45282         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
45283         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
45284         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
45285         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
45286         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
45287         (CFLAGS-fread_u_chk.c): Likewise.
45288         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
45289         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
45290         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
45291         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
45292         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
45293         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
45294         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
45295         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
45296         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
45298         * libio/Makefile: Test [$(libc-reentrant) = yes]
45299         instead of [$(filter %REENTRANT, $(defines)) nonempty].
45301         * Makeconfig
45302         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
45303         * sysdeps/pthread/configure: File removed.
45304         * sysdeps/pthread/Makeconfig: New file.
45305         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
45306         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
45308 2012-08-16  Gary Benson  <gbenson@redhat.com>
45310         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
45311         unmapping the first object in a namespace.
45313 2012-08-16  Roland McGrath  <roland@hack.frob.com>
45315         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
45316         (__internal_setnetgrent): ... this.  Add internal_function to
45317         definition.  Add libc_hidden_def.
45318         (setnetgrent): Update caller.
45319         (internal_endnetgrent): Renamed to ...
45320         (__internal_endnetgrent): ... this.  Add internal_function to
45321         definition.  Add libc_hidden_def.
45322         (endnetgrent): Update caller.
45323         (internal_getnetgrent_r): Renamed to ...
45324         (__internal_getnetgrent_r): ... this.  Add internal_function to
45325         definition.  Add libc_hidden_def.
45326         (__getnetgrent_r): Update caller.
45327         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
45329 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
45331         * stdlib/longlong.h: Update from GCC.
45333 2012-08-16  Roland McGrath  <roland@hack.frob.com>
45335         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
45336         on _QL, which is set by umul_ppmm but never used.
45337         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
45338         variables, which are set by GMP macros but never used.
45339         * stdio-common/_itowa.c (_itowa): Likewise.
45340         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
45341         * stdlib/mod_1.c (mpn_mod_1): Likewise.
45343 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
45345         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
45346         struct La_sh_regs is not constant.
45347         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
45348         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
45349         and struct La_sparc64_regs are not constant.
45351 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
45353         * sysdeps/unix/sysv/linux/kernel-features.h
45354         (__ASSUME_POSIX_TIMERS): Remove.
45355         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
45356         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
45357         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
45358         Make code unconditional.
45359         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
45360         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
45361         Make code unconditional.
45362         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
45363         * sysdeps/unix/sysv/linux/clock_nanosleep.c
45364         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
45365         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
45366         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
45367         Make code unconditional.
45368         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
45369         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
45370         (__libc_missing_posix_timers): Remove.
45372 2012-08-15  Roland McGrath  <roland@hack.frob.com>
45374         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
45375         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
45377         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
45379         * elf/dl-sym.c: Include <stdlib.h>.
45381         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
45382         constants, which avoids warnings in 32-bit builds.
45384         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
45385         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
45387         * misc/lseek.c: File moved to ...
45388         * io/lseek.c: ... here.
45390         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
45392         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
45393         shifting LEN more than 31 bits at once.
45395 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45397         [BZ #14195]
45398         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
45399         segmentation fault for a case of two empty input strings.
45400         * string/test-strncasecmp.c (check1): Renamed to...
45401         (bz12205): ...this.
45402         (bz14195): Add new testcase for two empty input strings and N > 0.
45403         (test_main): Call new testcase, adapt for renamed function.
45405 2012-08-15  Andreas Jaeger  <aj@suse.de>
45407         [BZ #14090]
45408         * crypt/md5test2.c: New test, based on test supplied by Serge
45409         Belyshev <belyshev@depni.sinp.msu.ru>.
45410         * crypt/Makefile (xtests): Add md5test-giant..
45411         * crypt/Makefile ($(objpfx)md5test-giant): Add.
45413 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45415         [BZ #14090]
45416         * crypt/md5.c (md5_process_block): Don't assume the buffer
45417         length is less than 2**32.
45418         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
45419         length is less than 2**64.
45421 2012-08-15  Roland McGrath  <roland@hack.frob.com>
45423         * string/str-two-way.h: Include <sys/param.h>.
45424         (MAX): Macro removed.
45426         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
45427         Move #define and #undef of memmove to just before and after
45428         including <string.h>.
45430         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
45431         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
45432         and after including <string.h>.  Move declarations of
45433         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
45434         to before #include "string/memmove.c".
45436         * include/dirent.h: Declare __getdirentries.
45438         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
45439         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
45441 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
45443         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
45444         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
45445         * sysdeps/i386/configure: Regenerated.
45446         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
45447         STABS_CURRENT_FILE, and STABS_FUN.
45448         (END): Remove call to STABS_FUN_END.
45449         (STABS_CURRENT_FILE1): Delete.
45450         (STABS_CURRENT_FILE): Likewise.
45451         (STABS_FUN): Likewise.
45452         (STABS_FUN_END): Likewise.
45453         (STABS_FUN2): Likewise.
45454         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
45455         * sysdeps/x86_64/configure: Regenerated.
45457 2012-08-14  Roland McGrath  <roland@hack.frob.com>
45459         * elf/dl-open.c: Include <atomic.h>.
45460         * elf/dl-lookup.c: Likewise.
45462 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
45464         * sysdeps/unix/sysv/linux/kernel-features.h
45465         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
45466         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
45467         unconditionally.
45468         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
45469         unconditionally.
45470         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
45471         condition on __ASSUME_CLONE_THREAD_FLAGS.
45473 2012-08-14  Andreas Jaeger  <aj@suse.de>
45475         * sysdeps/i386/fpu/libm-test-ulps: Update.
45477 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
45479         * include/atomic.h (atomic_exchange_and_add): Split into ...
45480         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
45481         New atomic macros.
45483 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
45485         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45487 2012-08-13  Jeff Law <law@redhat.com>
45489         * manual/stdio.texi (snprintf): Clarify handling of the trailing
45490         null byte in the output string.
45492 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
45494         * sysdeps/unix/sysv/linux/kernel-features.h
45495         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
45496         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
45497         (__ASSUME_ARG_MAX_STACK_BASED): Define.
45498         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
45499         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
45500         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
45501         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
45503 2012-08-09  Jeff Law <law@redhat.com>
45505         [BZ #13939]
45506         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
45507         When avoid_arena is set, don't retry in the that arena.  Pick the
45508         next one, whatever it might be.
45509         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
45510         (arena_lock): Pass in new parameter to arena_get2.
45511         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
45512         arena_get2.
45513         (__libc_malloc): Unify retrying after main arena failure with
45514         __libc_memalign version.
45515         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
45517 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
45519         [BZ #14166]
45520         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
45521         to __redirect_strstr.
45522         (__strstr_sse42): Use typeof __redirect_strstr.
45523         (__strstr_ia32): Likewise.
45524         (__libc_strstr): New prototype.
45525         (strstr): Renamed to ...
45526         (__libc_strstr): This.
45527         (strstr): New strong alias of __libc_strstr.
45528         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
45529         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
45530         __redirect_time.
45531         Include <time.h>.
45532         (__libc_time): New prototype.
45533         (time_ifunc): Replace time with __libc_time.
45534         (time): New strong alias and hidden definition of __libc_time.
45535         (__GI_time): Remove strong alias.
45536         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
45537         Include <stddef.h>.
45538         (memmove): Redefined to __redirect_memmove.
45539         (__memmove_sse2): Use typeof __redirect_memmove.
45540         (__memmove_ssse3): Likewise.
45541         (__memmove_ssse3_back): Likewise.
45542         (__libc_memmove): New prototype.
45543         (memmove): Renamed to ...
45544         (__libc_memmove): This.
45545         (memmove): New strong alias of __libc_memmove.
45547 2012-08-08  Mark Salter  <msalter@redhat.com>
45549         * elf/elf.h
45550         (R_MN10300_TLS_GD): Define.
45551         (R_MN10300_TLS_LD): Likewise.
45552         (R_MN10300_TLS_LDO): Likewise.
45553         (R_MN10300_TLS_GOTIE): Likewise.
45554         (R_MN10300_TLS_IE): Likewise.
45555         (R_MN10300_TLS_LE): Likewise.
45556         (R_MN10300_TLS_DTPMOD): Likewise.
45557         (R_MN10300_TLS_DTPOFF): Likewise.
45558         (R_MN10300_TLS_TPOFF): Likewise.
45559         (R_MN10300_SYM_DIFF): Likewise.
45560         (R_MN10300_ALIGN): Likewise.
45561         (R_MN10300_NUM): Update.
45563 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
45565         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
45566         Remove.
45568 2012-08-08  Roland McGrath  <roland@hack.frob.com>
45570         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
45572         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
45573         sysdeps/unix -> sysdeps/posix move.
45574         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
45576 2012-08-07      Allan McRae     <allan@archlinux.org>
45578         [BZ #14303]
45579         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
45580         (SUNOS_CPP): Likewise.
45581         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
45582         not found.
45583         (open_input): Call CPP using execvp.
45585 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
45587         * sysdeps/unix/sysv/linux/kernel-features.h
45588         (__ASSUME_PROT_GROWSUPDOWN): Remove.
45589         (__ASSUME_NO_CLONE_DETACHED): Likewise.
45590         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
45591         (__ASSUME_WAITID_SYSCALL): Likewise.
45592         * sysdeps/unix/sysv/linux/dl-execstack.c
45593         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
45594         code unconditional.
45595         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
45596         conditional code.
45597         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
45598         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
45599         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
45600         code.
45601         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
45602         unconditional.
45603         [__ASSUME_WAITID_SYSCALL]: Likewise.
45604         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
45606 2012-08-07  Roland McGrath  <roland@hack.frob.com>
45608         * sysdeps/unix/closedir.c: Renamed to ...
45609         * sysdeps/posix/closedir.c: ... here.
45610         * sysdeps/unix/dirfd.c: Renamed to ...
45611         * sysdeps/posix/dirfd.c: ... here.
45612         * sysdeps/unix/dirstream.h: Renamed to ...
45613         * sysdeps/posix/dirstream.h: ... here.
45614         * sysdeps/unix/fdopendir.c: Renamed to ...
45615         * sysdeps/posix/fdopendir.c: ... here.
45616         * sysdeps/unix/opendir.c: Renamed to ...
45617         * sysdeps/posix/opendir.c: ... here.
45618         * sysdeps/unix/readdir.c: Renamed to ...
45619         * sysdeps/posix/readdir.c: ... here.
45620         * sysdeps/unix/readdir_r.c: Renamed to ...
45621         * sysdeps/posix/readdir_r.c: ... here.
45622         * sysdeps/unix/rewinddir.c: Renamed to ...
45623         * sysdeps/posix/rewinddir.c: ... here.
45624         * sysdeps/unix/seekdir.c: Renamed to ...
45625         * sysdeps/posix/seekdir.c: ... here.
45626         * sysdeps/unix/telldir.c: Renamed to ...
45627         * sysdeps/posix/telldir.c: ... here.
45628         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
45629         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
45630         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
45631         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
45633         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
45634         * bits/fcntl.h: ... here.
45636         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
45637         not 0.
45638         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
45639         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
45640         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
45641         (struct flock): Move l_start, l_len to the beginning.
45642         Use __pid_t for l_pid.
45643         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
45644         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
45645         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
45646         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
45647         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
45648         [__USE_LARGEFILE64] (struct flock64): New type.
45649         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
45651         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
45652         * bits/dirent.h: ... here.
45654         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
45655         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
45657 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
45659         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
45660         Change from 2.6.0 to 2.6.16.
45661         * sysdeps/unix/sysv/linux/configure: Regenerated.
45662         * sysdeps/unix/sysv/linux/kernel-features.h
45663         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
45664         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
45665         version.
45666         (__ASSUME_UTIMES): Likewise.
45667         (__ASSUME_CLONE_STOPPED): Remove.
45668         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
45669         architectures, not kernel version.
45670         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
45671         (__ASSUME_NO_CLONE_DETACHED): Likewise.
45672         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
45673         (__ASSUME_WAITID_SYSCALL): Likewise.
45674         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
45675         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
45676         * README: State 2.6.16 as minimum Linux kernel version.  Do not
45677         refer to older versions.
45679 2012-08-06  Roland McGrath  <roland@hack.frob.com>
45681         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
45682         Define alphasort64 as an alias.
45683         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
45684         Define versionsort64 as an alias.
45685         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
45686         Define scandir64 as an alias.
45687         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
45688         Define scandirat64 as an alias.
45689         * dirent/alphasort64.c (alphasort64):
45690         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
45691         * dirent/versionsort64.c: Likewise.
45692         * dirent/scandir64.c: Likewise.
45693         * dirent/scandirat64.c: Likewise.
45694         * sysdeps/wordsize-64/alphasort.c: File removed.
45695         * sysdeps/wordsize-64/alphasort64.c: File removed.
45696         * sysdeps/wordsize-64/scandir.c: File removed.
45697         * sysdeps/wordsize-64/scandir64.c: File removed.
45698         * sysdeps/wordsize-64/scandirat.c: File removed.
45699         * sysdeps/wordsize-64/scandirat64.c: File removed.
45700         * sysdeps/wordsize-64/versionsort.c: File removed.
45701         * sysdeps/wordsize-64/versionsort64.c: File removed.
45702         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
45703         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
45704         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
45705         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
45706         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
45707         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
45708         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
45709         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
45711         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
45712         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
45713         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
45714         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45715         [defined __arch64__ || defined __sparcv9]
45716         (__INO_T_MATCHES_INO64_T): New macro.
45717         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
45718         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
45719         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
45720         * sysdeps/unix/sysv/linux/bits/dirent.h
45721         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
45722         (_DIRENT_MATCHES_DIRENT64): New macro.
45724         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
45725         Define lockf64 as an alias.
45726         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
45727         Define fseeko64 as an alias.
45728         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
45729         Define ftello64 as an alias.
45730         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
45731         Define _IO_fgetpos64 and fgetpos64 as aliases.
45732         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
45733         Define _IO_fsetpos64 and fsetpos64 as aliases.
45734         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
45735         Conditionalize body on this.
45736         * libio/fseeko64.c: Likewise.
45737         * libio/ftello64.c: Likewise.
45738         * libio/iofgetpos64.c: Likewise.
45739         * libio/iofsetpos64.c: Likewise.
45740         * sysdeps/wordsize-64/lockf.c: File removed.
45741         * sysdeps/wordsize-64/lockf64.c: File removed.
45742         * sysdeps/wordsize-64/fseeko.c: File removed.
45743         * sysdeps/wordsize-64/fseeko64.c: File removed.
45744         * sysdeps/wordsize-64/ftello.c: File removed.
45745         * sysdeps/wordsize-64/ftello64.c: File removed.
45746         * sysdeps/wordsize-64/iofgetpos.c: File removed.
45747         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
45748         * sysdeps/wordsize-64/iofsetpos.c: File removed.
45749         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
45750         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
45751         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
45752         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
45753         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
45754         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
45755         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
45756         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
45757         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
45758         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
45759         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
45761         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
45762         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
45763         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
45764         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45765         [defined __arch64__ || defined __sparcv9]
45766         (__OFF_T_MATCHES_OFF64_T): New macro.
45767         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
45768         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
45769         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45770         (__OFF_T_MATCHES_OFF64_T): New macro.
45772 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
45774         * stdlib/secure-getenv.c (__secure_getenv): Replace
45775         GLIBC_2_16 with GLIBC_2_17.
45777 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
45779         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
45780         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
45782 2012-08-03  David S. Miller  <davem@davemloft.net>
45784         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45786 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
45788         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
45789         Remove.
45790         (__ASSUME_CORRECT_SI_PID): Likewise.
45791         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
45792         (__ASSUME_TMPFS_NAME): Likewise.
45793         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
45794         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
45795         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
45796         (HAVE_AUX_SECURE): Make definition unconditional.
45797         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
45798         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
45800 2012-08-03  Roland McGrath  <roland@hack.frob.com>
45802         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
45803         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
45804         * sysdeps/mach/hurd/eloop-threshold.h: New file.
45805         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
45806         __eloop_threshold instead of SYMLOOP_MAX.
45808         * sysdeps/generic/eloop-threshold.h: New file.
45809         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
45810         of MAXSYMLINKS.
45811         * elf/chroot_canon.c (chroot_canon): Likewise.
45813 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
45815         [BZ #13717]
45816         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
45817         Change to 2.6.0 everywhere.
45818         * sysdeps/unix/sysv/linux/configure: Regenerated.
45819         * sysdeps/unix/sysv/linux/kernel-features.h
45820         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
45821         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
45822         kernel versions.
45823         (__ASSUME_POSIX_TIMERS): Define unconditionally.
45824         (__ASSUME_FUTEX_REQUEUE): Remove.
45825         (__ASSUME_STATFS64): Define unconditionally.
45826         (__ASSUME_AT_SECURE): Likewise.
45827         (__ASSUME_CORRECT_SI_PID): Likewise.
45828         (__ASSUME_TGKILL): Define without depending on kernel version for
45829         i386.
45830         (__ASSUME_UTIMES): Likewise.
45831         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
45832         kernel version.
45833         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
45834         (__ASSUME_TMPFS_NAME): Likewise.
45835         * README: Update reference to Linux kernel versions.
45837 2012-08-02  Marek Polacek  <polacek@redhat.com>
45839         [BZ# 14150]
45840         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
45841         libc_cv_asm_type_prefix with %.
45842         * configure: Regenerated.
45843         * include/libc-symbols.h: Remove comment about
45844         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
45845         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
45846         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
45847         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
45848         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
45849         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
45850         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
45851         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
45852         * elf/tst-unique2mod1.c: Likewise.
45853         * elf/tst-unique1mod2.c: Likewise.
45854         * elf/tst-unique1mod1.c: Likewise.
45855         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
45856         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
45857         Replace ASM_TYPE_DIRECTIVE with .type.
45858         * sysdeps/s390/s390-64/sysdep.h: Likewise.
45859         * sysdeps/i386/sysdep.h: Likewise.
45860         * sysdeps/x86_64/sysdep.h: Likewise.
45861         * sysdeps/sh/sysdep.h: Likewise.
45862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
45863         Do not define ASM_TYPE_DIRECTIVE.
45864         * sysdeps/powerpc/sysdep.h: Likewise.
45865         * sysdeps/powerpc/powerpc32/sysdep.h:
45866         Replace ASM_TYPE_DIRECTIVE with .type.
45867         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
45868         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
45869         * sysdeps/i386/fpu/e_powf.S: Likewise.
45870         * sysdeps/i386/fpu/e_expl.S: Likewise.
45871         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45872         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45873         * sysdeps/i386/fpu/e_pow.S: Likewise.
45874         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
45875         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45876         * sysdeps/i386/fpu/s_expm1.S: Likewise.
45877         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
45878         * sysdeps/i386/fpu/e_log2.S: Likewise.
45879         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45880         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45881         * sysdeps/i386/fpu/e_powl.S: Likewise.
45882         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45883         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
45884         * sysdeps/i386/fpu/e_logl.S: Likewise.
45885         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
45886         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
45887         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
45888         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45889         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45890         * sysdeps/i386/fpu/e_log.S: Likewise.
45891         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45892         * sysdeps/i386/fpu/e_logf.S: Likewise.
45893         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45894         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45895         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
45896         * sysdeps/i386/fpu/e_log10.S: Likewise.
45897         * sysdeps/i386/fpu/s_frexp.S: Likewise.
45898         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45899         * sysdeps/i386/fpu/s_asinh.S: Likewise.
45900         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
45901         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45902         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
45903         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
45904         * sysdeps/i386/i686/strtok.S: Likewise.
45905         * sysdeps/i386/i386-mcount.S: Likewise.
45906         * sysdeps/i386/strtok.S: Likewise.
45907         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
45908         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45909         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45910         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45911         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
45912         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45913         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
45914         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
45915         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45916         * sysdeps/x86_64/_mcount.S: Likewise.
45917         * sysdeps/x86_64/strtok.S: Likewise.
45918         * sysdeps/sh/_mcount.S: Likewise.
45920 2012-08-01  Roland McGrath  <roland@hack.frob.com>
45922         * libio/iofopen.c: Include <fcntl.h>.
45923         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
45924         (_IO_fopen64, fopen64): Define as aliases.
45925         * libio/iofopen64.c: Include <fcntl.h>.
45926         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
45927         Conditionalize body on this.
45928         * sysdeps/wordsize-64/iofopen.c: File removed.
45929         * sysdeps/wordsize-64/iofopen64.c: File removed.
45931 2012-08-01  Marek Polacek  <polacek@redhat.com>
45933         * libc/Makeconfig: Use elf in place of binfmt-subdir.
45934         Use dlfcn directly instead of a variable.
45935         (binfmt-subdir): Do not define.
45936         (dlfcn): Likewise.
45938 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
45940         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
45941         Remove all definitions.
45942         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
45943         <kernel-features.h>.
45944         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
45945         (miss_F_GETOWN_EX): Remove all definitions.
45946         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
45947         macro definition.
45948         [!__ASSUME_FCNTL64]: Remove conditional code.
45949         [__ASSUME_FCNTL64]: Make code unconditional.
45950         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
45951         <kernel-features.h>.
45952         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
45953         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
45954         (lockf64) [__NR_fcntl64]: Make code unconditional.
45955         (lockf64) [__ASSUME_FCNTL64]: Likewise.
45957         * sysdeps/unix/sysv/linux/kernel-features.h
45958         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
45959         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
45960         Make code unconditional.
45961         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
45962         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
45963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
45964         [__NR_vfork]: Make code unconditional.
45965         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
45966         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
45967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
45968         [__NR_vfork]: Make code unconditional.
45969         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
45970         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
45972 2012-08-01  Roland McGrath  <roland@hack.frob.com>
45974         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
45975         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
45977         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
45978         Define mkstemp64 as an alias.
45979         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
45980         Define mkstemps64 as an alias.
45981         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
45982         Define mkostemp64 as an alias.
45983         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
45984         Define mkostemps64 as an alias.
45985         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
45986         Conditionalize body on this.
45987         * misc/mkostemp64.c: Likewise.
45988         * misc/mkostemps64.c: Likewise.
45989         * misc/mkstemps64.c: Likewise.
45990         * sysdeps/wordsize-64/mkstemp64.c: File removed.
45991         * sysdeps/wordsize-64/mkostemp64.c: File removed.
45992         * sysdeps/wordsize-64/mkostemp.c: File removed.
45993         * sysdeps/wordsize-64/mkstemp.c: File removed.
45994         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
45995         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
45996         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
45997         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
45999         [BZ #14138]
46000         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
46001         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
46002         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
46003         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
46005         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
46006         compat_symbol macros from <shlib-compat.h> rather than the underlying
46007         default_symbol_version and symbol_version macros, so that DEFAULT
46008         lines in shlib-versions are respected.
46009         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
46011 2012-08-01  Florian Weimer  <fweimer@redhat.com>
46013         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
46014         Declare with warn_unused_result.
46015         (setgid, setregid, setegid, setresgid): Likewise.
46016         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
46017         Likewise.
46018         * WUR-REPORT: Remove set*id functions.
46020 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
46022         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
46024 2012-07-31  Roland McGrath  <roland@hack.frob.com>
46026         [BZ #10191]
46027         * include/sys/socket.h (__libc_accept, __libc_accept4):
46028         Add attribute_hidden.
46029         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
46031         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
46032         use of PTR_MANGLE.
46033         * inet/getnetgrent_r.c (setup): Likewise.
46035         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
46037 2012-07-31  David S. Miller  <davem@davemloft.net>
46039         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46041 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
46043         [BZ #13629]
46044         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
46045         value between 1.0 and 2.0 and smaller part has absolute value less
46046         than 1.0.
46047         * math/s_clog10.c (__clog10): Likewise.
46048         * math/s_clog10f.c (__clog10f): Likewise.
46049         * math/s_clog10l.c (__clog10l): Likewise.
46050         * math/s_clogf.c (__clogf): Likewise.
46051         * math/s_clogl.c (__clogl): Likewise.
46052         * math/libm-test.inc (clog_test): Add more tests.
46053         (clog10_test): Likewise.
46054         * sysdeps/i386/fpu/libm-test-ulps: Update.
46055         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46057 2012-07-31  Florian Weimer  <fweimer@redhat.com>
46059         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
46060         Exit with zero in case no suitable GID is found, and write a
46061         message to standard error.
46063 2012-07-30  Roland McGrath  <roland@hack.frob.com>
46065         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
46066         rather than to 1.
46067         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
46068         (MAXPATHLEN): Removed.
46069         (NOGROUP, NODEV): New macros.
46070         (setbit, clrbit, isset, isclr): New macros.
46071         (howmany, roundup, powerof2): New macros.
46072         (DEV_BSIZE): New macro.
46074         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
46075         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
46077         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
46078         definition on [!__NO_LONG_DOUBLE_MATH].
46080         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
46081         PTR_MANGLE and PTR_DEMANGLE.
46083         * socket/accept4.c (accept4): Rename to __libc_accept4.
46084         Define accept4 as a weak alias.
46086         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
46087         on [_DIRENT_HAVE_D_TYPE].
46088         * io/ftw.c (ftw_dir): Likewise.
46090         * io/xmknod.c (__xmknod): Don't check PATH for being null.
46092         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
46094         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
46095         Use the BSD numbers rather than the arbitrary ones we had.
46096         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
46097         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
46098         (SIGXCPU, SIGXFSZ): New macros.
46099         (_NSIG): Now 32.
46101         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
46102         initializer on [_LIBC_REENTRANT].
46104         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
46105         definitions inside [_POSIX_MAPPED_FILES].
46107         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
46109         * dirent/opendir.c: Include <fcntl.h>.
46111         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
46112         (__libc_getspecific): Likewise.
46113         (__libc_key_create): Likewise.
46115         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
46116         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
46117         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
46118         (tmpfile64): Define as alias.
46119         * sysdeps/wordsize-64/tmpfile.c: File removed.
46120         * sysdeps/wordsize-64/tmpfile64.c: File removed.
46121         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
46122         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
46124         * stdio-common/vfscanf.c: Include <stdbool.h>.
46125         * nss/makedb.c: Likewise.
46126         * stdio-common/_i18n_number.h: Likewise.
46127         * argp/argp-help.c: Likewise.
46128         * posix/wordexp.c: Likewise.
46129         * sysdeps/posix/spawni.c: Likewise.
46130         * nss/nss_files/files-initgroups.c: Likewise.
46131         * stdio-common/reg-modifier.c: Include <stdlib.h>.
46132         * nss/nss_files/files-initgroups.c: Likewise.
46133         * nss/nss_db/db-netgrp.c: Likewise.
46134         * nss/nss_db/db-initgroups.c: Likewise.
46135         * io/fchmodat.c: Include <sys/stat.h>.
46137         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
46138         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
46140         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
46141         [HAVE_MMAP].
46143         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
46144         Add multiple inclusion protection.
46146 2012-07-27  David S. Miller  <davem@davemloft.net>
46148         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46150 2012-07-27  Gary Benson  <gbenson@redhat.com>
46152         [BZ #14298]
46153         * elf/rtld.c: Include <stap-probe.h>.
46154         (dl_main): Added static probes "init_start" and "init_complete".
46155         * elf/dl-load.c: Include <stap-probe.h>.
46156         (lose): Take new parameter "nsid".
46157         Added static probe "map_failed".
46158         (_dl_map_object_from_fd): Pass namespace id to lose.
46159         Added static probe "map_start".
46160         (open_verify): Pass namespace id to lose.
46161         * elf/dl-open.c: Include <stap-probe.h>.
46162         (dl_open_worker) Added static probes "map_complete", "reloc_start"
46163         and "reloc_complete".
46164         * elf/dl-close.c: Include <stap-probe.h>.
46165         (_dl_close_worker): Added static probes "unmap_start" and
46166         "unmap_complete".
46167         * elf/rtld-debugger-interface.txt: New file documenting the above.
46169 2012-07-26  Roland McGrath  <roland@hack.frob.com>
46171         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
46172         rather than a string variable.
46173         * sunrpc/rpc_main.c (h_output): Likewise.
46174         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
46176 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
46178         * inet/check_native.c: New file.
46180 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
46182         [BZ #13629]
46183         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
46184         if larger part has absolute value 1.0.
46185         * math/s_clog10.c (__clog10): Likewise.
46186         * math/s_clog10f.c (__clog10f): Likewise.
46187         * math/s_clog10l.c (__clog10l): Likewise.
46188         * math/s_clogf.c (__clogf): Likewise.
46189         * math/s_clogl.c (__clogl): Likewise.
46190         * math/libm-test.inc (clog_test): Add more tests.
46191         (clog10_test): Likewise.
46192         * sysdeps/i386/fpu/libm-test-ulps: Update.
46193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46195         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
46196         (pltexit): Likewise.
46197         (La_regs): Likewise.
46198         (La_retval): Likewise.
46199         (int_retval): Likewise.
46200         Update #error for removed macros to refer only to definitions in
46201         tst-audit.h.
46202         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
46203         macro.
46204         (pltexit): Likewise.
46205         (La_regs): Likewise.
46206         (La_retval): Likewise.
46207         (int_retval): Likewise.
46208         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
46209         macro.
46210         (pltexit): Likewise.
46211         (La_regs): Likewise.
46212         (La_retval): Likewise.
46213         (int_retval): Likewise.
46214         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
46215         macro.
46216         (pltexit): Likewise.
46217         (La_regs): Likewise.
46218         (La_retval): Likewise.
46219         (int_retval): Likewise.
46220         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
46221         macro.
46222         (pltexit): Likewise.
46223         (La_regs): Likewise.
46224         (La_retval): Likewise.
46225         (int_retval): Likewise.
46226         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
46227         macro.
46228         (pltexit): Likewise.
46229         (La_regs): Likewise.
46230         (La_retval): Likewise.
46231         (int_retval): Likewise.
46232         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
46233         macro.
46234         (pltexit): Likewise.
46235         (La_regs): Likewise.
46236         (La_retval): Likewise.
46237         (int_retval): Likewise.
46238         * sysdeps/generic/tst-audit.h: Update comment to refer only to
46239         macro definitions in tst-audit.h.
46240         * sysdeps/i386/tst-audit.h: New file.
46241         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
46242         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
46243         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
46244         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
46245         * sysdeps/sh/tst-audit.h: Likewise.
46246         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
46247         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
46248         * sysdeps/x86_64/tst-audit.h: Likewise.
46250 2012-07-26  Andreas Jaeger  <aj@suse.de>
46252         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
46253         ptrace.
46255         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
46256         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
46257         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
46258         PTRACE_O_MASK.
46259         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
46260         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
46261         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
46263         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
46264         value.
46266         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
46267         _sigsys.
46268         (si_call_addr, si_syscall, si_arch): Define new macro.
46269         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
46270         _sigsys.
46271         (si_call_addr, si_syscall, si_arch): Define new marcro.
46272         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
46273         _sigsys.
46274         (si_call_addr, si_syscall, si_arch): Define new macro.
46275         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
46276         _sigsys.
46277         (si_call_addr, si_syscall, si_arch): Define new macro.
46279 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
46281         [BZ #13717]
46282         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
46283         Change to 2.4.21 where previously 2.4.1.
46284         * sysdeps/unix/sysv/linux/configure: Regenerated.
46285         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
46286         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
46287         Linux kernel version.
46288         (__ASSUME_STD_AUXV): Remove.
46289         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
46290         kernel version.
46291         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
46292         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
46293         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
46294         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
46295         (__ASSUME_NETLINK_SUPPORT): Likewise.
46296         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
46297         (__no_netlink_support): Remove conditional definition.
46298         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
46299         Remove.
46300         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
46301         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
46302         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
46303         (if_nameindex_ioctl): Remove.
46304         (if_nameindex_netlink): Do not handle __no_netlink_support.
46305         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
46306         code.
46307         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
46308         Remove conditional code.
46309         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
46310         code.
46311         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
46312         unconditional.
46313         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
46314         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
46315         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
46316         Remove.
46317         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
46318         [!__ASSUME_STD_AUXV]: Remove conditional code.
46319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
46320         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
46321         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
46322         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
46323         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
46324         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
46325         code.
46326         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
46327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
46328         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
46329         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
46330         conditional code.
46331         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
46332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
46333         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
46334         code.
46335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
46336         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
46337         conditional code.
46338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
46339         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
46340         code unconditional.
46341         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
46342         conditional code.
46343         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
46344         unconditional.
46345         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
46346         conditional code.
46347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
46348         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
46349         unconditional.
46350         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
46351         conditional code.
46352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
46353         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
46354         code unconditional.
46355         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
46356         conditional code.
46357         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
46358         unconditional.
46359         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
46360         conditional code.
46361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
46362         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
46363         code unconditional.
46364         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
46365         conditional code.
46366         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
46367         unconditional.
46368         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
46369         conditional code.
46371 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
46373         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
46374         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
46375         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
46376         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
46377         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
46378         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
46379         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
46380         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
46381         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
46382         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
46383         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
46384         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
46385         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
46386         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
46387         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
46388         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
46389         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
46390         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
46391         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
46392         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
46393         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
46394         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
46395         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
46397 2012-07-25  Florian Weimer  <fweimer@redhat.com>
46399         * Versions.def: Add GLIBC_2.17.
46400         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
46401         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
46402         Introduce __libc_secure_getenv.
46403         * stdlib/Versions (2.17): Add secure_getenv
46404         (GLIBC_PRIVATE): Add __libc_secure_getenv.
46405         * stdlib/secure-getenv.c: Rename __secure_getenv to
46406         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
46407         symbol __secure_getenv for GLIBC_2.0.
46408         * stdlib/tst-secure-getenv.c: New.
46409         * stdlib/Makefile (tests): Add testcase.
46410         * manual/startup.texi (Environment Access): Document
46411         secure_getenv.
46412         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
46413         __libc_secure_getenv.
46414         * inet/ruserpass.c (ruserpass): Likewise.
46415         * malloc/mtrace.c (mtrace): Likewise.
46416         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
46417         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
46418         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
46419         * sysdeps/posix/tempname.c: Likewise.  Evaluate
46420         HAVE_SECURE_GETENV.
46421         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
46422         __secure_getenv to __libc_secure_getenv.
46423         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
46424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46425         Likewise.
46426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46427         Likewise.
46428         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
46429         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
46430         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
46431         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
46432         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
46433         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
46434         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
46436 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
46438         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
46439         (struct La_i86_retval): Likewise.
46440         (struct La_x86_64_regs): Likewise.
46441         (struct La_x86_64_retval): Likewise.
46442         (struct La_x32_regs): Likewise.
46443         (struct La_x32_retval): Likewise.
46444         (struct La_ppc32_regs): Likewise.
46445         (struct La_ppc32_retval): Likewise.
46446         (struct La_ppc64_regs): Likewise.
46447         (struct La_ppc64_retval): Likewise.
46448         (struct La_sh_regs): Likewise.
46449         (struct La_sh_retval): Likewise.
46450         (struct La_s390_32_regs): Likewise.
46451         (struct La_s390_32_retval): Likewise.
46452         (struct La_s390_64_regs): Likewise.
46453         (struct La_s390_64_retval): Likewise.
46454         (struct La_sparc32_regs): Likewise.
46455         (struct La_sparc32_retval): Likewise.
46456         (struct La_sparc64_regs): Likewise.
46457         (struct La_sparc64_retval): Likewise.
46458         (struct audit_ifaces): Remove architecture-specific pltenter and
46459         pltexit members.
46460         * sysdeps/i386/ldsodefs.h: New file.
46461         * sysdeps/powerpc/ldsodefs.h: Likewise.
46462         * sysdeps/s390/ldsodefs.h: Likewise.
46463         * sysdeps/sh/ldsodefs.h: Likewise.
46464         * sysdeps/sparc/ldsodefs.h: Likewise.
46465         * sysdeps/x86_64/ldsodefs.h: Likewise.
46467 2012-07-25  Marek Polacek  <polacek@redhat.com>
46469         [BZ #6808]
46470         * math/libm-test.inc (yn_test): Add another test.
46471         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
46472         to ERANGE when the result is +-Inf.
46473         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
46474         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
46475         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
46476         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
46478 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
46480         * conform/data/time.h-data (NULL): Use macro-constant.  Require
46481         equal to 0.
46482         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
46483         clock_t.
46484         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
46486 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
46488         * configure.in <sysdeps resolving>: Correct printing
46489         Implies_before.
46490         * configure: Regenerate.
46492 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
46494         * math/w_ilogb.c: Include <limits.h>.
46495         * math/w_ilogbl.c: Likewise.
46497 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
46499         * manual/lang.texi (__va_copy): Document primarily as ISO C99
46500         va_copy.  Document allowing for unavailable va_copy only as
46501         pre-C99 compatibility.
46502         * manual/string.texi (Copying and Concatenation): Use va_copy
46503         instead of __va_copy in concat example.
46505 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
46507         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
46508         (__sendto): Use create_address_port.  Initialize APORT and deallocate
46509         it if not null.
46511         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
46512         with O_NOLINK passed to __file_name_lookup.
46514         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
46515         with O_NOLINK passed to __file_name_lookup.
46517         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
46518         negative N or less than NGIDS.
46520         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
46521         type to string_t.  Set ERANGE as errno and return it if NAME is not big
46522         enough.  Use memcpy instead of strncpy.
46524 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
46526         * elf/Makefile (check-data): Remove.
46527         (localplt.data): New vpath directive.
46528         ($(objpfx)check-localplt.out): Use localplt.data from vpath
46529         instead of $(check-data).
46530         * scripts/data/localplt-generic.data: Move to ...
46531         * sysdeps/generic/localplt.data: ... here.
46532         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
46533         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
46534         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
46535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
46536         ... here.
46537         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
46538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
46539         ... here.
46540         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
46541         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
46542         ... here.
46543         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
46544         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
46545         ... here.
46546         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
46547         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
46548         ... here.
46549         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
46550         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
46551         ... here.
46553 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46555         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
46556         PPC32 and PPC64 files.
46557         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
46558         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
46560 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46562         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
46563         __makecontext_ret to ...
46564         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
46565         ... here and call exit if uc_link is NULL.  New file.
46566         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
46567         __makecontext_ret.S.
46568         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
46569         __makecontext_ret to ...
46570         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
46571         ... here and call exit if uc_link is NULL.  New file.
46572         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
46573         __makecontext_ret.S.
46575 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46577         * elf/elf.h (R_390_IRELATIVE): New definition.
46578         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
46579         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
46580         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
46581         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
46582         (elf_machine_lazy_rel): Likewise.
46583         * sysdeps/s390/dl-irel.h: New file.
46584         * sysdeps/s390/s390-64/memcpy.S: New asm code.
46585         * sysdeps/s390/s390-64/memset.S: New asm code.
46586         * sysdeps/s390/s390-64/memcmp.S: New asm code.
46587         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
46588         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
46589         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
46590         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
46591         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
46592         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
46593         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
46594         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
46595         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
46596         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
46597         * sysdeps/s390/s390-32/memcpy.S: New asm code.
46598         * sysdeps/s390/s390-32/memset.S: New asm code.
46599         * sysdeps/s390/s390-32/memcmp.S: New asm code.
46601 2012-07-17  Marek Polacek  <polacek@redhat.com>
46603         [BZ #14349]
46604         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
46605         * sysdeps/s390/s390-64/configure.in: Likewise.
46606         * sysdeps/sparc/configure.in: Likewise.
46607         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
46608         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
46609         * sysdeps/i386/configure.in: Likewise.
46610         * sysdeps/x86_64/configure.in: Likewise.
46611         * sysdeps/sh/configure.in: Likewise.
46612         * sysdeps/s390/s390-32/configure: Regenerated.
46613         * sysdeps/s390/s390-64/configure: Likewise.
46614         * sysdeps/x86_64/configure: Likewise.
46615         * sysdeps/sh/configure: Likewise.
46616         * sysdeps/powerpc/powerpc64/configure: Likewise.
46617         * sysdeps/powerpc/powerpc32/configure: Likewise.
46618         * sysdeps/sparc/configure: Likwise.
46619         * sysdeps/i386/configure: Likewise.
46621         * elf/dl-open.c: Comment fixes.
46623 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
46625         * Makefile [CXX] (check-data): Remove.
46626         [CXX] (c++-types.data): New vpath directive.
46627         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
46628         vpath.  Do not allow for C++ type data being missing.
46629         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
46630         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
46631         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
46632         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
46633         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
46634         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
46635         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
46636         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
46637         ... here.
46638         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
46639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
46640         ... here.
46641         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
46642         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
46643         ... here.
46644         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
46645         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
46646         ... here.
46647         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
46648         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
46649         ... here.
46650         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
46651         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
46652         ... here.
46653         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
46654         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
46655         ... here.
46656         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
46657         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
46659         * elf/tls-macros.h (TLS_LE): Move architecture-specific
46660         definitions to architecture-specific files.
46661         (TLS_IE): Likewise.
46662         (TLS_LD): Likewise.
46663         (TLS_GD): Likewise.
46664         * sysdeps/i386/tls-macros.h: New file.
46665         * sysdeps/powerpc/tls-macros.h: Likewise.
46666         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
46667         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
46668         * sysdeps/sh/tls-macros.h: Likewise.
46669         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
46670         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
46671         * sysdeps/x86_64/tls-macros.h: Likewise.
46673 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
46675         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
46676         zero value for regular exit case.
46678         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
46679         (__start_context): Preserve zero value for regular exit case.
46681 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
46682             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46684         * manual/setjmp.texi (setcontext): Clarify normal process
46685         termination when uc_link is the null pointer.
46686         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
46687         exit call.
46689 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
46691         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
46692         preprocessor.  Test for each exception mask separately.
46694 2012-07-16  Andreas Jaeger  <aj@suse.de>
46696         * po/ru.po: Update from translation team.
46698 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
46700         * conform/data/string.h-data (NULL): Use macro-constant.  Require
46701         equal to 0.
46702         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
46703         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
46704         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
46705         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
46706         [ISO || ISO99 || ISO11] (*_t): Do not allow.
46708 2012-07-13  Andreas Jaeger  <aj@suse.de>
46710         * po/fr.po: Update from translation team.
46712 2012-07-12  Marek Polacek  <polacek@redhat.com>
46714         [BZ #14173]
46715         * math/libm-test.inc (yn_test): Add test for BZ #14173.
46716         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
46717         loop condition.
46719 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
46721         [BZ #13717]
46722         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
46723         Change to 2.4.1 where previously 2.4.0.
46724         * sysdeps/unix/sysv/linux/configure: Regenerated.
46725         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
46726         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
46727         version.
46728         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
46729         (__ASSUME_AT_CLKTCK): Remove.
46730         (__ASSUME_AT_PAGESIZE): Likewise.
46731         (__ASSUME_AT_XID): Likewise.
46732         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
46733         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
46734         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
46735         unconditionally.
46736         (HAVE_AUX_PAGESIZE): Likewise.
46737         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
46738         [__ASSUME_AT_CLKTCK]: Make code unconditional.
46739         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
46741 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
46743         [BZ #14307]
46744         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
46745         the temporary buffer used to invoke __gethostbyname2_r,
46746         __gethostbyaddr_r and gethostbyname4_r to make room for struct
46747         host_data / struct gaih_addrtuple.
46748         * resolv/nss_dns/dns-host.c (global scope): Move definition of
46749         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
46750         header file nss/nsswitch.h.
46751         * nss/nsswitch.h (global scope): Add definition of implementation
46752         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
46753         resolv/nss_dns/dns-host.c).
46755 2012-07-11  Andreas Jaeger  <aj@suse.de>
46757         * po/fr.po: Update from translation team.
46759         * po/sv.po: Update from translation team
46760         * po/fr.po: Another update from translation team.
46762 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46764         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
46765         for subnormals or multiply small sinh result by itself.
46766         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
46767         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46769 2012-07-11  David S. Miller  <davem@davemloft.net>
46771         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46773 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
46775         [BZ #14347]
46776         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
46777         (INTERNAL_MARK): Shift it here.
46779 2012-07-10  Marek Polacek  <polacek@redhat.com>
46781         [BZ #14151]
46782         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
46783         libc_cv_asm_global_directive with .globl.
46784         * configure: Regenerated.
46785         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
46786         with .globl.
46787         * sysdeps/i386/configure: Regenerated.
46788         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
46789         with .globl.
46790         * sysdeps/x86_64/configure: Regenerated.
46791         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
46792         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
46793         * elf/tst-unique2mod2.c: Likewise.
46794         * elf/tst-unique2mod1.c: Likewise.
46795         * elf/tst-unique1mod2.c: Likewise.
46796         * elf/tst-unique1mod1.c: Likewise.
46797         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46798         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
46799         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46800         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
46801         * sysdeps/mach/sysdep.h: Likewise.
46802         * sysdeps/i386/sysdep.h: Likewise.
46803         * sysdeps/i386/i386-mcount.S: Likewise.
46804         * sysdeps/x86_64/_mcount.S: Likewise.
46805         * sysdeps/x86_64/sysdep.h: Likewise.
46806         * sysdeps/sh/_mcount.S: Likewise.
46807         * sysdeps/sh/sysdep.h: Likewise.
46808         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
46809         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
46810         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
46811         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46812         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
46813         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
46814         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
46815         * locale/localeinfo.h: Likewise.
46816         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
46817         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
46819 2012-07-09  Roland McGrath  <roland@hack.frob.com>
46821         [BZ #14336]
46822         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
46823         system".
46824         * manual/message.texi (The Uniforum approach): Likewise.
46825         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
46826         (glibc iconv Implementation): Likewise.
46828 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
46830         [BZ #14337]
46831         * math/s_clog.c (__clog): Avoid scaling a value down where that
46832         could result in underflow.
46833         * math/s_clog10.c (__clog10): Likewise.
46834         * math/s_clog10f.c (__clog10f): Likewise.
46835         * math/s_clog10l.c (__clog10l): Likewise.
46836         * math/s_clogf.c (__clogf): Likewise.
46837         * math/s_clogl.c (__clogl): Likewise.
46838         * math/libm-test.inc (clog_test): Add more tests.
46839         (clog10_test): Likewise.
46840         * sysdeps/i386/fpu/libm-test-ulps: Update.
46841         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46843 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
46845         [BZ #14283]
46846         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
46847         by 7 not 8 to examine high bit of fractional part.
46849         [BZ #14042]
46850         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
46851         for call to __mcount_internal.
46852         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
46853         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
46854         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
46856 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
46858         [BZ #14154]
46859         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
46860         approximation for values within 0x1p-13f of an odd multiple of
46861         pi/4.
46862         * math/libm-test.inc (tan_test): Do not allow spurious underflow
46863         exception.  Add more tests.
46864         * sysdeps/i386/fpu/libm-test-ulps: Update.
46866         [BZ #6778]
46867         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
46868         inputs and return -1 for them.  Do not check for +Inf in case not
46869         reachable for +Inf.
46870         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
46871         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
46872         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
46873         and return -1 for them.  Do not check for +Inf in case not
46874         reachable for +Inf.
46875         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
46876         define.
46877         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
46878         and return -1 for them.  Do not check for +Inf in case not
46879         reachable for +Inf.
46880         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
46881         spurious underflow.
46882         * sysdeps/i386/fpu/libm-test-ulps: Update.
46883         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46885 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
46887         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
46889 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
46891         [BZ #14157]
46892         [BZ #14331]
46893         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
46894         could result in spurious underflow.  Scale down values above
46895         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
46896         * math/s_csqrtf.c (__csqrtf): Likewise.
46897         * math/s_csqrtl.c (__csqrtl): Likewise.
46898         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
46899         spurious underflow.
46900         * sysdeps/i386/fpu/libm-test-ulps: Update.
46901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46903 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
46905         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
46906         xopen-msg.sed.
46907         * catgets/xopen-msg.awk: New file.
46908         * catgets/xopen-msg.sed: Removed.
46910         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
46911         po2text.sed.
46912         * intl/po2test.awk: New file.
46913         * intl/po2test.sed: Removed.
46915 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
46917         [BZ #14328]
46918         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
46919         or multiply small sinh result by itself.
46920         * math/s_ctanf.c (__ctanf): Likewise.
46921         * math/s_ctanh.c (__ctanh): Likewise.
46922         * math/s_ctanhf.c (__ctanhf): Likewise.
46923         * math/s_ctanhl.c (__ctanhl): Likewise.
46924         * math/s_ctanl.c (__ctanl): Likewise.
46925         * math/libm-test.inc (ctan_test_tonearest): New function.
46926         (ctan_test_towardzero): Likewise.
46927         (ctan_test_downward): Likewise.
46928         (ctan_test_upward): Likewise.
46929         (ctanh_test_tonearest): Likewise.
46930         (ctanh_test_towardzero): Likewise.
46931         (ctanh_test_downward): Likewise.
46932         (ctanh_test_upward): Likewise.
46933         (main): Call these new functions.
46934         * sysdeps/i386/fpu/libm-test-ulps: Update.
46935         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46937 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
46939         * .gitignore: Delete /ports entry.
46941 2012-07-03  Andreas Jaeger  <aj@suse.de>
46943         * po/bg.po: Update from translation team.
46944         * po/cs.po: Likewise.
46945         * po/de.po: Likewise.
46946         * po/hr.po: Likewise.
46947         * po/nl.pl: Likewise.
46948         * po/pl.po: Likewise.
46949         * po/vi.po: Likewise.
46951 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
46953         * Makeconfig [!+link] (+link-before-libc): New variable.
46954         [!+link] (+link-after-libc): Likewise.
46955         [!+link] (+link-tests): Likewise.
46956         [!+link] (+link): Define in terms of $(+link-before-libc) and
46957         $(+link-after-libc).
46958         [!+link-static] (+link-static-before-libc): New variable.
46959         [!+link-static] (+link-static-after-libc): Likewise.
46960         [!+link-static] (+link-static-tests): Likewise.
46961         [!+link-static] (+link-static): Define in terms of
46962         $(+link-static-before-libc) and $(+link-static-after-libc).
46963         [build-shared] (link-libc-before-gnulib): New variable.
46964         [build-shared] (link-libc-tests): Likewise.
46965         [build-shared] (link-libc): Define in terms of
46966         $(link-libc-before-gnulib).
46967         [!build-shared] (link-libc-tests): New variable.
46968         (link-libc-static-tests): New variable.
46969         [!gnulib] (gnulib-arch): New variable.
46970         [!gnulib] (gnulib-tests): Likewise.
46971         [!gnulib] (static-gnulib-arch): Likewise.
46972         [!gnulib] (static-gnulib-tests): Likewise.
46973         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
46974         Define with "=" instead of ":=".
46975         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
46976         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
46977         * Rules (binaries-all-notests): New variable.
46978         (binaries-all-tests): Likewise.
46979         (binaries-static-notests): Likewise.
46980         (binaries-static-tests): Likewise.
46981         (binaries-all): Define using $(binaries-all-notests) and
46982         $(binaries-all-tests).
46983         (binaries-static): Define using $(binaries-static-notests) and
46984         $(binaries-static-tests).
46985         (binaries-shared-tests): New variable.
46986         (binaries-shared-notests): Likewise.
46987         (binaries-shared): Remove variable.
46988         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
46989         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
46990         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
46991         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
46992         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
46993         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
46994         * elf/Makefile (sln-modules): New variable.
46995         (extra-objs): Add $(sln-modules:=.o).
46996         (ldconfig-modules): Add static-stubs.
46997         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
46998         * elf/static-stubs.c: New file.
47000         [BZ #14283]
47001         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
47002         by 7 not 8 to examine high bit of fractional part.  Use volatile
47003         variables when splitting into final array of floats if
47004         __FLT_EVAL_METHOD__ != 0.
47005         * math/libm-test.inc (cos_test): Add another test.
47006         (sin_test): Likewise.
47007         * sysdeps/i386/fpu/libm-test-ulps: Update.
47009         [BZ #14273]
47010         * math/libm-test.inc (cosh_test): Add more tests.
47012         * version.h (RELEASE): Set to "development".
47013         (VERSION): Set to "2.16.90".
47015 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
47017         * NEWS: Update copyright. Remove last-updated date.
47018         Mention math library bug fixes and timezone data changes.
47019         * README: Mention GNU/Hurd, x32, and HPPA support status.
47021 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
47023         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
47025 2012-06-27  Andreas Jaeger  <aj@suse.de>
47027         * manual/contrib.texi (Contributors): Add Samuel Thibault.
47029 2012-06-25  Andreas Jaeger  <aj@suse.de>
47031         * sysdeps/s390/fpu/libm-test-ulps: Update.
47033 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
47034             Thomas Schwinge  <thomas@codesourcery.com>
47036         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
47037         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
47038         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
47039         fanotify_mark.
47041 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
47043         * sysdeps/mach/start.c: Remove file.
47044         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
47045         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
47046         * sysdeps/sh/init-first.c: Likewise.
47048         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
47049         registers for frame unwinding purposes, add CFI directives.
47050         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
47051         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
47052         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
47053         Likewise.
47055         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
47056         __fortify_fail returning.
47057         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
47059         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
47060         sysdeps/sh/____longjmp_chk.S.
47061         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
47062         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
47063         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
47064         (gen-as-const-headers): Append sigaltstack-offsets.sym.
47066         * sysdeps/sh/abort-instr.h: New file.
47067         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
47068         process in case exit returns.
47070         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
47071         initialize the GOT register before use.
47073         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
47074         calculation of ARGC > 4.
47076         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
47077         meaningful names to some local labels.
47079 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47080             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
47082         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
47083         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
47084         (__arch_compare_and_exchange_val_16_acq): Likewise.
47085         (__arch_compare_and_exchange_val_32_acq): Likewise.
47086         (atomic_exchange_and_add): Fix gUSA sequence.
47087         (atomic_add): Likewise.
47088         (atomic_add_negative): Likewise.
47089         (atomic_add_zero): Likewise.
47090         (atomic_bit_test_set): Likewise.
47092 2012-06-22  Andreas Schwab  <schwab@redhat.com>
47094         [BZ #13579]
47095         * include/link.h (struct link_map): Add l_free_initfini.
47096         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
47097         l_initfini.
47098         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
47099         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
47100         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
47101         set.
47103 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
47105         * configure.in: Use AC_LANG_SOURCE.
47106         * configure: Regenerate.
47108 2012-06-22  Roland McGrath  <roland@hack.frob.com>
47110         * configure.in (libc_cv_localstatedir): New substituted variable.
47111         * configure: Regenerated.
47112         * config.make.in (localstatedir): New variable, substituted from
47113         libc_cv_localstatedir.
47114         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
47115         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
47116         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
47117         * sysdeps/gnu/configure: Regenerated.
47119 2012-06-21  Jeff Law  <law@redhat.com>
47121         [BZ #14277]
47122         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
47123         free.  Simplify list management for _LIBC case.
47125 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
47127         [BZ #14273]
47128         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
47129         Clear sign bit of 64-bit integer value before comparing against
47130         overflow value.
47132         * sysdeps/mach/configure: Regenerated.
47134 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
47136         [BZ #14278]
47137         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
47139 2012-06-21  Jeff Law  <law@redhat.com>
47141         [BZ #13882]
47142         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
47143         uint16_t for elements in the "seen" array to avoid char overflows.
47144         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47145         * elf/dl-open.c (dl_open_worker): Likewise.
47147 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
47149         * scripts/list-sources.sh: Scan PORTS for translations.
47150         * po/libc.pot: Regenerated.
47152 2012-06-21  Andreas Jaeger  <aj@suse.de>
47154         [BZ #12194]
47155         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
47156         warning.
47157         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
47158         * bits/byteswap-16.h (__bswap_16): Likewise.
47159         * bits/byteswap.h (__bswap_constant_16): Likewise.
47161 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
47163         [BZ #14117]
47164         * sysdeps/i386/fpu_control.h: Removed.
47165         * sysdeps/x86_64/fpu_control.h: Moved to ...
47166         * sysdeps/x86/fpu_control.h: Here.
47168         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
47169         (_FPU_SETCW): Likewise.
47171 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
47173         [BZ #14117]
47174         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
47175         * sysdeps/x86/fpu/bits/mathinline.h: This.
47176         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
47178         [BZ #14050]
47179         [BZ #14117]
47180         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
47181         functions if __x86_64__ is defined.
47183 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
47185         * string/endian.h: Add !__ASSEMBLER__ condition for including
47186         conversion interfaces.
47188 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
47190         [BZ #14241]
47191         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
47192         of ABS(x) in calculating zero to negative powers other than odd
47193         integers.
47194         * math/libm-test.inc (pow_test): Add more tests.
47196 2012-06-15  Andreas Jaeger  <aj@suse.de>
47198         * manual/contrib.texi (Contributors): Update entry of Liubov
47199         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
47200         Machado Filho.
47202 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
47204         * string/string.h: Add __wur to GNU version of strerror_r.
47206 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
47208         [BZ #14229]
47209         * string/Makefile (tests): Add tst-strtok_r.
47210         * string/tst-strtok_r.c: New file.
47211         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
47212         RAX_LP/RDX_LP on SAVE_PTR.
47214 2012-06-14  Roland McGrath  <roland@hack.frob.com>
47216         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
47218 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
47220         * libm_test.inc (csqrt_test): Allow more spurious underflow
47221         exceptions.
47222         (j0_test): Likewise.
47223         (j1_test): Likewise.
47224         (y0_test): Likewise.
47225         (y1_test): Likewise.
47227 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
47229         * po/Makefile (libc.pot): Use UTF-8 charset.
47231 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
47233         [BZ #14210]
47234         Suppress sign-conversion warning from FD_SET.
47235         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
47236         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
47237         not unsigned long int.
47238         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
47240 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
47242         [BZ #14050]
47243         [BZ #14117]
47244         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
47245         __extern_always_inline instead of __extern_inline.
47246         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
47247         (__signbit): Likewise.
47248         (__signbitl): Support C++ namespace.
47249         (lrintf): New inline function.
47250         (lrint): Likewise.
47251         (llrintf): Likewise.
47252         (llrint): Likewise.
47253         (fmaxf): Likewise.
47254         (fmax): Likewise.
47255         (fminf): Likewise.
47256         (fmin): Likewise.
47257         (rint): Likewise.
47258         (rintf): Likewise.
47259         (ceil): Likewise.
47260         (ceilf): Likewise.
47261         (floor): Likewise.
47262         (floorf): Likewise.
47263         (nearbyint): Likewise.
47264         (nearbyintf): Likewise.
47266 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
47268         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
47269         non-default versions.
47271 2012-06-11  Roland McGrath  <roland@hack.frob.com>
47273         [BZ #14218]
47274         * manual/argp.texi (Argp): Reword argp_parse description slightly.
47276 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
47278         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
47279         (FE_UPWARD, FE_DOWNWARD): Don't define.
47280         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
47281         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
47283         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
47284         reading it.
47285         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
47286         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
47288 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
47290         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
47291         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
47292         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
47293         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
47295 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
47297         [BZ #14117]
47298         * sysdeps/i386/fpu/bits/fenv.h: Removed.
47299         * sysdeps/i386/fpu/Implies: New file.
47300         * sysdeps/x86_64/fpu/Implies: Likewise.
47301         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
47302         * sysdeps/x86/fpu/bits/fenv.h: This.
47304         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
47305         __SSE_MATH__.
47307 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
47309         [BZ #14134]
47310         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
47311         character 0xffff that matches the last element of the
47312         conversion table.
47314 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47316         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
47317         fmodl commit.
47319 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47321         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
47322         values higher than 25.6283.
47324 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47326         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
47327         subnormal exponent extraction and add some __builtin_expect.
47328         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
47329         Fix for subnormal mantissa calculation.
47331 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
47333         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
47334         cpu2 is -1 and errno is not ENOSYS.
47336 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
47338         [BZ #14117]
47339         * sysdeps/i386/i486/bits/string.h: Renamed to ...
47340         * sysdeps/x86/bits/string.h: This.
47341         * sysdeps/x86_64/bits/string.h: Removed.
47343         * sysdeps/i386/i486/bits/string.h: Define inline functions only
47344         if not compiling for x86-64, but compiling for >= i486.
47346         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
47347         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
47349         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
47350         New macro from Linux kernel 3.4.0.
47351         (FP_XSTATE_MAGIC2): Likewise.
47352         (FP_XSTATE_MAGIC2_SIZE): Likewise.
47353         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
47354         (struct _fpx_sw_bytes): New struct.
47355         (struct _xsave_hdr): Likewise.
47356         (struct _ymmh_state): Likewise.
47357         (struct _xstate): Likewise.
47359         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
47360         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
47361         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
47362         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
47363         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
47364         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
47366         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
47367         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
47368         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
47369         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
47370         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
47371         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
47373 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47375         [BZ #13743]
47376         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
47377         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
47378         (sysdep_headers): Include sys/platform/ppc.h.
47379         * sysdeps/powerpc/test-gettimebase.c: Test for
47380         __ppc_get_timebase() to catch future ISA opcode/insn changes.
47381         * manual/Makefile (appendices): Include platform.texi.
47382         * manual/contrib.texi (Contributors): Update @node pointers.
47383         * manual/maint.texi (Maintenance): Likewise.
47384         (Platform): New node.
47385         * manual/platform.texi: New file.  Document the new features.
47387 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
47388             Jakub Jelinek  <jakub@redhat.com>
47390         [BZ #14188]
47391         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
47392         where __builtin_expect is unavailable.
47394 2012-06-03  David S. Miller  <davem@davemloft.net>
47396         * stdlib/longlong.h: Updated from GCC.
47398 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
47400         [BZ #14042]
47401         * sysdeps/powerpc/powerpc32/mcount.c: New file.
47402         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
47403         __mcount_internal.
47404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
47405         (GLIBC_2.16): Likewise.
47407 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
47409         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
47411 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
47413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
47414         (default-abi): New variable.
47415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
47416         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
47417         variable.
47418         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
47419         Likewise.
47420         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
47421         Likewise.
47422         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
47423         Likewise.
47425         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
47426         definition.  Document in comment.
47428 2012-06-01  David S. Miller  <davem@davemloft.net>
47430         * stdlib/longlong.h: Updated from GCC.
47432 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
47434         [BZ #14117]
47435         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
47436         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
47437         sys/debugreg.h sys/io.h here.
47438         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
47439         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
47440         sys/io.h.
47441         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
47442         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
47443         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
47444         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
47445         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
47446         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
47448         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
47449         Define only if __x86_64__ is defined.
47451 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
47453         [BZ #14048]
47454         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
47455         Use int64_t for variable i.
47456         * math/libm-test.inc (fmod_test): Add more tests.
47458         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
47459         z computation is not scheduled after fetestexcept.
47460         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
47461         Use math_force_eval instead of asm to ensure calculation scheduled
47462         before exception test.
47463         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
47464         Ensure a1 + u.d computation is not scheduled after fetestexcept.
47466 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
47468         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
47469         computation is not scheduled after fetestexcept.
47471 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
47473         [BZ #14117]
47474         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
47475         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
47477 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47479         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
47480         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
47482 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
47484         [BZ #14117]
47485         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
47486         <bits/wordsize.h>.
47487         (__WCHAR_MIN): Support __WORDSIZE == 64.
47488         (__WCHAR_MAX): Likewise.
47490         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
47491         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
47493         [BZ #14183]
47494         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
47495         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
47497         [BZ #14117]
47498         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
47499         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
47501         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
47502         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
47504         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
47505         Defined to 1 if __x86_64__ isn't defined.
47506         (_STAT_VER_LINUX_OLD): New.
47507         (st_atime): Remove duplicate.
47508         (st_mtime): Likewise.
47509         (st_ctime): Likewise.
47511 2012-05-31  David S. Miller  <davem@davemloft.net>
47513         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
47514         entries.
47516 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
47518         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
47519         gen-libm-test.pl.
47521         [BZ #14132]
47522         * elf/dl-reloc.c: Include <_itoa.h>.
47523         (_dl_reloc_bad_type): Remove use of INTUSE.
47524         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
47525         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
47526         * stdio-common/psiginfo.c (psiginfo): Likewise.
47527         * stdio-common/psignal.c (psignal): Likewise.
47528         * string/strsignal.c (strsignal): Likewise.
47529         * include/signal.h (_sys_siglist): Declare hidden proto.
47530         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
47531         INTVARDEF with libc_hidden_data_def.
47532         * stdio-common/itoa-udigits.c: Likewise.
47533         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
47534         (_itoa_lower_digits_internal): Remove declaration.
47535         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
47536         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
47537         (_sys_sigabbrev_internal): Remove aliases.
47538         (_sys_siglist): Define hidden alias.
47540 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
47542         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47543         bits/sysctl.h.
47545 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
47547         [BZ #14117]
47548         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
47549         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
47551         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
47552         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
47553         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
47554         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
47555         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
47556         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
47558         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
47559         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
47560         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
47562         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
47563         with __addr.
47564         (insw): Likewise.
47565         (insl): Likewise.
47566         (outsb): Likewise.
47567         (outsw): Likewise.
47568         (outsl): Likewise.
47570         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
47571         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
47572         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
47574         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
47575         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
47576         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
47577         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
47578         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
47579         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
47581         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
47582         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
47584         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
47585         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
47587         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
47588         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
47589         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
47591         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
47592         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
47593         to ...
47594         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
47596         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
47597         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
47598         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
47600         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
47601         for x86-64.
47602         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
47604 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
47606         * math/math.h (M_El): Use two more decimal places.
47607         (M_LOG2El): Likewise.
47608         (M_LOG10El): Likewise.
47609         (M_LN2l): Likewise.
47610         (M_LN10l): Likewise.
47611         (M_PIl): Likewise.
47612         (M_PI_2l): Likewise.
47613         (M_PI_4l): Likewise.
47614         (M_1_PIl): Likewise.
47615         (M_2_PIl): Likewise.
47616         (M_2_SQRTPIl): Likewise.
47617         (M_SQRT2l): Likewise.
47618         (M_SQRT1_2l): Likewise.
47620 2012-05-31  David S. Miller  <davem@davemloft.net>
47622         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
47623         values between float registers.
47624         * sysdeps/sparc/sparc64/memset.S: Likewise.
47625         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47627 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
47629         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
47630         -D_FORTIFY_SOURCE=1.
47631         (CPPFLAGS-tst-longjmp_chk.c): Define.
47632         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
47633         (CPPFLAGS-tst-longjmp_chk2.c): Define.
47634         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
47635         CFLAGS-tst-wchar-h.c.
47637 2012-05-31  Marek Polacek  <polacek@redhat.com>
47639         [BZ #14132]
47640         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
47641         __endmntent_internal): Remove declaration.
47642         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
47643         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
47644         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
47646 2012-05-30  David S. Miller  <davem@davemloft.net>
47648         * sysdeps/sparc/sparc32/soft-fp/q_util.c
47649         (___Q_simulate_exceptions): Use real FP ops rather than writing
47650         into the %fsr.
47651         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
47652         Likewise.
47654 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
47656         [BZ #14117]
47657         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
47658         * sysdeps/x86/bits/xtitypes.h: This.
47660         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
47661         * sysdeps/x86/bits/wordsize.h: This.
47663         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
47664         * sysdeps/x86/bits/huge_vall.h: This.
47666         * sysdeps/i386/bits/select.h: Removed.
47667         * sysdeps/x86_64/bits/select.h: Renamed to ...
47668         * sysdeps/x86/bits/select.h: This.
47670         * sysdeps/i386/bits/setjmp.h: Removed.
47671         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
47672         * sysdeps/x86/bits/setjmp.h: This.
47674         * sysdeps/i386/bits/mathdef.h: Removed.
47675         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
47676         * sysdeps/x86/bits/mathdef.h: This.
47678 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
47680         [BZ #14132]
47681         * include/sys/socket.h (__connect_internal)
47682         (__libc_sa_len_internal): Remove declaration.
47683         (__connect, __libc_sa_len): Declare hidden_proto.
47684         (SA_LEN): Remove use of INTUSE.
47685         * socket/connect.c: Add libc_hidden_def.
47686         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
47687         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
47688         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
47689         alias.
47690         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
47691         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
47692         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
47693         of adding _internal alias.
47695 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
47697         [BZ #14117]
47698         * sysdeps/i386/bits/link.h: Removed.
47699         * sysdeps/i386/bits/linkmap.h: Likewise.
47700         * sysdeps/x86_64/bits/link.h: Renamed to ...
47701         * sysdeps/x86/bits/link.h: This.
47702         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
47703         * sysdeps/x86/bits/linkmap.h: This.
47705         * sysdeps/i386/bits/endian.h: Removed.
47706         * sysdeps/x86_64/bits/endian.h: Renamed to ...
47707         * sysdeps/x86/bits/endian.h: This.
47709         * sysdeps/i386/bits/byteswap.h: Removed.
47710         * sysdeps/i386/bits/byteswap-16.h: Likewise.
47711         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
47712         * sysdeps/x86/bits/byteswap.h: This.
47713         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
47714         * sysdeps/x86/bits/byteswap-16.h: This.
47715         * sysdeps/i386/Implies: Add x86.
47716         * sysdeps/x86_64/Implies: Likewise.
47718 2012-05-30  David S. Miller  <davem@davemloft.net>
47720         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
47721         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
47722         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
47723         (FP_TRAPPING_EXCEPTIONS): Define.
47724         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
47725         (FP_TRAPPING_EXCEPTIONS): Define.
47726         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
47727         subnormals only when inexact has been signalled or underflow
47728         exceptions are enabled.
47729         (_FP_PACK_CANONICAL): Likewise.
47731 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
47733         [BZ #14183]
47734         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
47735         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
47737 2012-05-30  Richard Henderson  <rth@twiddle.net>
47739         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
47740         with #ifndef NOT_IN_libc.
47742         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
47743         marked to avoid plt entry.
47745 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
47747         [BZ #14112]
47748         * Makeconfig (default-abi): New macro.
47749         (abi-includes): Likewise.
47750         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
47751         $(abi-$(default-abi)-lib-soname) for soname if defined.
47752         ($(common-objpfx)gnu/lib-names.stmp): Generate from
47753         abi-variants.
47754         * Makefile (installed-stubs): Likewise.
47755         * include/stubs-biarch.h: Removed.
47756         * scripts/lib-names.awk: Only handle one library at a time.
47757         * scripts/soversions.awk: Remove WORDSIZE support.
47758         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
47759         entries.
47760         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
47761         Removed.
47762         (syscall-list-default-condition): Likewise.
47763         (syscall-list-default-condition): Likewise.
47764         (syscall-list-includes): Likewise.
47765         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
47766         syscall-list-* with abi-*.  Handle undefined abi-variants.
47767         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
47768         * sysdeps/unix/sysv/linux/i386/Implies: New file.
47769         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
47770         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
47771         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
47772         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
47773         Removed.
47774         (syscall-list-32-options): Likewise.
47775         (syscall-list-32-condition): Likewise.
47776         (syscall-list-64-options): Likewise.
47777         (syscall-list-64-condition): Likewise.
47778         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
47779         macro.
47780         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
47781         Renamed to ...
47782         (abi-*): This.
47783         (abi-64-ld-soname): New macro.
47784         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
47785         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
47786         Renamed to ...
47787         (abi-*): This.
47788         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
47789         * sysdeps/x86_64/x32/shlib-versions: Likewise.
47791 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
47793         * sysdeps/unix/sysv/linux/kernel-features.h
47794         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
47795         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
47796         include <kernel-features.h>.
47797         [!__NR_ftruncate64]: Remove conditional code.
47798         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
47799         [__NR_ftruncate64]: Make code unconditional.
47800         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
47801         * sysdeps/unix/sysv/linux/truncate64.c: Do not
47802         include <kernel-features.h>.
47803         [!__NR_ftruncate64]: Remove conditional code.
47804         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
47805         [__NR_ftruncate64]: Make code unconditional.
47806         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
47807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
47808         include <kernel-features.h>.
47809         [!__NR_ftruncate64]: Remove conditional code.
47810         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
47811         [__NR_ftruncate64]: Make code unconditional.
47812         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
47813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
47814         include <kernel-features.h>.
47815         [!__NR_ftruncate64]: Remove conditional code.
47816         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
47817         [__NR_ftruncate64]: Make code unconditional.
47818         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
47820         * configure.in (libc_cv_fpie): Weaken to a compile test using
47821         LIBC_TRY_CC_OPTION.
47822         * configure: Regenerated.
47824 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47826         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
47827         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
47828         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
47829         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
47830         Refreshed.
47831         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
47832         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
47833         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
47834         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
47835         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
47836         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
47837         Refreshed.
47839 2012-05-27  David S. Miller  <davem@davemloft.net>
47841         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
47842         (___Q_zero): New.
47843         (__Q_simulate_exceptions): Return void.  Change to simulate
47844         exceptions by writing into the %fsr.
47845         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
47846         (__Qp_handle_exceptions): Likewise.
47847         (numbers): Delete.
47848         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
47849         __Qp_handle_exceptions.
47850         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
47851         __Qp_handle_exceptions.
47852         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
47853         as unused and give dummy FP_RND_NEAREST initializer.
47854         (FP_INHIBIT_RESULTS): Define.
47855         (___Q_simulate_exceptions): Update declaration.
47856         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
47857         formatting.
47858         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
47859         as unused and give dummy FP_RND_NEAREST initializer.
47860         (__Qp_handle_exceptions): Update declaration.
47861         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
47862         formatting.
47864 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
47866         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
47867         the temporary FPU control word.
47868         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
47869         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
47870         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
47871         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
47872         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
47873         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
47874         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
47875         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
47876         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
47877         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
47878         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
47880 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
47882         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
47883         fields.
47885 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
47887         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
47888         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
47889         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
47890         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
47891         Likewise.
47892         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
47893         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
47894         Likewise.
47896 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
47898         * po/h.po: Update from translation team.
47900 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
47902         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
47904         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
47905         handling of denormals.
47906         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
47907         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
47908         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
47909         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
47910         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
47911         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
47912         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
47913         Likewise.
47915 2012-05-26  Marek Polacek  <polacek@redhat.com>
47917         [BZ #14152]
47918         * math/libm-test.inc (fma_test): Don't always expect underflow
47919         exception.
47921 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
47923         [BZ #12416]
47924         * elf/tst-execstack.c: Include stackinfo.h.
47925         (do_test): Adjust test case to ensure that pthread_getattr_np
47926         behaviour remains the same after marking stack executable.
47928 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
47930         * sysdeps/unix/sysv/linux/kernel-features.h
47931         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
47932         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
47933         kernel-features.h.
47934         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
47935         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
47936         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
47937         kernel-features.h.
47938         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
47939         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
47941 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
47943         * configure.in: Define the default includes to being none.
47944         * configure: Regenerated.
47946 2012-05-25  Roland McGrath  <roland@hack.frob.com>
47948         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
47949         * sysdeps/x86_64/setjmp.S: Likewise.
47950         * sysdeps/i386/bsd-setjmp.S: Likewise.
47951         * sysdeps/i386/bsd-_setjmp.S: Likewise.
47952         * sysdeps/i386/setjmp.S: Likewise.
47953         * sysdeps/i386/__longjmp.S: Likewise.
47954         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
47955         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
47957         * include/stap-probe.h: New file.
47958         * configure.in: Handle --enable-systemtap.
47959         * configure: Regenerated.
47960         * config.h.in (USE_STAP_PROBE): New #undef.
47961         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
47962         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
47963         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
47965 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
47967         [BZ #13717]
47968         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
47969         to 2.4.0 where earlier.
47970         * sysdeps/unix/sysv/linux/configure: Regenerated.
47971         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
47972         <kernel-features.h>.
47973         [__ASSUME_32BITUIDS]: Make code unconditional.
47974         [!__ASSUME_32BITUIDS]: Remove conditional code.
47975         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
47976         <kernel-features.h>.
47977         [__ASSUME_32BITUIDS]: Make code unconditional.
47978         [!__ASSUME_32BITUIDS]: Remove conditional code.
47979         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
47980         [__ASSUME_32BITUIDS]: Make code unconditional.
47981         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
47982         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
47983         <kernel-features.h>.
47984         [__ASSUME_32BITUIDS]: Make code unconditional.
47985         [!__ASSUME_32BITUIDS]: Remove conditional code.
47986         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
47987         <kernel-features.h>.
47988         [__ASSUME_32BITUIDS]: Make code unconditional.
47989         [!__ASSUME_32BITUIDS]: Remove conditional code.
47990         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
47991         <kernel-features.h>.
47992         [__ASSUME_32BITUIDS]: Make code unconditional.
47993         [!__ASSUME_32BITUIDS]: Remove conditional code.
47994         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
47995         <kernel-features.h>.
47996         [__ASSUME_32BITUIDS]: Make code unconditional.
47997         [!__ASSUME_32BITUIDS]: Remove conditional code.
47998         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
47999         <kernel-features.h>.
48000         [__ASSUME_32BITUIDS]: Make code unconditional.
48001         [!__ASSUME_32BITUIDS]: Remove conditional code.
48002         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
48003         <kernel-features.h>.
48004         [__ASSUME_32BITUIDS]: Make code unconditional.
48005         [!__ASSUME_32BITUIDS]: Remove conditional code.
48006         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
48007         <kernel-features.h>.
48008         [__ASSUME_32BITUIDS]: Make code unconditional.
48009         [!__ASSUME_32BITUIDS]: Remove conditional code.
48010         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
48011         <kernel-features.h>.
48012         [__ASSUME_32BITUIDS]: Make code unconditional.
48013         [!__ASSUME_32BITUIDS]: Remove conditional code.
48014         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
48015         <kernel-features.h>.
48016         [__ASSUME_32BITUIDS]: Make code unconditional.
48017         [!__ASSUME_32BITUIDS]: Remove conditional code.
48018         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
48019         <kernel-features.h>.
48020         [__ASSUME_32BITUIDS]: Make code unconditional.
48021         [!__ASSUME_32BITUIDS]: Remove conditional code.
48022         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
48023         <kernel-features.h>.
48024         [__NR_setresgid] (__setresgid): Do not declare.
48025         [__ASSUME_32BITUIDS]: Make code unconditional.
48026         [!__ASSUME_32BITUIDS]: Remove conditional code.
48027         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
48028         <kernel-features.h>.
48029         [__NR_setresuid] (__setresuid): Do not declare.
48030         [__ASSUME_32BITUIDS]: Make code unconditional.
48031         [!__ASSUME_32BITUIDS]: Remove conditional code.
48032         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
48033         <kernel-features.h>.
48034         [__ASSUME_32BITUIDS]: Make code unconditional.
48035         [!__ASSUME_32BITUIDS]: Remove conditional code.
48036         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
48037         <kernel-features.h>.
48038         [__ASSUME_32BITUIDS]: Make code unconditional.
48039         [!__ASSUME_32BITUIDS]: Remove conditional code.
48040         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
48041         <kernel-features.h>.
48042         [__ASSUME_32BITUIDS]: Make code unconditional.
48043         [!__ASSUME_32BITUIDS]: Remove conditional code.
48044         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
48045         <kernel-features.h>.
48046         [__ASSUME_32BITUIDS]: Make code unconditional.
48047         [!__ASSUME_32BITUIDS]: Remove conditional code.
48048         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
48049         <kernel-features.h>.
48050         [__ASSUME_32BITUIDS]: Make code unconditional.
48051         [!__ASSUME_32BITUIDS]: Remove conditional code.
48052         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
48053         <kernel-features.h>.
48054         [__ASSUME_32BITUIDS]: Make code unconditional.
48055         [!__ASSUME_32BITUIDS]: Remove conditional code.
48056         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
48057         <kernel-features.h>.
48058         [__ASSUME_32BITUIDS]: Make code unconditional.
48059         [!__ASSUME_32BITUIDS]: Remove conditional code.
48060         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
48061         <kernel-features.h>.
48062         [__ASSUME_32BITUIDS]: Make code unconditional.
48063         [!__ASSUME_32BITUIDS]: Remove conditional code.
48064         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
48065         <kernel-features.h>.
48066         [__ASSUME_32BITUIDS]: Make code unconditional.
48067         [!__ASSUME_32BITUIDS]: Remove conditional code.
48068         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
48069         <kernel-features.h>.
48070         [__ASSUME_32BITUIDS]: Make code unconditional.
48071         [!__ASSUME_32BITUIDS]: Remove conditional code.
48072         * sysdeps/unix/sysv/linux/kernel-features.h
48073         (__ASSUME_SETRESUID_SYSCALL): Remove.
48074         (__ASSUME_SETRESGID_SYSCALL): Likewise.
48075         (__ASSUME_32BITUIDS): Likewise.
48076         (__ASSUME_LDT_WORKS): Likewise.
48077         (__ASSUME_O_DIRECTORY): Likewise.
48078         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
48079         architecture but not kernel version.
48080         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
48081         (__ASSUME_MMAP2_SYSCALL): Likewise.
48082         (__ASSUME_STAT64_SYSCALL): Likewise.
48083         (__ASSUME_IPC64): Likewise.
48084         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
48085         <kernel-features.h>.
48086         [__ASSUME_32BITUIDS]: Make code unconditional.
48087         [!__ASSUME_32BITUIDS]: Remove conditional code.
48088         * sysdeps/unix/sysv/linux/opendir.c: Do not include
48089         <kernel-features.h>.
48090         [__ASSUME_O_DIRECTORY]: Make code unconditional.
48091         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
48092         132096]: Remove conditional code.
48093         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
48094         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
48095         <kernel-features.h>.
48096         [__ASSUME_32BITUIDS]: Make code unconditional.
48097         [!__ASSUME_32BITUIDS]: Remove conditional code.
48098         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
48099         <kernel-features.h>.
48100         [__ASSUME_32BITUIDS]: Make code unconditional.
48101         [!__ASSUME_32BITUIDS]: Remove conditional code.
48102         * sysdeps/unix/sysv/linux/setegid.c: Do not include
48103         <kernel-features.h>.
48104         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
48105         unconditional.
48106         (__setresgid): Do not declare.
48107         [__ASSUME_32BITUIDS]: Make code unconditional.
48108         [!__ASSUME_32BITUIDS]: Remove conditional code.
48109         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
48110         <kernel-features.h>.
48111         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
48112         unconditional.
48113         (__setresuid): Do not declare.
48114         [__ASSUME_32BITUIDS]: Make code unconditional.
48115         [!__ASSUME_32BITUIDS]: Remove conditional code.
48116         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
48117         <kernel-features.h>.
48118         [__ASSUME_32BITUIDS]: Make code unconditional.
48119         [!__ASSUME_32BITUIDS]: Remove conditional code.
48120         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
48121         <kernel-features.h>.
48122         [__ASSUME_32BITUIDS]: Make code unconditional.
48123         [!__ASSUME_32BITUIDS]: Remove conditional code.
48125 2012-05-25  Richard Henderson  <rth@twiddle.net>
48127         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
48128         dl_hwcap to ifunc resolver.
48129         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
48130         elf_ifunc_invoke.
48131         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
48132         dl_hwcap to ifunc resolver.
48133         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
48135 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
48137         [BZ #14153]
48138         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
48139         for |x| <= 2**-26, not 2**-57.
48140         * math/libm-test.inc (acos_test): Do not allow spurious underflow
48141         exception.
48143 2012-05-24  Jeff Law  <law@redhat.com>
48145         * stdio-common/Makefile (tests): Add bug25.
48146         * stdio-common/bug25.c: New test.
48148 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
48150         [BZ #13576]
48151         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
48152         multiple of MALLOC_ALIGNMENT in size.
48153         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
48155 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
48157         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
48158         Require >= 256.
48159         (FILENAME_MAX): Use macro-int-constant.
48160         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
48161         (_IOFBF): Use macro-int-constant.
48162         (_IOLBF): Likewise.
48163         (_IONBF): Likewise.
48164         (SEEK_CUR): Likewise.
48165         (SEEK_END): Likewise.
48166         (SEEK_SET): Likewise.
48167         (TMP_MAX): Likewise.
48168         (EOF): Use macro-int-constant.  Require < 0.
48169         (NULL): Use macro-constant.  Require == 0.
48170         (stdin): Require type to be FILE *.
48171         (stdout): Likewise.
48172         (stderr): Likewise.
48173         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
48174         macro-int-constant.
48175         (EXIT_SUCCESS): Likewise.
48176         (NULL): Use macro-constant.  Require == 0.
48177         (RAND_MAX): Use macro-int-constant.
48178         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
48179         [C99-based standards] (strtof): Require function.
48180         [C99-based standards] (strtold): Likewise.
48181         [C99-based standards] (strtoll): Likewise.
48182         [C99-based standards] (strtoull): Likewise.
48183         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
48184         [ISO || ISO99 || ISO11] (limits.h): Likewise.
48185         [ISO || ISO99 || ISO11] (math.h): Likewise.
48186         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
48187         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
48188         [ISO || ISO99 || ISO11] (*_t): Do not allow.
48190 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
48192         [BZ #14132]
48193         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
48194         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
48195         * intl/dgettext.c (DCGETTEXT): Likewise.
48196         * intl/gettext.c (DCGETTEXT): Likewise.
48197         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
48198         * posix/regex_internal.h (gettext): Likewise.
48199         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
48200         Remove declaration.
48201         * include/argz.h (__argz_count_internal)
48202         (__argz_stringify_internal): Remove declaration.
48203         (__argz_count, __argz_stringify): Declare hidden proto.
48204         * intl/dcgettext.c: Remove use of INTDEF.
48205         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
48206         * string/argz-stringify.c: Likewise.
48207         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
48208         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
48209         Declare hidden proto.
48210         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
48211         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
48212         Declare hidden proto.
48213         * include/stdio.h (__asprintf_internal): Don't declare.
48214         (__asprintf): Don't define as macro.  Declare hidden proto.
48215         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
48216         (__fsetlocking): Declare hidden proto.
48217         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
48218         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
48219         hidden proto.
48220         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
48221         (_IO_setlinebuf): Remove use of INTUSE.
48222         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
48223         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
48224         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
48225         Remove declaration.
48226         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
48227         (_IO_do_flush): Remove use of INTUSE.
48228         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
48229         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
48230         (_IO_adjust_column, _IO_least_wmarker)
48231         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
48232         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
48233         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
48234         (_IO_default_doallocate, _IO_wdefault_doallocate)
48235         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
48236         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
48237         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
48238         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
48239         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
48240         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
48241         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
48242         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
48243         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
48244         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
48245         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
48246         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
48247         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
48248         proto.
48249         (_IO_flush_all_internal, _IO_adjust_column_internal)
48250         (_IO_default_uflow_internal, _IO_default_finish_internal)
48251         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
48252         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
48253         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
48254         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
48255         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
48256         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
48257         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
48258         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
48259         (_IO_file_close_internal, _IO_file_close_it_internal)
48260         (_IO_file_underflow_internal, _IO_file_overflow_internal)
48261         (_IO_file_init_internal, _IO_file_attach_internal)
48262         (_IO_file_fopen_internal, _IO_file_read_internal)
48263         (_IO_file_sync_internal, _IO_file_seek_internal)
48264         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
48265         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
48266         (_IO_str_underflow_internal, _IO_str_overflow_internal)
48267         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
48268         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
48269         (_IO_list_all_internal, _IO_link_in_internal)
48270         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
48271         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
48272         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
48273         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
48274         (_IO_do_write_internal, _IO_padn_internal)
48275         (_IO_getline_info_internal, _IO_getline_internal)
48276         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
48277         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
48278         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
48279         (_IO_vfscanf_internal, _IO_vfprintf_internal)
48280         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
48281         (_IO_init_internal, _IO_un_link_internal): Don't declare.
48282         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
48283         with libc_hidden_ver, remove use of INTUSE.
48284         * libio/genops.c: Likewise.
48285         * libio/freopen.c: Likewise.
48286         * libio/freopen64.c: Likewise.
48287         * libio/iofclose.c: Likewise.
48288         * libio/iofdopen.c: Likewise.
48289         * libio/iofflush.c: Likewise.
48290         * libio/iofflush_u.c: Likewise.
48291         * libio/iofgets.c: Likewise.
48292         * libio/iofgets_u.c: Likewise.
48293         * libio/iofopen.c: Likewise.
48294         * libio/iofopncook.c: Likewise.
48295         * libio/iofread.c: Likewise.
48296         * libio/iofread_u.c: Likewise.
48297         * libio/ioftell.c: Likewise.
48298         * libio/iofwrite.c: Likewise.
48299         * libio/iogetline.c: Likewise.
48300         * libio/iogets.c: Likewise.
48301         * libio/iogetwline.c: Likewise.
48302         * libio/iopadn.c: Likewise.
48303         * libio/iopopen.c: Likewise.
48304         * libio/ioseekoff.c: Likewise.
48305         * libio/ioseekpos.c: Likewise.
48306         * libio/iosetbuffer.c: Likewise.
48307         * libio/iosetvbuf.c: Likewise.
48308         * libio/ioungetc.c: Likewise.
48309         * libio/ioungetwc.c: Likewise.
48310         * libio/iovdprintf.c: Likewise.
48311         * libio/iovsprintf.c: Likewise.
48312         * libio/iovsscanf.c: Likewise.
48313         * libio/memstream.c: Likewise.
48314         * libio/obprintf.c: Likewise.
48315         * libio/oldfileops.c: Likewise.
48316         * libio/oldiofclose.c: Likewise.
48317         * libio/oldiofdopen.c: Likewise.
48318         * libio/oldiofopen.c: Likewise.
48319         * libio/oldiopopen.c: Likewise.
48320         * libio/oldstdfiles.c: Likewise.
48321         * libio/putc.c: Likewise.
48322         * libio/setbuf.c: Likewise.
48323         * libio/setlinebuf.c: Likewise.
48324         * libio/stdfiles.c: Likewise.
48325         * libio/strops.c: Likewise.
48326         * libio/vasprintf.c: Likewise.
48327         * libio/vscanf.c: Likewise.
48328         * libio/vsnprintf.c: Likewise.
48329         * libio/vswprintf.c: Likewise.
48330         * libio/wfiledoalloc.c: Likewise.
48331         * libio/wfileops.c: Likewise.
48332         * libio/wgenops.c: Likewise.
48333         * libio/wmemstream.c: Likewise.
48334         * libio/wstrops.c: Likewise.
48335         * libio/__fpurge.c: Likewise.
48336         * libio/__fsetlocking.c: Likewise.
48337         * assert/assert.c: Likewise.
48338         * debug/fgets_chk.c: Likewise.
48339         * debug/fgets_u_chk.c: Likewise.
48340         * debug/fread_chk.c: Likewise.
48341         * debug/fread_u_chk.c: Likewise.
48342         * debug/gets_chk.c: Likewise.
48343         * debug/obprintf_chk.c: Likewise.
48344         * debug/vasprintf_chk.c: Likewise.
48345         * debug/vdprintf_chk.c: Likewise.
48346         * debug/vsnprintf_chk.c: Likewise.
48347         * debug/vsprintf_chk.c: Likewise.
48348         * malloc/mtrace.c: Likewise.
48349         * misc/error.c: Likewise.
48350         * misc/syslog.c: Likewise.
48351         * stdio-common/asprintf.c: Likewise.
48352         * stdio-common/fxprintf.c: Likewise.
48353         * stdio-common/getw.c: Likewise.
48354         * stdio-common/isoc99_fscanf.c: Likewise.
48355         * stdio-common/isoc99_scanf.c: Likewise.
48356         * stdio-common/isoc99_vfscanf.c: Likewise.
48357         * stdio-common/isoc99_vscanf.c: Likewise.
48358         * stdio-common/isoc99_vsscanf.c: Likewise.
48359         * stdio-common/printf-prs.c: Likewise.
48360         * stdio-common/printf_fp.c: Likewise.
48361         * stdio-common/printf_fphex.c: Likewise.
48362         * stdio-common/printf_size.c: Likewise.
48363         * stdio-common/putw.c: Likewise.
48364         * stdio-common/scanf.c: Likewise.
48365         * stdio-common/sprintf.c: Likewise.
48366         * stdio-common/tmpfile.c: Likewise.
48367         * stdio-common/vfprintf.c: Likewise.
48368         * stdio-common/vfscanf.c: Likewise.
48369         * stdlib/strfmon_l.c: Likewise.
48370         * sunrpc/openchild.c: Likewise.
48371         * sunrpc/xdr_stdio.c: Likewise.
48372         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
48373         * sysdeps/mach/hurd/tmpfile.c: Likewise.
48375 2012-05-24  Roland McGrath  <roland@hack.frob.com>
48377         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
48379         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
48380         in the third column, to generate for the shared library an IFUNC
48381         that uses _dl_vdso_vsym.
48382         * Makerules (COMPILE.c, compile-stdin.c): New variables.
48383         * Makeconfig (object-suffixes-noshared): New variable.
48385         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
48386         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
48387         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
48388         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
48390         [BZ #14132]
48391         * include/sys/time.h (__gettimeofday): Remove macro.
48392         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
48393         * time/gettimeofday.c (__gettimeofday): Remove #undef.
48394         Remove INTDEF.
48395         (__gettimeofday): Add libc_hidden_def.
48396         (gettimeofday): Add libc_hidden_weak.
48397         * sysdeps/mach/gettimeofday.c: Likewise.
48398         * sysdeps/posix/gettimeofday.c: Likewise.
48399         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
48400         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
48401         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
48402         (__gettimeofday_internal): Remove strong_alias.
48403         (__gettimeofday): Add libc_hidden_def.
48404         (gettimeofday): Add libc_hidden_weak.
48405         * sysdeps/unix/syscalls.list (gettimeofday):
48406         Remove __gettimeofday_internal alias.
48408 2012-05-24  Daniel Jacobowitz  <drow@false.org>
48409             H.J. Lu  <hongjiu.lu@intel.com>
48411         [BZ #12495]
48412         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
48413         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
48414         (largebin_index_32_big): New.
48415         (largebin_index): Use it for 16-byte alignment.
48416         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
48417         correction with front_misalign.
48419 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
48421         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
48422         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
48423         Likewise.
48424         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
48425         Likewise.
48426         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
48427         Likewise.
48428         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
48429         Likewise.
48430         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
48431         Likewise.
48432         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
48433         Likewise.
48434         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
48435         Likewise.
48436         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
48437         Likewise.
48438         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
48439         Likewise.
48440         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
48441         Likewise.
48442         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
48443         Likewise.
48444         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
48445         Likewise.
48447         * scripts/data/c++-types-x32-linux-gnu.data: New file.
48448         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
48450 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
48452         [BZ #10846]
48453         [BZ #14036]
48454         * math/libm-test.inc (exp_test): Add test from bug 14036.
48455         (pow_test): Add test from bug 10846.
48457         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
48458         and other flags.
48459         (special_function): Do not include flags in test name.
48460         (parse_args): Likewise.
48461         * sysdeps/i386/fpu/libm-test-ulps: Update.
48462         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48463         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
48464         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
48465         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48467         * math/gen-libm-test.pl (%beautify): Add entries for underflow
48468         exceptions.
48469         * math/libm-test.inc ("Philosophy"): Update comment about
48470         exception testing.
48471         (UNDERFLOW_EXCEPTION): New macro.
48472         (UNDERFLOW_EXCEPTION_OK): Likewise.
48473         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
48474         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
48475         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
48476         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
48477         (INVALID_EXCEPTION_OK): Update value.
48478         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
48479         (OVERFLOW_EXCEPTION_OK): Likewise.
48480         (IGNORE_ZERO_INF_SIGN): Likewise.
48481         (test_exceptions): Handle underflow exceptions.
48482         (acos_test): Update for underflow exception expectations.
48483         (cexp_test): Likewise.
48484         (clog_test): Likewise.
48485         (clog10_test): Likewise.
48486         (csqrt_test): Likewise.
48487         (ctan_test): Likewise.
48488         (ctanh_test): Likewise.
48489         (exp_test): Likewise.
48490         (exp10_test): Likewise.
48491         (exp2_test): Likewise.
48492         (expm1_test): Likewise.
48493         (fma_test): Likewise.
48494         (j0_test): Likewise.
48495         (jn_test): Likewise.
48496         (nexttoward_test): Likewise.
48497         (pow_test): Likewise.
48498         (scalbn_test): Likewise.
48499         (scalbln_test): Likewise.
48500         (tan_test): Likewise.
48501         (y1_test): Likewise.
48502         * sysdeps/i386/fpu/libm-test-ulps: Update.
48503         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48505 2012-05-23  David S. Miller  <davem@davemloft.net>
48507         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
48508         (__libc_sigaction): Remove unused local variables.
48510 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
48512         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
48514 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
48516         mktime: avoid signed integer overflow
48517         * time/mktime.c (__mktime_internal): Do not mishandle the case
48518         where diff == INT_MIN.
48520         mktime: simplify computation of average
48521         * time/mktime.c (ranged_convert): Use new time_t_avg function
48522         instead of rolling our own (probably-slower) code.
48524         mktime: do not assume signed right shift propagates sign bit
48525         * time/mktime.c (isdst_differ): New static function.
48526         (__mktime_internal): No need to normalize tm_isdst now.
48527         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
48528         tm_isdst values.
48530         mktime: merge another wrapv change from gnulib
48531         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
48532         from some compilers.
48534         mktime: remove incorrect attempt at unusual arithmetics
48535         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
48536         The code didn't really work on such machines anyway.
48537         (TYPE_MINIMUM): Assume two's complement.
48538         (twos_complement_arithmetic): Verify that long_int and time_t
48539         are two's complement (or unsigned, in the latter case).
48541         mktime: check signed shifts on long_int and time_t, too
48542         * time/mktime.c (SHR): Check that shifts work as desired
48543         on the types long_int and time_t too, as SHR is used on
48544         such types.
48546         mktime: do not assume 'long' is wide enough
48547         * time/mktime.c (verify): Move decl up.
48548         (long_int): New type.
48549         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
48550         to remove assumption in the code that 'long' is wide enough to
48551         store year values.  This assumption is not true on x32 and on
48552         some non-glibc platforms.
48554         mktime: merge wrapv change from gnulib
48555         * time/mktime.c (WRAPV): New macro.
48556         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
48557         (guess_time_tm, __mktime_internal): Do not assume that signed
48558         integer overflow wraps around; modern compilers generate code
48559         where this assumption is no longer valid.
48561 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
48563         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
48564         Replace "jmp L(pseudo_end)" with "ret".
48565         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
48566         Likewise.
48568 2012-05-23  Andreas Jaeger  <aj@suse.de>
48570         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
48571         * sysdeps/unix/sysv/linux/poll.c: Remove file.
48573 2012-05-23  Andreas Jaeger  <aj@suse.de>
48574             Maximilian Attems  <max@stro.at>
48576         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
48577         New macros.
48579 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
48581         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
48582         code so that pseudo_end is just ret and the stack pointer is
48583         correct also for static library in error case.
48585 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
48587         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
48588         move to syscalls.list.
48589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
48590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
48591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
48592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
48594         * manual/install.texi (Running make install): Do not mention Linux
48595         kernel version for which pt_chown is not needed.
48596         (Linux): Do not mention problems with nscd with 2.0 kernels.
48597         * INSTALL: Regenerated.
48599 2012-05-23  Andreas Jaeger  <aj@suse.de>
48601         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
48602         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
48603         macro.
48604         * sysdeps/unix/sysv/linux/s390/bits/mman.h
48605         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
48606         * sysdeps/unix/sysv/linux/sh/bits/mman.h
48607         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
48608         * sysdeps/unix/sysv/linux/i386/bits/mman.h
48609         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
48610         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
48611         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
48612         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
48613         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
48614         * sysdeps/unix/sysv/linux/bits/in.h
48615         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
48617 2012-05-22  Roland McGrath  <roland@hack.frob.com>
48619         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
48620         (PREPARE_VERSION): Just use assert instead, it will be elided
48621         under [NDEBUG] anyway.
48623 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
48625         * sysdeps/unix/sysv/linux/Makefile: Include
48626         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
48627         (sysdep_routines): Remove sysctl.
48628         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
48629         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
48630         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
48631         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
48632         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
48634 2012-05-22  Andreas Jaeger  <aj@suse.de>
48636         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
48637         that pseudo_end is just ret and the stack pointer is correct also
48638         for static library in error case.
48640 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
48642         [BZ #14122]
48643         * nss/nsswitch.c (defconfig_entries): New variable.
48644         (__nss_database_lookup): Don't leak defconfig entries.
48645         (nss_parse_service_list): Don't leak on error paths.
48646         (free_database_entries): New function.
48647         (free_defconfig): New function.
48648         (free_mem): Move common code to free_database_entries.
48650 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
48652         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
48653         Add arch_prctl.
48654         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
48656         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
48657         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
48658         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
48659         New macro.
48660         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
48661         (INTERNAL_SYSCALL_TYPES): Likewise.
48662         (LOAD_ARGS_TYPES_[1-6]): Likewise.
48663         (LOAD_REGS_TYPES_[1-6]): Likewise.
48664         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
48665         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
48667 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48669         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
48670         copysignl for GLIBC_2_0.
48671         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
48672         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
48673         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
48674         logbl for GLIBC_2_0.
48675         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
48676         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
48678 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
48680         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
48681         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
48683         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
48684         Use "neg %eax".
48686         * time/mktime.c: Update copyright years.
48688 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
48690         mktime: merge comment-quoting-style change from gnulib
48691         * time/mktime.c: Quote 'like this' in comments.
48692         The GNU coding standards suggest that we no longer quote `like this',
48693         as "`" and "'" are typically rendered asymmetrically nowadays.
48694         The typical gnulib style is to quote 'like this' when quoting
48695         code, and "like this" when quoting English.
48697         * time/mktime.c (compile-command): Add "-I.".
48699         mktime: merge mktime-internal.h change from gnulib
48700         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
48702         mktime: merge time_r change from gnulib
48703         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
48705         mktime: merge DEBUG change from gnulib
48706         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
48707         case system <time.h> has a #define.
48709         mktime: merge <sys/types.h> change from gnulib
48710         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
48711         since <time.t> is now guaranteed to define time_t.
48713         mktime: merge HAVE_CONFIG_H change from gnulib
48714         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
48716 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
48718         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
48719         Use "neg %eax".
48721         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
48722         __rlim_t cast.
48723         (struct rusage): Use anonymous union to pad each field to
48724         __syscall_slong_t.
48726 2012-05-21  David S. Miller  <davem@davemloft.net>
48728         * Makefules (o-iterator): Remove .s cases.
48729         (compile-command.s): Delete.
48730         (COMPILE.s): Delete.
48731         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
48733 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
48735         * configure.in (libc_cv_predef_stack_protector): Only consider
48736         "foobar" and "__stack_chk_fail" lines in libc_undefs.
48737         * configure: Regenerated.
48739 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
48741         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
48742         New macro.  Use R*LP on int and pointer.
48743         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
48744         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
48745         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
48746         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
48748         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
48749         [__WORDSIZE_TIME64_COMPAT32] instead of
48750         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
48751         (struct utmp): Likewise.
48752         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
48753         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
48754         Renamed to ...
48755         (__WORDSIZE_TIME64_COMPAT32): This.
48756         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
48757         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
48758         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
48759         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
48760         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
48761         (__WORDSIZE_TIME64_COMPAT32): New macro.
48763 2012-05-21  Andreas Jaeger  <aj@suse.de>
48765         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
48766         only if [SHARED]. Add prototype for __wcschr_ia32.
48768 2012-05-21  Roland McGrath  <roland@hack.frob.com>
48770         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
48771         of %rbp unmolested in the jmp_buf while mangling the low bits.
48772         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
48773         unmolested high bits of %rbp while demangling the low bits.
48774         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
48776 2012-05-21  Andreas Jaeger  <aj@suse.de>
48778         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
48779         * sunrpc/svc_simple.c: Use it for registerrpc.
48780         * sunrpc/xcrypt.c: Use it for passwd2des.
48782         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
48784 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
48786         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
48787         Don't define if [__SYSCALL_WORDSIZE != 32].
48788         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
48789         New macro.
48791 2012-05-21  Bruno Haible  <bruno@clisp.org>
48792             Andreas Jaeger  <aj@suse.de>
48794         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
48795         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
48796         inptr and inend for must_buffer_ch.
48797         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
48798         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
48799         * stdio-common/Makefile (tests): Remove bug15.
48800         (bug15-ENV): Remove macro.
48801         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
48802         anymore.
48804 2012-05-19  Andreas Jaeger  <aj@suse.de>
48805             Roland McGrath  <roland@hack.frob.com>
48807         * manual/contrib.texi: Completely rewritten. It contains now an
48808         alphabetical list of contributors and their contributions.
48810 2012-05-21  Richard Henderson  <rth@twiddle.net>
48812         * misc/getauxval.c (__getauxval): Use unsigned long int.
48813         * misc/sys/auxv.h: Include <sys/cdefs.h>.
48814         (getauxval): Use unsigned long int.
48816 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
48818         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
48820 2012-05-21  Roland McGrath  <roland@hack.frob.com>
48822         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
48823         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
48824         __alignof__ (long double).
48826 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48828         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48830 2012-05-20  Richard Henderson  <rth@twiddle.net>
48832         * misc/getauxval.c: New file.
48833         * misc/sys/auxv.h: New file.
48834         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
48835         (routines): Add getauxval.
48836         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
48837         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
48838         * elf/dl-sysdep.c (_dl_auxv): Remove.
48839         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
48840         * elf/dl-support.c (_dl_auxv): New variable.
48841         (_dl_aux_init): Initialize it.
48842         * manual/startup.texi (Auxiliary Vector): New node.
48843         * sysdeps/generic/bits/hwcap.h: New file.
48844         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
48845         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
48846         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
48847         * sysdeps/sparc/sysdep.h: ... here.  Include it.
48848         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
48849         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
48850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
48851         Update.
48852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
48853         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
48854         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
48855         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
48856         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
48857         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
48858         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
48859         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
48861 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48863         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48865 2012-05-19  David S. Miller  <davem@davemloft.net>
48867         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48869 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
48871         [BZ #14123]
48872         * math/s_ccosh.c: Include <float.h>
48873         (__ccosh): Avoid internal overflow calculating sinh and cosh
48874         values before multiplying by sin and cos values.
48875         * math/s_ccoshf.c: Likewise.
48876         * math/s_ccoshl.c: Likewise.
48877         * math/s_csin.c: Likewise.
48878         * math/s_csinf.c: Likewise.
48879         * math/s_csinl.c: Likewise.
48880         * math/s_csinh.c: Likewise.
48881         * math/s_csinhf.c: Likewise.
48882         * math/s_csinhl.c: Likewise.
48883         * math/libm-test.inc (ccos_test): Add more tests.
48884         (ccosh_test): Likewise.
48885         (csin_test): Likewise.
48886         (csinh_test): Likewise.
48887         * sysdeps/i386/fpu/libm-test-ulps: Update.
48888         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48890 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
48892         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
48893         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
48895         * sysdeps/x86_64/x32/_itoa.h: Add comment.
48897 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
48899         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
48900         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
48901         * sysdeps/powerpc/soft-fp/Versions: Likewise.
48902         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
48903         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
48904         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
48905         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
48906         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
48907         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
48908         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
48909         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
48910         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
48911         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
48912         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
48913         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
48914         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
48915         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
48916         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
48917         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
48918         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
48919         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
48920         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
48921         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
48922         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
48923         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
48924         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
48925         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
48926         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
48927         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
48928         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
48929         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
48931 2012-05-18  Andreas Jaeger  <aj@suse.de>
48933         * csu/.gitignore: Delete.
48935 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
48937         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
48938         (timex): Use __syscall_slong_t.
48940 2012-05-18  Andreas Jaeger  <aj@suse.de>
48941             Carlos O'Donell  <carlos_odonell@mentor.com>
48943         * manual/install.texi (Configuring and compiling): Update
48944         description about files modified in the source directory.
48945         * INSTALL: Regenerated.
48947 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
48949         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
48950         value.  Use "or" to set return value to -1.
48951         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
48952         negate return value.
48954 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
48956         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
48957         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
48958         failure if the compiler has Graphite support disabled.
48959         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
48960         Likewise.
48961         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
48962         (CFLAGS-memmove.c): Likewise.
48963         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
48964         Likewise.
48966 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
48968         * sysdeps/x86_64/x32/_itoa.h: New file.
48970         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
48971         getdents system call only if kernel and user dirents have the
48972         same d_ino and d_off.
48974         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
48975         LLONG_MAX != LONG_MAX.
48976         (_itoa_word): Use _ITOA_WORD_TYPE on value.
48977         (_fitoa_word): Likewise.
48979         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
48980         years.
48981         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
48982         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
48983         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
48985         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
48986         include <bits/wordsize.h>.  Check __x86_64__ instead of
48987         __WORDSIZE.
48988         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
48989         if __x86_64__ is defined.  Use anonymous union on fpstate.
48991         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
48992         anonymous union.
48994 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
48996         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
48997         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
48998         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
48999         Refer to _rtld_local_ro instead of _rtld_global_ro.
49000         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
49001         Likewise.
49002         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
49003         Likewise.
49004         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
49005         Likewise.
49006         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
49007         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
49008         of _rtld_global, and rtld_progname instead of _dl_argv[0].
49010         * sysdeps/powerpc/powerpc32/dl-machine.c
49011         (__elf_machine_runtime_setup) [PROF]: Don't reference
49012         _dl_prof_resolve.
49014 2012-05-18  Andreas Jaeger  <aj@suse.de>
49016         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
49017         function only available for GCCs before 3.4 since GCC 3.4
49018         introduced a builtin.
49019         (lrint): Likewise.
49020         (llrintf): Likewise.
49021         (llrint): Likewise.
49022         (fmaxf): Likewise.
49023         (fmax): Likewise.
49024         (fminf): Likewise.
49025         (fmin): Likewise.
49026         (rint): Likewise.
49027         (rintf): Likewise.
49028         (nearbyint): Likewise.
49029         (nearbyintf): Likewise.
49030         (ceil): Likewise.
49031         (ceilf): Likewise.
49032         (floor): Likewise.
49033         (floorf): Likewise.
49035 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
49037         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
49038         on both fields and cast pointer to __syscall_ulong_t.
49040         * bits/types.h (__fsword_t): New type.
49041         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
49042         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
49043         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
49044         (__FSWORD_T_TYPE): Likewise.
49045         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
49046         (__FSWORD_T_TYPE): Likewise.
49047         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
49048         (__FSWORD_T_TYPE): Likewise.
49049         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
49050         (__FSWORD_T_TYPE): Likewise.
49051         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
49052         __SWORD_TYPE with __fsword_t.
49053         (statfs64): Likewise.
49055 2012-05-17  David S. Miller  <davem@davemloft.net>
49057         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
49059 2012-05-17  Andreas Jaeger  <aj@suse.de>
49061         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
49062         warning.
49064 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
49066         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
49068 2012-05-17  Andreas Jaeger  <aj@suse.de>
49070         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
49071         when it is used.
49073 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
49075         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
49077 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
49079         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
49080         * sysdeps/x86_64/tst-mallocalign1.c: New file.
49082 2012-05-17  Andreas Jaeger  <aj@suse.de>
49083             Carlos O'Donell  <carlos_odonell@mentor.com>
49085         [BZ #14059]
49086         * sysdeps/x86_64/multiarch/init-arch.h
49087         (bit_YMM_Usable): Rename to...
49088         (bit_AVX_Usable): ... this.
49089         (bit_FMA4_Usable): New macro.
49090         (bit_XMM_state): New macro.
49091         (bit_YMM_state): New macro.
49092         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
49093         [__ASSEMBLER__] (index_AVX_Usable): ... this.
49094         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
49095         (CPUID_OSXSAVE): New macro.
49096         (CPUID_AVX): New macro.
49097         (CPUID_FMA4): New macro.
49098         (index_YMM_Usable): Rename to...
49099         (index_AVX_Usable): ... this.
49100         (HAS_AVX): Use HAS_ARCH_FEATURE.
49101         (HAS_FMA4): Likewise.
49102         (HAS_YMM_USABLE): Remove.
49103         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49104         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
49105         are present.
49106         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
49107         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
49108         * sysdeps/x86_64/multiarch/Makefile: Likewise.
49109         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
49110         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
49112 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
49114         * math/libm-test.c: Support platforms without multiple rounding modes.
49115         * math/bug-nextafter.c: Support platforms without FP exceptions.
49116         * math/bug-nexttoward.c: Likewise.
49117         * math/test-fenv.c: Likewise.
49118         * math/test-misc.c: Likewise.
49119         * stdlib/bug-getcontext.c: Likewise.
49121 2012-05-17  Andreas Jaeger  <aj@suse.de>
49123         * manual/examples/search.c (critter_cmp): Change signature to
49124         avoid warnings.
49125         * manual/string.texi (Collation Functions): Likewise.
49127 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
49129         * bits/types.h: Fold copyright years.
49130         * bits/typesizes.h: Likewise.
49131         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
49132         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
49133         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
49134         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
49135         * time/time.h: Likewise.
49137 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
49139         [BZ #208]
49140         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
49141         in instead of returning them.  Return void.
49142         (__libc_mallinfo): Accumulate over all arenas.
49143         (__malloc_stats): Adjust for change in int_mallinfo interface.
49145 2012-05-16  Roland McGrath  <roland@hack.frob.com>
49147         [BZ #10375]
49148         * configure.in (NM): Add AC_CHECK_TOOL for it.
49149         (libc_extra_cflags): New substituted variable.
49150         Check for -fstack-protector being used implicitly.
49151         * configure: Regenerated.
49152         * config.make.in (config-extra-cflags): New variable,
49153         gets @libc_extra_cflags@.
49154         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
49156         [BZ #10375]
49157         * configure.in: Check for _FORTIFY_SOURCE being predefined.
49158         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
49159         * configure: Regenerated.
49160         * config.make.in (CPPUNDEFS): New substituted variable.
49161         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
49162         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
49163         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
49165 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
49167         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
49168         (mq_attr): Use __syscall_slong_t.
49170 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
49172         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
49173         Check __x86_64__ instead of __WORDSIZE.
49174         (_STAT_VER_LINUX): Likewise.
49175         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
49176         __syscall_ulong_t and __syscall_slong_t.
49177         (stat64): Likewise.
49179 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
49181         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
49183 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
49185         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
49187 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
49189         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
49190         __syscall_ulong_t.
49192         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
49193         include <bits/wordsize.h>.  Check __x86_64__ instead of
49194         __WORDSIZE.
49195         (greg_t): Use "__extension__ long long int" if __x86_64__ is
49196         defined.
49197         (mcontext_t): Replace "unsigned long" with "unsigned long long".
49199         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
49200         include <bits/wordsize.h>.  Check __x86_64__ instead of
49201         __WORDSIZE.
49202         (user_regs_struct): Use "__extension__ unsigned long long"
49203         instead of "unsigned long" if __x86_64__ is defined.
49204         (user): Likewise.  Pad after pointer field if __ILP32__ is
49205         defined.
49207 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
49209         * configure.in (makeinfo): Require version 4.5 or later.  Allow
49210         versions 5 to 9.
49211         * configure: Regenerated.
49212         * manual/install.texi (texinfo): Increase version requirement to
49213         4.5 or later.
49214         * INSTALL: Regenerated.
49216         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
49218 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
49220         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
49222         * sysdeps/x86_64/x32/ffs.c: New file.
49224         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
49225         __syscall_ulong_t.
49226         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
49227         defined.  Use __syscall_ulong_t.
49228         (shminfo): Use __syscall_ulong_t.
49229         (shm_info): Likewise.
49231         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
49232         __syscall_ulong_t.
49234         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
49235         <bits/wordsize.h>.
49236         (msgqnum_t): Use __syscall_ulong_t.
49237         (msglen_t): Likewise.
49238         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
49239         __syscall_ulong_t.
49241         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
49242         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
49244         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
49246         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
49247         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
49249         * sysvipc/sys/msg.h (msgbuf): Replace long int with
49250         __syscall_slong_t.
49252         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
49253         include <bits/wordsize.h>.  Check __x86_64__ instead of
49254         __WORDSIZE.
49256         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
49257         "unsigned long long int" if __x86_64__ is defined.
49258         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
49260         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
49261         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
49262         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
49264         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
49265         <stdint.h>.
49266         (GET_PC): Cast to uintptr_t first.
49267         (GET_FRAME): Likewise.
49268         (GET_STACK): Likewise.
49270         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
49271         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
49272         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
49273         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
49274         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
49275         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
49276         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
49277         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
49278         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
49279         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
49280         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
49281         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
49282         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
49283         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
49284         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
49285         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
49286         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
49287         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
49288         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
49289         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
49290         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
49291         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
49292         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
49293         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
49294         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
49295         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
49296         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
49297         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
49298         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
49300 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
49302         * Makerules (+depfiles): Also collect depfiles from .oS in
49303         $(extra-objs).
49304         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
49305         .oS, $(libnldbl-routines)).
49307         * Makerules (native-compile-mkdep-flags): Define.
49308         * sunrpc/Makefile (extra-objs): Add $(addprefix
49309         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
49310         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
49311         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
49312         calling $(make-target-directory).
49314 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49316         * bits/types.h (__snseconds_t): Removed.
49317         * time/time.h (struct timespec): Replace __snseconds_t with
49318         __syscall_slong_t.
49319         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
49320         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
49321         Likewise.
49322         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
49323         (__SNSECONDS_T_TYPE): Likewise.
49324         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
49325         (__SNSECONDS_T_TYPE): Likewise.
49326         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
49327         (__SNSECONDS_T_TYPE): Likewise.
49329 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49331         * sysdeps/mach/hurd/bits/typesizes.h
49332         (__SYSCALL_SLONG_TYPE): New macro.
49333         (__SYSCALL_ULONG_TYPE): Likewise.
49335 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49337         * bits/types.h (__syscall_slong_t): New type.
49338         (__syscall_ulong_t): Likewise.
49340         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
49341         (__SYSCALL_ULONG_TYPE): Likewise.
49342         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
49343         (__SYSCALL_SLONG_TYPE): Likewise.
49344         (__SYSCALL_ULONG_TYPE): Likewise.
49345         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
49346         (__SYSCALL_SLONG_TYPE): Likewise.
49347         (__SYSCALL_ULONG_TYPE): Likewise.
49348         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
49349         (__SYSCALL_SLONG_TYPE): Likewise.
49350         (__SYSCALL_ULONG_TYPE): Likewise.
49352 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49354         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
49355         Add sigaltstack-offsets.sym.
49356         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
49357         <sigaltstack-offsets.h>.
49358         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
49359         longjmp_msg pointer.
49360         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
49361         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
49362         signal stack.
49363         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
49365 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
49367         * elf/stackguard-macros.h: Remove file.
49368         * sysdeps/generic/stackguard-macros.h: New file.
49369         * sysdeps/i386/stackguard-macros.h: Likewise.
49370         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
49371         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
49372         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
49373         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
49374         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
49375         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
49376         * sysdeps/x86_64/stackguard-macros.h: Likewise.
49377         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
49378         <elf/stackguard-macros.h>.
49380         [BZ #14109]
49381         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
49382         __aligned__ in attribute.
49383         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
49384         (gregset_t): Likewise.
49386 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49388         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
49389         * sysdeps/x86_64/64/Implies-after: Here.  New file.
49390         * sysdeps/x86_64/x32/Implies-after: New file.
49392 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49394         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
49395         and access return value for _dl_profile_fixup.  Use R10_LP to
49396         load frame size.
49398 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49400         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
49402 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49404         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
49405         * sysdeps/x86_64/x32/sysdep.h: New file.
49407 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49409         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
49410         * sysdeps/x86_64/setjmp.S: Likewise.
49412 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49414         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
49415         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
49416         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
49417         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
49418         remove unused global constant.
49420 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
49422         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
49423         include of <not-cancel.h>.
49425 2012-05-15  Roland McGrath  <roland@hack.frob.com>
49427         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
49429 2012-05-15  Jeff Law  <law@redhat.com>
49430             Andreas Jaeger  <aj@suse.de>
49432         [BZ #13594]
49433         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
49434         out from...
49435         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
49436         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
49437         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
49438         code changing __hst_map_handle.map.
49440 2012-05-15  Roland McGrath  <roland@hack.frob.com>
49442         * configure.in (sysnames): Look for Implies-before and Implies-after
49443         files.
49444         * configure: Regenerated.
49446 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49448         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
49449         8-byte data alignment with LP_SIZE alignment.
49451 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49453         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
49454         into R10_LP.
49456 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49458         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
49460 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49462         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
49463         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
49464         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
49465         Likewise.
49466         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
49468 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49470         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
49471         (stackinfo_sub_sp): Likewise.
49473 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49475         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
49476         RAX_LP.
49478 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49480         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
49481         into R*_LP.
49483 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49485         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
49486         sizes into R*_LP.
49488 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49490         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
49492 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49494         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
49495         into R11_LP and load __x86_64_shared_cache_size_half into
49496         R8_LP.
49498 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
49500         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
49501         R8_LP.
49503 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49505         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
49506         logb for POWER7.
49507         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
49508         logbf for POWER7.
49509         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
49510         logbl for POWER7.
49511         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
49512         powerpc32/power7/fpu/s_logb.c via #include.
49513         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
49514         powerpc32/power7/fpu/s_logbf.c via #include.
49515         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
49516         powerpc32/power7/fpu/s_logbl.c via #include.
49518 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
49520         * README.libm: Remove file.
49522 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
49524         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
49525         count for x32.  Use R*_LP and omit operand-size suffix.
49527 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
49529         * shlib-versions: Move x86_64-.*-linux.* entries to ...
49530         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
49531         * sysdeps/x86_64/x32/shlib-versions: New file.
49533 2012-05-14  Roland McGrath  <roland@hack.frob.com>
49535         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
49536         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
49537         Use _dl_fatal_printf instead.
49539 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
49541         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
49542         set if not set by the user.  Do not allow for being unset.
49543         * sysdeps/unix/sysv/linux/configure: Regenerated.
49545 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
49547         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
49548         the `q' suffix from lea and replace .quad with ASM_ADDR.
49550 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
49552         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
49553         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
49554         instead of $17.
49555         (PTR_DEMANGLE): Likewise.
49557 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
49559         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
49560         (LP_OP): Likewise.
49561         (ASM_ADDR): Likewise.
49562         (RAX_LP): Likewise.
49563         (RBP_LP): Likewise.
49564         (RBX_LP): Likewise.
49565         (RCX_LP): Likewise.
49566         (RDI_LP): Likewise.
49567         (RSI_LP): Likewise.
49568         (RSP_LP): Likewise.
49569         (R8_LP): Likewise.
49570         (R9_LP): Likewise.
49571         (R10_LP): Likewise.
49572         (R10_LP): Likewise.
49573         (R11_LP): Likewise.
49574         (R12_LP): Likewise.
49575         (R13_LP): Likewise.
49576         (R14_LP): Likewise.
49577         (R15_LP): Likewise.
49579 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
49581         * sysdeps/x86_64/x32/dl-machine.h: New file.
49583 2012-05-14  Andreas Jaeger  <aj@suse.de>
49585         * manual/Makefile (subdir): Remove export of subdir.
49586         (all): Remove target.
49587         (.PHONY): Remove all from list.
49588         (mkinstalldirs): Remove.
49589         (.PHONY): Remove installdirs from list.
49590         ($(inst_infodir)/libc.info): Use make-target-directory.
49591         (installdirs): Remove.
49592         (subdir_%): Remove.
49593         (glibc-targets): Remove.
49594         (lib): Remove.
49595         (stubs): Remove.
49596         ($(objpfx)stubs ../po/manual.pot): Remove.
49597         ($(objpfx)stamp%): Remove.
49598         (make-target-directory): Remove.
49599         (subdir_install): Remove.
49600         (routines): Remove.
49601         (aux): Remove.
49602         (sources): Remove.
49603         (objects): Remove.
49604         (headers): Remove.
49606         [BZ #13750]
49607         * manual/.gitignore: Remove, it's not needed anymore.
49608         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
49609         all files in it.
49610         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
49611         directory.
49612         (texis): Renamed to $(objpfx)texis.
49613         (texis-path): New, contains path to generated files.
49614         (chapters.%): Use texis-path for complete path, add extra argument
49615         libc-texinfo.sh.
49616         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
49617         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
49618         (summary,texi, stamp-summary): Use complete path of
49619         files. Generate files in build dir.
49620         (dir-add.texi): Build in build dir.
49621         (libm-err.texi,stamp-libm-err): Likewise.
49622         (version.texi, stamp-version): Likewise.
49623         (.%c.texi): Likewise.
49624         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
49625         (mostlyclean): Remove target.
49626         (realclean): Remove target.
49627         (generated): Add new variable with contents from mostlyclean and
49628         realclean, remove entries duplicated in common-mostlyclean, add
49629         stamp-libm-err and stamp-version.
49630         (generated-dirs): Add libc directory.
49631         ($(inst_infodir)/libc.info): Install files from build dir.
49633         * manual/install.texi (Configuring and compiling): Adjust since
49634         the info files are not part of the tar ball anymore.
49636 2012-05-14  Andreas Jaeger  <aj@suse.de>
49638         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
49639         variable.
49641 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
49643         [BZ #13717]
49644         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
49645         to 2.2.0 where earlier.
49646         * sysdeps/unix/sysv/linux/configure: Regenerated.
49647         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
49648         Remove conditional code.
49649         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
49650         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
49651         Remove conditional code.
49652         [!__NR_lchown]: Likewise.
49653         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
49654         [__NR_lchown]: Likewise.
49655         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
49656         comment referencing __ASSUME_LCHOWN_SYSCALL.
49657         * sysdeps/unix/sysv/linux/i386/sigaction.c
49658         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
49659         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
49660         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
49661         Remove conditional code.
49662         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
49663         (__protocol_available): Remove #if 0 code.
49664         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
49665         conditional code.
49666         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
49667         * sysdeps/unix/sysv/linux/kernel-features.h
49668         (__ASSUME_GETCWD_SYSCALL): Don't define.
49669         (__ASSUME_REALTIME_SIGNALS): Likewise.
49670         (__ASSUME_PREAD_SYSCALL): Likewise.
49671         (__ASSUME_PWRITE_SYSCALL): Likewise.
49672         (__ASSUME_POLL_SYSCALL): Likewise.
49673         (__ASSUME_LCHOWN_SYSCALL): Likewise.
49674         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
49675         non-SPARC.
49676         (__ASSUME_SIOCGIFNAME): Don't define.
49677         (__ASSUME_MSG_NOSIGNAL): Likewise.
49678         (__ASSUME_SENDFILE): Define unconditionally.
49679         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
49680         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
49681         conditional code.
49682         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
49683         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
49684         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
49685         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
49686         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
49687         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
49688         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
49689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
49690         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
49691         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
49692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
49693         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
49694         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
49695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
49696         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
49697         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
49698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
49699         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
49700         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
49701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
49702         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
49703         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
49704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
49705         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
49706         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
49707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
49708         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
49709         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
49710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
49711         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
49712         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
49713         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
49714         Remove conditional code.
49715         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
49716         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
49717         Remove conditional code.
49718         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
49719         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
49720         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
49721         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
49722         Remove conditional code.
49723         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
49724         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
49725         Remove conditional code.
49726         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
49727         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
49728         Remove conditional code.
49729         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
49730         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
49731         Remove conditional code.
49732         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
49733         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
49734         Remove conditional code.
49735         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
49736         * sysdeps/unix/sysv/linux/sh/pwrite64.c
49737         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
49738         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
49739         * sysdeps/unix/sysv/linux/sigaction.c
49740         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
49741         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
49742         * sysdeps/unix/sysv/linux/sigpending.c
49743         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
49744         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
49745         * sysdeps/unix/sysv/linux/sigprocmask.c
49746         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
49747         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
49748         * sysdeps/unix/sysv/linux/sigsuspend.c
49749         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
49750         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
49751         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
49752         (__libc_missing_rt_sigs): Remove.
49753         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
49754         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
49755         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
49756         Remove conditional code.
49757         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
49758         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
49759         return 1.
49760         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
49761         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
49762         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
49763         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
49765 2012-05-14  Andreas Jaeger  <aj@suse.de>
49767         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
49768         it's not used in glibc.
49769         (__coshm1): Likewise.
49770         (__acosh1p): Likewise.
49771         (__sgn): Likewise.
49773         * manual/string.texi (Copying and Concatenation): Add missing
49774         variable in concat example.
49775         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
49777 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
49779         [BZ #14103]
49780         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
49781         __builtin_clzl with __builtin_clzll.
49783 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
49785         [BZ #14104]
49786         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
49787         libc_freeres_ptr.
49789 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49791         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
49792         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
49793         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
49794         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
49796 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
49798         * NEWS: Update ia64 info.
49800 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
49802         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
49803         used as bcopy.
49805 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
49807         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
49808         * sysdeps/unix/syscalls.list (dup3): Likewise.
49809         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
49810         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
49812 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
49814         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
49815         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
49817 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
49819         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
49820         thread pointer.
49821         (TLS_IE): Use mov/add instead of movq/addq to load thread
49822         pointer.
49823         (TLS_GD_PREFIX): New.
49824         (TLS_GD): Use it.
49826 2012-05-11  David S. Miller  <davem@davemloft.net>
49828         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
49829         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
49830         (_FPU_SETCW): Likewise.
49832 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
49834         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
49835         is 32-byte aligned.
49837 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
49839         [BZ #11837]
49840         * iconvdata/gb18030.c: Update tables.
49841         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
49842         characters specially.
49843         (BODY for TO_LOOP): Add encoding of missing ranges.
49845 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
49847         [BZ #13673]
49848         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
49849         * sysdeps/mach/hurd/dup3.c: Likewise.
49850         * sysdeps/mach/hurd/readlinkat.c: Likewise.
49851         * sysdeps/powerpc/memmove.c:: Likewise.
49853 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
49855         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
49856         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
49858 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
49860         * elf/elf.h (R_X86_64_RELATIVE64): New.
49861         (R_X86_64_NUM): Updated.
49862         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
49863         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
49864         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
49865         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
49866         tst-quad1pie tst-quad2pie
49867         (modules-names): Add tst-quadmod1 tst-quadmod2.
49868         ($(objpfx)tst-quad1): New dependency.
49869         ($(objpfx)tst-quad2): Likewise.
49870         ($(objpfx)tst-quad1pie): Likewise.
49871         ($(objpfx)tst-quad2pie): Likewise.
49872         * sysdeps/x86_64/tst-quad1.c: New file.
49873         * sysdeps/x86_64/tst-quad1pie.c: New file.
49874         * sysdeps/x86_64/tst-quad2.c: Likewise.
49875         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
49876         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
49877         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
49878         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
49879         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
49881 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49883         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
49884         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
49885         * streams/stropts.h (t_scalar_t): Define type.
49887         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
49888         (_PATH_PRESERVE): Set to "/var/lib".
49889         (_PATH_RWHODIR): Set to "/var/spool/rwho".
49891         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
49892         instead of int.
49894         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
49895         if __dir_mkfile succeeded.
49897         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
49898         checking for _hurd_dtablesize.  Unlock it right after having
49899         finished _hurd_dtable allocation.
49901 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
49903         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
49904         * sysdeps/mach/hurd/configure: Regenerated.
49905         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
49906         special-casing to...
49907         * sysdeps/gnu/configure.in: ... this new file.
49908         * sysdeps/unix/sysv/linux/configure: Regenerated.
49909         * sysdeps/gnu/configure: New generated file.
49911         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
49912         for Linux: use nsec instead of usec, as well as:
49913         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
49914         members of type struct timespec.
49915         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
49916         New macros.
49917         (struct stat64): Likewise.
49918         (_STATBUF_ST_NSEC): New macro.
49919         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
49921         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
49922         __strtoul_internal rather than strtoul.
49924 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
49926         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
49927         and reject them.
49929 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49931         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
49932         which preserves existing values.
49933         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
49935 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
49937         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
49938         TIMEOUT values.  Return EINVAL for NFDS values either negative or
49939         greater than FD_SETSIZE.
49941 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49943         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
49944         allocated, call __vm_protect to finish enabling the existing space, and
49945         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
49946         allocate the remainder.
49948 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
49950         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
49951         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
49953 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49955         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
49956         sysdeps/mach/hurd/readlink.c.
49958         * posix/tst-sysconf.c (posix_options): Only use
49959         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
49960         _POSIX_SYNCHRONIZED_IO when they are defined
49961         * sysdeps/mach/hurd/bits/posix_opt.h:
49962         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
49963         (_XOPEN_REALTIME): Undefine macro.
49964         (_XOPEN_REALTIME_THREADS): Undefine macro.
49965         (_XOPEN_SHM): Undefine macro.
49966         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
49967         macro to -1.
49968         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
49969         macro to -1.
49970         (_POSIX_ASYNC_IO): Undefine macro.
49971         (_POSIX_PRIORITIZED_IO): Undefine macro.
49972         (_POSIX_SPIN_LOCKS): Define macro to -1.
49974         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
49975         SA_NODEFER, SA_RESETHAND.
49976         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
49977         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
49978         F_DUPFD_CLOEXEC.
49980 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
49982         * elf/Makefile (pldd-modules): Define unconditionally.
49984 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
49986         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
49988 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49990         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
49991         Return ENOENT when name is empty.
49992         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
49994 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
49996         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
49998         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
50000 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50002         Fix mlock in all cases except non-readable pages.
50003         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
50004         instead of VM_PROT_ALL as parameter to __vm_wire function.
50006         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
50007         (__mkdir): When path is `/', just fail with EEXIST.
50008         * sysdeps/mach/hurd/mkdirat.c: Likewise.
50010 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
50012         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
50013         <sys/uio.h> (for writev).
50014         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
50015         and <sys/param.h> (for MIN).
50017 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
50019         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
50020         REQUESTED_TIME.  Properly set the remaining time and return EINTR
50021         if interrupted.
50023 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
50025         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
50026         Depend on against $(link-rpcuserlibs).
50028 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50030         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
50031         (__libc_stack_end): Do not use attribute_relro.
50032         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
50033         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
50034         to libthread-provided value.
50035         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
50036         attribute_relro.
50038 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
50040         [BZ #3748]
50041         * bits/libc-lock.h (__libc_once_get): New macro.
50042         * sysdeps/mach/bits/libc-lock.h: Likewise.
50043         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
50044         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
50045         instead of using implementation details.
50047         * libio/fileops.c: Unconditionally include <kernel-features.h>.
50048         * libio/freopen.c: Likewise.
50049         * libio/freopen64.c: Likewise.
50050         * misc/syslog.c: Likewise.
50051         * nscd/connections.c: Likewise.
50052         * nscd/netgroupcache.c: Likewise.
50053         * sysdeps/posix/getcwd.c: Likewise.
50055 2012-05-10  Roland McGrath  <roland@hack.frob.com>
50057         * math/w_ilogbf.c: Add #include <limits.h>.
50059 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50061         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
50062         path instead of returning without unlocking.
50064         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
50065         immediate-write ioctls.
50066         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
50068 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
50070         * sysdeps/mach/hurd/i386/init-first.c (init): Use
50071         __builtin_frame_address instead of making assumptions about the
50072         location of the return address relative to DATA.  Force early load of
50073         the return address.
50074         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
50075         __builtin_frame_address.
50077         dup3 for GNU Hurd.
50078         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
50079         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
50080         implement dup3 and do some further code clean-ups.
50081         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
50082         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
50084 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50086         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
50088         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
50089         HURD_CRITICAL_END around holding _hurd_dtable_lock.
50090         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
50091         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
50092         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
50093         d->port.lock.
50095         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
50096         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
50097         when handler == SIG_ERR, not when handler != SIG_ERR.
50099 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
50101         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
50102         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
50103         definitions.
50105         accept4 for GNU Hurd.
50106         * include/sys/socket.h (__libc_accept4): New prototype.
50107         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
50108         to implement __libc_accept4.
50109         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
50110         __libc_accept4.
50111         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
50113         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
50114         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
50115         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
50116         signal-defines.sym.
50118 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50120         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
50122 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
50124         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
50125         assertion on O_CLOEXEC flag.
50126         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
50127         * hurd/intern-fd.c: Likewise.
50128         * hurd/port2fd.c: Likewise.
50130 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50132         [BZ #3906]
50133         * bits/in.h (IPV6_PKTINFO): Define new macro.
50134         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
50136 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50138         [BZ #13954]
50139         [BZ #13955]
50140         [BZ #13956]
50141         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
50142         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
50143         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
50144         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
50145         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
50146         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
50147         * math/libm-test.inc (logb_test) : Additional logb tests.
50149 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
50150             Andreas Jaeger  <aj@suse.de>
50152         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
50153         * configure: Regenerated.
50154         * config.h.in (LINK_OBSOLETE_RPC): New macro.
50155         * config.make.in (link-obsolete-rpc): New substituted variable.
50156         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
50157         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
50158         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
50159         (shared-only-routines): Don't set it under [link-obsolete-rpc],
50160         so that libc.a contains the symbols.
50161         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
50162         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
50163         * sunrpc/auth_none.c: Likewise.
50164         * sunrpc/auth_unix.c: Likewise.
50165         * sunrpc/authdes_prot.c: Likewise.
50166         * sunrpc/authuxprot.c: Likewise.
50167         * sunrpc/clnt_gen.c: Likewise.
50168         * sunrpc/clnt_perr.c: Likewise.
50169         * sunrpc/clnt_raw.c: Likewise.
50170         * sunrpc/clnt_simp.c: Likewise.
50171         * sunrpc/clnt_tcp.c: Likewise.
50172         * sunrpc/clnt_udp.c: Likewise.
50173         * sunrpc/clnt_unix.c: Likewise.
50174         * sunrpc/des_crypt.c: Likewise.
50175         * sunrpc/des_soft.c: Likewise.
50176         * sunrpc/get_myaddr.c: Likewise.
50177         * sunrpc/key_call.c: Likewise.
50178         * sunrpc/key_prot.c: Likewise.
50179         * sunrpc/netname.c: Likewise.
50180         * sunrpc/pm_getmaps.c: Likewise.
50181         * sunrpc/pm_getport.c: Likewise.
50182         * sunrpc/pmap_clnt.c: Likewise.
50183         * sunrpc/pmap_prot.c: Likewise.
50184         * sunrpc/pmap_prot2.c: Likewise.
50185         * sunrpc/pmap_rmt.c: Likewise.
50186         * sunrpc/publickey.c: Likewise.
50187         * sunrpc/rpc_cmsg.c: Likewise.
50188         * sunrpc/rpc_common.c: Likewise.
50189         * sunrpc/rpc_dtable.c: Likewise.
50190         * sunrpc/rpc_prot.c: Likewise.
50191         * sunrpc/rpc_thread.c: Likewise.
50192         * sunrpc/rtime.c: Likewise.
50193         * sunrpc/svc.c: Likewise.
50194         * sunrpc/svc_auth.c: Likewise.
50195         * sunrpc/svc_raw.c: Likewise.
50196         * sunrpc/svc_run.c: Likewise.
50197         * sunrpc/svc_tcp.c: Likewise.
50198         * sunrpc/svc_udp.c: Likewise.
50199         * sunrpc/svc_unix.c: Likewise.
50200         * sunrpc/svcauth_des.c: Likewise.
50201         * sunrpc/xcrypt.c: Likewise.
50202         * sunrpc/xdr.c: Likewise.
50203         * sunrpc/xdr_array.c: Likewise.
50204         * sunrpc/xdr_float.c: Likewise.
50205         * sunrpc/xdr_intXX_t.c: Likewise.
50206         * sunrpc/xdr_mem.c: Likewise.
50207         * sunrpc/xdr_rec.c: Likewise.
50208         * sunrpc/xdr_ref.c: Likewise.
50209         * sunrpc/xdr_sizeof.c: Likewise.
50210         * sunrpc/xdr_stdio.c: Likewise.
50212 2012-05-10  Roland McGrath  <roland@hack.frob.com>
50214         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
50215         change.  Update copyright years.
50217 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
50219         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
50221 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
50222             Joseph Myers  <joseph@codesourcery.com>
50223             Paul Pluzhnikov  <ppluzhnikov@google.com>
50225         [BZ #14012]
50226         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
50227         requiring rpcgen.
50228         [cross-compiling] (extra-libs): Likewise.
50229         [cross-compiling] (extra-libs-others): Likewise.
50230         [cross-compiling] (librpcsvc-routines): Likewise.
50231         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
50232         [cross-compiling] (omit-deps): Likewise.
50233         (sunrpc-CPPFLAGS): New variable.
50234         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
50235         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
50236         (cross-rpcgen-objs): New variable.
50237         (extra-objs): Append $(cross-rpcgen-objs).
50238         ($(cross-rpcgen-objs)): New rule.
50239         ($(objpfx)cross-rpcgen): Likewise.
50240         (rpcgen-cmd): Define to use $(built-program-file).  Expand
50241         comment.
50242         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
50243         ($(objpfx)x%.stmp): Likewise.
50244         * sunrpc/proto.h [IS_IN_build] (_): Define.
50245         [IS_IN_build] (_libc_intl_domainname): Likewise.
50247 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
50249         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
50250         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
50251         and R_X86_64_TPOFF64.
50253 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
50255         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
50256         sysdeps/unix/sysv/syscalls.list.
50257         (stime): Likewise.
50258         (utime): Likewise.
50259         * sysdeps/unix/sysv/syscalls.list: Remove file.
50261 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
50263         [BZ #3440]
50264         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
50265         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
50266         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
50267         (__LC_IDENTIFICATION): Make these macros useful in #if
50268         expressions, as required by C99.
50270 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
50272         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
50273         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
50274         after this.
50276 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
50278         * stdlib/longlong.h: Updated from GCC.
50280 2012-05-09  Andreas Jaeger  <aj@suse.de>
50282         * nscd/nscd.c (run_modes): Make named enum, reorder so that
50283         default is first entry.
50284         (run_mode): Set type.
50285         (main): Remove informal message about syslog.
50286         (options): Fix typo.
50288         [BZ #14053]
50289         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
50290         to asm.
50291         (lrint): Likewise.
50292         (llrintf): Likewise.
50293         (llrint): Likewise.
50294         (rint): Likewise.
50295         (rintf): Likewise.
50296         (nearbyint): Likewise.
50297         (nearbyintf): Likewise.
50299 2012-05-09  Andreas Jaeger  <aj@suse.de>
50300             Pedro Alves  <palves@redhat.com>
50302         * nscd/nscd.c (run_mode): Use enum.
50303         (main): Cleanup coding style issue.
50305 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
50306             Andreas Jaeger  <aj@suse.de>
50308         * nscd/nscd.c (go_background): Replaced with...
50309         (run_mode): ... this.
50310         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
50311         (options): Add -F --foreground.
50312         (main): Implement it.
50313         (parse_opt): Parse it.
50315 2012-05-09  Andreas Jaeger  <aj@suse.de>
50317         [BZ #14083]
50318         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
50319         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
50320         -Wconversion warning.
50321         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
50322         Likewise.
50324 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
50326         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
50327         == 0.
50328         (LC_ALL): Use macro-int-constant.
50329         (LC_COLLATE): Likewise.
50330         (LC_CTYPE): Likewise.
50331         (LC_MESSAGES): Likewise.
50332         (LC_MONETARY): Likewise.
50333         (LC_NUMERIC): Likewise.
50334         (LC_TIME): Likewise.
50335         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
50336         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
50337         [ISO || ISO99 || ISO11] (*_t): Do not allow.
50338         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
50339         Specify type.
50340         [C99-based standards] (float_t): Expect type.
50341         [C99-based standards] (double_t): Expect type.
50342         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
50343         type.
50344         [C99-based standards] (HUGE_VALL): Likewise.
50345         [C99-based standards] (INFINITY): Likewise.
50346         [C99-based standards] (NAN): Likewise.
50347         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
50348         [C99-based standards] (FP_NAN): Likewise.
50349         [C99-based standards] (FP_NORMAL): Likewise.
50350         [C99-based standards] (FP_SUBNORMAL): Likewise.
50351         [C99-based standards] (FP_ZERO): Likewise.
50352         [C99-based standards] (FP_FAST_FMA): Use
50353         optional-macro-int-constant.  Specify type.  Require == 1.
50354         [C99-based standards] (FP_FAST_FMAF): Likewise.
50355         [C99-based standards] (FP_FAST_FMAL): Likewise.
50356         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
50357         [C99-based standards] (FP_ILOGBNAN): Likewise.
50358         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
50359         Specify type.
50360         [C99-based standards] (MATH_ERREXCEPT): Likewise.
50361         [C99-based standards] (math_errhandling): Specify type.
50362         [ISO99 || ISO11] (signgam): Do not allow.
50363         [non-C99-based standards] (copysignf): Do not allow.
50364         [non-C99-based standards] (exp2f): Likewise.
50365         [non-C99-based standards] (log2f): Likewise.
50366         [non-C99-based standards] (modff): Allow.
50367         [non-C99-based standards] (erff): Do not allow.
50368         [non-C99-based standards] (erfcf): Likewise.
50369         [non-C99-based standards] (gammaf): Likewise.
50370         [non-C99-based standards] (hypotf): Likewise.
50371         [non-C99-based standards] (j0f): Likewise.
50372         [non-C99-based standards] (j1f): Likewise.
50373         [non-C99-based standards] (jnf): Likewise.
50374         [non-C99-based standards] (lgammaf): Likewise.
50375         [non-C99-based standards] (tgammaf): Likewise.
50376         [non-C99-based standards] (y0f): Likewise.
50377         [non-C99-based standards] (y1f): Likewise.
50378         [non-C99-based standards] (ynf): Likewise.
50379         [non-C99-based standards] (isnanf): Likewise.
50380         [non-C99-based standards] (acoshf): Likewise.
50381         [non-C99-based standards] (asinhf): Likewise.
50382         [non-C99-based standards] (atanhf): Likewise.
50383         [non-C99-based standards] (cbrtf): Likewise.
50384         [non-C99-based standards] (expm1f): Likewise.
50385         [non-C99-based standards] (ilogbf): Likewise.
50386         [non-C99-based standards] (log1pf): Likewise.
50387         [non-C99-based standards] (logbf): Likewise.
50388         [non-C99-based standards] (nextafterf): Likewise.
50389         [non-C99-based standards] (remainderf): Likewise.
50390         [non-C99-based standards] (rintf): Likewise.
50391         [non-C99-based standards] (scalbf): Likewise.
50392         [non-C99-based standards] (copysignl): Likewise.
50393         [non-C99-based standards] (exp2l): Likewise.
50394         [non-C99-based standards] (log2l): Likewise.
50395         [non-C99-based standards] (modfl): Allow.
50396         [non-C99-based standards] (erfl): Do not allow.
50397         [non-C99-based standards] (erfcl): Likewise.
50398         [non-C99-based standards] (gammal): Likewise.
50399         [non-C99-based standards] (hypotl): Likewise.
50400         [non-C99-based standards] (j0l): Likewise.
50401         [non-C99-based standards] (j1l): Likewise.
50402         [non-C99-based standards] (jnl): Likewise.
50403         [non-C99-based standards] (lgammal): Likewise.
50404         [non-C99-based standards] (tgammal): Likewise.
50405         [non-C99-based standards] (y0l): Likewise.
50406         [non-C99-based standards] (y1l): Likewise.
50407         [non-C99-based standards] (ynl): Likewise.
50408         [non-C99-based standards] (isnanl): Likewise.
50409         [non-C99-based standards] (acoshl): Likewise.
50410         [non-C99-based standards] (asinhl): Likewise.
50411         [non-C99-based standards] (atanhl): Likewise.
50412         [non-C99-based standards] (cbrtl): Likewise.
50413         [non-C99-based standards] (expm1l): Likewise.
50414         [non-C99-based standards] (ilogbl): Likewise.
50415         [non-C99-based standards] (log1pl): Likewise.
50416         [non-C99-based standards] (logbl): Likewise.
50417         [non-C99-based standards] (nextafterl): Likewise.
50418         [non-C99-based standards] (remainderl): Likewise.
50419         [non-C99-based standards] (rintl): Likewise.
50420         [non-C99-based standards] (scalbl): Likewise.
50421         [ISO || ISO99 || ISO11] (*_t): Do not allow.
50422         [non-C99-based standards] (FP_*): Do not allow.
50423         [C99-based standards] (FP_*): Change to
50424         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
50425         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
50426         allow.
50427         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
50428         (SIG_ERR): Likewise.
50429         [X/Open-based standards] (SIG_HOLD): Likewise.
50430         (SIG_IGN): Likewise.
50431         (SIGABRT): Use macro-int-constant.  Specify type.  Require
50432         positive value.
50433         (SIGFPE): Likewise.
50434         (SIGILL): Likewise.
50435         (SIGINT): Likewise.
50436         (SIGSEGV): Likewise.
50437         (SIGTER): Likewise.
50438         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
50439         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
50440         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
50441         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
50442         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
50443         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
50444         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
50445         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
50446         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
50447         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
50448         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
50449         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
50450         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
50451         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
50452         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
50453         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
50454         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
50455         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
50456         [X/Open-based standards] (SIGTRAP): Likewise.
50457         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
50458         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
50459         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
50460         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
50461         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
50462         allow.
50464 2012-05-08  Ian Wienand  <ianw@vmware.com>
50466         [BZ #14080]
50467         * time/tzset.c (__tzset_parse_tz): Update default rules for
50468         daylight time changes in the Energy Policy Act of 2005.
50470 2012-05-09  Andreas Jaeger  <aj@suse.de>
50472         [BZ #13983]
50473         * elf/ldconfig.c (parse_conf): Change string to make clear that
50474         ldconfig only issued a warning if ld.so.conf does not exist.
50476 2012-05-08  David S. Miller  <davem@davemloft.net>
50478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
50479         movxtod instead of popping the value on the stack.
50481         * sysdeps/sparc/fpu/libm-test-ulps: Update.
50483 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
50485         * config.h.in: Add HAVE_ARM_PCS_VFP.
50487 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
50489         [BZ #13979]
50490         * include/features.h: Warn if user requests __FORTIFY_SOURCE
50491         checking but the checks are disabled for any reason.
50493 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
50495         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
50496         and ELF64_R_TYPE with ELFW(R_TYPE).
50498 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
50500         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
50501         (ulimit): Likewise.
50503         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
50504         (settimeofday): Likewise.
50506 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
50508         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
50509         a struct th_u2 inside the union, and move tu_block/tu_code into
50510         a new th_u3 union of tu_block/tu_code inside of that.  Move
50511         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
50512         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
50513         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
50514         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
50515         (th_stuff): Change to th_u1.tu_stuff.
50516         (th_data): Define.
50517         (th_msg): Change to th_u1.th_u2.tu_data.
50519 2012-05-07  David S. Miller  <davem@davemloft.net>
50521         * sysdeps/sparc/fpu/libm-test-ulps: Update.
50523         [BZ #14074]
50524         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
50525         (SETUP_PIC_REG): Use it.
50526         (SETUP_PIC_REG_LEAF): Use it.
50528 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
50530         [BZ #13885]
50531         [BZ #13923]
50532         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
50533         USE_AS_EXPM1L.
50534         (EXPL_FINITE): Likewise.
50535         (FLDLOG): Likewise.
50536         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
50537         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
50538         e_expl.S.
50539         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
50540         USE_AS_EXPM1L.
50541         (EXPL_FINITE): Likewise.
50542         (FLDLOG): Likewise.
50543         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
50544         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
50545         e_expl.S.
50546         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
50547         test of -max_value argument for long double.
50548         * sysdeps/i386/fpu/libm-test-ulps: Update.
50549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50551 2012-05-06  David S. Miller  <davem@davemloft.net>
50553         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
50554         quad soft-float symbols whose references which are compiler
50555         generated.
50556         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50558 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
50560         [BZ #13884]
50561         [BZ #13914]
50562         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
50563         USE_AS_EXP10L.
50564         (EXPL_FINITE): Likewise.
50565         (FLDLOG): Likewise.
50566         (c0): Likewise.
50567         (c1): Likewise.
50568         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
50569         Adjust comments for base varying.
50570         (__expl_finite): Change alias to EXPL_FINITE.
50571         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
50572         e_expl.S.
50573         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
50574         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
50575         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
50576         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
50577         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
50578         USE_AS_EXP10L.
50579         (EXPL_FINITE): Likewise.
50580         (FLDLOG): Likewise.
50581         (c0): Likewise.
50582         (c1): Likewise.
50583         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
50584         Adjust comments for base varying.
50585         (__expl_finite): Change alias to EXPL_FINITE.
50586         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
50587         tests for bugs.
50588         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
50590         [BZ #14064]
50591         * math/libm-test.inc (check_float_internal): Correct ulp
50592         calculation for subnormal expected results.
50594 2012-05-06  Andreas Jaeger  <aj@suse.de>
50596         * Makeconfig (+math-flags): New, set to -frounding-math.
50597         (+cflags): Add +math-flags so that all of glibc gets compiled with
50598         it.
50600         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
50602 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
50604         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
50605         Disable one test.
50607         [BZ #13787]
50608         [BZ #13922]
50609         [BZ #14036]
50610         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
50611         (__ieee754_expl): Allow for and saturate large arguments.
50612         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
50613         (u_threshold): Likewise.
50614         (__exp): Call __ieee754_exp before checking for overflow and
50615         underflow.
50616         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
50617         (u_threshold): Likewise.
50618         (__expf): Call __ieee754_expf before checking for overflow and
50619         underflow.
50620         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
50621         (u_threshold): Likewise.
50622         (__expl): Call __ieee754_expl before checking for overflow and
50623         underflow.
50624         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
50625         (__ieee754_expl): Allow for and saturate large arguments.
50626         * math/libm-test.inc (exp_test): Add another test.  Do not allow
50627         missing overflow exception on overflow.
50628         (expm1_test): Do not allow missing overflow exception on overflow.
50630         * sysdeps/i386/fpu/e_expl.c: Move to ...
50631         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
50632         rather than using inline asm.
50633         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
50634         * sysdeps/x86_64/fpu/e_expl.S: Copy from
50635         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
50637         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
50638         (nice): Likewise.
50639         (poll): Likewise.
50640         (signal): Likewise.
50641         (time): Likewise.
50642         (times): Likewise.
50644 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
50646         * sysdeps/unix/syscalls.list (adjtime): Add entry from
50647         sysdeps/unix/common/syscalls.list.
50648         (fchmod): Likewise.
50649         (fchown): Likewise.
50650         (ftruncate): Likewise.
50651         (getrusage): Likewise.
50652         (gettimeofday): Likewise.
50653         (setpgid): Likewise.
50654         (setregid): Likewise.
50655         (setreuid): Likewise.
50656         (sigaction): Likewise.
50657         (truncate): Likewise.
50658         (vhangup): Likewise.
50659         * sysdeps/unix/common/syscalls.list: Remove file.
50660         * sysdeps/unix/bsd/Implies: Don't include unix/common.
50661         * sysdeps/unix/sysv/linux/Implies: Likewise.
50663 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
50665         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
50666         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
50667         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
50668         Moved to ...
50669         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
50670         Here.
50671         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
50672         to ...
50673         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
50674         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
50675         to ...
50676         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
50677         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
50678         to ...
50679         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
50680         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
50681         to ...
50682         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
50683         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
50684         to ...
50685         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
50686         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
50687         to ...
50688         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
50689         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
50690         to ...
50691         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
50692         Here.
50693         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
50694         to ...
50695         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
50696         Here.
50697         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
50698         to ...
50699         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
50700         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
50701         Moved to ...
50702         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
50703         Here.
50704         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
50705         to ...
50706         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
50708 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
50710         * sysdeps/unix/common/bits/dirent.h: Remove file.
50711         * sysdeps/unix/common/bits/fcntl.h: Likewise.
50713         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
50714         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
50715         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
50716         * sysdeps/unix/bsd/isatty.c: Likewise.
50717         * sysdeps/unix/bsd/tcdrain.c: Likewise.
50718         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
50719         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
50721 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50723         [BZ #13563]
50724         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
50725         long double comparison inaccuracies.
50726         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
50727         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
50729 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
50731         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
50732         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
50734 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
50736         [BZ #14049]
50737         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
50738         nonzero digits before rounding a hex value.
50739         * stdlib/tst-strtod.c (tests): Add another test.
50741 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50743         * sysdeps/s390/fpu/libm-test-ulps: Update.
50745 2012-05-03  Andreas Jaeger  <aj@suse.de>
50747         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
50748         does not get optimized out.
50749         (malloc_opt_barrier): New.
50751 2012-05-03  Andreas Jaeger  <aj@suse.de>
50752             Roland McGrath  <roland@hack.frob.com>
50754         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
50755         intermediate file deletion.
50756         (generated): Add .symlist files.
50758 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
50760         [BZ #13775]
50761         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
50762         Redirect under this condition.
50763         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
50764         [__USE_GNU] (__dprintf_chk): Not under this condition.
50765         [__USE_GNU] (__vdprintf_chk): Likewise.
50766         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
50767         under this condition.
50768         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
50769         [__USE_XOPEN2K8] (dprintf): Define under this condition.
50770         [__USE_XOPEN2K8] (vdprintf): Likewise.
50771         [__USE_GNU] (__dprintf_chk): Not under this condition.
50772         [__USE_GNU] (__vdprintf_chk): Likewise.
50773         [__USE_GNU] (dprintf): Likewise.
50774         [__USE_GNU] (vdprintf): Likewise.
50776 2012-05-03  Roland McGrath  <roland@hack.frob.com>
50778         * elf/Makefile (common-generated): Set this instead of generated for
50779         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
50780         $(all-built-dso)-derived lists.
50782 2012-05-03  Andreas Jaeger  <aj@suse.de>
50784         * sysdeps/i386/fpu/libm-test-ulps: Update.
50786         * FAQ: Removed.
50787         * FAQ.in: Likewise.
50788         * scripts/gen-FAQ.pl: Likewise.
50789         * manual/install.texi (Installation): Point to online location of
50790         FAQ.
50791         * Makefile (files-for-dist): Remove FAQ.
50792         (FAQ): Remove.
50794 2012-05-02  Allan McRae  <allan@archlinux.org>
50796         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
50797         (LDFLAGS-reldepmod5.so): Likewise.
50798         (LDFLAGS-reldep6mod1.so): Likewise.
50799         (LDFLAGS-reldep6mod4.so): Likewise.
50800         (LDFLAGS-reldep8mod3.so): Likewise.
50801         (LDFLAGS-unload4mod1.so): Likewise.
50802         (LDFLAGS-unload4mod2.so): Likewise.
50803         (LDFLAGS-tst-initorder): Likewise.
50804         (LDFLAGS-tst-initordera2.so): Likewise.
50805         (LDFLAGS-tst-initordera3.so): Likewise.
50806         (LDFLAGS-tst-initordera4.so): Likewise.
50807         (LDFLAGS-tst-initorderb2.so): Likewise.
50808         (LDFLAGS-noload): Likewise.
50809         (LDFLAGS-next): Likewise.
50810         (LDFLAGS-order2mod1.so): Likewise.
50811         (LDFLAGS-order2mod2.so): Likewise.
50812         (LDFLAGS-tst-initorder2): Likewise.
50813         (LDFLAGS-tst-initorder2a.so): Likewise.
50814         (LDFLAGS-tst-initorder2b.so): Likewise.
50815         (LDFLAGS-tst-initorder2c.so): Likewise.
50816         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
50818 2012-05-02  David S. Miller  <davem@davemloft.net>
50820         * sysdeps/sparc/fpu/libm-test-ulps: Update.
50822 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
50824         [BZ #14055]
50825         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
50827 2012-05-02  Andreas Jaeger  <aj@suse.de>
50829         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
50830         since we manipulate rounding mode.
50831         (CPPFLAGS-test-idouble.c): Likewise.
50832         (CPPFLAGS-test-ifloat.c): Likewise.
50833         (CFLAGS-test-ldouble.c): Likewise.
50834         (CFLAGS-test-double.c): Likewise.
50835         (CFLAGS-test-float.c): Likewise.
50836         (CFLAGS-test-misc.c): Likewise.
50837         (CFLAGS-test-test-fenv.c): Likewise.
50839 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50841         [BZ #2550]
50842         [BZ #2570]
50843         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
50844         comparisons to determine direction to adjust input.
50846 2012-05-01  Roland McGrath  <roland@hack.frob.com>
50848         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
50849         output to the target.
50851         * scripts/localplt.awk: New file.
50852         * elf/Makefile ($(objpfx)check-localplt): Target removed.
50853         (check-localplt-CFLAGS): Variable removed.
50854         ($(all-built-dso:=.jmprel)): New static pattern rule.
50855         (generated): Add those targets.
50856         (localplt-built-dso): New variable.
50857         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
50859         * elf/check-localplt.c: File removed.
50861         * scripts/check-execstack.awk: New file.
50862         * elf/Makefile ($(objpfx)check-execstack): Target removed.
50863         (check-execstack-CFLAGS): Variable removed.
50864         ($(objpfx)check-execstack.h): Target removed.
50865         ($(objpfx)execstack-default): New target.
50866         (generated): Add that instead of check-execstack.h.
50867         ($(all-built-dso:=.phdr)): New static pattern rule.
50868         (generated): Add those targets.
50869         * elf/check-execstack.c: File removed.
50871         * scripts/check-textrel.awk: New file.
50872         * elf/Makefile ($(objpfx)check-textrel): Target removed.
50873         (check-textrel-CFLAGS): Variable removed.
50874         (all-built-dso): Use := to define.o
50875         ($(all-built-dso:=.dyn)): New static pattern rule.
50876         (generated): Add those targets.
50877         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
50878         * config.make.in (READELF): New substituted variable.
50879         * elf/check-textrel.c: File removed.
50881 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
50883         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
50884         allow.
50885         * conform/data/ctype.h-data [C99-based standards] (isblank):
50886         Expect function.
50887         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
50888         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
50889         [ISO || ISO99 || ISO11] (*_t): Do not allow.
50890         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
50891         Specify type.  Require positive value.
50892         (EILSEQ): Likewise.
50893         (ERANGE): Likewise.
50894         [ISO || POSIX] (EILSEQ): Do not expect.
50895         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
50896         Specify type.  Require positive value.
50897         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
50898         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
50899         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
50900         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
50901         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
50902         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
50903         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
50904         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
50905         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
50906         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
50907         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
50908         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
50909         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
50910         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
50911         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
50912         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
50913         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
50914         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
50915         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
50916         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
50917         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
50918         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
50919         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
50920         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
50921         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
50922         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
50923         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
50924         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
50925         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
50926         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
50927         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
50928         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
50929         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
50930         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
50931         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
50932         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
50933         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
50934         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
50935         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
50936         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
50937         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
50938         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
50939         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
50940         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
50941         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
50942         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
50943         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
50944         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
50945         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
50946         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
50947         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
50948         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
50949         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
50950         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
50951         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
50952         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
50953         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
50954         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
50955         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
50956         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
50957         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
50958         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
50959         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
50960         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
50961         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
50962         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
50963         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
50964         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
50965         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
50966         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
50967         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
50968         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
50969         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
50970         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
50971         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
50972         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
50973         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
50974         Require >= 2.
50975         (FLT_ROUNDS): Expect as macro, not constant.
50976         (FLT_MANT_DIG): Use macro-int-constant.
50977         (DBL_MANT_DIG): Likewise.
50978         (LDBL_MANT_DIG): Likewise.
50979         (FLT_DIG): Likewise.
50980         (DBL_DIG): Likewise.
50981         (LDBL_DIG): Likewise.
50982         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
50983         (DBL_MIN_EXP): Likewise.
50984         (LDBL_MIN_EXP): Likewise.
50985         (FLT_MAX_EXP): Use macro-int-constant.
50986         (DBL_MAX_EXP): Likewise.
50987         (LDBL_MAX_EXP): Likewise.
50988         (FLT_MAX_10_EXP): Likewise.
50989         (DBL_MAX_10_EXP): Likewise.
50990         (LDBL_MAX_10_EXP): Likewise.
50991         (FLT_MAX): Use macro-constant.
50992         (DBL_MAX): Likewise.
50993         (LDBL_MAX): Likewise.
50994         (FLT_EPSILON): Use macro-constant.  Give upper bound.
50995         (DBL_EPSILON): Likewise.
50996         (LDBL_EPSILON): Likewise.
50997         (FLT_MIN): Likewise.
50998         (DBL_MIN): Likewise.
50999         (LDBL_MIN): Likewise.
51000         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
51001         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
51002         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
51003         [ISO11] (FLT_HAS_SUBNORM): Likewise.
51004         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
51005         [ISO11] (DBL_DECIMAL_DIG): Likewise.
51006         [ISO11] (FLT_DECIMAL_DIG): Likewise.
51007         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
51008         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
51009         [ISO11] (FLT_TRUE_MIN): Likewise.
51010         [ISO11] (LDBL_TRUE_MIN): Likewise.
51011         [ISO || ISO99 || ISO11] (*_t): Do not allow.
51012         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
51013         (SCHAR_MIN): Use macro-int-constant.  Specify type.
51014         (SCHAR_MAX): Likewise.
51015         (UCHAR_MAX): Likewise.
51016         (CHAR_MIN): Likewise.
51017         (CHAR_MAX): Likewise.
51018         (MB_LEN_MAX): Use macro-int-constant.
51019         (SHRT_MIN): Use macro-int-constant.  Specify type.
51020         (SHRT_MAX): Likewise.
51021         (USHRT_MAX): Likewise.
51022         (INT_MAX): Likewise.
51023         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
51024         bound negative.
51025         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
51026         bound with "U".
51027         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
51028         bound with "L".
51029         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
51030         bound negative.  Suffix upper bound with "L".
51031         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
51032         bound with "UL".
51033         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
51034         Specify type.
51035         [C99-based standards] (LLONG_MAX): Likewise.
51036         [C99-based standards] (ULLONG_MAX): Likewise.
51037         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
51038         == 0.
51039         [ISO11] (max_align_t): Require type.
51040         [ISO || ISO99 || ISO11] (*_t): Do not allow.
51042         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
51043         from $CFLAGS, without defining away __attribute__ calls.
51044         (checknamespace): Use $CFLAGS_namespace.
51046         * conform/conformtest.pl (@keywords): Only include C99 keywords
51047         for standards based on C99 or C11.
51049         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
51050         Disable tests.
51051         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
51052         UNIX98]: Likewise.
51054         * conform/conformtest.pl: Handle "macro-int-constant" and test for
51055         usability of symbols in #if.
51057         * conform/conformtest.pl: If macro or constant types start
51058         "promoted:", expect the symbol to be of the following type
51059         promoted by the integer promotions.
51061         * conform/conformtest.pl: Parse all "constant" and "macro" lines
51062         in one place.  Also handle "macro-constant".
51064         * conform/conformtest.pl: Only accept expected macro values with
51065         "==".  Parse all "macro" lines in one place.
51066         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
51068         * conform/conformtest.pl: Handle braced types on "constant" lines
51069         instead of handling "typed-constant".
51070         * conform/data/signal.h-data: Use "constant" instead of
51071         "typed-constant".
51073         * conform/conformtest.pl: Handle "optional-" at start of lines in
51074         one place rather than duplicating several cases.  Handle each
51075         format of "macro" line with initial "optional-".
51077         * conform/conformtest.pl: Only accept expected constant or
51078         optional-constant values with "==".  Parse all "constant" lines in
51079         one place.  Parse all "optional-constant" lines in one place.
51080         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
51081         * conform/data/fmtmsg.h-data: Likewise.
51082         * conform/data/netinet/in.h-data: Likewise.
51083         * conform/data/tar.h-data: Likewise.
51084         * conform/data/limits.h-data: Use "==" form on "constant" and
51085         "optional-constant" lines.
51087         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
51088         Use -std=c99 for XOPEN2K.
51089         (@knownproblems): Remove.
51090         (newtoken): Don't check %isknown.
51092         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
51093         Do not expect macro.
51094         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
51095         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
51096         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
51097         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
51098         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
51099         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
51100         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
51101         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
51102         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
51103         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
51104         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
51105         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
51106         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
51107         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
51108         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
51109         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
51110         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
51111         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
51112         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
51113         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
51114         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
51115         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
51116         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
51117         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
51118         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
51119         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
51120         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
51121         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
51122         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
51123         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
51124         [XPG3] (acosh): Likewise.
51125         [XPG3] (asinh): Likewise.
51126         [XPG3] (atanh): Likewise.
51127         [XPG3] (cbrt): Likewise.
51128         [XPG3] (expm1): Likewise.
51129         [XPG3] (ilogb): Likewise.
51130         [XPG3] (log1p): Likewise.
51131         [XPG3] (logb): Likewise.
51132         [XPG3] (nextafter): Likewise.
51133         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
51134         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
51135         [XPG3] (remainder): Likewise.
51136         [XPG3] (rint): Likewise.
51137         [XPG3 || XPG4 || UNIX98] (round): Likewise.
51138         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
51139         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
51140         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
51141         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
51142         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
51143         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
51144         [UNIX98 || XOPEN2K] (scalb): Expect.
51145         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
51146         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
51147         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
51148         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
51149         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
51150         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
51151         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
51152         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
51153         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
51154         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
51155         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
51156         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
51157         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
51158         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
51159         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
51160         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
51161         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
51162         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
51163         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
51164         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
51165         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
51166         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
51167         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
51168         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
51169         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
51170         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
51171         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
51172         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
51173         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
51174         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
51175         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
51176         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
51177         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
51178         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
51179         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
51180         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
51181         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
51182         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
51183         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
51184         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
51185         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
51186         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
51187         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
51188         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
51189         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
51190         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
51191         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
51192         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
51193         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
51194         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
51195         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
51196         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
51197         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
51198         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
51199         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
51200         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
51201         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
51202         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
51203         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
51204         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
51205         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
51206         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
51207         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
51208         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
51209         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
51210         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
51211         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
51212         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
51213         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
51214         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
51215         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
51216         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
51217         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
51218         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
51219         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
51220         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
51221         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
51222         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
51223         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
51224         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
51225         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
51226         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
51227         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
51228         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
51229         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
51230         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
51231         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
51232         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
51233         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
51234         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
51235         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
51236         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
51237         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
51238         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
51239         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
51240         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
51241         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
51242         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
51243         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
51244         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
51245         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
51246         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
51247         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
51248         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
51249         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
51250         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
51251         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
51252         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
51253         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
51254         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
51255         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
51256         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
51257         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
51258         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
51259         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
51260         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
51261         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
51262         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
51263         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
51264         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
51265         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
51266         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
51267         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
51268         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
51269         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
51270         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
51271         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
51272         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
51273         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
51274         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
51275         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
51276         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
51277         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
51278         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
51279         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
51280         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
51281         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
51283         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
51284         _XOPEN_SOURCE_EXTENDED for XPG4.
51286         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
51288         * Makeconfig (localtime): Remove variable.
51289         (inst_localtime-file): Likewise.
51291 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
51293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
51294         Update.
51295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
51296         Update.
51297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
51298         Update.
51299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
51300         Update.
51301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
51302         Update.
51303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
51304         Update.
51305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
51306         Update.
51307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
51308         Update.
51309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
51310         Update.
51312 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
51314         [BZ #2550]
51315         [BZ #2570]
51316         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
51317         comparisons to determine direction to adjust input.
51318         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
51319         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
51320         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
51321         Likewise.
51322         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
51323         Likewise.
51324         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
51325         Likewise.
51326         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
51327         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
51328         Likewise.
51329         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
51330         Likewise.
51331         * math/libm-test.inc (nexttoward_test): Add more tests.
51333 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
51335         [BZ #14040]
51336         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
51337         in version GLIBC_2.1, not GLIBC_2.0.
51338         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
51339         Likewise.
51341 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
51343         [BZ #13942]
51344         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
51345         (1 - x) * (1 + x).
51346         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
51347         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
51348         * math/libm-test.inc (acos_test): Add more tests.
51349         (asin_test): Likewise.
51350         * sysdeps/i386/fpu/libm-test-ulps: Update.
51351         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
51353         [BZ #14034]
51354         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
51355         of square root.
51356         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
51357         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
51358         * math/libm-test.inc (acos_test_tonearest): New function.
51359         (acos_test_towardzero): Likewise.
51360         (acos_test_downward): Likewise.
51361         (acos_test_upward): Likewise.
51362         (asin_test_tonearest): Likewise.
51363         (asin_test_towardzero): Likewise.
51364         (asin_test_downward): Likewise.
51365         (asin_test_upward): Likewise.
51366         (main): Call the new functions.
51367         * sysdeps/i386/fpu/libm-test-ulps: Update.
51368         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51370         [BZ #13884]
51371         [BZ #13924]
51372         * math/e_exp10.c: Include <float.h>.
51373         (__ieee754_exp10): Handle underflow here rather than multiplying
51374         large negative argument by M_LN10.
51375         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
51376         of __ieee754_expf.
51377         * math/e_exp10l.c: Include <float.h>.
51378         (__ieee754_exp10l): Handle underflow here rather than multiplying
51379         large negative argument by M_LN10l.
51380         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
51381         spurious overflow exception on underflow.
51383 2012-04-29  Marek Polacek  <polacek@redhat.com>
51385         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
51386         (__fortify_function): New macro.
51387         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
51388         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
51389         __extern_always_inline.
51390         * libio/bits/stdio2.h: Likewise.
51391         * libio/bits/stdio.h: Likewise.
51392         * string/string.h: Likewise.
51393         * string/bits/string3.h: Likewise.
51394         * include/stdio.h: Likewise.
51395         * stdlib/bits/stdlib.h: Likewise.
51396         * stdlib/stdlib.h: Likewise.
51397         * rt/bits/mqueue2.h: Likewise.
51398         * rt/mqueue.h: Likewise.
51399         * posix/bits/unistd.h: Likewise.
51400         * posix/unistd.h: Likewise.
51401         * io/bits/poll2.h: Likewise.
51402         * io/bits/fcntl2.h: Likewise.
51403         * io/fcntl.h: Likewise.
51404         * io/sys/poll.h: Likewise.
51405         * misc/bits/syslog.h: Likewise.
51406         * misc/bits/syslog-ldbl.h: Likewise.
51407         * misc/sys/syslog.h: Likewise.
51408         * socket/bits/socket2.h: Likewise.
51409         * socket/sys/socket.h: Likewise.
51410         * debug/tst-chk1.c: Likewise.
51411         * wcsmbs/bits/wchar2.h: Likewise.
51412         * wcsmbs/bits/wchar-ldbl.h: Likewise.
51413         * wcsmbs/wchar.h: Likewise.
51415 2012-04-29  Andreas Jaeger  <aj@suse.de>
51417         * Makerules (tests): Remove enable-check-abi protection.
51418         (check-abi-warn): Remove.
51419         (check-abi-%): Remove check-abi-warn usage.
51421         * configure.in: Remove check-abi configure option.
51422         * configure: Regenerated.
51423         * config.make.in (enable-check-abi): Remove.
51425 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
51427         [BZ #14033]
51428         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
51429         double functions to double *_finite functions.
51431         [BZ #13941]
51432         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
51433         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
51434         LDBL_MIN_EXP.
51435         * stdio-common/Makefile (tests): Add tst-sprintf3.
51436         * stdio-common/tst-sprintf3.c: New file.
51438         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
51439         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
51441 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
51443         * conform/conformtest.pl: Remove duplicate typed-constant
51444         handling.
51446 2012-04-28  David S. Miller  <davem@davemloft.net>
51448         * Makerules (%.abilist): Add vpath on sysdep_dirs.
51449         (check-abi-%): Remove AWK script prerequisite and explicit
51450         abilist directory.
51451         (check-abi): Rewrite to just diff the symlist with the abilist.
51452         (config-tls, config-abi-config): Delete, no longer used.
51453         (update-abi-%): Remove AWK script and explicit abilist directory.
51454         (update-abi): Rewrite to simply compare and conditionally copy the
51455         symlist and the sysdep abilist file.  Remove update-abi-config
51456         checks.
51457         * abilist/ld.abilist: Remove.
51458         * abilist/libBrokenLocale.abilist: Remove.
51459         * abilist/libanl.abilist: Remove.
51460         * abilist/libcrypt.abilist: Remove.
51461         * abilist/libdl.abilist: Remove.
51462         * abilist/librt.abilist: Remove.
51463         * abilist/libthread_db.abilist: Remove.
51464         * abilist/libutil.abilist: Remove.
51465         * scripts/extract-abilist.awk: Remove.
51466         * scripts/merge-abilist.awk: Remove.
51467         * sysdeps/generic/libcidn.abilist: New file.
51468         * sysdeps/generic/libnss_compat.abilist: New file.
51469         * sysdeps/generic/libnss_db.abilist: New file.
51470         * sysdeps/generic/libnss_dns.abilist: New file.
51471         * sysdeps/generic/libnss_files.abilist: New file.
51472         * sysdeps/generic/libnss_hesiod.abilist: New file.
51473         * sysdeps/generic/libnss_nis.abilist: New file.
51474         * sysdeps/generic/libnss_nisplus.abilist: New file.
51475         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
51476         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
51477         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
51478         file.
51479         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
51480         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
51481         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
51482         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
51483         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
51484         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
51485         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
51486         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
51487         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
51488         file.
51489         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
51490         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
51491         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
51492         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
51493         file.
51494         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
51495         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
51496         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
51497         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
51498         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
51499         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
51500         file.
51501         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
51502         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
51503         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
51504         file.
51505         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
51506         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
51507         New file.
51508         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
51509         New file.
51510         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
51511         New file.
51512         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
51513         New file.
51514         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
51515         New file.
51516         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
51517         New file.
51518         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
51519         New file.
51520         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
51521         New file.
51522         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
51523         New file.
51524         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
51525         New file.
51526         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
51527         New file.
51528         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
51529         New file.
51530         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
51531         New file.
51532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
51533         file.
51534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
51535         New file.
51536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
51537         New file.
51538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
51539         file.
51540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
51541         New file.
51542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
51543         New file.
51544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
51545         file.
51546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
51547         New file.
51548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
51549         New file.
51550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
51551         New file.
51552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
51553         New file.
51554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
51555         New file.
51556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
51557         New file.
51558         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
51559         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
51560         file.
51561         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
51562         New file.
51563         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
51564         file.
51565         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
51566         file.
51567         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
51568         file.
51569         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
51570         file.
51571         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
51572         file.
51573         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
51574         New file.
51575         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
51576         file.
51577         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
51578         file.
51579         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
51580         New file.
51581         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
51582         file.
51583         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
51584         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
51585         file.
51586         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
51587         New file.
51588         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
51589         file.
51590         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
51591         file.
51592         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
51593         file.
51594         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
51595         file.
51596         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
51597         file.
51598         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
51599         New file.
51600         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
51601         file.
51602         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
51603         file.
51604         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
51605         New file.
51606         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
51607         file.
51608         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
51609         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
51610         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
51611         file.
51612         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
51613         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
51614         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
51615         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
51616         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
51617         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
51618         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
51619         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
51620         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
51621         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
51622         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
51623         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
51624         file.
51625         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
51626         New file.
51627         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
51628         file.
51629         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
51630         file.
51631         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
51632         file.
51633         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
51634         file.
51635         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
51636         file.
51637         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
51638         New file.
51639         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
51640         New file.
51641         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
51642         file.
51643         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
51644         New file.
51645         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
51646         file.
51647         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
51648         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
51649         file.
51650         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
51651         New file.
51652         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
51653         file.
51654         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
51655         file.
51656         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
51657         file.
51658         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
51659         file.
51660         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
51661         file.
51662         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
51663         New file.
51664         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
51665         New file.
51666         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
51667         file.
51668         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
51669         New file.
51670         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
51671         file.
51673 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
51675         * conform/conformtest.pl: Fix typo in handling typed-constant from
51676         allow-header.
51678 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
51680         * README: Cut down references to pre-2.6 Linux kernels and
51681         Linuxthreads.  Update lists of configurations in libc and ports
51682         and sort alphabetically.  Say "or newer" with Linux kernel version
51683         requirements.
51685         * config.h.in [IS_IN_build]: Allow compiling without optimization.
51687 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
51689         [BZ #887]
51690         * math/libm-test.inc (logb_test_downward): New test to expose
51691         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
51692         rounding mode.
51694 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
51696         [BZ #14027]
51697         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
51698         to be done.
51699         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
51700         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
51702 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
51704         * sysdeps/unix/i386/brk.S: Remove file.
51705         * sysdeps/unix/i386/dl-brk.S: Likewise.
51706         * sysdeps/unix/i386/pipe.S: Likewise.
51707         * sysdeps/unix/i386/sigreturn.S: Likewise.
51708         * sysdeps/unix/i386/syscall.S: Likewise.
51709         * sysdeps/unix/i386/vfork.S: Likewise.
51710         * sysdeps/unix/i386/wait.S: Likewise.
51712         * sysdeps/unix/common/tcsendbrk.c: Move to ...
51713         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
51715         * configure.in (arm*-none*): Do not allow without
51716         --enable-hacker-mode.
51717         (netbsd*): Remove case setting base_os.
51718         (386bsd*): Likewise.
51719         (freebsd*): Likewise.
51720         (bsdi*): Likewise.
51721         (osf*): Likewise.
51722         (sunos*): Likewise.
51723         (ultrix*): Likewise.
51724         (newsos*): Likewise.
51725         (dynix*): Likewise.
51726         (*bsd*): Likewise.
51727         (sysv*): Likewise.
51728         (isc*): Likewise.
51729         (esix*): Likewise.
51730         (sco*): Likewise.
51731         (minix*): Likewise.
51732         (irix4*): Likewise.
51733         (irix6*): Likewise.
51734         (solaris[2-9]*): Likewise.
51735         (none): Likewise.
51736         * configure: Regenerated.
51738 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51740         [BZ #11521]
51741         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
51742         overflow or cancellation in calculating denominator.
51743         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
51744         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
51745         down expression to avoid unexpected rounding in newer GCCs.
51746         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
51748 2012-04-26  David S. Miller  <davem@davemloft.net>
51750         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
51751         long-double compat symbols.
51752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
51753         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
51754         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
51755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
51756         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
51757         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
51758         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
51759         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
51760         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
51761         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
51762         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
51763         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
51764         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
51766 2012-04-25  David S. Miller  <davem@davemloft.net>
51768         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
51769         HWCAP_* values only after the memory barriers have been defined.
51770         (atomic_full_barrier): Define.
51771         (atomic_read_barrier): Define.
51772         (atomic_write_barrier): Define.
51774 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
51776         * shlib-versions: Add libgcc_s version information.
51777         * sysdeps/generic/libgcc_s.h: Remove.
51778         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
51779         libgcc_s.h.
51780         * sysdeps/gnu/unwind-resume.c: Likewise.
51781         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
51783 2012-04-25  David S. Miller  <davem@davemloft.net>
51785         * sysdeps/unix/sparc/brk.S: Delete.
51786         * sysdeps/unix/sparc/dl-brk.S: Delete.
51787         * sysdeps/unix/sparc/pipe.S: Delete.
51788         * sysdeps/unix/sparc/sysdep.S: Delete.
51789         * sysdeps/unix/sparc/sysdep.h: Delete.
51790         * sysdeps/unix/sparc/vfork.S: Delete.
51791         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
51792         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
51793         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
51794         (ret_ERRVAL, r0, r1, MOVE): Define.
51795         (JUMPTARGET): Remove.
51796         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
51797         sysdeps/unix/sparc/sysdep.h
51798         (ENTRY, END): Remove.
51799         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
51801 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
51803         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
51804         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
51805         -DIS_IN_build.
51807         * timezone/README: Update upstream location and email address for
51808         tzcode and tzdata.
51809         * timezone/zdump.c: Update from tzcode 2012b.
51810         * timezone/zic.c: Likewise.
51812         * configure.in (libc_cv_as_needed): Remove test.
51813         * configure: Regenerated.
51814         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
51815         conditional definition.
51816         [$(have-as-needed) != yes] (no-as-needed): Likewise.
51817         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
51818         * config.make.in (have-as-needed): Remove variable.
51820 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
51821             Paul Pluzhnikov  <ppluzhnikov@google.com>
51823         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
51824         strings correctly.
51826 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
51828         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
51829         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
51830         * sysdeps/sh/strlen.S: Likewise.
51832 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
51834         * sysdeps/unix/fork.S: Remove file.
51835         * sysdeps/unix/i386/fork.S: Likewise.
51836         * sysdeps/unix/sparc/fork.S: Likewise.
51838         * sysdeps/unix/system.c: Remove file.
51839         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
51841         * sysdeps/unix/getegid.S: Remove file.
51842         * sysdeps/unix/geteuid.S: Likewise.
51844 2012-04-24  Roland McGrath  <roland@hack.frob.com>
51846         * scripts/check-localplt.awk: New file.
51847         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
51848         of diff.
51849         * scripts/data/localplt-generic.data: Add a comment.
51851         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
51852         NODE when __dir_mkfile failed.
51853         * sysdeps/mach/hurd/symlinkat.c: Likewise.
51854         Reported by Ludovic Courtès <ludo@gnu.org>.
51856 2012-04-24  Andreas Jaeger  <aj@suse.de>
51858         * Makerules (common-clean): Also remove gen-as-const-headers
51859         files.
51861 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
51863         * Makerules (native-compile): Do not change working directory for
51864         build.  Use $(OUTPUT_OPTION) in command.
51865         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
51867 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51869         [BZ #13886]
51870         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
51871         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
51872         * math/libm-test.inc (floor_test): Add more tests.
51873         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
51875 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
51877         * sysdeps/unix/getdents.c: Remove file.
51878         * sysdeps/unix/sysv/getdents.c: Likewise.
51879         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
51881         * sysdeps/unix/syscalls.list (madvise): Add syscall from
51882         sysdeps/unix/mman/syscalls.list.
51883         (mmap): Likewise.
51884         (mprotect): Likewise.
51885         (msync): Likewise.
51886         (munmap): Likewise.
51887         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
51888         * sysdeps/unix/mman/syscalls.list: Remove.
51889         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
51891         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
51892         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
51893         * configure: Regenerated.
51894         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
51895         $(libgcc_s_suffix).
51896         * config.make.in (libgcc_s_suffix): Remove variable.
51898 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
51900         * sysdeps/unix/sysv/gethostname.c: Move to ...
51901         * sysdeps/posix/gethostname.c: ... here.
51903         * sysdeps/unix/execve.S: Remove file.
51905         * sysdeps/unix/_exit.S: Remove file.
51907 2012-04-23  Andreas Jaeger  <aj@suse.de>
51909         [BZ #13739]
51910         * manual/Makefile: Remove make dist support, there's no
51911         need for a stand-alone documentation tar ball.
51912         (TEXI2DVI): Define always, it's not in Makeconfig.
51913         (dist): Removed.
51914         (tar-it): Removed.
51915         (edition): Removed.
51916         (glibc-doc-$(edition).tar): Removed
51917         (%.Z): Removed.
51918         (%.gz): Removed.
51919         (%.uu): Removed.
51920         (ETAGS): Remove, it's in Makeconfig.
51921         (move-if-change): Remove, it's in Makeconfig.
51923 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
51925         [BZ #13970]
51926         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
51927         (strtod, strtof, strtold, strtol, strtoul, strtoq)
51928         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
51929         (strtod_l, strtof_l, strtold_l): Remove __wur.
51930         It is not necessarily an error to ignore strtol's return value.
51931         One can reliably look at the stored endptr to decide whether
51932         the number had valid syntax.
51934 2012-04-21  Andreas Jaeger  <aj@suse.de>
51936         [BZ #13739]
51937         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
51939 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
51941         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
51942         * sysdeps/unix/sysv/Versions: Remove file.
51944 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
51946         [BZ #13927]
51947         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51949 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
51951         [BZ #7064]
51952         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
51953         version from __vm86.
51955 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
51957         * sysdeps/unix/common/lxstat.c: Remove file.
51958         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
51960         * sysdeps/unix/sysv/Makefile: Remove file.
51962         * sysdeps/unix/sysv/direct.h: Remove file.
51964         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
51965         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
51966         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
51967         * sysdeps/unix/sysv/bits/signum.h: Likewise.
51968         * sysdeps/unix/sysv/bits/stat.h: Likewise.
51969         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
51970         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
51972         * sysdeps/unix/sysv/setrlimit.c: Remove file.
51974         * sysdeps/unix/xmknod.c: Remove file.
51975         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
51977         * sysdeps/unix/sysv/settimeofday.c: Remove file.
51979         * sysdeps/unix/sysv/i386/time.S: Remove file.
51981         * sysdeps/unix/fxstat.c: Remove file.
51982         * sysdeps/unix/xstat.c: Likewise.
51983         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
51985         * sysdeps/unix/sysv/sigaction.c: Remove file.
51987         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
51988         (sysdep_headers): Remove variable.
51989         [termio.h not in sysdep_headers] (generated): Likewise.
51990         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
51991         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
51992         * sysdeps/unix/sysv/tcdrain.c: Likewise.
51993         * sysdeps/unix/sysv/tcflow.c: Likewise.
51994         * sysdeps/unix/sysv/tcflush.c: Likewise.
51995         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
51996         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
51997         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
51998         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
51999         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
52001         * sysdeps/unix/siglist.c: Remove file.
52003         * sysdeps/unix/getppid.S: Remove file.
52005         * sysdeps/unix/mkdir.c: Remove file.
52006         * sysdeps/unix/rmdir.c: Likewise.
52008 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
52010         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
52011         ERR_MAX value.
52012         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
52013         errlist-compat value.
52015 2012-04-18  David S. Miller  <davem@davemloft.net>
52017         * sysdeps/generic/memcopy.h (reg_char): Delete.
52018         * debug/strcat_chk.c: Use char, not reg_char.
52019         * debug/strcpy_chk.c: Likewise.
52020         * debug/strncat_chk.c: Likewise.
52021         * debug/strncpy_chk.c: Likewise.
52022         * string/memchr.c: Likewise.
52023         * string/memrchr.c: Likewise.
52024         * string/rawmemchr.c: Likewise.
52025         * string/strcat.c: Likewise.
52026         * string/strchr.c: Likewise.
52027         * string/strchrnul.c: Likewise.
52028         * string/strcmp.c: Likewise.
52029         * string/strcpy.c: Likewise.
52030         * string/strncat.c: Likewise.
52031         * string/strncmp.c: Likewise.
52032         * string/strncpy.c: Likewise.
52034 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
52036         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
52037         __builtin_memcopy is called when src and dest ranges are known to not
52038         overlap.
52040 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
52042         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
52043         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
52044         fwd_align_merge macro call.
52045         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
52046         bwd_align_merge macro call.
52047         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
52049 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
52051         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
52052         bwd_align_merge macros.
52053         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
52054         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
52055         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
52057 2012-04-18  David S. Miller  <davem@davemloft.net>
52059         * sysdeps/sparc/sparc64/memcopy.h: Delete.
52061 2012-04-18  Andreas Jaeger  <aj@suse.de>
52063         [BZ# 6794]
52064         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
52065         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
52066         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
52068         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
52069         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
52070         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
52072         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
52073         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
52074         Adjust for changed ldbl-128 files.
52076         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
52077         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
52078         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
52080 2012-04-17  David S. Miller  <davem@davemloft.net>
52082         * sysdeps/sparc/sparc32/memcopy.h: Delete.
52084 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
52086         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
52087         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
52088         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
52089         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
52090         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
52091         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
52093 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52095         [BZ #6794]
52096         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
52097         * math/libm-test.inc: Add ilogb errno and exception tests.
52098         * math/w_ilogb.c: New file: ilogb wrapper.
52099         * math/w_ilogbf.c: New file: ilogbf wrapper.
52100         * math/w_ilogbl.c: New file: ilogbl wrapper.
52101         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
52102         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
52103         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
52104         exception being thrown with 0.0 as argument.
52105         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
52106         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
52107         exception being thrown with 0.0 as argument.
52108         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
52109         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
52110         exception being thrown with 0.0 as argument.
52111         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
52112         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
52113         exception being thrown with 0.0 as argument.
52114         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
52115         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
52116         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
52117         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
52118         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
52119         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
52120         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
52121         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
52122         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
52124 2012-04-17  Petr Baudis  <pasky@ucw.cz>
52126         * include/sys/uio.h: Change __vector to __iovec to avoid clash
52127         with altivec.
52129 2012-04-16  Marek Polacek  <polacek@redhat.com>
52131         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
52133 2012-04-16  Marek Polacek  <polacek@redhat.com>
52135         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
52136         operands of fdivp instruction.
52138 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
52140         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
52141         * elf/tst-auditmod3b.c: Likewise.
52142         * elf/tst-auditmod4b.c: Likewise.
52143         * elf/tst-auditmod5b.c: Likewise.
52144         * elf/tst-auditmod6b.c: Likewise.
52145         * elf/tst-auditmod6c.c: Likewise.
52146         * elf/tst-auditmod7b.c: Likewise.
52147         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
52148         * sysdeps/x86_64/preconfigure.in: Likewise.
52149         * sysdeps/x86_64/preconfigure: Regenerated.
52151 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
52153         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
52154         __ILP32__.
52156 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
52158         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
52159         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
52161 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
52163         [BZ #13973]
52164         * locale/iso-639.def: Fix gl language name. Spotted by
52165         Yaron Shahrabani.
52167 2012-04-12  Roland McGrath  <roland@hack.frob.com>
52169         [BZ #2074]
52170         * libio/libio.h (__io_write_fn): Update comment.
52172 2012-04-12  Petr Baudis  <pasky@ucw.cz>
52174         [BZ #2074]
52175         * stdio.texi (Hook Functions): The user provided writer function
52176         is not allowed to return -1.
52178 2012-04-11  David S. Miller  <davem@davemloft.net>
52180         * sysdeps/sparc/fpu/libm-test-ulps: Update.
52182 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
52184         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
52185         Add a leading slash to rtkaio.
52187 2012-04-11  Jim Meyering  <meyering@redhat.com>
52189         [BZ #11959]
52190         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
52191         It is not necessarily an error to ignore fwrite's return
52192         value.  One can reliably use ferror to test for errors after
52193         the fact.
52195 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
52197         * bits/types.h (__snseconds_t): New type.
52198         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
52200         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
52201         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
52202         (__SNSECONDS_T_TYPE): Likewise.
52203         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
52204         (__SNSECONDS_T_TYPE): Likewise.
52205         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
52206         (__SNSECONDS_T_TYPE): Likewise.
52208 2012-04-10  Andreas Jaeger  <aj@suse.de>
52210         [BZ #2636]
52211         * manual/time.texi (Processor Time): Return type of times is
52212         elapsed real time since an arbitrary point in the past.
52213         (CPU Time): Move CLK_TCK from here...
52214         (Processor Time): ...to here.  Correct description.
52215         * manual/conf.texi (Constants for Sysconf): Correct description of
52216         _SC_CLK_TCK.
52218 2012-04-10  David S. Miller  <davem@davemloft.net>
52220         [BZ #13967]
52221         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
52222         where the is a gap between DT_REL(A) and DT_JMPREL.
52224 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
52226         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
52227         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
52228         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
52230 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
52232         * elf/dl-support.c (_dl_inhibit_cache): New variable.
52233         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
52234         (dl_main): Handle --inhibit-cache.
52235         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
52236         _dl_inhibit_cache.
52237         * elf/dl-load.c (_dl_map_object): Use it.
52238         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
52240 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
52242         [BZ #13872]
52243         * sysdeps/i386/fpu/e_powl.S (p78): New object.
52244         (__ieee754_powl): Saturate large exponents rather than testing for
52245         overflow of y*log2(x).
52246         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52247         * math/libm-test.inc (pow_test): Do not permit spurious overflow
52248         exceptions.
52250         [BZ #11521]
52251         * math/s_ctan.c: Include <float.h>.
52252         (__ctan): Avoid internal overflow or cancellation in calculating
52253         denominator.
52254         * math/s_ctanf.c: Likewise.
52255         * math/s_ctanl.c: Likewise.
52256         * math/s_ctanh.c: Likewise.
52257         * math/s_ctanhf.c: Likewise.
52258         * math/s_ctanhl.c: Likewise.
52259         * math/libm-test.inc (ctan_test): Add more tests.
52260         (ctanh_test): Likewise.
52261         * sysdeps/i386/fpu/libm-test-ulps: Update.
52262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52264 2012-04-09  Andreas Jaeger  <aj@suse.de>
52266         [BZ #6894]
52267         * manual/filesys.texi (Directory Entries): Mention that d_namlen
52268         is an optional BSD extension.
52270         [BZ #10254]
52271         * manual/stdio.texi (Opening Streams): Document additional fopen
52272         parameters.
52274 2012-04-09  Roland McGrath  <roland@hack.frob.com>
52276         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
52277         %eax without telling the compiler.
52279 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
52281         [BZ # 13963]
52282         * manual/install.texi: Use sourceware.org.
52284 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
52286         [BZ #13873]
52287         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
52288         (__ieee754_pow): Generate overflow and underflow using huge*huge
52289         and tiny*tiny rather than just returning constant infinity or zero
52290         for large exponents.
52291         * math/libm-test.inc (pow_test): Require overflow exceptions for
52292         applicable cases of large exponents.
52294         [BZ #706]
52295         * sysdeps/i386/fpu/e_pow.S (p10): New object.
52296         (__ieee754_pow): Use iterative multiplication algorithm only for
52297         integer exponents with absolute value below 1024.  Check for odd
52298         integer exponents when using algorithm for real exponents.
52299         * math/libm-test.inc (pow_test): Add more tests.
52300         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52302 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
52304         [BZ #13705]
52305         * math/libm-test.inc (exp_test): Do not allow overflow exception
52306         on underflow test.
52308 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
52310         [BZ #13705]
52311         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
52312         instead of __kernel_standard_f.
52314 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
52316         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
52317         * sysdeps/x86_64/memset_chk.S: Likewise.
52319 2012-04-08  Andreas Jaeger  <aj@suse.de>
52321         [BZ #10153]
52322         * manual/startup.texi (Environment Access): Describe return value
52323         for putenv and setenv.
52325         [BZ #6895]
52326         * manual/filesys.texi (Directory Entries): Add description for
52327         DT_LNK.
52329         [BZ #6890]
52330         * manual/filesys.texi (Directory Entries): Clarify that it's file
52331         system not operating system in the description of DT_UNKNOWN.
52333         [BZ #6578]
52334         * manual/syslog.texi (closelog): Fix reference, it's openlog.
52336 2012-04-08  Stephen Compall  <s11@member.fsf.org>
52338         [BZ #6649]
52339         * manual/llio.texi (Opening and Closing Files): Add cross
52340         reference to explain mode argument.
52342 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
52344         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
52345         * sysdeps/x86_64/memset_chk.S: Likewise.
52347 2012-04-07  David S. Miller  <davem@davemloft.net>
52349         * elf/elf.h (R_SPARC_WDISP10): Define.
52350         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
52351         R_SPARC_SIZE32.
52352         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
52353         R_SPARC_SIZE64 and R_SPARC_H34.
52355 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
52357         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
52358         conditions and remove no longer applicable assertion.
52360 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
52362         * bits/byteswap.h: Include <features.h>.
52363         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
52364         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
52366 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
52368         * bits/byteswap.h (__bswap_16): Removed.
52369         Include <bits/byteswap-16.h> to get __bswap_16.
52370         * sysdeps/i386/bits/byteswap.h: Likewise.
52371         * sysdeps/s390/bits/byteswap.h: Likewise.
52372         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52373         * bits/byteswap-16.h: New file.
52374         * sysdeps/i386/bits/byteswap-16.h: Likewise.
52375         * sysdeps/s390/bits/byteswap-16.h: Likewise.
52376         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
52377         * string/Makefile (headers): Add bits/byteswap-16.h.
52379 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52381         [BZ #13895]
52382         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
52383         extra indirection.
52384         * nss/Makefile (tests-static, tests): Add tst-nss-static.
52385         * nss/tst-nss-static.c: New.
52387 2012-04-06  Robert Millan  <rmh@gnu.org>
52389         [BZ #6486]
52390         * manual/llio.texi (File Position Primitive): lseek
52391         refers to WHENCE when it really means OFFSET.
52393 2012-04-06  Andreas Jaeger  <aj@suse.de>
52395         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
52396         strncmp declarations.
52398         * abilist/libc.abilist: Add __poll and __ppoll.
52400 2012-04-05  David S. Miller  <davem@davemloft.net>
52402         * scripts/check-local-headers.sh: Accept a host triplet in the
52403         path matched by the exclude regexp.
52405         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
52406         definition.
52407         * sysdeps/powerpc/powerpc32/dl-machine.h
52408         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
52409         * sysdeps/s390/s390-32/dl-machine.h
52410         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
52411         * sysdeps/sparc/sparc32/dl-machine.h
52412         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
52413         * sysdeps/sparc/sparc64/dl-machine.h
52414         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
52416         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
52417         lazy binding.
52418         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
52419         undefined symbol errors.
52421         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
52422         DT_NEEDED entries.
52424 2012-04-05  Michael Matz  <matz@suse.de>
52426         [BZ #13592]
52427         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
52429 2012-04-05  Andreas Jaeger  <aj@suse.de>
52431         [BZ #13908]
52432         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
52433         comment.
52435 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52437         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
52438         which ROUND is no valid rounding mode.
52440 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52442         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
52443         read again.
52444         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
52446 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52448         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
52449         an exception using FPU order intentionally.
52451 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52453         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
52454         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
52455         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
52456         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
52458 2012-04-05  Simon Josefsson  <simon@josefsson.org>
52460         [BZ #12340]
52461         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
52462         EINVAL when BUFLEN is too smal.
52464 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
52466         [BZ #13553]
52467         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
52468         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
52470 2012-04-03  Andreas Jaeger  <aj@suse.de>
52472         [BZ #13938]
52473         * manual/setjmp.texi (System V contexts): Fix sentence.
52475         [BZ #13926]
52476         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
52477         New macro for this case.
52478         [!__GNUC__] (__bswap_64): New inline function for this case.
52479         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52480         * bits/byteswap.h: Likewise.
52481         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
52482         ull, guard with __GLIBC_HAVE_LONG_LONG.
52484         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
52485         __GLIBC_HAVE_LONG_LONG.
52487         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
52488         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
52490 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
52492         [BZ #13691]
52493         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
52494         inptr and inend, rather than using last_ch.
52496 2012-04-02  David S. Miller  <davem@davemloft.net>
52498         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
52499         * stdio-common/printf-parse.h (read_int): Change return type to
52500         'int', return -1 on INT_MAX overflow.
52501         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
52502         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
52503         overflows INT_MAX.  Check for overflow of in-format-string precision
52504         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
52505         SIZE_MAX not INT_MAX for integer overflow test.
52506         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
52507         skip the construct in the format string but do not record anything.
52508         * stdio-common/bug22.c: Adjust to test both width/prevision
52509         INT_MAX overflow as well as total length INT_MAX overflow.  Check
52510         explicitly for proper errno values.
52512 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
52514         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
52515         CHAR_MAX.
52516         * string/test-strcmp.c [! WIDE]: Likewise.
52517         * time/tst-mktime2.c: Likewise for INT_MAX.
52518         * string/test-string.h: #include <sys/param.h> for MIN.
52520         * csu/init-first.c (__libc_init_first): Call __ctype_init.
52521         * sysdeps/i386/init-first.c (init): Likewise.
52522         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
52523         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
52524         * sysdeps/sh/init-first.c (init): Likewise.
52526 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
52528         * po/ru.po: Update from translation team.
52529         * po/vi.po: Likewise.
52531 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
52533         * resolv/nss_dns/dns-host.c: Merge copyright years.
52535 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52537         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52538         Optimize memcpy with prefetch if
52539         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
52540         src, dst pointers have unequal 16 byte alignments.
52542 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
52544         [BZ #13928]
52545         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
52546         from a CNAME entry and return the minimum ttl for the query.
52547         (gaih_getanswer_slice): Likewise.
52549 2012-03-30  Jeff Law  <law@redhat.com>
52551         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
52552         due to long keys.
52553         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
52554         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
52556         * resolv/nss_dns/dns-host.c: Update copyright year.
52558 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
52560         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
52561         requests to save a system call.  Fix check that all bytes are sent.
52563         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
52564         comments for sendmmsg.
52566 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
52568         [BZ #13691]
52569         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
52570         with only 1 character between 0x0041 and 0x01b0.
52571         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
52572         * wcsmbs/tst-mbsnrtowcs.c: New file.
52574 2012-03-29  David S. Miller  <davem@davemloft.net>
52576         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
52577         small copies by hand.
52579 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
52581         [BZ #13761]
52582         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
52583         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
52584         group memberships.
52586 2012-03-28  David S. Miller  <davem@davemloft.net>
52588         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
52589         that branches into memcpy.
52590         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
52591         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
52592         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
52593         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
52594         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
52595         bits.
52596         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
52597         implementation too.
52598         * sysdeps/sparc/mempcpy.S: New file.
52600         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
52601         the IFUNC routine in the libc case.
52602         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
52604         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
52605         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
52606         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
52607         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
52608         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
52609         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
52610         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
52611         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
52613         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
52614         loop to 256 bytes instead of 64 bytes and fix test signedness.
52616         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
52617         * sysdeps/sparc/sparc32/Makefile: rather than here...
52618         * sysdeps/sparc/sparc64/Makefile: and here.
52620 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
52622         * malloc/mallocbug.c: Avoid warnings about unused variables.
52624 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
52626         [BZ #13760]
52627         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
52628         in the right place. Discard and retry query if response is
52629         larger than input buffer size.
52631 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
52633         [BZ #369]
52634         [BZ #2678]
52635         [BZ #3866]
52636         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
52637         x for large integer exponent.
52638         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
52639         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
52640         sign of result as needed afterwards.
52641         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
52642         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
52643         result for underflowing pow the same as for overflow.
52644         (__kernel_standard_l): Handle powl overflow and underflow here
52645         rather than calling __kernel_standard.
52646         * math/libm-test.inc (pow_test): Add more tests.
52648         [BZ #3868]
52649         [BZ #13879]
52650         [BZ #13910]
52651         [BZ #13911]
52652         [BZ #13912]
52653         [BZ #13913]
52654         [BZ #13915]
52655         [BZ #13916]
52656         [BZ #13917]
52657         [BZ #13918]
52658         [BZ #13919]
52659         [BZ #13920]
52660         [BZ #13921]
52661         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
52662         * sysdeps/ieee754/k_standard.c: Include <float.h>.
52663         (__kernel_standard_l): New function.
52664         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
52665         __kernel_standard.
52666         * math/w_acosl.c (__acosl): Likewise.
52667         * math/w_asinl.c (__asinl): Likewise.
52668         * math/w_atan2l.c (__atan2l): Likewise.
52669         * math/w_atanhl.c (__atanhl): Likewise.
52670         * math/w_coshl.c (__coshl): Likewise.
52671         * math/w_exp10l.c (__exp10l): Likewise.
52672         * math/w_exp2l.c (__exp2l): Likewise.
52673         * math/w_fmodl.c (__fmodl): Likewise.
52674         * math/w_hypotl.c (__hypotl): Likewise.
52675         * math/w_j0l.c (__j0l, __y0l): Likewise.
52676         * math/w_j1l.c (__j1l, __y1l): Likewise.
52677         * math/w_jnl.c (__jnl, __ynl): Likewise.
52678         * math/w_lgammal.c (__lgammal): Likewise.
52679         * math/w_log10l.c (__log10l): Likewise.
52680         * math/w_log2l.c (__log2l): Likewise.
52681         * math/w_logl.c (__logl): Likewise.
52682         * math/w_powl.c (__powl): Likewise.
52683         * math/w_remainderl.c (__remainderl): Likewise.
52684         * math/w_scalbl.c (sysv_scalbl): Likewise.
52685         * math/w_sinhl.c (__sinhl): Likewise.
52686         * math/w_sqrtl.c (__sqrtl): Likewise.
52687         * math/w_tgammal.c (__tgammal): Likewise.
52688         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
52689         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
52690         * math/libm-test.inc (acos_test): Add more tests.
52691         (acosh_test): Likewise.
52692         (asin_test): Likewise.
52693         (atanh_test): Likewise.
52694         (exp_test): Likewise.
52695         (exp10_test): Likewise.
52696         (exp2_test): Likewise.
52697         (expm1_test): Likewise.
52698         (lgamma_test): Likewise.
52699         (log_test): Likewise.
52700         (log10_test): Likewise.
52701         (log1p_test): Likewise.
52702         (log2_test): Likewise.
52703         (pow_test): Do not allow some spurious overflow exceptions.
52704         (sqrt_test): Add more tests.
52705         (tgamma_test): Likewise.
52706         (y0_test): Likewise.
52707         (y1_test): Likewise.
52708         (yn_test): Likewise.
52710 2012-03-27  Anton Blanchard  <anton@samba.org>
52712         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
52713         MAP_HUGETLB.
52714         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52715         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52716         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52718 2012-03-27  David S. Miller  <davem@davemloft.net>
52720         * conform/Makefile: Run run-conformtest.sh using $(BASH).
52722         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
52723         have-as-vis3 check.
52725 2012-03-27  Andreas Jaeger  <aj@suse.de>
52727         * sysdeps/x86_64/elf/configure.in: Moved to ...
52728         * sysdeps/x86_64/configure.in: ... here.
52729         * sysdeps/x86_64/elf/start.S: Moved to ...
52730         * sysdeps/x86_64/start.S: ... here.
52731         * sysdeps/x86_64/elf/configure: Delete.
52733         * sysdeps/x86_64/configure.in: Merge contents from
52734         sysdeps/i386/configure.in (without i686 check).
52736         * sysdeps/i386/elf/Versions: Merge into ...
52737         * sysdeps/i386/Versions: ... this.
52738         * sysdeps/i386/elf/Versions: Delete file.
52739         * sysdeps/i386/elf/start.S: Moved to ...
52740         * sysdeps/i386/start.S: ...here.
52741         * sysdeps/i386/elf/configure.in: Merge into...
52742         * sysdeps/i386/configure.in: ...here.
52743         * sysdeps/i386/elf/configure.in: Delete file.
52744         * sysdeps/i386/elf/configure: Delete file.
52746         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
52747         * debug/backtracesyms.c: ... here.
52748         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
52749         * debug/backtracesymsfd.c: ... here.
52750         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
52751         * sysdeps/generic/ifunc-sel.h: ... here.
52753         * sysdeps/unix/i386/start.c: Delete file.
52754         * sysdeps/unix/sparc/start.c: Delete file.
52755         * sysdeps/unix/start.c: Delete file.
52757         * sysdeps/sh/elf/configure.in: Moved to ...
52758         * sysdeps/sh/configure.in: ... here.
52759         * sysdeps/sh/elf/start.S: Moved to ...
52760         * sysdeps/sh/start.S: ... here.
52761         * sysdeps/sh/elf/configure: Delete file.
52763         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
52764         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
52765         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
52766         * sysdeps/powerpc/powerpc64/entry.h: ... here.
52767         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
52768         * sysdeps/powerpc/powerpc64/start.S: here.
52769         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
52770         * sysdeps/powerpc/powerpc64/Makefile: ... this.
52771         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
52772         * sysdeps/powerpc/powerpc64/configure.in: ... this.
52773         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
52775         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
52776         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
52777         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
52778         * sysdeps/powerpc/powerpc32/start.S: ... here.
52779         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
52780         * sysdeps/powerpc/powerpc32/configure.in: ... this.
52781         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
52783         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
52784         * sysdeps/powerpc/ifunc-sel.h: ... here.
52785         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
52786         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
52788         * sysdeps/sparc/elf/configure.in: Moved to ...
52789         * sysdeps/sparc/configure.in: ... here.
52790         * sysdeps/sparc/elf/configure: Delete file.
52791         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
52792         * sysdeps/sparc/sparc32/start.S: ... here.
52793         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
52794         * sysdeps/sparc/sparc64/start.S: ... here.
52795         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
52796         * sysdeps/sparc/sparc32/Makefile: ... this.
52797         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
52798         * sysdeps/sparc/sparc64/Makefile: ... this.
52800         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
52801         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
52802         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
52803         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
52804         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
52805         * sysdeps/s390/s390-32/setjmp.S: ... here.
52806         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
52807         * sysdeps/s390/s390-32/configure.in: ... here.
52808         * sysdeps/s390/s390-32/elf/configure: Delete file.
52809         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
52810         * sysdeps/s390/s390-32/start.S: ... here.
52812         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
52813         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
52814         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
52815         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
52816         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
52817         * sysdeps/s390/s390-64/setjmp.S: ... here.
52818         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
52819         * sysdeps/s390/s390-64/configure.in: ... here
52820         * sysdeps/s390/s390-64/elf/configure: Delete file.
52821         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
52822         * sysdeps/s390/s390-64/start.S: ... here.
52823         * sysdeps/s390/s390-64/elf/configure: Delete.
52825         * configure.in: Remove support for elf directories in sysdeps.
52827         * configure: Regenerated.
52828         * sysdeps/i386/configure: Regenerated.
52829         * sysdeps/powerpc/powerpc32/configure: Regenerated.
52830         * sysdeps/powerpc/powerpc64/configure: Regenerated.
52831         * sysdeps/s390/s390-32/configure: Regenerated.
52832         * sysdeps/s390/s390-64/configure: Regenerated.
52833         * sysdeps/sh/configure: Regenerated.
52834         * sysdeps/sparc/configure: Regenerated.
52835         * sysdeps/x86_64/configure: Regenerated.
52837 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
52839         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
52841         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
52842         denormal result into account.
52844 2012-03-25  Roland McGrath  <roland@hack.frob.com>
52846         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
52847         Reported by Allan McRae <allan@archlinux.org>.
52849 2012-03-23  Jeff Law  <law@redhat.com>
52851         * nss/getnssent.c (__nss_getent): Fix typo.
52853 2012-03-23  David S. Miller  <davem@davemloft.net>
52855         * sysdeps/sparc/fpu/libm-test-ulps: Update.
52857 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
52859         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
52860         to pad to uint64_t for each field.
52861         (dl_tls_index): Replace unsigned long with uint64_t.
52863 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
52864         Paul Pluzhnikov  <ppluzhnikov@google.com>
52866         [BZ #6528]
52867         * grp/Makefile (otherlibs): Don't set it.
52868         * inet/Makefile (otherlibs): Likewise.
52869         * login/Makefile (otherlibs): Likewise.
52870         * nscd/Makefile (otherlibs): Likewise.
52871         * posix/Makefile (otherlibs): Likewise.
52872         * pwd/Makefile (otherlibs): Likewise.
52873         * rt/Makefile (otherlibs): Likewise.
52874         * sunrpc/Makefile (otherlibs): Likewise.
52875         * nss/Makefile (otherlibs): Likewise.
52876         Add libnss_files to routines and static-only-routines.
52877         ($(objpfx)getent): Remove rule.
52878         * resolv/Makefile: Add libnss_dns and libresolv to routines and
52879         static-only-routines.
52881 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
52883         [BZ #13892]
52884         * math/s_cexp.c: Include <float.h>.
52885         (__cexp): Handle exp result overflowing not necessarily
52886         overflowing both real and imaginary parts of result.
52887         * math/s_cexpf.c: Likewise.
52888         * math/s_cexpl.c: Likewise.
52889         * math/libm-test.inc (cexp_test): Add more tests.
52890         * sysdeps/i386/fpu/libm-test-ulps: Update.
52891         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52893 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
52895         * include/link.h (ELFW): New macro.
52896         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
52897         Replace ELF64_R_TYPE with ELFW(R_TYPE).
52899 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
52901         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
52902         with uint64_t.
52904 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
52906         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
52907         declaration.
52908         (struct La_x32_retval): Likewise.
52910 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
52912         * sysdeps/x86_64/preconfigure.in: New file.
52913         * sysdeps/x86_64/preconfigure: New generated file.
52915 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
52917         [BZ #13824]
52918         * math/e_exp2l.c: Include <float.h>.
52919         (__ieee754_exp2l): Handle overflow and underflow cases
52920         separately.  Only pass fractional part of argument to
52921         __ieee754_expl.
52922         * math/libm-test.inc (exp2_test): Add more tests.
52924         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
52925         negating x to take absolute value.
52926         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
52927         Likewise.
52928         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
52929         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
52930         Likewise.
52931         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
52932         computing low part if x was negated.
52933         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
52935 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
52937         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
52938         la_x32_gnu_pltexit.
52939         (pltexit): Cast int_retval to ptrdiff_t.
52940         * elf/tst-auditmod3b.c: Likewise.
52941         * elf/tst-auditmod4b.c: Likewise.
52942         * elf/tst-auditmod5b.c: Likewise.
52943         * elf/tst-auditmod6b.c: Likewise.
52944         * elf/tst-auditmod6c.c: Likewise.
52945         * elf/tst-auditmod7b.c: Likewise.
52947         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
52948         and x32_gnu_pltexit.
52950         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
52951         __ELF_NATIVE_CLASS.
52952         (La_x32_regs): New macro.
52953         (La_x32_retval): Likewise.
52954         (la_x32_gnu_pltenter): New function prototype.
52955         (la_x32_gnu_pltexit): Likewise.
52957 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
52959         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
52960         exponent.
52962         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
52964         * configure.in (libc_cv_cc_nofma): Check for option to disable
52965         generation of FMA instructions.
52966         * configure: Regenerate.
52967         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
52968         * sysdeps/ieee754/dbl-64/Makefile: New file.
52969         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
52970         Remove brandred-fma4.
52971         (CFLAGS-brandred-fma4.c): Remove.
52972         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
52973         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
52974         define.
52975         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
52976         define.
52978 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
52980         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
52981         LLONG_MAX != LONG_MAX.
52982         (_itoa_word): Use _ITOA_WORD_TYPE on value.
52983         (_fitoa_word): Likewise.
52984         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
52985         LLONG_MAX != LONG_MAX.
52986         * stdio-common/_itowa.h: Include <_itoa.h>.
52987         (_itowa_word): Use _ITOA_WORD_TYPE on value.
52988         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
52989         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
52990         only if not defined.
52991         (_ITOA_WORD_TYPE): Likewise.
52992         (_itoa_word): Use _ITOA_WORD_TYPE on value.
52993         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
52995 2012-03-21  David S. Miller  <davem@davemloft.net>
52997         * sysdeps/sparc/fpu/libm-test-ulps: Update.
52999 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
53001         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
53002         of x86_64 when setting libc_cv_slibdir, libdir and
53003         libc_cv_localedir.
53004         * sysdeps/unix/sysv/linux/configure: Regenerated.
53006 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
53008         * manual/lang.texi (Old Varargs): Remove section.
53009         (How Variadic): Update menu.
53010         (va_start): Do not mention varargs.h.
53012 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
53013             Joseph Myers  <joseph@codesourcery.com>
53015         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
53016         link test.
53017         * configure: Regenerated.
53019 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
53021         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
53022         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
53023         conformtest.pl
53025 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
53027         * NOTES: Remove.
53028         * Makefile (files-for-dist): Remove NOTES.
53029         (NOTES): Remove rule.
53030         * README: Don't refer to NOTES.
53031         * manual/creature.texi: Don't include macros.texi.
53032         * manual/intro.texi (creature.texi): Remove comment referring to
53033         NOTES.
53035         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
53036         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
53037         * configure: Regenerated.
53038         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
53039         LIBC_TRY_CC_OPTION.
53040         (libc_cv_as_i686): Likewise.
53041         (libc_cv_cc_avx): Likewise.
53042         (libc_cv_cc_sse2avx): Likewise.
53043         (libc_cv_cc_fma4): Likewise.
53044         (libc_cv_cc_novzeroupper): Likewise.
53045         * sysdeps/i386/configure: Regenerated.
53047         [BZ #13883]
53048         * sysdeps/i386/fpu/s_cexp.S: Remove.
53049         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
53050         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
53051         * math/libm-test.inc (cexp_test): Add more tests.
53052         * sysdeps/i386/fpu/libm-test-ulps: Update.
53053         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53055 2012-03-21  Allan McRae  <allan@archlinux.org>
53057         * timezone/Makefile: Do not install iso3166.tab and zone.tab
53059 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
53061         [BZ #13871]
53062         * math/w_exp2.c: Do not include <float.h>.
53063         (o_threshold, u_threshold): Remove.
53064         (__exp2): Calculate result before checking finiteness and calling
53065         __kernel_standard.
53066         * math/w_exp2f.c: Likewise.
53067         * math/w_exp2l.c: Likewise.
53068         * math/libm-test.inc (exp2_test): Require overflow exception for
53069         1e6 input.
53071         [BZ #3866]
53072         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
53073         range of signed 64-bit integers before using fistpll.  Remove
53074         checks for whether integers fit in mantissa bits.
53075         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
53076         the range of signed 32-bit integers before using fistpl.  Remove
53077         checks for whether integers fit in mantissa bits.
53078         * sysdeps/i386/fpu/e_powl.S (p64): New object.
53079         (__ieee754_powl): Test for y outside the range of signed 64-bit
53080         integers before using fistpll.  Reduce 64-bit values to 63-bit
53081         ones as needed.
53082         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
53083         divide-by-zero is raised for zero to large negative powers.
53084         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
53085         (__ieee754_powl): Test for y outside the range of signed 64-bit
53086         integers before using fistpll.  Reduce 64-bit values to 63-bit
53087         ones as needed.
53088         * math/libm-test.inc (pow_test): Add more tests.
53090 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
53092         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
53093         <stdio-common/_itoa.h>.
53094         * debug/segfault.c: Likewise.
53095         * elf/dl-cache.c: Likewise.
53096         * elf/dl-minimal.c: Likewise.
53097         * elf/dl-misc.c: Likewise.
53098         * elf/dl-sysdep.c: Likewise.
53099         * elf/dl-version.c: Likewise.
53100         * elf/rtld.c: Likewise.
53101         * hurd/hurdsock.c: Likewise.
53102         * hurd/lookup-retry.c: Likewise.
53103         * malloc/malloc.c: Likewise.
53104         * malloc/mtrace.c: Likewise.
53105         * nscd/nscd_getgr_r.c: Likewise.
53106         * nscd/nscd_getpw_r.c: Likewise.
53107         * nscd/nscd_getserv_r.c: Likewise.
53108         * posix/getopt_init.c: Likewise.
53109         * posix/wordexp.c: Likewise.
53110         * stdio-common/_itoa.c: Likewise.
53111         * stdio-common/printf_fphex.c: Likewise.
53112         * stdio-common/vfprintf.c: Likewise.
53113         * string/_strerror.c: Likewise.
53114         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
53115         * sysdeps/i386/i686/hp-timing.h: Likewise.
53116         * sysdeps/mach/_strerror.c: Likewise.
53117         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
53118         * sysdeps/mach/hurd/sethostid.c: Likewise.
53119         * sysdeps/mach/hurd/xmknodat.c: Likewise.
53120         * sysdeps/mach/xpg-strerror.c: Likewise.
53121         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
53122         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
53123         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
53124         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
53125         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
53126         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
53127         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
53128         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
53129         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
53130         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
53131         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
53132         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
53133         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
53134         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
53135         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
53136         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
53137         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
53138         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
53139         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
53140         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
53141         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
53143         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
53145         * stdio-common/_itoa.h: Moved to ...
53146         * sysdeps/generic/_itoa.h: Here.
53148         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
53150         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
53151         instead of "_itoa.h" and "_itowa.h".
53152         * stdio-common/vfprintf.: Likewise.
53154 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
53156         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
53157         <bits/wordsize.h>.
53158         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
53159         (__signbit): Likwise.
53160         (llrintf): Likwise.
53161         (llrint): Likwise.
53163 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
53165         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
53166         __WORDSIZE != 64.
53168 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
53170         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
53171         OVERFLOW_EXCEPTION_OK.
53172         * math/libm-test.inc ("Philosophy"): Update comment about
53173         exception testing.
53174         (OVERFLOW_EXCEPTION): Define.
53175         (OVERFLOW_EXCEPTION_OK): Likewise.
53176         (INVALID_EXCEPTION_OK): Renumber.
53177         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
53178         (IGNORE_ZERO_INF_SIGN): Likewise.
53179         (test_exceptions): Handle FE_OVERFLOW.
53180         (exp10_test): Expect overflow exceptions.
53181         (exp2_test): Likewise.
53182         (expm1_test): Likewise.
53183         (nextafter_test): Likewise.
53184         (pow_test): Likewise.
53185         (scalbn_test): Likewise.
53186         (scalbln_test): Likewise.
53188 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
53190         * sysdeps/x86_64/bits/atomic.h
53191         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
53192         64bit integer.
53193         (atomic_exchange_acq): Likewise.
53194         (__arch_exchange_and_add_body): Likewise.
53195         (__arch_add_body): Likewise.
53196         (atomic_add_negative): Likewise.
53197         (atomic_add_zero): Likewise.
53199 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
53201         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
53202         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
53204 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
53206         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
53207         Check __x86_64__ instead of __WORDSIZE.
53209 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
53211         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
53213 2012-03-19  David S. Miller  <davem@davemloft.net>
53215         * sysdeps/sparc/fpu/libm-test-ulps: Update.
53217         * sysdeps/sparc/fpu/fenv_private.h: New file.
53218         * sysdeps/sparc/fpu/math_private.h: Use it.
53219         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
53220         Remove.
53221         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
53222         (libc_feholdexcept_setroundl): Remove.
53223         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
53224         Remove.
53225         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
53226         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
53228 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
53230         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
53231         int64_t instead of long int.
53232         (INSERT_WORDS64): Likwise.
53234 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
53236         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
53237         _Unwind_GetCFA return to _Unwind_Ptr first.
53239 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
53241         [BZ #13629]
53242         * math/s_clog.c: Include <float.h>.
53243         (__clog): Scale large or subnormal inputs.
53244         * math/s_clogf.c: Likewise.
53245         * math/s_clogl.c: Likewise.
53246         * math/s_clog10.c: Include <float.h>.
53247         (M_LOG10_2): Define.
53248         (__clog10): Scale large or subnormal inputs.
53249         * math/s_clog10f.c: Likewise.
53250         * math/s_clog10l.c: Likewise.
53251         * math/libm-test.inc (clog_test): Add more tests.
53252         (clog10_test): Likewise.
53253         * sysdeps/i386/fpu/libm-test-ulps: Update.
53254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53256         [BZ #11451]
53257         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
53258         x and y.
53259         * math/libm-test.inc (atan2_test): Add another test.
53261         * Makerules (common-objdir-compile): Remove.
53262         * sysdeps/unix/Makefile (config-generated): Do not add
53263         $(unix-generated) to variable.
53264         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
53265         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
53266         Remove rule.
53267         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
53268         Likewise.
53269         [generic bits/local_lim.h] (before-compile): Do not append to
53270         variable.
53271         [generic bits/local_lim.h] (common-generated): Likewise.
53272         [generic sys/param.h] (before-compile): Do not append to variable.
53273         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
53274         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
53275         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
53276         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
53277         include.
53278         [generic sys/param.h] (sys/param.h-includes): Remove variable.
53279         [generic sys/param.h] (sys/param.h-includes): Remove rule.
53280         [generic sys/param.h] ($(addprefix
53281         $(common-objpfx),$(sys/param.h-includes))): Likewise.
53282         [generic sys/param.h] (common-generated): Do not append to
53283         variable.
53284         [generic sys/param.h] (sysdep_headers): Likewise.
53285         [generic bits/errno.h] (before-compile): Do not append to
53286         variable.
53287         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
53288         rule.
53289         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
53290         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
53291         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
53292         [generic bits/errno.h] (common-generated): Do not append to
53293         variable.
53294         [generic bits/ioctls.h] (before-compile): Do not append to
53295         variable.
53296         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
53297         rule.
53298         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
53299         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
53300         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
53301         rule.
53302         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
53303         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
53304         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
53305         [generic bits/ioctls.h] (common-generated): Do not append to
53306         variable.
53307         [generic sys/syscall.h] (syscall.h): Remove variable.
53308         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
53309         rule.
53310         [generic sys/syscall.h] (before-compile): Do not append to
53311         variable.
53312         [generic sys/syscall.h] (common-generated): Likewise.
53313         * sysdeps/unix/errnos-tmpl.c: Remove file.
53314         * sysdeps/unix/errnos.awk: Likewise.
53315         * sysdeps/unix/ioctls-tmpl.c: Likewise.
53316         * sysdeps/unix/ioctls.awk: Likewise.
53317         * sysdeps/unix/mk-local_lim.c: Likewise.
53318         * sysdeps/unix/snarf-ioctls: Likewise.
53320 2012-03-19  Richard Henderson  <rth@twiddle.net>
53322         * sysdeps/i386/fpu/fenv_private.h: New file.
53323         * sysdeps/i386/fpu/math_private.h: Use it.
53324         (math_opt_barrier, math_force_eval): Remove.
53325         (libc_feholdexcept_setround_53bit): Remove.
53326         (libc_feupdateenv_53bit): Remove.
53327         * sysdeps/x86_64/fpu/math_private.h: Likewise.
53328         (math_opt_barrier, math_force_eval): Remove.
53329         (libc_feholdexcept): Remove.
53330         (libc_feholdexcept_setround): Remove.
53331         (libc_fetestexcept, libc_fesetenv): Remove.
53332         (libc_feupdateenv_test): Remove.
53333         (libc_feupdateenv, libc_feholdsetround): Remove.
53334         (libc_feresetround): Remove.
53336         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
53337         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
53339         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
53340         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
53341         (libc_feupdateenv_testl): New.
53342         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
53343         (libc_feupdateenv_testf): New.
53344         (libc_feupdateenv): Use libc_feupdateenv_test.
53345         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
53346         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
53348         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
53349         (libc_feholdsetroundf, libc_feholdsetroundl): New.
53350         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
53351         (libc_feresetround_noex): New.
53352         (libc_feresetround_noexf): New.
53353         (libc_feresetround_noexl): New.
53354         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
53355         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
53356         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
53357         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
53358         SET_RESTORE_ROUND.
53359         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
53360         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
53361         (__cos): Likewise.
53362         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
53363         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
53364         SET_RESTORE_ROUND_NOEX.
53365         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
53366         SET_RESTORE_ROUND_NOEXF.
53367         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
53368         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
53369         (libc_feholdsetroundf): New.
53370         (libc_feresetround, libc_feresetroundf): New.
53372         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
53373         (libc_feholdexcept_setround_53bit): Convert from macro to function.
53374         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
53376         * sysdeps/generic/math_private.h: Include <fenv.h>.
53377         (default_libc_feholdexcept): New.
53378         (default_libc_feholdexcept_setround): New.
53379         (default_libc_fesetenv, default_libc_feupdateenv): New.
53380         (libc_feholdexcept): Only define if undefined.
53381         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
53382         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
53383         (libc_feholdexcept_setroundl): Likewise.
53384         (libc_feholdexcept_setround_53bit): Likewise.
53385         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
53386         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
53387         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
53388         (libc_feupdateenv_53bit): Likewise.
53389         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
53390         (libc_feholdexcept): Convert from macro to inline function.
53391         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
53392         (libc_fesetenv, libc_feupdateenv): Likewise.
53394         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
53395         not previously defined.
53396         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
53397         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
53398         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
53399         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
53400         * sysdeps/ieee754/flt-32/math_private.h: New file.
53401         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
53402         math_private.h below SET_FLOAT_WORD.
53403         (__isnan, __isinf_ns, __finite): Remove.
53404         (__isnanf, __isinf_nsf, __finitef): Remove.
53406 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
53408         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
53410 2012-03-17  David S. Miller  <davem@davemloft.net>
53412         [BZ #6471]
53413         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
53414         for 2.16.
53416 2012-03-16  David S. Miller  <davem@davemloft.net>
53418         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
53419         warnings.
53421         [BZ #6471]
53422         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
53423         properly.
53424         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
53425         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
53426         sysdep_routines when subdir is sysvipc.
53427         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
53428         __getshmlba helper.
53430         * sysdeps/sparc/fpu/libm-test/ulps: Update.
53432 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
53434         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
53435         [__LP64__].
53437 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
53439         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
53440         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
53441         (__lround): Renamed to ...
53442         (__llround): This.  Replace long int with long long int.
53443         Define lround functions as aliases of llround functions.
53444         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
53446 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
53448         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
53449         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
53450         adresses to uintptr_t.  Replace "long int" and "unsigned long
53451         int" with "greg_t" on va_arg.
53453 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
53455         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
53456         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
53458         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
53459         Move e_machine check before EI_CLASS check.  Handle x32
53460         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
53461         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
53462         SKIP_EM_IA_64 and include
53463         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
53465         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
53466         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
53467         (add_system_dir): New macro.
53469         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
53470         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
53472 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
53474         [BZ #2551]
53475         [BZ #2552]
53476         [BZ #2553]
53477         [BZ #2554]
53478         [BZ #2562]
53479         [BZ #2563]
53480         [BZ #2565]
53481         [BZ #2566]
53482         [BZ #2576]
53483         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
53484         (y0): Likewise.
53485         * math/w_j0f.c (j0f): Likewise.
53486         (y0f): Likewise.
53487         * math/w_j0l.c (__j0l): Likewise.
53488         (__y0l): Likewise.
53489         * math/w_j1.c (j1): Likewise.
53490         (y1): Likewise.
53491         * math/w_j1f.c (j1f): Likewise.
53492         (y1f): Likewise.
53493         * math/w_j1l.c (__j1l): Likewise.
53494         (__y1l): Likewise.
53495         * math/w_jn.c (jn): Likewise.
53496         (yn): Likewise.
53497         * math/w_jnf.c (jnf): Likewise.
53498         (ynf): Likewise.
53499         * math/w_jnl.c (__jnl): Likewise.
53500         (__ynl): Likewise.
53501         * math/libm-test.inc (j0_test): Add more tests.
53502         (j1_test): Likewise.
53503         (jn_test): Likewise.  Add trailing semicolon to existing test.
53504         (y0_test): Likewise.
53505         (y1_test): Likewise.
53506         * sysdeps/i386/fpu/libm-test-ulps: Update.
53507         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53509         [BZ #13851]
53510         [BZ #13854]
53511         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
53512         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
53513         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
53514         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
53515         (__tanl): Set errno for infinite argument.
53516         * sysdeps/i386/fpu/mptan.c: Remove.
53517         * sysdeps/i386/fpu/s_tan.S: Likewise.
53518         * sysdeps/i386/fpu/s_tanl.S: Likewise.
53519         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
53520         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
53521         * math/libm-test.inc (tan_test): Add more tests and enable more
53522         tests for double and long double.
53523         * sysdeps/i386/fpu/libm-test-ulps: Update.
53524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53526 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
53528         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
53529         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
53531 2012-03-16  Roland McGrath  <roland@hack.frob.com>
53533         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
53534         * configure.in: Use it for both main tree and add-ons.
53535         * configure: Regenerated.
53537 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
53539         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
53541 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
53543         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
53544         in comment.
53546         [BZ #13851]
53547         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
53548         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
53549         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
53550         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
53551         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
53552         infinite argument.
53553         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
53554         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
53555         != 0 for prec == 2.
53556         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
53557         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
53558         * sysdeps/i386/fpu/s_cosl.S: Likewise.
53559         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
53560         * sysdeps/i386/fpu/s_sinl.S: Likewise.
53561         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
53562         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
53563         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
53564         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
53565         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
53566         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
53567         * math/libm-test.inc (cos_test): Add more tests and enable more
53568         tests for long double.
53569         (sin_test): Likewise.
53570         (sincos_test): Likewise.
53571         * sysdeps/i386/fpu/libm-test-ulps: Update.
53572         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53574 2012-03-16  David S. Miller  <davem@davemloft.net>
53576         * sysdeps/sparc/fpu/math_private.h: New file.
53578 2012-03-15  David S. Miller  <davem@davemloft.net>
53580         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
53581         file.
53582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
53583         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
53584         file.
53585         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
53586         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
53587         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
53588         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
53589         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
53590         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
53591         sysdep routines.
53592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
53594         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
53595         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
53597         * sysdeps/sparc/sparc-ifunc.h: New file.
53598         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
53599         sparc-ifunc.h
53600         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
53601         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
53602         Likewise.
53603         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
53604         Likewise.
53605         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
53606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
53607         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
53608         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
53609         Likewise.
53610         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
53611         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
53612         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
53613         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
53614         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
53615         Likewise.
53616         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
53617         Likewise.
53618         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
53619         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
53620         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
53621         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
53622         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
53623         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
53624         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
53625         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
53626         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
53627         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
53628         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
53629         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
53630         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
53631         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
53632         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
53633         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
53634         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
53635         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
53636         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
53637         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
53638         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
53639         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
53640         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
53641         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
53643 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
53645         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
53646         scaling.
53647         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
53649 2012-03-15  Andreas Jaeger  <aj@suse.de>
53651         [BZ #13852]
53652         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
53653         ieee754/flt-32 implementation for sin, cos and sincos.
53654         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
53655         * sysdeps/i386/fpu/s_cosf.S: Likewise.
53656         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
53657         * sysdeps/i386/fpu/s_sinf.S: Likewise.
53658         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
53659         ieee754/flt-32 implementation for tan.
53661         * math/libm-test.inc (cos_test): Enable some large input tests for
53662         float as well
53663         (sin_test): Likewise.
53664         (sincos_test): Likewise.
53665         (tan_test): Add tests for large input.
53667         * sysdeps/i386/fpu/libm-test-ulps: Update.
53669 2012-03-15  Andreas Jaeger  <aj@suse.de>
53671         [BZ #13658]
53672         * math/libm-test.inc (cos_test): Add more test cases.
53673         (sin_test): Likewise.
53674         (sincos_test): Likewise.
53676 2012-03-15  Andreas Jaeger  <aj@suse.de>
53678         [BZ #13837]
53679         * math/libm-test.inc (cos_test): Add a test case for large input
53680         value.
53681         (sin_test): Likewise.
53682         (sincos_test): Likewise.
53684 2012-03-15  Andreas Jaeger  <aj@suse.de>
53685             Joseph Myers  <joseph@codesourcery.com>
53687         [BZ #13658]
53688         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
53689         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
53690         * sysdeps/i386/fpu/branred.c: Likewise.
53691         * sysdeps/i386/fpu/dosincos.c: Likewise.
53692         * sysdeps/i386/fpu/mpa.c: Likewise.
53693         * sysdeps/i386/fpu/s_cos.S: Likewise.
53694         * sysdeps/i386/fpu/s_sin.S: Likewise.
53695         * sysdeps/i386/fpu/s_sincos.S: Likewise.
53696         * sysdeps/i386/fpu/sincos32.c: Likewise.
53698         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
53699         Define.
53700         (libc_feupdateenv_53bit): Define.
53701         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
53702         Define.
53703         (libc_feupdateenv_53bit): Define.
53705         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
53706         53 bit (without extend i386 double precision).
53708         * math/libm-test.inc (sincos_test): Add tests for large input.
53709         (sin): Likewise.
53710         (cos): Likewise.
53712         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
53714 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
53716         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
53718 2012-03-15  David S. Miller  <davem@davemloft.net>
53720         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
53721         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
53722         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
53723         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
53724         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
53725         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
53726         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
53727         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
53728         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
53729         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
53730         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
53731         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
53732         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
53733         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
53734         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
53735         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
53736         file.
53737         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
53738         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
53739         file.
53740         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
53741         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
53742         file.
53743         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
53744         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
53745         file.
53746         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
53747         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
53748         fmin/fmax sysdep routines.
53749         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
53751 2012-03-14  David S. Miller  <davem@davemloft.net>
53753         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
53754         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
53755         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
53756         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
53757         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
53758         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
53759         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
53760         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
53761         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
53762         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
53763         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
53764         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
53765         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
53766         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
53767         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
53768         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
53769         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
53770         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
53771         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
53772         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
53773         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
53774         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
53775         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
53776         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
53777         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
53778         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
53779         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
53780         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
53781         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
53782         routines.
53783         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
53784         file.
53785         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
53786         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
53787         file.
53788         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
53789         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
53790         file.
53791         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
53792         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
53793         file.
53794         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
53795         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
53796         file.
53797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
53798         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
53799         file.
53800         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
53801         file.
53802         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
53803         file.
53804         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
53805         file.
53806         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
53807         New file.
53808         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
53809         file.
53810         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
53811         file.
53812         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
53813         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
53814         file.
53815         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
53816         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
53817         file.
53818         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
53819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
53820         file.
53821         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
53822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
53823         VIS3 routines.
53825         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
53826         New file.
53828         * sysdeps/sparc/fpu/libm-test-ulps: Update.
53830         * sysdeps/sparc/configure.in: New file.
53831         * sysdeps/sparc/configure: Generate.
53832         * configure.in (libc_cv_sparc_as_vis3): Substitute.
53833         * configure: Regenerate.
53834         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
53835         * config.make.in (have-as-vis3): New.
53836         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
53837         available use -Av9d instead of -Av9a.
53838         * sysdeps/sparc/sparc64/Makefile: Likewise.
53839         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
53840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
53841         New file.
53842         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
53843         file.
53844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
53845         New file.
53846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
53847         file.
53848         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
53849         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
53850         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
53851         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
53852         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
53854         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
53855         fzeros/fnegs to load 0x80000000 into a float register instead of
53856         using the stack.
53857         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
53859 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
53861         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
53862         bits/syscall.h.
53863         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
53864         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
53865         ($(inst_includedir)/bits/syscall.h): Remove rule.
53866         ($(objpfx)bits/syscall.d): Include instead of
53867         $(objpfx)syscall-list.d.
53868         (generated): Change syscall-list.h and syscall-list.d to
53869         bits/syscall.h and bits/syscall.d.
53871 2012-03-14  Roland McGrath  <roland@hack.frob.com>
53873         [BZ #13846]
53874         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
53876 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
53878         [BZ #13841]
53879         * math/s_csqrt.c: Include <float.h>.
53880         (__csqrt): Scale large or subnormal inputs.
53881         * math/s_csqrtf.c: Likewise.
53882         * math/s_csqrtl.c: Likewise.
53883         * math/libm-test.inc (csqrt_test): Add more tests.
53884         * sysdeps/i386/fpu/libm-test-ulps: Update.
53885         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53887         [BZ #13840]
53888         * math/libm-test.inc (hypot_test): Add more tests.
53890 2012-03-13  David S. Miller  <davem@davemloft.net>
53892         [BZ #13840]
53893         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
53894         double-precision for the calculation instead of scaling.
53896 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
53898         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
53899         manipulate bits before adding and subtracting TWO52[sx].
53900         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
53901         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
53902         Likewise.
53903         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
53905 2012-03-13  David S. Miller  <davem@davemloft.net>
53907         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
53908         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
53909         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
53910         rtld-global-offsets.h
53911         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53913         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
53914         large parameters.
53916         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
53918         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
53919         'err' in the ifdef scope in which it is actually used.
53921         * nss/nss_db/db-init.c: Include string.h
53923 2012-03-12  David S. Miller  <davem@davemloft.net>
53925         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
53926         masking out of the most significant byte of random value used.
53927         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53928         Fix coding style in previous change.
53930         * sysdeps/unix/sysv/linux/kernel-features.h
53931         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
53932         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
53933         expression.
53934         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
53935         later.
53937 2012-03-11  David S. Miller  <davem@davemloft.net>
53939         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
53940         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
53941         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
53942         for 'resultvar' otherwise things get truncated on 64-bit.
53944         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
53945         Fix masking out of the most significant byte of random value used.
53947         * sysdeps/sparc/fpu/libm-test-ulps: Update.
53949 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
53951         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
53953 2012-03-09  David S. Miller  <davem@davemloft.net>
53955         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
53956         variables with appropriate CPP guards.
53957         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
53958         from the frame pointer, not the stack pointer.  Correct layout
53959         comments.  Fix test on resulting framesize and the management of
53960         the outregs buffer for pltexit.  Preserve floating point return
53961         values across _dl_call_pltexit call.
53962         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
53963         framesize and the management of the outregs buffer for pltexit.
53964         Preserve floating point return values across _dl_call_pltexit
53965         call.
53966         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
53967         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
53968         (la_sparc64_gnu_pltexit): New functions.
53969         (print_exit): Fix format string for return register value.
53971 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
53973         * sunrpc/Makefile (others): Add rpcgen.
53974         ($(objpfx)rpcgen): Remove special build rule and dependency on
53975         libc.
53976         * sunrpc/rpcgen.c: New file.
53978 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
53980         [BZ #13673]
53981         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
53982         * stdio-common/bug-vfprintf-nargs.c: Likewise.
53983         * sysdeps/i386/crti.S: Likewise.
53984         * sysdeps/i386/crtn.S: Likewise.
53985         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
53986         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
53987         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
53988         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
53989         * sysdeps/sh/crti.S: Likewise.
53990         * sysdeps/sh/crtn.S: Likewise.
53991         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
53993         [BZ #13673]
53994         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
53995         with URL.
53996         * locale/programs/locfile-kw.gperf: Likewise.
53997         * locale/programs/charmap-kw.h: Regenerated.
53998         * locale/programs/locfile-kw.h: Likewise.
54000         [BZ #13673]
54001         * intl/plural.y: Replace FSF snail mail address with URL.
54002         * intl/plural.c: Regenerated.
54004 2012-03-09  Richard Henderson  <rth@twiddle.net>
54006         * include/math_private.h: Remove file.
54007         * math/math_private.h: Move file ...
54008         * sysdeps/generic/math_private.h: ... here.
54010         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
54011         * sysdeps/powerpc/fpu/math_private.h: Likewise.
54012         * sysdeps/x86_64/fpu/math_private.h: Likewise.
54014         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
54015         and <math_private.h>.
54016         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
54017         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
54018         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
54019         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
54020         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
54021         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
54022         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
54023         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
54024         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
54025         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
54026         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
54027         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
54028         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
54029         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
54030         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
54031         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
54032         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
54033         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
54034         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
54035         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
54036         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
54037         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
54038         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
54039         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
54040         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
54041         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
54042         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
54043         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
54044         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
54045         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
54046         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
54047         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
54048         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
54049         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
54050         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
54051         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
54052         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
54053         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
54054         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
54055         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
54056         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
54057         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
54058         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
54059         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
54060         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
54061         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
54062         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
54063         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
54064         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
54065         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
54066         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
54067         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
54068         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
54069         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
54070         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
54071         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
54072         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
54073         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
54074         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
54075         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
54076         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
54077         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
54078         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
54079         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
54080         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
54081         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
54082         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
54083         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
54084         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
54085         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
54086         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
54087         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
54088         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
54089         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
54090         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
54091         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
54092         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
54093         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
54094         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
54095         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
54096         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
54097         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
54098         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
54099         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
54100         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
54101         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
54102         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
54103         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
54104         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
54105         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
54106         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
54107         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
54108         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
54109         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
54110         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
54111         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
54112         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
54113         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
54114         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54115         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
54116         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
54117         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
54118         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
54119         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
54120         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
54121         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
54122         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
54123         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
54124         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
54125         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
54126         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
54127         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
54128         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
54129         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
54130         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
54131         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
54132         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
54133         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
54134         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
54135         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
54136         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
54137         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
54138         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
54139         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
54140         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
54141         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
54142         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
54143         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
54144         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
54145         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
54146         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
54147         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
54148         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
54149         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
54150         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
54151         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
54152         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
54153         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
54154         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
54155         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
54156         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
54157         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
54158         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
54159         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
54160         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
54161         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
54162         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
54163         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
54164         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
54165         * sysdeps/ieee754/k_standard.c: Likewise.
54166         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
54167         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
54168         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
54169         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
54170         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
54171         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
54172         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
54173         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
54174         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
54175         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
54176         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54177         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
54178         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
54179         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
54180         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
54181         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
54182         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
54183         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
54184         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
54185         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
54186         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
54187         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
54188         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
54189         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
54190         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
54191         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
54192         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
54193         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
54194         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
54195         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
54196         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
54197         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
54198         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
54199         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
54200         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
54201         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
54202         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
54203         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
54204         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
54205         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
54206         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
54207         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
54208         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
54209         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
54210         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
54211         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
54212         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
54213         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
54214         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
54215         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
54216         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
54217         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
54218         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
54219         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
54220         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
54221         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
54222         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
54223         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
54224         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
54225         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
54226         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
54227         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
54228         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
54229         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
54230         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
54231         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
54232         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
54233         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
54234         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
54235         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
54236         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
54237         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54238         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
54239         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
54240         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
54241         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
54242         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
54243         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
54244         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
54245         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
54246         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
54247         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
54248         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
54249         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
54250         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
54251         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
54252         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
54253         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
54254         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
54255         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
54256         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
54257         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
54258         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
54259         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
54260         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
54261         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
54262         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
54263         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
54264         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
54265         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
54266         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
54267         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
54268         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
54269         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
54270         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
54271         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
54272         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
54273         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
54274         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
54275         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
54276         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
54277         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
54278         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
54279         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
54280         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
54281         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
54282         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
54283         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
54284         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
54285         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
54286         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54287         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
54288         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
54289         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
54290         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
54291         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
54292         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
54293         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
54294         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
54295         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
54296         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
54297         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
54298         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
54299         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
54300         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
54301         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
54302         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
54303         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
54304         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
54305         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
54306         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
54307         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
54308         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
54309         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
54310         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
54311         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
54312         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
54313         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
54314         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
54315         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
54316         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
54317         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
54318         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
54319         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
54320         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
54321         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
54322         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
54323         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
54324         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
54325         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
54326         * sysdeps/ieee754/s_lib_version.c: Likewise.
54327         * sysdeps/ieee754/s_matherr.c: Likewise.
54328         * sysdeps/ieee754/s_signgam.c: Likewise.
54329         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
54330         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
54331         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
54332         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
54333         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
54334         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
54335         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
54336         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
54337         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
54338         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
54339         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
54340         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
54341         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
54342         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
54343         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
54344         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
54345         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
54346         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
54347         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
54348         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
54349         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
54351 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
54353         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
54354         * sunrpc/rpc_main.c: Likewise.
54355         * sunrpc/rpc_svcout.c: Likewise.
54357 2012-03-09  David S. Miller  <davem@davemloft.net>
54359         * include/math_private.h: New file.
54361 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
54363         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
54364         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
54365         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
54366         from <bits/socket_type.h>.
54367         (enum __socket_type): Don't define here.
54368         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
54369         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
54370         bits/socket_type.h.
54372         [BZ #13566]
54373         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
54374         checking __USE_GNU.
54376         * Makerules ($(inst_includedir)/%.h): New rule.
54377         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
54378         (install-others): Remove variable setting.
54379         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
54381 2012-03-08  Richard Henderson  <rth@twiddle.net>
54383         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
54384         from macro to inline function; merge with the
54385         !__LIBC_INTERNAL_MATH_INLINES version.
54386         (__ieee754_sqrtf): Likewise.
54388         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
54389         to inline function.
54390         (__rintf, __floor, __floorf): Likewise.
54392         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
54393         macro to inline function.
54394         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
54396         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
54397         not <math/math_private.h>.
54399 2012-03-08  David S. Miller  <davem@davemloft.net>
54401         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
54402         copyright year.
54403         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
54405 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
54407         * resolv/gai_misc.c (handle_requests): Fix struct timespec
54408         normalization.
54409         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
54410         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
54412 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
54414         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
54415         be defined individually, they must be defined as a block.  Define
54416         S for printing a string instead of hidint the different by using a
54417         macro for adding the 'l'.
54418         * stdio-common/tst-fphex-wide.c: Adjust.
54420 2012-03-07  Marek Polacek  <polacek@redhat.com>
54422         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
54424 2012-03-08  Marek Polacek  <polacek@redhat.com>
54426         [BZ #13806]
54427         * stdio-common/Makefile (tests): Add tst-fphex-wide.
54428         * stdio-common/tst-fphex.c: Define a few macros to make the
54429         test reusable.  Use them.
54430         * stdio-common/tst-fphex-wide.c: New file.
54432 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
54434         [BZ #6911]
54435         * manual/macros.texi (gnusystems): New macro.
54436         (nongnusystems): Likewise.
54437         (gnulinuxhurdsystems): Likewise.
54438         (gnuhurdsystems): Likewise..
54439         (gnulinuxsystems): Likewise.
54440         * manual/charset.texi: Use new macros or @theglibc{} to refer to
54441         variants of the GNU system, not "GNU system".
54442         * manual/conf.texi: Likewise.
54443         * manual/errno.texi: Likewise.  Update example of errno macro
54444         expansion.
54445         * manual/filesys.texi: Likewise.
54446         (getumask): Document as specific to GNU/Hurd.
54447         * manual/install.texi: Likewise.  Reword some references to
54448         GNU/Linux.
54449         * manual/intro.texi: Likewise.
54450         * manual/io.texi: Likewise.
54451         (File Name Portability): Detail which constraints are inapplicable
54452         to all GNU systems and which are only inapplicable to GNU/Hurd.
54453         * manual/job.texi: Likewise.
54454         * manual/llio.texi: Likewise.
54455         (O_NOCTTY): Document as present on GNU/Linux.
54456         * manual/maint.texi: Likewise.
54457         * manual/memory.texi: Likewise.
54458         * manual/pattern.texi: Likewise.
54459         * manual/pipe.texi: Likewise.
54460         * manual/process.texi: Likewise.
54461         * manual/resource.texi: Likewise.
54462         (RUSAGE_CHILDREN): Remove statement about specifying a particular
54463         child on GNU/Hurd.
54464         * manual/setjmp.texi: Likewise.
54465         * manual/signal.texi: Likewise.
54466         * manual/startup.texi: Likewise.
54467         * manual/stdio.texi: Likewise.
54468         * manual/terminal.texi: Likewise.
54469         (ONLCR): Document as POSIX.
54470         (OXTABS): Document availability on GNU/Linux as XTABS.
54471         (ONOEOT): Document availability separately from other bits.
54472         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
54473         * manual/time.texi: Likewise.
54474         * manual/users.texi: Likewise.
54475         * INSTALL: Regenerated.
54476         * sysdeps/gnu/errlist.c: Regenerated.
54478         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
54479         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
54480         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
54481         puts.
54482         * configure: Regenerated.
54484 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
54486         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
54487         default includes instead of AC_HEADER_CHECK.
54488         * sysdeps/i386/configure: Regenerated.
54490         [BZ #10716]
54491         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
54492         * math/s_cacoshf.c (__cacoshf): Likewise.
54493         * math/s_cacoshl.c (__cacoshl): Likewise.
54494         * math/s_casinh.c (__casinh): Set signs of result from argument.
54495         * math/s_casinhf.c (__casinhf): Likewise.
54496         * math/s_casinhl.c (__casinhl): Likewise.
54497         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
54498         (casinh_test): Add more tests.
54499         * sysdeps/i386/fpu/libm-test-ulps: Update.
54500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54502 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
54504         * po/zh_TW.po: Update from translation team.
54506         * login/Makefile (distribute): Remove variable.
54507         * catgets/Makefile: Likewise.
54508         * mach/Makefile: Likewise.
54509         * malloc/Makefile: Likewise.
54510         * misc/Makefile: Likewise.
54511         * iconv/Makefile: Likewise.
54512         * nscd/Makefile: Likewise.
54513         * hurd/Makefile: Likewise.
54514         * manual/Makefile: Likewise.
54515         * locale/Makefile: Likewise.
54516         * intl/Makefile: Likewise.
54517         * conform/Makefile: Likewise.
54518         * nss/Makefile: Likewise.
54519         * time/Makefile: Likewise.
54520         * soft-fp/Makefile: Likewise.
54521         * dirent/Makefile: Likewise.
54522         * gmon/Makefile: Likewise.
54523         * po/Makefile: Likewise.
54524         * rt/Makefile: Likewise.
54525         * socket/Makefile: Likewise.
54526         * math/Makefile: Likewise.
54527         * signal/Makefile: Likewise.
54528         * debug/Makefile: Likewise.
54529         * elf/Makefile: Likewise.
54530         * timezone/Makefile: Likewise.
54531         * stdlib/Makefile: Likewise.
54532         * iconvdata/Makefile: Likewise.
54533         * sunrpc/Makefile: Likewise.
54534         * io/Makefile: Likewise.
54535         * argp/Makefile: Likewise.
54536         * inet/Makefile: Likewise.
54537         * hesiod/Makefile: Likewise.
54538         * grp/Makefile: Likewise.
54539         * csu/Makefile: Likewise.
54540         * wctype/Makefile: Likewise.
54541         * crypt/Makefile: Likewise.
54542         * libio/Makefile: Likewise.
54543         * string/Makefile: Likewise.
54544         * nis/Makefile: Likewise.
54545         * resolv/Makefile: Likewise.
54546         * stdio-common/Makefile: Likewise.
54547         * wcsmbs/Makefile: Likewise.
54548         * dlfcn/Makefile: Likewise.
54549         * posix/Makefile: Likewise.
54551         [BZ #6959]
54552         * timezone/Makefile: Don't install timezone files, just the programs
54553         and scripts.
54555 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
54557         * nss/databases.def: Add missing gshadow entry.
54559         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
54561 2012-03-06  Marek Polacek  <polacek@redhat.com>
54563         [BZ #13726]
54564         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
54565         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
54566         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
54567         * stdio-common/tst-long-dbl-fphex.c: New file.
54569 2012-03-06  David S. Miller  <davem@davemloft.net>
54571         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
54572         (set_obp_int): New function.
54573         (get_obp_int): New function.
54574         (__get_clockfreq_via_dev_openprom): Likewise.
54575         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
54576         Avoid unused variable warnings on 'val' and use builtin_expect.
54577         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
54578         __builtin_expect.
54579         (INLINE_CLONE_SYSCALL): Likewise.
54581 2012-03-05  David S. Miller  <davem@davemloft.net>
54583         * sysdeps/sparc/fpu/libm-test-ulps: Update.
54585 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
54587         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
54589         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
54590         only for |x| >= 40.
54591         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
54593 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
54595         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
54596         Replace gettimeofday with __vdso_gettimeofday.
54598         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54599         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
54600         __vdso_clock_gettime and __vdso_getcpu.
54602         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
54603         time with __vdso_time.
54605 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
54607         * manual/lang.texi (size_t): Note types to which size_t may be
54608         equivalent with the GNU C Library, but do not describe when
54609         differences between them are significant.
54611 2012-03-05  Andreas Jaeger  <aj@suse.de>
54613         * sysdeps/i386/fpu/libm-test-ulps: Update.
54615 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
54617         [BZ #3976]
54618         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
54619         (__ieee754_pow): Save and restore rounding mode and use
54620         round-to-nearest for main computations.
54621         * math/libm-test.inc (pow_test_tonearest): New function.
54622         (pow_test_towardzero): Likewise.
54623         (pow_test_downward): Likewise.
54624         (pow_test_upward): Likewise.
54625         (main): Call the new functions.
54626         * sysdeps/i386/fpu/libm-test-ulps: Update.
54627         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54629         [BZ #3976]
54630         * math/libm-test.inc (cosh_test_tonearest): New function.
54631         (cosh_test_towardzero): Likewise.
54632         (cosh_test_downward): Likewise.
54633         (cosh_test_upward): Likewise.
54634         (sinh_test_tonearest): Likewise.
54635         (sinh_test_towardzero): Likewise.
54636         (sinh_test_downward): Likewise.
54637         (sinh_test_upward): Likewise.
54638         (main): Call the new functions.
54639         * sysdeps/i386/fpu/libm-test-ulps: Update.
54640         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54642 2012-03-05  Tom de Vries  <tom@codesourcery.com>
54644         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
54645         default stack guard is set in last bytes.
54646         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
54648 2012-03-05  Kees Cook  <keescook@chromium.org>
54650         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
54652         [BZ #13656]
54653         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
54654         possibly allocate from heap instead of stack.
54655         * stdio-common/bug-vfprintf-nargs.c: New file.
54656         * stdio-common/Makefile (tests): Add nargs overflow test.
54658 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
54660         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
54662 2012-03-03  Marek Polacek  <polacek@redhat.com>
54664         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
54665         * math/math_private.h: Likewise.
54666         * stdlib/tst-strtod.c: Likewise.
54667         * sysdeps/i386/i486/bits/atomic.h: Likewise.
54668         * sysdeps/x86_64/bits/atomic.h: Likewise.
54670 2012-03-02  David S. Miller  <davem@davemloft.net>
54672         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
54673         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
54674         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
54675         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
54676         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
54677         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
54678         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
54679         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
54681 2012-03-02  Roland McGrath  <roland@hack.frob.com>
54683         [BZ #13792]
54684         * manual/examples/README: New file, says the example source files
54685         can be used under GPL>=2.
54686         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
54687         line containing just "*/".
54688         * manual/examples/add.c: Add copyright header (GPL>=2).
54689         * manual/examples/argp-ex1.c: Likewise.
54690         * manual/examples/argp-ex2.c: Likewise.
54691         * manual/examples/argp-ex3.c: Likewise.
54692         * manual/examples/argp-ex4.c: Likewise.
54693         * manual/examples/atexit.c: Likewise.
54694         * manual/examples/db.c: Likewise.
54695         * manual/examples/dir.c: Likewise.
54696         * manual/examples/dir2.c: Likewise.
54697         * manual/examples/execinfo.c: Likewise.
54698         * manual/examples/filecli.c: Likewise.
54699         * manual/examples/filesrv.c: Likewise.
54700         * manual/examples/fmtmsgexpl.c: Likewise.
54701         * manual/examples/genpass.c: Likewise.
54702         * manual/examples/inetcli.c: Likewise.
54703         * manual/examples/inetsrv.c: Likewise.
54704         * manual/examples/isockad.c: Likewise.
54705         * manual/examples/longopt.c: Likewise.
54706         * manual/examples/memopen.c: Likewise.
54707         * manual/examples/memstrm.c: Likewise.
54708         * manual/examples/mkfsock.c: Likewise.
54709         * manual/examples/mkisock.c: Likewise.
54710         * manual/examples/mygetpass.c: Likewise.
54711         * manual/examples/pipe.c: Likewise.
54712         * manual/examples/popen.c: Likewise.
54713         * manual/examples/rprintf.c: Likewise.
54714         * manual/examples/search.c: Likewise.
54715         * manual/examples/select.c: Likewise.
54716         * manual/examples/setjmp.c: Likewise.
54717         * manual/examples/sigh1.c: Likewise.
54718         * manual/examples/sigusr.c: Likewise.
54719         * manual/examples/stpcpy.c: Likewise.
54720         * manual/examples/strdupa.c: Likewise.
54721         * manual/examples/strftim.c: Likewise.
54722         * manual/examples/strncat.c: Likewise.
54723         * manual/examples/subopt.c: Likewise.
54724         * manual/examples/swapcontext.c: Likewise.
54725         * manual/examples/termios.c: Likewise.
54726         * manual/examples/testopt.c: Likewise.
54727         * manual/examples/testpass.c: Likewise.
54728         * manual/examples/timeval_subtract.c: Likewise.
54730         [BZ #13792]
54731         * manual/time.texi (Elapsed Time): Move timeval_subtract example
54732         function to ...
54733         * manual/timeval_subtract.c.texi: ... here, new file.
54735 2012-03-02  David S. Miller  <davem@davemloft.net>
54737         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
54739 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
54741         [BZ #3976]
54742         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
54743         (__sin): Save and restore rounding mode and use round-to-nearest
54744         for all computations.
54745         (__cos): Save and restore rounding mode and use round-to-nearest
54746         for all computations.
54747         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
54748         <fenv.h>.
54749         (tan): Save and restore rounding mode and use round-to-nearest for
54750         all computations.
54751         * math/libm-test.inc (cos_test_tonearest): New function.
54752         (cos_test_towardzero): Likewise.
54753         (cos_test_downward): Likewise.
54754         (cos_test_upward): Likewise.
54755         (sin_test_tonearest): Likewise.
54756         (sin_test_towardzero): Likewise.
54757         (sin_test_downward): Likewise.
54758         (sin_test_upward): Likewise.
54759         (tan_test_tonearest): Likewise.
54760         (tan_test_towardzero): Likewise.
54761         (tan_test_downward): Likewise.
54762         (tan_test_upward): Likewise.
54763         (main): Call the new functions.
54764         * sysdeps/i386/fpu/libm-test-ulps: Update.
54765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54767         [BZ #10135]
54768         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
54769         small n, then large n, before computing and testing k+n.
54770         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
54771         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
54772         Likewise.
54773         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
54774         Likewise.
54775         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
54776         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
54777         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
54778         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
54779         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
54780         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
54781         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
54782         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
54783         * math/libm-test.inc (scalbn_test): Add more tests.
54784         (scalbln_test): Likewise.
54786         * manual/filesys.texi (mode_t): Describe constraints on size and
54787         signedness, not exact equivalence to a particular type.
54788         (ino_t): Likewise.
54789         (ino64_t): Likewise.
54790         (dev_t): Likewise.
54791         (nlink_t): Likewise.
54792         (blkcnt_t): Likewise.
54793         (blkcnt64_t): Likewise.
54794         * manual/llio.texi (off_t): Likewise.
54796         [BZ #3976]
54797         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
54798         (__ieee754_exp): Save and restore rounding mode and use
54799         round-to-nearest for all computations.
54800         * math/libm-test.inc (exp_test_tonearest): New function.
54801         (exp_test_towardzero): Likewise.
54802         (exp_test_downward): Likewise.
54803         (exp_test_upward): Likewise.
54804         (main): Call the new functions.
54805         * sysdeps/i386/fpu/libm-test-ulps: Update.
54806         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54808 2012-03-01  Chris Demetriou  <cgd@google.com>
54810         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
54811         have predictable order.
54813 2012-03-01  David S. Miller  <davem@davemloft.net>
54815         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
54817         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
54818         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
54819         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
54820         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
54822         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
54823         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
54824         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
54825         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
54826         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
54827         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
54828         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
54829         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
54830         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
54832         * sysdeps/sparc/fpu/libm-test-ulps: Update.
54834         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
54835         * sysdeps/sparc/fpu/libm-test-ulps: to here.
54836         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
54838         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
54839         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
54840         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
54841         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
54842         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
54843         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
54844         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
54845         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
54846         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
54847         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
54848         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
54849         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
54850         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
54851         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
54852         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
54853         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
54854         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
54855         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
54856         * sysdeps/sparc/elf/configure: Regenerated.
54858 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
54860         * configure.in (AS, LD): Require binutils 2.20 or later.
54861         * configure: Regenerated.
54862         * manual/install.texi (Tools for Compilation): Give binutils 2.20
54863         as required minimum version.
54864         * INSTALL: Regenerated.
54866         [BZ #2541]
54867         [BZ #4108]
54868         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
54869         before squaring exponent.
54870         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
54871         bottom long double and 27 bits of top long double before squaring
54872         exponent.
54873         * math/libm-test.inc (erfc_test): Add more tests.
54874         * sysdeps/i386/fpu/libm-test-ulps: Update.
54875         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
54876         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54878 2012-03-01  Kai Tietz  <ktietz@redhat.com>
54880         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
54881         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
54882         containing bit-fields.
54883         * soft-fp/extended.h (_FP_UNION_E): Likewise.
54884         * soft-fp/single.h (_FP_UNION_S): Likewise.
54885         * soft-fp/double.h (_FP_UNION_D): Likewise.
54887 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
54889         [BZ #13786]
54890         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
54891         not include ../strcmp.S.
54892         [USE_AS_STRNCASECMP_L]: Likewise.
54893         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
54894         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
54895         * sysdeps/i386/i686/multiarch/strncase_l-c.c
54896         (__strncasecmp_l_ia32): Define as alias to
54897         __strncasecmp_l_nonascii.
54899         [BZ #5794]
54900         * math/libm-test.inc (expm1_test): Add test for bug 5794.
54901         * sysdeps/i386/fpu/libm-test-ulps: Update.
54902         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54904         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
54905         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54907 2012-02-29  Jeff Law  <law@redhat.com>
54909         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
54910         out of bounds read.
54912 2012-02-29  Marek Polacek  <polacek@redhat.com>
54914         [BZ #13706]
54915         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
54916         * elf/Makefile: Add rules to run tst-unused-dep.out.
54918 2012-02-28  David S. Miller  <davem@davemloft.net>
54920         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
54921         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
54922         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
54923         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
54924         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
54925         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
54927 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
54929         * math/libm-test.inc (llround_test): Move one test from
54930         lround_test.  Use TEST_f_L in moved test.
54931         (lround_test): Move misplaced test to llround_test.  Add testcase
54932         from bug 2561.
54934 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
54936         * sysdeps/x86_64/fpu/e_expf.S: New file.
54937         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
54939 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
54941         [BZ #13637]
54942         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
54943         of remain_len that may cause incomplete multi-byte character and
54944         false match.
54945         * posix/bug-regex33.c: New file.
54946         * posix/Makefile (tests): Add bug-regex33.
54948 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
54950         * manual/macros.texi: New file.
54951         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
54952         * manual/libc.texinfo: Include macros.texi.
54953         * manual/creatute.texi: Likewise.
54954         * manual/install.texi: Likewise.
54955         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
54956         @glibcadj{} in references to the GNU C Library.
54957         * manual/charset.texi: Likewise.
54958         * manual/conf.texi: Likewise.
54959         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
54960         when not using those macros.
54961         * manual/creature.texi: Likewise.
54962         * manual/crypt.texi: Likewise.
54963         * manual/errno.texi: Likewise.
54964         * manual/filesys.texi: Likewise.
54965         * manual/header.texi: Likewise.
54966         * manual/install.texi: Likewise.
54967         * manual/intro.texi: Likewise.
54968         * manual/io.texi: Likewise.
54969         * manual/job.texi: Likewise.
54970         * manual/lang.texi: Likewise.
54971         * manual/libc.texiinfo: Likewise.
54972         * manual/llio.texi: Likewise.
54973         * manual/locale.texi: Likewise.
54974         * manual/maint.texi: Likewise.
54975         * manual/math.texi: Likewise.
54976         * manual/memory.texi: Likewise.
54977         * manual/message.texi: Likewise.
54978         * manual/nss.texi: Likewise.
54979         * manual/pattern.texi: Likewise.
54980         * manual/process.texi: Likewise.
54981         * manual/resource.texi: Likewise.
54982         * manual/search.texi: Likewise.
54983         * manual/setjmp.texi: Likewise.
54984         * manual/signal.texi: Likewise.
54985         * manual/socket.texi: Likewise.
54986         * manual/startup.texi: Likewise.
54987         * manual/stdio.texi: Likewise.
54988         * manual/string.texi: Likewise.
54989         * manual/sysinfo.texi: Likewise.
54990         * manual/syslog.texi: Likewise.
54991         * manual/terminal.texi: Likewise.
54992         * manual/time.texi: Likewise.
54993         * manual/users.texi: Likewise.
54994         * INSTALL: Regenerated.
54995         * NOTES: Regenerated.
54996         * sysdeps/gnu/errlist.c: Regenerated.
54998 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
55000         * include/dirent.h: Include <dirstream.h> before
55001         <dirent/dirent.h>.
55003 2012-02-28  David S. Miller  <davem@davemloft.net>
55005         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
55006         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
55007         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
55008         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
55010 2012-02-27  David S. Miller  <davem@davemloft.net>
55012         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
55013         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
55014         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
55015         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
55017         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
55018         frame pointer instead of stack pointer relative arg slot.
55019         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
55020         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
55021         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
55023 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
55025         [BZ #3992]
55026         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
55028 2012-02-27  David S. Miller  <davem@davemloft.net>
55030         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
55031         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
55032         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
55033         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
55034         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
55035         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
55036         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
55037         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
55039 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
55041         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
55042         later.  Allow versions 5-9.
55043         * configure: Regenerated.
55044         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
55045         required minimum version and 4.6 as recommended version.  Do not
55046         mention bugs in GCC 2.7 and 2.8.
55047         * INSTALL: Regenerated.
55049 2012-02-27  David S. Miller  <davem@davemloft.net>
55051         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
55052         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
55053         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
55054         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
55055         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
55056         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
55057         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
55058         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
55060         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
55061         manipulate bits before adding and subtracting TWO112[sx].
55062         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
55064 2012-02-27  Roland McGrath  <roland@hack.frob.com>
55066         [BZ #13775]
55067         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
55068         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
55069         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
55070         being in POSIX, because they are in 1003.1-2008.
55072         * rt/tst-aio.c: Include <fcntl.h>.
55073         * rt/tst-aio7.c: Likewise.
55074         * rt/tst-aio64.c: Likewise.
55076         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
55078 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
55080         * manual/install.texi (--with-headers): Describe headers as
55081         interface headers, not private headers.
55082         (Specific advice for GNU/Linux systems): Describe use of headers
55083         from "make headers_install", not private headers from older
55084         kernels.
55085         * INSTALL: Regenerated.
55086         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
55087         Change to 2.6.19.
55088         * sysdeps/unix/sysv/linux/configure: Regenerated.
55090         * manual/llio.texi (fclean): Remove documentation.
55092         * manual/Makefile (libc-texi-generated): New variable.  Include
55093         version.texi.
55094         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
55095         $(libc-texi-generated), not duplicated list of files.
55096         (version.texi, stamp-version): New rules.
55097         (realclean): Remove $(libc-texi-generated), not individual files
55098         from that list.  Do not remove dir-add.texinfo.
55099         * manual/libc.texinfo: Comment out uses of edition numbers and
55100         references to printed manual.  Remove last-updated dates.
55101         (EDITION): Comment out.
55102         (ISBN): Likewise.
55103         (VERSION, UPDATED): Remove.
55104         (version.texi): Include.
55106 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
55108         * sysdeps/posix/spawni.c: Include <signal.h>.
55109         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
55110         * sysdeps/pthread/aio_fsync.c: Likewise.
55112 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
55114         * conform/Makefile (tests): Run only when not cross-compiling and
55115         when fast-check is not defined.
55117         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
55118         * conform/data/limits.h-data: Fixes for POSIX2008.
55119         * conform/run-conformtest.sh: Run all tests.
55120         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
55121         headers.
55122         * include/bits/dlfcn.h: Likewise.
55123         * include/langinfo.h: Likewise.
55124         * include/monetary.h: Likewise.
55125         * include/sys/poll.h: Likewise.
55127         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
55128         for __USE_GNU.
55129         * posix/spawn.h: Define __need_sigset_t.
55130         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
55131         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
55132         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
55133         to get sigevent_t only.
55134         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
55135         only for __USE_GNU.
55136         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55137         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
55138         process_vm_writev only for __USE_GNU.
55139         * termios/termios.h: Declare tcgetsid also for POSIX2008.
55141         * conform/Makefile: For now ignore errors from run-conformtest.
55142         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
55143         POSIX to avoid namespace pollution.  Don't prepend headers.
55144         * conform/data/aio.h-data: Fixes for POSIX testing.
55145         * conform/data/fcntl.h-data: Likewise.
55146         * conform/data/glob.h-data: Likewise.
55147         * conform/data/grp.h-data: Likewise.
55148         * conform/data/pthread.h-data: Likewise.
55149         * conform/data/pwd.h-data: Likewise.
55150         * conform/data/signal.h-data: Likewise.
55151         * conform/data/spawn.h-data: Likewise.
55152         * conform/data/stdio.h-data: Likewise.
55153         * conform/data/stdlib.h-data: Likewise.
55154         * conform/data/stropts.h-data: Likewise.
55155         * conform/data/sys/mman.h-data: Likewise.
55156         * conform/data/sys/stat.h-data: Likewise.
55157         * conform/data/sys/types.h-data: Likewise.
55158         * conform/data/sys/wait.h-data: Likewise.
55159         * conform/data/time.h-data: Likewise.
55160         * conform/data/unistd.h-data: Likewise.
55161         * conform/data/utime.h-data: Likewise.
55163         * io/sys/stat.h: fchmod was always in POSIX.
55164         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
55165         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
55166         * rt/aio.h: Define __need_timespec before including <time.h>.
55167         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
55168         struct.  Add forward declaration of pthread_attr_t and use it in
55169         sigevent.
55170         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55171         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55172         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
55173         always remove CLK_TCK definition.
55175 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
55177         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
55179 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
55181         * conform/run-conformtest.sh: New file.
55182         * conform/Makefile: Run run-conformtest for tests.
55183         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
55184         support.
55186         * conform/data/uchar.h-data: New file.
55187         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
55188         * conform/data/arpa/inet.h-data: Likewise.
55189         * conform/data/assert.h-data: Likewise.
55190         * conform/data/complex.h-data: Likewise.
55191         * conform/data/cpio.h-data: Likewise.
55192         * conform/data/ctype.h-data: Likewise.
55193         * conform/data/dirent.h-data: Likewise.
55194         * conform/data/dlfcn.h-data: Likewise.
55195         * conform/data/errno.h-data: Likewise.
55196         * conform/data/fcntl.h-data: Likewise.
55197         * conform/data/float.h-data: Likewise.
55198         * conform/data/fmtmsg.h-data: Likewise.
55199         * conform/data/fnmatch.h-data: Likewise.
55200         * conform/data/ftw.h-data: Likewise.
55201         * conform/data/glob.h-data: Likewise.
55202         * conform/data/grp.h-data: Likewise.
55203         * conform/data/iconv.h-data: Likewise.
55204         * conform/data/inttypes.h-data: Likewise.
55205         * conform/data/langinfo.h-data: Likewise.
55206         * conform/data/libgen.h-data: Likewise.
55207         * conform/data/limits.h-data: Likewise.
55208         * conform/data/locale.h-data: Likewise.
55209         * conform/data/math.h-data: Likewise.
55210         * conform/data/monetary.h-data: Likewise.
55211         * conform/data/mqueue.h-data: Likewise.
55212         * conform/data/ndbm.h-data: Likewise.
55213         * conform/data/net/if.h-data: Likewise.
55214         * conform/data/netdb.h-data: Likewise.
55215         * conform/data/netinet/in.h-data: Likewise.
55216         * conform/data/nl_types.h-data: Likewise.
55217         * conform/data/poll.h-data: Likewise.
55218         * conform/data/pthread.h-data: Likewise.
55219         * conform/data/pwd.h-data: Likewise.
55220         * conform/data/regex.h-data: Likewise.
55221         * conform/data/sched.h-data: Likewise.
55222         * conform/data/search.h-data: Likewise.
55223         * conform/data/semaphore.h-data: Likewise.
55224         * conform/data/setjmp.h-data: Likewise.
55225         * conform/data/signal.h-data: Likewise.
55226         * conform/data/spawn.h-data: Likewise.
55227         * conform/data/stdarg.h-data: Likewise.
55228         * conform/data/stdio.h-data: Likewise.
55229         * conform/data/stdlib.h-data: Likewise.
55230         * conform/data/string.h-data: Likewise.
55231         * conform/data/strings.h-data: Likewise.
55232         * conform/data/stropts.h-data: Likewise.
55233         * conform/data/sys/ipc.h-data: Likewise.
55234         * conform/data/sys/mman.h-data: Likewise.
55235         * conform/data/sys/msg.h-data: Likewise.
55236         * conform/data/sys/resource.h-data: Likewise.
55237         * conform/data/sys/select.h-data: Likewise.
55238         * conform/data/sys/sem.h-data: Likewise.
55239         * conform/data/sys/shm.h-data: Likewise.
55240         * conform/data/sys/socket.h-data: Likewise.
55241         * conform/data/sys/stat.h-data: Likewise.
55242         * conform/data/sys/statvfs.h-data: Likewise.
55243         * conform/data/sys/time.h-data: Likewise.
55244         * conform/data/sys/timeb.h-data: Likewise.
55245         * conform/data/sys/times.h-data: Likewise.
55246         * conform/data/sys/types.h-data: Likewise.
55247         * conform/data/sys/uio.h-data: Likewise.
55248         * conform/data/sys/un.h-data: Likewise.
55249         * conform/data/sys/utsname.h-data: Likewise.
55250         * conform/data/sys/wait.h-data: Likewise.
55251         * conform/data/syslog.h-data: Likewise.
55252         * conform/data/tar.h-data: Likewise.
55253         * conform/data/termios.h-data: Likewise.
55254         * conform/data/utime.h-data: Likewise.
55255         * conform/data/utmpx.h-data: Likewise.
55256         * conform/data/varargs.h-data: Likewise.
55257         * conform/data/wchar.h-data: Likewise.
55258         * conform/data/wctype.h-data: Likewise.
55259         * conform/data/wordexp.h-data: Likewise.
55261         * include/stropts.h: New file.
55262         * include/uchar.h: New file.
55263         * include/aio.h: Changes to allow conformtest.pl to use the headers.
55264         * include/assert.h: Likewise.
55265         * include/ctype.h: Likewise.
55266         * include/dirent.h: Likewise.
55267         * include/dlfcn.h: Likewise.
55268         * include/fcntl.h: Likewise.
55269         * include/fnmatch.h: Likewise.
55270         * include/glob.h: Likewise.
55271         * include/grp.h: Likewise.
55272         * include/libio.h: Likewise.
55273         * include/locale.h: Likewise.
55274         * include/math.h: Likewise.
55275         * include/net/if.h: Likewise.
55276         * include/netdb.h: Likewise.
55277         * include/netinet/in.h: Likewise.
55278         * include/pthread.h: Likewise.
55279         * include/pwd.h: Likewise.
55280         * include/regex.h: Likewise.
55281         * include/sched.h: Likewise.
55282         * include/search.h: Likewise.
55283         * include/setjmp.h: Likewise.
55284         * include/signal.h: Likewise.
55285         * include/stdio.h: Likewise.
55286         * include/stdlib.h: Likewise.
55287         * include/string.h: Likewise.
55288         * include/sys/cdefs.h: Likewise.
55289         * include/sys/mman.h: Likewise.
55290         * include/sys/msg.h: Likewise.
55291         * include/sys/resource.h: Likewise.
55292         * include/sys/select.h: Likewise.
55293         * include/sys/socket.h: Likewise.
55294         * include/sys/stat.h: Likewise.
55295         * include/sys/statvfs.h: Likewise.
55296         * include/sys/time.h: Likewise.
55297         * include/sys/times.h: Likewise.
55298         * include/sys/uio.h: Likewise.
55299         * include/sys/utsname.h: Likewise.
55300         * include/sys/wait.h: Likewise.
55301         * include/termios.h: Likewise.
55302         * include/time.h: Likewise.
55303         * include/ulimit.h: Likewise.
55304         * include/unistd.h: Likewise.
55305         * include/utime.h: Likewise.
55306         * include/wchar.h: Likewise.
55307         * include/wctype.h: Likewise.
55308         * include/wordexp.h: Likewise.
55310         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
55312         * time/time.h: TIME_UTC must be a macro.
55313         Make timespec_get available for ISO C11 only as well.
55315 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
55317         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
55318         Reported by Peng Haitao <penght@cn.fujitsu.com>.
55320 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
55322         * configure.in: Use -o not -a in test for unsupported multi-arch.
55324 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
55326         * manual/texinfo.tex: Update to version 2012-01-19.16.
55328 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
55330         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
55332 2012-02-24  Roland McGrath  <roland@hack.frob.com>
55334         [BZ #13738]
55335         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
55336         * manual/fdl-1.3.texi: New file.
55337         * manual/fdl-1.1.texi: File removed.
55339         [BZ #13738]
55340         * manual/libc.texinfo (FDL_VERSION): New @set.
55341         Use it for mention of FDL in cover text.
55342         (Documentation License): Use it in @include file name.
55344 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
55345             Roland McGrath  <roland@hack.frob.com>
55347         [BZ #5461]
55348         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
55349         (not LONG_LONG_MAX and LONG_LONG_MIN.
55350         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
55351         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
55352         name.
55353         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
55355 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
55357         [BZ #2547]
55358         [BZ #11365]
55359         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
55360         manipulate bits before adding and subtracting TWO23[sx].
55361         * math/libm-test.inc (nearbyint_test): Add more tests.
55363 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
55365         [BZ #2548]
55366         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
55367         bits before adding and subtracting TWO23[sx].
55368         * math/libm-test.inc (rint_test): Add more tests.
55369         (rint_test_tonearest): Likewise.
55370         (rint_test_towardzero): Likewise.
55371         (rint_test_downward): Likewise.
55372         (rint_test_upward: Likewise.
55374 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
55376         [BZ #10110]
55377         * include/stdc-predef.h: New file.  Extracted from features.h.
55378         * include/features.h: Include stdc-predef.h.
55379         * Makefile (headers): Add stdc-predef.h.
55380         * CONFORMANCE (Compiler limitations): Update.
55382 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
55384         * manual/libc.texinfo (VERSION, UPDATED): Revert.
55386 2012-02-21  David S. Miller  <davem@davemloft.net>
55388         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
55389         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
55391 2012-02-20  David S. Miller  <davem@davemloft.net>
55393         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
55394         using a normal save/restore sequence, rather than allocating a
55395         dummy stack frame just to store a frame pointer and restore.
55396         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
55398 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
55400         * manual/install.texi: Fix stray word in line-wrapped comment.
55402 2012-02-20  David S. Miller  <davem@davemloft.net>
55404         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
55405         both binutils and gcc support GOTDATA.
55407         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
55408         "rd %pc" in the PIC register setup sequences.
55410         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
55411         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
55412         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
55413         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
55414         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
55415         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
55416         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
55417         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
55418         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
55419         (SYSCALL_ERROR_HANDLER): Likewise.
55420         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
55421         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
55422         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
55423         (SYSCALL_ERROR_HANDLER): Likewise.
55425         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
55426         (HAVE_GCC_GOTDATA): New.
55427         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
55428         relocation support in both binutils and gcc.
55429         * sysdeps/sparc/elf/configure: Regenerate.
55431         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
55432         * sysdeps/sparc/sparc32/elf/configure: Delete.
55433         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
55434         * sysdeps/sparc/sparc64/elf/configure: Delete.
55435         * sysdeps/sparc/elf/configure.in: New file.
55436         * sysdeps/sparc/elf/configure: Generate.
55438         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
55439         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
55440         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
55441         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
55442         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
55444 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
55446         * manual/install.texi: Do not mention specific glibc version
55447         numbers.
55448         * manual/libc.texinfo (VERSION, UPDATED): Update.
55449         (@copying): Use @copyright{} and range of years.
55451 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
55453         [BZ #13695]
55454         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
55455         [crti.S not in sysdirs] (generated): Do not append.
55456         [crti.S not in sysdirs] (omit-deps): Likewise.
55457         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
55458         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
55459         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
55460         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
55461         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
55462         Likewise.
55463         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
55464         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
55465         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
55466         * csu/defs.awk: Remove file.
55467         * sysdeps/generic/initfini.c: Likewise.
55468         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
55469         variable.
55470         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
55471         Likewise.
55473 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
55475         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
55476         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
55477         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
55478         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
55479         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
55480         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
55481         <bits/epoll.h>.
55482         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
55483         (__EPOLL_PACKED): Define to empty if not defined by
55484         <bits/epoll.h>.
55485         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
55486         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55487         bits/epoll.h.
55489 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
55491         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
55492         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
55493         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
55494         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
55495         <bits/timerfd.h>.
55496         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
55497         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55498         bits/timerfd.h.
55500 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
55502         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
55503         in C locale.
55504         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
55505         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
55506         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
55507         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55509 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
55511         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
55512         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
55514 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
55516         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
55517         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
55518         defined.
55519         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
55520         Likewise.
55521         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
55522         entry for 2.16.
55524 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
55526         * math/w_acos.c: Use non-signaling floating-point comparisons.
55527         * math/w_acosf.c: Likewise.
55528         * math/w_acosh.c: Likewise.
55529         * math/w_acoshf.c: Likewise.
55530         * math/w_acoshl.c: Likewise.
55531         * math/w_acosl.c: Likewise.
55532         * math/w_asin.c: Likewise.
55533         * math/w_asinf.c: Likewise.
55534         * math/w_asinl.c: Likewise.
55535         * math/w_atanh.c: Likewise.
55536         * math/w_atanhf.c: Likewise.
55537         * math/w_atanhl.c: Likewise.
55538         * math/w_exp2.c: Likewise.
55539         * math/w_exp2f.c: Likewise.
55540         * math/w_exp2l.c: Likewise.
55541         * math/w_j0.c: Likewise.
55542         * math/w_j0f.c: Likewise.
55543         * math/w_j0l.c: Likewise.
55544         * math/w_j1.c: Likewise.
55545         * math/w_j1f.c: Likewise.
55546         * math/w_j1l.c: Likewise.
55547         * math/w_jn.c: Likewise.
55548         * math/w_jnf.c: Likewise.
55549         * math/w_log.c: Likewise.
55550         * math/w_log10.c: Likewise.
55551         * math/w_log10f.c: Likewise.
55552         * math/w_log10l.c: Likewise.
55553         * math/w_log2.c: Likewise.
55554         * math/w_log2f.c: Likewise.
55555         * math/w_log2l.c: Likewise.
55556         * math/w_logf.c: Likewise.
55557         * math/w_logl.c: Likewise.
55558         * math/w_sqrt.c: Likewise.
55559         * math/w_sqrtf.c: Likewise.
55560         * math/w_sqrtl.c: Likewise.
55561         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
55562         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
55563         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
55564         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
55565         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
55567 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
55569         [BZ #9739]
55570         * manual/string.texi (strnlen): Use correct parameter name in
55571         equivalent expression.
55573 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
55575         [BZ #11174]
55576         * manual/users.texi (seteuid): Consistently use neweuid for
55577         argument name.
55579 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
55581         [BZ #13704]
55582         * manual/nss.texi (Services in the NSS configuration): Correct
55583         list of services in example configuration file.
55585 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
55587         [BZ #11322]
55588         * manual/arith.texi: Remove statements about negative zero
55589         behaving identically to zero.
55591 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
55593         [BZ #5993]
55594         * manual/install.texi: Do not document upgrading from libc5.
55596 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
55598         [BZ #4596]
55599         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
55601 2012-02-18  David S. Miller  <davem@davemloft.net>
55603         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
55604         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
55605         %o7 across the call.
55606         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
55607         instead.
55608         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
55609         SETUP_PIC_REG_LEAF.
55610         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
55611         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
55612         * sysdeps/sparc/crtn.S: Likewise.
55614 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
55616         * aout/Makefile: Remove.
55618 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
55620         [BZ #13058]
55621         * manual/examples/argp-ex1.c (main): Format definition in GNU
55622         style.
55623         * manual/examples/argp-ex2.c (main): Likewise.
55624         * manual/examples/argp-ex3.c (main): Likewise.
55625         * manual/examples/argp-ex4.c (main): Likewise.
55626         * manual/examples/longopt.c (main): Use new-style prototype
55627         definition.
55628         * manual/examples/strncat.c (main): Specify return type and use
55629         (void) for arguments.
55630         * manual/examples/subopt.c (main): Use char **argv argument.
55632 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
55634         [BZ #5077]
55635         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
55636         rounding modes.
55638 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
55640         [BZ #6907]
55641         * manual/string.texi (strchr): Change when strchrnul is
55642         recommended.
55644 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
55646         [BZ #174]
55647         * manual/locale.texi (setlocale): Document LOCPATH.
55649 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
55651         [BZ #10210]
55652         * manual/process.texi (execle): Move @dots{} before last argument.
55654 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
55656         [BZ #12047]
55657         * manual/charset.texi (Generic Charset Conversion): Fix typo
55658         (LC_TYPE -> LC_CTYPE).
55660 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
55662         [BZ #5805]
55663         * manual/arith.texi (scalbn): Use @var{} on parameter names.
55664         (scalbnf): Likewise.
55665         (scalbnl): Likewise.
55666         (scalbln): Likewise.
55667         (scalblnf): Likewise.
55668         (scalblnl): Likewise.
55669         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
55670         (vwarnx): Likewise.
55671         (verr): Likewise.
55672         (verrx): Likewise.
55673         * manual/filesys.texi (telldir): Use braces around return type.
55674         * manual/llio.texi (mmap): Add space after comma.
55675         (mmap64): Likewise.
55676         * manual/math.texi (jn): Use @var{} on parameter names.
55677         (jnf): Likewise.
55678         (jnl): Likewise.
55679         (yn): Likewise.
55680         (ynf): Likewise.
55681         (ynl): Likewise.
55682         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
55683         line.
55684         * manual/resource.texi (ulimit): Use @dots{} instead of literal
55685         "...".
55686         (sched_get_priority_min): Remove semicolon on @deftypefun line.
55687         (sched_get_priority_max): Likewise.
55688         * manual/signal.texi (sigvec): Add space after comma.
55689         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
55690         names.
55691         (if_indextoname): Likewise.
55692         (if_freenameindex): Likewise.
55693         (sendto): Use ',' instead of '.' in prototype.
55694         * manual/startup.texi (syscall): Use @dots{} instead of literal
55695         "...".
55696         * manual/stdio.texi (__fpending): Separate initial words of
55697         paragraph from @deftypefun line.
55698         * manual/syslog.texi (syslog): Use @dots{} instead of literal
55699         "...".
55700         (vsyslog): Use @var{} on parameter names.
55701         * manual/terminal.texi (stty): Use @var{} on parameter names.
55702         * manual/users.texi (getutmp): Use @var{} on parameter names.
55703         (getutmpx): Likewise.
55705 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
55707         [BZ #6884]
55708         * manual/stdio.texi (fopen): Fix typos in description of
55709         ",ccs=STRING".
55711 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
55713         [BZ #4026]
55714         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
55715         get clock_id definition.
55717 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
55719         [BZ #4822]
55720         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
55721         (madvise): Cast every argument to void on its own.
55723 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
55725         [BZ #9902]
55726         * manual/startup.texi (Exit Status): Fix typo.
55728 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
55730         [BZ #10140]
55731         * manual/examples/argp-ex1.c: Include <stdlib.h>.
55732         * manual/examples/argp-ex2.c: Likewise.
55733         * manual/examples/argp-ex3.c: Likewise.
55735 2012-02-16  Richard Henderson  <rth@redhat.com>
55737         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
55738         * sysdeps/s390/s390-32/initfini.c: Remove.
55739         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
55740         * sysdeps/s390/s390-64/initfini.c: Remove.
55742 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
55744         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
55745         compiler output for sysdeps/generic/initfini.c.
55746         * sysdeps/sh/elf/initfini.c: Remove file.
55748 2012-02-16  David S. Miller  <davem@davemloft.net>
55750         [BZ #11494]
55751         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
55753         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
55754         * sysdeps/sparc/crti.S: New file.
55755         * sysdeps/sparc/crtn.S: New file.
55756         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
55757         * sysdeps/sparc/sparc64/Makefile: Likewise.
55759 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
55761         [BZ #3335]
55762         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
55764 2012-02-15  Roland McGrath  <roland@hack.frob.com>
55766         [BZ #4822]
55767         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
55769         * mach/devstream.c (cookie_io_functions_t): Macro removed.
55770         (write, read, close): Likewise.
55771         Patch by Aurelien Jarno <aurelien@aurel32.net>.
55773 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
55775         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
55776         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
55777         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
55778         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
55779         <bits/signalfd.h>.
55780         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
55781         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55782         bits/signalfd.h.
55784 2012-02-14  Marek Polacek  <polacek@redhat.com>
55786         * sysdeps/x86_64/crti.S: New file.
55787         * sysdeps/x86_64/crtn.S: New file.
55788         * sysdeps/x86_64/elf/initfini.c: Remove file.
55790 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
55792         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
55793         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
55794         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
55795         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
55796         <bits/inotify.h>.
55797         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
55798         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55799         bits/inotify.h.
55801 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
55803         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
55804         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
55805         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
55806         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
55807         <bits/eventfd.h>.
55808         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
55809         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55810         bits/eventfd.h.
55812 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
55814         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
55815         __feraiseexcept instead of feraiseexcept.
55817         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
55818         nanosleep invocations.
55819         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
55820         strings, and add error checking for a nanosleep invocations.
55822 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
55824         Replace FSF snail mail address with URLs, as per GNU coding standards.
55825         Most of the snail mail addresses were wrong anyway, and omitting
55826         them makes the source code easier to maintain.  Almost all of the
55827         changes are to license notices and to locale LC_IDENTIFICATION
55828         addresses, except for this one:
55829         * manual/libc.texinfo: In "Published by", give the FSF's URL,
55830         not its snail mail address.
55832 2012-02-09  Richard Henderson  <rth@twiddle.net>
55834         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
55835         of kernel-features.h.
55837         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
55839 2012-02-08  Marek Polacek  <polacek@redhat.com>
55841         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
55842         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
55843         * sysdeps/gnu/_G_config.h: Likewise.
55844         * sysdeps/generic/_G_config.h: Likewise.
55846 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
55848         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
55849         tests.
55850         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
55852         * sysdeps/powerpc/powerpc32/crti.S: New file.
55853         * sysdeps/powerpc/powerpc32/crtn.S: New file.
55854         * sysdeps/powerpc/powerpc64/crti.S: New file.
55855         * sysdeps/powerpc/powerpc64/crtn.S: New file.
55857         * Makeconfig (have-initfini): Don't set.
55858         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
55859         * configure.in (nopic_initfini): Don't substitute.
55860         * config.h.in (HAVE_INITFINI): Don't #undef.
55861         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
55862         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
55864 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
55866         Support crti.S and crtn.S provided directly by architectures.
55867         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
55868         [crti.S in sysdirs] (omit-deps): Likewise.
55869         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
55870         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
55871         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
55872         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
55873         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
55874         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
55875         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
55876         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
55877         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
55878         compiler output for sysdeps/generic/initfini.c.
55879         * sysdeps/i386/elf/Makefile: Remove file.
55880         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
55882 2012-02-07  Marek Polacek  <polacek@redhat.com>
55884         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
55885         * sysdeps/gnu/_G_config.h: Likewise.
55886         * sysdeps/mach/hurd/_G_config.h: Likewise.
55888 2012-02-07  Marek Polacek  <polacek@redhat.com>
55890         * math/Makefile (tests): Add tst-CMPLX2.
55891         * math/tst-CMPLX2.c: New file.
55893 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
55895         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
55897         * math/libm-test.inc (jn_test): Add missing L suffix.
55899 2012-02-06  Marek Polacek  <polacek@redhat.com>
55901         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
55902         * sysdeps/i386/fpu/e_powf.S: Likewise.
55903         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
55904         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
55905         * sysdeps/i386/fpu/e_acosh.S: Likewise.
55906         * sysdeps/i386/fpu/e_pow.S: Likewise.
55907         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
55908         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
55909         * sysdeps/i386/fpu/s_expm1.S: Likewise.
55910         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
55911         * sysdeps/i386/fpu/e_log2.S: Likewise.
55912         * sysdeps/i386/fpu/e_log2l.S: Likewise.
55913         * sysdeps/i386/fpu/e_scalb.S: Likewise.
55914         * sysdeps/i386/fpu/e_powl.S: Likewise.
55915         * sysdeps/i386/fpu/s_log1p.S: Likewise.
55916         * sysdeps/i386/fpu/e_log10f.S: Likewise.
55917         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
55918         * sysdeps/i386/fpu/e_logl.S: Likewise.
55919         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
55920         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
55921         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
55922         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
55923         * sysdeps/i386/fpu/e_log2f.S: Likewise.
55924         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
55925         * sysdeps/i386/fpu/e_log.S: Likewise.
55926         * sysdeps/i386/fpu/s_cexp.S: Likewise.
55927         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
55928         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
55929         * sysdeps/i386/fpu/e_logf.S: Likewise.
55930         * sysdeps/i386/fpu/e_log10l.S: Likewise.
55931         * sysdeps/i386/fpu/e_atanh.S: Likewise.
55932         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
55933         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
55934         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
55935         * sysdeps/i386/fpu/e_log10.S: Likewise.
55936         * sysdeps/i386/fpu/s_frexp.S: Likewise.
55937         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
55938         * sysdeps/i386/fpu/s_asinh.S: Likewise.
55939         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
55940         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
55941         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
55942         * sysdeps/i386/asm-syntax.h: Likewise.
55943         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
55944         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
55945         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
55946         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
55947         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
55948         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
55949         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
55950         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
55951         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
55952         * sysdeps/powerpc/sysdep.h: Likewise.
55953         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
55954         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
55956 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
55958         [BZ #411]
55959         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
55961 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
55963         * sysdeps/i386/sysdep.h: Include <features.h>.
55964         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
55965         version.
55967 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
55969         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
55970         Define.
55971         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
55972         LOAD_PIC_REG_STR.
55974 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
55976         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
55977         (SETUP_PIC_REG): Use GET_PC_THUNK.
55978         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
55979         macro.
55981 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
55983         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
55984         for non-PIC compilation.
55985         (SETUP_PIC_REG): Add .p2align directive.
55986         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
55987         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
55988         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
55989         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
55990         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
55991         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
55992         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
55993         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55994         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
55995         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
55996         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
55997         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
55998         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
55999         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
56000         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
56001         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
56002         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
56003         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
56004         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
56005         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
56006         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
56007         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
56008         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
56009         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
56010         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
56011         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
56012         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
56013         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
56014         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
56015         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
56016         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
56017         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
56018         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
56019         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
56020         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
56021         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
56022         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
56023         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
56024         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
56025         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
56026         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
56028 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
56030         * math/tst-CMPLX.c: Include <stdio.h>.
56032 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
56034         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
56035         float.
56036         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
56037         * sysdeps/sparc/bits/mathdef.h: Likewise.
56039 2012-01-31  Marek Polacek  <polacek@redhat.com>
56041         * libio/libio.h: Don't define _PARAMS.
56042         * locale/programs/config.h: Don't define PARAMS.
56043         * stdlib/strtol_l.c: Likewise.
56044         (__strtol_l): Remove PARAMS from the prototype.
56046 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
56048         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
56049         names.  Just use the correct names.  Remove unnecessary wrapper
56050         functions.
56051         * malloc/arena.c: Likewise.
56052         * malloc/hooks.c: Likewise.
56054         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
56055         ARENA_TEST says not to.  Simplify test for creation of a new arena.
56056         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
56058 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
56060         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
56061         into tail calls.
56062         (update_get_addr): New function.
56063         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
56064         GET_ADDR_MODULE parameter.
56066 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
56068         * crypt/cert.c: Remove __STDC__ conditionals.
56069         * crypt/crypt-entry.c: Likewise.
56070         * crypt/crypt_util.c: Likewise.
56071         * libio/filedoalloc.c: Likewise.
56072         * libio/fileops.c: Likewise.
56073         * libio/genops.c: Likewise.
56074         * libio/iofclose.c: Likewise.
56075         * libio/iofdopen.c: Likewise.
56076         * libio/iofopen.c: Likewise.
56077         * libio/iofopen64.c: Likewise.
56078         * libio/iogetdelim.c: Likewise.
56079         * libio/iopopen.c: Likewise.
56080         * libio/obprintf.c: Likewise.
56081         * libio/oldfileops.c: Likewise.
56082         * libio/oldiofclose.c: Likewise.
56083         * libio/oldiofdopen.c: Likewise.
56084         * libio/oldiofopen.c: Likewise.
56085         * libio/oldiopopen.c: Likewise.
56086         * libio/wfiledoalloc.c: Likewise.
56087         * libio/wgenops.c: Likewise.
56088         * locale/programs/xmalloc.c: Likewise.
56089         * misc/syslog.c: Likewise.
56090         * stdio-common/xbug.c: Likewise.
56091         * string/memchr.c: Likewise.
56092         * string/memcmp.c: Likewise.
56093         * string/memrchr.c: Likewise.
56094         * string/rawmemchr.c: Likewise.
56095         * sysdeps/posix/getcwd.c: Likewise.
56096         * time/strftime_l.c: Likewise.
56098 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
56100         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
56101         * config.make.in (config-cflags-sse2avx): Define.
56102         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
56103         Fix typo.
56105 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
56107         * scripts/config.guess: Update from upstream config git repository.
56108         * scripts/config.sub: Likewise.
56110 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
56112         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
56113         (EM_NUM): Update.
56114         (R_TILEPRO_*, R_TILEGX_*): New macros.
56116         * scripts/firstversions.awk: Fix bug in version range handling.
56118         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
56120         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
56122         * include/sys/epoll.h: New file.
56123         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
56124         libc_hidden_def.
56126 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
56128         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
56129         Avoid unnecessary __WORDSIZE == 64 test.
56130         (fmaxf): Use VEX format if possible.
56131         (fmax): Likewise.
56132         (fminf): Likewise.
56133         (fmin): Likewise.
56135         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
56136         * math/math_private.h: Remove libc_fegetround* and
56137         libc_fesetround*.
56138         * sysdeps/i386/configure.in: Check for -msse2avx.
56139         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
56140         also if SSE2AVX is defined.
56141         Remove libc_fegetround* and libc_fesetround*.
56142         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
56143         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
56144         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
56145         of HAS_YMM_USABLE.
56146         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
56147         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
56148         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
56149         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
56150         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
56152         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
56154 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
56156         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
56157         size is not set.
56158         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56160 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
56162         [BZ #13618]
56163         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
56164         relocation.
56165         * Makeconfig (libm): Define.
56166         * elf/Makefile: Add rules to build and run tst-relsort1.
56167         * elf/tst-relsort1.c: New file.
56168         * elf/tst-relsort1mod1.c: New file.
56169         * elf/tst-relsort1mod2.c: New file.
56171 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
56173         * math/s_ldexp.c: Remove __STDC__ conditionals.
56174         * math/s_ldexpf.c: Likewise.
56175         * math/s_ldexpl.c: Likewise.
56176         * math/s_nextafter.c: Likewise.
56177         * math/s_nexttowardf.c: Likewise.
56178         * math/s_significand.c: Likewise.
56179         * math/s_significandf.c: Likewise.
56180         * math/s_significandl.c: Likewise.
56181         * math/w_jnl.c: Likewise.
56182         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
56183         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
56184         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
56185         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
56186         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
56187         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
56188         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
56189         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
56190         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
56191         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
56192         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
56193         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
56194         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
56195         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
56196         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
56197         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
56198         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
56199         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
56200         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
56201         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
56202         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
56203         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
56204         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
56205         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
56206         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
56207         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
56208         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
56209         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
56210         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
56211         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
56212         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
56213         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
56214         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
56215         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
56216         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
56217         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
56218         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
56219         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
56220         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
56221         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
56222         * sysdeps/ieee754/k_standard.c: Likewise.
56223         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
56224         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
56225         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
56226         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
56227         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
56228         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
56229         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
56230         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
56231         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
56232         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
56233         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
56234         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
56235         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
56236         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
56237         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
56238         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
56239         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
56240         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
56241         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
56242         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
56243         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
56244         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
56245         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
56246         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
56247         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
56248         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
56249         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
56250         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
56251         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
56252         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
56253         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
56254         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
56255         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
56256         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
56257         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
56258         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
56259         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
56260         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
56261         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
56262         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
56263         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
56264         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
56265         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
56266         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
56267         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
56268         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
56269         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
56270         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
56271         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
56272         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
56273         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
56274         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
56275         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
56276         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
56277         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
56278         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
56279         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
56280         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
56281         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
56282         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
56283         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
56284         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
56285         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
56286         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
56287         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
56288         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
56289         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
56290         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
56291         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
56292         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
56293         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
56294         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
56295         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
56296         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
56297         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
56298         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
56299         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
56300         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
56301         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
56302         * sysdeps/ieee754/s_matherr.c: Likewise.
56303         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
56304         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
56305         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
56306         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
56308 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
56310         * crypt/md5.h: Remove __STDC__ conditionals.
56311         * libio/libioP.h: Likewise.
56312         * locale/programs/config.h: Likewise.
56313         * sysdeps/generic/sysdep.h: Likewise.
56314         * sysdeps/i386/asm-syntax.h: Likewise.
56315         * sysdeps/s390/asm-syntax.h: Likewise.
56316         * sysdeps/unix/sysdep.h: Likewise.
56317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
56318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
56320 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
56322         * libio/libio.h: Remove __STDC__ conditionals.
56323         * malloc/obstack.h: Likewise.
56324         * math/complex.h: Likewise.
56325         * math/math.h: Likewise.
56326         * sysdeps/generic/_G_config.h: Likewise.
56327         * sysdeps/gnu/_G_config.h: Likewise.
56328         * sysdeps/mach/hurd/_G_config.h: Likewise.
56329         * sysdeps/powerpc/bits/mathdef.h: Likewise.
56330         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
56331         * sysdeps/sparc/bits/mathdef.h: Likewise.
56333 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
56335         [BZ #13583]
56336         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
56337         Clean up HAS_* macros.
56338         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
56339         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
56340         possible.
56341         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
56342         HAS_AVX.
56343         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
56344         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
56345         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
56346         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
56347         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
56349 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
56351         * elf/tst-unique3.cc (gets): Remove declaration.
56352         * elf/tst-unique3lib.cc (gets): Likewise.
56353         * elf/tst-unique3lib2.cc (gets): Likewise.
56354         * elf/tst-unique4.cc (gets): Likewise.
56356 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
56358         * include/stdio.h: Add C++ protection.  Add gets declarations and
56359         definitions.
56360         * debug/tst-chk1.c: Don't declare gets here.
56361         * stdio-common/tst-gets.c: Likewise.
56363 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
56365         * posix/glob: Remove directory.
56367 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
56369         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
56371 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
56373         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
56374         of the non-standard EPFNOSUPPORT.
56376 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56378         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
56379         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
56380         ANYWHERE set to 1 only on KERN_NO_SPACE error.
56382 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
56384         * wcsmbs/uchar.h: Test __STDC_VERSION__.
56386 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
56388         * nscd/aicache.c (addhstaiX): Do not cache negative results of
56389         transient errors.
56390         * nscd/grpcache.c (cache_addgr): Likewise.
56391         * nscd/hstcache.c (cache_addhst): Likewise.
56392         * nscd/initgrcache.c (addinitgroupsX): Likewise.
56393         * nscd/pwdcache.c (cache_addpw): Likewise.
56394         * nscd/servicescache.c (cache_addserv): Likewise.
56396 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
56398         * malloc/malloc.c: Various cleanups.
56399         * malloc/hooks.c: Likewise.
56401         * stdlib/Makefile (tests): Add bug-fmtmsg1.
56402         * stdlib/bug-fmtmsg1.c: New file.
56404         * stdlib/fmtmsg.c (init): Add missing unlock.
56405         Patch by Peng Haitao <penght@cn.fujitsu.com>.
56407 2012-01-12  Marek Polacek  <polacek@redhat.com>
56409         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
56410         and _GNU_SOURCE.
56412 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
56414         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
56415         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
56416         macro to ensure uniqueness of label name.
56417         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
56418         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
56420 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
56422         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
56424         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
56425         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
56426         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
56427         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
56429 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
56431         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
56433         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
56434         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
56435         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
56437         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
56439         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
56440         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
56441         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
56442         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
56444         * math/bits/math-finite.h: Add ldexp support.
56446 2012-01-10  Marek Polacek  <polacek@redhat.com>
56448         * locale/programs/localedef.h (show_archive_content): Add noreturn
56449         attribute.
56451 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
56453         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
56455 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
56457         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
56459         * io/Makefile (headers): Add bits/poll2.h.
56461 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
56463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
56464         typo #include statement.
56466 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
56468         * include/sys/cdefs.h: Define __attribute_alloc_size.
56469         * catgets/gencat.c: Add alloc_size attribute and apply consistently
56470         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
56471         * elf/pldd.c: Likewise.
56472         * iconv/iconv_charmap.c: Likewise.
56473         * iconv/iconvconfig.c: Likewise.
56474         * iconv/strtab.c: Likewise.
56475         * locale/programs/locale.c: Likewise.
56476         * locale/programs/localedef.h: Likewise.
56477         * locale/programs/simple-hash.c: Likewise.
56478         * nscd/nscd.h: Likewise.
56479         * nss/makedb.c: Likewise.
56480         * sysdeps/generic/ldconfig.h: Likewise.
56481         * locale/programs/localedef.c: Remove xmalloc prototype.
56482         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
56484 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
56486         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
56487         appropriate.
56489 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
56491         * math/Makefile (tests): Add tst-CMPLX.
56492         * math/tst-CMPLX.c: New file.
56494         * math/complex.h (CMPLXL): Fix typo.
56496         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
56497         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
56498         GLIBC_2.16.
56499         * debug/tst-chk1.c: Add poll and ppoll tests.
56500         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
56501         * include/sys/poll.h: Add hidden proto for ppoll.
56502         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
56503         * sysdeps/mach/hurd/ppoll.c: Likewise.
56504         * io/ppoll.c: Likewise.
56505         * debug/poll_chk.c: New file.
56506         * debug/ppoll_chk.c: New file.
56507         * include/bits/poll2.h: New file.
56508         * io/bits/poll2.h: New file.
56510         [BZ #1350]
56511         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
56513         * configure.in: static is always set to yes.  Remove.
56514         * config.make.in: Don't set build-static.
56515         * Makeconfig: Remove use of build-static.
56516         * dlfcn/Makefile: Likewise.
56517         * elf/Makefile: Likewise.
56518         * math/Makefile: Likewise.
56519         * misc/Makefile: Likewise.
56520         * nptl/Makefile: Likewise.
56521         * sysdeps/mach/hurd/Makefile: Likewise.
56523         * configure.in: PWD_P is not used anymore.
56524         * config.make.in: Remove PWD_P entry.
56526         * configure.in: Remove last remnants of RANLIB.
56527         No need to check for signed size_t anymore.
56528         Don't set libc_commonpagesize and libc_relro_required here for Alpha
56529         and IA-64.
56530         Remove __builtin_expect test because we require at least gcc 3.4.
56531         * aclocal.m4: Likewise.
56533         * wcsmbs/mbrtoc16.c: Implement using towc function.
56534         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
56535         * wcsmbs/wcsmbsload.c: Likewise.
56536         * iconv/gconv_simple.c: Likewise.
56537         * iconv/gconv_int.h: Likewise.
56538         * iconv/gconv_builtin.h: Likewise.
56539         * iconv/iconv_prog.c: Remove CHAR16 handling.
56541         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
56543         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
56545         * configure.in: Remove --with-elf and --enable-bounded options.
56546         Dont set base_machine for ia64.  More non-ELF conditions removed.
56547         Remove testing and setting of leading underscore information.
56548         * config.make.in (build-bounded): Set to no.
56549         * config.h.in: Remove NO_UNDERSCORES entry.
56550         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
56551         them.
56552         * csu/start.c: Remove !NO_UNDERSCORE code.
56553         * locale/localeinfo.h: Likewise.
56554         * sysdeps/generic/machine-gmon.h: Likewise.
56555         * sysdeps/generic/sysdep.h: Likewise.
56556         * sysdeps/i386/sysdep.h: Likewise.
56557         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
56558         * sysdeps/mach/sysdep.h: Likewise.
56559         * sysdeps/s390/s390-32/sysdep.h: Likewise.
56560         * sysdeps/s390/s390-64/sysdep.h: Likewise.
56561         * sysdeps/sh/sysdep.h: Likewise.
56562         * sysdeps/sparc/sparc32/alloca.S: Likewise.
56563         * sysdeps/unix/i386/sysdep.S: Likewise.
56564         * sysdeps/unix/sparc/start.c: Likewise.
56565         * sysdeps/unix/sparc/sysdep.S: Likewise.
56566         * sysdeps/unix/sparc/sysdep.h: Likewise.
56567         * sysdeps/unix/start.c: Likewise.
56568         * sysdeps/unix/x86_64/sysdep.S: Likewise.
56569         * sysdeps/x86_64/sysdep.h: Likewise.
56571 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
56573         [BZ #13553]
56574         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
56575         for non-gcc.
56576         * argp/argp-fmtstream.h: Use const instead __const.
56577         * argp/argp.h: Likewise.
56578         * assert/assert.h: Likewise.
56579         * bits/fenv.h: Likewise.
56580         * bits/sched.h: Likewise.
56581         * bits/sigset.h: Likewise.
56582         * bits/sigthread.h: Likewise.
56583         * catgets/nl_types.h: Likewise.
56584         * conform/data/pthread.h-data: Likewise.
56585         * crypt/crypt-private.h: Likewise.
56586         * crypt/crypt.h: Likewise.
56587         * crypt/crypt_util.c: Likewise.
56588         * ctype/ctype.h: Likewise.
56589         * debug/execinfo.h: Likewise.
56590         * debug/mbsnrtowcs_chk.c: Likewise.
56591         * debug/mbsrtowcs_chk.c: Likewise.
56592         * debug/wcsnrtombs_chk.c: Likewise.
56593         * debug/wcsrtombs_chk.c: Likewise.
56594         * debug/wcstombs_chk.c: Likewise.
56595         * dirent/dirent.h: Likewise.
56596         * dlfcn/dlfcn.h: Likewise.
56597         * elf/neededtest4.c: Likewise.
56598         * grp/grp.h: Likewise.
56599         * gshadow/gshadow.h: Likewise.
56600         * iconv/gconv.h: Likewise.
56601         * iconv/gconv_int.h: Likewise.
56602         * iconv/gconv_simple.c: Likewise.
56603         * iconv/iconv.h: Likewise.
56604         * iconv/loop.c: Likewise.
56605         * iconv/skeleton.c: Likewise.
56606         * include/aio.h: Likewise.
56607         * include/aliases.h: Likewise.
56608         * include/argz.h: Likewise.
56609         * include/arpa/inet.h: Likewise.
56610         * include/assert.h: Likewise.
56611         * include/dirent.h: Likewise.
56612         * include/dlfcn.h: Likewise.
56613         * include/execinfo.h: Likewise.
56614         * include/fcntl.h: Likewise.
56615         * include/fenv.h: Likewise.
56616         * include/glob.h: Likewise.
56617         * include/grp.h: Likewise.
56618         * include/libintl.h: Likewise.
56619         * include/mntent.h: Likewise.
56620         * include/netdb.h: Likewise.
56621         * include/pwd.h: Likewise.
56622         * include/rpc/netdb.h: Likewise.
56623         * include/sched.h: Likewise.
56624         * include/search.h: Likewise.
56625         * include/shadow.h: Likewise.
56626         * include/signal.h: Likewise.
56627         * include/stdio.h: Likewise.
56628         * include/stdlib.h: Likewise.
56629         * include/string.h: Likewise.
56630         * include/sys/socket.h: Likewise.
56631         * include/sys/stat.h: Likewise.
56632         * include/sys/statfs.h: Likewise.
56633         * include/sys/statvfs.h: Likewise.
56634         * include/sys/syslog.h: Likewise.
56635         * include/sys/time.h: Likewise.
56636         * include/sys/uio.h: Likewise.
56637         * include/time.h: Likewise.
56638         * include/unistd.h: Likewise.
56639         * include/utmp.h: Likewise.
56640         * include/wchar.h: Likewise.
56641         * include/wctype.h: Likewise.
56642         * inet/aliases.h: Likewise.
56643         * inet/arpa/inet.h: Likewise.
56644         * inet/netinet/ether.h: Likewise.
56645         * inet/netinet/in.h: Likewise.
56646         * intl/libintl.h: Likewise.
56647         * io/bits/fcntl2.h: Likewise.
56648         * io/fcntl.h: Likewise.
56649         * io/ftw.h: Likewise.
56650         * io/sys/poll.h: Likewise.
56651         * io/sys/stat.h: Likewise.
56652         * io/sys/statfs.h: Likewise.
56653         * io/sys/statvfs.h: Likewise.
56654         * io/utime.h: Likewise.
56655         * libio/bits/stdio.h: Likewise.
56656         * libio/bits/stdio2.h: Likewise.
56657         * libio/libio.h: Likewise.
56658         * libio/libioP.h: Likewise.
56659         * libio/stdio.h: Likewise.
56660         * locale/lc-ctype.c: Likewise.
56661         * locale/locale.h: Likewise.
56662         * login/utmp.h: Likewise.
56663         * malloc/arena.c: Likewise.
56664         * malloc/malloc.c: Likewise.
56665         * malloc/malloc.h: Likewise.
56666         * malloc/mcheck.c: Likewise.
56667         * malloc/mtrace.c: Likewise.
56668         * math/bits/mathcalls.h: Likewise.
56669         * math/fenv.h: Likewise.
56670         * math/math_private.h: Likewise.
56671         * misc/bits/error.h: Likewise.
56672         * misc/bits/syslog.h: Likewise.
56673         * misc/err.h: Likewise.
56674         * misc/error.h: Likewise.
56675         * misc/fstab.h: Likewise.
56676         * misc/mntent.h: Likewise.
56677         * misc/regexp.h: Likewise.
56678         * misc/search.h: Likewise.
56679         * misc/sgtty.h: Likewise.
56680         * misc/sys/mman.h: Likewise.
56681         * misc/sys/syslog.h: Likewise.
56682         * misc/sys/uio.h: Likewise.
56683         * misc/sys/xattr.h: Likewise.
56684         * misc/ttyent.h: Likewise.
56685         * nis/rpcsvc/ypclnt.h: Likewise.
56686         * nss/nss.h: Likewise.
56687         * posix/bits/unistd.h: Likewise.
56688         * posix/fnmatch.h: Likewise.
56689         * posix/glob.h: Likewise.
56690         * posix/sched.h: Likewise.
56691         * posix/spawn.h: Likewise.
56692         * posix/sys/wait.h: Likewise.
56693         * posix/unistd.h: Likewise.
56694         * posix/wordexp.h: Likewise.
56695         * pwd/pwd.h: Likewise.
56696         * resolv/netdb.h: Likewise.
56697         * resource/sys/resource.h: Likewise.
56698         * rt/aio.h: Likewise.
56699         * rt/bits/mqueue2.h: Likewise.
56700         * rt/mqueue.h: Likewise.
56701         * shadow/shadow.h: Likewise.
56702         * signal/signal.h: Likewise.
56703         * socket/send.c: Likewise.
56704         * socket/sendto.c: Likewise.
56705         * socket/sys/socket.h: Likewise.
56706         * stdio-common/printf.h: Likewise.
56707         * stdlib/bits/stdlib.h: Likewise.
56708         * stdlib/fmtmsg.h: Likewise.
56709         * stdlib/monetary.h: Likewise.
56710         * stdlib/stdlib.h: Likewise.
56711         * stdlib/ucontext.h: Likewise.
56712         * streams/stropts.h: Likewise.
56713         * string/argz.h: Likewise.
56714         * string/bits/string2.h: Likewise.
56715         * string/string.h: Likewise.
56716         * string/strings.h: Likewise.
56717         * sunrpc/rpc/auth.h: Likewise.
56718         * sunrpc/rpc/auth_des.h: Likewise.
56719         * sunrpc/rpc/clnt.h: Likewise.
56720         * sunrpc/rpc/netdb.h: Likewise.
56721         * sunrpc/rpc/pmap_clnt.h: Likewise.
56722         * sunrpc/rpc/xdr.h: Likewise.
56723         * sysdeps/generic/inttypes.h: Likewise.
56724         * sysdeps/generic/net/if.h: Likewise.
56725         * sysdeps/generic/sys/swap.h: Likewise.
56726         * sysdeps/gnu/net/if.h: Likewise.
56727         * sysdeps/gnu/utmpx.h: Likewise.
56728         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
56729         * sysdeps/i386/i486/bits/string.h: Likewise.
56730         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
56731         * sysdeps/s390/bits/string.h: Likewise.
56732         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
56733         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
56734         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
56735         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
56736         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
56737         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
56738         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
56739         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
56740         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
56741         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
56742         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
56743         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
56744         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
56745         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
56746         * sysdeps/unix/sysv/linux/readv.c: Likewise.
56747         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
56748         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
56749         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56750         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
56751         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
56752         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
56753         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
56754         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
56755         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
56756         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
56757         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
56758         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
56759         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
56760         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
56761         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
56762         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
56763         * sysvipc/sys/ipc.h: Likewise.
56764         * sysvipc/sys/msg.h: Likewise.
56765         * sysvipc/sys/sem.h: Likewise.
56766         * sysvipc/sys/shm.h: Likewise.
56767         * termios/termios.h: Likewise.
56768         * time/sys/time.h: Likewise.
56769         * time/time.h: Likewise.
56770         * wcsmbs/bits/wchar2.h: Likewise.
56771         * wcsmbs/uchar.h: Likewise.
56772         * wcsmbs/wchar.h: Likewise.
56773         * wctype/wctype.h: Likewise.
56775         [BZ #13551]
56776         * Makeconfig: Remove all but ELF support including AIX support.
56777         * Makerules: Likewise.
56778         * config.h.in: Likewise.
56779         * config.make.in: Likewise.
56780         * configure: Likewise.
56781         * configure.in: Likewise.
56782         * csu/Makefile: Likewise.
56783         * csu/version.c: Likewise.
56784         * debug/Makefile: Likewise.
56785         * dlfcn/Makefile: Likewise.
56786         * elf/Makefile: Likewise.
56787         * extra-lib.mk: Likewise.
56788         * iconv/Makefile: Likewise.
56789         * include/libc-symbols.h: Likewise.
56790         * include/shlib-compat.h: Likewise.
56791         * resolv/Makefile: Likewise.
56792         * resolv/res_libc.c: Likewise.
56793         * rt/Makefile: Likewise.
56794         * sysdeps/i386/asm-syntax.h: Likewise.
56795         * sysdeps/i386/sysdep.h: Likewise.
56796         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
56797         * sysdeps/mach/sysdep.h: Likewise.
56798         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
56799         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
56800         * sysdeps/s390/asm-syntax.h: Likewise.
56801         * sysdeps/s390/s390-32/sysdep.h: Likewise.
56802         * sysdeps/s390/s390-64/sysdep.h: Likewise.
56803         * sysdeps/sh/sysdep.h: Likewise.
56804         * sysdeps/unix/sparc/sysdep.h: Likewise.
56805         * sysdeps/wordsize-32/divdi3.c: Likewise.
56806         * sysdeps/x86_64/sysdep.h: Likewise.
56808         * argp/Versions: Remove _argp_unlock_xxx.
56810         [BZ #13559]
56811         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
56812         * abilist/libBrokenLocale.abilist: Likewise.
56813         * abilist/libanl.abilist: Likewise.
56814         * abilist/libc.abilist: Likewise.
56815         * abilist/libcrypt.abilist: Likewise.
56816         * abilist/libdl.abilist: Likewise.
56817         * abilist/libm.abilist: Likewise.
56818         * abilist/libnsl.abilist: Likewise.
56819         * abilist/libpthread.abilist: Likewise.
56820         * abilist/libresolv.abilist: Likewise.
56821         * abilist/librt.abilist: Likewise.
56822         * abilist/libthread_db.abilist: Likewise.
56823         * abilist/libutil.abilist: Likewise.
56824         * abilist/libnss_db.abilist: New file.
56826         * scripts/abilist.awk: Add support for indirect functions.
56828         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
56830         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
56832         * shlib-versions: Remove entries for ports architectures.
56834         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
56835         files in ports.
56836         * elf/stackguard-macros.h: Remove support for IA-64.
56837         * elf/tst-auditmod1.c: Likewise.
56838         * sysdeps/generic/ldsodefs.h: Likewise.
56840         * sysdeps/unix/sysv/linux/configure.in: Ports should define
56841         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
56842         configure files.
56844         [BZ #13552]
56845         * configure.in: Remove --enable-omitfp support.
56846         * FAQ.in: Adjust.
56847         * config.make.in: Likewise.
56848         * Makeconfig: Likewise.
56849         * manual/install.texi: Likewise.
56851         In case anyone cares, the IA-64 architecture could move to ports.
56852         * sysdeps/ia64/*: Removed.
56853         * sysdeps/unix/sysv/linux/ia64/*: Removed.
56854         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
56856         [BZ #13555]
56857         * configure.in: Remove entries for unsupported architectures.
56859         [BZ #13533]
56860         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
56861         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
56862         routines.
56863         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
56864         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
56865         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
56866         fall back to using wcrtomb.
56867         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
56868         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
56869         renaming.
56870         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
56871         * wcsmbs/tst-c16c32-1.c: New file.
56873         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
56874         local variable.
56876         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
56878         * elf/tst-unique3.cc: Add explicit declaration of gets.
56879         * elf/tst-unique3lib.cc: Likewise.
56880         * elf/tst-unique3lib2.cc: Likewise.
56881         * elf/tst-unique4.cc: Likewise.
56883         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
56885 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
56887         [BZ #13566]
56888         * assert/assert.h (static_assert): Don't define for C++.
56889         * libio/stdio.h (gets): Do declare for C++ <= C++11.
56890         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
56892 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
56894         * iconv/loop.c (single loop): Fix assertion in storing of
56895         remaining bytes.
56897         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
56899 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
56901         * posix/getconf.c: Update copyright year.
56902         * nss/getent.c: Likewise.
56903         * nss/makedb.c: Likewise.
56904         * iconv/iconvconfig.c: Likewise.
56905         * iconv/iconv_prog.c: Likewise.
56906         * elf/ldconfig.c: Likewise.
56907         * elf/pldd.c: Likewise.
56908         * elf/sotruss.ksh: Likewise.
56909         * catgets/gencat.c: Likewise.
56910         * csu/version.c: Likewise.
56911         * elf/ldd.bash.in: Likewise.
56912         * elf/sprof.c (print_version): Likewise.
56913         * locale/programs/locale.c: Likewise.
56914         * locale/programs/localedef.c: Likewise.
56915         * login/programs/pt_chown.c: Likewise.
56916         * nscd/nscd.c (print_version): Likewise.
56917         * debug/xtrace.sh: Likewise.
56918         * malloc/memusage.sh: Likewise.
56919         * malloc/mtrace.pl: Likewise.
56920         * debug/catchsegv.sh: Likewise.
56922 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
56924         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
56925         pure attribute.
56927 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
56929         [BZ #13533]
56930         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
56931         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
56932         transformations.
56933         * iconv/gconv_int.h: Likewise.
56934         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
56935         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
56936         from libc for GLIBC_2.16.
56937         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
56938         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
56939         * wcsmbs/uchar.h: Really define mbstate_t.
56940         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
56941         * wcsmbs/c16rtomb.c: New file.
56942         * wcsmbs/mbrtoc16.c: New file.
56943         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
56944         for C/POSIX locale.
56945         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
56946         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
56948         * wcsmbs/wchar.h: Add missing __restrict.
56950 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
56952         [BZ #13532]
56953         * time/Makefile (routines): Add timespec_get.
56954         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
56955         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
56956         timespec for ISO C11.
56957         * time/timespec_get.c: New file.
56958         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
56959         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
56961         [BZ #13531]
56962         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
56963         * stdlib/stdlib.h: Declare aligned_alloc.
56964         * Versions.def: Add GLIBC_2.16 for libc.
56965         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
56967         [BZ 13527]
56968         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
56969         ISO C11.
56971         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
56972         code.
56974         [BZ #13528]
56975         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
56977         [BZ #13529]
56978         * assert/assert.h (static_assert): Define.
56980         * version.h: Update for 2.16 development version.
56982         [BZ #13526]
56983         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
56984         _ISOC11_SOURCE.
56986         * version.h (RELEASE): Bump for 2.15 release.
56987         * include/features.h (__GLIBC_MINOR__): Bump to 15.
56989         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
56990         Patch by Marek Polacek <mpolacek@redhat.com>.
56992         * bits/byteswap.h: Protect long long constants with __extension__.
56993         * sysdeps/i386/bits/byteswap.h: Likewise.
56994         * sysdeps/ia64/bits/byteswap.h: Likewise.
56995         * sysdeps/s390/bits/byteswap.h: Likewise.
56996         * sysdeps/x86_64/bits/byteswap.h: Likewise.
56998 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
57000         [BZ #13540]
57001         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
57002         destination buffer.
57003         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
57005 2011-12-23  Marek Polacek  <polacek@redhat.com>
57007         * elf/dl-addr.c (determine_info): Add inline keyword.
57008         * elf/tst-auditmod4b.c (check_avx): Likewise.
57009         * elf/tst-auditmod6b.c (check_avx): Likewise.
57010         * elf/tst-auditmod6c.c (check_avx): Likewise.
57011         * elf/tst-auditmod7b.c (check_avx): Likewise.
57013 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
57015         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
57016         !__SSE_MATH__.
57018 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
57020         [BZ #13540]
57021         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
57022         processing for last bytes.
57024 2011-08-06  Bruno Haible  <bruno@clisp.org>
57026         [BZ #13061]
57027         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
57028         U+0385, not to U+1FEE.
57030         [BZ #13062]
57031         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
57032         entry for U+00A5 U+0301.
57034 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
57036         [BZ #13166]
57037         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
57038         buffer for the output is too small.
57040         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
57041         optimization.
57043         [BZ #13185]
57044         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
57045         SSE flags if possible.
57047 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
57049         [BZ #13540]
57050         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
57051         processing for last bytes.
57053 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
57055         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
57056         (syscall-list-default-options, syscall-list-default-condition)
57057         (syscall-list-includes): Define.
57058         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
57059         list of ABIs and options and #if conditions for each ABI.  Do not
57060         handle common syscalls between ABIs specially.
57061         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
57062         Remove.
57063         (syscall-list-variants, syscall-list-32bit-options)
57064         (syscall-list-32bit-condition, syscall-list-64bit-options)
57065         (syscall-list-64bit-condition): Define.
57066         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
57067         (syscall-list-variants, syscall-list-32bit-options)
57068         (syscall-list-32bit-condition, syscall-list-64bit-options)
57069         (syscall-list-64bit-condition): Define.
57070         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
57071         Remove.
57072         (syscall-list-variants, syscall-list-32bit-options)
57073         (syscall-list-32bit-condition, syscall-list-64bit-options)
57074         (syscall-list-64bit-condition): Define.
57075         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
57076         Remove.
57077         (syscall-list-variants, syscall-list-32bit-options)
57078         (syscall-list-32bit-condition, syscall-list-64bit-options)
57079         (syscall-list-64bit-condition): Define.
57081 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
57083         * locale/iso-639.def: Add brx entry.
57085         [BZ #13328]
57086         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
57087         Proposed by Mariusz_Cukr <marcukr@op.pl>.
57089         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
57090         __feraiseexcept_renamed.
57092 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
57094         [BZ #13538]
57095         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
57096         EPOLLET with unsigned values.
57097         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
57098         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
57100         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
57101         to large cancellation.
57102         * math/s_cacoshf.c: Likewise.
57103         * math/s_cacoshl.c: Likewise.
57105 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
57107         [BZ #13305]
57108         [BZ #12786]
57109         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
57110         * math/s_cacoshf.c: Likewise.
57111         * math/s_cacoshl.c: Likewise.
57113 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
57115         [BZ #13439]
57116         * iconv/gconv.h: Define __GCONV_SWAP.
57117         * iconvdata/unicode.c: The swap bit must be stored in __flags.
57118         * iconvdata/utf-16.c: Likewise.
57119         * iconvdata/utf-32.c: Likewise.
57121 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
57123         [BZ #13524]
57124         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
57125         numerator after shifting it by one limb.
57127 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
57129         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
57130         under [__USE_EXTERN_INLINES].
57132 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
57134         [BZ #13446]
57135         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
57137 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57139         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
57140         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
57141         optimized code.
57142         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
57143         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
57144         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
57145         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
57146         for strncasecmp/strncasecmp_l compilation.
57147         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
57148         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
57150 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
57152         [BZ #13484]
57153         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
57154         of __asm__.
57156 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
57158         [BZ #13506]
57159         * time/tzfile.c (__tzfile_read): Check values from file header.
57161 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
57163         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
57164         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
57165         * powerpc/powerpc32/dl-start.S: Likewise.
57166         * powerpc/powerpc32/elf/start.S: Likewise.
57167         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
57168         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
57169         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
57170         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
57171         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
57172         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
57173         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
57174         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
57175         * powerpc/powerpc32/fpu/s_round.S: Likewise.
57176         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
57177         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
57178         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
57179         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
57180         * powerpc/powerpc32/memset.S: Likewise.
57181         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
57182         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
57183         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
57184         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
57185         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
57186         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
57187         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
57188         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
57189         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
57190         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
57191         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
57192         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
57193         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
57195 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57197         * math/libm-test.inc: Added more nearbyint tests.
57198         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
57199         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
57200         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
57201         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
57203 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
57205         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
57206         FD_CLOEXEC.
57208 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
57210         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
57211         Add wcscpy-ssse3 wcscpy-c.
57212         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
57213         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
57214         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
57215         * sysdeps/x86_64/wcschr.S: New file.
57216         * sysdeps/x86_64/wcsrchr.S: New file.
57217         * string/test-strcmp.c: Remove checking of wcscmp function for
57218         wrong alignments.
57219         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
57220         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
57221         wcsrchr-sse2 wcsrchr-c.
57222         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
57223         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
57224         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
57225         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
57226         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
57227         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
57228         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
57229         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
57230         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
57231         * wcsmbc/wcschr.c (WCSCHR): New macro.
57233 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
57235         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
57236         * wcsmbs/test-wcsrchr.c: New file.
57237         * string/test-strrchr.c: Add wcsrchr support.
57238         (WIDE): New macro.
57239         * wcsmbs/test-wcscpy.c: New file.
57240         * string/test-strcpy.c: Add wcscpy support.
57241         (WIDE): New macro.
57243 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
57245         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
57246         the inner loop.
57248 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
57250         [BZ #13472]
57251         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
57253 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
57255         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
57256         Minor optimizations.
57258         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
57259         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
57260         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
57262 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
57264         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
57265         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
57266         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
57267         for gcc to avoid warnings.
57268         * inet/Makefile (tests): Add tst-checks.
57269         * inet/tst-checks.c: New file.
57271         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
57272         warning.
57274         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
57275         __wmemcmp_sse2.
57277         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
57278         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
57280         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
57282 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
57284         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
57285         problem.
57287         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
57289 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
57291         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
57292         conditional on GCC version.
57293         (__arch_compare_and_exchange_val_8_acq)
57294         (__arch_compare_and_exchange_val_16_acq)
57295         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
57296         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
57297         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
57299 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
57301         * sysdeps/sh/backtrace.c: New file.
57303 2011-12-02  Andreas Schwab  <schwab@redhat.com>
57305         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
57306         parenthesis.
57308 2011-12-01  Andreas Schwab  <schwab@redhat.com>
57310         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
57311         falling back to utime.
57313 2011-11-30  Andreas Schwab  <schwab@redhat.com>
57315         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
57316         expectations for float.
57318 2011-11-29  Andreas Schwab  <schwab@redhat.com>
57320         * locale/weight.h (findidx): Add parameter len.
57321         * locale/weightwc.h (findidx): Likewise.
57322         * posix/fnmatch_loop.c (FCT): Adjust caller.
57323         * posix/regcomp.c (build_equiv_class): Likewise.
57324         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
57325         * posix/regexec.c (check_node_accept_bytes): Likewise.
57326         * string/strcoll_l.c (STRCOLL): Likewise.
57327         * string/strxfrm_l.c (STRXFRM): Likewise.
57329 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
57331         * Makefile.in: Remove CVSOPT handling.
57332         * configure.in: Remove use of AC_REVISION.
57333         * iconvdata/Makefile (distribute): No need to filter out CVS.
57334         * scripts/list-sources.sh: Remove CVS, subversion and monotone
57335         handling.
57337 2011-11-16  Andreas Schwab  <schwab@redhat.com>
57339         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
57340         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
57341         [USE_AS_STRNCASECMP_L]: Likewise.
57342         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
57343         NO_TLS_DIRECT_SEG_REFS.
57344         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
57345         Fix argument offsets for non-PIC.
57346         [USE_AS_STRNCASECMP_L]: Likewise.
57347         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
57348         NO_TLS_DIRECT_SEG_REFS.
57350 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
57352         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
57353         O_CLOEXEC.
57354         * locale/loadlocale.c (_nl_load_locale): Likewise.
57356 2011-11-15  Andreas Schwab  <schwab@redhat.com>
57358         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
57359         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
57360         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
57361         (SYSCALL_GETTIME): Set errno on error.
57363         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
57364         count references to noai6ai_cached.
57366 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
57368         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
57370         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
57371         FD_CLOEXEC for /proc/self/maps.
57373         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
57374         FD_CLOEXEC for /proc/meminfo.
57376         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
57377         gai.conf.
57379         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
57380         FD_CLOEXEC for given file.
57382         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
57384         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
57385         FD_CLOEXEC for /etc/hosts.
57386         (_gethtent): Likewise.
57388         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
57390         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
57391         cancellation and set FD_CLOEXEC for /etc/netgroup.
57393         * nss/nss_files/files-key.c (search): Don't allow cancellation when
57394         reading /etc/publickey.
57396         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
57397         allow cancellation when reading /etc/group.
57399         * nss/nss_files/files-alias.c (internal_setent): Don't allow
57400         cancellation.
57401         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
57403         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
57404         when using data file.
57406         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
57408         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
57409         (write_nis_obj): Use "c" and "e" in fopen.
57411         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
57413         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
57415         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
57417         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
57419         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
57420         locale.alias.
57422         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
57424         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
57426         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
57428         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
57429         file parsing and set FD_CLOEXEC.
57431 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
57433         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
57435 2011-11-14  Andreas Schwab  <schwab@redhat.com>
57437         * malloc/arena.c (arena_get2): Don't call reused_arena when
57438         _int_new_arena failed.
57440 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
57442         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
57443         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
57444         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
57445         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
57446         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
57447         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
57448         to compile strcasecmp and strncasecmp.
57449         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
57450         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
57452         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
57454 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
57456         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
57457         locale-defines.sym to gen-as-const-headers.
57458         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
57459         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
57460         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
57461         to compile strcasecmp and strncasecmp.
57462         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
57463         strcasecmp_l and strncasecmp_l.
57464         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
57465         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
57466         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
57467         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
57468         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
57469         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
57470         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
57471         * sysdeps/i386/i686/multiarch/strncase.S: New file.
57472         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
57473         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
57474         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
57476 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
57478         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
57479         result of SYSDEP_GETTIME_CPU to retval.
57480         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
57481         parameter list to macro.  Remove trailing semicolon.  Adjust users.
57483         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
57484         variable.
57486         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
57487         mantissa words.
57488         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
57490         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
57491         from unused variable.
57493         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
57494         DWARF definitions.
57495         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
57496         for assembling.
57498         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
57499         over namespaces.
57501         * sunrpc/rpc_prot.c (rejected): Fix case value.
57503         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
57504         unsigned long long int to avoid warnings in shift.
57506         * posix/regex_internal.c (re_string_reconstruct): Actually use result
57507         of use of trans.
57508         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
57509         variable tmp.
57511         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
57512         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
57513         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
57515         * nis/nis_table.c (nis_list): Use variable of correct type for
57516         result of __follow_path call.
57518 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
57520         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
57521         of math functions ceil, trunc, floor, round, and sqrt, when
57522         avaliable on the platform.
57523         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
57524         name clash.
57525         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
57526         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
57527         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
57529 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
57531         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
57532         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
57534 2011-11-11  Roland McGrath  <roland@hack.frob.com>
57536         * include/unistd.h: Fix __readlink return type.
57537         Reported by Chris Metcalf <cmetcalf@tilera.com>.
57539 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
57541         * stdlib/ucontext.h: Undo last change for makecontext.
57543 2011-11-11  Andreas Schwab  <schwab@redhat.com>
57545         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
57547         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
57548         * setjmp/setjmp.h: Mark functions as non-leaf.
57549         * setjmp/bits/setjmp2.h: Likewise.
57550         * stdlib/ucontext.h: Likewise.
57552 2011-11-10  Andreas Schwab  <schwab@redhat.com>
57554         * malloc/arena.c (_int_new_arena): Don't increment narenas.
57555         (reused_arena): Don't check arena limit.
57556         (arena_get2): Atomically check arena limit.
57558 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
57560         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
57561         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
57563         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
57564         instructions.
57566 2011-11-07  Andreas Schwab  <schwab@redhat.com>
57568         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
57569         handler when locking.
57571         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
57572         Fix size of allocated buffer.
57574 2011-11-04  Andreas Schwab  <schwab@redhat.com>
57576         [BZ #10103]
57577         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
57578         declarations for long double functions.
57579         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
57581         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
57583 2011-11-03  Andreas Schwab  <schwab@redhat.com>
57585         * nscd/nscd.c (main): Don't start AVC thread until credentials are
57586         installed.
57588         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
57589         is disabled.
57591 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57593         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
57595 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
57597         * include/alloca.h (stackinfo_alloca_round): Define.
57598         (extend_alloca): Use it.
57599         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
57600         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
57601         here.
57603         * scripts/check-local-headers.sh: Ignore libaudit.h.
57605         * nscd/Makefile (extra-objs): Make recursively expanded.
57607 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
57609         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
57610         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
57612         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
57613         * posix/tst-rfc3484-2.c: Likewise.
57614         * posix/tst-rfc3484-3.c: Likewise.
57616         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
57617         process_vm_writev.
57618         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
57619         process_vm_writev.
57620         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
57621         process_vm_writev from libc using GLIBC_2.15 version.
57623         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
57625 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
57627         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
57628         stack usage.
57630 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
57632         [BZ #13367]
57633         * nss/getent.c (initgroups_keys): Show error message in case no group
57634         names are given.
57636         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
57637         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
57638         __bump_nl_timestamp.
57639         * nscd/connections (nscd_init): When host database is served open
57640         netlink socket and request notification about configuration changes.
57641         (main_loop_poll): Track netlink file descriptor and bump timestamp
57642         in case data becomes available.
57643         (main_loop_epoll): Likewise.
57644         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
57645         (database_pers_head): Add extra_data fileds.
57646         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
57647         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
57648         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
57649         Adjust caller.
57650         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
57651         in6ai data, call __free_in6ai.
57652         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
57653         Add -DHAVE_NETLINK.
57654         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
57655         interface information.  Reuse previous data if netlink timestamp
57656         is not changed.
57657         (__bump_nl_timestamp): New function.
57658         (__free_in6ai): New function.
57660 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
57662         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
57663         close_not_cancel_no_status here.
57664         (__check_pf): Reorganize code a bit to not call close twice if OOM.
57666 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
57668         [BZ #13276]
57669         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
57670         return value.
57672         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
57673         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
57674         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
57676 2011-07-03  Andreas Jaeger  <aj@suse.de>
57678         [BZ #10709]
57679         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
57680         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
57681         * math/libm-test.inc (sin_test): Add test case.
57683 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
57685         [BZ #13337]
57686         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
57687         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
57689         * elf/chroot_canon.c (chroot_canon): Cleanups.
57691         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
57693         [BZ #13335]
57694         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
57695         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
57697         * string/test-strchr.c: Make usable for strchrnul testing.
57698         * string/test-strchrnul.c: New file.
57699         * string/Makefile (strop-tests): Add strchrnul.
57701         * po/it.po: Update from translation team.
57702         * po/es.po: Likewise.
57704 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
57706         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
57707         the three constants needed as parameters.  Drop the others.
57708         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
57709         __m128i_strloadu_tolower.
57710         Create and initialize variable zero and use it in all the places
57711         where _mm_setzero_si128 was used.
57713         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
57714         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
57715         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
57716         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
57717         anymore.
57718         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
57719         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
57720         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
57721         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
57722         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
57723         __mpranred, __mptan.
57724         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
57725         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
57726         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
57727         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
57728         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
57729         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
57730         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
57731         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
57732         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
57734 2011-10-28  Andreas Schwab  <schwab@redhat.com>
57736         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
57737         redefine if SHARED.
57738         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
57740         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
57741         wide char related routines to wcsmbs subdir.
57743 2011-10-27  Andreas Schwab  <schwab@redhat.com>
57745         [BZ #13344]
57746         * misc/sys/cdefs.h (__THROWNL): Define.
57747         * posix/unistd.h: Use __THREADNL instead of __THREAD
57748         for memory synchronization functions.
57750 2011-10-26  Roland McGrath  <roland@hack.frob.com>
57752         [BZ #13349]
57753         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
57754         doesn't exist.
57755         * manual/stdio.texi (Obstack Streams): Node removed.
57757 2011-10-26  Andreas Schwab  <schwab@redhat.com>
57759         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
57760         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
57761         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
57763         * math/math_private.h (math_force_eval): Allow non-addressable
57764         arguments.
57765         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
57767 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
57769         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
57770         file is not needed.
57772         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
57773         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
57774         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
57775         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
57776         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
57777         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
57778         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
57779         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
57780         Add AVX variants.
57781         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
57782         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
57783         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
57784         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
57785         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
57786         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
57787         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
57788         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
57789         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
57790         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
57791         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
57792         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
57793         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
57794         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
57795         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
57796         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
57797         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
57798         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
57799         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
57801         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
57802         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
57804         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
57805         place.  Use VEX encoding when compiling for AVX.
57807 2011-10-25  Andreas Schwab  <schwab@redhat.com>
57809         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
57810         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
57812         * string/test-strchr.c (do_test): Don't generate NUL bytes.
57814 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
57816         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
57817         useless if() expression.
57818         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
57819         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
57820         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
57821         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
57822         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
57823         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
57824         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
57825         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
57826         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
57827         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
57828         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
57829         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
57830         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
57831         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
57832         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
57833         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
57834         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
57835         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
57836         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
57838         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
57840 2011-10-25  Andreas Schwab  <schwab@redhat.com>
57842         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
57843         condition.
57844         * elf/dl-fini.c (_dl_sort_fini): Likewise.
57846 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
57848         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
57849         .text section.  Avoid duplicate constants.
57850         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
57851         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
57852         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
57853         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
57854         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
57855         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
57856         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
57857         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
57858         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
57859         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
57860         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
57861         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
57862         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
57863         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
57864         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
57865         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
57866         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
57867         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
57868         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
57869         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
57870         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
57871         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
57872         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
57873         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
57874         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
57875         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
57876         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
57877         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
57878         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
57879         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
57880         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
57881         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
57882         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
57883         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
57884         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
57885         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
57886         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
57887         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
57888         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
57889         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
57890         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
57891         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
57892         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
57893         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
57894         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
57896 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
57898         * sysdeps/x86_64/dla.h: Move to ...
57899         * sysdeps/x86_64/fpu/dla.h: ...here.
57900         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
57901         situations.  Use __builtin_fma only for gcc 4.6 and up.
57903         * config.make.in: Add have-mfma4 entry.
57904         * configure.in: Substitute libc_cv_cc_fma4.
57905         * math/Makefile (dbl-only-routines): Add sincostab.
57906         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
57907         Use __sincostab not sincos.
57908         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
57909         name is a macro.
57910         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
57911         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
57912         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
57913         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
57914         using __copysign.
57915         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
57916         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
57917         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
57918         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
57919         and __inv.
57920         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
57921         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
57922         __copysign.
57923         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
57924         define aliases when function name is a macro.
57925         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
57926         sysdeps/ieee754/dbl-64/sincos.tbl.
57927         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
57928         fma4-enabled routines.
57929         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
57930         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
57931         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
57932         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
57933         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
57934         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
57935         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
57936         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
57937         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
57938         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
57939         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
57940         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
57941         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
57942         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
57943         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
57944         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
57945         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
57946         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
57947         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
57948         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
57949         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
57950         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
57951         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
57952         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
57953         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
57954         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
57955         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
57956         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
57957         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
57958         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
57960         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
57961         rename.
57962         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
57963         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
57964         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
57965         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
57966         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
57967         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
57968         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
57969         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
57971 2011-10-24  Andreas Schwab  <schwab@redhat.com>
57973         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
57975 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
57977         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
57979         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
57980         prediction.
57981         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
57983         * string/strnlen.c: Don't define STRNLEN, reverse logic.
57984         Remove unused variable magic_bits.
57985         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
57987         * string/strnlen.c: Define and use STRNLEN macro.
57988         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
57989         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
57990         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
57991         * wcsmbs/wcslen.c: Define and use WCSLEN.
57992         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
57993         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
57994         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
57995         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
57996         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
57997         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
57998         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
58000 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
58002         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58003         strnlen-sse2-no-bsf.
58004         Rename strlen-no-bsf to strlen-sse2-no-bsf.
58005         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
58006         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
58007         Add strnlen support.
58008         (USE_AS_STRNLEN): New macro.
58009         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
58010         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
58011         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
58012         * sysdeps/x86_64/wcslen.S: New file.
58014 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
58016         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
58017         XMM-moves are used for copying on small sizes.
58019 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
58021         * wcsmbs/Makefile (strop-tests): Add wcschr.
58022         * wcsmbs/test-wcschr.c: New file.
58023         * string/test-strchr.c: Update.
58024         Add wcschr support.
58025         (WIDE): New macro.
58027 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
58029         * wcsmbs/Makefile (strop-tests): Add wcslen.
58030         * wcsmbs/test-wcslen.c: New file.
58031         * string/test-strlen.c: Update.
58032         Add wcslen support.
58033         (WIDE): New macro.
58035 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
58037         * po/it.po: Update from translation team.
58039 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
58041         * sysdeps/x86_64/wcscmp.S: Update.
58042         Fix wrong comparison semantics.
58043         wcscmp shall use signed comparison not unsigned.
58044         Don't use substraction to avoid overflow bug.
58045         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
58046         * wcsmbc/wcscmp.c: Likewise.
58047         * string/test-strcmp.c: Likewise.
58048         Add new tests to check cases with negative values.
58050 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
58052         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
58053         * sysdeps/x86_64/dla.h: ...here.  New file.
58054         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
58055         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
58056         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
58057         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
58058         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
58059         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
58060         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
58061         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
58062         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
58064 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
58066         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
58067         __ynl_finite aliases.
58069 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
58071         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
58073         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
58074         define DLA_FMA.
58075         [DLA_FMA] (EMULV): Use DLA_FMA.
58076         [DLA_FMA] (MUL12): Use EMULV.
58077         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
58078         that are not needed.
58079         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
58080         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
58081         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
58082         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
58083         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
58084         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
58085         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
58087 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
58089         * math/s_nan.c: Undef __nan.
58090         * math/s_nanf.c: Undef __nanf.
58091         * math/s_nanl.c: Undef __nanl.
58092         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
58093         "math_private.h".
58095 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
58097         * math/s_catan.c: Add branch predictions.
58098         * math/s_catanf.c: Likewise.
58099         * math/s_catanh.c: Likewise.
58100         * math/s_catanhf.c: Likewise.
58101         * math/s_catanhl.c: Likewise.
58102         * math/s_catanl.c: Likewise.
58103         * math/s_cexp.c: Likewise.
58104         * math/s_cexpf.c: Likewise.
58105         * math/s_cexpl.c: Likewise.
58106         * math/s_clog.c: Likewise.
58107         * math/s_clog10.c: Likewise.
58108         * math/s_clog10f.c: Likewise.
58109         * math/s_clog10l.c: Likewise.
58110         * math/s_clogf.c: Likewise.
58111         * math/s_clogl.c: Likewise.
58112         * math/s_csqrt.c: Likewise.
58113         * math/s_csqrtf.c: Likewise.
58114         * math/s_csqrtl.c: Likewise.
58115         * math/s_ctanf.c: Likewise.
58116         * math/s_ctanh.c: Likewise.
58117         * math/s_ctanhf.c: Likewise.
58118         * math/s_ctanhl.c: Likewise.
58119         * math/s_ctanl.c: Likewise.
58121         * math/math_private.h: Define __nan, __nanf, __nanl.
58122         * math/s_cacosh.c: Include <math_private.h>.
58123         * math/s_cacoshl.c: Likewise.
58124         * math/s_casinh.c: Likewise.
58125         * math/s_casinhf.c: Likewise.
58126         * math/s_casinhl.c: Likewise.
58127         * math/s_ccos.c: Rely entire on ccosh.
58128         * math/s_ccosf.c: Rely entire on ccoshf.
58129         * math/s_ccosl.c: Rely entirely on ccoshl.
58130         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
58131         Remove tests for FE_INVALID.
58132         * math/s_ccoshf.c: Likewise.
58133         * math/s_ccoshl.c: Likewise.
58134         * math/s_csin.c: Likewise.
58135         * math/s_csinf.c: Likewise.
58136         * math/s_csinh.c Likewise.
58137         * math/s_csinhf.c: Likewise.
58138         * math/s_csinhl.c: Likewise.
58139         * math/s_csinl.c: Likewise.
58140         * math/s_ctan.c: Likewise.
58141         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
58142         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
58143         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
58145 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
58147         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
58148         compilation problems.
58150         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
58151         __builtin_expect.
58153 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
58155         * sysdeps/i386/configure.in: Test for -mfma4 option.
58156         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
58157         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
58158         COMMON_CPUID_INDEX_80000001.
58159         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
58160         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
58161         use it if FMA3 is not supported.
58162         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
58164         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
58165         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
58167 2011-10-20  Andreas Schwab  <schwab@redhat.com>
58169         [BZ #12892]
58170         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
58171         it would create a cycle with a link time dependency.
58173 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
58175         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
58176         instruction.
58177         * string/Makefile (strop-tests): Add rawmemchr.
58178         * string/test-rawmemchr.c: New file.
58180         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
58181         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
58182         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
58183         when compiling str{,n}casecmp and when AVX is available.  Hook up
58184         new optimized code in initializers.
58186 2011-10-19  Andreas Schwab  <schwab@redhat.com>
58188         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
58189         __feraiseexcept instead of feraiseexcept.
58191 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
58193         * math/math_private.h: Define defaults for libc_fetestexcept and
58194         libc_feupdateenv.
58195         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
58196         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
58197         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
58198         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
58199         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
58200         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
58201         libc_fetestexcept and libc_feupdateenv.
58203         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
58204         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
58205         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
58206         * sysdeps/x86_64/fpu/math_private.h: Define special version of
58207         libc_feholdexcept_setround.
58209         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
58210         Add s_nearbyint-c and s_nearbyintf-c.
58211         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
58212         nearbyintf inlines.
58213         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
58214         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
58215         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
58216         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
58218         * math/math_private.h: Define defaults for libc_fegetround,
58219         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
58220         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
58221         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
58222         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
58223         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
58224         standard functions.
58225         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
58226         Remove comments and hacks for old compiler versions.
58227         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
58228         libc_fegetround, libc_fesetround, libc_feholdexcept, and
58229         libc_feholdexceptl.
58231 2011-10-18  Andreas Schwab  <schwab@redhat.com>
58233         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
58234         (__feraiseexcept_renamed): Add __NTH.
58235         (feraiseexcept): Add __NTH.  Rename local variables to fix
58236         namespace violations.
58238 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
58240         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
58242         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
58244         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
58245         recently added interfaces.
58246         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
58248         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
58249         about macro parameter expansion.
58251         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
58252         __NO_MATH_INLINES is defined.  Cleanups.
58254         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
58255         and __floorf is target has SSE4.1.
58256         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
58257         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
58258         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
58259         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
58261         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
58262         name.
58263         (floorf): Likewise.
58265         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
58267 2011-10-17  Andreas Schwab  <schwab@redhat.com>
58269         * misc/sys/cdefs.h: Fix last change.
58271         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
58272         database lookup.
58274 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
58276         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
58278         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
58279         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
58280         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
58281         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
58282         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
58283         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
58284         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
58285         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
58286         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
58287         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
58288         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
58289         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
58290         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
58291         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
58292         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
58293         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
58294         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
58295         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
58296         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
58297         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
58298         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
58299         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
58301         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
58302         ceil, ceilf, floor, floorf.
58304         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
58305         Perform IRELATIVE relocations last.
58307         * elf/do-rel.h: Add another parameter nrelative, replacing the
58308         local variable with the same name.  Change name of the function
58309         to end in Rel or Rela (uppercase).
58310         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
58311         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
58312         elf_dynamic_do_##reloc function.
58314 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
58316         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
58317         is sufficient, at least on modern CPUs.
58319         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
58321         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
58322         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
58324         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
58325         __expl_finite.
58326         * math/bits/math-finite.h: Add entries for exp.
58327         * math/e_expl.c: Add __*_finite alias.
58328         * sysdeps/i386/fpu/e_exp.S: Likewise.
58329         * sysdeps/i386/fpu/e_expf.S: Likewise.
58330         * sysdeps/i386/fpu/e_expl.c: Likewise.
58331         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
58332         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
58333         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
58334         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
58335         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
58336         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
58337         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
58339         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
58340         is sufficient, at least on modern CPUs.
58342         * ctype/ctype-info.c (__ctype_init): Define.
58343         * include/ctype.h (__ctype_init): Declare.
58344         (__ctype_b_loc): The variable is always initialized.
58345         (__ctype_toupper_loc): Likewise.
58346         (__ctype_tolower_loc): Likewise.
58347         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
58348         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
58350 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
58352         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
58354         * configure.in: Also look in $cxxmachine/include for C++ system
58355         headers.
58357 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
58359         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
58360         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
58361         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
58362         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
58363         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
58364         (USE_AS_WMEMCMP): New macro.
58365         Fixing indents.
58366         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
58367         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
58368         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
58369         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
58370         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58371         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
58372         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
58373         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
58374         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
58375         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
58376         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
58377         (USE_AS_WMEMCMP): New macro.
58378         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
58379         * sysdeps/string/test-memcmp.c: Update.
58380         Fix simple_wmemcmp.
58381         Add new tests.
58382         * wcsmbs/wmemcmp.c: Update.
58383         (WMEMCMP): New macro.
58384         Fix overflow bug.
58386 2011-10-12  Andreas Jaeger  <aj@suse.de>
58388         [BZ #13268]
58389         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
58391 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
58393         * libio/iofwide.c (do_length): Avoid warning.
58395         * ctype/ctype.h (__isctype_f): Add missing __THROW.
58397 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
58399         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
58401         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
58402         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
58403         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
58404         * sysdeps/i386/i686/fpu/e_log.S: New file.
58405         * sysdeps/i386/i686/fpu/e_logf.S: New file.
58406         * sysdeps/i386/i686/fpu/e_logl.S: New file.
58408         * ctype/ctype.h: Add support for inlined isXXX functions when
58409         compiling C++ code.
58411 2011-10-14  Andreas Schwab  <schwab@redhat.com>
58413         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
58415         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
58417 2011-10-13  Roland McGrath  <roland@hack.frob.com>
58419         [BZ #13291]
58420         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
58422 2011-10-13  Andreas Schwab  <schwab@redhat.com>
58424         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
58425         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
58426         feraiseexcept.
58428         * sysdeps/x86_64/memrchr.S: Check for zero size.
58430         * string/stratcliff.c: Add memrchr tests.
58432 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
58434         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58435         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
58436         rawmemchr-sse2 rawmemchr-sse2-bsf.
58437         * sysdeps/i386/i686/multiarch/memchr.S: New file.
58438         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
58439         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
58440         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
58441         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
58442         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
58443         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
58444         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
58445         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
58446         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
58447         * string/memrchr.c (MEMRCHR): New macro.
58449 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
58451         Add integration with gcc's -ffinite-math-only and optimize wrapper
58452         functions in libm.
58453         * Versions.def: Define GLIBC_2.15 version for libm.
58454         * math/Makefile (headers): Add bits/math-finite.h.
58455         * math/bits/math-finite.h: New file.
58456         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
58457         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
58458         * math/e_acoshl.c: Add __*_finite alias.
58459         * math/e_acosl.c: Likewise.
58460         * math/e_asinl.c: Likewise.
58461         * math/e_atan2l.c: Likewise.
58462         * math/e_atanhl.c: Likewise.
58463         * math/e_coshl.c: Likewise.
58464         * math/e_exp10.c: Likewise.
58465         * math/e_exp10f.c: Likewise.
58466         * math/e_exp10l.c: Likewise.
58467         * math/e_exp2l.c: Likewise.
58468         * math/e_fmodl.c: Likewise.
58469         * math/e_gammal_r.c: Likewise.
58470         * math/e_hypotl.c: Likewise.
58471         * math/e_j0l.c: Likewise.
58472         * math/e_j1l.c: Likewise.
58473         * math/e_jnl.c: Likewise.
58474         * math/e_lgammal_r.c: Likewise.
58475         * math/e_log10l.c: Likewise.
58476         * math/e_log2l.c: Likewise.
58477         * math/e_logl.c: Likewise.
58478         * math/e_powl.c: Likewise.
58479         * math/e_sinhl.c: Likewise.
58480         * math/e_sqrtl.c: Likewise.
58481         * math/e_scalb.c: Completely rewritten and optimized.
58482         * math/e_scalbf.c: Likewise.
58483         * math/e_scalbl.c: Likewise.
58484         * math/w_acos.c: Likewise.
58485         * math/w_acosf.c: Likewise.
58486         * math/w_acosl.c: Likewise.
58487         * math/w_acosh.c: Likewise.
58488         * math/w_acoshf.c: Likewise.
58489         * math/w_acoshl.c: Likewise.
58490         * math/w_asin.c: Likewise.
58491         * math/w_asinf.c: Likewise.
58492         * math/w_asinl.c: Likewise.
58493         * math/w_atan2.c: Likewise.
58494         * math/w_atan2f.c: Likewise.
58495         * math/w_atan2l.c: Likewise.
58496         * math/w_atanh.c: Likewise.
58497         * math/w_atanhf.c: Likewise.
58498         * math/w_atanhl.c: Likewise.
58499         * math/w_exp10.c: Likewise.
58500         * math/w_exp10f.c: Likewise.
58501         * math/w_exp10l.c: Likewise.
58502         * math/w_fmod.c: Likewise.
58503         * math/w_fmodf.c: Likewise.
58504         * math/w_fmodl.c: Likewise.
58505         * math/w_j0.c: Likewise.
58506         * math/w_j0f.c: Likewise.
58507         * math/w_j0l.c: Likewise.
58508         * math/w_j1.c: Likewise.
58509         * math/w_j1f.c: Likewise.
58510         * math/w_j1l.c: Likewise.
58511         * math/w_jn.c: Likewise.
58512         * math/w_jnf.c: Likewise.
58513         * math/w_log.c: Likewise.
58514         * math/w_logf.c: Likewise.
58515         * math/w_logl.c: Likewise.
58516         * math/w_log10.c: Likewise.
58517         * math/w_log10f.c: Likewise.
58518         * math/w_log10l.c: Likewise.
58519         * math/w_log2.c: Likewise.
58520         * math/w_log2f.c: Likewise.
58521         * math/w_log2l.c: Likewise.
58522         * math/w_pow.c: Likewise.
58523         * math/w_powf.c: Likewise.
58524         * math/w_powl.c: Likewise.
58525         * math/w_remainder.c: Likewise.
58526         * math/w_remainderf.c: Likewise.
58527         * math/w_remainderl.c: Likewise.
58528         * math/w_scalb.c: Likewise.
58529         * math/w_scalbf.c: Likewise.
58530         * math/w_scalbl.c: Likewise.
58531         * math/w_sqrt.c: Likewise.
58532         * math/w_sqrtf.c: Likewise.
58533         * math/w_sqrtl.c: Likewise.
58534         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
58535         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
58536         used.
58537         * math/math_private.h: Declare __kernel_standard_f.
58538         * math/w_cosh.c: Remove cruft and optimize a bit.
58539         * math/w_coshf.c: Likewise.
58540         * math/w_coshl.c: Likewise.
58541         * math/w_exp2.c: Likewise.
58542         * math/w_exp2f.c: Likewise.
58543         * math/w_exp2l.c: Likewise.
58544         * math/w_hypot.c: Likewise.
58545         * math/w_hypotf.c: Likewise.
58546         * math/w_hypotl.c: Likewise.
58547         * math/w_lgamma.c: Likewise.
58548         * math/w_lgamma_r.c: Likewise.
58549         * math/w_lgammaf.c: Likewise.
58550         * math/w_lgammaf_r.c: Likewise.
58551         * math/w_lgammal.c: Likewise.
58552         * math/w_lgammal_r.c: Likewise.
58553         * math/w_sinh.c: Likewise.
58554         * math/w_sinhf.c: Likewise.
58555         * math/w_sinhl.c: Likewise.
58556         * math/w_tgamma.c: Likewise.
58557         * math/w_tgammaf.c: Likewise.
58558         * math/w_tgammal.c: Likewise.
58559         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
58560         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
58561         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
58562         Minor optimizations.  Pretty printing.  Remove cruft.
58563         * sysdeps/i386/fpu/e_acosf.S: Likewise.
58564         * sysdeps/i386/fpu/e_acosh.S: Likewise.
58565         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
58566         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
58567         * sysdeps/i386/fpu/e_acosl.c: Likewise.
58568         * sysdeps/i386/fpu/e_asin.S: Likewise.
58569         * sysdeps/i386/fpu/e_asinf.S: Likewise.
58570         * sysdeps/i386/fpu/e_atan2.S: Likewise.
58571         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
58572         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
58573         * sysdeps/i386/fpu/e_atanh.S: Likewise.
58574         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
58575         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
58576         * sysdeps/i386/fpu/e_exp10.S: Likewise.
58577         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
58578         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
58579         * sysdeps/i386/fpu/e_exp2.S: Likewise.
58580         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
58581         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
58582         * sysdeps/i386/fpu/e_fmod.S: Likewise.
58583         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
58584         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
58585         * sysdeps/i386/fpu/e_hypot.S: Likewise.
58586         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
58587         * sysdeps/i386/fpu/e_log.S: Likewise.
58588         * sysdeps/i386/fpu/e_log10.S: Likewise.
58589         * sysdeps/i386/fpu/e_log10f.S: Likewise.
58590         * sysdeps/i386/fpu/e_log10l.S: Likewise.
58591         * sysdeps/i386/fpu/e_log2.S: Likewise.
58592         * sysdeps/i386/fpu/e_log2f.S: Likewise.
58593         * sysdeps/i386/fpu/e_log2l.S: Likewise.
58594         * sysdeps/i386/fpu/e_logf.S: Likewise.
58595         * sysdeps/i386/fpu/e_logl.S: Likewise.
58596         * sysdeps/i386/fpu/e_pow.S: Likewise.
58597         * sysdeps/i386/fpu/e_powf.S: Likewise.
58598         * sysdeps/i386/fpu/e_powl.S: Likewise.
58599         * sysdeps/i386/fpu/e_remainder.S: Likewise.
58600         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
58601         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
58602         * sysdeps/i386/fpu/e_scalb.S: Likewise.
58603         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
58604         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
58605         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
58606         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
58607         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
58608         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
58609         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
58610         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
58611         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
58612         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
58613         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
58614         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
58615         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
58616         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
58617         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
58618         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
58619         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
58620         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
58621         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
58622         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
58623         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
58624         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
58625         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
58626         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
58627         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
58628         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
58629         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
58630         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
58631         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
58632         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
58633         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
58634         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
58635         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
58636         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
58637         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
58638         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
58639         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
58640         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
58641         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
58642         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
58643         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
58644         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
58645         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
58646         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
58647         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
58648         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
58649         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
58650         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
58651         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
58652         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
58653         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
58654         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
58655         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
58656         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
58657         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
58658         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
58659         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
58660         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
58661         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
58662         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
58663         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
58664         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
58665         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
58666         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
58667         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
58668         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
58669         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
58670         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
58671         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
58672         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
58673         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
58674         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
58675         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
58676         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
58677         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
58678         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
58679         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
58680         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
58681         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
58682         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
58683         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
58684         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
58685         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
58686         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
58687         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
58688         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
58689         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
58690         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
58691         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
58692         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
58693         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
58694         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
58695         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
58696         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
58697         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
58698         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
58699         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
58700         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
58701         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
58702         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
58703         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
58704         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
58705         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
58706         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
58707         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
58708         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
58709         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
58710         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
58711         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
58712         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
58713         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
58714         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
58715         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
58716         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
58717         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
58718         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
58719         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
58720         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
58721         (__isnanf): Likewise.
58722         (__isinf_ns): Likewise.
58723         (__isinf_nsf): Likewise.
58724         (__finite): Likewise.
58725         (__finitef): Likewise.
58726         (__ieee754_sqrt): Define as macro.
58727         (__ieee754_sqrtf): Define as macro.
58728         (__ieee754_sqrtl): Define as macro.
58729         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
58730         inlined copy.
58731         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
58732         __FINITE_MATH_ONLY__ consistent.
58733         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
58735 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
58737         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
58738         of rawmemchr.
58740         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
58742 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
58744         * po/ja.po: Update from translation team.
58746 2011-10-08  Roland McGrath  <roland@hack.frob.com>
58748         * locale/programs/locarchive.c (prepare_address_space): New function.
58749         (create_archive, enlarge_archive, open_archive): Use it.
58751         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
58752         inside [SHARED], where it is used.
58754         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
58756         * nss/getent.c (netgroup_keys): Remove unused variable.
58757         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
58759 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
58761         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
58762         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
58763         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
58764         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
58765         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
58766         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
58767         * math/Makefile (libm-calls): Add s_isinf_ns.
58768         * math/divtc3.c: Use __isinf_nsl instead of isinf.
58769         * math/multc3.c: Likewise.
58770         * math/s_casin.c: Likewise.
58771         * math/s_casinf.c: Likewise.
58772         * math/s_casinl.c: Likewise.
58773         * math/s_ccos.c: Likewise.
58774         * math/s_ccosf.c: Likewise.
58775         * math/s_ccosl.c: Likewise.
58776         * math/s_ctan.c: Likewise.
58777         * math/s_ctanf.c: Likewise.
58778         * math/s_ctanh.c: Likewise.
58779         * math/s_ctanhf.c: Likewise.
58780         * math/s_ctanhl.c: Likewise.
58781         * math/s_ctanl.c: Likewise.
58782         * math/w_fmod.c: Likewise.
58783         * math/w_fmodf.c: Likewise.
58784         * math/w_fmodl.c: Likewise.
58785         * math/w_remainder.c: Likewise.
58786         * math/w_remainderf.c: Likewise.
58787         * math/w_remainderl.c: Likewise.
58788         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
58789         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
58790         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
58791         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
58792         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
58793         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
58794         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
58795         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
58797         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
58798         of the number.
58799         * stdio-common/printf_fphex.c: Likewise.
58800         * stdio-common/printf_size.c: Likewise.
58802         * math/e_exp10.c: Include math_private.h using <...> not "...".
58803         * math/e_exp10f.c: Likewise.
58804         * math/e_exp10l.c: Likewise.
58805         * math/e_exp2l.c: Likewise.
58806         * math/e_j0l.c: Likewise.
58807         * math/e_j1l.c: Likewise.
58808         * math/e_jnl.c: Likewise.
58809         * math/e_lgammal_r.c: Likewise.
58810         * math/e_rem_pio2l.c: Likewise.
58811         * math/e_scalb.c: Likewise.
58812         * math/e_scalbf.c: Likewise.
58813         * math/e_scalbl.c: Likewise.
58814         * math/k_cosl.c: Likewise.
58815         * math/k_sinl.c: Likewise.
58816         * math/k_tanl.c: Likewise.
58817         * math/s_cacoshf.c: Likewise.
58818         * math/s_catan.c: Likewise.
58819         * math/s_catanf.c: Likewise.
58820         * math/s_catanh.c: Likewise.
58821         * math/s_catanhf.c: Likewise.
58822         * math/s_catanhl.c: Likewise.
58823         * math/s_catanl.c: Likewise.
58824         * math/s_ccosh.c: Likewise.
58825         * math/s_ccoshf.c: Likewise.
58826         * math/s_ccoshl.c: Likewise.
58827         * math/s_cexp.c: Likewise.
58828         * math/s_cexpf.c: Likewise.
58829         * math/s_cexpl.c: Likewise.
58830         * math/s_clog.c: Likewise.
58831         * math/s_clog10.c: Likewise.
58832         * math/s_clog10f.c: Likewise.
58833         * math/s_clog10l.c: Likewise.
58834         * math/s_clogf.c: Likewise.
58835         * math/s_clogl.c: Likewise.
58836         * math/s_csin.c: Likewise.
58837         * math/s_csinf.c: Likewise.
58838         * math/s_csinh.c: Likewise.
58839         * math/s_csinhf.c: Likewise.
58840         * math/s_csinhl.c: Likewise.
58841         * math/s_csinl.c: Likewise.
58842         * math/s_csqrt.c: Likewise.
58843         * math/s_csqrtf.c: Likewise.
58844         * math/s_csqrtl.c: Likewise.
58845         * math/s_ctan.c: Likewise.
58846         * math/s_ctanf.c: Likewise.
58847         * math/s_ctanh.c: Likewise.
58848         * math/s_ctanhf.c: Likewise.
58849         * math/s_ctanhl.c: Likewise.
58850         * math/s_ctanl.c: Likewise.
58851         * math/s_ldexp.c: Likewise.
58852         * math/s_ldexpf.c: Likewise.
58853         * math/s_ldexpl.c: Likewise.
58854         * math/s_significand.c: Likewise.
58855         * math/s_significandf.c: Likewise.
58856         * math/s_significandl.c: Likewise.
58857         * math/w_acos.c: Likewise.
58858         * math/w_acosf.c: Likewise.
58859         * math/w_acosh.c: Likewise.
58860         * math/w_acoshf.c: Likewise.
58861         * math/w_acoshl.c: Likewise.
58862         * math/w_acosl.c: Likewise.
58863         * math/w_asin.c: Likewise.
58864         * math/w_asinf.c: Likewise.
58865         * math/w_asinl.c: Likewise.
58866         * math/w_atan2.c: Likewise.
58867         * math/w_atan2f.c: Likewise.
58868         * math/w_atan2l.c: Likewise.
58869         * math/w_atanh.c: Likewise.
58870         * math/w_atanhf.c: Likewise.
58871         * math/w_atanhl.c: Likewise.
58872         * math/w_cosh.c: Likewise.
58873         * math/w_coshf.c: Likewise.
58874         * math/w_coshl.c: Likewise.
58875         * math/w_dremf.c: Likewise.
58876         * math/w_exp10.c: Likewise.
58877         * math/w_exp10f.c: Likewise.
58878         * math/w_exp10l.c: Likewise.
58879         * math/w_exp2.c: Likewise.
58880         * math/w_exp2f.c: Likewise.
58881         * math/w_fmod.c: Likewise.
58882         * math/w_fmodf.c: Likewise.
58883         * math/w_fmodl.c: Likewise.
58884         * math/w_hypot.c: Likewise.
58885         * math/w_hypotf.c: Likewise.
58886         * math/w_hypotl.c: Likewise.
58887         * math/w_j0.c: Likewise.
58888         * math/w_j0f.c: Likewise.
58889         * math/w_j0l.c: Likewise.
58890         * math/w_j1.c: Likewise.
58891         * math/w_j1f.c: Likewise.
58892         * math/w_j1l.c: Likewise.
58893         * math/w_jn.c: Likewise.
58894         * math/w_jnf.c: Likewise.
58895         * math/w_jnl.c: Likewise.
58896         * math/w_lgamma.c: Likewise.
58897         * math/w_lgamma_r.c: Likewise.
58898         * math/w_lgammaf.c: Likewise.
58899         * math/w_lgammaf_r.c: Likewise.
58900         * math/w_lgammal.c: Likewise.
58901         * math/w_lgammal_r.c: Likewise.
58902         * math/w_log.c: Likewise.
58903         * math/w_log10.c: Likewise.
58904         * math/w_log10f.c: Likewise.
58905         * math/w_log10l.c: Likewise.
58906         * math/w_log2.c: Likewise.
58907         * math/w_log2f.c: Likewise.
58908         * math/w_log2l.c: Likewise.
58909         * math/w_logf.c: Likewise.
58910         * math/w_logl.c: Likewise.
58911         * math/w_pow.c: Likewise.
58912         * math/w_powf.c: Likewise.
58913         * math/w_powl.c: Likewise.
58914         * math/w_remainder.c: Likewise.
58915         * math/w_remainderf.c: Likewise.
58916         * math/w_remainderl.c: Likewise.
58917         * math/w_scalb.c: Likewise.
58918         * math/w_scalbf.c: Likewise.
58919         * math/w_scalbl.c: Likewise.
58920         * math/w_sinh.c: Likewise.
58921         * math/w_sinhf.c: Likewise.
58922         * math/w_sinhl.c: Likewise.
58923         * math/w_sqrt.c: Likewise.
58924         * math/w_sqrtf.c: Likewise.
58925         * math/w_sqrtl.c: Likewise.
58926         * math/w_tgamma.c: Likewise.
58927         * math/w_tgammaf.c: Likewise.
58928         * math/w_tgammal.c: Likewise.
58930         * po/ja.po: Update from translation team.
58932 2011-09-29  Andreas Jaeger  <aj@suse.de>
58934         [BZ #13179]
58935         * sunrpc/netname.c (netname2host): Fix logic.
58937         [BZ #6779]
58938         [BZ #6783]
58939         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
58940         correctly.
58941         * math/w_remainder.c (__remainder): Likewise.
58942         * math/w_remainderf.c (__remainderf): Likewise.
58943         * math/libm-test.inc (remainder_test): Add test cases.
58945 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
58947         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
58948         sdiv_qrnnd.
58950 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
58952         * string/test-memcmp.c: Avoid unncessary #defines.
58953         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
58955 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
58957         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
58958         Use new sse2 version for core i3 - i7 as it's faster
58959         than sse42 version.
58960         (bit_Prefer_PMINUB_for_stringop): New.
58961         * sysdeps/x86_64/rawmemchr.S: Update.
58962         Replace with faster SSE2 version.
58963         * sysdeps/x86_64/memrchr.S: New file.
58964         * sysdeps/x86_64/memchr.S: Update.
58965         Replace with faster SSE2 version.
58967 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
58969         * elf/dl-load.c (lose): Add cast to avoid warning.
58971 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
58973         * po/ca.po: Update from translation team.
58975         * inet/getnetgrent_r.c: Hook up nscd.
58976         * nscd/Makefile (routines): Add nscd_netgroup.
58977         (nscd-modules): Add netgroupcache.
58978         (CFLAGS-netgroupcache.c): Define.
58979         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
58980         (cache_search): Add const to second parameter.
58981         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
58982         INNETGR.
58983         (dbs): Add netgrdb entry.
58984         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
58985         (verify_persistent_db): Handle netgrdb.
58986         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
58987         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
58988         GETFDNETGR.
58989         (netgroup_response_header): Define.
58990         (innetgroup_response_header): Define.
58991         (datahead): Add netgroup_response_header and innetgroup_response_header
58992         elements.
58993         * nscd/nscd.conf: Add entries for netgroup cache.
58994         * nscd/nscd.h (dbtype): Add netgrdb.
58995         (_PATH_NSCD_NETGROUP_DB): Define.
58996         (netgroup_iov_disabled): Declare.
58997         (xmalloc, xcalloc, xrealloc): Move declarations here.
58998         (cache_search): Adjust prototype.
58999         Add netgroup-related prototypes.
59000         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
59001         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
59002         (__nscd_innetgr): Declare.
59003         * nscd/selinux.c (perms): Use access_vector_t as element type and
59004         add netgroup-related initializers.
59005         * nscd/netgroupcache.c: New file.
59006         * nscd/nscd_netgroup.c: New file.
59007         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
59008         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
59009         For four parameters use innetgr.
59010         * nss/nss_files/files-init.c: Add definition and callback for netgr.
59011         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
59012         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
59013         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
59015         * nscd/connections.c (register_traced_file): Don't register file
59016         for disabled databases.
59018 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
59020         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
59022         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
59023         from tree and freeing node.
59025 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
59027         * nss/nsswitch.c (__nss_database_lookup): Handle
59028         nss_parse_service_list out of memory case.
59030 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
59032         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
59033         out of memory case.
59035 2011-10-04  Andreas Schwab  <schwab@redhat.com>
59037         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
59038         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
59039         pass it down.
59040         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
59041         elf_machine_rela, elf_machine_lazy_rel.
59042         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
59043         (ELF_DYNAMIC_DO_REL): Likewise.
59044         (ELF_DYNAMIC_DO_RELA): Likewise.
59045         (ELF_DYNAMIC_RELOCATE): Likewise.
59046         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
59047         to ELF_DYNAMIC_DO_REL.
59048         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
59049         (dl_main): In trace mode always set __RTLD_NOIFUNC.
59050         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
59051         elf_machine_rela.
59052         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
59053         skip_ifunc, don't call ifunc function if non-zero.
59054         (elf_machine_rela): Likewise.
59055         (elf_machine_lazy_rel): Likewise.
59056         (elf_machine_lazy_rela): Likewise.
59057         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
59058         (elf_machine_lazy_rel): Likewise.
59059         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
59060         Likewise.
59061         (elf_machine_lazy_rel): Likewise.
59062         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
59063         Likewise.
59064         (elf_machine_lazy_rel): Likewise.
59065         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
59066         (elf_machine_lazy_rel): Likewise.
59067         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
59068         (elf_machine_lazy_rel): Likewise.
59069         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
59070         (elf_machine_lazy_rel): Likewise.
59071         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
59072         (elf_machine_lazy_rel): Likewise.
59073         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
59074         (elf_machine_lazy_rel): Likewise.
59075         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
59076         (elf_machine_lazy_rel): Likewise.
59078 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
59080         * nss/nss_files/files-init.c (_nss_files_init): Use static
59081         initialization for all the *_traced_file variables.
59083 2011-09-28  Andreas Schwab  <schwab@redhat.com>
59085         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
59087 2011-09-27  Roland McGrath  <roland@hack.frob.com>
59089         [BZ #13226]
59090         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
59092 2011-09-27  Andreas Schwab  <schwab@redhat.com>
59094         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
59095         Reread the line before reparsing it.
59097 2011-09-26  Andreas Schwab  <schwab@redhat.com>
59099         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
59101 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
59102             Maxim Kuvyrkov  <maxim@codesourcery.com>
59103             Joseph Myers  <joseph@codesourcery.com>
59105         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
59106         if needed for __stack_chk_guard.
59108 2011-09-19  Roland McGrath  <roland@hack.frob.com>
59110         * sysdeps/posix/spawni.c (script_execute): Always define it.
59111         It will be optimized away if unused.
59112         (maybe_script_execute): New function.
59113         (__spawni): Call it.
59115         * Makerules: Don't include tls.make.
59116         (config-tls): Always set to thread.
59117         * tls.make.c: File removed.
59119 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
59121         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
59122         * config.make.in (CPPFLAGS-config): New substituted variable.
59124 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
59126         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
59128         [BZ #13192]
59129         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
59130         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
59132 2011-09-15  Roland McGrath  <roland@hack.frob.com>
59134         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
59135         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
59136         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
59137         (CALL_FAIL): Likewise.
59138         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
59139         (CALL_FAIL): Macro removed.
59140         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
59142 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
59144         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
59145         for __FINITE_MATH_ONLY__ == 1.
59147 2011-09-15  Andreas Schwab  <schwab@redhat.com>
59149         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
59150         __ieee754_sqrt instead of sqrt.
59151         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
59152         __ieee754_sqrtf instead of sqrtf.
59153         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
59154         __floorf instead of floorf.
59155         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
59156         __floorf, __truncf instead of floorf, truncf.
59158 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
59160         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
59162         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
59163         __extern_always_inline.
59164         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
59165         32-bit.
59167 2011-09-14  Andreas Schwab  <schwab@redhat.com>
59169         * elf/rtld.c (dl_main): Also relocate in dependency order when
59170         doing symbol dependency testing.
59172 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
59174         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
59175         Always define `refsym'.
59177 2011-09-13  Andreas Schwab  <schwab@redhat.com>
59179         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
59180         (__FD_ELT): Renamed from __FDELT.
59181         * misc/bits/select2.h (__FD_ELT): Likewise.
59182         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
59183         __FD_MASK instead of __FDELT, __FDMASK.
59184         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
59185         Likewise.
59186         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
59187         Likewise.
59189         * elf/Makefile (gen-ldd): Fix pattern.
59191         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
59192         (init_tls): Likewise.
59194 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
59196         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
59198 2011-09-12  Andreas Schwab  <schwab@redhat.com>
59200         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
59201         `struct cmsghdr *' instead of `void *'.
59202         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
59203         Likewise.
59205 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
59207         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
59208         if non-absolute.
59209         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
59210         ldd_rewrite_script.
59212 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
59214         * configure.in: Remove --with-tls option.
59215         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
59216         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
59217         out in case it is missing.
59218         * sysdeps/ia64/elf/configure.in: Likewise.
59219         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
59220         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
59221         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
59222         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
59223         * sysdeps/sh/elf/configure.in: Likewise.
59224         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
59225         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
59226         * sysdeps/x86_64/elf/configure.in: Likewise.
59227         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
59228         * sysdeps/mach/hurd/tls.h: Likewise.
59230         [BZ #13067]
59231         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
59233         [BZ #13090]
59234         * configure.in: Fix use of AC_INIT.
59236         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
59238 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
59240         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
59241         __set_errno.
59242         * malloc/hooks.c: Likewise.
59244         [BZ #11929]
59245         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
59246         variables statically.
59247         (narenas): Initialize.
59248         (list_lock): Initialize.
59249         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
59250         initializtion of main_arena and list_lock.  Small cleanups.
59251         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
59252         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
59253         Add initializers to main_arena and mp_.
59254         (malloc_state): Remove pagesize member.  Change all users to use
59255         GLRO(dl_pagesize).
59257         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
59258         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
59259         is always initialized.
59261         * malloc/malloc.c: Removed unused configurations and dead code.
59262         * malloc/arena.c: Likewise.
59263         * malloc/hooks.c: Likewise.
59264         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
59266         * include/tls.h: Removed.  USE___THREAD must always be defined.
59267         * bits/libc-tsd.h: Don't handle !USE___THREAD.
59268         * elf/dl-libc.c: Likewise.
59269         * elf/dl-tsd.c: Likewise.
59270         * include/errno.h: Likewise.
59271         * include/netdb.h: Likewise.
59272         * include/resolv.h: Likewise.
59273         * inet/herrno-loc.c: Likewise.
59274         * inet/herrno.c: Likewise.
59275         * malloc/arena.c: Likewise.
59276         * malloc/hooks.c: Likewise.
59277         * malloc/malloc.c: Likewise.
59278         * resolv/res-state.c: Likewise.
59279         * resolv/res_libc.c: Likewise.
59280         * sysdeps/i386/dl-machine.h: Likewise.
59281         * sysdeps/ia64/dl-machine.h: Likewise.
59282         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
59283         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
59284         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
59285         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
59286         * sysdeps/sh/dl-machine.h: Likewise.
59287         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
59288         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
59289         * sysdeps/unix/i386/sysdep.S: Likewise.
59290         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
59291         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
59292         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
59293         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
59294         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
59295         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
59296         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
59297         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
59298         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
59299         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
59300         * sysdeps/unix/x86_64/sysdep.S: Likewise.
59301         * sysdeps/x86_64/dl-machine.h: Likewise.
59302         * tls.make.c: Likewise.
59304         * configure.in: Remove --with-__thread option.  Make tests for
59305         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
59306         tls_model attribute fail if no support is available.  Remove
59307         USE_IN_LIBIO.
59308         * Makeconfig: Adjust for dropped configure option.  All features are
59309         now mandatory.
59310         * Makerules: Likewise.
59311         * Versions.def: Likewise.
59312         * argp/argp-fmtstream.c: Likewise.
59313         * argp/argp-fmtstream.h: Likewise.
59314         * argp/argp-help.c: Likewise.
59315         * assert/assert.c: Likewise.
59316         * config.h.in: Likewise.
59317         * config.make.in: Likewise.
59318         * configure: Likewise.
59319         * configure.in: Likewise.
59320         * csu/Versions: Likewise.
59321         * csu/init.c: Likewise.
59322         * elf/tst-audit2.c: Likewise.
59323         * elf/tst-tls10.c: Likewise.
59324         * elf/tst-tls10.h: Likewise.
59325         * elf/tst-tls11.c: Likewise.
59326         * elf/tst-tls12.c: Likewise.
59327         * elf/tst-tls14.c: Likewise.
59328         * elf/tst-tlsmod11.c: Likewise.
59329         * elf/tst-tlsmod12.c: Likewise.
59330         * elf/tst-tlsmod13.c: Likewise.
59331         * elf/tst-tlsmod13a.c: Likewise.
59332         * elf/tst-tlsmod14a.c: Likewise.
59333         * elf/tst-tlsmod15b.c: Likewise.
59334         * elf/tst-tlsmod16a.c: Likewise.
59335         * elf/tst-tlsmod16b.c: Likewise.
59336         * elf/tst-tlsmod7.c: Likewise.
59337         * elf/tst-tlsmod8.c: Likewise.
59338         * elf/tst-tlsmod9.c: Likewise.
59339         * gmon/gmon.c: Likewise.
59340         * grp/fgetgrent_r.c: Likewise.
59341         * grp/putgrent.c: Likewise.
59342         * hurd/fopenport.c: Likewise.
59343         * include/libc-symbols.h: Likewise.
59344         * include/tls.h: Likewise.
59345         * intl/gettextP.h: Likewise.
59346         * intl/loadinfo.h: Likewise.
59347         * locale/global-locale.c: Likewise.
59348         * locale/localeinfo.h: Likewise.
59349         * mach/devstream.c: Likewise.
59350         * malloc/arena.c: Likewise.
59351         * malloc/set-freeres.c: Likewise.
59352         * misc/err.c: Likewise.
59353         * misc/getttyent.c: Likewise.
59354         * misc/mntent_r.c: Likewise.
59355         * posix/getopt.c: Likewise.
59356         * posix/wordexp.c: Likewise.
59357         * pwd/fgetpwent_r.c: Likewise.
59358         * resolv/Versions: Likewise.
59359         * resolv/res_hconf.c: Likewise.
59360         * shadow/fgetspent_r.c: Likewise.
59361         * shadow/putspent.c: Likewise.
59362         * stdio-common/printf_fphex.c: Likewise.
59363         * stdio-common/tmpfile.c: Likewise.
59364         * stdlib/abort.c: Likewise.
59365         * stdlib/fmtmsg.c: Likewise.
59366         * sunrpc/auth_unix.c: Likewise.
59367         * sunrpc/clnt_perr.c: Likewise.
59368         * sunrpc/clnt_tcp.c: Likewise.
59369         * sunrpc/clnt_udp.c: Likewise.
59370         * sunrpc/clnt_unix.c: Likewise.
59371         * sunrpc/openchild.c: Likewise.
59372         * sunrpc/svc_simple.c: Likewise.
59373         * sunrpc/svc_tcp.c: Likewise.
59374         * sunrpc/svc_udp.c: Likewise.
59375         * sunrpc/svc_unix.c: Likewise.
59376         * sunrpc/xdr.c: Likewise.
59377         * sunrpc/xdr_array.c: Likewise.
59378         * sunrpc/xdr_rec.c: Likewise.
59379         * sunrpc/xdr_ref.c: Likewise.
59380         * sunrpc/xdr_stdio.c: Likewise.
59382 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
59384         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
59386 2011-07-03  Andreas Jaeger  <aj@suse.de>
59388         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
59389         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
59390         regenerate with gen-libm-tests.pl.
59392 2010-05-12  Petr Baudis  <pasky@suse.cz>
59394         [BZ #11589]
59395         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
59396         around j0() zero points by switching to j1().
59397         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
59398         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
59399         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
59400         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
59402 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
59404         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
59405         instead of 0.
59406         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
59407         instead of 0.
59408         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
59409         Patch in part by Pavel Roskin <proski@gnu.org>.
59411         [BZ #13138]
59412         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
59413         realloc.
59414         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
59415         Free memory block if necessary.
59417         [BZ #12847]
59418         * libio/genops.c (INTDEF): For string streams the _lock pointer can
59419         be NULL.  Don't lock in this case.
59421 2011-09-09  Roland McGrath  <roland@hack.frob.com>
59423         * elf/elf.h (ELFOSABI_GNU): New macro.
59424         (ELFOSABI_LINUX): Define to that.
59426 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
59428         * string/strncat.c (strncat): Undef the symbol in case it has been
59429         defined in bits/string.h.
59431 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
59433         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
59435         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
59436         link map.
59438 2011-08-17  Andreas Jaeger  <aj@suse.de>
59440         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
59442 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
59443             Ian Lance Taylor  <iant@google.com>
59445         * math/libm-test.inc (lround_test): New testcase.
59446         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
59448 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
59450         * Makefile: Remove support for automatic cvs check-ins.
59451         * Makerules: Likewise.
59452         * config.make.in: Likewise.
59453         * configure.in: Likewise.
59454         * intl/Makefile: Likewise.
59455         * locale/Makefile: Likewise.
59456         * po/Makefile: Likewise.
59457         * posix/Makefile: Likewise.
59458         * sysdeps/gnu/Makefile: Likewise.
59459         * sysdeps/mach/hurd/Makefile: Likewise.
59460         * sysdeps/sparc/sparc32/Makefile: Likewise.
59462         [BZ #13118]
59463         * posix/Makefile (bug-regex32-ENV): Define.
59464         Patch by John Stanley <jpsinthemix@verizon.net>.
59466         * misc/Makefile (headers): Add bits/select2.h.
59467         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
59468         * misc/bits/select2.h: New file.
59469         * include/bits/select2.h: New file.
59470         * debug/Makefile (routines): Add fdelt_chk.
59471         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
59472         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
59473         FD_ISSET.
59474         * debug/fdelt_chk.c: New file.
59476         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
59477         * wcsmbs/test-wmemcmp.c: Likewise.
59478         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
59479         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
59481 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
59483         * string/Makefile (strop-tests): Add memcmp.
59484         * string/test-wmemcmp.c: New file.
59485         * string/test-memcmp.c: Add wmemcmp support.
59487 2011-09-08  Roland McGrath  <roland@hack.frob.com>
59489         [BZ #13153]
59490         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
59491         2011-07-19 change.
59493         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
59494         garbage value in a __mach_port_mod_refs call in the cases of the
59495         task-self and thread-self ports.
59497 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
59499         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
59501 2011-09-08  Andreas Schwab  <schwab@redhat.com>
59503         * elf/dl-load.c (lose): Check for non-null L.
59505 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
59507         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
59509         * elf/dl-libc.c (dlerror_run): Pass back error code from
59510         dl_catch_error.
59512         [BZ #13123]
59513         * elf/dl-load.c (lose): Free l_origin if it is valid.
59515         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
59516         names.
59517         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
59518         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
59519         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
59520         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
59521         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
59522         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
59524 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
59526         * sysdeps/powerpc/fpu/e_hypot.c: New file.
59527         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
59528         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
59529         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
59530         * sysdeps/powerpc/fpu/k_cosf.c: New file.
59531         * sysdeps/powerpc/fpu/k_sinf.c: New file.
59532         * sysdeps/powerpc/fpu/s_cosf.c: New file.
59533         * sysdeps/powerpc/fpu/s_sinf.c: New file.
59534         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
59535         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
59537 2011-08-15  Alan Modra  <amodra@gmail.com>
59539         [BZ #13092]
59540         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
59541         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
59542         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
59543         ppc_mcount to static-only-routines.
59544         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
59545         __mcount_internal.
59546         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
59547         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
59549 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
59551         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
59552         for finite and infinity parameters.
59554 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
59556         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
59557         and add nop instructions for throughput optimization.
59558         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
59560 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
59562         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
59563         aligned copy for power7 with vector-scalar instructions.
59564         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
59566 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
59568         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
59569         AVX check.
59571 2011-09-07  Andreas Schwab  <schwab@redhat.com>
59573         [BZ #13144]
59574         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
59575         last change.
59577 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
59579         * sysdeps/unix/sysv/linux/x86_64/init-first.c
59580         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
59581         syscall wrapper around clock_gettime in __vdso_clock_gettime.
59582         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
59583         clock_gettime.
59585 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
59587         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
59588         Forgot to demangle the pointer.
59590         * sysdeps/i386/sysdep.h: Define atom_text_section.
59591         * sysdeps/x86_64/sysdep.h: Likewise.
59592         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
59593         section with atom_text_section.
59594         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
59595         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
59596         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
59597         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
59598         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
59600         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
59601         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
59602         already be defined.  Change to take two parameters and don't assign
59603         result to variable.  Adjust all users.
59604         Define INTERNAL_GETTIME if not already defined.
59605         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
59606         call.
59607         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
59608         HAVE_CLOCK_GETTIME_VSYSCALL.
59609         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
59611         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
59612         gettimeofday vsyscall, just use time.
59614 2011-09-06  Andreas Schwab  <schwab@redhat.com>
59616         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
59617         <errno.h>.
59619 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
59621         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
59622         syscall on x86-64.
59623         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
59624         syscall.
59625         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
59626         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
59627         syscall if possible.
59629 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
59631         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
59632         e_ident.  Don't pass to find_mapsXX.
59633         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
59635 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
59637         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
59638         strchr-sse2-no-bsf strrchr-sse2-no-bsf
59639         * sysdeps/x86_64/multiarch/strchr.S: Update.
59640         Check bit_slow_BSF bit.
59641         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
59642         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
59643         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
59645 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
59647         [BZ #13134]
59648         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
59649         before glibc 2.15.
59650         (tryshell): Define.
59651         (__spawni): Change last parameter to be flag.  Test
59652         SPAWN_XFLAGS_USE_PATH flag to use path or not.
59653         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
59654         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
59655         * posix/spawni.c: Likewise.
59656         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
59657         * posix/spawnp.c: Likewise.  Change normal version to use
59658         SPAWN_XFLAGS_USE_PATH.
59659         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
59660         SPAWN_XFLAGS_TRY_SHELL.
59662         [BZ #13150]
59663         * posix/glob.h: Remove gcc 1.x support.
59665         [BZ #13068]
59666         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
59668 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
59670         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
59671         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
59672         strrchr-sse2-bsf
59673         * sysdeps/i386/i686/multiarch/strchr.S: New file.
59674         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
59675         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
59676         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
59677         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
59678         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
59680 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
59682         * sysdeps/x86_64/wcscmp.S: New file.
59684         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
59685         wcscmp-c wcscmp-sse2
59686         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
59687         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
59688         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
59689         * wcsmbs/wcscmp.c: Allow renaming.
59691 2011-09-05  David S. Miller  <davem@davemloft.net>
59693         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
59694         stack slot, rather than the struct return pointer slot.
59695         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
59696         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
59697         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
59698         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
59700 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
59702         * po/ja.po: Update from translation team.
59704         [BZ #13144]
59705         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
59706         kernel in 64-bit binaries.
59708 2011-09-01  David S. Miller  <davem@davemloft.net>
59710         * elf/elf.h (HWCAP_SPARC_*): Move to..
59711         * sysdeps/sparc/sysdep.h: this new file and add new values.
59712         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
59713         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
59714         _DL_HWCAP_COUNT to 24.
59715         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
59716         entries.
59717         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
59718         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
59719         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
59720         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
59721         instead of magic constants.
59722         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
59724 2011-08-31  David S. Miller  <davem@davemloft.net>
59726         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
59727         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
59728         Reimplement to do errno handling inline.
59729         (SYSCALL_ERROR_HANDLER): New macro.
59730         (__SYSCALL_STRING): Do not do errno handling in asm.
59731         (__CLONE_SYSCALL_STRING): Delete.
59732         (__INTERNAL_SYSCALL_STRING): Delete.
59733         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
59734         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
59735         (PSEUDO): Reimplement to do errno handling inline.
59736         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
59737         (SYSCALL_ERROR_HANDLER): New macro.
59738         (__SYSCALL_STRING): Do not do errno handling in asm.
59739         (__CLONE_SYSCALL_STRING): Delete.
59740         (__INTERNAL_SYSCALL_STRING): Delete.
59741         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
59742         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
59743         i386.
59744         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
59745         (inline_syscall*): Add 'err' argument.
59746         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
59747         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
59748         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
59749         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
59751         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
59752         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
59754 2011-08-30  Andreas Schwab  <schwab@redhat.com>
59756         * elf/rtld.c (dl_main): Relocate objects in dependency order.
59758 2011-08-29  Jiri Olsa <jolsa@redhat.com>
59760         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
59761         directive.
59763 2011-08-24  David S. Miller  <davem@davemloft.net>
59765         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
59767 2011-08-24  Andreas Schwab  <schwab@redhat.com>
59769         * elf/Makefile: Add rules to build and run unload8 test.
59770         * elf/unload8.c: New file.
59771         * elf/unload8mod1.c: New file.
59772         * elf/unload8mod1x.c: New file.
59773         * elf/unload8mod2.c: New file.
59774         * elf/unload8mod3.c: New file.
59776         * elf/dl-close.c (_dl_close_worker): Reset private search list if
59777         it wasn't used.
59779 2011-08-23  David S. Miller  <davem@davemloft.net>
59781         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
59782         subtract stack bias.
59783         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
59784         %sp not %fp in calculations.
59785         (_JMPBUF_UNWINDS_ADJ): Likewise.
59787         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
59788         (aio_suspend): Call it to force an exception region around the
59789         AIO_MISC_WAIT() invocation.
59791 2011-08-23  Andreas Schwab  <schwab@redhat.com>
59793         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
59794         backslash.
59796 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
59798         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
59799         protection macro.
59800         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
59801         and <dl-machine.h>.
59802         (Elf64_FuncDesc): Remove.
59804 2011-08-22  David S. Miller  <davem@davemloft.net>
59806         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
59807         sigaltstack check, add missing cfi directives.
59808         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
59809         missing cfi directives, and sigaltstack handling.
59811 2011-08-16  Andreas Schwab  <schwab@redhat.com>
59813         [BZ #11724]
59814         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
59815         object is seen twice.
59816         * elf/dl-fini.c (_dl_sort_fini): Likewise.
59818         * elf/Makefile (distribute): Add tst-initorder2.c.
59819         (tests): Add tst-initorder2.
59820         (modules-names): Add tst-initorder2a tst-initorder2b
59821         tst-initorder2c tst-initorder2d.  Add rules to build them.
59822         ($(objpfx)tst-initorder2.out): New rule.
59823         * elf/tst-initorder2.c: New file.
59824         * elf/tst-initorder2.exp: New file.
59826 2011-08-22  Andreas Schwab  <schwab@redhat.com>
59828         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
59830         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
59831         dependencies back to end of function.
59833         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
59834         $(elfobjdir)/ld.so.
59836 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
59838         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
59839         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
59840         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
59841         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
59842         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
59843         of __vdso_gettimeofday.
59844         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
59845         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
59846         attribute_hidden.
59847         (_libc_vdso_platform_setup): Remove initialization of
59848         __vdso_gettimeofday and __vdso_time.
59850 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
59852         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
59853         and fgetc_unlocked.
59854         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
59855         getc_unlocked.
59857         * elf/dl-open.c (add_to_global): Report additions to the global scope
59858         for LD_DEBUG=scopes.
59859         (dl_open_worker): Also print scope of newly loaded dependencies.
59860         (_dl_show_scope): Indicate if there is no scope.
59862         [BZ #13114]
59863         * stdio-common/Makefile (tests): Add bug24.
59864         * stdio-common/bug24.c: New file.
59866 2011-08-19  Andreas Jaeger  <aj@suse.de>
59868         [BZ #13114]
59869         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
59870         non-existant file when using close-on-exec mode.
59872 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
59874         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
59875         the very first instruction.
59877         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
59878         the CFI state in the end.
59879         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
59880         inclusion of dl-trampoline.h.
59881         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
59883 2011-08-19  Andreas Schwab  <schwab@redhat.com>
59885         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
59886         expectations for long double.
59888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
59889         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
59891 2011-08-14  David S. Miller  <davem@davemloft.net>
59893         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
59894         artificual limit depends upon the system page size.
59896 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
59898         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
59899         * resolv/Makefile: Define CFLAGS-libresolv.
59901 2011-08-17  Andreas Schwab  <schwab@redhat.com>
59903         * nss/makedb.c (compute_tables): Make variables used in nested
59904         function static.
59906 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
59908         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
59909         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
59910         if buffer was too small.
59912         * elf/pldd.c (main): Attach to all threads in the process.
59913         Rewrite /proc handling to use *at functions.
59915 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
59917         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
59918         specifies first scope to show.
59919         (dl_open_worker): Update callers.  Move printing scope of new
59920         object to before the relocation.
59921         * elf/rtld.c (dl_main): Update _dl_show_scope call.
59922         * sysdeps/generic/ldsodefs.h: Update declaration.
59924         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
59925         string for the scope number.
59927 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
59929         * nscd/servicescache.c (cache_addserv): Make sure written is always
59930         initialized.
59932 2011-08-14  Roland McGrath  <roland@hack.frob.com>
59934         * sysdeps/i386/i486/bits/atomic.h
59935         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
59936         statement expression, so as to suppress "set but not used" warning.
59937         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
59939         * string/strncat.c (STRNCAT): Use prototype definition.
59941         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
59942         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
59943         -Iprograms here.
59944         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
59945         (localedef-modules): Add localedef.
59946         (locale-modules): Add locale.
59948         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
59949         * elf/rtld.c (dl_main): Invert order of assignment in last change,
59950         to avoid a warning.
59952 2011-08-14  David S. Miller  <davem@davemloft.net>
59954         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
59955         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
59957 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
59959         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
59960         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
59961         * elf/rtld.c (dl_main): Set l_name of vDSO.
59962         Call _dl_show_scope when DL_DEBUG_SCOPES.
59963         (process_dl_debug): Recognize scopes flag and also set it for all.
59964         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
59965         Declare _dl_show_scope.
59967         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
59968         (do_dlopen): Pass caller_dlopen to dl_open.
59969         (__libc_dlopen_mode): Initialize caller_dlopen.
59971         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
59972         of libc.  Make tolower call locale-independent.  Optimize a bit by
59973         using isdigit instead of isalnum.
59974         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
59976 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
59978         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
59979         was a dependency or dynamically loaded.
59981 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
59983         * intl/l10nflist.c: Allow architecture-specific pop function.
59984         * sysdeps/x86_64/l10nflist.c: New file.
59986         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
59987         classification.
59989 2011-08-10  Andreas Schwab  <schwab@redhat.com>
59991         * include/dirent.h: Add libc_hidden_proto for scandirat and
59992         scandirat64.  Don't declare __scandirat64.
59993         * dirent/scandirat.c: Add libc_hidden_def.
59994         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
59995         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
59997 2011-08-10  David S. Miller  <davem@davemloft.net>
59999         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
60000         enum.
60001         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
60002         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
60003         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
60005 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
60007         * Versions.def [libc]: Add GLIBC_2.15.
60008         * dirent/Makefile (routines): Add scandirat and scandirat64.
60009         * dirent/Versions [libc]: Export scandirat and scandirat64 for
60010         GLIBC_2.15.
60011         * dirent/dirent.h: Declare scandirat and scandirat64.
60012         * dirent/scandirat.c: New file.
60013         * dirent/scandirat64.c: New file.
60014         * sysdeps/wordsize-64/scandirat.c: New file.
60015         * sysdeps/wordsize-64/scandirat64.c: New file.
60016         * dirent/opendir.c: Define opendirat.
60017         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
60018         using scandirat.
60019         * dirent/scandir64.c: Adjust for scandir.c change.
60020         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
60021         __scandirat64, and __scandir_cancel_handler.
60022         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
60023         additional parameter and use openat instead of open (outside of ld.so).
60024         Add new __opendir as wrapper around __opendirat.
60025         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
60026         here without requiring old scandirat implementation.
60028 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
60030         * dirent/scandir.c (cancel_handler): Renamed to
60031         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
60032         defined.  Adjust users.
60033         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
60034         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
60036 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
60038         * string/test-string.h (IMPL): Use __STRING to expand name and then
60039         stringify it.
60041         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
60042         of cleanups.
60044 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
60046         * string/Makefile: Update.
60047         (strop-tests): Append strncat.
60048         * string/test-wcscmp.c: New file.
60049         New comprehensive test for wcscmp.
60050         * string/test-strcmp.c: Update.
60051         (WIDE): New define.
60053 2011-07-22  Andreas Schwab  <schwab@redhat.com>
60055         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
60056         line.
60058 2011-07-26  Andreas Schwab  <schwab@redhat.com>
60060         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
60061         encoding to ACE if AI_IDN.
60063 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
60065         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
60066         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
60068 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
60070         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
60071         Fix overflow bug in strncat.
60072         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
60074         * string/test-strncat.c: Update.
60075         Add new tests for checking overflow bugs.
60077 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
60079         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
60080         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
60081         * sysdeps/i386/i686/multiarch/strcat.S: New file.
60082         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
60083         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
60084         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
60085         * sysdeps/i386/i686/multiarch/strncat.S: New file.
60086         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
60087         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
60089         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
60090         (USE_AS_STRCAT): Define.
60091         Add strcat and strncat support.
60092         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
60094 2011-07-25  Andreas Schwab  <schwab@redhat.com>
60096         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
60097         __n bigger than INT_MAX+1.
60098         (__strncmp_g): Likewise.
60100 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
60102         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
60103         * libio/stido.h: Likewise.
60105         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
60106         (AF_NFC): Define.
60107         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
60108         (AF_NFC): Define.
60110         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
60111         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
60112         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
60113         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
60114         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
60116         [BZ #13021]
60117         * scripts/test-installation.pl: Don't expect libnss_test1 to be
60118         installed.
60120         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
60121         typo.
60122         (_dl_x86_64_save_sse): Likewise.
60124 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
60126         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
60127         OSXSAVE.
60128         (_dl_x86_64_save_sse): Likewise.
60130         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
60132         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
60134 2011-07-21  Andreas Schwab  <schwab@redhat.com>
60136         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
60137         change.
60138         (_dl_x86_64_save_sse): Use correct AVX check.
60140 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
60142         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
60143         bug in strncpy/strncat.
60144         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
60146 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
60148         * string/tester.c (test_strcat): Add tests for different alignments
60149         of source and destination.
60150         (test_strncat): Likewise.
60152 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
60154         [BZ #12852]
60155         * posix/glob.c (glob): Check passed in values before using them in
60156         expressions to avoid some overflows.
60157         (glob_in_dir): Likewise.
60159         [BZ #13007]
60160         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
60161         check for AVX enablement so that we don't crash with old kernels and
60162         new hardware.
60163         * elf/tst-audit4.c: Add same checks here.
60164         * elf/tst-audit6.c: Likewise.
60166         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
60168 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
60170         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
60172 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
60174         * po/cs.po: Update from translation team.
60175         * po/bg.po: Likewise.
60177 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
60179         * misc/sys/cdefs.h: Add support for const attribute.
60180         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
60181         to gnu_dev_{major,minor,makedev} functions.
60183 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
60185         * intl/dcigettext.c (get_output_charset): Add missing bracket.
60187 2011-07-20  Andreas Schwab  <schwab@redhat.com>
60189         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
60190         strlen results.
60192 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
60194         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
60195         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
60196         register in order to avoid conflicts with the soft frame pointer
60197         being held in r11 when necessary.
60198         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
60199         (INTERNAL_VSYSCALL_NCS): Likewise.
60201 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
60203         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
60204         * elf/dl-fini.c (_dl_fini): Adjust caller.
60205         * elf/dl-close.c (_dl_close_worker): Likewise.
60206         * sysdeps/generic/ldsodefs.h: Adjust declaration.
60208 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
60210         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
60211         "aux_cache->nlibs < 0".
60213         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
60214         in the reload-count case.
60216 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
60218         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
60219         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
60220         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
60221         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
60222         * sysdeps/x86_64/multiarch/strcat.S: New file.
60223         * sysdeps/x86_64/multiarch/strncat.S: New file.
60224         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
60225         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
60226         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
60227         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
60228         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
60229         (USE_AS_STRCAT): Define.
60230         Add strcat and strncat support.
60231         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
60232         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
60233         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
60234         * string/strncat.c: Update.
60235         (USE_AS_STRNCAT): Define.
60236         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
60237         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
60238         and i7.
60239         * sysdeps/x86_64/multiarch/init-arch.h
60240         (bit_Prefer_PMINUB_for_stringop): New.
60241         (index_Prefer_PMINUB_for_stringop): Likewise.
60242         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
60243         bit_Prefer_PMINUB_for_stringop.
60245 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
60247         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
60248         buffer64.
60249         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
60250         of casting of buffer.
60251         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
60252         buffer32 and buffer64.
60253         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
60254         writes instead of casting of buffer.
60255         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
60256         buffer32.
60257         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
60258         casting of buffer.
60260 2011-07-19  Andreas Schwab  <schwab@redhat.com>
60262         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
60264 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
60266         * nscd/nscd.c (termination_handler): Don't do anything for a database
60267         if it has not yet been initialized.
60269 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
60271         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
60273 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
60275         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
60277 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
60279         * po/nl.po: Update from translation team.
60280         * po/sv.po: Likewise.
60282 2011-07-16  Roland McGrath  <roland@hack.frob.com>
60284         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
60285         now disallowed by GCC.
60287         * configure.in (use-default-link): Default to yes if a test -shared
60288         link meets our qualifications.
60289         * configure: Regenerated.
60291         * config.make.in (output-format): New variable.
60292         * configure.in: Check for ld --print-output-format support.
60293         * configure: Regenerated.
60294         * Makerules ($(common-objpfx)format.lds)
60295         [$(output-format) != unknown]: Just use $(output-format),
60296         instead of the linker-script munging.
60298 2011-07-14  Roland McGrath  <roland@hack.frob.com>
60300         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
60301         of $(common-objpfx)shlib.lds.
60302         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
60304         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
60305         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
60307         * configure.in (-z relro check): Adjust test code to add a large
60308         writable data section after it.
60309         * configure: Regenerated.
60311 2011-07-11  Roland McGrath  <roland@hack.frob.com>
60313         * configure.in (-z relro check): Fix test code to make the variable
60314         truly const.
60315         * configure: Regenerated.
60317 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
60319         * nscd/nscd.h (struct traced_file): Define.
60320         (struct database_dyn): Remove inotify_descr, reset_res, and filename
60321         elements.  Add traced_files.
60322         (inotify_fd): Declare.
60323         (register_traced_file): Declare.
60324         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
60325         (inotify_fd): Export.
60326         (resolv_conf_descr): Remove.
60327         (nscd_init): Move inotify descriptor creation to main.
60328         Don't register files for notification here.
60329         (register_traced_file): New function.
60330         (invalidate_cache): Don't use reset_res to determine whether to call
60331         res_init, go through the list of registered files.
60332         (main_loop_poll): The inotify descriptors are now stored in the
60333         structures for the traced files.
60334         (main_loop_epoll): Likewise
60335         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
60336         to __nss_disable_nscd.
60337         * nscd/cache.c (prune_cache): There is no single inotify descriptor
60338         for a database anymore.  Check the records for all the registered
60339         files instead.
60340         * nss/Makefile (libnss_files-routines): Add files-init.
60341         (libnss_db-routines): Add db-init.
60342         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
60343         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
60344         * nss/nss_db/db-init.c: New file.
60345         * nss/nss_files/files-init.c: New file.
60346         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
60347         __nss_lookup_function.
60348         (__nss_lookup_function): Call nss_load_library.
60349         (nss_load_all_libraries): New function.
60350         (__nss_disable_nscd): Take parameter with callback function for files
60351         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
60352         used for the cached services.
60353         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
60354         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
60355         options for features to all the files in nscd.
60357         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
60359 2011-07-10  Roland McGrath  <roland@hack.frob.com>
60361         * csu/elf-init.c (__libc_csu_init): Comment typo.
60363 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
60365         * po/pl.po: Update from translation team.
60366         * po/ja.po: Likewise.
60367         * po/ru.po: Likewise.
60368         * po/ko.po: Likewise.
60369         * po/fr.po: Likewise.
60371 2011-07-09  Roland McGrath  <roland@hack.frob.com>
60373         * configure.in (.ctors/.dtors header and trailer check):
60374         Use an empirical test on a built program.
60375         * configure: Regenerated.
60377         * configure.in (-z relro check): Use an empirical test on a built DSO.
60378         Detect, but do not require, on ia64.
60379         * configure: Regenerated.
60381         * configure.in (READELF): Find it with AC_CHECK_TOOL.
60382         Update tests that use readelf to use $READELF instead.
60383         * configure: Regenerated.
60385 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
60387         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
60388         if the result is not used.
60390 2011-07-05  Andreas Jaeger  <aj@suse.de>
60392         [BZ#9696]
60393         * stdlib/tst-strtod.c: Add testcase.
60395 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
60397         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
60398         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
60399         The latter has a higher limit.  Take additional parameter to pass to
60400         the new function.
60401         (__pathconf): Pass file to __statfs_link_max.
60402         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
60403         __statfs_link_max.
60404         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
60405         __statfs_link_max.
60407         [BZ #12868]
60408         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
60409         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
60410         Handle Lustre.
60411         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
60412         (__statfs_filesize_max): Likewise.
60413         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
60415 2011-07-05  Andreas Jaeger  <aj@suse.de>
60417         * resolv/res_comp.c (dn_skipname): Remove unused variable.
60419 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
60421         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
60422         `status' variable.
60423         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
60424         Likewise.
60426 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
60428         * Makefile (strop-tests): Add strncat.
60429         * string/test-strncat.c: New file.
60431 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
60433         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
60435 2011-06-21  Andreas Jaeger  <aj@suse.de>
60437         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
60438         Copy rule from iconvdata/Makefile.
60440 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
60442         [BZ #12922]
60443         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
60444         but no long options are defined, just return 'W'.
60446 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
60448         [BZ #9696]
60449         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
60451 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
60453         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
60454         netgroups to read.
60455         (innetgr): Likewise.
60457 2011-07-05  Roland McGrath  <roland@hack.frob.com>
60459         * config.make.in (install_root): Default to $(DESTDIR).
60461 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
60463         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
60465 2011-07-02  Roland McGrath  <roland@hack.frob.com>
60467         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
60469         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
60470         containing directory rather than embedding absolute directory names.
60472         * scripts/check-local-headers.sh: Rewritten using awk.
60473         Match by word, not by line.  Print error messages for matches.
60474         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
60476         * Makerules [shlib-lds-flags empty]:
60477         ($(common-objpfx)libc_pic.opts): New target.
60478         ($(common-objpfx)libc_pic.os.clean): New target.
60479         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
60481         * config.make.in (OBJCOPY): New variable.
60482         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
60483         * configure: Regenerated.
60485         * config.make.in (use-default-link): New variable.
60486         * configure.in (use_default_link): Grok --with-default-link to set it.
60487         * configure: Regenerated.
60488         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
60489         (shlib-lds, shlib-lds-flags): Define to empty.
60491         * Makerules (shlib-lds): New variable.
60492         (shlib-lds-flags): New variable.
60493         (build-shlib, build-moduile, build-module-asneeded): Use it.
60494         ($(common-objpfx)libc.so): Use $(shlib-lds).
60495         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
60496         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
60498         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
60499         DT_FLAGS/DT_FLAGS_1 with zero flags.
60501         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
60502         linker script munging.
60504 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
60506         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
60507         as 128-bit value.
60508         * crypt/sha512.c (sha512_process_block): Perform total addition using
60509         128-bit if possible.
60510         (__sha512_finish_ctx): Likewise.
60511         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
60512         as 64-bit value.
60513         * crypt/sha256.c (SWAP64): Define.
60514         (sha256_process_block): Perform total addition using 64-bit if
60515         possible.
60516         (__sha256_finish_ctx): Likewise.
60518 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
60520         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
60521         * nscd/initgrcache.c (addinitgroupsX): Likewise.
60522         * nscd/hstcache.c (cache_addhst): Likewise.
60523         * nscd/grpcache.c (cache_addgr): Likewise.
60524         * nscd/aicache.c (addhstaiX): Likewise
60525         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
60527 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
60529         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
60530         * nscd/initgrcache.c (addinitgroupsX): Likewise.
60531         * nscd/hstcache.c (cache_addhst): Likewise.
60532         * nscd/grpcache.c (cache_addgr): Likewise.
60533         * nscd/aicache.c (addhstaiX): Likewise
60535 2011-07-01  Andreas Schwab  <schwab@redhat.com>
60537         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
60538         domain only when needed.
60540 2011-06-30  Andreas Schwab  <schwab@redhat.com>
60542         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
60543         is always restored.
60545 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
60547         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
60548         are re-adding the entry.
60549         * nscd/servicescache.c (cache_addserv): Likewise.
60551 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
60553         * sysdeps/generic/dl-irel.h: fix protection against multiple
60554         inclusions.
60555         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
60557 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
60559         [BZ #12935]
60560         * malloc/memusage.sh: Fix quoting in message.
60561         * debug/xtrace.sh: Likewise.
60563         * configure.in: Remove support for --experimental-malloc option, make
60564         it the default.
60565         * config.make.in: Likewise.
60566         * malloc/Makefile: Likewise.
60568 2011-06-27  Andreas Schwab  <schwab@redhat.com>
60570         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
60571         two-byte characters.
60573 2011-06-27  Roland McGrath  <roland@hack.frob.com>
60575         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
60576         AC_CACHE_CHECK invocation.
60577         * configure: Regenerated.
60579         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
60581 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
60583         [BZ #12350]
60584         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
60585         bit from old_res_options.
60587         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
60589         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
60590         value type for setfct.
60592 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
60594         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
60595         __gettimeofday instead of gettimeofday.
60597 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
60599         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
60601 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
60603         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
60605         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
60606         info.
60608 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
60610         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
60611         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
60612         strcpy-sse2-unaligned strncpy-sse2-unaligned
60613         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
60614         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
60615         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
60616         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
60617         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
60618         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
60619         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
60620         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
60621         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
60622         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
60623         (STRCPY): Support SSE2 and SSSE3 versions.
60625 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
60627         [BZ #12874]
60628         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
60629         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
60630         kernels which artificially limit size of requests.
60632 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
60634         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
60635         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
60636         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
60637         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
60638         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
60639         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
60640         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
60641         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
60642         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
60643         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
60644         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
60645         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
60646         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
60647         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
60648         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
60649         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
60650         Enable unaligned load optimization for Intel Core i3, i5 and i7
60651         processors.
60652         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
60653         Define.
60654         (index_Fast_Unaligned_Load): Define.
60655         (HAS_FAST_UNALIGNED_LOAD): Define.
60657 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
60659         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
60661 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
60663         [BZ #12907]
60664         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
60665         until it is clear that the information is realy needed.
60666         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
60668 2011-06-22  Andreas Schwab  <schwab@redhat.com>
60670         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
60672 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
60674         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
60675         /sys/devices/system/cpu/online if it is usable.
60677         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
60678         reading the information from the /proc filesystem to once a second.
60680 2011-06-21  Andreas Jaeger  <aj@suse.de>
60682         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
60683         NULL after inclusion of kernel headers.
60685 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
60687         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
60688         calls to internal_setent.
60690         [BZ #12885]
60691         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
60692         addresses using gethostbyname4_r ignore IPv4 addresses.
60694         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
60695         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
60697         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
60699 2011-06-20  David S. Miller  <davem@davemloft.net>
60701         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
60702         inclusions.
60703         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
60705         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
60706         (elf_irel): Use it.
60707         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
60708         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
60709         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
60710         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
60711         * sysdeps/x86_64/dl-irel.h: Likewise.
60713         * elf/dl-runtime.c: Use elf_ifunc_invoke.
60714         * elf/dl-sym.c: Likewise.
60716 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
60718         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
60719         need to dereference resplen2.
60721 2011-06-14  Andreas Schwab  <schwab@redhat.com>
60723         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
60725 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
60727         * Makeconfig: Define vardbdir and inst_vardbdir.
60728         * nss/Makefile: Add rules to install db-Makefile.
60730         * nss/nss_db/db-XXX.c: Cleanup.
60732         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
60733         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
60734         GLIBC_PRIVATE.
60735         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
60736         * nss/makedb.c: Implement -g option to specify that value strings
60737         are generated and should not be added to table iterated over for
60738         get*ent calls.
60739         * nss/nss_db/db-initgroups.c: New file.
60741         * nss/getent.c: Add support for initgroups lookups through getgrouplist
60742         interface.
60744         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
60745         (internal_getgrouplist): Adjust to name change.
60746         Update use_initgroups_entry if this is not the first call.
60747         * nss/databases.def: Add initgroups entry.
60749         * nss/makedb.c (compute_tables): Check result of multiple hash table
60750         sizes to minimize maximum chain length.
60752 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
60754         * Versions.def: Add entry for libnss_db.
60755         * shlib-versions: Likewise.
60756         * nss/Makefile: Add rules to build libnss_db.
60757         * nss/Versions: Add libnss_db information.  Organize libnss_files
60758         entries better.
60759         * nss/db-Makefile: Add gshadow support.  Change rules for the new
60760         makedb progra.  Some minor improvements to generate smaller files.
60761         * nss/nss_db/nss_db.h: Move NSS database header data structures to
60762         here from...
60763         * nss/makedb.c: ...here.
60764         Improve database format to be smaller and require less memory at
60765         runtime.
60766         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
60767         db anymore.
60768         * nss/nss_db/db-netgrp.c: Likewise.
60769         * nss/nss_db/db-open.c: Likewise.
60770         * nss/nss_files/flies-XXX.x: Adjust comments.
60771         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
60772         * nss/nss_files/files-grp.c: Likewise.
60773         * nss/nss_files/files-hosts.c: Likewise.
60774         * nss/nss_files/files-network.c: Likewise.
60775         * nss/nss_files/files-proto.c: Likewise.
60776         * nss/nss_files/files-pwd.c: Likewise.
60777         * nss/nss_files/files-rpc.c: Likewise.
60778         * nss/nss_files/files-service.c: Likewise.
60779         * nss/nss_files/files-sgrp.c: Likewise.
60780         * nss/nss_files/files-spwd.c: Likewise.
60781         * nss/nss_db/db-alias.c: Removed.
60782         * nss/nss_db/dummy-db.h: Removed.
60784 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
60786         * nss/makedb.c: Rewritten to not use database library.
60787         * nss/Makefile: Update to build new makedb program.
60789 2011-06-14  Andreas Jaeger  <aj@suse.de>
60791         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
60792         memset declaration.
60794 2011-06-10  Andreas Schwab  <schwab@redhat.com>
60796         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
60797         tmpbuf.
60799 2011-06-10  Roland McGrath  <roland@hack.frob.com>
60801         * Makerules (shlib.lds): Fail if the linker script comes out empty.
60802         * elf/Makefile ($(objpfx)ld.so): Likewise.
60804         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
60805         Don't list ld.so twice in dependencies.
60807         * posix/bug-regex31.c: Include <stdlib.h>.
60809         * nscd/hstcache.c (cache_addhst): Remove unused variable.
60811         * nis/nss_compat/compat-spwd.c
60812         (getspent_next_nss_netgr): Remove unused variable.
60813         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
60815         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
60816         nonmembers" output to use the right array.
60818         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
60820         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
60822         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
60823         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
60824         * catgets/gencat.c (read_input_file): Likewise.
60825         * locale/programs/locarchive.c (enlarge_archive): Likewise.
60827         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
60828         variable definition inside #if's controlling its use.
60830         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
60832         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
60834         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
60836         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
60837         unreachable code.
60839         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
60841         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
60842         * configure: Regenerated.
60844         * Makerules: Revert last change.
60845         * elf/Makefile: Likewise.
60847 2011-06-09  Roland McGrath  <roland@hack.frob.com>
60849         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
60850         * elf/Makefile ($(objpfx)librtld.os): Likewise.
60851         (reloc-link): Likewise.
60853 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
60855         * elf/Makefile: Add rules to build pldd.
60856         * elf/pldd.c: New file.
60857         * elf/pldd-xx.c: New file.
60859 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
60861         * version.h: Update for 2.15 development version.
60863 2011-06-07  David S. Miller  <davem@davemloft.net>
60865         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
60866         ifuncs.
60867         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
60868         elf_machine_lazy_rel): Likewise.
60869         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
60870         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
60871         elf_machine_lazy_rel): Likewise.
60872         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
60873         dl_hwcap via passed in argument.
60874         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
60875         Likewise.
60877 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
60879         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
60881 2011-06-06  Roland McGrath  <roland@hack.frob.com>
60883         [BZ #12849]
60884         * manual/fdl-1.1.texi: New file, verbatim from:
60885         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
60886         * manual/lgpl-2.1.texi: New file, verbatim from:
60887         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
60888         * manual/Makefile (licenses): New variable, list those new file names.
60889         (texis): Use it.
60890         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
60892         * manual/fdl.texi: File removed.
60893         * manual/lesser.texi: File removed.
60894         * manual/libc.texinfo (Copying, Documentation License):
60895         Use new @include file names, put @appendix directive before @include.
60897 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
60899         [BZ #12841]
60900         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
60901         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
60902         (mq_open): Add __NTH.
60904 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
60906         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
60907         Assume Intel Core i3/i5/i7 processor if AVX is available.
60909 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
60911         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
60912         typo.
60914 2011-05-31  Andreas Schwab  <schwab@redhat.com>
60916         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
60917         memory.  Use alloca_account.  Fix memory leak when retrying.
60919 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
60921         * version.h (RELEASE): Bump for 2.14 release.
60922         * include/features.h (__GLIBC_MINOR__): Bump to 14.
60924         * config.make.in (RANLIB): Remove entry.
60926 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
60928         * po/Makefile (po-sed-cmd): Add ksh to extensions.
60929         (libc.pot): Work around missing support for .ksh extension in xgettext.
60931         [BZ #12684]
60932         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
60933         if both request failed.
60934         (send_dg): In case of server errors clear resplen or *resplen2.
60936         [BZ #12454]
60937         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
60938         when there are multiple maps.
60939         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
60940         (_dl_fini): Remove test here.
60942         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
60944 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
60946         [BZ #12350]
60947         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
60948         bit from old_res_options.
60949         (gaih_inet): Likewise.
60951         [BZ #11099]
60952         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
60953         as signed.
60955         * resolv/res_init.c (res_setoptions): Make the code more compact.
60957         [BZ #11558]
60958         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
60959         set RES_USEVC.
60961         [BZ #11634]
60962         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
60964         * malloc/malloc.h: Mark malloc hook variables as deprecated.
60966         [BZ #11781]
60967         * malloc/malloc.h: Declare malloc hook variables as volatile.
60969         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
60970         in last patch.
60972         [BZ #11799]
60973         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
60974         raise in the comment.
60975         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
60976         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
60977         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
60979 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
60981         [BZ #12811]
60982         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
60983         grow the buffers more if it already has to be sufficient.
60984         (build_wcs_upper_buffer): Likewise.
60985         * posix/regexec.c (check_matching): Likewise.
60986         (clean_state_log_if_needed): Likewise.
60987         (extend_buffers): Don't enlarge buffers beyond size of the input
60988         buffer.
60989         Patches mostly by Emil Wojak <emil@wojak.eu>.
60990         * posix/bug-regex32.c: New file.
60991         * posix/Makefile (tests): Add bug-regex32.
60993         * locale/findlocale.c (_nl_find_locale): Return right away if
60994         _nl_explode_name failed.
60995         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
60997         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
60999         * debug/xtrace.sh: Unify messages.
61000         * malloc/memusage.sh: Likewise.
61002         [BZ #12813]
61003         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
61004         time symbol from vDSO.  Substitute with vsyscall if not available.
61005         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
61006         __vdso_time.
61008         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
61009         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
61010         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
61011         Add sendmmsg and internal_sendmmsg.
61012         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
61013         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
61014         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
61016         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
61017         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
61018         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
61020 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
61022         [BZ #12813]
61023         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
61024         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
61025         available.
61026         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
61027         __vdso_getcpu.
61029         [BZ #12814]
61030         * iconvdata/Makefile (tests): Add bug-iconv9.
61031         * iconvdata/bug-iconv9.c: New file.
61033 2011-05-27  Andreas Schwab  <schwab@redhat.com>
61035         [BZ #12814]
61036         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
61038 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
61040         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
61041         (struct user_regs_struct): Change intcs field back to cs.
61043 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
61045         * po/ja.po: Update from translation team.
61047 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
61049         [BZ #12795]
61050         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
61051         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
61053 2011-05-20  Andreas Schwab  <schwab@redhat.com>
61055         * stdlib/longlong.h: Update from GCC.
61057 2011-05-23  Andreas Schwab  <schwab@redhat.com>
61059         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
61060         parameter name.
61061         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
61062         Add parameter name.
61063         (__sysconf): Pass it down.
61065 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
61067         [BZ #12671]
61068         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
61069         some situations.
61070         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
61071         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
61072         add in in __libc_use_alloca calls.  Adjust callers.
61073         (glob): Use malloc in some situations.
61075         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
61076         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
61077         pltexit.
61079 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
61081         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
61082         and CLOCK_BOOTTIME_ALARM.
61084         [BZ #12782]
61085         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
61086         is returned.
61088         * string/_strerror.c (__strerror_r): Print negative errors as signed
61089         numbers.
61091         [BZ #12777]
61092         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
61093         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
61094         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
61096         * configure.in: Fix typo in redirection and correct removal of test
61097         files in two cases.
61099         [BZ #12788]
61100         * locale/setlocale.c (new_composite_name): Fix test to check for
61101         identical name of all categories.
61103         [BZ #12792]
61104         * libio/filedoalloc.c (local_isatty): New function.
61105         (_IO_file_doallocate): Use local_isatty.
61106         * stdio-common/perror.c (perror): In case a new stream is used
61107         forward the stream error.
61108         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
61109         error flag.
61111 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
61113         [BZ #11869]
61114         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
61115         alloca.
61116         * include/alloca.h (extend_alloca_account): Define.
61118         [BZ #11857]
61119         * posix/regex.h: Fix comments with documentation of user-accessible
61120         fields after compilation and describe correct free'ing of pattern
61121         after re_compile_pattern.
61122         Patch by Reuben Thomas <rrt@sc3d.org>.
61124 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
61126         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
61127         and -mno-altivec to prevent the compiler from using Altivec and/or
61128         VSX instructions when the corresponding registers are not available.
61130 2011-05-19  Andreas Schwab  <schwab@redhat.com>
61132         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
61134 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
61136         * libio/freopen.c (freopen): Use __dup2, not dup2.
61137         * libio/freopen64.c (freopen64): Likewise.
61139 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
61141         [BZ #12775]
61142         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
61143         * math/Makefile (tests): Add test-powl.
61144         (CFLAGS-test-powl.c): Define.
61145         * math/test-powl.c: New file.
61147 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
61149         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
61151 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
61153         [BZ #11837]
61154         * iconvdata/gb18030.c: Update to GB18020-2005.
61156 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
61158         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
61159         RE_SYNTAX_POSIX_AWK): Update to match recent development.
61160         Patch by Aharon Robbins <arnold@skeeve.com>.
61162         [BZ #11892]
61163         * stdlib/putenv.c (putenv): Don't always create copy of the variable
61164         on the stack.
61166         [BZ #11895]
61167         * misc/pselect.c (__pselect): Handle timeout value errors hidden
61168         through underflows.
61170         [BZ #12766]
61171         * misc/error.c (error_at_line): Ensure file_name and old_file_name
61172         point to strings before performing equality test for error_one_per_line
61173         mode.
61175         [BZ #11697]
61176         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
61178         [BZ #11820]
61179         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
61180         (struct user_fpregs_struct): Avoid __uint*_t types.
61182         [BZ #6420]
61183         * malloc/mtrace.c (tr_where): Add additional parameter to point to
61184         symbol info.  Use it instead of calling _dl_addr locally.
61185         (lock_and_info): New function.
61186         (tr_freehook): Call lock_and_info and pass symbol info as additional
61187         parameter to tr_where.
61188         (tr_mallochook): Likewise.
61189         (tr_reallochook): Likewise.
61190         (tr_memalignhook): Likewise.
61192         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
61193         used and couldn't be at all thread-safe.
61195 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
61197         * libio/freopen.c (freopen): Don't close old file descriptor
61198         before the new one is opened.  Instead dup the new file descriptor
61199         to the old one after the new stream is created.
61200         * libio/freopen64.c (freopen64): Likewise.
61201         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
61202         * libio/fileops.c (_IO_new_file_close_it): Handle new
61203         _IO_FLAGS2_NOCLOSE flag.
61204         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
61205         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
61206         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
61207         _IO_FLAGS2_NOCLOSE flag.
61208         * include/unistd.h: Add hidden_proto for dup3.
61209         Define __have_dup3.
61210         * io/dup3.c: Define hidden symbol.
61211         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
61213         [BZ #7101]
61214         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
61215         when an incomplete long option is used.
61216         * posix/tst-getopt_long1.c: New file.
61217         * posix/Makefile (tests): Add tst-getopt_long1.
61219         [BZ #10138]
61220         * scripts/config.guess: Update from autoconf-2.68.
61221         * scripts/config.sub: Likewise.
61223         [BZ #10157]
61224         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
61225         tests into ...
61226         (has_cpuclock): ...this.  New function.
61227         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
61228         macro here based on has_cpuclock code.
61230         [BZ #10149]
61231         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
61232         First byte (not low byte) is now always NUL.
61233         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
61235         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
61236         Use non-cancelable interfaces.
61238         [BZ #9809]
61239         * locale/iso-639.def: Add entry for Sorani.
61241         [BZ #11901]
61242         * include/stdlib.h: Move include protection to the right place.
61243         Define abort_msg_s.  Declare __abort_msg with it.
61244         * stdlib/abort.c (__abort_msg): Adjust type.
61245         * assert/assert.c (__assert_fail_base): New function.  Majority
61246         of code from __assert_fail.  Allocate memory for __abort_msg with
61247         mmap.
61248         (__assert_fail): Now call __assert_fail_base.
61249         * assert/assert-perr.c: Remove bulk of implementation.  Use
61250         __assert_fail_base.
61251         * include/assert.hL Declare __assert_fail_base.
61252         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
61253         mmap.
61254         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
61256 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
61258         [BZ #11952]
61259         [BZ #12453]
61260         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
61261         until all modules are registered in the DTV.
61262         * elf/Makefile: Add rules to build and run tst-tls19.
61263         * elf/tst-tls19.c: New file.
61264         * elf/tst-tls19mod1.c: New file.
61265         * elf/tst-tls19mod2.c: New file.
61266         * elf/tst-tls19mod3.c: New file.
61267         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
61269         [BZ #12083]
61270         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
61271         correctly.
61273         [BZ #12601]
61274         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
61275         two-byte sequence errors.
61276         * iconvdata/Makefile (tests): Add bug-iconv8.
61277         * iconvdata/bug-iconv8.c: New file.
61279         [BZ #12626]
61280         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
61281         buf2 definition.
61283         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
61285         [BZ #12432]
61286         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
61287         (dummy_getcfa): New function.
61288         (init): Get _Unwind_GetCFA address, use dummy if not found.
61289         (backtrace_helper): In recursion check, also check whether CFA changes.
61290         (__backtrace): Completely initialize arg.
61292         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
61293         storing incomplete byte sequence in state object.  Avoid testing for
61294         guaranteed too small input if we know there is enough data available.
61296 2011-05-11  Andreas Schwab  <schwab@redhat.com>
61298         * Makeconfig (+link-pie): Indent.
61299         * Rules (binaries-pie): Define if $(have-fpie) and
61300         $(build-shared).
61301         (binaries-shared): Also filter out $(binaries-pie).
61302         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
61303         * nscd/Makefile (others-pie): Add nscd.
61304         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
61305         ($(objpfx)nscd): Remove command override.
61306         * login/Makefile (others-pie): Add pt_chown.
61307         ($(objpfx)pt_chown): Remove command override.
61308         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
61309         remove command overrides.
61311 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
61313         * libio/tst_putwc.c: Fix error messages.
61315         [BZ #12724]
61316         * libio/fileops.c (_IO_new_file_close_it): Always flush when
61317         currently writing and seek to current position when not.
61318         * libio/Makefile (tests): Add bug-fclose1.
61319         * libio/bug-fclose1.c: New file.
61321 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
61323         [BZ #12511]
61324         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
61325         don't set DF_1_NODELETE here.
61326         (do_lookup_x): When entering new entry test for copy relocation
61327         and if necessary set DF_1_NODELETE flag.
61328         * elf/tst-unique4.cc: New file.
61329         * elf/tst-unique4.h: New file.
61330         * elf/tst-unique4lib.cc: New file.
61331         * elf/Makefile: Add rules to build and run tst-unique4.
61332         Patch by Piotr Bury <pbury@goahead.com>.
61334 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
61336         [BZ #12052]
61337         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
61339         [BZ #12625]
61340         * misc/mntent_r.c (addmntent): Flush the stream after the output
61342         [BZ #12393]
61343         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
61344         (is_trusted_path_normalize): Skip initial colon.  Append slash
61345         to empty buffer.  Duplicate is_trusted_path code but allow
61346         constructed patch to be prefix.
61347         (is_dst): Allow $ORIGIN followed by /.
61348         (_dl_dst_substitute): Correct clearing of check_for_trusted.
61349         Correct testing of result of is_trusted_path_normalize
61350         (decompose_rpath): Fix warning.
61352 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
61354         [BZ #11257]
61355         * grp/initgroups.c (internal_getgrouplist): When we found the service
61356         list through the initgroups entry in nsswitch.conf do not always
61357         continue on a successful lookup.  Don't always use the
61358         __nss_group_database value if it is set.
61359         * nss/nsswitch.conf (initgroups): Change action for successful db
61360         lookup to continue for compatibility.
61362 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
61364         [BZ #11532]
61365         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
61366         and CP774 modules.
61367         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
61368         and CP774 modules.
61369         * iconvdata/tst-tables.sh: Likewise.
61370         * iconvdata/cp770.c: New file.
61371         * iconvdata/cp771.c: New file.
61372         * iconvdata/cp772.c: New file.
61373         * iconvdata/cp773.c: New file.
61374         * iconvdata/cp774.c: New file.
61375         * iconvdata/testdata/CP770: New file.
61376         * iconvdata/testdata/CP770..UTF8: New file.
61377         * iconvdata/testdata/CP771: New file.
61378         * iconvdata/testdata/CP771..UTF8: New file.
61379         * iconvdata/testdata/CP772: New file.
61380         * iconvdata/testdata/CP772..UTF8: New file.
61381         * iconvdata/testdata/CP773: New file.
61382         * iconvdata/testdata/CP773..UTF8: New file.
61383         * iconvdata/testdata/CP774: New file.
61384         * iconvdata/testdata/CP774..UTF8: New file.
61386         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
61387         END CHARMAP line.
61388         * iconvdata/gen-8bit-gap.sh: Likewise.
61389         * iconvdata/gen-8bit.sh: Likewise.
61391         * locale/iso-639.def: Add ary entry.
61393         [BZ #11258]
61394         * locale/C-translit.h.in: Add U20A1 transliteration.
61396         [BZ #12178]
61397         * locale/iso-639.def: Add wae entry.
61398         Patch by Kevin Bortis <bortis@translate-wae.ch>.
61400         [BZ #12545]
61401         * locale/programs/localedef.c (construct_output_path): Use ssize_t
61402         for n.
61404         [BZ #12711]
61405         * locale/C-translit.h.in: Add entry for U20B9.
61406         Patch by pravin.d.s@gmail.com.
61408 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
61410         [BZ #12713]
61411         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
61412         ENAMETOOLONG use generic getcwd.
61413         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
61414         in rtld.  Use *stat64.
61415         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
61416         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
61417         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
61418         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
61419         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
61420         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
61421         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
61422         __fstatat64 macros.
61423         * include/dirent.h: Add libc_hidden_proto for rewinddir.
61424         * dirent/rewinddir.c: Add libc_hidden_def.
61425         * sysdeps/mach/hurd/rewinddir.c: Likewise.
61426         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
61428         * include/dirent.h (__alloc_dir): Add flags parameter.
61429         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
61430         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
61431         __alloc_dir.
61432         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
61433         from fdopendir if O_CLOEXEC is already set.
61435 2011-03-15  Alan Modra  <amodra@gmail.com>
61437         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
61438         l_tls_firstbyte_offset non-zero.  Save padding offset in
61439         l_tls_firstbyte_offset for later use.
61440         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
61441         freeing static tls block.
61443 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
61445         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
61446         where #ifdef was intended.  The intent is to prevent ARG_MAX from
61447         being defined by the kernel headers.
61449 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
61451         [BZ #12734]
61452         * resolv/resolv.h: Define RES_NOTLDQUERY.
61453         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
61454         no-tld-query and set RES_NOTLDQUERY.
61455         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
61456         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
61457         modern BIND to search name as TLD unless forbidden.
61459 2011-05-07  Petr Baudis  <pasky@suse.cz>
61460             Ulrich Drepper  <drepper@gmail.com>
61462         [BZ #12393]
61463         * elf/dl-load.c (fillin_rpath): Move trusted path check...
61464         (is_trusted_path): ...to here.
61465         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
61466         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
61467         using is_trusted_path_normalize() in setuid scripts.
61469 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
61471         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
61472         __BEGIN/__END_DECLS.
61474 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
61476         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
61477         NSS_STATUS_NOTFOUND if no record was found.
61479 2011-05-05  Andreas Schwab  <schwab@redhat.com>
61481         * sunrpc/Makefile (headers): Add rpc/netdb.h.
61482         (headers-not-in-tirpc): Remove rpc/netdb.h
61483         * resolv/netdb.h: Revert last change.
61485 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
61487         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
61488         circular dependency between libgcc.a and libc.a.
61490 2011-05-05  Andreas Schwab  <schwab@redhat.com>
61492         * resolv/netdb.h: Don't include <rpc/netdb.h>.
61493         * nis/Makefile: Don't install rpcsvc/*.
61494         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
61495         instead of <rpc/types.h>.
61496         (MAXHOSTNAMELEN): Define.
61498 2011-05-03  Andreas Schwab  <schwab@redhat.com>
61500         * elf/ldconfig.c (add_dir): Don't crash on empty path.
61502 2011-04-28  Maciej Babinski  <mbabinski@google.com>
61504         [BZ #12714]
61505         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
61506         gethostbyname4_r when IPv6 results are possible.
61508 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
61510         [BZ #12723]
61511         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
61512         _PC_PIPE_BUF handling.
61514 2011-04-30  Bruno Haible  <bruno@clisp.org>
61516         [BZ #12717]
61517         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
61518         * resolv/netdb.h (getnameinfo): Change type of flags parameter
61519         to 'int'.
61520         * inet/getnameinfo.c (getnameinfo): Likewise.
61522 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
61524         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
61525         to groups setting in database lookup.
61526         * nss/nsswitch.conf: Add initgroups entry.
61528 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
61530         [BZ #12685]
61531         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
61532         mode string.
61533         Patch by Eric Blake <eblake@redhat.com>.
61535 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
61537         * sunrpc/Makefile (need-export-routines): Add svc_run.
61538         (routines): Remove svc_run.
61539         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
61540         * sunrpc/clnt_perr.c (clnt_perrno): Export.
61541         * sunrpc/svc_run.c (svc_run): Likewise.
61542         * sunrpc/svc_udp.c (svcudp_create): Likewise.
61544 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
61546         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
61547         problem in reallocation in last patch.
61549 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
61551         * sunrpc/Makefile: Move inclusion of Rules.
61553 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
61555         * nss/nss_files/files-initgroups.c: New file.
61556         * nss/Makefile (libnss_files-routines): Add files-initgroups.
61557         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
61558         _nss_files_initgroups_dyn.
61560 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
61562         * elf/elf.h (R_ARM_IRELATIVE): Define.
61564 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
61566         * po/ru.po: Update from translation team.
61568 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
61570         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
61571         dependencies.
61573 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
61575         [BZ #12653]
61576         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
61577         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
61578         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
61579         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
61580         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
61582 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
61584         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
61585         differing bytes.
61586         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
61587         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
61588         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
61590 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
61592         [BZ #12420]
61593         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
61594         storing it.
61595         * stdlib/bug-getcontext.c: New file.
61596         * stdlib/Makefile: Add rules to build and run bug-getcontext.
61598 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
61600         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
61601         instructions into .machine "z9-109".
61602         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
61603         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
61605 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
61607         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
61608         between environment variables and auxiliary vector.
61610 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
61612         * Makefile: Add rules to build linkobj/libc.so.
61613         * include/libc-symbols.h: Define libc_hidden_nolink.
61614         * include/rpc/auth.h: Mark functions which are to be hidden.
61615         * include/rpc/auth_des.h: Likewise.
61616         * include/rpc/auth_unix.h: Likewise.
61617         * include/rpc/clnt.h: Likewise.
61618         * include/rpc/des_crypt.h: Likewise.
61619         * include/rpc/key_prot.h: Likewise.
61620         * include/rpc/pmap_clnt.h: Likewise.
61621         * include/rpc/pmap_prot.h: Likewise.
61622         * include/rpc/pmap_rmt.h: Likewise.
61623         * include/rpc/rpc_msg.h: Likewise.
61624         * include/rpc/svc.h: Likewise.
61625         * include/rpc/svc_auth.h: Likewise.
61626         * include/rpc/xdr.h: Likewise.
61627         * nis/Makefile: Link all DSOs against linkobj/libc.so.
61628         * nss/Makefile: Likewise.
61629         * sunrpc/Makefile: Don't install headers.  Build library with normal
61630         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
61631         * sunrpc/auth_des.c: Hide exported symbols by default, export some
61632         for the compat linking library.  Remove use of INTDEF/INTUSE.
61633         * sunrpc/auth_none.c: Likewise.
61634         * sunrpc/auth_unix.c: Likewise.
61635         * sunrpc/authdes_prot.c: Likewise.
61636         * sunrpc/authuxprot.c: Likewise.
61637         * sunrpc/clnt_gen.c: Likewise.
61638         * sunrpc/clnt_perr.c: Likewise.
61639         * sunrpc/clnt_raw.c: Likewise.
61640         * sunrpc/clnt_simp.c: Likewise.
61641         * sunrpc/clnt_tcp.c: Likewise.
61642         * sunrpc/clnt_udp.c: Likewise.
61643         * sunrpc/clnt_unix.c: Likewise.
61644         * sunrpc/des_crypt.c: Likewise.
61645         * sunrpc/des_soft.c: Likewise.
61646         * sunrpc/get_myaddr.c: Likewise.
61647         * sunrpc/key_call.c: Likewise.
61648         * sunrpc/key_prot.c: Likewise.
61649         * sunrpc/netname.c: Likewise.
61650         * sunrpc/pm_getmaps.c: Likewise.
61651         * sunrpc/pm_getport.c: Likewise.
61652         * sunrpc/pmap_clnt.c: Likewise.
61653         * sunrpc/pmap_prot.c: Likewise.
61654         * sunrpc/pmap_prot2.c: Likewise.
61655         * sunrpc/pmap_rmt.c: Likewise.
61656         * sunrpc/publickey.c: Likewise.
61657         * sunrpc/rpc_cmsg.c: Likewise.
61658         * sunrpc/rpc_common.c: Likewise.
61659         * sunrpc/rpc_dtable.c: Likewise.
61660         * sunrpc/rpc_prot.c: Likewise.
61661         * sunrpc/rpc_thread.c: Likewise.
61662         * sunrpc/rtime.c: Likewise.
61663         * sunrpc/svc.c: Likewise.
61664         * sunrpc/svc_auth.c: Likewise.
61665         * sunrpc/svc_authux.c: Likewise.
61666         * sunrpc/svc_raw.c: Likewise.
61667         * sunrpc/svc_run.c: Likewise.
61668         * sunrpc/svc_simple.c: Likewise.
61669         * sunrpc/svc_tcp.c: Likewise.
61670         * sunrpc/svc_udp.c: Likewise.
61671         * sunrpc/svc_unix.c: Likewise.
61672         * sunrpc/svcauth_des.c: Likewise.
61673         * sunrpc/xcrypt.c: Likewise.
61674         * sunrpc/xdr.c: Likewise.
61675         * sunrpc/xdr_array.c: Likewise.
61676         * sunrpc/xdr_float.c: Likewise.
61677         * sunrpc/xdr_intXX_t.c: Likewise.
61678         * sunrpc/xdr_mem.c: Likewise.
61679         * sunrpc/xdr_rec.c: Likewise.
61680         * sunrpc/xdr_ref.c: Likewise.
61681         * sunrpc/xdr_sizeof.c: Likewise.
61682         * sunrpc/xdr_stdio.c: Likewise.
61684 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
61686         [BZ #12650]
61687         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
61688         * sysdeps/ia64/dl-tls.h: Likewise.
61689         * sysdeps/powerpc/dl-tls.h: Likewise.
61690         * sysdeps/s390/dl-tls.h: Likewise.
61691         * sysdeps/sh/dl-tls.h: Likewise.
61692         * sysdeps/sparc/dl-tls.h: Likewise.
61693         * sysdeps/x86_64/dl-tls.h: Likewise.
61694         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
61696 2011-03-14  Andreas Schwab  <schwab@redhat.com>
61698         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
61699         rpath element also skip the following colon.
61700         (expand_dynamic_string_token): Add is_path parameter and pass
61701         down to DL_DST_REQUIRED and _dl_dst_substitute.
61702         (decompose_rpath): Call expand_dynamic_string_token with
61703         non-zero is_path.  Ignore empty rpaths.
61704         (_dl_map_object_from_fd): Call expand_dynamic_string_token
61705         with zero is_path.
61707 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
61709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
61710         Make cancelable.
61712 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
61714         [BZ #12655]
61715         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
61716         Patch by Filipe David Manana <fdmanana@apache.org>.
61718 2011-04-07  Andreas Schwab  <schwab@redhat.com>
61720         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
61721         Maintain aligned stack.
61722         (CHECK_RSP): Remove unused macro.
61724 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
61726         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
61727         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
61729 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
61731         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
61733         * include/features.h: Mention __USE_XOPEN2K8 in comment.
61735 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
61737         [BZ #12518]
61738         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
61739         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
61740         * sysdeps/x86_64/memmove.c: New file.
61741         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
61742         (memcpy): Renamed to ...
61743         (__new_memcpy): This.
61744         (memcpy): Provide GLIBC_2_14 memcpy.
61745         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
61746         (memcpy): Provide GLIBC_2_2_5 memcpy.
61748 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
61750         [BZ #12631]
61751         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
61753 2011-03-30  Andreas Schwab  <schwab@redhat.com>
61755         * misc/syncfs.c: New file.
61756         * misc/Makefile (routines): Add syncfs.
61757         * posix/unistd.h: Declare syncfs.
61758         * sysdeps/unix/syscalls.list: Add syncfs.
61760 2011-04-01  Andreas Schwab  <schwab@redhat.com>
61762         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
61763         open_by_handle_at.
61764         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
61765         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
61766         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
61767         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
61768         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
61769         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
61770         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
61772 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
61774         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
61775         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
61776         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
61777         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
61778         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
61779         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
61780         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
61782         * io/Makefile: Compile fallocate.c, fallocate64.c, and
61783         sync_file_range.c with -fexceptions.
61784         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
61785         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
61786         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
61787         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
61788         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
61789         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
61790         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
61791         sync_file_range as cancellation point
61792         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
61793         now a wrapper around __call_sync_file_range with cancellation handling.
61794         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
61795         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
61796         function name to __call_sync_file_range.
61797         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
61798         Add call_sync_file_range.
61800 2011-04-01  Andreas Schwab  <schwab@redhat.com>
61802         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
61803         bits/timex.h.
61805 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
61807         * iconv/iconv.h: Fix typo in comment.
61808         * io/fcntl.h: Likewise.
61809         * libio/stdio.h: Likewise.
61810         * posix/spawn.h: Likewise.
61811         * posix/unistd.h: Likewise.
61812         * stdlib/stdlib.h: Likewise.
61813         * time/time.h: Likewise.
61814         * wcsmbs/wchar.h: Likewise.
61816         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
61817         open_by_handle): Add.
61818         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
61819         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
61820         Augment a few comments.
61821         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
61822         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
61823         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
61824         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
61825         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
61826         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
61827         open_by_handle.
61829         * io/fcntl.h (AT_EMPTY_PATH): Define.
61831 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
61833         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
61834         * sysdeps/unix/sysv/linux/bits/time.h: New file.
61835         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
61836         to...
61837         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
61838         * Versions.def: Add GLIBC_2.14.
61839         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
61840         Export.
61842 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
61844         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
61845         round counter.
61846         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
61848 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
61850         [BZ #12597]
61851         * string/test-strncmp.c (do_page_test): New function.
61852         (check2): Likewise.
61853         (test_main): Call check2.
61854         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
61856 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
61858         [BZ #12587]
61859         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
61860         Handle cache information in CPU leaf 4.
61861         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
61863 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
61865         [BZ #12583]
61866         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
61867         character representation.
61868         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
61870 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
61872         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
61873         END(__isnan) to END(__isnanf) to match function entry point/label
61874         EALIGN(__isnanf,...).
61876 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
61878         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
61880 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
61882         [BZ #12510]
61883         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
61884         copy from the symbol referenced in the relocation to initialize the
61885         used variable.
61886         Patch by Piotr Bury <pbury@goahead.com>.
61887         * elf/Makefile: Add rules to build and tst-unique3.
61888         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
61889         * elf/tst-unique3.cc: New file.
61890         * elf/tst-unique3.h: New file.
61891         * elf/tst-unique3lib.cc: New file.
61892         * elf/tst-unique3lib2.cc: New file.
61894         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
61896 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
61898         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
61899         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
61900         to _start.
61902 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
61904         * elf/dl-load.c (_dl_map_object): If we are looking for the first
61905         to-be-loaded object along a path to loader is ld.so.
61907 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
61908             Ulrich Drepper  <drepper@gmail.com>
61910         * sysdeps/x86_64/memset.S: After aligning destination, code
61911         branches to different locations depending on the value of
61912         misalignment, when multiarch is enabled. Fix this.
61914 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
61916         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
61917         Set _x86_64_preferred_memory_instruction for AMD processsors.
61918         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
61919         Set bit_Prefer_SSE_for_memop for AMD processors.
61921 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
61923         * libio/fmemopen.c (fmemopen): Optimize a bit.
61925 2011-03-03  Andreas Schwab  <schwab@redhat.com>
61927         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
61929 2011-03-03  Roland McGrath  <roland@redhat.com>
61931         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
61933 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
61935         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
61936         __bzero_ultra1 instead of __memset_ultra1.
61938 2011-02-23  Andreas Schwab  <schwab@redhat.com>
61939             Ulrich Drepper  <drepper@gmail.com>
61941         [BZ #12509]
61942         * include/link.h (struct link_map): Add l_orig_initfini.
61943         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
61944         returning unsuccessfully.
61945         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
61946         close of a file loaded at startup, restore the original l_initfini
61947         list.
61948         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
61949         list, store the pointer.
61950         * elf/Makefile ($(objpfx)noload-mem): New rule.
61951         (noload-ENV): Define.
61952         (tests): Add $(objpfx)noload-mem.
61953         * elf/noload.c: Include <memcheck.h>.
61954         (main): Call mtrace.  Close all opened handles.
61956 2011-02-17  Andreas Schwab  <schwab@redhat.com>
61958         [BZ #12454]
61959         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
61960         dependencies are missing.
61962 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
61964         Fix __if_freereq crash: Unlike the generic version which uses free,
61965         Hurd needs munmap.
61966         * sysdeps/mach/hurd/ifreq.h: New file.
61968 2011-01-27  Petr Baudis  <pasky@suse.cz>
61969             Ulrich Drepper  <drepper@gmail.com>
61971         [BZ 12445]#
61972         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
61973         to extend_alloca().
61974         * stdio-common/bug23.c: New file.
61975         * stdio-common/Makefile (tests): Add bug23.
61977 2010-09-28  Andreas Schwab  <schwab@redhat.com>
61978             Ulrich Drepper  <drepper@gmail.com>
61980         [BZ #12489]
61981         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
61982         before performing relro protection.  At old place add assertion
61983         to make sure nothing changed.
61985 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
61986             Glauber de Oliveira Costa  <glommer@gmail.com>
61988         * elf/elf.h: Add new ARM TLS relocs.
61990 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
61992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
61993         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
61994         cast from r3.
61995         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
61996         'tests' variable.
61997         * sysdeps/wordsize-64/tst-writev.c: New file.
61999 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
62001         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
62002         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
62003         insns in _dl_start to prevent a TOC reference before relocs are
62004         resolved.
62006 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
62008         [BZ #12469]
62009         * Makeconfig: Remove RANLIB definition.
62010         * Makerules: Don't use RANLIB.
62011         * aclocal.m4: Remove ranlib test.
62012         * configure.in: No need to check for ranlib.
62013         * elf/rtld-Rules: Don't use RANLIB.
62015 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
62017         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
62018         protection macro.
62019         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
62020         inclusion protection macro.
62022         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
62023         SIGRTMIN and SIGRTMAX and print information in that case only when
62024         SIGRTMIN is defined.
62026 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
62028         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
62029         arginfo fn returning -1.
62031         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
62032         and thousands string is zero terminated.
62034 2011-02-03  Andreas Schwab  <schwab@redhat.com>
62036         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
62037         sysdeps/unix/sysv/linux/bits/socket.h.
62039 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
62041         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
62042         (__CPU_COUNT): Remove old macros.
62043         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
62044         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
62045         (__CPU_ALLOC, __CPU_FREE): Add macros.
62046         (__sched_cpualloc, __sched_cpufree): Add declarations.
62048 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
62050         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
62051         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
62052         * nscd/aicache.c (addhstaiX): Return timeout of added value.
62053         (readdhstai): Return value of addhstaiX call.
62054         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
62055         (addgrbyX): Return value returned by cache_addgr.
62056         (readdgrbyname): Return value returned by addgrbyX.
62057         (readdgrbygid): Likewise.
62058         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
62059         (addpwbyX): Return value returned by cache_addpw.
62060         (readdpwbyname): Return value returned by addhstbyX.
62061         (readdpwbyuid): Likewise.
62062         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
62063         (addservbyX): Return value returned by cache_addserv.
62064         (readdservbyname): Return value returned by addservbyX:
62065         (readdservbyport): Likewise.
62066         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
62067         (addhstbyX): Return value returned by cache_addhst.
62068         (readdhstbyname): Return value returned by addhstbyX.
62069         (readdhstbyaddr): Likewise.
62070         (readdhstbynamev6): Likewise.
62071         (readdhstbyaddrv6): Likewise.
62072         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
62073         (readdinitgroups): Return value returned by addinitgroupsX.
62074         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
62075         (prune_cache): Keep track of timeout value of re-added entries.
62076         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
62077         * nscd/nscd.h: Adjust prototypes of readd* functions.
62079 2011-02-04  Roland McGrath  <roland@redhat.com>
62081         * nis/nis_server.c (nis_servstate): Use the right name for 0.
62082         (nis_stats): Likewise.
62083         * nis/nis_modify.c (nis_modify): Likewise.
62084         * nis/nis_remove.c (nis_remove): Likewise.
62085         * nis/nis_add.c (nis_add): Likewise.
62087         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
62089         * posix/fnmatch_loop.c: Add some consts.
62091         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
62093 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
62095         [BZ #12460]
62096         * config.make.in (config-cflags-novzeroupper): Define.
62097         * configure.in: Substitute libc_cv_cc_novzeroupper.
62098         * elf/Makefile (AVX-CFLAGS): Define.
62099         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
62100         (CFLAGS-tst-auditmod4a.c): Likewise.
62101         (CFLAGS-tst-auditmod4b.c): Likewise.
62102         (CFLAGS-tst-auditmod6b.c): Likewise.
62103         (CFLAGS-tst-auditmod6c.c): Likewise.
62104         (CFLAGS-tst-auditmod7b.c): Likewise.
62105         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
62107 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
62109         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
62110         function to the callback.
62111         Patch partly by Jiri Olsa <jolsa@redhat.com>.
62113 2011-02-02  Andreas Schwab  <schwab@redhat.com>
62115         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
62116         of errno.
62118 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
62120         [BZ #11724]
62121         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
62122         of constructors.
62123         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
62124         of destructors.
62125         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
62127         [BZ #11724]
62128         * elf/Makefile: Add rules to build and run new test.
62129         * elf/tst-initorder.c: New file.
62130         * elf/tst-initorder.exp: New file.
62131         * elf/tst-initordera1.c: New file.
62132         * elf/tst-initordera2.c: New file.
62133         * elf/tst-initordera3.c: New file.
62134         * elf/tst-initordera4.c: New file.
62135         * elf/tst-initorderb1.c: New file.
62136         * elf/tst-initorderb2.c: New file.
62137         * elf/tst-order-a1.c: New file.
62138         * elf/tst-order-a2.c: New file.
62139         * elf/tst-order-a3.c: New file.
62140         * elf/tst-order-a4.c: New file.
62141         * elf/tst-order-b1.c: New file.
62142         * elf/tst-order-b2.c: New file.
62143         * elf/tst-order-main.c: New file.
62144         New test case by George Gensure <werkt0@gmail.com>.
62146 2010-10-01  Andreas Schwab  <schwab@redhat.com>
62148         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
62149         decoding ACE if AI_CANONIDN.
62151 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
62153         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
62155 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
62157         * version.h (RELEASE): Bump for 2.13 release.
62158         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
62160         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
62162         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
62163         MADV_NOHUGEPAGE.
62164         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
62165         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
62166         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
62167         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
62168         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
62169         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
62171         * posix/getconf.c: Update copyright year.
62172         * catgets/gencat.c: Likewise.
62173         * csu/version.c: Likewise.
62174         * debug/catchsegv.sh: Likewise.
62175         * debug/xtrace.sh: Likewise.
62176         * elf/ldconfig.c: Likewise.
62177         * elf/ldd.bash.in: Likewise.
62178         * elf/sprof.c (print_version): Likewise.
62179         * iconv/iconv_prog.c: Likewise.
62180         * iconv/iconvconfig.c: Likewise.
62181         * locale/programs/locale.c: Likewise.
62182         * locale/programs/localedef.c: Likewise.
62183         * malloc/memusage.sh: Likewise.
62184         * malloc/mtrace.pl: Likewise.
62185         * nscd/nscd.c (print_version): Likewise.
62186         * nss/getent.c: Likewise.
62188         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
62189         PF_CAIF, and PF_ALG.
62190         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
62192 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
62194         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
62195         (modules-names): Use them.
62196         (ifunc-test-modules, ifunc-pie-tests): Define.
62197         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
62198         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
62199         (test-extras): Likewise.
62200         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
62201         $(compile-command.c).
62202         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
62203         (all-built-dso): Define.
62204         (check-textrel.out, check-execstack.out): Depend on it.
62206         * configure.in: Don't override --enable-multi-arch.
62208 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
62210         [BZ #6812]
62211         * nscd/hstcache.c (tryagain): Define.
62212         (cache_addhst): Return tryagain not notfound for temporary errors.
62213         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
62214         failed.
62216 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
62218         [BZ #10563]
62219         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
62220         to make the syscall.
62221         * sysdeps/unix/sysv/linux/setgroups.c: New file.
62223         [BZ #12378]
62224         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
62225         and fall back to matching as normal character if the string ends before
62226         the matching ']' is found.  This is what POSIX requires.
62227         * posix/testfnm.c: Adjust test result.
62228         * posix/globtest.sh: Adjust test result.  Add new test.
62229         * posix/tst-fnmatch.input: Likewise.
62230         * posix/tst-fnmatch2.c: Add new test.
62232 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
62234         * elf/Makefile (check-execstack): Revert last change.  Depend on
62235         check-execstack.h.
62236         (check-execstack.h): New target.
62237         (generated): Add check-execstack.h.
62238         * elf/check-execstack.c: Include "check-execstack.h".
62239         (main): Revert last change.
62240         (handle_file): Return zero if GNU_STACK is absent and
62241         DEFAULT_STACK_PERMS doesn't include PF_X.
62243 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
62245         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
62246         in child fails because the descriptor is already closed.
62247         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
62248         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
62249         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
62251         [BZ #12397]
62252         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
62253         syscall.
62255         [BZ #10484]
62256         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
62257         temporary buffer used to handle multi lookups locally.
62258         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
62260 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
62262         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
62263         loader is ld.so.
62265 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
62267         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
62268         alignment for SSE2.
62270 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
62272         [BZ #12394]
62273         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
62274         characters.  When rounding increased number of integer digits recompute
62275         number of groups.
62276         * stdio-common/tst-grouping.c: New file.
62277         * stdio-common/Makefile: Add rules to build and run tst-grouping.
62279 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
62281         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
62282         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
62284         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
62285         void.
62286         * bits/select.h: Likewise.
62288 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
62290         * po/ja.po: Update from translation team.
62292 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
62294         [BZ #11155]
62295         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
62296         implementation just like for lxstat, fxstatat, et al.
62298 2010-12-27  Jim Meyering  <meyering@redhat.com>
62300         [BZ #12348]
62301         * posix/regexec.c (build_trtable): Return failure indication upon
62302         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
62304 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
62306         [BZ #12201]
62307         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
62308         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
62309         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
62310         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
62312         [BZ #12207]
62313         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
62315         [BZ #12204]
62316         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
62317         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
62319 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
62321         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
62322         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
62323         script has SORT_BY_INIT_PRIORITY.
62324         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
62325         NO_CTORS_DTORS_SECTIONS is defined.
62326         * elf/soinit.c: Likewise.
62327         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
62328         NO_CTORS_DTORS_SECTIONS is defined.
62329         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
62330         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
62331         * sysdeps/sh/init-first.c: Likewise.
62332         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
62334 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
62336         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
62337         always use the slow path.
62339 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
62341         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
62342         similar rule which adds the sysdep directories to the header search in
62343         order to pick up the correct platform stackinfo.h.
62344         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
62345         perform test if it is, otherwise return successfully without testing.
62346         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
62347         DEFAULT_STACK_PERMS define in stackinfo.h.
62348         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
62349         defined in stackinfo.h.
62350         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
62351         DEFAULT_STACK_PERMS defined in stackinfo.h.
62352         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
62353         * sysdeps/ia64/stackinfo.h: Likewise.
62354         * sysdeps/s390/stackinfo.h: Likewise.
62355         * sysdeps/sh/stackinfo.h: Likewise.
62356         * sysdeps/sparc/stackinfo.h: Likewise.
62357         * sysdeps/x86_64/stackinfo.h: Likewise.
62358         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
62359         PF_X for powerpc64.  Retain PF_X for powerpc32.
62361 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
62363         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
62364         accurately.
62365         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
62366         GETDENTS_64BIT_ALIGNED.
62368 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
62370         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
62372 2010-12-10  Andreas Schwab  <schwab@redhat.com>
62374         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
62375         _GNU_SOURCE.
62377         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
62378         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
62379         Remove __restrict.
62380         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
62381         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
62383 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
62385         [BZ #11655]
62386         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
62387         are initialized.
62389 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
62391         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
62393 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
62395         * po/it.po: Update from translation team.
62397 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
62399         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
62400         unused codes.
62402 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
62404         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
62406 2010-11-24  Andreas Schwab  <schwab@redhat.com>
62408         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
62409         specially.
62410         (gaih_getanswer_slice): Likewise.
62412 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
62414         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
62416 2010-05-31  Petr Baudis  <pasky@suse.cz>
62418         [BZ #11149]
62419         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
62420         silently even in the chroot mode.
62422 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
62424         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
62425         last patch a bit.  Pretty printing
62427 2010-05-31  Petr Baudis <pasky@suse.cz>
62429         [BZ #10085]
62430         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
62431         initialization of skip_initgroups_dyn.
62433 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
62435         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
62436         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
62438 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
62440         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
62442 2010-11-11  Andreas Schwab  <schwab@redhat.com>
62444         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
62445         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
62446         (tst-fnmatch-ENV): Set MALLOC_TRACE.
62447         ($(objpfx)tst-fnmatch-mem): New rule.
62448         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
62449         * posix/tst-fnmatch.c (main): Call mtrace.
62451 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
62453         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
62454         Support Intel processor model 6 and model 0x2c.
62456 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
62458         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
62459           signed comparison.
62461 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
62463         [BZ #12205]
62464         * string/test-strncasecmp.c (check_result): New function.
62465         (do_one_test): Use it.
62466         (check1): New function.
62467         (test_main): Use it.
62468         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
62469         Support strcasecmp and strncasecmp.
62471 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
62473         [BZ #12194]
62474         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
62475         * sysdeps/x86_64/bits/byteswap.h: Likewise.
62477 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
62479         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
62480         IFUNC support.
62481         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
62482         memset-x86-64.
62483         * sysdeps/x86_64/multiarch/bzero.S: New file.
62484         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
62485         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
62486         * sysdeps/x86_64/multiarch/memset.S: New file.
62487         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
62488         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
62489         Set bit_Prefer_SSE_for_memop for Intel processors.
62490         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
62491         Define.
62492         (index_Prefer_SSE_for_memop): Define.
62493         (HAS_PREFER_SSE_FOR_MEMOP): Define.
62495 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
62497         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
62498         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
62500 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
62502         [BZ #12191]
62503         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
62504         (__x86_64_raw_data_cache_size_half): Likewise.
62505         (__x86_64_raw_shared_cache_size): Likewise.
62506         (__x86_64_raw_shared_cache_size_half): Likewise.
62508         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
62509         (__x86_64_raw_data_cache_size_half): Likewise.
62510         (__x86_64_raw_shared_cache_size): Likewise.
62511         (__x86_64_raw_shared_cache_size_half): Likewise.
62512         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
62513         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
62514         and __x86_64_raw_shared_cache_size_half.  Round
62515         __x86_64_data_cache_size_half, __x86_64_data_cache_size
62516         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
62517         to multiple of 256 bytes.
62519 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
62521         [BZ #12167]
62522         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
62523         of inacessible symlinks.  Verify result of symlink before returning it.
62524         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
62525         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
62527 2010-10-28  Erich Ritz  <erichritz@gmail.com>
62529         * math/math.h (isinf): Fix typo in comment.
62531 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
62533         * po/da.po: Update from translation team.
62535 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
62537         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
62538         is added to the list.
62540 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
62541             Ulrich Drepper  <drepper@gmail.com>
62543         * elf/dl-object.c (_dl_new_object): Don't append the new object to
62544         the global list here.  Move code to...
62545         (_dl_add_to_namespace_list): ...here.  New function.
62546         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
62547         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
62548         * elf/dl-load.c (lose): Don't remove the element from the list.
62549         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
62550         (_dl_map_object): Likewise.
62552 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
62554         [BZ #12159]
62555         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
62556         into all bytes of SSE register.
62557         Patch by Richard Li <richardpku@gmail.com>.
62559 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
62561         [BZ #12140]
62562         * malloc/malloc.c (_int_free): Fill correct number of bytes when
62563         perturbing.
62565 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
62567         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
62568         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
62569         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
62570         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
62571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
62572         submachine.
62573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
62575 2010-10-22  Andreas Schwab  <schwab@redhat.com>
62577         * include/dlfcn.h (__RTLD_SECURE): Define.
62578         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
62579         mode & __RTLD_SECURE instead.
62580         (open_path): Rename preloaded parameter to secure.
62581         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
62582         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
62583         * elf/dl-deps.c (openaux): Likewise.
62584         * elf/rtld.c (struct map_args): Remove is_preloaded.
62585         (map_doit): Don't use it.
62586         (dl_main): Likewise.
62587         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
62588         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
62590 2010-09-09  Andreas Schwab  <schwab@redhat.com>
62592         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
62593         (sysd-rules-targets): Remove duplicates.
62594         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
62595         rtld-%.$o dependency.
62597 2010-10-18  Andreas Schwab  <schwab@redhat.com>
62599         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
62600         _dl_map_object do it.
62602 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
62604         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
62605         fast fma builtins, define the macros in the C99 standard.
62606         (FP_FAST_FMAF): Likewise.
62607         (FP_FAST_FMAL): Likewise.
62608         * sysdeps/x86_64/bits/mathdef.h: Likewise.
62610         * bits/mathdef.h: Update copyright year.
62611         * sysdeps/powerpc/bits/mathdef.h: Likewise.
62613 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
62615         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
62616         builtins, define the macros in the C99 standard.
62617         (FP_FAST_FMAF): Likewise.
62618         (FP_FAST_FMAL): Likewise.
62619         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
62620         multiply/add.
62621         (FP_FAST_FMAF): Likewise.
62623 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
62625         [BZ #3268]
62626         * math/libm-test.inc (fma_test): Some new testcases.
62627         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
62628         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
62629         y and infinite z.  Do multiplication by C already in long double.
62630         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
62631         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
62632         y and infinite z.  Do bitwise or of inexact bit into u.d.
62633         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
62634         * sysdeps/i386/fpu/s_fmaf.S: Removed.
62635         * sysdeps/i386/fpu/s_fma.S: Removed.
62636         * sysdeps/i386/fpu/s_fmal.S: Removed.
62638 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
62640         [BZ #3268]
62641         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
62642         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
62643         computation is not scheduled after fetestexcept.  Fix value
62644         of minimum denormal long double.
62646 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
62648         [BZ #3268]
62649         * math/libm-test.inc (fma_test): Add some more tests.
62650         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
62651         correctly.
62653 2010-10-15  Andreas Schwab  <schwab@redhat.com>
62655         * scripts/data/localplt-s390-linux-gnu.data: New file.
62656         * scripts/data/localplt-s390x-linux-gnu.data: New file.
62658 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
62660         [BZ #3268]
62661         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
62662         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
62663         instead of dbl-64.
62664         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
62665         inlines.
62666         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
62667         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
62668         if one of x and y is very large and the other is subnormal.
62669         * sysdeps/s390/fpu/s_fmaf.c: New file.
62670         * sysdeps/s390/fpu/s_fma.c: New file.
62671         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
62672         * sysdeps/powerpc/fpu/s_fma.S: New file.
62673         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
62674         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
62675         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
62677 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
62679         [BZ #3268]
62680         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
62681         fma tests.
62682         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
62683         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
62684         * sysdeps/i386/i686/multiarch/s_fma.c: Include
62685         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
62686         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
62687         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
62688         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
62690 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
62692         [BZ #12078]
62693         * posix/regcomp.c (parse_branch): One more memory leak plugged.
62694         * posix/bug-regex31.input: Add test case.
62696 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
62698         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
62699         * posix/bug-regex31.input: New file.
62701         [BZ #12078]
62702         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
62703         (parse_sub_exp): Fix last change, use postorder.
62705         * posix/bug-regex31.c: New file.
62706         * posix/Makefile: Add rules to build and run bug-regex31.
62708         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
62710         [BZ #12078]
62711         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
62713         [BZ #12108]
62714         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
62715         to have entries in sys_siglist.
62717         [BZ #12093]
62718         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
62719         be NULL.
62721 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
62723         [BZ #3268]
62724         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
62725         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
62726         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
62727         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
62728         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
62729         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
62730         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
62731         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
62732         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
62733         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
62734         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
62735         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
62736         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
62737         * math/ftestexcept.c (fetestexcept): Likewise.
62738         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
62739         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
62740         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
62741         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
62742         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
62743         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
62744         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
62746 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
62748         [BZ #12107]
62749         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
62750         newline.
62752 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
62754         * string/bug-strstr1.c: New file.
62755         * string/Makefile: Add rules to build and run bug-strstr1.
62757 2010-10-05  Eric Blake  <eblake@redhat.com>
62759         [BZ #12092]
62760         * string/str-two-way.h (two_way_long_needle): Always clear memory
62761         when skipping input due to the shift table.
62763 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
62765         [BZ #12005]
62766         * malloc/mcheck.c: Handle large requests.
62768         [BZ #12077]
62769         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
62770         for strncmp and strncasecmp.
62771         * string/stratcliff.c: Add tests for strcmp and strncmp.
62772         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
62774 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
62776         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
62777         __set_fpscr.
62779 2010-09-30  Andreas Jaeger  <aj@suse.de>
62781         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
62782         (CGROUP_SUPER_MAGIC): Define.
62783         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
62784         Handle btrfs and cgroup file systems.
62785         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
62786         Likewise.
62788 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
62790         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
62791         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
62793 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
62795         [BZ #12067]
62796         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
62797         trying to locate the ELF header.
62799 2010-09-27  Andreas Schwab  <schwab@redhat.com>
62801         [BZ #11611]
62802         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
62803         Mask out sign-bit copies when constructing f_fsid.
62805 2010-09-24  Petr Baudis <pasky@suse.cz>
62807         * debug/stack_chk_fail_local.c: Add missing licence exception.
62808         * debug/warning-nop.c: Likewise.
62810 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
62812         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
62813         implementing getdents64 using getdents syscall, set d_type if
62814         __ASSUME_GETDENTS32_D_TYPE.
62816 2010-09-16  Andreas Schwab  <schwab@redhat.com>
62818         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
62819         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
62821 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
62823         [BZ #12037]
62824         * posix/unistd.h: Undo change of feature selection for ftruncate from
62825         2010-01-11.
62827 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
62829         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
62830         detection.
62832 2010-09-20  Andreas Schwab  <schwab@redhat.com>
62834         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
62835         fanotify_mark.
62836         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
62838 2010-09-14  Andreas Schwab  <schwab@redhat.com>
62840         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
62841         variables after CHECK_SP call.
62842         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
62844 2010-09-13  Andreas Schwab  <schwab@redhat.com>
62845             Ulrich Drepper  <drepper@redhat.com>
62847         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
62848         re-relocationg ld.so.
62849         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
62850         _dl_init_paths call.
62851         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
62852         here anymore.
62854 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
62856         * resolv/res_init.c (__res_vinit): Count the default server we added.
62858 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
62859             Ulrich Drepper  <drepper@redhat.com>
62861         [BZ #11968]
62862         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
62863         (____longjmp_chk): Use %ebx for saving value across system call.
62864         Add unwind info.
62866 2010-09-06  Andreas Schwab  <schwab@redhat.com>
62868         * manual/Makefile: Don't mix pattern rules with normal rules.
62870 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
62872         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
62873         operation.
62874         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
62875         * libio/iofopncook.c (_IO_cookie_init): Likewise.
62876         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
62877         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
62878         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
62879         Likewise.
62881 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
62883         [BZ #11979]
62884         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
62885         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
62887 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
62889         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
62890         * sysdeps/x86_64/addmul_1.S: Likewise.
62891         * sysdeps/x86_64/lshift.S: Likewise.
62892         * sysdeps/x86_64/mul_1.S: Likewise.
62893         * sysdeps/x86_64/rshift.S: Likewise.
62894         * sysdeps/x86_64/sub_n.S: Likewise.
62895         * sysdeps/x86_64/submul_1.S: Likewise.
62897 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
62899         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
62900         Define __sched_param instead of SCHED_* and sched_param when
62901         <bits/sched.h> is included with __need_schedparam defined.
62902         * bits/sched.h [__need_schedparam]
62903         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
62904         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
62905         (__defined_schedparam): Define to 1.
62906         (__sched_param): New structure, identical to sched_param.
62907         (__need_schedparam): Undefine.
62909 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
62911         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
62912         (epoll_create1): Declare.
62914         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
62916 2010-08-31  Andreas Schwab  <schwab@redhat.com>
62918         [BZ #7066]
62919         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
62920         shifting retval into place.
62922 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
62924         * nis/rpcsvc/nis.h: Update copyright notice.
62925         * nis/rpcsvc/nis.x: Likewise.
62926         * nis/rpcsvc/nis_callback.h: Likewise.
62927         * nis/rpcsvc/nis_callback.x: Likewise.
62928         * nis/rpcsvc/nis_object.x: Likewise.
62929         * nis/rpcsvc/nis_tags.h: Likewise.
62930         * nis/rpcsvc/yp.h: Likewise.
62931         * nis/rpcsvc/yp.x: Likewise.
62932         * nis/rpcsvc/ypupd.h: Likewise.
62933         * nis/yp_xdr.c: Likewise.
62934         * nis/ypupdate_xdr.c: Likewise.
62936         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
62937         mainly the body of pmap_getport.  Add parameters to specify timeouts.
62938         (pmap_getport): Use __libc_rpc_getport.
62939         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
62940         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
62941         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
62943 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
62945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
62946         fanotify_mark.
62948 2010-08-27  Roland McGrath  <roland@redhat.com>
62950         * sysdeps/i386/i686/multiarch/Makefile
62951         (CFLAGS-varshift.c): New variable.
62953 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
62955         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
62956         * sysdeps/i386/i686/multiarch/varshift.c: New file.
62958         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
62960         * sysdeps/x86_64/strlen.S: Minimal code improvement.
62962 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
62964         * sysdeps/x86_64/strlen.S: Unroll the loop.
62965         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
62966         strlen-sse2 strlen-sse2-bsf.
62967         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
62968         __strlen_no_bsf if bit_Slow_BSF is set.
62969         (__strlen_sse42): Removed.
62970         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
62971         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
62973 2010-08-25  Roland McGrath  <roland@redhat.com>
62975         * sysdeps/x86_64/multiarch/varshift.S: File removed.
62976         * sysdeps/x86_64/multiarch/varshift.c: New file.
62977         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
62978         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
62979         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
62980         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
62982 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
62984         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
62985         strlen-sse2 strlen-sse2-bsf.
62986         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
62987         __strlen_sse2_bsf if bit_Slow_BSF is unset.
62988         (__strlen_sse2): Removed.
62989         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
62990         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
62991         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
62992         bit_Slow_BSF for Atom.
62993         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
62994         (index_Slow_BSF): Define.
62995         (HAS_SLOW_BSF): Define.
62997 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
62999         [BZ #10851]
63000         * resolv/res_init.c (__res_vinit): When no server address at all
63001         is given default to loopback.
63003 2010-08-24  Roland McGrath  <roland@redhat.com>
63005         * configure.in: Remove config-name.h generation.
63006         * configure: Regenerated.
63007         * config-name.in: File removed.
63008         * scripts/config-uname.sh: New file.
63009         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
63010         ($(objdir)config-name.h): New target.
63012         * sunrpc/rpc_parse.h: Avoid nested comment.
63014 2010-08-24  Richard Henderson  <rth@redhat.com>
63015             Ulrich Drepper  <drepper@redhat.com>
63016             H.J. Lu  <hongjiu.lu@intel.com>
63018         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
63019         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
63020         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
63021         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
63022         _mm_alignr_epi8 with _mm_loadu_si128.
63023         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
63024         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
63025         (__m128i_shift_right): Removed.
63026         * sysdeps/i386/i686/multiarch/varshift.h: New file.
63027         * sysdeps/i386/i686/multiarch/varshift.S: New file.
63028         * sysdeps/x86_64/multiarch/varshift.h: New file.
63029         * sysdeps/x86_64/multiarch/varshift.S: New file.
63031 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
63033         * configure.in: Move assembler checks to before sysdep dir checking.
63035 2010-08-20  Petr Baudis  <pasky@suse.cz>
63037         * LICENSES: Sync the sunrpc license.
63039 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
63041         * sunrpc/auth_des.c: Update copyright notice once again.
63042         * sunrpc/auth_none.c: Likewise.
63043         * sunrpc/auth_unix.c: Likewise.
63044         * sunrpc/authdes_prot.c: Likewise.
63045         * sunrpc/authuxprot.c: Likewise.
63046         * sunrpc/bindrsvprt.c: Likewise.
63047         * sunrpc/clnt_gen.c: Likewise.
63048         * sunrpc/clnt_perr.c: Likewise.
63049         * sunrpc/clnt_raw.c: Likewise.
63050         * sunrpc/clnt_simp.c: Likewise.
63051         * sunrpc/clnt_tcp.c: Likewise.
63052         * sunrpc/clnt_udp.c: Likewise.
63053         * sunrpc/clnt_unix.c: Likewise.
63054         * sunrpc/des_crypt.c: Likewise.
63055         * sunrpc/des_soft.c: Likewise.
63056         * sunrpc/get_myaddr.c: Likewise.
63057         * sunrpc/getrpcport.c: Likewise.
63058         * sunrpc/key_call.c: Likewise.
63059         * sunrpc/key_prot.c: Likewise.
63060         * sunrpc/openchild.c: Likewise.
63061         * sunrpc/pm_getmaps.c: Likewise.
63062         * sunrpc/pm_getport.c: Likewise.
63063         * sunrpc/pmap_clnt.c: Likewise.
63064         * sunrpc/pmap_prot.c: Likewise.
63065         * sunrpc/pmap_prot2.c: Likewise.
63066         * sunrpc/pmap_rmt.c: Likewise.
63067         * sunrpc/rpc/auth.h: Likewise.
63068         * sunrpc/rpc/auth_unix.h: Likewise.
63069         * sunrpc/rpc/clnt.h: Likewise.
63070         * sunrpc/rpc/des_crypt.h: Likewise.
63071         * sunrpc/rpc/key_prot.h: Likewise.
63072         * sunrpc/rpc/netdb.h: Likewise.
63073         * sunrpc/rpc/pmap_clnt.h: Likewise.
63074         * sunrpc/rpc/pmap_prot.h: Likewise.
63075         * sunrpc/rpc/pmap_rmt.h: Likewise.
63076         * sunrpc/rpc/rpc.h: Likewise.
63077         * sunrpc/rpc/rpc_des.h: Likewise.
63078         * sunrpc/rpc/rpc_msg.h: Likewise.
63079         * sunrpc/rpc/svc.h: Likewise.
63080         * sunrpc/rpc/svc_auth.h: Likewise.
63081         * sunrpc/rpc/types.h: Likewise.
63082         * sunrpc/rpc/xdr.h: Likewise.
63083         * sunrpc/rpc_clntout.c: Likewise.
63084         * sunrpc/rpc_cmsg.c: Likewise.
63085         * sunrpc/rpc_common.c: Likewise.
63086         * sunrpc/rpc_cout.c: Likewise.
63087         * sunrpc/rpc_dtable.c: Likewise.
63088         * sunrpc/rpc_hout.c: Likewise.
63089         * sunrpc/rpc_main.c: Likewise.
63090         * sunrpc/rpc_parse.c: Likewise.
63091         * sunrpc/rpc_parse.h: Likewise.
63092         * sunrpc/rpc_prot.c: Likewise.
63093         * sunrpc/rpc_sample.c: Likewise.
63094         * sunrpc/rpc_scan.c: Likewise.
63095         * sunrpc/rpc_scan.h: Likewise.
63096         * sunrpc/rpc_svcout.c: Likewise.
63097         * sunrpc/rpc_tblout.c: Likewise.
63098         * sunrpc/rpc_util.c: Likewise.
63099         * sunrpc/rpc_util.h: Likewise.
63100         * sunrpc/rpcinfo.c: Likewise.
63101         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
63102         * sunrpc/rpcsvc/key_prot.x: Likewise.
63103         * sunrpc/rpcsvc/klm_prot.x: Likewise.
63104         * sunrpc/rpcsvc/mount.x: Likewise.
63105         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
63106         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
63107         * sunrpc/rpcsvc/rex.x: Likewise.
63108         * sunrpc/rpcsvc/rstat.x: Likewise.
63109         * sunrpc/rpcsvc/rusers.x: Likewise.
63110         * sunrpc/rpcsvc/sm_inter.x: Likewise.
63111         * sunrpc/rpcsvc/spray.x: Likewise.
63112         * sunrpc/rpcsvc/yppasswd.x: Likewise.
63113         * sunrpc/rtime.c: Likewise.
63114         * sunrpc/svc.c: Likewise.
63115         * sunrpc/svc_auth.c: Likewise.
63116         * sunrpc/svc_authux.c: Likewise.
63117         * sunrpc/svc_raw.c: Likewise.
63118         * sunrpc/svc_run.c: Likewise.
63119         * sunrpc/svc_simple.c: Likewise.
63120         * sunrpc/svc_tcp.c: Likewise.
63121         * sunrpc/svc_udp.c: Likewise.
63122         * sunrpc/svc_unix.c: Likewise.
63123         * sunrpc/svcauth_des.c: Likewise.
63124         * sunrpc/xcrypt.c: Likewise.
63125         * sunrpc/xdr.c: Likewise.
63126         * sunrpc/xdr_array.c: Likewise.
63127         * sunrpc/xdr_float.c: Likewise.
63128         * sunrpc/xdr_mem.c: Likewise.
63129         * sunrpc/xdr_rec.c: Likewise.
63130         * sunrpc/xdr_ref.c: Likewise.
63131         * sunrpc/xdr_sizeof.c: Likewise.
63132         * sunrpc/xdr_stdio.c: Likewise.
63134         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
63135         handling.
63137 2010-08-19  Andreas Schwab  <schwab@redhat.com>
63139         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
63141 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
63143         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
63144         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
63145         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
63146         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
63147         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
63148         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
63149         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
63150         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
63151         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
63152         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
63153         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
63154         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
63155         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
63156         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
63158 2010-07-26  Anton Blanchard  <anton@samba.org>
63160         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
63161         * malloc/arena.c (heap_trim): Likewise.
63163 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
63165         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
63166         here.  Not...
63167         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
63168         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
63170 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
63172         * sysdeps/i386/elf/Makefile: New file.
63174 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
63176         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
63177         from fanotify_init.
63178         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
63179         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
63181 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
63183         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
63184         of strncasecmp_l.
63185         * sysdeps/multiarch/strcmp.S: Likewise.
63187 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
63189         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
63190         strncase_l-nonascii.
63191         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
63192         Add strncase_l-ssse3.
63193         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
63194         * sysdeps/x86_64/strcmp.S: Likewise.
63195         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
63196         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
63197         * sysdeps/x86_64/strncase.S: New file.
63198         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
63199         * sysdeps/x86_64/strncase_l.S: New file.
63200         * string/Makefile (strop-tests): Add strncasecmp.
63201         * string/test-strncasecmp.c: New file.
63203         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
63204         warning.
63206         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
63207         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
63209 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
63211         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
63213 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
63215         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
63216         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
63217         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
63219 2010-05-01  Alan Modra  <amodra@gmail.com>
63221         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
63222         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
63223         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
63224         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
63225         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
63226         tidying.  Don't tail-call __sigjmp_save for static lib.
63227         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
63228         save location.
63229         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
63230         (CALL_MCOUNT): Add eh info, and nop after bl.
63231         (TAIL_CALL_SYSCALL_ERROR): New macro.
63232         (PSEUDO_RET): Use it.
63233         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
63234         Correct save location of integer regs and cr.
63235         (_dl_profile_resolve): Correct cr save location.  Delete nops
63236         after bl when SHARED.  Reduce cfi size a little by better
63237         placement of cfi directives.
63238         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
63239         make a stack frame.  Instead use parm save area as a temp.
63240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
63241         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
63242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
63243         Don't make a stack frame for parent, use parm save area.
63244         Increase child stack frame to 112 bytes.  Don't save unused reg,
63245         and adjust reg usage.  Set up cfi on error recovery and
63246         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
63247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
63248         (__makecontext): Add dummy nop after jump to exit.
63249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
63250         Use correct parm save area and cr save, reduce stack frame.
63251         Correct cfi for possible PSEUDO_RET frame setup.
63252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
63253         Branch to local label emitted by PSEUDO_RET rather than
63254         __syscall_error.
63256 2010-08-12  Andreas Schwab  <schwab@redhat.com>
63258         [BZ #11904]
63259         * locale/programs/locale.c (print_assignment): New function.
63260         (show_locale_vars): Use it.
63262 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
63264         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
63265         field.
63266         (struct statfs64): Likewise.
63267         (_STATFS_F_FLAGS): Define.
63268         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
63269         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
63270         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
63271         (ST_VALID): Define locally.
63272         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
63273         __statvfs_getflags, use the provided value.
63274         * sysdeps/unix/sysv/linux/kernel-features.h: Define
63275         __ASSUME_STATFS_F_FLAGS.
63277         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
63279         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
63280         Add sys/fanotify.h.
63281         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
63282         fanotify_mask for GLIBC_2.13.
63283         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
63284         fanotify_init and fanotify_mark.
63285         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
63286         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
63288         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
63289         Add prlimit.
63290         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
63291         prlimit64 for GLIBC_2.13.
63292         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
63293         prlimit64.
63294         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
63295         syscall.
63296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
63297         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
63298         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
63299         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
63300         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
63301         add prlimit alias.
63302         * sysdeps/unix/sysv/linux/prlimit.c: New file.
63304         [BZ #11903]
63305         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
63306         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
63308         * nss/Makefile: Add rules to build and run tst-nss-test1.
63309         * shlib-versions: Add entry for libnss_test1.
63310         * nss/nss_test1.c: New file.
63311         * nss/tst-nss-test1.c: New file.
63313         * nss/nsswitch.c (__nss_database_custom): Define new variable.
63314         (__nss_configure_lookup): Set appropriate entry in
63315         __nss_configure_lookup to true.
63316         * nss/nsswitch.h: Define enum with indeces of databases in
63317         databases and __nss_database_custom arrays.  Declare
63318         __nss_database_custom.
63319         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
63320         to avoid using nscd when custom rules are installed.
63321         * nss/getXXbyYY_r.c: Likewise.
63322         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
63324         * nss/nss_files/files-parse.c: Whitespace fixes.
63326 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
63328         [BZ #11883]
63329         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
63330         * posix/fnmatch_loop.c: Likewise.
63332 2010-07-17  Andi Kleen  <ak@linux.intel.com>
63334         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
63335         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
63336         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
63337         * Versions.def [GLIBC_2.13]: Add.
63339 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
63341         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
63342         Also fail if tpwd after pwuid call is NULL.
63344 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
63346         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
63347         when converting to ms.
63349 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
63351         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
63352         EOPNOTSUPP errors with ENOTTY.
63353         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
63354         EOPNOTSUPP errors with ENOTTY.
63356 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
63358         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
63359         Add strcasecmp_l-ssse3.
63360         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
63361         strcasecmp.
63362         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
63363         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
63364         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
63366 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
63368         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
63370         * string/Makefile (strop-tests): Add strcasecmp.
63371         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
63372         strcasecmp_l-nonascii.
63373         (gen-as-const-headers): Add locale-defines.sym.
63374         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
63375         * sysdeps/x86_64/strcasecmp.S: New file.
63376         * sysdeps/x86_64/strcasecmp_l.S: New file.
63377         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
63378         * sysdeps/x86_64/locale-defines.sym: New file.
63379         * string/test-strcasecmp.c: New file.
63381         * string/test-strcasestr.c: Test both ends of the range of characters.
63382         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
63384 2010-07-29  Roland McGrath  <roland@redhat.com>
63386         [BZ #11856]
63387         * manual/locale.texi (Yes-or-No Questions): Fix example code.
63389 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
63391         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
63392         for ld.so.
63394 2010-07-27  Andreas Schwab  <schwab@redhat.com>
63396         * manual/memory.texi (Malloc Tunable Parameters): Document
63397         M_PERTURB.
63399 2010-07-26  Roland McGrath  <roland@redhat.com>
63401         [BZ #11840]
63402         * configure.in (-fgnu89-inline check): Set and substitute
63403         gnu89_inline, not libc_cv_gnu89_inline.
63404         * configure: Regenerated.
63405         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
63407 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
63409         * string/test-strnlen.c: New file.
63410         * string/Makefile (strop-tests): Add strnlen.
63411         * string/tester.c (test_strnlen): Add a few more test cases.
63412         * string/tst-strlen.c: Better error reporting.
63414         * sysdeps/x86_64/strnlen.S: New file.
63416 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
63418         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
63419         lower-latency instructions.
63421 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
63423         * string/test-strcasestr.c: New file.
63424         * string/test-strstr.c: New file.
63425         * string/Makefile (strop-tests): Add strstr and strcasestr.
63426         * string/str-two-way.h: Don't undefine MAX.
63427         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
63429 2010-07-21  Andreas Schwab  <schwab@redhat.com>
63431         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
63432         strcasestr-nonascii.
63433         (CFLAGS-strcasestr-nonascii.c): Define.
63434         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
63435         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
63436         Remove unused attribute.
63438 2010-07-20  Roland McGrath  <roland@redhat.com>
63440         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
63441         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
63442         ld.so.cache was broken.  With it, there is no way to disable dsocaps
63443         like LD_HWCAP_MASK can disable hwcaps.
63445 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
63447         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
63449 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
63451         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
63452         call in strcasestr.
63453         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
63454         __strcasestr_sse42_nonascii.
63455         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
63456         strcasestr-nonascii.c.
63457         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
63459 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
63461         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
63462         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
63463         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
63464         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
63466 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
63468         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
63469         fcntl.
63471 2010-07-06  Andreas Schwab  <schwab@redhat.com>
63473         [BZ #11577]
63474         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
63475         dl_signal_cerror.
63477 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
63479         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
63480         _PC_PIPE_BUF using F_GETPIPE_SZ.
63482 2010-07-05  Roland McGrath  <roland@redhat.com>
63484         * manual/arith.texi (Rounding Functions): Fix rint description
63485         implicit in round description.
63487 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
63489         * elf/Makefile: Fix linking for a few tests to make recent linker
63490         happy.
63492 2010-06-30  Andreas Schwab  <schwab@redhat.com>
63494         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
63495         $(common-objpfx)libc_nonshared.a.
63497 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
63499         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
63500         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
63501         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
63502         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
63503         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
63504         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
63505         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
63506         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
63507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
63508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
63509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
63510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
63511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
63512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
63513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
63514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
63515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
63516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
63517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
63518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
63519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
63520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
63521         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
63522         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
63523         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
63524         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
63525         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
63526         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
63527         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
63528         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
63529         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
63530         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
63531         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
63532         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
63533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
63534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
63535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
63536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
63537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
63538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
63539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
63540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
63541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
63542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
63543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
63544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
63545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
63546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
63548 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
63550         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
63551         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
63552         * string/memmove.c (memmove): Renamed to ...
63553         (MEMMOVE): ...this.  Default to memmove.
63554         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
63555         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
63556         (END_CHK): Define.
63557         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
63558         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
63559         mempcpy-ssse3-back memmove-ssse3-back.
63560         * sysdeps/x86_64/multiarch/bcopy.S: New file .
63561         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
63562         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
63563         * sysdeps/x86_64/multiarch/memcpy.S: New file.
63564         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
63565         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
63566         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
63567         * sysdeps/x86_64/multiarch/memmove.c: New file.
63568         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
63569         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
63570         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
63571         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
63572         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
63573         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
63574         Define.
63575         (index_Fast_Copy_Backward): Define.
63576         (HAS_ARCH_FEATURE): Define.
63577         (HAS_FAST_REP_STRING): Define.
63578         (HAS_FAST_COPY_BACKWARD): Define.
63580 2010-06-21  Andreas Schwab  <schwab@redhat.com>
63582         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
63583         Restore proper fallback handling.
63585 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
63587         [BZ #11701]
63588         * posix/group_member.c (__group_member): Correct checking loop.
63590         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
63591         OOM in getpwuid_r correctly.  Return error number when the caller
63592         should return, otherwise -1.
63593         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
63594         call returning > 0 value.
63595         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
63597 2010-06-07  Andreas Schwab  <schwab@redhat.com>
63599         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
63600         libc_nonshared.a from targets in modules-names.
63602 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
63604         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
63605         requires it.
63607 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
63609         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
63610         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
63611         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
63612         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
63614 2010-06-02  Andreas Schwab  <schwab@redhat.com>
63616         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
63618 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
63620         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
63621         and F_GETPIPE_SZ.
63622         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
63623         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
63624         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
63625         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
63626         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
63627         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
63629 2010-06-14  Roland McGrath  <roland@redhat.com>
63631         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
63633 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
63635         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
63636         __REDIRECT followed by __THROW.
63637         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
63638         * posix/getopt.h (getopt): Likewise.
63640 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
63642         * hurd/lookup-at.c (__file_name_lookup_at): Accept
63643         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
63644         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
63645         in AT_FLAGS.
63646         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
63647         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
63649 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
63651         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
63653 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
63655         [BZ #11640]
63656         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
63657         Properly check family and model.
63659 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
63661         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
63663 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
63665         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
63667 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
63669         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
63670         symbol reference.
63672 2010-05-19  Andreas Schwab  <schwab@redhat.com>
63674         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
63675         symbol reference.
63677 2010-05-21  Andreas Schwab  <schwab@redhat.com>
63679         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
63680         and internal_recvmmsg.
63681         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
63682         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
63683         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
63684         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
63686         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
63687         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
63688         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
63690 2010-05-20  Andreas Schwab  <schwab@redhat.com>
63692         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
63694 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
63696         POWER7 optimizations.
63697         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
63698         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
63700 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
63702         * version.h: Update for 2.13 development version.
63704 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
63706         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
63707         exceptions.  Return 0.
63709 2010-05-07  Roland McGrath  <roland@redhat.com>
63711         * elf/ldconfig.c (main): Add a const.
63713 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
63715         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
63716         (args_options): Add no-idn option.
63717         (ahosts_keys_int): Add idn_flags to ai_flags.
63718         (parse_option): Handle 'i' option to clear idn_flags.
63720         * malloc/malloc.c (_int_free): Possible race in the most recently
63721         added check.  Only act on the data if no current modification
63722         happened.
63724 See ChangeLog.17 for earlier changes.